From e5f42bfd0666cb6af75656636e23b21cc8823b63 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 25 Nov 2009 01:36:41 +0000 Subject: [PATCH] Missed a few - now it really works with autoconf-2.64+ --- ext/standard/config.m4 | 4 ++-- scripts/phpize.m4 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.40.0