mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +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 || {
|
(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||||
echo
|
echo
|
||||||
echo "You must have libtool installed to compile $package."
|
echo "You must have libtool installed to compile $package."
|
||||||
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.3.5.tar.gz"
|
echo "Get the latest version from ftp://alpha.gnu.org/gnu/libtool/"
|
||||||
echo "(or a newer version if it is available)"
|
|
||||||
DIE=1
|
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
|
if [ $libtool_major -lt 1 -o $libtool_minor -lt 3 -o $libtool_micro -lt 5 ];then
|
||||||
echo
|
echo
|
||||||
echo "You must have libtool 1.3.5 or greater to compile $package."
|
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 "Get the latest version from ftp://alpha.gnu.org/gnu/libtool/"
|
||||||
echo "(or a newer version if it is available)"
|
|
||||||
DIE=1
|
DIE=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue