diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-07-31 23:46:23 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-07-31 23:46:23 +0800 |
commit | a82d0af27adda77412aa3e594cff5cd3fd14aa7e (patch) | |
tree | 0df05ded3320184903e2990f3f0c8edf206683a3 | |
parent | 86dfaaef767cb77f5265967aa2a1831e461df55e (diff) | |
download | gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar.gz gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar.bz2 gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar.lz gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar.xz gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.tar.zst gsoc2013-evolution-a82d0af27adda77412aa3e594cff5cd3fd14aa7e.zip |
Fix ftp location and update current version of gettext to 0.10.39.
svn path=/trunk/; revision=11512
-rw-r--r-- | macros/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 486e1f8ab7..bcf985f846 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 # } |