summaryrefslogtreecommitdiff
path: root/configure.ac-lt
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 /configure.ac-lt
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 'configure.ac-lt')
-rw-r--r--configure.ac-lt16
1 files changed, 2 insertions, 14 deletions
diff --git a/configure.ac-lt b/configure.ac-lt
index dcca3894..7ec27800 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -252,21 +252,9 @@ fi
DISTCHECK_ATF_CONFIGURE_FLAG=
atf_path="no"
AC_ARG_WITH([atf],
- AS_HELP_STRING([--with-atf=PATH],[specify location where atf was installed (or "bind")]),
+ AS_HELP_STRING([--with-atf=PATH],[specify location where atf was installed]),
[atf_path="$withval"])
-AM_CONDITIONAL(BIND_ATF, test "$atf_path" = "bind")
-if test "$atf_path" = "bind" ; then
- DISTCHECK_ATF_CONFIGURE_FLAG="--with-atf=bind"
- atf_pcp="bind"
- atf_path="\${top_srcdir}/bind/atf"
- ATF_CFLAGS="-I$atf_path/include -DUNIT_TEST"
- ATF_LDFLAGS="-L$atf_path/lib -latf-c"
- ATF_BIN=`cd $srcdir; pwd`/bind/atf/bin
- AC_SUBST(ATF_CFLAGS)
- AC_SUBST(ATF_LDFLAGS)
- AC_SUBST(ATF_BIN)
- BINDCONFIG="$BINDCONFIG --with-atf"
-elif test "$atf_path" != "no" ; then
+if test "$atf_path" != "no" ; then
DISTCHECK_ATF_CONFIGURE_FLAG="--with-atf=$atf_path"
# Config path for pkg-config
atf_pcp=""