* NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 19 Aug 2006 13:58:03 +0000 (13:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 19 Aug 2006 13:58:03 +0000 (13:58 +0000)
Require Autoconf 2.60 instead of some intermediate development
version.

ChangeLog
NEWS
configure.ac
m4/init.m4
m4/lispdir.m4
m4/mkdirp.m4

index 525ad0e..3e7e942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
+       Require Autoconf 2.60 instead of some intermediate development
+       version.
+
        * doc/automake.texi (Standard Directory Variables): Fix multitable
        width.
        (Autotools Introduction): Fix @uref usage.
diff --git a/NEWS b/NEWS
index ccaf2e0..42db3a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 ba3fbeb..cd9db9b 100644 (file)
@@ -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], [bug-automake@gnu.org])
 
 AC_CONFIG_SRCDIR(automake.in)
index f665384..37d73c9 100644 (file)
@@ -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 45b51cf..62c2daf 100644 (file)
@@ -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 3e6a186..70a551b 100644 (file)
@@ -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
 ])