]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/old-m4-iface.at: Require Autoconf-2.50, so that
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 16 Dec 2005 17:57:34 +0000 (17:57 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 16 Dec 2005 17:57:34 +0000 (17:57 +0000)
Debian's autoconf wrapper will not cause 2.13 to barf over
`--force'.
Reported by Kurt Roeckx <kurt@roeckx.be>.

ChangeLog
tests/old-m4-iface.at

index 7c680993754f8582ebd5b0768ebe6f0676fb7851..54d9f425bd42a1e8f235f65dacaada6f0df258b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-12-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * tests/old-m4-iface.at: Require Autoconf-2.50, so that
+       Debian's autoconf wrapper will not cause 2.13 to barf over
+       `--force'.
+       Reported by Kurt Roeckx <kurt@roeckx.be>.
+
        * README.alpha (Reporting bugs): Suggest to also bootstrap the
        libltdl subdirectory -- the Makefile will enforce it anyway.
        (The Test Suite): Renamed to..
index 7bcd5b23b79b6609448b767b499221a1925e63a3..19018d645a6bc1bde3cef872f4023233d3a8bf3f 100644 (file)
@@ -91,7 +91,8 @@ AT_SETUP([AC_WITH_LTDL])
 _LTDL_PROJECT_FILES
 
 AT_DATA([configure.in],
-[[AC_INIT([main.c])
+[[AC_PREREQ(2.50)
+AC_INIT([main.c])
 AC_PROG_MAKE_SET
 AC_LIBTOOL_DLOPEN
 AM_PROG_LIBTOOL