Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87472 invoked by uid 1010); 6 Oct 2006 17:27:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87457 invoked from network); 6 Oct 2006 17:27:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2006 17:27:08 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.192 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.192 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.192] ([64.233.162.192:11080] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/4D-11652-BE196254 for ; Fri, 06 Oct 2006 13:27:08 -0400 Received: by nz-out-0102.google.com with SMTP id 8so286365nzo for ; Fri, 06 Oct 2006 10:27:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=B00iIL/5Caoo01YVqPEU+lv59iez5vfdkPlzeZQHJk/T3fgTm+/ha20KOIFekyWJrXbClKB/9nsNP4QhKOkhGL3eAMysRnJaolDaDbNoZQmO3zCXeX65sUq6iqUKXDjZMbzsF3MyStIwnzeF8V9bt/SeSyGS2XUqucqKNzkUd2s= Received: by 10.65.210.18 with SMTP id m18mr4675874qbq; Fri, 06 Oct 2006 10:27:05 -0700 (PDT) Received: from ?192.168.1.6? ( [74.108.68.217]) by mx.google.com with ESMTP id f18sm2872280qba.2006.10.06.10.27.04; Fri, 06 Oct 2006 10:27:04 -0700 (PDT) In-Reply-To: <5E7827565D45A420B4C648BE@[172.30.11.6]> References: <5E7827565D45A420B4C648BE@[172.30.11.6]> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <132A9C4E-1B31-4CD9-B0C8-587874861B6D@prohost.org> Cc: php internals LIST Content-Transfer-Encoding: 7bit Date: Fri, 6 Oct 2006 13:27:00 -0400 To: OpenMacNews X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] why does php support 'only' out-of-date/obsolete versions of automake/autoconf? From: ilia@prohost.org (Ilia Alshanetsky) 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. On 6-Oct-06, at 1:17 PM, OpenMacNews wrote: > php52-cvs' "INSTALL" states: > > "autoconf 2.13 and automake 1.4+ are required (newer versions of > autoconf may work, but are not supported)" > > @ distrowatch, distros haven't shipped for ages with automake 1.4. > > automake 1.4 was released: 14-Jan-1999 > current/stable automake (v1.9.6) was released: 10-Jul-2005 > > (1) why has this not been updated to more recent/shipped/released > versions ? is there a legit reason? > > (2) what needs to happen to get this updated? who leads the charge? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Ilia Alshanetsky