Home
last modified time | relevance | path

Searched refs:BISON_BYACC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dconfigure9546 BISON_BYACC=""
9560 if test -n "$BISON_BYACC"; then
9561 ac_cv_prog_BISON_BYACC="$BISON_BYACC" # Let the user override the test.
9584 BISON_BYACC=$ac_cv_prog_BISON_BYACC
9585 if test -n "$BISON_BYACC"; then
9586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BISON_BYACC" >&5
9587 printf "%s\n" "$BISON_BYACC" >&6; }
9594 test -n "$BISON_BYACC" && break
9597 if test x"$BISON_BYACC" != x; then
9604 bison_major_version=`$BISON_BYACC -V | sed -n 's/.* \([1-9][0-9]*\)\.[0-9][0-9.]*/\1/p'`
[all …]
H A DMakefile.in80 BISON_BYACC = @BISON_BYACC@
544 $(BISON_BYACC) -p pcap_ -o grammar.c -d $<
H A Dconfigure.ac2011 BISON_BYACC=""
2015 AC_CHECK_PROGS(BISON_BYACC, bison)
2016 if test x"$BISON_BYACC" != x; then
2023 …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; then
2052 if $BISON_BYACC -V >/dev/null 2>&1; then
2058 AC_MSG_ERROR([$BISON_BYACC is insufficient to compile libpcap.
2077 AC_SUBST(BISON_BYACC) subst