]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-AC_EGREP.patch
- rediff patches, rel 3
[packages/autoconf.git] / autoconf-AC_EGREP.patch
1 diff -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]])
5  AS_IF([dnl eval is necessary to expand ac_cpp.
6  dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
7  (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],
11    [$3],
12    [$4])
This page took 0.609595 seconds and 3 git commands to generate.