mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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.
This commit is contained 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+"$@"}
|
||||
|
||||
Reference in New Issue
Block a user