diff options
-rwxr-xr-x | scripts/autotools-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/autotools-install b/scripts/autotools-install index e273cc1b8..7e37cebf5 100755 --- a/scripts/autotools-install +++ b/scripts/autotools-install @@ -1,5 +1,5 @@ #!/bin/sh -VERSION='2015-01-25 15:45' # UTC +VERSION='2015-10-06 12:49' # UTC # Building coreutils from a git-cloned directory may require versions of # tools like autoconf, automake, gettext, etc. that are newer than the ones @@ -30,8 +30,8 @@ tarballs=' 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.2.tar.gz - http://ftp.gnu.org/gnu/gettext/gettext-0.19.4.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 ' usage() { |