Build: m4 macro for Bison version check
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 2 Jul 2015 19:12:31 +0000 (15:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Jul 2015 22:05:27 +0000 (18:05 -0400)
commit2b4887a2a361c2eb166ab67c5c3ff9276a59bdf2
tree64e3a3e59a18c72fb6cef053222ad1c27a4d5b93
parent29be776a147a2c2e155a89909e5a8b2f8a512ea3
Build: m4 macro for Bison version check

This new m4 macro make check for a supported version of Bison.
This macro is valid starting from commit id
e79137accc7ea0352cd4677ff22818f9c68d4eab of the GNU Bison git tree[1].
This check works for version 1.29b to this day.

[1] http://git.savannah.gnu.org/cgit/bison.git/commit/?id=e79137accc7ea0352cd4677ff22818f9c68d4eab

Fixes: #891
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
m4/ax_compare_version.m4 [new file with mode: 0644]
m4/ax_prog_bison_version.m4 [new file with mode: 0644]
This page took 0.025476 seconds and 4 git commands to generate.