[gtksourceview] configure.ac: Generate xz tarballs instead bz2



commit 8b239ff383c27273be64417b6f04f0dadab6652a
Author: Javier Jardón <jjardon gnome org>
Date:   Mon May 2 16:37:09 2011 +0100

    configure.ac: Generate xz tarballs instead bz2
    
    Also use pax tar format to avoid problems with large files

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b06a2c2..dca583b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.10.3 dist-bzip2 no-dist-gzip -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 tar-pax dist-xz no-dist-gzip -Wno-por-ability])
 AM_MAINTAINER_MODE([enable])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])



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