]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regen.
authorAkim Demaille <akim@epita.fr>
Thu, 6 Jun 2002 15:29:18 +0000 (15:29 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 6 Jun 2002 15:29:18 +0000 (15:29 +0000)
lib/autoconf/Makefile.in
lib/autotest/Makefile.in
lib/m4sugar/Makefile.in

index 66a5672ddd422d98c6d1df9b4c4d4c998db27d74..914007f5234fc4f66ab14ab1a390352525917937 100644 (file)
@@ -350,7 +350,7 @@ uninstall-am: uninstall-dist_autoconflibDATA uninstall-info-am \
 
 check-local:
        if (cd $(srcdir) && \
-           egrep '^_?EOF' $(dist_autoconflib_DATA)) >eof.log; then \
+           grep '^_*EOF' $(dist_autoconflib_DATA)) >eof.log; then \
          echo "ERROR: user EOF tags were used:" >&2; \
          sed "s,^,$*.m4: ," <eof.log >&2; \
          echo >&2; \
index 6cfb461fd22af73a5de6ec8d30e32bd76271bad7..27b96ee844f07f028d7c40ba6535002cd08daf05 100644 (file)
@@ -343,7 +343,7 @@ uninstall-am: uninstall-dist_autotestlibDATA uninstall-info-am \
 
 check-local:
        if (cd $(srcdir) && \
-           egrep '^_?EOF' $(dist_autotestlib_DATA)) >eof.log; then \
+           grep '^_*EOF' $(dist_autotestlib_DATA)) >eof.log; then \
          echo "ERROR: user EOF tags were used:" >&2; \
          sed "s,^,$*.m4: ," <eof.log >&2; \
          echo >&2; \
index d7795d6934b3e50abb96f262fc68201265ce2c76..49f74cb95454255faaf2951ca7b5092a3d91b1a5 100644 (file)
@@ -357,7 +357,7 @@ version.m4: $(top_srcdir)/configure.ac
 
 check-local:
        if (cd $(srcdir) && \
-           egrep '^_?EOF' $(dist_m4sugarlib_DATA)) >eof.log; then \
+           grep '^_*EOF' $(dist_m4sugarlib_DATA)) >eof.log; then \
          echo "ERROR: user EOF tags were used:" >&2; \
          sed "s,^,$*.m4: ," <eof.log >&2; \
          echo >&2; \