summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 13:34:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 13:34:52 -0700
commited12a34ed79d3751fc35194d93b7ad370a1a8b8a (patch)
treeee9432e0f9e1171d2364c34b2b8a806fdd335054
parentf24d7f43ab4d97203e60677a3d42e11dbc80c8b4 (diff)
downloadxorg-lib-libXi-ed12a34ed79d3751fc35194d93b7ad370a1a8b8a.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 36080b8..e3c7811 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL