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.2.12RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f42bfd0666cb6af75656636e23b21cc8823b63;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 d99b35f91f..3f2909d76d 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 @@ -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 diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index adf15811e2..7d483ae812 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)