summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proskin@src.gnome.org>2001-07-31 15:46:23 +0000
committerPavel Roskin <proskin@src.gnome.org>2001-07-31 15:46:23 +0000
commitd74feee286ce41240288a0953c93c27daafdfe59 (patch)
tree44242604bf36bf7a12de50907c0f317f5e6ce8be
parent4b572dec638d49c111a15f2ff89f6f23cd5d1381 (diff)
downloadshared-mime-info-d74feee286ce41240288a0953c93c27daafdfe59.tar.gz
Fix ftp location and update current version of gettext to 0.10.39.
svn path=/trunk/; revision=1880
-rw-r--r--macros/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 486e1f8a..bcf985f8 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
# }