summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-04 10:29:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-04 10:29:07 -0800
commit999691ffaef492d4bebea69605d274fa2023dfee (patch)
tree997e3313d797e659f54b22e71bf92318b44fb7e1
parentcb0ef91ea63105b0629324837a4dc752e32d6d67 (diff)
downloadxorg-app-xauth-999691ffaef492d4bebea69605d274fa2023dfee.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 ff68a86..0e156e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([xauth],
[1.1.1],
[https://gitlab.freedesktop.org/xorg/app/xauth/issues],
[xauth])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AC_CONFIG_HEADERS([config.h])