* configure.in: Bump to 1.29b.

* tests/Makefile.am (DISTCLEANFILES): Add package.m4.
* tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
need xmalloc.c in calc.y.
From Pascal Bart.
This commit is contained in:
Akim Demaille
2001-09-22 16:56:37 +00:00
parent 6792619fa8
commit 19f01e885f
10 changed files with 1129 additions and 1003 deletions

View File

@@ -16,12 +16,12 @@
# 02111-1307 USA
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52c)
AC_PREREQ(2.52e)
AC_INIT([GNU Bison], [1.29a], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29b], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29a])
AM_INIT_AUTOMAKE([bison], [1.29b])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.