mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Correct ftp urls for libtool.
Original commit message from CVS: Correct ftp urls for libtool.
This commit is contained in:
parent
1a89a48b70
commit
b5a1a82d40
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue