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