autoconf/man
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
..
autoconf.1 The whole family supports -V = --version. 2000-03-02 18:17:26 +00:00
autoconf.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
autoheader.1 The whole family supports -V = --version. 2000-03-02 18:17:26 +00:00
autoheader.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
autoreconf.1 The whole family supports -V = --version. 2000-03-02 18:17:26 +00:00
autoreconf.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
autoscan.1 * autoscan.pl (parse_args): Add support for -m <macrodir>. 2000-03-02 18:25:34 +00:00
autoscan.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
autoupdate.1 The whole family supports -V = --version. 2000-03-02 18:17:26 +00:00
autoupdate.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
common.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
ifnames.1 The whole family supports -V = --version. 2000-03-02 18:17:26 +00:00
ifnames.x 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +00:00
Makefile.am 1999-10-31 Akim Demaille <akim@epita.fr> 2000-01-26 12:32:13 +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