configure: reenable dist-gzip

pull/116/head
William Pitcock 2017-01-25 17:07:10 -06:00
parent b06bbe75a4
commit 3204bfe96c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([libpkgconf/config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup realpath cygwin_conv_path])
AC_CHECK_HEADERS([sys/stat.h])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz subdir-objects])
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_SILENT_RULES([yes])
LT_INIT