summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 12:57:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 12:57:58 -0800
commitf74f0504156f2504294cdd9c7f068ab4745a5c4e (patch)
treea69b1872289eaf132c5c4689ccf0314b5a13cda7
parentf227f2f286123a9ca64b567783825a2c18b87971 (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 31b8bac..a576e5c 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