]> 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 16610f0f34f10e40d1a2a199d6beb1bab8c339a7..17448936ed0829e6b1762cfdd026c147b83a36da 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
@@ -220,7 +220,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 if there is a support means of creating a new process
index 07e6037fbc01259ec54f1eccca4ba4db377274e8..e38acb0ef3fe50fbb5e5e6e6a200129cccc72866 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)