diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 11:19:59 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 11:19:59 -0800 |
commit | 9faa66acd3ccdcc42d214e5c76ba9b01d24657f1 (patch) | |
tree | a7a52c6951c4ac7354e8b767d26f5bbd7cd6b1ec | |
parent | 3de80f321d81fc125bf7f7153f7154e991b7874e (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 a5fecca..14320e9 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR([xcompmgr.c]) AC_CONFIG_HEADERS([config.h]) # 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], |