summaryrefslogtreecommitdiff
path: root/tests/bison.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-10-13 18:49:44 +0000
committerAkim Demaille <akim@epita.fr>2002-10-13 18:49:44 +0000
commitf377f69fec28013c79db4efe12bbb9d48987fb2c (patch)
treefddc85697266c959c198db8e0ae99775cbcf4dd8 /tests/bison.in
parent2a1fe6ed6f0688bbf05f94228b54642fd699dd13 (diff)
downloadbison-f377f69fec28013c79db4efe12bbb9d48987fb2c.tar.gz
* configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
(O0FLAGS): New. (VALGRIND, GXX): New. * tests/atlocal.in (CFLAGS): Use O0FLAGS. * tests/bison.in: Run $PREBISON a pre-command. * tests/Makefile.am (maintainer-check, maintainer-check-valgrind) (maintainer-check-g++): New. * Makefile.am (maintainer-check): New.
Diffstat (limited to 'tests/bison.in')
-rw-r--r--tests/bison.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bison.in b/tests/bison.in
index 6a582f77..6d0de7e3 100644
--- a/tests/bison.in
+++ b/tests/bison.in
@@ -5,4 +5,4 @@
# We want to use the files shipped with Bison.
BISON_PKGDATADIR='@abs_top_srcdir@/data'
export BISON_PKGDATADIR
-exec '@abs_top_builddir@/src/bison' ${1+"$@"}
+exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}