]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am: Macros defined by AC_DEFUN_ONCE should
authorPavel Roskin <proski@gnu.org>
Mon, 2 Oct 2000 12:43:02 +0000 (12:43 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 2 Oct 2000 12:43:02 +0000 (12:43 +0000)
go to macros.m4 for testing.

ChangeLog
tests/Makefile.am

index 71384d27bc5185aa51fd7a22ca814a18233ef8a7..7ea00d07191f0b9950c4bb713bc5bb76614ae271 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-02  Pavel Roskin  <proski@gnu.org>
+
+       * tests/Makefile.am: Macros defined by AC_DEFUN_ONCE should
+       go to macros.m4 for testing.
+
 2000-09-28  Pavel Roskin  <proski@gnu.org>
 
        * acgeneral.m4 (AC_SHELL_UNSET): Don't rely on variable
index 301a3e5d346afebfd35b3adb884587484af3a6c8..a2c23e308261346dafd773cc5d249e143a34bcba 100644 (file)
@@ -105,7 +105,7 @@ MACRO_FILES = $(top_srcdir)/acgeneral.m4   $(top_srcdir)/acspecific.m4 \
 
 macros.m4: $(MACRO_FILES) $(srcdir)/Makefile.am
        cat $(MACRO_FILES) | \
-         sed -ne 's/^A[CU]_DEFUN(\[*\([a-zA-Z0-9_]*\).*$$/\1/p' | \
+         sed -ne 's/^A[CU]_DEFUN\(_ONCE\)\?(\[*\([a-zA-Z0-9_]*\).*$$/\2/p' | \
          sort | uniq | $(FILTER_MACROS) >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