Skip to content

Commit

Permalink
build: Compress with lzip too.
Browse files Browse the repository at this point in the history
* configure.ac: Add 'dist-lzip' Automake option.
  • Loading branch information
civodul committed Oct 12, 2016
1 parent 5c6bd95 commit 89ce9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89ce9fb

Please sign in to comment.