]>
Commit | Line | Data |
---|---|---|
342b8b6e | 1 | #! /bin/sh |
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. | |
25d81090 | 6 | BISON_SIMPLE='@abs_top_srcdir@/src/bison.simple' |
342b8b6e | 7 | export BISON_SIMPLE |
25d81090 | 8 | BISON_HAIRY='@abs_top_srcdir@/src/bison.hairy' |
342b8b6e AD |
9 | export BISON_HAIRY |
10 | ||
25d81090 | 11 | exec '@abs_top_builddir@/src/bison' ${1+"$@"} |