[PD-cvs] pd/src configure.in, 1.5.4.5.2.16.2.13, 1.5.4.5.2.16.2.14 configure, 1.6.2.14.2.11, 1.6.2.14.2.12

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 3 21:33:43 CET 2007


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

Modified Files:
      Tag: desiredata
	configure.in configure 
Log Message:
fix because ./configure was checking for d_arithmetic.c


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.14.2.11
retrieving revision 1.6.2.14.2.12
diff -C2 -d -r1.6.2.14.2.11 -r1.6.2.14.2.12
*** configure	19 Dec 2006 22:57:18 -0000	1.6.2.14.2.11
--- configure	3 Jan 2007 20:33:41 -0000	1.6.2.14.2.12
***************
*** 272,276 ****
  PACKAGE_BUGREPORT=
  
! ac_unique_file="d_arithmetic.c"
  # Factoring default headers for most tests.
  ac_includes_default="\
--- 272,276 ----
  PACKAGE_BUGREPORT=
  
! ac_unique_file="kernel.c"
  # Factoring default headers for most tests.
  ac_includes_default="\

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.16.2.13
retrieving revision 1.5.4.5.2.16.2.14
diff -C2 -d -r1.5.4.5.2.16.2.13 -r1.5.4.5.2.16.2.14
*** configure.in	19 Dec 2006 22:57:18 -0000	1.5.4.5.2.16.2.13
--- configure.in	3 Jan 2007 20:33:41 -0000	1.5.4.5.2.16.2.14
***************
*** 6,10 ****
  # have to have autoconf installed.
  
! AC_INIT(d_arithmetic.c)
  AC_SUBST(oss, yes)
  AC_SUBST(alsa, yes)
--- 6,10 ----
  # have to have autoconf installed.
  
! AC_INIT(kernel.c)
  AC_SUBST(oss, yes)
  AC_SUBST(alsa, yes)





More information about the Pd-cvs mailing list