automake-patches
[Top][All Lists]
Advanced

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

FYI: subobj9.test and old libtool


From: Alexandre Duret-Lutz
Subject: FYI: subobj9.test and old libtool
Date: Wed, 10 Apr 2002 17:35:09 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1809
diff -u -r1.1809 ChangeLog
--- ChangeLog   10 Apr 2002 14:34:15 -0000      1.1809
+++ ChangeLog   10 Apr 2002 15:32:29 -0000
@@ -1,5 +1,10 @@
 2002-04-10  Alexandre Duret-Lutz  <address@hidden>
 
+       * tests/subobj9.test: Use configure.in, not configure.ac,
+       otherwise this fails with old libtool versions.
+
+2002-04-10  Alexandre Duret-Lutz  <address@hidden>
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
        versions.
 
Index: tests/subobj9.test
===================================================================
RCS file: /cvs/automake/automake/tests/subobj9.test,v
retrieving revision 1.1
diff -u -r1.1 subobj9.test
--- tests/subobj9.test  30 Mar 2002 00:26:06 -0000      1.1
+++ tests/subobj9.test  10 Apr 2002 15:32:29 -0000
@@ -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])
 
@@ -15,8 +15,6 @@
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
 END
-
-rm -f configure.in
 
 cat > Makefile.am << 'END'
 noinst_LTLIBRARIES = libfoo.la

-- 
Alexandre Duret-Lutz




reply via email to

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