]> git.ipfire.org Git - ipfire-2.x.git/blame_incremental - src/patches/squid/02_Maintenance_add_xz_tarball_format_formally_to_make_dist_325.patch
core127: Ship updated wget
[ipfire-2.x.git] / src / patches / squid / 02_Maintenance_add_xz_tarball_format_formally_to_make_dist_325.patch
... / ...
CommitLineData
1commit 3c23ae8c7431344f8fc50bb5ee8f4b56d08c10a4
2Author: Amos Jeffries <yadij@users.noreply.github.com>
3Date: 2018-11-11 04:29:58 +0000
4
5 Maintenance: add .xz tarball format formally to make dist (#325)
6
7 Automake can now handle generating this format itself and the
8 experiments of providing it for downstream have gone well.
9
10diff --git a/configure.ac b/configure.ac
11index 3f8af6d..f668567 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -10,7 +10,7 @@ AC_PREREQ(2.61)
15 AC_CONFIG_HEADERS([include/autoconf.h])
16 AC_CONFIG_AUX_DIR(cfgaux)
17 AC_CONFIG_SRCDIR([src/main.cc])
18-AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects])
19+AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz])
20 AC_REVISION($Revision$)dnl
21 AC_PREFIX_DEFAULT(/usr/local/squid)
22 AM_MAINTAINER_MODE