diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 09:24:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 09:24:46 -0800 |
commit | 11d549d591c7a6f19d2b39d069e99febbd3113da (patch) | |
tree | e7389f6699ecedad838cf8c6ae1bbd33b46c269a | |
parent | 5eba006e4129e8015b822f9e1d2f1e613e252cda (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 a504695b..8864a421 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(.) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) AC_SYS_LARGEFILE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS |