yah yah libtool 1.2b
authorManish Singh <yosh@src.gnome.org>
Sat, 10 Oct 1998 07:56:53 +0000 (07:56 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 10 Oct 1998 07:56:53 +0000 (07:56 +0000)
-Yosh

autogen.sh

index b8a15c3..1da3645 100755 (executable)
@@ -18,7 +18,7 @@ DIE=0
 (libtool --version) < /dev/null > /dev/null 2>&1 || {
        echo
        echo "You must have libtool installed to compile $PROJECT."
-       echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
+       echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2b.tar.gz"
        echo "(or a newer version if it is available)"
        DIE=1
 }