summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:39:10 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:39:10 -0700
commit849d0b22ec46bee1f72170722bde8d493ce163ba (patch)
tree61d22b127b49b0c243751ff5a8391dd05807b05f
parente51e5c704c5bd7a91233b37f0cf4beaef6f06a5d (diff)
downloadxorg-lib-libxkbfile-849d0b22ec46bee1f72170722bde8d493ce163ba.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 f33861f..a90d5b8 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])
# Initialize libtool
AC_PROG_LIBTOOL