## $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
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)
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
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.
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.
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.
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
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