From 438cc7f2013308cebe90d10fff696a0915cc1885 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 15 May 2011 06:09:21 +0000 Subject: Drop support for autoconf < 2.60 in trunk and the new PHP_5_4 branch. autoconf >= 2.60 should finally be working now. --- scripts/phpize.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/phpize.m4') diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index e3a30a50c5..7faf6231da 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -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) -- cgit v1.2.1