diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-10 09:11:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-10 09:11:07 -0700 |
commit | 16a015524f3820f969362c2d10a3664999a12c3b (patch) | |
tree | ec6920385c6de06336aef9692f51333caf1438f1 | |
parent | 7898badde44cf518da6879c2622b6db9cd709c7d (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 d404dc9..5786af9 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([xtrans], [1.4.0], AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require xorg-macros minimum of 1.12 for DocBook external references m4_ifndef([XORG_MACROS_VERSION], |