]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
do not use $1 in comment lines
authorArtur Frysiak <artur@frysiak.net>
Thu, 13 Feb 2003 10:09:32 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-AC_EGREP.patch -> 1.1

autoconf-AC_EGREP.patch [new file with mode: 0644]

diff --git a/autoconf-AC_EGREP.patch b/autoconf-AC_EGREP.patch
new file mode 100644 (file)
index 0000000..8b42b9a
--- /dev/null
@@ -0,0 +1,12 @@
+--- 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.
+ 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 |
+-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
This page took 0.04672 seconds and 4 git commands to generate.