summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-09-25 13:41:23 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-09-25 13:41:23 +0200
commit88b11b180b5a15b50146787bd05a4688c40e6c27 (patch)
tree25b4d6747bf832bf4756426263b1c3f1c988ce07
parent8a1bdab8089971b96bceb3c1b43995a9a4620d37 (diff)
downloadmm-common-88b11b180b5a15b50146787bd05a4688c40e6c27.tar.gz
Autotools builds: Create only .tar.xz tarballs
This is what Meson does.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98b1a94..e19666b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_INIT([mm-common], [1.0.1], [https://gitlab.gnome.org/GNOME/mm-common/issues/]
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define std-options])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz no-define std-options])
# 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])])