From c3f6f0a3329e7a533b36b5d8313f8a18ca1c0af1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20KUBLER?= Date: Thu, 23 Jan 2020 15:51:07 +0100 Subject: [PATCH] Patch configure.ac file to take the new contrib/unbound_nochroot.service unit file in consideration. All props to Wouter Wijngaards for this work. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4ed9bb872..0104554dc 100644 --- a/configure.ac +++ b/configure.ac @@ -2047,6 +2047,6 @@ dnl if this is a distro tarball, that was already done by makedist.sh AC_SUBST(version, [VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) AC_SUBST(date, [`date +'%b %e, %Y'`]) -AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h contrib/libunbound.pc contrib/unbound.socket contrib/unbound.service]) +AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h contrib/libunbound.pc contrib/unbound.socket contrib/unbound.service contrib/unbound_nochroot.service]) AC_CONFIG_HEADER([config.h]) AC_OUTPUT -- 2.47.2