summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-07-19 06:24:51 +0200
committerMichael Biebl <biebl@debian.org>2013-07-19 06:24:51 +0200
commitefe30907ee25fc52805dbb5395ad0bccb1dc8f34 (patch)
tree8cf1536a8c479b11978ca9d0886bee191e3eeb59
parent9be71acfd404cb145c0a3b306ee93f401d42fdaa (diff)
build-sys: Use xz compression
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a3b33f..d099f92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([ConsoleKit],
AC_CONFIG_SRCDIR([src/ck-manager.c])
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE