* tests/subobj9.test: Use configure.in, not configure.ac,
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Apr 2002 15:35:40 +0000 (15:35 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Apr 2002 15:35:40 +0000 (15:35 +0000)
otherwise this fails with old libtool versions.

ChangeLog
tests/subobj9.test

index 0ff3390034fcdc009bdc050970b81c5023eac284..eccc3d110b31441fcdaf22907d12f49ed378f76f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/subobj9.test: Use configure.in, not configure.ac,
+       otherwise this fails with old libtool versions.
+
 2002-04-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
index 3a5ebde90832b24f1b2c1e2c8e49e89de9c243a8..db9c3773f61d5ae98df02781debd089d0f515777 100755 (executable)
@@ -5,7 +5,7 @@
 required='libtoolize gcc'
 . $srcdir/defs || exit 1
 
-cat > configure.ac << 'END'
+cat > configure.in << 'END'
 AC_INIT(x, 0, x)
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 
@@ -16,8 +16,6 @@ AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
 END
 
-rm -f configure.in
-
 cat > Makefile.am << 'END'
 noinst_LTLIBRARIES = libfoo.la
 libfoo_la_SOURCES = src/foo.cc