diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-10-10 07:51:50 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-10-10 07:51:50 +0000 |
commit | 3e4c74d7efc1bfcdfdd7f67e56e43c19e002ce75 (patch) | |
tree | 99cafe76e054e212143634178b00aff3637f3e37 /autogen.sh | |
parent | 357c50b14ed672559582e44b9ea1547497ca2e3b (diff) | |
download | gdk-pixbuf-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 71ddbe5d3..003e043ab 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 } |