diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-27 17:42:49 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-27 17:42:49 -0800 |
commit | e966c430b1a9ace6cca2bc05d169a54092c4778e (patch) | |
tree | 796fca36ef5ad9ef87f39a295d81f1da7be2ff84 | |
parent | 2ec88355123b1def99d8c79769f396ac97bc5008 (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 fcf2475..1462569 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) # 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], |