Diff for /embedaddon/php/Zend/acinclude.m4 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:36 version 1.1.1.3, 2013/07/22 01:32:15
Line 4  dnl This file contains local autoconf functions. Line 4  dnl This file contains local autoconf functions.
   
 AC_DEFUN([LIBZEND_BISON_CHECK],[  AC_DEFUN([LIBZEND_BISON_CHECK],[
   # we only support certain bison versions    # we only support certain bison versions
  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5"  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2"
   
   # for standalone build of Zend Engine    # for standalone build of Zend Engine
   test -z "$SED" && SED=sed    test -z "$SED" && SED=sed

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>