diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 17:56:03 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 17:56:03 +0000 |
| commit | 6961cd023a5e637e7f1e252a3bf36de2225611a7 (patch) | |
| tree | 8d969979ce337cdab235ffbbe0cb4c5ea763bce5 /ext/standard/config.m4 | |
| parent | c4d350632b05ddf44535a7c4192c1b06e95c1961 (diff) | |
| download | php-git-6961cd023a5e637e7f1e252a3bf36de2225611a7.tar.gz | |
Ok, new attempt. Require autoconf-2.60 in this branch.
This simplifies things quite a bit by entirely getting
rid of the m4 diversions which were messing things up.
Now we are using the built-in autoconf diversions the
way they were intended and the HELP output order is
preserved through the AC_PRESERVE_HELP_ORDER macro
which was introduced in autoconf-2.59c
The next thing to clean up are the template warnings
and I want to get to the bottom of the cache warning
we generate as well. Now that I fixed the _cv_ stuff,
I am not sure that is still a valid warning.
Diffstat (limited to 'ext/standard/config.m4')
| -rw-r--r-- | ext/standard/config.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 1b8421b78e..7bd8426e19 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -1,7 +1,5 @@ dnl $Id$ -*- autoconf -*- -divert(1003)dnl - dnl dnl Check if flush should be called explicitly after buffered io dnl @@ -220,8 +218,6 @@ dnl AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan) AC_FUNC_FNMATCH -divert(1005)dnl - dnl dnl Check if there is a support means of creating a new process dnl and defining which handles it receives |
