You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@attglobal.net> on 2003/06/02 15:09:32 UTC

Re: cvs commit: apr apr-config.in

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)?



Re: cvs commit: apr apr-config.in

Posted by Thom May <th...@debian.org>.
* Ben Laurie (ben@algroup.co.uk) wrote :
> Sander Striker wrote:
> 
> >>From: Jeff Trawick [mailto:trawick@attglobal.net]
> >>Sent: Monday, June 02, 2003 3:10 PM
> > 
> > 
> >>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)?
> > 
> > 
> > Ben Laurie and Thom May came up with something for that.  Simulating
> > realpath using ls.
> 
> Thom was going to implement it ... did he?
> 
No, sadly he didn't yet. 
-Thom

Re: cvs commit: apr apr-config.in

Posted by Ben Laurie <be...@algroup.co.uk>.
Sander Striker wrote:

>>From: Jeff Trawick [mailto:trawick@attglobal.net]
>>Sent: Monday, June 02, 2003 3:10 PM
> 
> 
>>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)?
> 
> 
> Ben Laurie and Thom May came up with something for that.  Simulating
> realpath using ls.

Thom was going to implement it ... did he?

Cheers,

Ben.

-- 
http://www.apache-ssl.org/ben.html       http://www.thebunker.net/

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff


RE: cvs commit: apr apr-config.in

Posted by Sander Striker <st...@apache.org>.
> From: Jeff Trawick [mailto:trawick@attglobal.net]
> Sent: Monday, June 02, 2003 3:10 PM

> 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)?

Ben Laurie and Thom May came up with something for that.  Simulating
realpath using ls.


Sander