]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 30 Nov 2018 13:36:32 +0000 (02:36 +1300)
Automake can now handle generating this format itself and the
experiments of providing it for downstream have gone well.

configure.ac

index 3f8af6dfa7029974820be2a431d57c92d34991a6..f6685679dce94e2bb0326d81bde60ff710bb64d7 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