--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:
Michael Jerris 2009-11-25 20:19:36 +00:00
parent 87b19eacb6
commit 3e7e7b6879
1 changed files with 2 additions and 1 deletions

View File

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