Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60323 invoked by uid 1010); 4 Apr 2005 06:07:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60306 invoked from network); 4 Apr 2005 06:07:01 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 4 Apr 2005 06:07:01 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:54789] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 9F/27-19272-389D0524 for ; Mon, 04 Apr 2005 02:07:00 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 0AE5CBBE4A; Mon, 4 Apr 2005 09:06:57 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j3466vOj010531; Mon, 4 Apr 2005 09:06:57 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j3466vg7010528; Mon, 4 Apr 2005 09:06:57 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 4 Apr 2005 09:06:57 +0300 (EEST) Reply-To: Jani Taskinen To: Jon Parise Cc: internals@lists.php.net In-Reply-To: <20050404053537.GC40@csh.rit.edu> Message-ID: References: <20050327221532.GA17108@csh.rit.edu> <20050329114511.GB42955@isis.sigpipe.cz> <20050329124758.GD42955@isis.sigpipe.cz> <20050330034330.GA6092@csh.rit.edu> <20050404053537.GC40@csh.rit.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports From: sniper@iki.fi (Jani Taskinen) The patch is fine by me. It's very good idea too since it's not likely to break anyone's build whatever versions they have installed. :) Just commit. (or if you can't, I'll do it later today) --Jani On Mon, 4 Apr 2005, Jon Parise wrote: > On Tue, Mar 29, 2005 at 10:43:30PM -0500, Jon Parise wrote: > >> On Tue, Mar 29, 2005 at 04:15:38PM +0300, Jani Taskinen wrote: >> >>>> Such schemes are quite common thanks to incompatibilities between >>>> autotools versions, e. g. Subversion's buildconf equivalent accepts >>>> the names from environment, mentioning IIRC Debian installing the >>>> tools as e. g. autoconf-213. >>> >>> If someone can provide a patch that works in every single OS >>> with any possible combination of autoconf* packages installed I'll >>> be happy to commit such patch. As long as nobody can provide such patch >>> and PROVE it won't break things for others -> no commit. >> >> I've read the comments and generated a second patch. This one solves >> my problem in a more acceptable way, by introducing two environmental >> variables, PHP_AUTOCONF and PHP_AUTOHEADER, which default to 'autoconf' >> and 'autoheader', respectively. The idea is borrowed from Subversion's >> buildconf equivalent (which Roman mentions above). > > Apologies if this got lost amongst the effort to prepare the recent > set of releases, but I'm curious whether or not people find my second > patch acceptable, based on the results of the prior discussion. If > not, I'll know to abandon the issue.