diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-24 09:09:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-08-23 17:51:12 +0000 |
commit | f7d50aa328d9488527eb2c97fba6a06c2b445d44 (patch) | |
tree | 3ca49c1d526e72eddef82e0e6585fa1853e934e6 | |
parent | 790d641d1da415ffcda1c251961da63a60c06921 (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 61b7938..aee9680 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(.) AC_SYS_LARGEFILE # Initialize Automake -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], |