Author: qboosh Date: Tue Apr 18 21:15:41 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix underquotation
---- Files affected: SOURCES: expat-am18.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/expat-am18.patch diff -u /dev/null SOURCES/expat-am18.patch:1.1 --- /dev/null Tue Apr 18 23:15:41 2006 +++ SOURCES/expat-am18.patch Tue Apr 18 23:15:36 2006 @@ -0,0 +1,11 @@ +--- expat-2.0.0/conftools/expat.m4.orig 2001-11-09 05:55:33.000000000 +0100 ++++ expat-2.0.0/conftools/expat.m4 2006-01-15 15:08:05.610539500 +0100 +@@ -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) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
