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,3 +1,4 @@
#! /bin/sh
./configure "$@" --with-apr=../apr --disable-shared --with-pic --without-sqlite2 --without-sqlite3 --with-expat=builtin
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --with-apr=../apr --disable-shared --with-pic --without-sqlite2 --without-sqlite3 --with-expat=builtin

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
#! /bin/sh
./configure "$@" --with-pic --disable-shared
srcpath=$(dirname $0)
$srcpath/configure "$@" --with-pic --disable-shared

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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