Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31189 invoked by uid 1010); 5 Apr 2005 15:11:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31174 invoked from network); 5 Apr 2005 15:11:57 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 5 Apr 2005 15:11:57 -0000 X-Host-Fingerprint: 129.21.60.6 blacksheep.csh.rit.edu Tru64 v5.1a JP4 (or OpenVMS 7.x on Compaq 5.x Received: from ([129.21.60.6:3744] helo=blacksheep.csh.rit.edu) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id A3/2C-19272-CBAA2524 for ; Tue, 05 Apr 2005 11:11:57 -0400 Received: from fury.csh.rit.edu (fury.csh.rit.edu [IPv6:2001:470:1f00:135:a00:20ff:fe8d:5399]) by blacksheep.csh.rit.edu (Postfix) with ESMTP id 4D0D59011 for ; Tue, 5 Apr 2005 11:11:53 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 2BF5214EF; Tue, 5 Apr 2005 11:11:53 -0400 (EDT) Date: Tue, 5 Apr 2005 11:11:52 -0400 To: internals@lists.php.net Message-ID: <20050405151152.GB7367@csh.rit.edu> Mail-Followup-To: internals@lists.php.net 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> <20050405082017.GA18114@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050405082017.GA18114@redhat.com> Subject: Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports From: jon@php.net (Jon Parise) On Tue, Apr 05, 2005 at 09:20:17AM +0100, Joe Orton wrote: > On Mon, Apr 04, 2005 at 01:35:37AM -0400, Jon Parise wrote: > > Index: build/build2.mk > > =================================================================== > > RCS file: /repository/php-src/build/build2.mk,v > > retrieving revision 1.35 > > diff -u -r1.35 build2.mk > > --- build/build2.mk 3 Feb 2005 17:42:42 -0000 1.35 > > +++ build/build2.mk 30 Mar 2005 03:36:08 -0000 > > @@ -32,6 +32,9 @@ > > > > targets = $(TOUCH_FILES) configure $(config_h_in) > > > > +PHP_AUTOCONF ?= 'autoconf' > > +PHP_AUTOHEADER ?= 'autoheader' > > + > > I doubt that is portable make syntax. I only have experience with GNU make and BSD make, and it works under both of those environments. Could you suggest a more portable syntax? -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/)