Home | History | Annotate | Download | only in fio

Lines Matching refs:YACC

1372 # Check if we have lex/yacc available
1373 yacc="no"
1382 YACC=$(which bison 2> /dev/null)
1383 if test -x "$YACC" ; then
1384 yacc="yes"
1387 YACC=$(which yacc 2> /dev/null)
1388 if test -x "$YACC" ; then
1389 yacc="yes"
1392 if test "$yacc" = "yes" && test "$lex" = "yes" ; then
1414 echo "lex/yacc for arithmetic $arith"
1578 echo "YACC=$YACC -y" >> $config_host_mak
1580 echo "YACC=$YACC" >> $config_host_mak