summaryrefslogtreecommitdiff
path: root/tests/bison.in
blob: b90c087a31e3e565ad5cf4baa22034e2ac024769 (plain)
1
2
3
4
5
6
7
8
#! @SHELL@
# @configure_input@
# Wrapper around a non installed bison to make it work as an installed one.

# Use the shipped files, not those installed.
BISON_PKGDATADIR='@abs_top_srcdir@/data'
export BISON_PKGDATADIR
exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}