[gimp] configure.ac: Disable gzip tarball
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure.ac: Disable gzip tarball
- Date: Mon, 6 Sep 2010 06:46:09 +0000 (UTC)
commit 8f666511233d0878b57f0baf1da476c3be709320
Author: Martin Nordholts <martinn src gnome org>
Date: Mon Sep 6 08:32:16 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 833e195..30cf095 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AC_INIT([GIMP], [gimp_version],
AC_CONFIG_SRCDIR([app/core/gimp.c])
AC_CONFIG_MACRO_DIR([m4macros])
-AM_INIT_AUTOMAKE(no-define dist-bzip2)
+AM_INIT_AUTOMAKE(no-define dist-bzip2 no-dist-gzip)
AM_CONFIG_HEADER(config.h)
# Enable silent build rules by default, requires at least
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]