From 07ca8d2bb83f8fe9d705b629d21edaff9c51bba0 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 16 Dec 2005 17:57:34 +0000 Subject: [PATCH] * 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 . --- ChangeLog | 5 +++++ tests/old-m4-iface.at | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.3