automake-patches
[Top][All Lists]
Advanced

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

FYI: require 2.53b


From: Alexandre Duret-Lutz
Subject: FYI: require 2.53b
Date: 29 Jul 2002 18:40:10 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I screwed up the 1.6b release in this area.  1.6b needs Autoconf >=
2.53b, but doesn't check for it.  There is a AC_PREREQ([2.53b]) in
init.m4, so it is safe to use, but we'll probably get reports about
`make check' failures because if this.

2002-07-29  Alexandre Duret-Lutz  <address@hidden>

        * configure.in: Require Autoconf 2.53b.

Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.109
diff -u -r1.109 configure.in
--- configure.in        28 Jul 2002 19:32:37 -0000      1.109
+++ configure.in        29 Jul 2002 16:35:20 -0000
@@ -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], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
@@ -57,9 +57,9 @@
 # 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
 

-- 
Alexandre Duret-Lutz




reply via email to

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