* configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.

(Because of AC_LIBSOURCE).
This commit is contained in:
Akim Demaille
2002-09-27 13:24:19 +00:00
parent 8280e1797d
commit a5c75d7fc6
3 changed files with 7 additions and 2 deletions

View File

@@ -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> 2002-09-27 Akim Demaille <akim@epita.fr>
Playing with Autoscan. Playing with Autoscan.

View 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 maintenance, merges etc.), therefore you will have to the maintainer
tools we depend upon: tools we depend upon:
- Automake 1.6.3 - Automake 1.7
- Autoconf 2.54 - Autoconf 2.54

View File

@@ -23,7 +23,7 @@ AC_PREREQ(2.54)
AC_INIT([GNU Bison], [1.49c], [bug-bison@gnu.org]) AC_INIT([GNU Bison], [1.49c], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config) 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) AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite. # Initialize the test suite.