]> git.sesse.net Git - vlc/commitdiff
Tools: Fix autoconf build
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 3 Jan 2013 15:54:11 +0000 (16:54 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 3 Jan 2013 15:54:28 +0000 (16:54 +0100)
extras/tools/tools.mak

index fc95715d2f90f88dfeadf5e5bce7b204bce85358..12b8d238043d5e1b96daca044563830dd6ece073 100644 (file)
@@ -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)