summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:36:37 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:36:37 -0800
commit701a48e21f23f1d633099f0790ff1a58ca70a44c (patch)
treee3dbfe227e5c67dcc69825c097368d94673c49b7
parentb8766308d2f78bc572abe5198007cf7aeec9b761 (diff)
downloadxorg-util-macros-701a48e21f23f1d633099f0790ff1a58ca70a44c.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25e7c4d..49be7dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([util-macros],
[https://gitlab.freedesktop.org/xorg/util/macros/issues],
[util-macros])
AC_CONFIG_SRCDIR([Makefile.am])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Checks for programs.
AC_PROG_INSTALL