* configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.

* Makefile.am (AUTOMAKE_OPTIONS): Don't.
This commit is contained in:
Akim Demaille
2002-09-13 15:39:52 +00:00
parent e0a13e7b30
commit bd7018115a
4 changed files with 12 additions and 12 deletions

View 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
AM_INIT_AUTOMAKE([1.6.3 check-news readme-alpha dist-bzip2])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.