]> granicus.if.org Git - php/commitdiff
Revert attempt at supporting both autoconf 2.13 and
authorRasmus Lerdorf <rasmus@php.net>
Sun, 29 Nov 2009 06:13:22 +0000 (06:13 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 29 Nov 2009 06:13:22 +0000 (06:13 +0000)
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.

configure.in
ext/standard/config.m4

index d56237184ca54a50baecc7137fa45a5e73c05f2b..55b6af627011a8ee482fb063b187e7f90a41a0ad 100644 (file)
@@ -1,7 +1,8 @@
 ## $Id$ -*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
-divert(1001)
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(1)
 
 dnl ## Diversion 1 is the autoconf + automake setup phase. We also
 dnl ## set the PHP version, deal with platform-specific compile
@@ -30,8 +31,9 @@ sinclude(Zend/acinclude.m4)
 dnl Basic autoconf + automake initialization, generation of config.nice.
 dnl -------------------------------------------------------------------------
 
-AC_PREREQ(2.13)
+AC_PREREQ(2.60)
 AC_INIT(README.SVN-RULES)
+AC_PRESERVE_HELP_ORDER
 
 PHP_CONFIG_NICE(config.nice)
 
@@ -305,7 +307,8 @@ sinclude(TSRM/threads.m4)
 sinclude(TSRM/tsrm.m4)
 
 
-divert(1002)
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(2)
 
 dnl ## Diversion 2 is where we set PHP-specific options and come up
 dnl ## with reasonable default values for them. We check for pthreads here
@@ -344,7 +347,8 @@ if test "$enable_maintainer_zts" = "yes"; then
   PTHREADS_FLAGS
 fi
 
-divert(1003)
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(3)
 
 dnl ## In diversion 3 we check for compile-time options to the PHP
 dnl ## core and how to deal with different system dependencies. 
@@ -691,7 +695,8 @@ if test "x$php_crypt_r" = "x1"; then
   PHP_CRYPT_R_STYLE
 fi
 
-divert(1004)
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(4)
 
 dnl ## In diversion 4 we check user-configurable general settings.
 
@@ -921,7 +926,8 @@ fi
 dnl ## check for ICU library location and version
 PHP_SETUP_ICU
 
-divert(1005)
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(5)
 
 dnl ## In diversion 5 we check which extensions should be compiled.
 dnl ## All of these are normally in the extension directories.
index 1b8421b78e1c07ac6de4cb220a4b4dffaf8048dc..c6091ad882278f93859ddd6a99595f0fb1365d4b 100644 (file)
@@ -1,6 +1,7 @@
 dnl $Id$ -*- autoconf -*-
 
-divert(1003)dnl
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(3)
 
 dnl
 dnl Check if flush should be called explicitly after buffered io
@@ -220,7 +221,8 @@ dnl
 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
 AC_FUNC_FNMATCH        
 
-divert(1005)dnl
+dnl No longer needed after dropping support for autoconf 2.13
+dnl divert(5)
 
 dnl
 dnl Check if there is a support means of creating a new process