jerenkrantz    2003/02/22 01:10:53

  Modified:    .        apr-config.in
  Log:
  If we have realpath available, we need to transform APR_SOURCE_DIR too.
  
  Revision  Changes    Path
  1.30      +1 -0      apr/apr-config.in
  
  Index: apr-config.in
  ===================================================================
  RCS file: /home/cvs/apr/apr-config.in,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -u -r1.29 -r1.30
  --- apr-config.in     30 Jan 2003 16:56:09 -0000      1.29
  +++ apr-config.in     22 Feb 2003 09:10:52 -0000      1.30
  @@ -126,6 +126,7 @@
   # Otherwise, being in a symlinked dir may result in incorrect output.
   if test -x "`which realpath 2>/dev/null`"; then
     thisdir="`realpath $thisdir`"
  +  APR_SOURCE_DIR="`realpath $APR_SOURCE_DIR`"
   fi
   if test -d $bindir; then
     tmpbindir="`cd $bindir && pwd`"
  
  
  

Reply via email to