]>
Commit | Line | Data |
---|---|---|
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 | ||
2c0ddf03 | 5 | # Use the shipped files, not those installed. |
be2a1a68 AD |
6 | BISON_PKGDATADIR='@abs_top_srcdir@/data' |
7 | export BISON_PKGDATADIR | |
f377f69f | 8 | exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"} |