]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not create gzip tarball
authorMichal Nowak <mnowak@isc.org>
Mon, 22 Jun 2020 18:13:41 +0000 (20:13 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 22 Jun 2020 19:04:18 +0000 (21:04 +0200)
'make dist' does not need to create gzip tarball as we always ship the
XZ one.

configure.ac

index 36add64a7e56349e51d340514c5db4293401516f..53d2116daa67462e9e158f1451a0278786865bac 100644 (file)
@@ -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])