From 446239a243c7e7b214c9a29a3f0d258c828b27a4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 20 Jan 2009 00:28:20 +0000 Subject: [PATCH] make message more clear git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11300 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3de0471d07..470fcb35ff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -91,7 +91,7 @@ libtool=`${LIBDIR}/apr/build/PrintPath glibtool libtool libtool15 libtool14` 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 @@ if test $lt_status = "good"; then 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