[PD-cvs] externals/zexy/src configure.ac, 1.11, 1.12 zexyconf.h.in, 1.1, 1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Dec 14 20:03:32 CET 2005


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

Modified Files:
	configure.ac zexyconf.h.in 
Log Message:
added check for alloca.h (though not really needed...)


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configure.ac	29 Nov 2005 17:29:04 -0000	1.11
--- configure.ac	14 Dec 2005 19:03:27 -0000	1.12
***************
*** 92,96 ****
  dnl Checks for header files.
  AC_HEADER_STDC
! AC_CHECK_HEADERS(stdlib.h stdio.h string.h math.h time.h sys/time.h regex.h)
  
  dnl Checks for typedefs, structures, and compiler characteristics.
--- 92,96 ----
  dnl Checks for header files.
  AC_HEADER_STDC
! AC_CHECK_HEADERS(stdlib.h stdio.h string.h math.h time.h sys/time.h regex.h alloca.h)
  
  dnl Checks for typedefs, structures, and compiler characteristics.

Index: zexyconf.h.in
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexyconf.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** zexyconf.h.in	29 Nov 2005 17:29:04 -0000	1.1
--- zexyconf.h.in	14 Dec 2005 19:03:28 -0000	1.2
***************
*** 3,6 ****
--- 3,9 ----
  #undef HAVE_REGEX_H
  
+ /* Define if you have the <alloca.h> header file.  */
+ #undef HAVE_ALLOCA_H
+ 
  /* define if you want parallelport-support (direct access to the port address) */
  #undef Z_WANT_LPT





More information about the Pd-cvs mailing list