]> git.saurik.com Git - bison.git/commitdiff
* configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
authorAkim Demaille <akim@epita.fr>
Fri, 27 Sep 2002 13:24:19 +0000 (13:24 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 27 Sep 2002 13:24:19 +0000 (13:24 +0000)
(Because of AC_LIBSOURCE).

ChangeLog
README-cvs
configure.ac

index a7aae2992893ae936b143891ad596923c7c84c76..563708e3e9e2bc8613fbf630a0af6f467f800c1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-27  Akim Demaille  <akim@epita.fr>
+
+       * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
+       (Because of AC_LIBSOURCE).
+
 2002-09-27  Akim Demaille  <akim@epita.fr>
 
        Playing with Autoscan.
index 17370f0c2042b055f42d867299f2fd5df788ece2..2b60913a86581aff8643332b206b2e60601c6c2f 100644 (file)
@@ -9,7 +9,7 @@ Only the sources are installed in the CVS repository (to ease the
 maintenance, merges etc.), therefore you will have to the maintainer
 tools we depend upon:
 
-- Automake 1.6.3
+- Automake 1.7
 
 - Autoconf 2.54
 
index c4eecdf732d7a257715b9cdf59908e6ed80dbf79..7f41b60ee57e5e90e952004ef7ca79f91f2fb53f 100644 (file)
@@ -23,7 +23,7 @@ AC_PREREQ(2.54)
 AC_INIT([GNU Bison], [1.49c], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR(config)
 
-AM_INIT_AUTOMAKE([1.6.3 check-news readme-alpha dist-bzip2])
+AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])
 AM_CONFIG_HEADER(config.h:config.hin)
 
 # Initialize the test suite.