* lib/Makefile.am (EXTRA_DIST): Add strnlen.c: Automake is still

not using Autoconf traces and does not see Autoconf's AC_LIBOBJ.
This commit is contained in:
Akim Demaille
2002-01-12 11:39:54 +00:00
parent d7848b138c
commit 68e202f30f
7 changed files with 30 additions and 20 deletions

View File

@@ -20,10 +20,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.30k], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30l], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30k])
AM_INIT_AUTOMAKE([bison], [1.30l])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.