]> granicus.if.org Git - php/commit
Replace obsolete AC_AIX with AC_USE_SYSTEM_EXTENSIONS
authorPeter Kokot <peterkokot@gmail.com>
Wed, 25 Jul 2018 07:34:25 +0000 (09:34 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 29 Jul 2018 06:00:15 +0000 (08:00 +0200)
commitb12cece8d5030006dde9acf8a771ca61e7f25de2
tree05afe6ee1055a9f5107852f8413e505460a244f6
parent0a01eae039bd0325864d1b09890b7f3c03d79e11
Replace obsolete AC_AIX with AC_USE_SYSTEM_EXTENSIONS

Since Autoconf 2.62 the AC_AIX macro has been made obsolete and should
be replaced with the AC_USE_SYSTEM_EXTENSIONS instead.

Both macro behaviors are the same since the old one is just a wrapper
around the new AC_USE_SYSTEM_EXTENSIONS:
http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/specific.m4

PHP 7.2+ and the main configure.ac script require minimum Autoconf 2.64+.

Refs:
- http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
- https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html
configure.ac