From 80f758415a25efef5f1596c62b7be0c8413f1d87 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 22 Sep 2002 15:06:44 +0000 Subject: [PATCH] * configure.in: Really check for Autoconf 2.54. --- ChangeLog | 2 ++ configure | 6 +++--- configure.in | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 281d030..649fc38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-09-22 Alexandre Duret-Lutz + * 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. diff --git a/configure b/configure index e470cb9..6d6f66a 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.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 diff --git a/configure.in b/configure.in index 0908083..fb319db 100644 --- a/configure.in +++ b/configure.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.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 -- 2.7.4