2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Use @abs_top_builddir@ to define BIND 9 top build directory in conf.sh

This commit is contained in:
Ondřej Surý
2018-11-08 14:51:36 +07:00
parent 54fdd6e834
commit 02b828e63f

View File

@@ -15,10 +15,7 @@
#
# Find the top of the BIND9 tree.
TOP=${SYSTEMTESTTOP:=.}/../../..
# Make it absolute so that it continues to work after we cd.
TOP=`cd $TOP && pwd`
TOP=@abs_top_builddir@
# Default algorithm for testing
DEFAULT_ALGORITHM=ECDSAP256SHA256