mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
08792f6f9b
commit
438cc7f201
6 changed files with 10 additions and 67 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue