#! @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 '@abs_top_builddir@/src/bison' ${1+"$@"}