Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34986 invoked from network); 27 Nov 2009 12:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 12:44:41 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.72 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.72 mho-02-ewr.mailhop.org Received: from [204.13.248.72] ([204.13.248.72:49517] helo=mho-02-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/11-26540-8B9CF0B4 for ; Fri, 27 Nov 2009 07:44:41 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NE0Bh-0006an-PF; Fri, 27 Nov 2009 12:44:38 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19lM/YXRkazpl8+l419Zk4Hf2LzTQw7VSY= Message-ID: <4B0FC9B3.7030304@iki.fi> Date: Fri, 27 Nov 2009 14:44:35 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Rasmus Lerdorf CC: internals@lists.php.net References: <4B0F9B52.2090207@iki.fi> <4B0FB335.6060703@iki.fi> <4B0FB8B8.1040600@iki.fi> <4B0FC67C.8040801@lerdorf.com> In-Reply-To: <4B0FC67C.8040801@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf version check on trunk? From: jani.taskinen@iki.fi (Jani Taskinen) On 11/27/2009 02:30 PM, Rasmus Lerdorf wrote: > Jani Taskinen wrote: >> This is caused by the divert() patch Rasmus committed. Nice work. >> I'll try figure out how to do it properly. > > Getting rid of just the diverts in ext/standard/config.m4 fixes this for > me. There is still an unrelated libtool/autoconf-2.13 issue related to > finding ld though. Not sure what that is about yet. How about forget about it and stick with autoconf 2.13 which actually works and does what we need? Try ./configure --help once with the 2.6x generated one.. --Jani