summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-12 12:03:16 +0200
committerAndy Wingo <wingo@pobox.com>2017-03-14 15:54:09 +0100
commit9098c216e1032cf5053deffed3b0384a8b664a0b (patch)
treef76d86a468132d8bce6555e1895413ce26f02bd3
parent036cc149e6e52722f16ef25f4203e82abae9bc79 (diff)
downloadguile-9098c216e1032cf5053deffed3b0384a8b664a0b.tar.gz
build: Compress with lzip too.
* configure.ac: Add 'dist-lzip' Automake option.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 217364bbf..0bde77e89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ dnl Use `serial-tests' so the output `check-guile' is not hidden
dnl (`parallel-tests' is the default in Automake 1.13.)
dnl `serial-tests' was introduced in Automake 1.12.
AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
- serial-tests color-tests dist-xz])
+ serial-tests color-tests dist-lzip dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)