[PD-cvs] pd/src configure,1.3,1.4

ggeiger at users.sourceforge.net ggeiger at users.sourceforge.net
Sun Feb 22 17:21:51 CET 2004


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

Modified Files:
	configure 
Log Message:
aligned with version 0.37-1test6

Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure	12 Nov 2003 18:47:03 -0000	1.3
--- configure	22 Feb 2004 16:21:48 -0000	1.4
***************
*** 829,833 ****
--- 829,835 ----
    --disable-alsa          disable ALSA
    --enable-jack           jack audio server
+   --enable-portaudio      portaudio
    --enable-debug          debugging support
+   --enable-static         link statically
  
  Optional Packages:
***************
*** 1194,1199 ****
[...2340 lines suppressed...]
+ if test x$CC == xccc;
+ then
+     MORECFLAGS=$MORECFLAGS"  -g3 -D__COMPAQC__ -arch host"
  fi
  
***************
*** 8040,8045 ****
  s, at alsa@,$alsa,;t t
  s, at jack@,$jack,;t t
  s, at PDLIB@,$PDLIB,;t t
- s, at DEFINES@,$DEFINES,;t t
  s, at MORECFLAGS@,$MORECFLAGS,;t t
  s, at EXT@,$EXT,;t t
--- 6601,6606 ----
  s, at alsa@,$alsa,;t t
  s, at jack@,$jack,;t t
+ s, at portaudio@,$portaudio,;t t
  s, at PDLIB@,$PDLIB,;t t
  s, at MORECFLAGS@,$MORECFLAGS,;t t
  s, at EXT@,$EXT,;t t





More information about the Pd-cvs mailing list