Suggest using libtool 1.2d

svn path=/trunk/; revision=606
This commit is contained in:
Arturo Espinosa
1999-01-18 19:41:12 +00:00
parent cf406da466
commit ac3196e5ca

View File

@ -15,7 +15,7 @@ DIE=0
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`libtool' installed to compile Gnome."
echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2.tar.gz"
echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
}