summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-03-10 15:22:13 +0000
committerAkim Demaille <akim@epita.fr>2000-03-10 15:22:13 +0000
commit702e183cf6b510cf415a720368c05ae74f1485bb (patch)
treebc4d5a988e67b79e1c4937f4bd422e94bb338d7a /m4
parent034c57f2b4dc218c01d6c74026ecc018a9273d0b (diff)
downloadautoconf-702e183cf6b510cf415a720368c05ae74f1485bb.tar.gz
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index c7758a1c..6f1d1215 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -57,15 +57,11 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-AT_TESTPATH = @AT_TESTPATH@
AWK = @AWK@
HELP2MAN = @HELP2MAN@
M4 = @M4@
-MAKEINFO = @MAKEINFO@
-PACKAGE = @PACKAGE@
PERL = @PERL@
PERLSCRIPTS = @PERLSCRIPTS@
-VERSION = @VERSION@
standards_texi = @standards_texi@
EXTRA_DIST = init.m4 missing.m4 sanity.m4 atconfig.m4
@@ -74,6 +70,9 @@ CONFIG_CLEAN_FILES =
DIST_COMMON = Makefile.am Makefile.in
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar