« Return to Thread: [bug #25804] configure script does not abort if flex/lex is missing

[bug #25804] configure script does not abort if flex/lex is missing

by Ben Asselstine-2 :: Rate this Message:

Reply to Author | View in Thread


Update of bug #25804 (project avrdude):

                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Need Info              
             Assigned to:                    None => joerg_wunsch          

    _______________________________________________________

Follow-up Comment #1:

Alas, AC_PROG_LEX and AC_PROG_YACC do only check for the
possible alternatives (flex vs. lex, bison vs. byacc vs. yacc),
without any real option to bail out if none of them has been
found.

It's not really easy to extend that check without duplicating
much of the code of these macros.  Ideally, this should be
filed as a feature request to project autoconf so these
macros would optionally allow for code to be run if none of
the tools had been found.

Would you be willing in filing such a feature request?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25804>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@...
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

 « Return to Thread: [bug #25804] configure script does not abort if flex/lex is missing