summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-11-26 14:22:00 -0500
committerThomas Markwalder <tmark@isc.org>2019-11-26 14:22:00 -0500
commit4adcee93c75362d9ed01fa0ba29252f8dfb9409c (patch)
tree39e767ce15449e8062ad368714f483ee11706c01 /bind
parente35c2a5242e5af4668ccaf8084a764bd92672bb3 (diff)
downloadisc-dhcp-4adcee93c75362d9ed01fa0ba29252f8dfb9409c.tar.gz
[#35,!36] Update ATF use doc and remove support for --with-atf=bind
modified: RELNOTES bind/Makefile.in configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt doc/devel/atf.dox
Diffstat (limited to 'bind')
-rw-r--r--bind/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/bind/Makefile.in b/bind/Makefile.in
index 107ce159..8fb5358e 100644
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -26,15 +26,13 @@ bindconfig = --without-openssl --without-libxml2 --without-libjson \
--includedir=@includedir@ --libdir=@libdir@ --without-python\
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
-@BIND_ATF_FALSE@cleandirs = ./lib ./include
-@BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf
+cleandirs = ./lib ./include
cleanfiles = ./configure.log ./build.log ./install.log
bindlibs = isc dns isccfg irs
installdirs = includedir=${binddir}/include libdir=${binddir}/lib
-@BIND_ATF_FALSE@all: bind1 bind2
-@BIND_ATF_TRUE@all: bind1 atf bind2
+all: bind1 bind2
bind1:
# Extract the source from the tarball, if it hasn't been already.