diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 09:38:37 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 09:38:37 -0800 |
commit | 2c9f095accff33943af44b12cb581cf3fd8fd58d (patch) | |
tree | aa5a601a343ebef12844c852b36cd41377853570 | |
parent | 0f927a2167f0c18135322806ec52299b835d2b75 (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
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 |