Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99448 invoked by uid 1010); 19 Jul 2007 09:29:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99433 invoked from network); 19 Jul 2007 09:29:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 09:29:39 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:4887] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/70-27729-00F2F964 for ; Thu, 19 Jul 2007 05:29:38 -0400 Received: from [81.22.163.71] (helo=[10.6.109.93]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1IBRsC-000Cz7-Dv; Thu, 19 Jul 2007 05:00:36 -0400 X-MHO-User: U2FsdGVkX18BqCthLmsw15p7BJAUBxMnKAMMjEAFKyE= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+uQ368s2WFL6uqZcVigpDYsLtZptRb3lU= Reply-To: jani.taskinen@iki.fi To: Cristian Rodriguez Cc: internals@lists.php.net In-Reply-To: <7d5a202f0707182331m31ea8899j3326cbcd66063b6e@mail.gmail.com> References: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> <7d5a202f0707182331m31ea8899j3326cbcd66063b6e@mail.gmail.com> Content-Type: text/plain Date: Thu, 19 Jul 2007 12:00:35 +0300 Message-ID: <1184835635.3328.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] buildconf hell From: jani.taskinen@sci.fi (Jani Taskinen) On Thu, 2007-07-19 at 02:31 -0400, Cristian Rodriguez wrote: > On 7/19/07, Richard Lynch wrote: > > > Kind of a PITA... > > No problems here with automake-1.10 , autoconf-2.61 , libtool-1.5.22, bison-2.3. > the only oldie we had to keep is flex, as PHP buildsystem wont support It's not the buildsystem that won't support old flex, it's the code that is generated using it that doesn't. And of those tools you mentioned only autoconf and bison are needed, the rest isn't. You forgot to mention autoheader, but that of course comes together with autoconf. --Jani