build: Compress with lzip too.
authorLudovic Courtès <ludo@gnu.org>
Wed, 12 Oct 2016 10:03:16 +0000 (12:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 14 Mar 2017 14:54:09 +0000 (15:54 +0100)
* configure.ac: Add 'dist-lzip' Automake option.

configure.ac

index 217364bbf6e84630461774ff7967bfc0aec89e41..0bde77e89032be275af5a2793831d3e432b5f43e 100644 (file)
@@ -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)