Browse Source

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

PHP-5.2.1RC1
Rasmus Lerdorf 17 years ago
parent
commit
e5f42bfd06
  1. 4
      ext/standard/config.m4
  2. 2
      scripts/phpize.m4

4
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

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

Loading…
Cancel
Save