diff options
author | Matt Turner <mattst88@gmail.com> | 2019-07-23 16:32:34 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-07-23 16:34:30 -0700 |
commit | 8e4bbf509c032b88edafac4444ca36b89594753a (patch) | |
tree | ba31eb2ffc5f7be860e0a6529b14086234efa6b3 | |
parent | b293e7e843cff28c4b925fb0db988395c040d0ef (diff) |
Switch from bz2 to xz
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 45abf17..7bab5ff 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([glu], AC_CONFIG_SRCDIR([Makefile.am]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects]) +AM_INIT_AUTOMAKE([dist-xz foreign subdir-objects]) LT_PREREQ([2.2]) LT_INIT |