From: Rasmus Lerdorf Date: Wed, 25 Nov 2009 01:36:41 +0000 (+0000) Subject: Missed a few - now it really works with autoconf-2.64+ X-Git-Tag: php-5.4.0alpha1~191^2~2350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb15811c13e1bbfe88846c342247edc64da6ed78;p=php Missed a few - now it really works with autoconf-2.64+ --- diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index e0f04e0bd4..e6f2409084 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -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 diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 07e6037fbc..e38acb0ef3 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -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)