* configure.in: Really check for Autoconf 2.54.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 15:06:44 +0000 (15:06 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 15:06:44 +0000 (15:06 +0000)
ChangeLog
configure
configure.in

index 281d030..649fc38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * configure.in: Really check for Autoconf 2.54.
+
        * automake.texi (Yacc and Lex): ylwrap is used only when there is
        more than one yacc or lex source file in a directory.
 
index e470cb9..6d6f66a 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.53b)' > conftest/conftest.ac
+echo 'AC''_PREREQ(2.54)' > 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.53b or better is required" >&5
-echo "$as_me: error: Autoconf 2.53b or better is required" >&2;}
+   { { echo "$as_me:$LINENO: error: Autoconf 2.54 or better is required" >&5
+echo "$as_me: error: Autoconf 2.54 or better is required" >&2;}
    { (exit 1); exit 1; }; }
 }
 rm -rf conftest
index 0908083..fb319db 100644 (file)
@@ -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.53b)' > conftest/conftest.ac
+echo 'AC''_PREREQ(2.54)' > conftest/conftest.ac
 AM_RUN_LOG([cd conftest && eval $AUTOCONF -o /dev/null conftest.ac]) || {
-   AC_MSG_ERROR([Autoconf 2.53b or better is required])
+   AC_MSG_ERROR([Autoconf 2.54 or better is required])
 }
 rm -rf conftest