SOURCES: xcache-m4.patch - don't turn all m4 warnings to errors (t...

glen glen at pld-linux.org
Tue Jun 12 13:42:12 CEST 2007


Author: glen                         Date: Tue Jun 12 11:42:12 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't turn all m4 warnings to errors (thx mOolight)

---- Files affected:
SOURCES:
   xcache-m4.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xcache-m4.patch
diff -u SOURCES/xcache-m4.patch:1.1 SOURCES/xcache-m4.patch:1.2
--- SOURCES/xcache-m4.patch:1.1	Sun Feb 18 02:48:36 2007
+++ SOURCES/xcache-m4.patch	Tue Jun 12 13:42:07 2007
@@ -9,3 +9,15 @@
 +define(`REDEF', `ifdef(`$1', `undefine(`$1')') define(`$1', `$2')')
  define(`MAKE_MACRONAME', `translit(`$1', ` ():
  ', `_____')')
+--- xcache/config.m4~	2006-12-03 05:01:17.000000000 +0200
++++ xcache/config.m4	2007-06-12 14:40:53.638101277 +0300
+@@ -74,9 +74,6 @@
+   fi
+   PHP_SUBST([AWK])
+   AC_PATH_PROGS([M4], [m4])
+-  if echo | "$M4" -E > /dev/null 2>&1 ; then
+-    M4="$M4 -E"
+-  fi
+    dnl fix for solaris m4: size of the push-back and argument
+   if echo | "$M4" -B 102400 > /dev/null 2>&1 ; then
+     M4="$M4 -B 102400"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xcache-m4.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list