mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build: Make .xz compressed dist tarballs too
This commit is contained in:
parent
cac442c2df
commit
05bca8c622
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ AC_CONFIG_HEADERS([config.h])
|
|||
AC_CONFIG_SRCDIR([app/core/gimp.c])
|
||||
AC_CONFIG_MACRO_DIR([m4macros])
|
||||
|
||||
AM_INIT_AUTOMAKE(no-define dist-bzip2 no-dist-gzip -Wno-portability)
|
||||
AM_INIT_AUTOMAKE(no-define dist-bzip2 dist-xz no-dist-gzip -Wno-portability)
|
||||
|
||||
# Enable silent build rules by default, requires at least
|
||||
# Automake-1.11. Disable by either passing --disable-silent-rules to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue