summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-09 21:17:19 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-09 21:17:19 +0200
commit77c85b3119cc3aacbe2642c974bf88e512abd187 (patch)
tree9460a2b2715dea8f2a3fd57a4e8446dc866ee6d3 /configure.ac
parentf2856da6e833afc75ac58864a99625bed300e7da (diff)
parent1386b029f9834d9e77a644c58fc1d50006a82e67 (diff)
downloadphp-git-77c85b3119cc3aacbe2642c974bf88e512abd187.tar.gz
Merge branch 'PHP-7.3'
* PHP-7.3: [ci skip] Update UPGRADING about Autoconf version Bump minimum Autoconf requirement to 2.68
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 54144917a2..81c7f9ccc3 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.64])
+AC_PREREQ([2.68])
AC_INIT(README.GIT-RULES)
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])