Cleanup: bison and flex detection
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 11 May 2017 20:50:56 +0000 (16:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Jun 2017 20:59:06 +0000 (16:59 -0400)
commit6ce306131ed0de89234a303c6c2ff08b4629bede
treee41d8aaeeba0a294e1142e7f6e01cc52f07b7222
parent510ece3f8cfa9603f8866ba2686ee12d112acc9f
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 now ignored.
  - the LEX and YACC variables need to be set if required like before.

Also some minor cleanups.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
tests/Makefile.am
This page took 0.027804 seconds and 5 git commands to generate.