diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-23 10:18:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-23 10:18:31 +0000 |
commit | c03ddf9a14d85790bdd5850e3406bf5b4f4f9153 (patch) | |
tree | ea546475f2b546a3f6812a3e782d1632be4f4ff0 /dns/bind9-devel/files/patch-configure.ac | |
parent | Update to 5.32.0. (diff) |
Update to latest commit.
Notes
Notes:
svn path=/head/; revision=539971
Diffstat (limited to 'dns/bind9-devel/files/patch-configure.ac')
-rw-r--r-- | dns/bind9-devel/files/patch-configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-devel/files/patch-configure.ac b/dns/bind9-devel/files/patch-configure.ac index 894a000dcad4..31862fad2df2 100644 --- a/dns/bind9-devel/files/patch-configure.ac +++ b/dns/bind9-devel/files/patch-configure.ac @@ -6,8 +6,8 @@ automake has warnings, it is ok here. 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 -Wall]) +-AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror]) ++AM_INIT_AUTOMAKE([1.9 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall]) AM_SILENT_RULES([yes]) AM_EXTRA_RECURSIVE_TARGETS([test unit doc]) |