diff options
Diffstat (limited to 'macros/mate-autogen')
-rw-r--r-- | macros/mate-autogen | 6 |
1 files 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 |