summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 13:59:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 13:59:51 -0800
commitec6c1e02f91ad84577543a0a3bb24c27ca3bca23 (patch)
tree191b0869b7975a05ff19e4bb4d834313b6103d19
parent80b2d1f93adbe1e9bde3a7001de02b340a9e6b89 (diff)
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 4c6f3a6..0115555 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ XORG_DEFAULT_OPTIONS
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_DISABLE_STATIC