automake-patches
[Top][All Lists]
Advanced

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

FYI: require Autoconf 2.60 instead of 2.59c


From: Alexandre Duret-Lutz
Subject: FYI: require Autoconf 2.60 instead of 2.59c
Date: Sat, 19 Aug 2006 15:58:51 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

I've installed this.

2006-08-19  Alexandre Duret-Lutz  <address@hidden>

        * NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
        Require Autoconf 2.60 instead of some intermediate development
        version.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.308
diff -u -r1.308 NEWS
--- NEWS        19 Aug 2006 13:28:25 -0000      1.308
+++ NEWS        19 Aug 2006 13:57:46 -0000
@@ -1,6 +1,6 @@
 New in 1.9a:
 
-  - Autoconf 2.59a is required.
+  - Autoconf 2.60 is required.
 
   - Perl 5.6 or greater is required.
 
Index: configure.ac
===================================================================
RCS file: /cvs/automake/automake/configure.ac,v
retrieving revision 1.28
diff -u -r1.28 configure.ac
--- configure.ac        6 Jun 2006 20:54:18 -0000       1.28
+++ configure.ac        19 Aug 2006 13:57:46 -0000
@@ -18,8 +18,8 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-dnl Require Autoconf 2.59a for AC_REQUIRE_AUX_FILE.
-AC_PREREQ(2.59a)
+dnl Require Autoconf 2.60 for AC_REQUIRE_AUX_FILE.
+AC_PREREQ(2.60)
 AC_INIT([GNU Automake], [1.9a], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.64
diff -u -r1.64 init.m4
--- m4/init.m4  4 Aug 2006 14:53:32 -0000       1.64
+++ m4/init.m4  19 Aug 2006 13:57:47 -0000
@@ -24,7 +24,7 @@
 # arguments mandatory, and then we can depend on a new Autoconf
 # release and drop the old call support.
 AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.59c])dnl
+[AC_PREREQ([2.60])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
Index: m4/lispdir.m4
===================================================================
RCS file: /cvs/automake/automake/m4/lispdir.m4,v
retrieving revision 1.28
diff -u -r1.28 lispdir.m4
--- m4/lispdir.m4       17 Apr 2006 08:23:35 -0000      1.28
+++ m4/lispdir.m4       19 Aug 2006 13:57:47 -0000
@@ -15,7 +15,7 @@
 # AM_PATH_LISPDIR
 # ---------------
 AC_DEFUN([AM_PATH_LISPDIR],
-[AC_PREREQ([2.59c])dnl
+[AC_PREREQ([2.60])dnl
  # If set to t, that means we are running in a shell under Emacs.
  # If you have an Emacs named "t", then use the full path.
  test x"$EMACS" = xt && EMACS=
Index: m4/mkdirp.m4
===================================================================
RCS file: /cvs/automake/automake/m4/mkdirp.m4,v
retrieving revision 1.11
diff -u -r1.11 mkdirp.m4
--- m4/mkdirp.m4        24 Jun 2006 05:35:44 -0000      1.11
+++ m4/mkdirp.m4        19 Aug 2006 13:57:47 -0000
@@ -9,7 +9,7 @@
 # ---------------
 # Check for `mkdir -p'.
 AC_DEFUN([AM_PROG_MKDIR_P],
-[AC_PREREQ([2.59c])dnl
+[AC_PREREQ([2.60])dnl
 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])dnl
 ])

-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl





reply via email to

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