[vlc-commits] extras/tools: update autoconf and automake to the latest versions
Felix Paul Kühne
git at videolan.org
Tue Oct 9 14:20:55 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Oct 9 14:20:46 2012 +0200| [a4f46a9cd6d5e46d37c6a28ac5a352e07d3eda5d] | committer: Felix Paul Kühne
extras/tools: update autoconf and automake to the latest versions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4f46a9cd6d5e46d37c6a28ac5a352e07d3eda5d
---
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 5f3e4be..5f96830 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
M4_VERSION=1.4.16
More information about the vlc-commits
mailing list