summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 11:25:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 11:25:48 -0800
commit61c24f539463d9bebc4044bba776652306b7c0db (patch)
tree72a7df3e91dbd42626c21d3c235f19f05f94faa5
parent7b0803b608a24cbcecaddd89ca1d6ab7a86decfc (diff)
downloadxorg-driver-xf86-input-keyboard-61c24f539463d9bebc4044bba776652306b7c0db.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 8693757..72123a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_DISABLE_STATIC