[gnome-video-arcade] Produce tarballs with xz instead of gzip.



commit bf3e9af785ffd53d6786b17e73ac2010a6b6519d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jan 15 22:50:45 2012 -0500

    Produce tarballs with xz instead of gzip.
    
    Because gzipped tarballs are sooo 2010...

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 80ff6f3..7991f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_SRCDIR(src/main.c)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE
 
 GVA_VERSION=gva_version



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]