autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autotest buglet/AIX awk limitation


From: Stepan Kasal
Subject: Re: autotest buglet/AIX awk limitation
Date: Fri, 3 Jun 2005 15:48:15 +0200
User-agent: Mutt/1.4.1i

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

        * 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 address@hidden
        mv address@hidden $@
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]