diff options
author | Matt Turner <mattst88@gmail.com> | 2020-06-14 16:54:42 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-06-14 16:54:42 -0700 |
commit | f320e1bb447c01fc3e42ae3e350c69862b8795b8 (patch) | |
tree | d100e62e933c98c2e9616f97a840c5d87b8d5165 | |
parent | c5df45a0721c75788cbdfe89992fdc97f1d47c34 (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef7e482..4faabe4 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # 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], |