diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 12:42:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 12:42:02 -0800 |
commit | 6ef82d7d3c12dca6dc24c43465bfafc1a96027a7 (patch) | |
tree | 529a873113a202e4ddb437e66931738e9e693f5b | |
parent | cd63cf35b75c298ba9c8d67673054ff9c00507d6 (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 003aceb..822bb7c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([xmore], [1.0.3], [https://gitlab.freedesktop.org/xorg/app/xmore/issues], [xmore]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |