summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 16:06:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 16:06:23 -0700
commit71c377b7df7bcaf64de686fe86023f1c04104015 (patch)
tree07e4971b4c7b375ae533d6f30c75a86727fc81e6
parentaee2654afe4a3d82c9a82d42e857176cc379701d (diff)
downloadxcb-pthread-stubs-71c377b7df7bcaf64de686fe86023f1c04104015.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 85cfa55..6e99d5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([libpthread-stubs],
0.4,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([pthread-stubs.pc.in])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
dnl Check if the following functions have stubs.
dnl See the README for specifics about the list.