Hi Ralf,
On Fri, Jun 03, 2005 at 09:55:44AM +0200, Ralf Wildenhues wrote:
> However, this patch unfortunately does not fix it:
my guess is that the testsuite script wasn't updated properly.
The brute force fix is to rm tests/testsuite and try again.
But I think I noticed a bug in tests/Makefile.am and I fixed it.
I commited the patch below. The first change is just cosmetics.
The second hunk is the fix.
Have a nice day,
Stepan
2005-06-03 Stepan Kasal <[EMAIL PROTECTED]>
* tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
(DISTCLEANFILES): Remove $(check_SCRIPTS).
(testsuite): Make sure autotest.m4f is up-to-date before using it.
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.am,v
retrieving revision 1.93
diff -u -r1.93 Makefile.am
--- tests/Makefile.am 14 May 2005 07:00:40 -0000 1.93
+++ tests/Makefile.am 3 Jun 2005 13:36:19 -0000
@@ -25,9 +25,8 @@
atlocal.in package.m4 wrapper.as
# Running the uninstalled scripts.
-check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate
ifnames
-
-DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
+check_SCRIPTS = $(wrappers)
+DISTCLEANFILES = atconfig atlocal $(TESTSUITE)
MAINTAINERCLEANFILES = Makefile.in
# Import the dependencies on Autotest and M4sh.
@@ -105,6 +104,7 @@
local.at \
$(TESTSUITE_AT) \
$(autotest_m4f_dependencies)
+ cd $(top_builddir)/lib/autotest && $(MAKE) $(AM_MAKEFLAGS) autotest.m4f
$(AUTOTEST) -I $(srcdir) suite.at -o [EMAIL PROTECTED]
mv [EMAIL PROTECTED] $@