get-full-path-for-top-srcdir-20030213
authorLove Hörnquist-Åstrand <lha@stacken.kth.se>
Thu, 13 Feb 2003 06:51:14 +0000 (06:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 13 Feb 2003 06:51:14 +0000 (06:51 +0000)
FIXES 1296

unrelativize TOP_SRCDIR

acinclude.m4

index dde7d86..10eded8 100644 (file)
@@ -764,7 +764,8 @@ case $TOP_SRCDIR in
         /*)
                 ;;
         *)
-                TOP_SRCDIR=${SRCDIR_PARENT}/src
+               TOP_SRCDIR=`cd $TOP_SRCDIR; pwd`
+               ;;
 esac
 
 TOP_OBJDIR="${SRCDIR_PARENT}"