diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-09-12 10:28:40 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-09-12 10:28:40 +0200 |
commit | 23bf8595675f7531d39b6617f3a66e6b04562bbc (patch) | |
tree | 6a12c86b07b28b694a3d3b64b1f6889d440de3c4 | |
parent | 8f85a66e1b0798715d0d5020c8a315988e6822d9 (diff) |
Autotools builds: Create only .tar.xz tarballs
This is what Meson does. Cairo does it when built with Autotools.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b8f60c1..3fa5126 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([build]) AC_CONFIG_HEADERS([build/config.h cairommconfig.h]) -AM_INIT_AUTOMAKE([1.10 -Wno-portability no-define nostdinc tar-pax]) +AM_INIT_AUTOMAKE([1.10 -Wno-portability no-dist-gzip dist-xz no-define nostdinc tar-pax]) # Support silent build rules. # Disable by either passing --disable-silent-rules to configure or passing V=1 to make. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |