mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Add mod_ldap as directory example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -57,18 +57,23 @@ if [ -f $uncompressed/.complete ] ; then
|
||||
fi
|
||||
|
||||
cd $uncompressed
|
||||
$MAKE clean 2>&1
|
||||
sh ./configure $@
|
||||
|
||||
if [ $? = 0 ] ; then
|
||||
$MAKE
|
||||
else
|
||||
echo ERROR
|
||||
exit 1
|
||||
fi
|
||||
if [ -f ../$uncompressed.build.sh ] ; then
|
||||
MAKE=$MAKE ../$uncompressed.build.sh $@
|
||||
else
|
||||
$MAKE clean 2>&1
|
||||
sh ./configure $@
|
||||
|
||||
if [ ! -z $install ] ; then
|
||||
$MAKE install
|
||||
if [ $? = 0 ] ; then
|
||||
$MAKE
|
||||
else
|
||||
echo ERROR
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -z $install ] ; then
|
||||
$MAKE install
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $? = 0 ] ; then
|
||||
|
Reference in New Issue
Block a user