summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/phpize.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index f234e68ea8..55fa08d7c4 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -1,6 +1,6 @@
dnl This file becomes configure.ac for self-contained extensions.
-AC_PREREQ(2.59)
+AC_PREREQ([2.68])
AC_INIT(config.m4)
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])