[PD-cvs] pd configure.ac,1.1.4.9,1.1.4.10

Tim Blechmann timblech at users.sourceforge.net
Fri May 6 11:50:38 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	configure.ac 
Log Message:
- --enable-lockfree
- alsa midi instead of oss midi


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/pd/Attic/configure.ac,v
retrieving revision 1.1.4.9
retrieving revision 1.1.4.10
diff -C2 -d -r1.1.4.9 -r1.1.4.10
*** configure.ac	5 Apr 2005 20:51:21 -0000	1.1.4.9
--- configure.ac	6 May 2005 09:50:35 -0000	1.1.4.10
***************
*** 5,12 ****
  
  dnl init
! AC_INIT([PureData], [0.38-devel],
          [pd-list at iem.at],
  		[pd])
! AM_INIT_AUTOMAKE(pd,[0.38-devel])
  
  
--- 5,12 ----
  
  dnl init
! AC_INIT([PureData], [0.38-4-devel-1],
          [pd-list at iem.at],
  		[pd])
! AM_INIT_AUTOMAKE(pd,[0.38-4-devel-1])
  
  
***************
*** 150,153 ****
--- 150,157 ----
  )
  
+ AC_ARG_ENABLE(lockfree, [  --enable-lockfree       use lockfree fifos],
+     	AC_DEFINE(LOCKFREE)
+ )
+ 
  
  dnl compile features
***************
*** 184,188 ****
  	dnl platform dependant
  	AC_DEFINE(USEAPI_OSS)
! 	AC_LIBOBJ(s_midi_oss)
  	AC_LIBOBJ(s_audio_oss)
  
--- 188,192 ----
  	dnl platform dependant
  	AC_DEFINE(USEAPI_OSS)
! 	AC_LIBOBJ(s_midi_alsa)
  	AC_LIBOBJ(s_audio_oss)
  





More information about the Pd-cvs mailing list