From 3168ba5a8ff1e16603112c896b9e9e8ecac7419f Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 4 Mar 2013 16:04:15 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45575e3..cad4ea8 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_SYS_LARGEFILE AC_PREFIX_DEFAULT([/usr]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects dist-bzip2 no-dist-gzip tar-pax -Wall -Werror -Wno-portability]) +AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects dist-xz no-dist-gzip tar-pax -Wall -Werror -Wno-portability]) AM_SILENT_RULES([yes]) # -- 2.7.4