bk: 4abfc9edp935Yp3iS4CTDUd_l4nrTg
+* [Bug 1321] build doesn't work if . isn't on $PATH.
(4.2.5p222) 2009/09/27 Released by Harlan Stenn <stenn@ntp.org>
* Update libisc code using bind-9.6.1-P1.tar.gz, rearrange our copy to
mirror the upstream layout (lib/isc/...), and merge in NTP-local
#set -e
#set -x
-CVO=`./scripts/cvo.sh @cvo@`
+# scripts/cvo.sh invokes config.guess, and we want it to use the copy
+# in the top directory (alongside build) if there's not another
+# config.guess earlier on the path, so we invoke it using env to append
+# . to the PATH.
+
+CVO=`env PATH="$PATH:." scripts/cvo.sh @cvo@`
case "$CVO" in
*-*-*-*) "echo scripts/cvo.sh returned <$CVO>, which makes no sense to me."
exit 1