diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 15:19:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 15:30:50 -0800 |
commit | 33515f139ecb3a254b9aa1e4d237a595032d74a1 (patch) | |
tree | 1463c1a1811eb8f03fe0424f244132b8a5814756 | |
parent | 965c749c2f1d2eca73cf5970d7fb9f1811b9958e (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 bfa192b..c209d31 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,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], |