]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Source config.guess from source root
authorMichal Nowak <mnowak@isc.org>
Tue, 21 Jul 2020 14:29:14 +0000 (16:29 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 30 Jul 2020 13:58:53 +0000 (15:58 +0200)
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.

bin/tests/system/ifconfig.sh.in

index 537eb176a986106e6c5d9ae05b11072ebc40e1c6..67ed60c392988170abe33ceb388074b92bf780cb 100755 (executable)
@@ -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