summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-17 15:19:50 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-17 15:19:50 -0800
commit0b9cdc95944ba99c9ccd839b68e402915a68be60 (patch)
tree0200b1ef872ecee3c5f74ce9d3f30811fb8944a1 /configure.ac
parent72e3f2e3e88655066d9687e309ca95c5b7d5e0ce (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22ffd87..ae4d5d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],