* src/Makefile.am (bison_SOURCES): Add parse-skel.h and

skeleton.h.
This commit is contained in:
Akim Demaille
2002-01-06 20:49:27 +00:00
parent a9b8959efa
commit 25d810906c
14 changed files with 25 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
#! /bin/sh
# @configure_generated@
# @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_SIMPLE='@top_srcpath@/src/bison.simple'
BISON_SIMPLE='@abs_top_srcdir@/src/bison.simple'
export BISON_SIMPLE
BISON_HAIRY='@top_srcpath@/src/bison.hairy'
BISON_HAIRY='@abs_top_srcdir@/src/bison.hairy'
export BISON_HAIRY
exec '@top_buildpath@/src/bison' ${1+"$@"}
exec '@abs_top_builddir@/src/bison' ${1+"$@"}