From 5b31ab7469e1e67f9aa3697767be047f886bd9cc Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 10 Sep 2012 14:44:41 +0200 Subject: fix download links in mate-autogen --- macros/mate-autogen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/mate-autogen b/macros/mate-autogen index 46422e0..3fcde63 100644 --- a/macros/mate-autogen +++ b/macros/mate-autogen @@ -349,7 +349,7 @@ fi if $want_intltool; then version_check intltool INTLTOOLIZE intltoolize $REQUIRED_INTLTOOL_VERSION \ - "http://ftp.gnome.org/pub/MATE/sources/intltool/" + "https://launchpad.net/intltool/+download" require_m4macro intltool.m4 fi @@ -361,13 +361,13 @@ fi if $want_gtk_doc; then version_check gtk-doc GTKDOCIZE gtkdocize $REQUIRED_GTK_DOC_VERSION \ - "http://ftp.gnome.org/pub/MATE/sources/gtk-doc/" + "http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" require_m4macro gtk-doc.m4 fi if $want_mate_doc_utils; then version_check mate-doc-utils MATE_DOC_PREPARE mate-doc-prepare $REQUIRED_MATE_DOC_UTILS_VERSION \ - "http://ftp.gnome.org/pub/MATE/sources/mate-doc-utils/" + "http://pub.mate-desktop.org/releases/" fi if [ "x$USE_COMMON_DOC_BUILD" = "xyes" ]; then -- cgit v1.2.1