php-src/scripts
Peter Kokot 3207741df0 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
2019-03-30 02:01:02 +01:00
..
dev Refactor PHP_PROG_BISON and PHP_PROG_RE2C 2019-03-30 02:01:02 +01:00
man1 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
Makefile.frag Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
php-config.in Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
phpize.in Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
phpize.m4 Refactor PHP_PROG_BISON and PHP_PROG_RE2C 2019-03-30 02:01:02 +01:00