From: Michal Nowak Date: Tue, 21 Jul 2020 14:29:14 +0000 (+0200) Subject: Source config.guess from source root X-Git-Tag: v9.17.4~27^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bc22d7a46966bf79287ccce43c569622276ca5;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/ifconfig.sh.in b/bin/tests/system/ifconfig.sh.in index 537eb176a98..67ed60c3929 100755 --- a/bin/tests/system/ifconfig.sh.in +++ b/bin/tests/system/ifconfig.sh.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