From: Akim Demaille Date: Fri, 27 Sep 2002 13:24:19 +0000 (+0000) Subject: * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7. X-Git-Tag: BISON-1_49c~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a5c75d7fc652cc8cc36ff6c5f920a747bf79d4b9?hp=8280e1797d946a84616c74db06bedcd1cfe2b8c9 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7. (Because of AC_LIBSOURCE). --- diff --git a/ChangeLog b/ChangeLog index a7aae299..563708e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-27 Akim Demaille + + * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7. + (Because of AC_LIBSOURCE). + 2002-09-27 Akim Demaille Playing with Autoscan. diff --git a/README-cvs b/README-cvs index 17370f0c..2b60913a 100644 --- a/README-cvs +++ b/README-cvs @@ -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 diff --git a/configure.ac b/configure.ac index c4eecdf7..7f41b60e 100644 --- a/configure.ac +++ b/configure.ac @@ -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.