author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 12 Dec 2015 16:07:54 +0000 (17:07 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 26 Feb 2016 16:31:49 +0000 (17:31 +0100) | ||
commit | d23caf50d4cdd1ad41c8b373990f4de0b840c2d5 | |
tree | 856a283b7cea10e7b96110f10e42d05b79c1fd98 | tree | snapshot |
parent | 8fc1bf9987ab1aa8cef8c3125da82de59d93efb1 | commit | diff |
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.
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 | diff | blob | history |