Lines Matching refs:YACC
1472 YFLAGS The list of arguments that will be passed by default to $YACC.
8539 if test -n "$YACC"; then
8540 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8559 YACC=$ac_cv_prog_YACC
8560 if test -n "$YACC"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
8562 $as_echo "$YACC" >&6; }
8569 test -n "$YACC" && break
8571 test -n "$YACC" || YACC="yacc"
8574 case "$YACC" in
8589 if $YACC -V >/dev/null 2>&1; then
8598 as_fn_error $? "$YACC is insufficient to compile libpcap.
8615 bison_major_version=`$YACC -V | sed -n 's/.* \([1-9][0-9]*\)\.[1-9][0-9.]*/\1/p'`
8616 bison_minor_version=`$YACC -V | sed -n 's/.* [1-9][0-9]*\.\([1-9][0-9]*\).*/\1/p'`