summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-03-29 08:23:05 -0800
committerJim Meyering <meyering@fb.com>2014-05-04 14:50:58 -0700
commit7182e4470a1c60c410d5b460818ebff0992fd34c (patch)
tree620464190230f2e72200a53d754cd0c298ac9368 /scripts
parent7514a315eff27339935ba752524a850a6b14e4e4 (diff)
downloadcoreutils-7182e4470a1c60c410d5b460818ebff0992fd34c.tar.xz
maint: autotools-install: update tool version numbers to latest
* scripts/autotools-install (tarballs): Update to latest.
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 c6a8e368e..b8e79b9b0 100755
--- a/scripts/autotools-install
+++ b/scripts/autotools-install
@@ -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() {