summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 09:57:17 -0700
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 09:57:17 -0700
commit4d887f68c62287839b1a8e85eff231cecbb5a7fb (patch)
treeb6384725ee26b56e3af3acdf335312116af4e524
parentcb20cb2742588ed9aa4284b44b1b980256263393 (diff)
downloadlibgdata-4d887f68c62287839b1a8e85eff231cecbb5a7fb.tar.gz
build: Switch to xz tarballs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11add60e..131b82a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
# tar-pax is needed for long filename support for trace files
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip tar-pax check-news subdir-objects parallel-tests color-tests])
+AM_INIT_AUTOMAKE([1.9 dist-xz no-dist-gzip tar-pax check-news subdir-objects parallel-tests color-tests])
# Enable silent build when available (Automake 1.11)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])