]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
scripts: tweak URLs in autotools-install
authorJim Meyering <meyering@fb.com>
Wed, 5 Dec 2012 19:11:59 +0000 (11:11 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 22 Apr 2013 17:26:25 +0000 (10:26 -0700)
* scripts/autotools-install (tarballs): Use http:// URLs rather
than ftp:// ones.  The former are more likely to work, these days.
Update URLs to point to the latest versions.

scripts/autotools-install

index bd496645cb2b564474be37617aec7d12455c5521..403644f813eac7a7a1ee1ab0313ae9141f454527 100755 (executable)
@@ -21,12 +21,12 @@ prog_name=`basename $0`
 die () { echo "$prog_name: $*" >&2; exit 1; }
 
 tarballs='
-  http://pkgconfig.freedesktop.org/releases/pkg-config-0.27.1.tar.gz
-  ftp://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz
-  ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
-  http://ftp.gnu.org/gnu/automake/automake-1.12.3.tar.gz
-  ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
-  ftp://ftp.gnu.org/gnu/gettext/gettext-0.18.1.tar.gz
+  http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
+  http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz
+  http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
+  http://ftp.gnu.org/gnu/automake/automake-1.12.6.tar.gz
+  http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
+  http://ftp.gnu.org/gnu/gettext/gettext-0.18.2.tar.gz
 '
 
 usage() {