mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Missed a few - now it really works with autoconf-2.64+
This commit is contained in:
parent
5a2b41a627
commit
58ae9eeb11
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue