On Mon, Sep 26, 2011 at 10:01 PM, Gautam Akiwate <[email protected]> wrote: > AC_PROG_YACC > AM_PROG_LEX
The problem with these macros are that they only generate warnings and do not die with an error. So if you want to surely die if there is no lex/yacc on the system, then you will need to add additional checks. The autotools info doc has more information on how you can do this. -- Siddhesh Poyarekar http://siddhesh.in _______________________________________________ india mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/india
