maint: rely on Automake for parsers.
authorAkim Demaille <demaille@gostai.com>
Wed, 15 Feb 2012 12:36:24 +0000 (13:36 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 15 Feb 2012 12:46:05 +0000 (13:46 +0100)
commit3f3e78dc8926b0e30fef77e5227c634e12bff2b9
treec57012bd38d754032e72cc880caf9bd0a2b08108
parent4e8ec90f24065ea92e330b704fe4550f0c1b89eb
maint: rely on Automake for parsers.

* Makefile.am (AM_YFLAGS): Automake looks for "-d" alone.
Move other options in here.
(BISON): New.
(YACC): Use it.
(bison_SOURCES): Now that automake can see `-d' in AM_YFLAGS,
we can rely on it to compile and ship the parser header
files.

Based on commit 737406a32c201471699bfa0843d1f432f3ec29ab and
commit 3d6ca339083c278d907c9f030f4ba6bc5ecb07f2.
src/Makefile.am