[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Testing macros defined by AC_DEFUN_ONCE
From: |
Pavel Roskin |
Subject: |
Testing macros defined by AC_DEFUN_ONCE |
Date: |
Thu, 28 Sep 2000 11:41:45 -0400 (EDT) |
Hello!
The testsuite doesn't check the macros defined by AC_DEFUN_ONCE.
Here's the fix.
The testsuite still passes, no adjustments needed.
ChangeLog:
* tests/Makefile.am: Macros defined by AC_DEFUN_ONCE should
go to macros.m4 for testing.
Regards,
Pavel Roskin
__________________________
Index: tests/Makefile.am
--- tests/Makefile.am Thu Sep 28 11:04:47 2000
+++ tests/Makefile.am Thu Sep 28 11:20:54 2000
@@ -105,7 +105,7 @@
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
__________________________
- Testing macros defined by AC_DEFUN_ONCE,
Pavel Roskin <=