[vlc-commits] extras/tools: update autoconf and automake to the latest versions
Felix Paul Kühne
git at videolan.org
Thu Jan 3 15:55:18 CET 2013
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Oct 9 14:20:46 2012 +0200| [80b33e2d6a2c6eb820991fc41a67f600e5f92a5a] | committer: Jean-Baptiste Kempf
extras/tools: update autoconf and automake to the latest versions
(cherry picked from commit a4f46a9cd6d5e46d37c6a28ac5a352e07d3eda5d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=80b33e2d6a2c6eb820991fc41a67f600e5f92a5a
---
extras/tools/packages.mak | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index f0becf8..7a916c5 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -10,10 +10,10 @@ CMAKE_URL=http://www.cmake.org/files/v2.8/cmake-$(CMAKE_VERSION).tar.gz
LIBTOOL_VERSION=2.2.10
LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz
-AUTOCONF_VERSION=2.68
-AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.bz2
+AUTOCONF_VERSION=2.69
+AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.gz
-AUTOMAKE_VERSION=1.11.2
+AUTOMAKE_VERSION=1.12.4
AUTOMAKE_URL=$(GNU)/automake/automake-$(AUTOMAKE_VERSION).tar.gz
PKGCFG_VERSION=0.23
More information about the vlc-commits
mailing list