* src/bison.s1: Remove, we now use directly...

* src/bison.simple: this.
* src/Makefile.am: Use pkgdata instead of data.
This commit is contained in:
Akim Demaille
2000-12-20 10:38:51 +00:00
parent ea5607fd01
commit 29092a5740
11 changed files with 286 additions and 1129 deletions

View File

@@ -87,8 +87,8 @@ CC='@CC@'
CFLAGS='@CFLAGS@'
# We want to use the files shipped with Bison.
BISON_SIMPLE=$at_top_builddir/src/bison.simple
BISON_SIMPLE=$at_top_srcdir/src/bison.simple
export BISON_SIMPLE
BISON_HAIRY=$at_top_builddir/src/bison.hairy
BISON_HAIRY=$at_top_srcdir/src/bison.hairy
export BISON_HAIRY
# Snippet )2