Lines Matching full:bison
440 dnl Check for bison, default to yacc
441 dnl Default to lex/yacc if both flex and bison are not available
442 dnl Define the yy prefix string if using flex and bison
452 dnl $3 (optional flex and bison -P prefix)
456 AC_ARG_WITH(bison, [ --without-bison don't use bison])
481 AC_CHECK_PROGS($2, bison, yacc)
483 if test "$$2" = bison ; then
487 AC_MSG_WARN(don't have both flex and bison; reverting to lex/yacc)