coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] scripts: tweak URLs in autotools-install


From: Jim Meyering
Subject: [PATCH] scripts: tweak URLs in autotools-install
Date: Mon, 22 Apr 2013 19:27:51 +0200

I found this small languishing patch, refreshed it and will push later today.

>From 090294b0e4b496137fcb3a672c979c679d0e47f8 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 5 Dec 2012 11:11:59 -0800
Subject: [PATCH] scripts: tweak URLs in autotools-install

* 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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/autotools-install b/scripts/autotools-install
index bd49664..403644f 100755
--- a/scripts/autotools-install
+++ b/scripts/autotools-install
@@ -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() {
--
1.8.2.1.538.gad77690



reply via email to

[Prev in Thread] Current Thread [Next in Thread]