* tests/bison.in: Adjust to CVS Autoconf.

* tests/calc.at (exp): We no longer need to special case GCC as
the warning flags are passed by configure.
* tests/atlocal.in: Adjust.
* configure.in: Bump to 1.30j.
This commit is contained in:
Akim Demaille
2002-01-03 11:10:50 +00:00
parent f1d93aa21c
commit dd3c3f3006
6 changed files with 18 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# Configure template for GNU Bison. -*-Autoconf-*-
#
# Copyright 2001 Free Software Foundation, Inc.
# Copyright 2001, 2002 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,10 +20,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.30i], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30j], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30i])
AM_INIT_AUTOMAKE([bison], [1.30j])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.