diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-15 15:36:37 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-15 15:36:37 -0800 |
commit | 701a48e21f23f1d633099f0790ff1a58ca70a44c (patch) | |
tree | e3dbfe227e5c67dcc69825c097368d94673c49b7 | |
parent | b8766308d2f78bc572abe5198007cf7aeec9b761 (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 25e7c4d..49be7dc 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([util-macros], [https://gitlab.freedesktop.org/xorg/util/macros/issues], [util-macros]) AC_CONFIG_SRCDIR([Makefile.am]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Checks for programs. AC_PROG_INSTALL |