Missed a few - now it really works with autoconf-2.64+

This commit is contained in:
Rasmus Lerdorf 2009-11-25 01:36:41 +00:00
parent 5a2b41a627
commit 58ae9eeb11
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)