summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-04-17 17:26:20 +0200
committerFrancis Dupont <fdupont@isc.org>2015-04-17 17:26:20 +0200
commitabea88437744960cebf6878b4e098cf820066049 (patch)
tree5fc5d8e406005699edbbc3f0ffe7e3ec3e1eac80 /configure.ac
parent28fc08f6586686151ab46ab998d3b69ed4d00260 (diff)
downloadisc-dhcp-abea88437744960cebf6878b4e098cf820066049.tar.gz
checkpoint (fixed unit test make)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0dbd75f8..9391d7d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,7 +199,7 @@ if test "$atf_path" = "bind" ; then
atf_path="\${top_srcdir}/bind/atf"
ATF_CFLAGS="-I$atf_path/include -DUNIT_TEST"
ATF_LDFLAGS="-L$atf_path/lib -latf-c"
- ATF_BIN=`pwd`/bind/atf/bin
+ ATF_BIN=`cd $srcdir; pwd`/bind/atf/bin
AC_SUBST(ATF_CFLAGS)
AC_SUBST(ATF_LDFLAGS)
AC_SUBST(ATF_BIN)