mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
build: Compress with lzip too.
* configure.ac: Add 'dist-lzip' Automake option.
This commit is contained in:
parent
036cc149e6
commit
9098c216e1
1 changed files with 1 additions and 1 deletions
|
@ -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 (`parallel-tests' is the default in Automake 1.13.)
|
||||||
dnl `serial-tests' was introduced in Automake 1.12.
|
dnl `serial-tests' was introduced in Automake 1.12.
|
||||||
AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
|
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)])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
|
||||||
|
|
||||||
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue