diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-21 07:04:52 +0200 |
---|---|---|
committer | Peter Kokot <petk@php.net> | 2018-07-25 03:09:14 +0200 |
commit | df6bd506d492292ef4353b0f8da0c34eeb076be5 (patch) | |
tree | 1b2cbb30840067608abcd6a684a7dd87356c03c3 /ext/mbstring/php_mbregex.c | |
parent | 8d3f8ca12a0b00f2a74a27424790222536235502 (diff) | |
download | php-git-df6bd506d492292ef4353b0f8da0c34eeb076be5.tar.gz |
Remove obsolete macro AC_DECL_YYTEXT
The macro AC_DECL_YYTEXT has been obsolete since Autoconf 2.50 released
in 2001. Now it is included in the AC_PROG_LEX macro.
Autoconf news info about obsoletion:
- http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
Docs:
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html
PHP 5.4 to 7.1 require Autoconf 2.59+ version, PHP 7.2 and above require
2.64+ version, and the PHP 7.2 phpize script requires 2.59+ version which
are all greater than above mentioned 2.50 version. Systems out there should
well support this by now.
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
0 files changed, 0 insertions, 0 deletions