]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-AC_EGREP.patch
- rediff patches, rel 3
[packages/autoconf.git] / autoconf-AC_EGREP.patch
CommitLineData
6910710c
JR
1diff -urNp -x '*.orig' autoconf-2.71.org/lib/autoconf/general.m4 autoconf-2.71/lib/autoconf/general.m4
2--- autoconf-2.71.org/lib/autoconf/general.m4 2021-01-28 21:46:48.000000000 +0100
3+++ autoconf-2.71/lib/autoconf/general.m4 2021-08-29 21:35:10.172811932 +0200
4@@ -2775,7 +2775,7 @@ AC_LANG_CONFTEST([AC_LANG_SOURCE([[$2]])
243d092d 5 AS_IF([dnl eval is necessary to expand ac_cpp.
b98721de 6 dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
243d092d 7 (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
b98721de
AF
8-dnl Quote $1 to prevent m4 from eating character classes
9+dnl Quote first arg to prevent m4 from eating character classes
243d092d
JB
10 $EGREP "[$1]" >/dev/null 2>&1],
11 [$3],
6910710c 12 [$4])
This page took 0.054637 seconds and 4 git commands to generate.