]> git.pld-linux.org Git - packages/autoconf.git/blobdiff - autoconf-AC_EGREP.patch
up to 2.71
[packages/autoconf.git] / autoconf-AC_EGREP.patch
index 8b42b9acf8fae4cbd3363bee2ca0f7db2570c84d..76768a113b56be45f80c0982b30848a94e74e11e 100644 (file)
@@ -1,12 +1,11 @@
---- autoconf-2.57/lib/autoconf/general.m4.wiget        Wed Feb 12 14:30:57 2003
-+++ autoconf-2.57/lib/autoconf/general.m4      Wed Feb 12 14:33:21 2003
-@@ -2145,8 +2145,8 @@
- AC_LANG_CONFTEST([AC_LANG_SOURCE([[$2]])])
- dnl eval is necessary to expand ac_cpp.
+--- autoconf-2.60/lib/autoconf/general.m4.orig 2006-06-16 23:05:41.000000000 +0200
++++ autoconf-2.60/lib/autoconf/general.m4      2006-06-27 23:05:25.877762000 +0200
+@@ -2326,7 +2326,7 @@
+ AS_IF([dnl eval is necessary to expand ac_cpp.
  dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
if (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
+ (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
 -dnl Quote $1 to prevent m4 from eating character classes
 +dnl Quote first arg to prevent m4 from eating character classes
-   $EGREP "[$1]" >/dev/null 2>&1; then
-   m4_default([$3], :)
- m4_ifvaln([$4], [else
+   $EGREP "[$1]" >/dev/null 2>&1],
+   [$3],
+   [$4])dnl
This page took 0.098544 seconds and 4 git commands to generate.