fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15661 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-11-24 23:04:21 +00:00
parent 416beff9d3
commit e3ea76dd47
22 changed files with 54 additions and 22 deletions

View File

@@ -1,2 +1,4 @@
#! /bin/sh
./configure "$@" --disable-cplusplus --disable-wininet-client --disable-libwww-client --disable-shared --with-pic --disable-curl-client
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --disable-cplusplus --disable-wininet-client --disable-libwww-client --disable-shared --with-pic --disable-curl-client