* 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

@@ -1,3 +1,8 @@
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> 2002-09-13 Akim Demaille <akim@epita.fr>
* configure.ac: Require 2.54. * configure.ac: Require 2.54.

View File

@@ -1,3 +1,4 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
## Copyright (C) 2001, 2002 Free Software Foundation, Inc. ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify ## This program is free software; you can redistribute it and/or modify
@@ -15,9 +16,6 @@
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
## 02111-1307 USA ## 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 ACLOCAL_AMFLAGS = -I m4
SUBDIRS = config po lib data src doc m4 tests SUBDIRS = config po lib data src doc m4 tests

View File

@@ -9,14 +9,11 @@ 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 or 1.6.1 - Automake 1.6.3
- Autoconf 2.53a or better - Autoconf 2.54
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)
- Gettext 0.11.3 pre 2 or better - Gettext 0.11.5
http://www.lrde.epita.fr/~akim/download/gettext-0.11.3-pre2.tar.gz
Only building the initial full source tree will be a bit painful, Only building the initial full source tree will be a bit painful,
later, a plain `cvs update -P & make' should be sufficient. later, a plain `cvs update -P & make' should be sufficient.
@@ -55,8 +52,8 @@ If you experience problems, I suggest the following:
1. Do a regular CVS checkout 1. Do a regular CVS checkout
2. Fetch a recent tarball. 2. Fetch a recent tarball in:
http://www.lrde.epita.fr/~akim/download/bison-1.49b.tar.gz http://www.lrde.epita.fr/~akim/download/
3. Extract it 3. Extract it

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 AM_INIT_AUTOMAKE([1.6.3 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.