diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-29 10:53:15 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-29 10:53:15 -0800 |
commit | 78732bb576b95f17b1f5b83cd2ae0bbf5c55704c (patch) | |
tree | a944ba46ac9fc505dc2b9729d9eb1340e8b50f9a | |
parent | 623db2a643d86e60aaafb1a5c5a966c79fa4744a (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 7803783..7fa6b29 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]) AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS |