Correct ftp urls for libtool.

Original commit message from CVS:
Correct ftp urls for libtool.
This commit is contained in:
Richard Boulton 2001-01-02 13:23:43 +00:00
parent 1a89a48b70
commit b5a1a82d40

View file

@ -24,8 +24,7 @@ srcfile=gst/gstobject.h
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.3.5.tar.gz"
echo "(or a newer version if it is available)"
echo "Get the latest version from ftp://alpha.gnu.org/gnu/libtool/"
DIE=1
}
@ -36,8 +35,7 @@ libtool_micro=`echo $libtool_version | cut -d. -f3`
if [ $libtool_major -lt 1 -o $libtool_minor -lt 3 -o $libtool_micro -lt 5 ];then
echo
echo "You must have libtool 1.3.5 or greater to compile $package."
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.3.5.tar.gz"
echo "(or a newer version if it is available)"
echo "Get the latest version from ftp://alpha.gnu.org/gnu/libtool/"
DIE=1
fi