From: Anthony Minessale Date: Tue, 16 Dec 2008 18:45:54 +0000 (+0000) Subject: change wording in bootstrap to reflect incompat with libdroolz 2.x X-Git-Tag: v1.0.2~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe55b899f36f037203ee091a1d2557d0cc5fcf7;p=thirdparty%2Ffreeswitch.git change wording in bootstrap to reflect incompat with libdroolz 2.x git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10803 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/bootstrap.sh b/bootstrap.sh index 67c00312d6..ddb9fd7d59 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -91,7 +91,8 @@ 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 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