Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15899 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93444 invoked by uid 1010); 7 Apr 2005 21:11:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93425 invoked from network); 7 Apr 2005 21:11:31 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 7 Apr 2005 21:11:31 -0000 X-Host-Fingerprint: 204.11.219.140 lt1.firehawksystems.com Linux 2.4/2.6 Received: from ([204.11.219.140:53683] helo=lt1.firehawksystems.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 50/45-19272-202A5524 for ; Thu, 07 Apr 2005 17:11:31 -0400 Received: from [216.145.57.228] (bfrance-mac.corp.yahoo.com [216.145.57.228]) (authenticated bits=0) by lt1.firehawksystems.com (8.13.3/8.13.3) with ESMTP id j37LBCO6026226 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Thu, 7 Apr 2005 14:11:13 -0700 In-Reply-To: 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 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Thu, 7 Apr 2005 16:11:07 -0500 To: Jani Taskinen X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: ClamAV 0.83/815/Thu Apr 7 12:37:59 2005 on lt1 X-Virus-Status: Clean Subject: Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports From: list@firehawksystems.com ("Brian J. France") 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? Also echo and here documents are not working on my system (FreeBSD). cat seems to work with here docs. #> bash --version GNU bash, version 2.05a.0(1)-release (i386-unknown-freebsd4.3) Copyright 2001 Free Software Foundation, Inc. Brian On Apr 7, 2005, at 3:49 PM, Jani Taskinen wrote: > On Thu, 7 Apr 2005, Brian J. France wrote: > >> On Apr 7, 2005, at 1:28 AM, Jani Taskinen wrote: >>> I made some changes to phpize now. But not using your >>> patch since that would not have worked everywhere. >> >> Cool, changes look good. What about getting Jon's original patch and >> this change back ported? > > Done. > > --Jani > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >