2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +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. # Find the top of the BIND9 tree.
TOP=${SYSTEMTESTTOP:=.}/../../.. TOP=@abs_top_builddir@
# Make it absolute so that it continues to work after we cd.
TOP=`cd $TOP && pwd`
# Default algorithm for testing # Default algorithm for testing
DEFAULT_ALGORITHM=ECDSAP256SHA256 DEFAULT_ALGORITHM=ECDSAP256SHA256