summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 09:38:37 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 09:38:37 -0800
commit2c9f095accff33943af44b12cb581cf3fd8fd58d (patch)
treeaa5a601a343ebef12844c852b36cd41377853570
parent0f927a2167f0c18135322806ec52299b835d2b75 (diff)
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 6cf5a68..b6fdbfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_INIT([xf86-input-elographics],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-xz])
AM_MAINTAINER_MODE