mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
702e183cf6
2.5.1 only the last one is honored: > echo "foonbar" | egrep -e 'foo' -e 'bar' bar > echo "foonbar" | egrep -e 'bar' -e 'foo' foo Reported by Nicolas Joly. An alternative would have to use `sed', unfortunately alternation is not portable. * tests/actest.m4 (join): New macro. (AC_ENV_SAVE): Join the egrep patterns into a single big one. * tests/Makefile.am (EGREP_EXCLUDE): Rename as FILTER_MACROS. Join the egrep patterns into a single big one. |
||
---|---|---|
.. | ||
actest.m4 | ||
atconfig.in | ||
atgeneral.m4 | ||
atspecific.m4 | ||
base.m4 | ||
Makefile.am | ||
Makefile.in | ||
semantics.m4 | ||
suite.m4 | ||
syntax.m4 | ||
tools.m4 | ||
torture.m4 |