summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-06 14:37:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-06 15:46:24 -0800
commit71a8997cad602ef0adc9fed110e8a04d2a8fc8dc (patch)
tree856cb82771878c145358293f88633bc4192ab5d2
parent366a03498d51958757cf03aa1ebbdf06db4eb2de (diff)
downloadxorg-app-xinit-71a8997cad602ef0adc9fed110e8a04d2a8fc8dc.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 b0a22b7..f67ee66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require X.Org macros 1.19 or later for TRADITIONALCPPFLAGS
m4_ifndef([XORG_MACROS_VERSION],