]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix configure --srcdir for freetdm
authorMathieu Rene <mrene@avgs.ca>
Fri, 10 Dec 2010 19:56:29 +0000 (14:56 -0500)
committerMathieu Rene <mrene@avgs.ca>
Fri, 10 Dec 2010 19:56:29 +0000 (14:56 -0500)
libs/freetdm/configure.gnu

index 5785ffc0e71942c30b9a154ad510f20d8e50fd91..d00cd18473e00b311bad598993853a260a642476 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/sh
-./configure "$@" --with-pic
-
+srcpath=$(dirname $0 2>/dev/null )  || srcpath="." 
+$srcpath/configure "$@" --with-pic