Re: AC_PROG_LEX does not diagnose failure to find lex library

2011-05-25 Thread Stefano Lattarini
Hi Russ, sorry for the dealy. On Thursday 19 May 2011, Russ Allbery wrote: > Stefano Lattarini writes: > > > It seems that AC_PROG_LEX does not diagnose a failure to find the lex > > library required to link lex-generated programs; on the contrary, when > > all the link attempts (i.e., with `-ll

Re: AC_PROG_LEX does not diagnose failure to find lex library

2011-05-18 Thread Russ Allbery
Stefano Lattarini writes: > It seems that AC_PROG_LEX does not diagnose a failure to find the lex > library required to link lex-generated programs; on the contrary, when > all the link attempts (i.e., with `-ll' and `-lfl') fail, configure > uncorrectly declares that no lex library is needed (!)