From f328f9b9cbc6cfb72c701d4b6a7ecaeb870160ce Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Wed, 19 Mar 2014 23:19:21 +0200 Subject: [PATCH] configure: add .xz tarball The .xz tarball is smaller than the .bz2 one. --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17551eb9..54624e00 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ intltool-merge* intltool-update* *.bz2 *.gz +*.xz ltmain.sh missing mkinstalldirs diff --git a/configure.ac b/configure.ac index 6f3b9c89..8c7de338 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AS_IF([test "x"SIPE_GIT_COMMIT != x], ]) dnl setup automake and require recent enough version -AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-define tar-ustar]) +AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-xz no-define tar-ustar]) AC_CANONICAL_HOST -- 2.11.4.GIT