Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32029 invoked by uid 1010); 5 Apr 2005 08:20:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32014 invoked from network); 5 Apr 2005 08:20:36 -0000 Received: from unknown (HELO redhat.com) (127.0.0.1) by localhost with SMTP; 5 Apr 2005 08:20:36 -0000 X-Host-Fingerprint: 66.187.233.31 mx1.redhat.com Linux 2.4/2.6 Received: from ([66.187.233.31:41244] helo=mx1.redhat.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 7F/DF-19272-35A42524 for ; Tue, 05 Apr 2005 04:20:35 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j358KK7E028104; Tue, 5 Apr 2005 04:20:20 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j358KJO14447; Tue, 5 Apr 2005 04:20:19 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j358KI8R018221; Tue, 5 Apr 2005 09:20:18 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j358KHr7018220; Tue, 5 Apr 2005 09:20:17 +0100 Date: Tue, 5 Apr 2005 09:20:17 +0100 To: internals@lists.php.net Cc: Jani Taskinen Message-ID: <20050405082017.GA18114@redhat.com> Mail-Followup-To: internals@lists.php.net, Jani Taskinen 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=utf-8 Content-Disposition: inline In-Reply-To: <20050404053537.GC40@csh.rit.edu> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports From: jorton@redhat.com (Joe Orton) 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. joe