From: Michal Nowak Date: Mon, 22 Jun 2020 18:13:41 +0000 (+0200) Subject: Do not create gzip tarball X-Git-Tag: v9.17.3~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76c826fdb68a2b8e6a8d41cf932930dec30a630;p=thirdparty%2Fbind9.git Do not create gzip tarball 'make dist' does not need to create gzip tarball as we always ship the XZ one. --- diff --git a/configure.ac b/configure.ac index 36add64a7e5..53d2116daa6 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_DEFINE_UNQUOTED([PACKAGE_CONFIGARGS], ["$bind_CONFIGARGS"], [Either 'defaults AC_DEFINE([PACKAGE_BUILDER], ["make"], [make or Visual Studio]) AC_CONFIG_SRCDIR([bin/named/main.c]) -AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz -Wall -Werror]) +AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror]) AM_SILENT_RULES([yes]) AM_EXTRA_RECURSIVE_TARGETS([test unit doc])