From: Artur Frysiak Date: Thu, 13 Feb 2003 10:09:32 +0000 (+0000) Subject: do not use $1 in comment lines X-Git-Tag: autoconf-2_57-6~10 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98721de6b42f30f954776eb8c7e3d2c825ff938;p=packages%2Fautoconf.git do not use $1 in comment lines Changed files: autoconf-AC_EGREP.patch -> 1.1 --- diff --git a/autoconf-AC_EGREP.patch b/autoconf-AC_EGREP.patch new file mode 100644 index 0000000..8b42b9a --- /dev/null +++ b/autoconf-AC_EGREP.patch @@ -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