so that aclocal 1.4 works.
Reported by Alexandre Duret-Lutz and Larry Schmitt.
+2002-01-29 Akim Demaille <akim@epita.fr>
+
+ * tests/torture.at (Configuring subdirectories): Use configure.in,
+ so that aclocal 1.4 works.
+ Reported by Alexandre Duret-Lutz and Larry Schmitt.
+
2002-01-28 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
Akim Demaille akim@freefriends.org
Alain Knaff Alain.Knaff@imag.fr
Alec Wolman wolman@cs.washington.edu
+Alexandre Duret-Lutz duret_g@epita.fr
Alexandre Oliva oliva@lsd.ic.unicamp.br
Andreas Buening andreas.buening@nexgo.de
Andreas Jaeger aj@suse.de
Kevin Ryde user42@zip.com.au
Koji Arai JCA02266@nifty.ne.jp
Kurt D. Zeilenga kurt@openldap.org
+Larry Schmitt larry@mail.haleakalawebdesigns.com
Larry Schwimmer rosebud@cyclone.stanford.edu
Lars Hecking lhecking@nmrc.ucc.ie
Lars J. Aas larsa@sim.no
# 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])
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
])
-AT_CLEANUP(testSubDir)
+AT_CLEANUP