From dev-return-9885-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Jun 02 13:09:17 2003 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 40907 invoked by uid 500); 2 Jun 2003 13:09:17 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 40896 invoked from network); 2 Jun 2003 13:09:16 -0000 Message-ID: <3EDB4C8C.7080500@attglobal.net> Date: Mon, 02 Jun 2003 09:09:32 -0400 From: Jeff Trawick Reply-To: trawick@attglobal.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: cvs commit: apr apr-config.in References: <20030602125053.16810.qmail@icarus.apache.org> In-Reply-To: <20030602125053.16810.qmail@icarus.apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N striker@apache.org wrote: > striker 2003/06/02 05:50:53 > > Modified: . apr-config.in > Index: apr-config.in > =================================================================== > RCS file: /home/cvs/apr/apr-config.in,v > retrieving revision 1.33 > retrieving revision 1.34 > diff -u -r1.33 -r1.34 > --- apr-config.in 21 Apr 2003 14:21:59 -0000 1.33 > +++ apr-config.in 2 Jun 2003 12:50:52 -0000 1.34 > @@ -134,7 +134,9 @@ > # Otherwise, being in a symlinked dir may result in incorrect output. > if test -x "`which realpath 2>/dev/null`"; then > thisdir="`realpath $thisdir`" just curious... what boxes actually have realpath? do we need to provide our own in order to avoid all those PRs from people on Solaris trying to build in /usr/src (a symlink in the normal install)?