diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-03 15:24:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-03 15:24:34 -0800 |
commit | d33be6f5c63df4287f1cd0353e2b820ecf62b94d (patch) | |
tree | 93f8bc93722a225da6cbca54792f30d634630c8a /configure.ac | |
parent | 275f28863d70e6ee6e3f2fe58e0a23f9cf0c0f34 (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5f34ba..a06a328 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) 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], |