Debian's autoconf wrapper will not cause 2.13 to barf over
`--force'.
Reported by Kurt Roeckx <kurt@roeckx.be>.
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..
_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