From 04c68600ea03e032d0cebac79336b71dc9f976f5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 30 Dec 2009 15:36:22 +0100 Subject: scripts/functions: add aria2, a powerfull downloader aria2 is a powerfull downloader that is capable of chunking and parallel retrieval. Due to li;itations in crosstool-NG retrieval facilities, it's not possible to take fully advantage of aria2. It might happen that, in the future, those limitations get lifted away, so we can take use features such as parallel downloading from more than one server at the same time. For now, it should still speed up downloads thanks to parallel downloading of chunks. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 78a47247..8bcaf0eb 100755 --- a/configure +++ b/configure @@ -354,7 +354,7 @@ has_or_abort prog=libtool ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \ err="'libtool' 1.5.26 or above was not found" has_or_abort prog=stat ver='GNU coreutils' -has_or_abort prog="curl wget" +has_or_abort prog="aria2c curl wget" has_or_abort prog=cvs has_or_abort prog=patch has_or_abort prog=tar -- cgit v1.2.3