summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2015-08-20 08:50:31 -0700
committerJim Meyering <meyering@fb.com>2015-11-17 11:42:37 +0100
commitdab71a37d0fed9bd93db3d8b3779ca86c0c453ec (patch)
tree70a36a051b825ebeef5d80b5e75a038e07a6ca3f /scripts
parent4a6ed21b15175d8fa1749c54813840f28f7bfcc5 (diff)
downloadcoreutils-dab71a37d0fed9bd93db3d8b3779ca86c0c453ec.tar.xz
scripts: update versions of gettext and libtool
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/autotools-install6
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() {