configure.ac: detect bison
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 12 Dec 2015 16:07:54 +0000 (17:07 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 26 Feb 2016 16:31:49 +0000 (17:31 +0100)
commitd23caf50d4cdd1ad41c8b373990f4de0b840c2d5
tree856a283b7cea10e7b96110f10e42d05b79c1fd98
parent8fc1bf9987ab1aa8cef8c3125da82de59d93efb1
configure.ac: detect bison

We use some bison-specific extensions so we really need bison, not yacc.
This has bitten a few people before, so make it easier for them.

Bison is only needed when compiling from git, since we ship the generated file
in the tarball. We take this into account by checking for the generated file first.
configure.ac