bug-autoconf
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Akim Demaille
Subject: Re: (no subject)
Date: 29 Jan 2002 18:25:39 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Thanks for the report.  I'm applying this patch.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/torture.at (Configuring subdirectories): Use configure.in,
        so that aclocal 1.4 works.
        Reported by Alexandre Duret-Lutz and Larry Schmitt.

Index: THANKS
===================================================================
RCS file: /cvsroot/autoconf/autoconf/THANKS,v
retrieving revision 1.79
diff -u -u -r1.79 THANKS
--- THANKS 24 Jan 2002 17:53:52 -0000 1.79
+++ THANKS 29 Jan 2002 17:18:54 -0000
@@ -8,6 +8,7 @@
 Akim Demaille               address@hidden
 Alain Knaff                 address@hidden
 Alec Wolman                 address@hidden
+Alexandre Duret-Lutz        address@hidden
 Alexandre Oliva             address@hidden
 Andreas Buening             address@hidden
 Andreas Jaeger              address@hidden
@@ -94,6 +95,7 @@
 Kevin Ryde                  address@hidden
 Koji Arai                   address@hidden
 Kurt D. Zeilenga            address@hidden
+Larry Schmitt               address@hidden
 Larry Schwimmer             address@hidden
 Lars Hecking                address@hidden
 Lars J. Aas                 address@hidden
Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.29
diff -u -u -r1.29 torture.at
--- tests/torture.at 6 Jan 2002 20:48:11 -0000 1.29
+++ tests/torture.at 29 Jan 2002 17:18:54 -0000
@@ -554,7 +554,10 @@
 # The contents of `inner/', and `inner/innermost/'.
 AS_MKDIR_P([inner/innermost])
 
-AT_DATA([inner/configure.ac],
+# We have to use configure.in, not configure.ac, if we still want to
+# be compatible with Automake 1.4: aclocal (run by autoreconf) would
+# die because it can't find configure.in.
+AT_DATA([inner/configure.in],
 [AC_INIT(GNU Inner, 1.0)
 AC_CONFIG_SRCDIR([innermost/config.in])
 AC_ARG_VAR([INNER], [an inner variable])
@@ -573,7 +576,7 @@
 AT_DATA([install-sh], [])
 
 # nonexistent is allowed not to exist.
-AT_DATA([configure.ac],
+AT_DATA([configure.in],
 [AC_INIT(GNU Outer, 1.0)
 AC_ARG_VAR([OUTER], [an outer variable])
 if false; then
@@ -608,4 +611,4 @@
 ])
 
 
-AT_CLEANUP(testSubDir)
+AT_CLEANUP



reply via email to

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