diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 14:47:13 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 14:47:13 -0800 |
commit | 6bf2b85a0be7a58dc3c6df7e97e2baf976a7a67a (patch) | |
tree | 25c09290e1fa3b24218cdbf94339c61fecbb6c34 | |
parent | b71848a9b9c3a01b35aa960de6e95e11778bdca5 (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 31aaddc..c0314b9 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 |