mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
2a3ac4a8e7
commit
fe2afef36f
1 changed files with 2 additions and 0 deletions
|
@ -1784,6 +1784,7 @@ AC_DEFUN([PHP_PROG_BISON], [
|
|||
AC_MSG_CHECKING([for bison version])
|
||||
|
||||
php_bison_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
|
||||
[ -z "$php_bison_version" ] && php_bison_version=0.0.0
|
||||
ac_IFS=$IFS; IFS="."
|
||||
set $php_bison_version
|
||||
IFS=$ac_IFS
|
||||
|
@ -1848,6 +1849,7 @@ AC_DEFUN([PHP_PROG_RE2C],[
|
|||
AC_MSG_CHECKING([for re2c version])
|
||||
|
||||
php_re2c_version=$($RE2C --version | cut -d ' ' -f 2 2>/dev/null)
|
||||
[ -z "$php_re2c_version" ] && php_re2c_version=0.0.0
|
||||
ac_IFS=$IFS; IFS="."
|
||||
set $php_re2c_version
|
||||
IFS=$ac_IFS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue