autoconf/tests
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
..
actest.m4 Multiple `-e' to egrep are not portable. On IRIX 6.5 and Solaris 2000-03-10 15:22:13 +00:00
atconfig.in * acspecific.m4 (AC_C_CONST): Don't changequote, there is no need 2000-02-07 14:53:49 +00:00
atgeneral.m4 Some `diff' refuse to diff with /dev/null, such as Tru64's. 2000-02-18 13:44:17 +00:00
atspecific.m4 Some tests are failing with srcdir != builddir, because they can't 2000-03-08 11:02:30 +00:00
base.m4 * tests/base.m4: Really added to the CVS repository. 2000-02-09 08:36:01 +00:00
Makefile.am Multiple `-e' to egrep are not portable. On IRIX 6.5 and Solaris 2000-03-10 15:22: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
semantics.m4 * acgeneral.m4 (_AC_WHICH_A): New macro. 2000-03-03 14:15:41 +00:00
suite.m4 Open the access to AH_ to users. 2000-02-08 13:54:48 +00:00
syntax.m4 Revamp the autoupdate/AC_OBSOLETE chain. All the details are 2000-02-08 13:25:49 +00:00
tools.m4 * tests/tools.m4 (syntax.sh): The logic of the previous patch was 2000-02-21 12:57:47 +00:00
torture.m4 Fix the `missing dummy.in' reported by the test suite. 2000-02-17 09:31:34 +00:00