Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95915 invoked by uid 1010); 6 Oct 2006 17:36:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95900 invoked from network); 6 Oct 2006 17:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2006 17:36:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=openmacnews@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=openmacnews@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: openmacnews@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.169] ([66.249.92.169:20888] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/DE-11652-60496254 for ; Fri, 06 Oct 2006 13:36:06 -0400 Received: by ug-out-1314.google.com with SMTP id 80so359220ugb for ; Fri, 06 Oct 2006 10:36:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:reply-to:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:content-disposition; b=Uli/pQ8GRlu+GCDpYoNngpYdwbpzCz9/4fIDlZxoXIN2l76M+hoWRjduDQaxi2MUKaZD7km2G3rlBWXlz5O5z+Eb1znHARLBG4ApMt+b+bAZrseKSVnMS+7tSVlsbYNy2UeH5mAclRlARInNs6LEX9DFY8039bDGWWgEfrDI3Y0= Received: by 10.78.203.13 with SMTP id a13mr1936109hug; Fri, 06 Oct 2006 10:36:03 -0700 (PDT) Received: from ?172.30.11.6? ( [70.231.29.225]) by mx.google.com with ESMTP id 30sm3103207hue.2006.10.06.10.36.01; Fri, 06 Oct 2006 10:36:02 -0700 (PDT) Date: Fri, 06 Oct 2006 10:35:57 -0700 Reply-To: OpenMacNews To: Ilia Alshanetsky cc: php internals LIST Message-ID: <47246C6F990B6361212CD7AF@[172.30.11.6]> In-Reply-To: <132A9C4E-1B31-4CD9-B0C8-587874861B6D@prohost.org> References: <5E7827565D45A420B4C648BE@[172.30.11.6]> <132A9C4E-1B31-4CD9-B0C8-587874861B6D@prohost.org> X-Mailer: Mulberry/4.0.6 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [PHP-DEV] why does php support 'only' out-of-date/obsolete versions of automake/autoconf? From: openmacnews@gmail.com (OpenMacNews) hi ilia, > PHP works just fine with newer version of autoconf and automake. For > example I am using autoconf 2.60 and automake 1.9.6 and not > experiencing any build issues. One of the reasons we recommend > autoconf 2.13 is because it has a non-broken implementation of config > test caching and unlike autoconf 2.60 does not require re-running of > every configuration test on PHP rebuild. yes, i know it "works" fine :-) in fact, i personally build/use php 52cvs with: autoconf (GNU Autoconf) 2.60 automake (GNU automake) 1.9.6 on my osx 10.4.8 box. the problem is that *other* php-related projects' code breaks with recent versions of automake. of course, i 1st tried to talk to the project's developer about the issue. the response was, roughly, that -- since php "only supports automake 1.4" that they'll only support v1.4. which is all fine & good -- except when the developer of the 'other' project is also ON the php-development team as well. in response to questions abt this @ #php, one dev's response -- probably very accurate -- is that this is the case because "autoconf issues are boring to work on". one great big catch-22 :-(