From: Harlan Stenn Date: Thu, 30 Jul 2009 06:38:38 +0000 (-0400) Subject: The build script now has . at the end of PATH for config.guess X-Git-Tag: NTP_4_2_5P197~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46248187778c820f72774467735100e3b4220048;p=thirdparty%2Fntp.git The build script now has . at the end of PATH for config.guess bk: 4a713fee13GwlxWZReHq3TuCYcoe0A --- diff --git a/ChangeLog b/ChangeLog index ff185801c..07bd8a150 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* The build script now has . at the end of PATH for config.guess. (4.2.5p196) 2009/07/29 Released by Harlan Stenn * [Bug 1272] gsoc_sntp IPv6 build problems under HP-UX 10. * [Bug 1273] CID 10: Palisade leaks unit struct in error path. diff --git a/build b/build index c3351cb68..b850a7d95 100755 --- a/build +++ b/build @@ -30,6 +30,9 @@ esac #set -e #set -x +# config.guess may only be here, and some don't have . in their PATH +PATH="$PATH:." + CVO=`./scripts/cvo.sh @cvo@` case "$CVO" in *-*-*-*) echo "config.guess returned <$CVO>, which makes no sense to me."