summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-10-17 09:43:49 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-10-17 09:43:49 +0200
commit1e914347d700de3d3d8f6c7947a97160bb866e51 (patch)
tree6d03b33ce78495f0dd4aa71133f0b8677e48b7c0 /configure.ac
parent66eebea2c35d0fa308b698c134d9942a1dbc1073 (diff)
configure: Default to generating xz-tarballs only
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 496b1cd2..bacba0aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([configure.ac])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11.1 dist-bzip2 subdir-objects no-define foreign])
+AM_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip subdir-objects no-define foreign])
 AM_SILENT_RULES([yes])
 
 AX_IS_RELEASE([minor-version])