[json-glib] build: Do not dist a gzip tarball



commit 822b6be848f3ad53ad113f0ce317b01f1a91a54f
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Jan 15 18:36:34 2011 +0000

    build: Do not dist a gzip tarball
    
    Use only bzip2, since it gives better compression ratios; the
    installation script on gnome.org will create a gzipped tarball by itself
    anyway.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e07c4c2..6661e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([json-glib/json-glib.h])
 AC_CONFIG_MACRO_DIR([build/autotools])
 
-AM_INIT_AUTOMAKE([1.11 no-define -Wno-portability dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 no-define -Wno-portability dist-bzip2 no-dist-gzip])
 
 AM_SILENT_RULES([yes])
 AM_PATH_GLIB_2_0



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