diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-18 14:57:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-18 14:57:02 -0700 |
commit | 0b02b296d338b3589dae77e59b0af09b65fbb8c4 (patch) | |
tree | 3c557ea9bf027957f42886a881faebea870fad59 /configure.ac | |
parent | 84be8312a39287d83530180e037aa8ab52706d79 (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 0e5c9da..cc20e90 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_INIT([xorg-sgml-doctools], [1.12], AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.8 or later for AC_PROG_INSTALL m4_ifndef([XORG_MACROS_VERSION], |