From c9e81cdc22cdac197effe318c9d6b303a5870d17 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 15:35:39 +0000 Subject: [PATCH] * tests/subobj9.test: Use configure.in, not configure.ac, otherwise this fails with old libtool versions. --- ChangeLog | 5 +++++ tests/subobj9.test | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ff33900..eccc3d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-10 Alexandre Duret-Lutz + + * tests/subobj9.test: Use configure.in, not configure.ac, + otherwise this fails with old libtool versions. + 2002-04-10 Alexandre Duret-Lutz * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream diff --git a/tests/subobj9.test b/tests/subobj9.test index 3a5ebde9..db9c3773 100755 --- a/tests/subobj9.test +++ b/tests/subobj9.test @@ -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 -- 2.43.5