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:
parent
416beff9d3
commit
e3ea76dd47
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic --disable-shared
|
||||
srcpath=$(dirname $0)
|
||||
$srcpath/configure "$@" --with-pic --disable-shared
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --with-pic
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic --disable-shared
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --with-pic --disable-shared
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue