summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:43:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:43:25 -0700
commitd5031be051ea7c969e7fdf5885235ae56825b697 (patch)
tree26ef233078ea8e3d8b68d496430f45bf99d21dc0
parentc05c6d918b0e2011d4bfa370c321482e34630b17 (diff)
downloadxorg-lib-libXRes-d5031be051ea7c969e7fdf5885235ae56825b697.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 3e8f0ed..401201e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,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])
# Initialize libtool
AC_PROG_LIBTOOL