automake-patches
[Top][All Lists]
Advanced

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

FYI: require Autoconf 2.54.


From: Alexandre Duret-Lutz
Subject: FYI: require Autoconf 2.54.
Date: Mon, 16 Sep 2002 12:07:56 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

Let's require a release, now it's out.

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

        * configure.in, m4/init.m4, NEWS: Require Autoconf 2.54.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.193
diff -u -r1.193 NEWS
--- NEWS        8 Sep 2002 18:58:27 -0000       1.193
+++ NEWS        16 Sep 2002 10:09:52 -0000
@@ -1,5 +1,5 @@
 New in 1.6c:
-* Autoconf 2.53b is required.
+* Autoconf 2.54 is required.
 * `aclocal' and `automake' will no longer warn about obsolete
   configure macros.  This is done by `autoconf -Wobsolete'.
 * AM_CONFIG_HEADER, AM_SYS_POSIX_TERMIOS and
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.112
diff -u -r1.112 configure.in
--- configure.in        15 Sep 2002 20:34:14 -0000      1.112
+++ configure.in        16 Sep 2002 10:09:59 -0000
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AC_PREREQ(2.53b)
+AC_PREREQ(2.54)
 AC_INIT([GNU Automake], [1.6c], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.49
diff -u -r1.49 init.m4
--- m4/init.m4  9 Sep 2002 08:27:18 -0000       1.49
+++ m4/init.m4  16 Sep 2002 10:10:02 -0000
@@ -30,7 +30,7 @@
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
 
-AC_PREREQ([2.53b])
+AC_PREREQ([2.54])
 
 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
 # the ones we care about.
-- 
Alexandre Duret-Lutz





reply via email to

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