ports/dns/bind9-devel/files/patch-configure.ac
Mathieu Arnold 3f8d9dce08
dns/bind9-devel: update to latest commit
Add back the Administrator Reference Manual in the DOCS option.
2022-02-10 16:35:32 +01:00

13 lines
444 B
Text

automake has warnings, it is ok here.
--- configure.ac.orig 2022-02-09 16:40:14 UTC
+++ configure.ac
@@ -48,7 +48,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([bin/named/main.c])
-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])