summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-11-28 23:06:54 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-11-28 23:06:54 +0000
commit7cdd7730819d21269bc0e4244761c5cc95b2a91c (patch)
treebc7b955ac12c77ce225c6c14f9801ea4e829a0fa /ext/standard/config.m4
parent8d169e42de8e53e263ff42c10b18d266d9e5dcc4 (diff)
downloadphp-git-7cdd7730819d21269bc0e4244761c5cc95b2a91c.tar.gz
More work on the autoconf 2.13->2.60+ transition code.
2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly related to this stuff.
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r--ext/standard/config.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index 7bd8426e19..d8c7ca57a4 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -1,5 +1,8 @@
dnl $Id$ -*- autoconf -*-
+dnl AC 2.13 Compatibility
+PHP_DIVERT(3)
+
dnl
dnl Check if flush should be called explicitly after buffered io
dnl
@@ -218,6 +221,9 @@ dnl
AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
AC_FUNC_FNMATCH
+dnl AC 2.13 Compatibility
+PHP_DIVERT(5)
+
dnl
dnl Check if there is a support means of creating a new process
dnl and defining which handles it receives