* tests/Makefile.am: Macros defined by AC_DEFUN_ONCE should

go to macros.m4 for testing.
This commit is contained in:
Pavel Roskin 2000-10-02 12:43:02 +00:00
parent 270cc51063
commit f66621410b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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