* tests/Makefile.am (check_SCRIPTS): New.

This commit is contained in:
Akim Demaille
2002-02-28 15:47:55 +00:00
parent 5327d634b3
commit 6f8dd2075e
6 changed files with 23 additions and 16 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.33a], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.33b], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.33a])
AM_INIT_AUTOMAKE([bison], [1.33b])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.