Drop support for autoconf < 2.60 in trunk and the

new PHP_5_4 branch. autoconf >= 2.60 should finally
be working now.
This commit is contained in:
Rasmus Lerdorf 2011-05-15 06:09:21 +00:00
parent 08792f6f9b
commit 438cc7f201
6 changed files with 10 additions and 67 deletions

View file

@ -1,9 +1,8 @@
dnl This file becomes configure.in for self-contained extensions.
divert(1)
AC_PREREQ(2.13)
AC_PREREQ(2.60)
AC_INIT(config.m4)
AC_PRESERVE_HELP_ORDER
PHP_CONFIG_NICE(config.nice)