build: use xz tarballs instead of bz2
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 15:04:15 +0000 (16:04 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 15:04:15 +0000 (16:04 +0100)
commit3168ba5a8ff1e16603112c896b9e9e8ecac7419f
treed04981f48ce133cd8b89f5450ecc97e761056533
parent616a27560589bd44aed9437d4ce73a47d7565f09
build: use xz tarballs instead of bz2

xz is way better than bz2 with same/better decompression times.
Compression will take longer, but that's totally ok.

All new tarballs will be provided as xz only. Please adjust your
build-scripts to stop using bz2.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
configure.ac