expat/conftools expat.m4,1.1,1.2
"Karl Waclawek" <[email protected]> Sun, 18 Jan 2009 21:26:15 +0000
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/conftools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14952 Modified Files: expat.m4 Log Message: Applied patch originating from Debian (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0). Index: expat.m4 =================================================================== RCS file: /cvsroot/expat/expat/conftools/expat.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- expat.m4 9 Nov 2001 04:55:33 -0000 1.1 +++ expat.m4 18 Jan 2009 21:26:13 -0000 1.2 @@ -7,7 +7,7 @@ dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly. dnl This is necessary to adapt a whole lot of packages that have expat dnl bundled as a static library. -AC_DEFUN(AM_WITH_EXPAT, +AC_DEFUN([AM_WITH_EXPAT], [ AC_ARG_WITH(expat, [ --with-expat=PREFIX Use system Expat library], , with_expat=no)