[PD-cvs] pd/src configure, 1.6.2.1, 1.6.2.2 configure.in, 1.5.4.5.2.3, 1.5.4.5.2.4

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 20 07:48:03 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28221

Modified Files:
      Tag: devel_0_39
	configure configure.in 
Log Message:
added notice that those files belong to DesireData;
finished removing pd-gui


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** configure	19 Nov 2006 19:56:34 -0000	1.6.2.1
--- configure	20 Nov 2006 06:48:01 -0000	1.6.2.2
***************
*** 310,314 ****
  #endif"
  
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS alsa jack portaudio portmidi binarymode PDLIB MORECFLAGS EXT OPT_CFLAGS USE_DEBUG_CFLAGS SYSSRC TCLTK_FRAMEWORKS_PATH STRIPFLAG GUINAME GUIFLAGS OSNUMBER EXTERNTARGET CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CPP EGREP ALLOCA LIBOBJS LTLIBOBJS'
  ac_subst_files=''
  
--- 310,314 ----
  #endif"
  
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS alsa jack portaudio portmidi binarymode PDLIB MORECFLAGS EXT OPT_CFLAGS USE_DEBUG_CFLAGS SYSSRC TCLTK_FRAMEWORKS_PATH STRIPFLAG GUIFLAGS OSNUMBER EXTERNTARGET CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CPP EGREP ALLOCA LIBOBJS LTLIBOBJS'
  ac_subst_files=''
  
***************
*** 1322,1327 ****
  
  
- 
- 
  # Check whether --enable-alsa or --disable-alsa was given.
  if test "${enable_alsa+set}" = set; then
--- 1322,1325 ----
***************
*** 6452,6456 ****
      if test x$setuid == "xyes"; then binarymode="-m4755"; fi
      STRIPFLAG=-s
-     GUINAME="pd-gui"
      if test x$USE_DEBUG_CFLAGS == "xyes"; then
  	OPT_CFLAGS="-g"
--- 6450,6453 ----
***************
*** 6504,6508 ****
          ../portmidi/porttime/ptmacosx_cf.c "
      STRIPFLAG=""
-     GUINAME="libPdTcl.dylib"
  
      # find the Tcl/Tk Frameworks
--- 6501,6504 ----
***************
*** 7186,7190 ****
  s, at TCLTK_FRAMEWORKS_PATH@,$TCLTK_FRAMEWORKS_PATH,;t t
  s, at STRIPFLAG@,$STRIPFLAG,;t t
- s, at GUINAME@,$GUINAME,;t t
  s, at GUIFLAGS@,$GUIFLAGS,;t t
  s, at OSNUMBER@,$OSNUMBER,;t t
--- 7182,7185 ----

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.3
retrieving revision 1.5.4.5.2.4
diff -C2 -d -r1.5.4.5.2.3 -r1.5.4.5.2.4
*** configure.in	19 Nov 2006 22:35:51 -0000	1.5.4.5.2.3
--- configure.in	20 Nov 2006 06:48:01 -0000	1.5.4.5.2.4
***************
*** 1,2 ****
--- 1,9 ----
+ # This file is part of DesireData
+ # If you want to build Thomas Grill's devel_0_39, you need to use scons instead.
+ #
+ # ./configure is not a source file (not written by someone), it's generated from
+ # ./configure.in, but it's still put in the CVS and releases so that people don't
+ # have to have autoconf installed.
+ #
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(d_arithmetic.c)





More information about the Pd-cvs mailing list