From: Ralf Wildenhues Date: Fri, 16 Dec 2005 17:57:34 +0000 (+0000) Subject: * tests/old-m4-iface.at: Require Autoconf-2.50, so that X-Git-Tag: release-2-1b~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ca8d2bb83f8fe9d705b629d21edaff9c51bba0;p=thirdparty%2Flibtool.git * 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 . --- diff --git a/ChangeLog b/ChangeLog index 7c6809937..54d9f425b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-12-16 Ralf Wildenhues + * 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 . + * README.alpha (Reporting bugs): Suggest to also bootstrap the libltdl subdirectory -- the Makefile will enforce it anyway. (The Test Suite): Renamed to.. diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at index 7bcd5b23b..19018d645 100644 --- a/tests/old-m4-iface.at +++ b/tests/old-m4-iface.at @@ -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