mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(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.
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
#! @SHELL@
|
|
# @configure_input@
|
|
# Wrapper around a non installed bison to make it work as an installed one.
|
|
|
|
# We want to use the files shipped with Bison.
|
|
BISON_PKGDATADIR='@abs_top_srcdir@/data'
|
|
export BISON_PKGDATADIR
|
|
exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}
|