[babl] configure.ac: Disable gzip tarball



commit 97d3805a764bbb366e967d94bea9986840ba9cf2
Author: Martin Nordholts <martinn src gnome org>
Date:   Mon Sep 6 08:35:17 2010 +0200

    configure.ac: Disable gzip tarball
    
    We do releases with the bzip2 tarball, so don't bother creating a gzip
    tarball.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 21ea101..71eb46f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ AC_SUBST(PACKAGE_NAME)
 
 dnl ==========================================================================
 
-AM_INIT_AUTOMAKE(no-define)
+AM_INIT_AUTOMAKE(no-define no-dist-gzip)
 AM_CONFIG_HEADER(config.h)
 
 BABL_VARIADIC_MACROS



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