--srcdir fix (FSBUILD-211)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@905 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
87b19eacb6
commit
3e7e7b6879
|
@ -1,3 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
./configure "$@" --with-pic
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||||
|
$srcpath/configure "$@" --with-pic
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue