2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Source config.guess from source root

It seems that config.guess gets always created in source root, so for
that sake of out-of-tree system test, we should expect the file there
instead of where configure was run.
This commit is contained in:
Michal Nowak
2020-07-21 16:29:14 +02:00
parent 093af1c00a
commit 14bc22d7a4

View File

@@ -20,9 +20,9 @@
# fd92:7065:b8e:ff::{1..2} # fd92:7065:b8e:ff::{1..2}
# #
top_builddir=@abs_top_builddir@ top_srcdir=@abs_top_srcdir@
sys=$($SHELL "$top_builddir/config.guess") sys=$($SHELL "$top_srcdir/config.guess")
use_ip= use_ip=
case "$sys" in case "$sys" in