fix configure --srcdir for freetdm
This commit is contained in:
parent
98ed05cc98
commit
c5e2fc1571
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic
|
||||
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --with-pic
|
||||
|
|
Loading…
Reference in New Issue