]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
scripts: update versions of gettext and libtool
authorJim Meyering <meyering@fb.com>
Thu, 20 Aug 2015 15:50:31 +0000 (08:50 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 17 Nov 2015 10:42:37 +0000 (11:42 +0100)
scripts/autotools-install

index e273cc1b821870d865871d135d4563ebb8c1c584..7e37cebf5feba7b5f3616120306c2ae41d4e0002 100755 (executable)
@@ -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() {