summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 10:17:54 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 10:17:54 -0800
commit2428bbfab7eb0532c3fe3109e4215a705c526949 (patch)
treed22b9d24c0190b0e2eb867eea2b1e4875d9acd9b
parent9e8dce17c0c9aaa9ee193cc7280d7132163765ec (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 2ca0327..095bb13 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],