summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-01-18 20:10:44 +0100
committerKarel Zak2012-01-18 20:10:44 +0100
commitdf5f3c5401ec97f5d795344b982d6ec46ca810d6 (patch)
treea034947105f98ac0af1bf7904043003ccb7dd648 /configure.ac
parentbuild-sys: release++ (v2.21-rc1) (diff)
downloadkernel-qcow2-util-linux-df5f3c5401ec97f5d795344b982d6ec46ca810d6.tar.gz
kernel-qcow2-util-linux-df5f3c5401ec97f5d795344b982d6ec46ca810d6.tar.xz
kernel-qcow2-util-linux-df5f3c5401ec97f5d795344b982d6ec46ca810d6.zip
build-sys: enable .xz, disable .gz
Signed-off-by: Karel Zak <kzak@redhat.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 8c21ac09c..1e2eb1be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.60)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall foreign 1.10 dist-bzip2 -Wno-portability])
+AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])