Lines Matching full:bison
358 dnl Check for bison, default to yacc
359 dnl Default to lex/yacc if both flex and bison are not available
360 dnl Define the yy prefix string if using flex and bison
370 dnl $3 (optional flex and bison -P prefix)
374 AC_ARG_WITH(bison, [ --without-bison don't use bison])
399 AC_CHECK_PROGS($2, bison, yacc)
401 if test "$$2" = bison ; then
405 AC_MSG_WARN(don't have both flex and bison; reverting to lex/yacc)