aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJan Maria Matejka <mq@ucw.cz>2018-08-14 14:36:44 +0200
committerJan Maria Matejka <mq@ucw.cz>2018-08-14 14:36:44 +0200
commit7ffc0a6534fb66ad27d22984e25bd0789f4404b6 (patch)
tree873979e975695abc7929178df20e544731ce8d4a /aclocal.m4
parent78ca6ea8f0b8ab312b1e0ef56629a18e3efbce42 (diff)
downloadbird-7ffc0a6534fb66ad27d22984e25bd0789f4404b6.tar.gz
Bison: A bit more verbose error messages in config.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 28a632c8..c401d447 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -185,9 +185,11 @@ AC_DEFUN([BIRD_CHECK_BISON_VERSION],
;;
2.*)
bird_bison_synclines=no
+ bird_bison_enhanced_error=no
;;
3.* | 4.* | 5.* | 6.* | 7.* | 8.* | 9.*)
bird_bison_synclines=yes
+ bird_bison_enhanced_error=yes
;;
*)
AC_MSG_ERROR([Couldn't parse Bison version $$1. Call the developers for help.])