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,@alsa@,$alsa,;t t
s,@jack@,$jack,;t t
s,@PDLIB@,$PDLIB,;t t
- s,@DEFINES@,$DEFINES,;t t
s,@MORECFLAGS@,$MORECFLAGS,;t t
s,@EXT@,$EXT,;t t
--- 6601,6606 ----
s,@alsa@,$alsa,;t t
s,@jack@,$jack,;t t
+ s,@portaudio@,$portaudio,;t t
s,@PDLIB@,$PDLIB,;t t
s,@MORECFLAGS@,$MORECFLAGS,;t t
s,@EXT@,$EXT,;t t