Skip to content

Commit 58ae9ee

Browse files
committed
Missed a few - now it really works with autoconf-2.64+
1 parent 5a2b41a commit 58ae9ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/config.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl $Id$ -*- autoconf -*-
22

3-
divert(3)dnl
3+
divert(1003)dnl
44

55
dnl
66
dnl Check if flush should be called explicitly after buffered io
@@ -220,7 +220,7 @@ dnl
220220
AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
221221
AC_FUNC_FNMATCH
222222

223-
divert(5)dnl
223+
divert(1005)dnl
224224

225225
dnl
226226
dnl Check if there is a support means of creating a new process

scripts/phpize.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl This file becomes configure.in for self-contained extensions.
22

3-
divert(1)
3+
divert(1001)
44

55
AC_PREREQ(2.13)
66
AC_INIT(config.m4)

0 commit comments

Comments
 (0)