From dbb91131d7eca58fc99f399df1ce0103efae5484 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 27 May 2014 11:15:35 +0200 Subject: [PATCH] autotools: Add xz as additional tarball format If this turns out well we will remove bz2 in 1.12 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63e8845739..9dd0675355 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AH_BOTTOM([ AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall -Wno-portability color-tests]) +AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability color-tests]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) CFOPT_WARNING=""