diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 12:01:08 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 12:01:08 -0800 |
commit | 8567c4d6f5c7663cde7b7c0f0c6d7f5ded175e18 (patch) | |
tree | 5a9392a04ad73d552efd9217bc278ace3935da76 | |
parent | 4b1b5e4e826d739f203ab899af965f0557b10e0f (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 c2aaca8..e918893 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,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], |