[grilo] build: Default to building .tar.xz tarballs



commit 0aaa3264f652e28ec5d54d0989a9e46a7a261059
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 17 17:56:36 2015 +0100

    build: Default to building .tar.xz tarballs

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11828a1..b949764 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_INIT([prj_name],
         [prj_name],
         [https://wiki.gnome.org/Projects/Grilo])
 
-AM_INIT_AUTOMAKE([foreign subdir-objects])
+AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/grilo.h])


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