[nemiver] Bye bye gziped tarballs, welcome xz



commit be6a0274cc4603d7b918e1dcef6bb597d99ca83a
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sat Nov 19 18:54:08 2011 +0100

    Bye bye gziped tarballs, welcome xz
    
    	* configure.ac: Change AM_INIT_AUTOMAKE to avoid generate gzipped
    	tarballs, and generate xz compressed tarballs instead.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 364f130..b53a722 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE([1.11.1])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
 
 dnl If we are running automake >= 1.11, we can have nicer



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