]> git.draconx.ca Git - dxcommon.git/commitdiff
Add Bison-related configure tests.
authorNick Bowler <nbowler@draconx.ca>
Sat, 23 Jan 2021 22:23:29 +0000 (17:23 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 23 Jan 2021 22:53:18 +0000 (17:53 -0500)
Recent versions of Bison have made a bunch of incompatible behaviour
changes.  Implement configure tests to identify some issues, so that
build compatibility with multiple versions can be achieved.

As part of this, we introduce a basic macro for finding Bison in the
first place, which will verify support for "modern" features like %code
blocks which are needed by all my Bison-using projects.


No differences found