diff --git a/configure b/configure index 746e5920..9ba24b57 100755 --- a/configure +++ b/configure @@ -41,6 +41,7 @@ ############################################################################# srcpath=`dirname $0` +srcpath=`(cd "$srcpath"; /bin/pwd)` configure=$srcpath/qtbase/configure if [ ! -e "$configure" ]; then echo "$configure not found. Did you forget to run \"init-repository\"?" >&2