mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 17:20:01 -04:00
Do not create gzip tarball
'make dist' does not need to create gzip tarball as we always ship the XZ one.
This commit is contained in:
parent
b4221e2595
commit
c76c826fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue