Cleanup: bison and flex detection
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Jun 2017 19:59:07 +0000 (15:59 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 17 Jul 2017 19:35:43 +0000 (15:35 -0400)
commit540d833dfbe259815a0aec6a231dbe54a74aec4e
tree59ea75b3fda8650f2f9254cbb6eee857f00c52e6
parent60725cf905bddb7a33fc3fc07efedb35766076c0
Cleanup: bison and flex detection

The previous detection code was quite convoluted and required to have
two variables set to the same value to work. For example, the lexer in
autotools is configured through the LEX variable, even if we require a
specific implementation we have to use it and base our detection code on
it.

The situation is now :

  - the FLEX and BISON variables are ignored.
  - the LEX and YACC variables need to be set if required like before.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
m4/ax_prog_bison_version.m4
m4/ax_prog_flex_version.m4
plugins/ctf/common/metadata/Makefile.am
This page took 0.024891 seconds and 4 git commands to generate.