diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-08-14 14:36:44 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-08-14 14:36:44 +0200 |
commit | 7ffc0a6534fb66ad27d22984e25bd0789f4404b6 (patch) | |
tree | 873979e975695abc7929178df20e544731ce8d4a /aclocal.m4 | |
parent | 78ca6ea8f0b8ab312b1e0ef56629a18e3efbce42 (diff) |
Bison: A bit more verbose error messages in config.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.]) |