diff options
author | EST 1999 Mandrake <mandrake@mandrake.net> | 1999-01-21 01:37:23 +0000 |
---|---|---|
committer | Geoff Harrison <mandrake@src.gnome.org> | 1999-01-21 01:37:23 +0000 |
commit | 5f6fea52c97ff1e014b8b4dc4db6dd549db3acf3 (patch) | |
tree | 7d4f3245da9a95fe671fad5137dad4db6bcfd8ad /autogen.sh | |
parent | c01596714fb7651ddc87576ec7aac19a021ae898 (diff) |
automake 1.4 and libtool 1.2d notices. (maybe I'll write an actual test
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
* autogen.sh: automake 1.4 and libtool 1.2d notices.
(maybe I'll write an actual test for automake 1.4 later)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index a860ab8fa..e56df4f95 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,7 +23,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.2b.tar.gz" + echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2d.tar.gz" echo "(or a newer version if it is available)" DIE=1 } @@ -31,7 +31,7 @@ DIE=0 (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have automake installed to compile $PROJECT." - echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz" + echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.4.tar.gz" echo "(or a newer version if it is available)" DIE=1 } |