summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-17 16:22:02 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 02:01:02 +0100
commit3207741df0ac71dc78f8b8c54c4b3a44553208f0 (patch)
treef3db7084e52e84e350ede97d97a1663c9b89baf5 /scripts/phpize.m4
parent072eb6dd77b079a6f90ca5b155f9b0add1b5f2d4 (diff)
downloadphp-git-3207741df0ac71dc78f8b8c54c4b3a44553208f0.tar.gz
Refactor PHP_PROG_BISON and PHP_PROG_RE2C
This patch refactors these macros to also checks for the required given versions of bison and re2c. - PHP_PROG_RE2C and PHP_PROG_BISON take optional args - minmimum version required, and bison also excluded versions. - Instead of caching values this uses manual checking and messaging outputs. - It looks like the minimum version of RE2C 0.13.4 is working ok so far. The genfiles script improvements: - Add make override in genfiles - Move checkings from makedist to genfiles - Refactored output messages - Various minor enhancements
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 76559d0c87..9b89d1b9cd 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -137,7 +137,6 @@ dnl Always shared
PHP_BUILD_SHARED
dnl Required programs
-PHP_PROG_RE2C
PHP_PROG_AWK
sinclude(config.m4)