]> git.saurik.com Git - bison.git/blame - tests/bison.in
* configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
[bison.git] / tests / bison.in
CommitLineData
be2a1a68 1#! @SHELL@
25d81090 2# @configure_input@
342b8b6e
AD
3# Wrapper around a non installed bison to make it work as an installed one.
4
5# We want to use the files shipped with Bison.
be2a1a68
AD
6BISON_PKGDATADIR='@abs_top_srcdir@/data'
7export BISON_PKGDATADIR
f377f69f 8exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}