Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48241 invoked by uid 1010); 7 Apr 2005 22:05:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48215 invoked from network); 7 Apr 2005 22:05:23 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 7 Apr 2005 22:05:23 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:38682] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id B0/C9-19272-2AEA5524 for ; Thu, 07 Apr 2005 18:05:23 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 3F8ABBBFEF; Fri, 8 Apr 2005 01:05:19 +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 j37M5Lkd029495; Fri, 8 Apr 2005 01:05:22 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j37M5LHO029492; Fri, 8 Apr 2005 01:05:21 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Fri, 8 Apr 2005 01:05:21 +0300 (EEST) Reply-To: Jani Taskinen To: "Brian J. France" Cc: internals@lists.php.net In-Reply-To: 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> <496e9f86293f5d44da2611a8fce4dc16@firehawksystems.com> <64fb66853cac5193c88958ffd5f8a6fc@firehawksystems.com> 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) On Thu, 7 Apr 2005, Brian J. France wrote: > Looks like there might be some problems with your patch to phpize.in for > lines: > > + if ! test -x "$php_shtool path $PHP_AUTOCONF"; then > > and > > + if ! test -x "$php_shtool path $PHP_AUTOHEADER"; then > > shouldn't those double quotes be back-ticks? Actually both.. fixed now. > Also echo and here documents are not working on my system (FreeBSD). cat > seems to work with here docs. Fixed that too. (all branches) --Jani