Searched refs:BISON_BYACC (Results 1 – 3 of 3) sorted by relevance
9546 BISON_BYACC=""9560 if test -n "$BISON_BYACC"; then9561 ac_cv_prog_BISON_BYACC="$BISON_BYACC" # Let the user override the test.9584 BISON_BYACC=$ac_cv_prog_BISON_BYACC9585 if test -n "$BISON_BYACC"; then9586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON_BYACC" >&59587 printf "%s\n" "$BISON_BYACC" >&6; }9594 test -n "$BISON_BYACC" && break9597 if test x"$BISON_BYACC" != x; then9604 bison_major_version=`$BISON_BYACC -V | sed -n 's/.* \([1-9][0-9]*\)\.[0-9][0-9.]*/\1/p'`[all …]
80 BISON_BYACC = @BISON_BYACC@544 $(BISON_BYACC) -p pcap_ -o grammar.c -d $<
2011 BISON_BYACC=""2015 AC_CHECK_PROGS(BISON_BYACC, bison)2016 if test x"$BISON_BYACC" != x; then2023 …bison_major_version=`$BISON_BYACC -V | sed -n 's/.* \(@<:@1-9@:>@@<:@0-9@:>@*\)\.@<:@0-9@:>@@<:@0-…2024 …bison_minor_version=`$BISON_BYACC -V | sed -n 's/.* @<:@1-9@:>@@<:@0-9@:>@*\.\(@<:@0-9@:>@+\).*/\1…2037 AC_CHECK_PROGS(BISON_BYACC, byacc yacc)2038 if test x"$BISON_BYACC" != x; then2052 if $BISON_BYACC -V >/dev/null 2>&1; then2058 AC_MSG_ERROR([$BISON_BYACC is insufficient to compile libpcap.2077 AC_SUBST(BISON_BYACC) subst