]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: add .xz tarball format formally to make dist (#325)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 11 Nov 2018 04:29:58 +0000 (04:29 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 16 Nov 2018 04:35:33 +0000 (04:35 +0000)
Automake can now handle generating this format itself and the
experiments of providing it for downstream have gone well.

configure.ac

index 9863560ab31d9e5262e82b0761cfc4344252eb45..f30d824aa0c3746f758c85745aba903c78ebcc24 100644 (file)
@@ -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