Correct ftp urls for libtool.
authorRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 13:23:43 +0000 (13:23 +0000)
committerRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 13:23:43 +0000 (13:23 +0000)
Original commit message from CVS:
Correct ftp urls for libtool.

autogen.sh

index 06caa33..b3ec427 100755 (executable)
@@ -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