]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/squid/02_Maintenance_add_xz_tarball_format_formally_to_make_dist_325.patch
58ceaa0344121afc20cdd29c0b2908b0ec067d6e
[people/pmueller/ipfire-2.x.git] / src / patches / squid / 02_Maintenance_add_xz_tarball_format_formally_to_make_dist_325.patch
1 commit 3c23ae8c7431344f8fc50bb5ee8f4b56d08c10a4
2 Author: Amos Jeffries <yadij@users.noreply.github.com>
3 Date: 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
10 diff --git a/configure.ac b/configure.ac
11 index 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