autoconf/m4
Akim Demaille 702e183cf6 Multiple `-e' to egrep are not portable. On IRIX 6.5 and Solaris
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.
2000-03-10 15:22:13 +00:00
..
atconfig.m4 2000-02-25 Akim Demaille <akim@epita.fr> 2000-02-25 13:19:35 +00:00
init.m4 1999-11-10 Akim Demaille <akim@epita.fr> 2000-01-29 10:30:15 +00:00
Makefile.am 1999-11-11 Akim Demaille <akim@epita.fr> 2000-01-29 12:18:40 +00:00
Makefile.in Multiple `-e' to egrep are not portable. On IRIX 6.5 and Solaris 2000-03-10 15:22:13 +00:00
missing.m4 1999-11-10 Akim Demaille <akim@epita.fr> 2000-01-29 10:30:15 +00:00
sanity.m4 1999-11-10 Akim Demaille <akim@epita.fr> 2000-01-29 10:30:15 +00:00