summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-04 12:12:01 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-07-07 12:11:14 +0200
commit956446bdfa200d214b3970275045cb64805fc46e (patch)
tree61d87ef5495543748046fb08b41f9cb4c9cbde57 /configure.ac
parent491f1477bea49e4ccd499664d17d35efb06d0912 (diff)
downloadphp-git-956446bdfa200d214b3970275045cb64805fc46e.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 178a0893c0..8a664bc442 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ sinclude(Zend/acinclude.m4)
dnl Basic autoconf + automake initialization, generation of config.nice.
dnl -------------------------------------------------------------------------
-AC_PREREQ(2.59)
+AC_PREREQ([2.64])
AC_INIT(README.GIT-RULES)
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])