From 324d4dbd99f5fb409e8466165481fe2d56c8eb8c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 9 Nov 2012 14:26:49 +1100 Subject: [PATCH] Only distribute .tar.xz archives We definitely don't need .gz anymore, and .bz2 seems on its way out. Mirror what Wayland does, and move to .xz exclusively. Signed-off-by: Daniel Stone --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f7c015a..bfdec28 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects color-tests parallel-tests]) +AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip subdir-objects color-tests parallel-tests]) AM_MAINTAINER_MODE([enable]) # Get _GNU_SOURCE and friends -- 2.7.4