From d74feee286ce41240288a0953c93c27daafdfe59 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 31 Jul 2001 15:46:23 +0000 Subject: Fix ftp location and update current version of gettext to 0.10.39. svn path=/trunk/; revision=1880 --- macros/autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/autogen.sh b/macros/autogen.sh index 486e1f8..bcf985f 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -42,7 +42,7 @@ fi # (gettext --version) < /dev/null > /dev/null 2>&1 || { # echo # echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME." -# echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" +# echo "Get ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.10.39.tar.gz" # echo "(or a newer version if it is available)" # DIE=1 # } @@ -53,7 +53,7 @@ fi # (gettext --version) < /dev/null > /dev/null 2>&1 || { # echo # echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME." -# echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" +# echo "Get ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.10.39.tar.gz" # echo "(or a newer version if it is available)" # DIE=1 # } -- cgit v1.2.1