]> granicus.if.org Git - php/commitdiff
Missed a few - now it really works with autoconf-2.64+
authorRasmus Lerdorf <rasmus@php.net>
Wed, 25 Nov 2009 01:36:41 +0000 (01:36 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 25 Nov 2009 01:36:41 +0000 (01:36 +0000)
ext/standard/config.m4
scripts/phpize.m4

index d99b35f91f3592728b898f1e856f0391d79bb10a..3f2909d76d498825be22af806edf7b06c8474fc0 100644 (file)
@@ -1,6 +1,6 @@
 dnl $Id$ -*- autoconf -*-
 
-divert(3)dnl
+divert(1003)dnl
 
 dnl
 dnl Check if flush should be called explicitly after buffered io
@@ -205,7 +205,7 @@ dnl
 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
 AC_FUNC_FNMATCH        
 
-divert(5)dnl
+divert(1005)dnl
 
 dnl
 dnl Check for regex library type
index adf15811e2fc8c1ca834ed164742327dd2064d3a..7d483ae81217ea03761b1f6de21499bee8ad73a4 100644 (file)
@@ -1,6 +1,6 @@
 dnl This file becomes configure.in for self-contained extensions.
 
-divert(1)
+divert(1001)
 
 AC_PREREQ(2.13)
 AC_INIT(config.m4)