From 92ccfc0e0d619258b1684bb0bd87d9402aabe6d8 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Tue, 5 Feb 2013 22:33:56 -0500 Subject: [PATCH] build xz tarball by default instead of bz2 https://bugzilla.gnome.org/show_bug.cgi?id=693238 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a81216a6..e7e880d2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([gnome-shell-extensions],[3.7.5.1],[https://bugzilla.gnome.org/enter_bug AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip foreign tar-ustar]) +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip foreign tar-ustar]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])