]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* configure.in: Require Autoconf 2.53b.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 29 Jul 2002 16:41:25 +0000 (16:41 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 29 Jul 2002 16:41:25 +0000 (16:41 +0000)
ChangeLog
aclocal.m4
configure
configure.in

index 70beead8feca585e783874c60c8e0e1a5ef09a97..a3ff3c5f791f385779795b1710577469cf780d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * configure.in: Require Autoconf 2.53b.
+
 2002-07-28  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Bump version to 1.6c.
index c340c2632de19b32a853e1938c0878663d6eba84..3de5ce614d8c338cdec30e39e3ee76ee9114265b 100644 (file)
@@ -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.
index 340fc68c02ac36e8967358c90d19d5a48c4c7eae..e4a5341ff958ac949679f7344bd842b77247e77f 100755 (executable)
--- 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
index 44ec7d2f46879f5bf01212ca763f3b78ac7df0a0..8b2a9e737ce5230bd9e7906e4937760a6f2a82a5 100644 (file)
@@ -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