[unique] build: Generate only bz2 tarballs



commit 0313075c3a3a2aae52de443ed5276ff29ad4280f
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sun Mar 27 10:41:16 2011 +0100

    build: Generate only bz2 tarballs

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9b5f324..d3ef859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([unique], [unique_version],
 AC_CONFIG_SRCDIR([unique/unique.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_CONFIG_HEADER([config.h])
 
 AM_SILENT_RULES([yes])



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