mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* tests/Makefile.am: Macros defined by AC_DEFUN_ONCE should
go to macros.m4 for testing.
This commit is contained in:
parent
270cc51063
commit
f66621410b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user