From: Alexandre Duret-Lutz Date: Mon, 29 Jul 2002 16:41:25 +0000 (+0000) Subject: * configure.in: Require Autoconf 2.53b. X-Git-Tag: Release-1-6d~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a944d3101da7547e0f62bd1b9a0b07e5ba879eab;p=thirdparty%2Fautomake.git * configure.in: Require Autoconf 2.53b. --- diff --git a/ChangeLog b/ChangeLog index 70beead8f..a3ff3c5f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-29 Alexandre Duret-Lutz + + * configure.in: Require Autoconf 2.53b. + 2002-07-28 Alexandre Duret-Lutz * configure.in: Bump version to 1.6c. diff --git a/aclocal.m4 b/aclocal.m4 index c340c2632..3de5ce614 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4t generated automatically by aclocal 1.6c -*- Autoconf -*- +# aclocal.m4 generated automatically by aclocal 1.6c -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. diff --git a/configure b/configure index 340fc68c0..e4a5341ff 100755 --- a/configure +++ b/configure @@ -1636,14 +1636,14 @@ echo "$as_me: error: perl 5.005 or better is required" >&2;} # deletion of any files created (such as those added to # autom4te.cache). mkdir conftest -echo 'AC''_PREREQ(2.52)' > conftest/conftest.ac +echo 'AC''_PREREQ(2.53b)' > conftest/conftest.ac { echo "$as_me:$LINENO: cd conftest && eval $AUTOCONF -o /dev/null conftest.ac" >&5 (cd conftest && eval $AUTOCONF -o /dev/null conftest.ac) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || { - { { echo "$as_me:$LINENO: error: Autoconf 2.52 or better is required" >&5 -echo "$as_me: error: Autoconf 2.52 or better is required" >&2;} + { { echo "$as_me:$LINENO: error: Autoconf 2.53b or better is required" >&5 +echo "$as_me: error: Autoconf 2.53b or better is required" >&2;} { (exit 1); exit 1; }; } } rm -rf conftest diff --git a/configure.in b/configure.in index 44ec7d2f4..8b2a9e737 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -AC_PREREQ(2.52b) +AC_PREREQ(2.53b) AC_INIT([GNU Automake], [1.6c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR(automake.in) @@ -57,9 +57,9 @@ $PERL -e 'require 5.005;' || { # deletion of any files created (such as those added to # autom4te.cache). mkdir conftest -echo 'AC''_PREREQ(2.52)' > conftest/conftest.ac +echo 'AC''_PREREQ(2.53b)' > conftest/conftest.ac AM_RUN_LOG([cd conftest && eval $AUTOCONF -o /dev/null conftest.ac]) || { - AC_MSG_ERROR([Autoconf 2.52 or better is required]) + AC_MSG_ERROR([Autoconf 2.53b or better is required]) } rm -rf conftest