summaryrefslogtreecommitdiff
path: root/am/bison.m4
diff options
context:
space:
mode:
Diffstat (limited to 'am/bison.m4')
-rw-r--r--am/bison.m49
1 files changed, 2 insertions, 7 deletions
diff --git a/am/bison.m4 b/am/bison.m4
index ea691f176..611ff1711 100644
--- a/am/bison.m4
+++ b/am/bison.m4
@@ -1,11 +1,6 @@
-# bison.m4 serial 2
+# bison.m4 serial 3
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} $am_aux_dir/missing bison"
- fi
- fi
+ AC_PATH_PROG([BISON],[bison],[\$(SHELL) \$(top_srcdir)/build-aux/missing bison])
])

Return to:

Send suggestions and report system problems to the System administrator.