1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-25 12:40:30 +08:00

* 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