[vlc-commits] Tools: Fix autoconf build
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 3 15:54:30 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 3 16:54:11 2013 +0100| [9e65390927a274ecd293e34997d41a87d3bcbcec] | committer: Jean-Baptiste Kempf
Tools: Fix autoconf build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e65390927a274ecd293e34997d41a87d3bcbcec
---
extras/tools/tools.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index fc95715..12b8d23 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -130,10 +130,10 @@ CLEAN_FILE += .xz
# autoconf
-autoconf-$(AUTOCONF_VERSION).tar.bz2:
+autoconf-$(AUTOCONF_VERSION).tar.gz:
$(call download,$(AUTOCONF_URL))
-autoconf: autoconf-$(AUTOCONF_VERSION).tar.bz2
+autoconf: autoconf-$(AUTOCONF_VERSION).tar.gz
$(UNPACK)
$(MOVE)
More information about the vlc-commits
mailing list