summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 16:04:15 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 16:04:15 +0100
commit3168ba5a8ff1e16603112c896b9e9e8ecac7419f (patch)
treed04981f48ce133cd8b89f5450ecc97e761056533 /configure.ac
parent616a27560589bd44aed9437d4ce73a47d7565f09 (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
#