autoconf-patches
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.60] testsuite: 95 failed


From: Ralf Wildenhues
Subject: Re: [GNU Autoconf 2.60] testsuite: 95 failed
Date: Fri, 7 Jul 2006 18:43:16 +0200
User-agent: Mutt/1.5.11-2006-07-05

Hello Keith,

* Keith MARSHALL wrote on Fri, Jul 07, 2006 at 05:08:16PM CEST:
> http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
> 
> Thanks for the patch.  I applied it locally, rebuilt, and ran the
> testsuite again.
> 
> Unfortunately, it doesn't resolve the issue.

Please try this additional patch.

Thanks,
Ralf

        * tests/torture.at (Configuring subdirectories): Another
        instance of configure that needs CONFIG_SITE set.

Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.66
diff -u -r1.66 torture.at
--- tests/torture.at    30 Jun 2006 07:19:46 -0000      1.66
+++ tests/torture.at    7 Jul 2006 16:42:23 -0000
@@ -843,7 +843,7 @@
 AT_CHECK([CONFIG_SITE=no-such-file ./configure --help=recursive | grep INNER], 
0, [ignore])
 
 # Running the outer configure should trigger the inner.
-AT_CHECK_CONFIGURE
+AT_CHECK_CONFIGURE([CONFIG_SITE=no-such-file])
 AT_CHECK([cat inner/innermost/config], 0,
 [INNER=inner
 srcdir=.




reply via email to

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