diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-15 15:43:28 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-15 15:43:28 -0800 |
commit | 9b11c9bdf94e620a58e4402f7c2a98e7fc01e859 (patch) | |
tree | 549522b0c6d8329c90f1d4c94f46e536adeabf50 /configure.ac | |
parent | e4971e9507f989d68c97a92edd1e6e1881ad1d55 (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 6379d78..2ff994c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([makedepend-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], |