]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-AC_EGREP.patch
- fix libX11 detection without xmkmf and libXt (based on changes from CVS and Fedora...
[packages/autoconf.git] / autoconf-AC_EGREP.patch
CommitLineData
b98721de
AF
1--- autoconf-2.57/lib/autoconf/general.m4.wiget Wed Feb 12 14:30:57 2003
2+++ autoconf-2.57/lib/autoconf/general.m4 Wed Feb 12 14:33:21 2003
3@@ -2145,8 +2145,8 @@
4 AC_LANG_CONFTEST([AC_LANG_SOURCE([[$2]])])
5 dnl eval is necessary to expand ac_cpp.
6 dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
7 if (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
8-dnl Quote $1 to prevent m4 from eating character classes
9+dnl Quote first arg to prevent m4 from eating character classes
10 $EGREP "[$1]" >/dev/null 2>&1; then
11 m4_default([$3], :)
12 m4_ifvaln([$4], [else
This page took 0.090982 seconds and 4 git commands to generate.