build xz tarball by default instead of bz2

https://bugzilla.gnome.org/show_bug.cgi?id=693238
This commit is contained in:
Jeremy Bicha
2013-02-06 08:24:37 -05:00
parent 61ee59f083
commit 92ccfc0e0d
+1 -1
View File
@@ -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])])