[Freeswitch-svn] [commit] r11300 - freeswitch/trunk
FreeSWITCH SVN
anthm at freeswitch.org
Mon Jan 19 16:28:20 PST 2009
Author: anthm
Date: Mon Jan 19 18:28:20 2009
New Revision: 11300
Log:
make message more clear
Modified:
freeswitch/trunk/bootstrap.sh
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Mon Jan 19 18:28:20 2009
@@ -91,7 +91,7 @@
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 up to 1.9.x installed"
+echo " You need libtool version 1.5.14 or newer (up to 1.9.x) installed. 2.x will not work! see http://jira.freeswitch.org/browse/FSBUILD-82"
echo " libtool version 2.0 and above WILL NOT work."
echo " to build FreeSWITCH from SVN."
exit 1
@@ -115,7 +115,7 @@
echo "bootstrap: libtool version $lt_pversion (ok)"
else
echo "bootstrap: libtool version $lt_pversion 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. 2.x will not work! see http://jira.freeswitch.org/browse/FSBUILD-82"
echo " to build FreeSWITCH from SVN."
exit 1
More information about the Freeswitch-svn
mailing list