Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31073 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98266 invoked by uid 1010); 19 Jul 2007 05:45:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98251 invoked from network); 19 Jul 2007 05:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 05:45:21 -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 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:38387] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/16-32609-F6AFE964 for ; Thu, 19 Jul 2007 01:45:20 -0400 Received: from trainburn-lm-corp-yahoo-com.local (user-11fad8l.dsl.mindspring.com [66.245.53.21]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-7) with ESMTP id l6J5jCw2010905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 18 Jul 2007 22:45:13 -0700 Message-ID: <469EFA66.2000404@lerdorf.com> Date: Wed, 18 Jul 2007 22:45:10 -0700 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: ceo@l-i-e.com CC: internals@lists.php.net References: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> In-Reply-To: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.1/3697/Wed Jul 18 17:18:47 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] buildconf hell From: rasmus@lerdorf.com (Rasmus Lerdorf) Richard Lynch wrote: > What is the status of bringing PHP build process up to current > automake/autoconf/libtool versions?... > > Gentoo doesn't even have a libtool 1.4.x available, afaict... > > I've down-graded automake and autoconf okay, but then I can't even > emerge wget to try and download libtool from source because emerge > wget requires autoconf more recent... > > Guess I'll try hacking away with symlinks and whatnot. > > Kind of a PITA... > > I realize there must be some reason for all this, but it seems awfully > creaky to this naive user. Or you could try simply using the current versions. They work fine. -Rasmus