We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2b41a commit 58ae9eeCopy full SHA for 58ae9ee
ext/standard/config.m4
@@ -1,6 +1,6 @@
1
dnl $Id$ -*- autoconf -*-
2
3
-divert(3)dnl
+divert(1003)dnl
4
5
dnl
6
dnl Check if flush should be called explicitly after buffered io
@@ -220,7 +220,7 @@ dnl
220
AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
221
AC_FUNC_FNMATCH
222
223
-divert(5)dnl
+divert(1005)dnl
224
225
226
dnl Check if there is a support means of creating a new process
scripts/phpize.m4
dnl This file becomes configure.in for self-contained extensions.
-divert(1)
+divert(1001)
AC_PREREQ(2.13)
AC_INIT(config.m4)
0 commit comments