summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-11-29 06:13:22 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-11-29 06:13:22 +0000
commitf009983bc5c7306b9c78771ce21740d76760929c (patch)
tree80be27143504f05d6d1efa4b046f796cfddabba1 /ext
parent3d99fc8020f5e5cb9d232fcc020ff6f465f6206d (diff)
downloadphp-git-f009983bc5c7306b9c78771ce21740d76760929c.tar.gz
Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/config.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index 1b8421b78e..c6091ad882 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -1,6 +1,7 @@
dnl $Id$ -*- autoconf -*-
-divert(1003)dnl
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(3)
dnl
dnl Check if flush should be called explicitly after buffered io
@@ -220,7 +221,8 @@ dnl
AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
AC_FUNC_FNMATCH
-divert(1005)dnl
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(5)
dnl
dnl Check if there is a support means of creating a new process