go to macros.m4 for testing.
+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
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