3 # Wrapper around a non installed bison to make it work as an installed one.
5 # Use the shipped files, not those installed.
6 BISON_PKGDATADIR='@abs_top_srcdir@/data'
7 export BISON_PKGDATADIR
8 exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}