[PD-cvs] externals/zexy/src configure.ac,1.18,1.19

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Jun 6 14:28:06 CEST 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21716

Modified Files:
	configure.ac 
Log Message:
no backslash escaping of ">" since it is already escaped via quotes

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** configure.ac	6 Jun 2006 11:52:20 -0000	1.18
--- configure.ac	6 Jun 2006 12:28:04 -0000	1.19
***************
*** 195,199 ****
  
  dnl Checks for pd-version, to set the correct help-path
! AC_MSG_CHECKING("pd\>=0.37")
  
  if test "$with_pdversion" != ""
--- 195,199 ----
  
  dnl Checks for pd-version, to set the correct help-path
! AC_MSG_CHECKING("pd>=0.37")
  
  if test "$with_pdversion" != ""





More information about the Pd-cvs mailing list