diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-10 14:44:41 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-10 14:44:41 +0200 |
commit | 5b31ab7469e1e67f9aa3697767be047f886bd9cc (patch) | |
tree | 9d5fbf83c070c64810aed03b6e53ff45d67c88c9 /macros/mate-autogen | |
parent | 3831df9d4b81ac5a23f75c4f92396f7287ebc46d (diff) | |
download | mate-common-5b31ab7469e1e67f9aa3697767be047f886bd9cc.tar.bz2 mate-common-5b31ab7469e1e67f9aa3697767be047f886bd9cc.tar.xz |
fix download links in mate-autogenmate-common-1.5.0
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 |