From 3dc6f0035398a21d89dd23bdf955ef4593dc8515 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 11 Nov 2018 04:29:58 +0000 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9863560ab31..f30d824aa0c 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