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