1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-08-07 07:22:55 +03:00

maint: autotools-install: update tool version numbers to latest

* scripts/autotools-install (tarballs): Update to latest.
This commit is contained in:
Jim Meyering
2014-03-29 08:23:05 -08:00
parent 7514a315ef
commit 7182e4470a

View File

@@ -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() {