diff options
author | Jim Meyering <jim@meyering.net> | 2013-08-05 07:28:34 -0700 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2014-03-13 10:15:28 -0700 |
commit | 42d2377b813507d50f5a67076bb20134ceb2fc10 (patch) | |
tree | 9428f0bf856d5c3f779f0cc1a77d7a73b99146c1 /scripts | |
parent | e972be3c4b9ee5c00933e80e2756b4601baf66cc (diff) | |
download | coreutils-42d2377b813507d50f5a67076bb20134ceb2fc10.tar.xz |
scripts: autotools-install: update
* scripts/autotools-install: Update version numbers of latest
automake and gettext packages.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/autotools-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autotools-install b/scripts/autotools-install index 403644f81..c6a8e368e 100755 --- a/scripts/autotools-install +++ b/scripts/autotools-install @@ -24,9 +24,9 @@ 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/autoconf/autoconf-2.69.tar.gz - http://ftp.gnu.org/gnu/automake/automake-1.12.6.tar.gz + http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz - http://ftp.gnu.org/gnu/gettext/gettext-0.18.2.tar.gz + http://ftp.gnu.org/gnu/gettext/gettext-0.18.3.tar.gz ' usage() { |