summaryrefslogtreecommitdiff
path: root/am/bison.m4
blob: 875b326d0faad4598c9c8851538f22e3b3a92cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
# bison.m4 serial 1
AC_DEFUN([MU_PROG_BISON],
[
  if test "x$ac_cv_prog_YACC" = x; then
    AC_PROG_YACC
    if ! $YACC --version 2>/dev/null | grep -q '^bison '; then
       YACC="$SHELL $missing_dir/missing bison"
    fi
  fi
])

Return to:

Send suggestions and report system problems to the System administrator.