summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 12:30:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 12:30:22 -0800
commit9255be3c68207929266e920be8461b7669ae4efd (patch)
treee4b71c3880b95da51a01adaf8c16874d0daf1c10
parent03092c520b0365570df6e30360dacee0f5924ca0 (diff)
downloadxorg-driver-xf86-input-mouse-9255be3c68207929266e920be8461b7669ae4efd.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 1dad0c7..9eeed6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(.)
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_DISABLE_STATIC