mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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:
@@ -20,9 +20,9 @@
|
||||
# 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=
|
||||
case "$sys" in
|
||||
|
Reference in New Issue
Block a user