Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46210 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37073 invoked from network); 27 Nov 2009 12:49:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 12:49:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 74.125.92.24 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 74.125.92.24 qw-out-2122.google.com Received: from [74.125.92.24] ([74.125.92.24:52583] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/61-26540-BDACF0B4 for ; Fri, 27 Nov 2009 07:49:32 -0500 Received: by qw-out-2122.google.com with SMTP id 5so237693qwd.59 for ; Fri, 27 Nov 2009 04:49:29 -0800 (PST) Received: by 10.224.78.102 with SMTP id j38mr458627qak.288.1259326169523; Fri, 27 Nov 2009 04:49:29 -0800 (PST) Received: from ?192.168.0.10? (CPE00222d55d0f0-CM00222d55d0ed.cpe.net.cable.rogers.com [99.238.113.155]) by mx.google.com with ESMTPS id 22sm1293996qyk.2.2009.11.27.04.49.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Nov 2009 04:49:28 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4B0FC67C.8040801@lerdorf.com> Date: Fri, 27 Nov 2009 07:49:26 -0500 Cc: jani.taskinen@iki.fi, internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <66D1C86C-A85F-4CF9-B71F-0264E7CC000F@prohost.org> References: <4B0F9B52.2090207@iki.fi> <4B0FB335.6060703@iki.fi> <4B0FB8B8.1040600@iki.fi> <4B0FC67C.8040801@lerdorf.com> To: Rasmus Lerdorf X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] autoconf version check on trunk? From: ilia@prohost.org (Ilia Alshanetsky) Rasmus, Do you think this is an easy fix, or do we need to go back pre-patch = code for 5.2.12? The other option is to generate the build on a machine = with the later autoconf, 2.59 seems to work fine. On 2009-11-27, at 7:30 AM, 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. >=20 > 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. >=20 > -Rasmus >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20