From a944d3101da7547e0f62bd1b9a0b07e5ba879eab Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 29 Jul 2002 16:41:25 +0000 Subject: [PATCH] * configure.in: Require Autoconf 2.53b. --- ChangeLog | 4 ++++ aclocal.m4 | 2 +- configure | 6 +++--- configure.in | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70beead..a3ff3c5 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 c340c26..3de5ce6 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 340fc68..e4a5341 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 44ec7d2..8b2a9e7 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 -- 2.7.4