configure.ac: Disable gzip tarball

We do releases with the bzip2 tarball, so don't bother creating a gzip
tarball.
This commit is contained in:
Martin Nordholts 2010-09-06 08:32:16 +02:00
parent 83435ab879
commit 8f66651123
1 changed files with 1 additions and 1 deletions

View File

@ -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