You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2003/02/22 10:11:17 UTC

cvs commit: apr-util apu-config.in

jerenkrantz    2003/02/22 01:11:17

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