* Makefile.am (AUTOMAKE_OPTIONS): Don't.
+2002-09-13 Akim Demaille <akim@epita.fr>
+
+ * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
+ * Makefile.am (AUTOMAKE_OPTIONS): Don't.
+
2002-09-13 Akim Demaille <akim@epita.fr>
* configure.ac: Require 2.54.
+## Process this file with automake to produce Makefile.in -*-Makefile-*-
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
## 02111-1307 USA
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-AUTOMAKE_OPTIONS = 1.6 check-news readme-alpha dist-bzip2
-
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = config po lib data src doc m4 tests
maintenance, merges etc.), therefore you will have to the maintainer
tools we depend upon:
-- Automake 1.6 or 1.6.1
+- Automake 1.6.3
-- Autoconf 2.53a or better
- ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.gz (992 kB)
- ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.53a.tar.bz2 (756 kB)
+- Autoconf 2.54
-- Gettext 0.11.3 pre 2 or better
- http://www.lrde.epita.fr/~akim/download/gettext-0.11.3-pre2.tar.gz
+- Gettext 0.11.5
Only building the initial full source tree will be a bit painful,
later, a plain `cvs update -P & make' should be sufficient.
1. Do a regular CVS checkout
-2. Fetch a recent tarball.
- http://www.lrde.epita.fr/~akim/download/bison-1.49b.tar.gz
+2. Fetch a recent tarball in:
+ http://www.lrde.epita.fr/~akim/download/
3. Extract it
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.