automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: require 2.54 at configure time


From: Alexandre Duret-Lutz
Subject: FYI: require 2.54 at configure time
Date: 22 Sep 2002 17:05:34 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I forgot to update this check.

2002-09-22  Alexandre Duret-Lutz  <address@hidden>

        * configure.in: Really check for Autoconf 2.54.

Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.117
diff -u -r1.117 configure.in
--- configure.in        20 Sep 2002 11:28:56 -0000      1.117
+++ configure.in        22 Sep 2002 15:04:17 -0000
@@ -57,9 +57,9 @@
 # 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
 
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]