diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 09:22:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 09:22:14 -0700 |
commit | f0d8a59186d415101040e7761b6cc6adfce36c5d (patch) | |
tree | b6452a7bcd6347a92b4f007f434dd2fe16cb94f0 | |
parent | d223fce4c7b2792ccc32e4b68090ac2d92d49f09 (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 5dae4e7..81e107d 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CONFIG_HEADERS([config.h include/X11/Xcursor/Xcursor.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL |