From: Amos Jeffries Date: Sun, 11 Nov 2018 04:29:58 +0000 (+0000) Subject: Maintenance: add .xz tarball format formally to make dist (#325) X-Git-Tag: M-staged-PR330~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc6f0035398a21d89dd23bdf955ef4593dc8515;p=thirdparty%2Fsquid.git Maintenance: add .xz tarball format formally to make dist (#325) Automake can now handle generating this format itself and the experiments of providing it for downstream have gone well. --- diff --git a/configure.ac b/configure.ac index 9863560ab3..f30d824aa0 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) -AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects]) +AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz]) AC_REVISION($Revision$)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE