[Freeswitch-svn] [commit] r10803 - freeswitch/trunk

FreeSWITCH SVN anthm at freeswitch.org
Tue Dec 16 10:45:54 PST 2008


Author: anthm
Date: Tue Dec 16 13:45:54 2008
New Revision: 10803

Log:
change wording in bootstrap to reflect incompat with libdroolz 2.x

Modified:
   freeswitch/trunk/bootstrap.sh

Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Tue Dec 16 13:45:54 2008
@@ -91,7 +91,8 @@
 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
 if test -z "$lt_pversion"; then
 echo "bootstrap: libtool not found."
-echo "           You need libtool version 1.5.14 or newer installed"
+echo "           You need libtool version 1.5.14 or newer up to 1.9.x installed"
+echo "           libtool version 2.0 and above WILL NOT work."
 echo "           to build FreeSWITCH from SVN."
 exit 1
 fi



More information about the Freeswitch-svn mailing list