]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (macros.m4): Better regex to build `macro'.
authorAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 16:30:17 +0000 (16:30 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 16:30:17 +0000 (16:30 +0000)
Depend upon acgeneral.m4.

ChangeLog
tests/Makefile.am

index c33ad5b6434baf2b6f478bef6608d01f045188d1..c902300901b815743880b3a250a52ec4e1b151a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-10  Akim Demaille  <akim@epita.fr>
+
+       * tests/Makefile.am (macros.m4): Better regex to build `macro'.
+       Depend upon acgeneral.m4.
+
 2000-02-10  Akim Demaille  <akim@epita.fr>
 
        * autoheader.sh: Remove the duplicate trap code.
index 2a6fcbfa66587d95e0e45d73fed84ebeb8dccd98..3321ddacfea4952274627a707624e9a5b67f7e48 100644 (file)
@@ -38,9 +38,9 @@ testsuite: atgeneral.m4 atspecific.m4 suite.m4 macros.m4 $(SUITE)
        chmod +x $@-tmp
        mv $@-tmp $@
 
-macros.m4: $(top_srcdir)/acspecific.m4 $(srcdir)/Makefile.am
+macros.m4: $(top_srcdir)/acgeneral.m4 $(top_srcdir)/acspecific.m4 $(srcdir)/Makefile.am
        cat $(top_srcdir)/acgeneral.m4 $(top_srcdir)/acspecific.m4 | \
-         sed -ne 's/^AC_DEFUN(\[*\([^],]*\).*/\1/p' | \
+         sed -ne 's/^AC_DEFUN(\[*\([a-zA-Z0-9_]*\).*$$/\1/p' | \
          sort >defuns
 # Get the list of macros that are required: there is little interest
 # in testing them since they will be run but the guy who requires