Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87266 invoked from network); 15 May 2011 09:45:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2011 09:45:42 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.173 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:59719] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/90-11261-4C0AFCD4 for ; Sun, 15 May 2011 05:45:41 -0400 Received: by pxi16 with SMTP id 16so2681341pxi.32 for ; Sun, 15 May 2011 02:45:37 -0700 (PDT) Received: by 10.143.61.19 with SMTP id o19mr1938833wfk.347.1305452737371; Sun, 15 May 2011 02:45:37 -0700 (PDT) Received: from [192.168.200.35] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id z10sm3692860wfj.12.2011.05.15.02.45.36 (version=SSLv3 cipher=OTHER); Sun, 15 May 2011 02:45:36 -0700 (PDT) Message-ID: <4DCFA0BF.5080202@lerdorf.com> Date: Sun, 15 May 2011 02:45:35 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: autoconf 2.60+ support From: rasmus@lerdorf.com (Rasmus Lerdorf) As you may have noticed, I have fixed the autoconf stuff to work with autoconf 2.60+ in PHP_5_4 and trunk. In the past I have tried to make it support both <2.60 and >=2.60 at the same time and it never worked. autoconf 2.60 was released in June 2006, so nearly 5 years ago and it is in every modern distro at this point. Most distros also have the ability to run older versions concurrently so you should be able to build 5.3 and 5.4 on the same system. On Ubuntu I have to set PHP_AUTOCONF to autoconf2.59 before running ./buildconf in 5.3, for example. With 5.4 you should no longer need to do that. Let me know if there are any autoconf-related problems and we will get them tracked down. -Rasmus