From: Michael Wallner Date: Fri, 9 Aug 2013 06:30:50 +0000 (+0200) Subject: improve comments and messages as suggested X-Git-Tag: php-5.6.0alpha1~312^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e30987a5303be9a3658625fee1527e148600929;p=php improve comments and messages as suggested --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index cec832fccb..db6aee2f4a 100644 --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -3,10 +3,13 @@ dnl dnl This file contains local autoconf functions. AC_DEFUN([LIBZEND_BISON_CHECK],[ - # we only support certain bison versions, min: 2.4 + # we only support certain bison versions; + # min: 2.4 (i.e. 204, major * 100 + minor for easier comparison) bison_version_min="204" - # non-working versions, e.g. "3.0 3.2" - bison_version_exclude="" + # non-working versions, e.g. "3.0 3.2"; + # remove "none" when introducing the first incompatible bison version an + # separate any following additions by spaces + bison_version_exclude="none" # for standalone build of Zend Engine test -z "$SED" && SED=sed