* configure.ac(AM_INIT_AUTOMAKE): Create lzip archives when making a distribution

This commit is contained in:
Darshit Shah 2021-01-09 01:03:43 +01:00
parent ae203984e8
commit 8c35102b37

View File

@ -46,7 +46,7 @@ AC_CONFIG_SRCDIR([src/wget.h])
dnl
dnl Automake setup
dnl
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([subdir-objects dist-lzip])
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC