Only distribute .tar.xz archives
authorDaniel Stone <daniel@fooishbar.org>
Fri, 9 Nov 2012 03:26:49 +0000 (14:26 +1100)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 9 Nov 2012 03:26:49 +0000 (14:26 +1100)
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 <daniel@fooishbar.org>
configure.ac

index f7c015a..bfdec28 100644 (file)
@@ -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