]> git.pld-linux.org Git - packages/php-xcache.git/commitdiff
- don't turn all m4 warnings to errors (thx mOolight)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Jun 2007 11:42:07 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcache-m4.patch -> 1.2

xcache-m4.patch

index 0495e1e0386cf54802c79bbd207cc17d3be6c99f..67cc3aba9f4a5d7d4f4df8868a1029c9b2d7e74e 100644 (file)
@@ -9,3 +9,15 @@ Index: trunk/processor/main.m4
 +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"
This page took 0.064863 seconds and 4 git commands to generate.