Home | History | Annotate | Download | only in gprofng

Lines Matching refs:BISON

687 BISON
6052 for ac_prog in bison
6061 if test -n "$BISON"; then
6062 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6081 BISON=$ac_cv_prog_BISON
6082 if test -n "$BISON"; then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6084 $as_echo "$BISON" >&6; }
6091 test -n "$BISON" && break
6094 if test -z "$BISON"; then
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bison 3.0.4 or newer" >&5
6103 $as_echo_n "checking for bison 3.0.4 or newer... " >&6; }
6104 ac_prog_version=`$BISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
6106 if $BISON conftest.y -o conftest.c 2>/dev/null; then
6118 BISON=: