summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-11-09 14:26:49 +1100
committerDaniel Stone <daniel@fooishbar.org>2012-11-09 14:26:49 +1100
commit324d4dbd99f5fb409e8466165481fe2d56c8eb8c (patch)
tree164aded5c52f932c99560bc0f3a2e49e8e6b4966
parent577612258ac62900e91c312cb6ee62db0dc0ed81 (diff)
downloadxorg-lib-libxkbcommon-324d4dbd99f5fb409e8466165481fe2d56c8eb8c.tar.gz
Only distribute .tar.xz archives
We definitely don't need .gz anymore, and .bz2 seems on its way out. Mirror what Wayland does, and move to .xz exclusively. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f7c015a..bfdec28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects color-tests parallel-tests])
+AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip subdir-objects color-tests parallel-tests])
AM_MAINTAINER_MODE([enable])
# Get _GNU_SOURCE and friends