]> granicus.if.org Git - php/commit
Bump Autoconf version in configure.ac to 2.64
authorPeter Kokot <peterkokot@gmail.com>
Wed, 4 Jul 2018 10:12:01 +0000 (12:12 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 7 Jul 2018 10:11:14 +0000 (12:11 +0200)
commit956446bdfa200d214b3970275045cb64805fc46e
tree61d87ef5495543748046fb08b41f9cb4c9cbde57
parent491f1477bea49e4ccd499664d17d35efb06d0912
Bump Autoconf version in configure.ac to 2.64

Since PHP 7.2 the minimum autoconf version is 2.64. The configure.ac
script file includes also AX_CHECK_COMPILE_FLAG macro call so besides
only checking it in buildconf script this bumps the autoconf here too.

The phpize.m4 script is for now still relaxed to 2.59 version since some
still supported systems such as CentOS 6 still include autoconf 2.63
version and might require calling phpize on some old extensions.
configure.ac