]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: autotools-install: update tool version numbers to latest
authorJim Meyering <meyering@fb.com>
Sat, 29 Mar 2014 16:23:05 +0000 (08:23 -0800)
committerJim Meyering <meyering@fb.com>
Sun, 4 May 2014 21:50:58 +0000 (14:50 -0700)
* scripts/autotools-install (tarballs): Update to latest.

scripts/autotools-install

index c6a8e368e97f50edff8fc4cf6bd56d033ebf14db..b8e79b9b0d68f69a103f359c7078f2327e34475a 100755 (executable)
@@ -22,11 +22,11 @@ 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.16.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.14.tar.gz
+  http://ftp.gnu.org/gnu/automake/automake-1.14.1.tar.gz
   http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
-  http://ftp.gnu.org/gnu/gettext/gettext-0.18.3.tar.gz
+  http://ftp.gnu.org/gnu/gettext/gettext-0.18.3.2.tar.gz
 '
 
 usage() {