summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-10-10 07:51:50 +0000
committerManish Singh <yosh@src.gnome.org>1998-10-10 07:51:50 +0000
commit3e4c74d7efc1bfcdfdd7f67e56e43c19e002ce75 (patch)
tree99cafe76e054e212143634178b00aff3637f3e37 /autogen.sh
parent357c50b14ed672559582e44b9ea1547497ca2e3b (diff)
downloadgtk+-3e4c74d7efc1bfcdfdd7f67e56e43c19e002ce75.tar.gz
HACKING we need libtool 1.2b now
* HACKING * autogen.sh: we need libtool 1.2b now -Yosh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 71ddbe5d37..003e043aba 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
}