mirror of https://github.com/GNOME/gimp.git
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:
parent
83435ab879
commit
8f66651123
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue