]> git.sesse.net Git - vlc/commitdiff
* use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Aug 2005 17:17:43 +0000 (17:17 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Aug 2005 17:17:43 +0000 (17:17 +0000)
extras/contrib/src/packages.mak

index 90e95f612b1a2a36112fef1051be83781910374a..b64b4594d9c32b1a008364db1eae7ba4030823ad 100644 (file)
@@ -29,7 +29,8 @@ VIDEOLAN=http://download.videolan.org/pub/videolan
 PERL_VERSION=5.8.5
 PERL_URL=http://ftp.funet.fi/pub/CPAN/src/perl-$(PERL_VERSION).tar.gz
 # Autoconf > 2.57 doesn't work ok on BeOS. Don't ask why.
-AUTOCONF_VERSION=2.57
+# we have to use a newer though, because bootstrap won't work otherwise
+AUTOCONF_VERSION=2.59
 AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.gz
 LIBTOOL_VERSION=1.5.6
 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz