diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
| commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
| tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /scripts/autotools-install | |
| parent | copy: check for vulnerable target dirs (diff) | |
| download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip | |
all: prefer HTTPS in URLs
Diffstat (limited to 'scripts/autotools-install')
| -rwxr-xr-x | scripts/autotools-install | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/autotools-install b/scripts/autotools-install index 7e37cebf5..04ddec891 100755 --- a/scripts/autotools-install +++ b/scripts/autotools-install @@ -1,5 +1,5 @@ #!/bin/sh -VERSION='2015-10-06 12:49' # UTC +VERSION='2017-09-19 07:31' # UTC # Building coreutils from a git-cloned directory may require versions of # tools like autoconf, automake, gettext, etc. that are newer than the ones @@ -26,12 +26,12 @@ prog_name=`basename $0` die () { echo "$prog_name: $*" >&2; exit 1; } tarballs=' - http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz - http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz - http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz - http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz - http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz - http://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz + https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz + https://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz + https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz + https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz + https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz + https://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz ' usage() { |
