]> 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 e0f04e0bd40ec9ad6bd6dd9f7c648bc3f7418e6a..e6f2409084ff7dcbd083bed456f3ceeb7dddd963 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)