On Tue, Jun 26, 2001 at 03:34:23PM +0900, Bang Jun-Young wrote:
- configure.in:
Remove a redundant check for flex.
It is not redundant! AC_PROG_LEX does more than just look for the 'lex' binary.
Please do not apply.
Ciao, Marcus
-AC_PROG_LEX AC_CHECK_PROGS(XLEX,$LEX flex lex,none) if test "$XLEX" = "none" then