Lines Matching refs:sntp
33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
37 # sntp/scripts/cvo.sh invokes config.guess, and we want it to use the copy
41 CVO=`env PATH="$PATH:./sntp/libevent/build-aux" sntp/scripts/cvo.sh @cvo@`
43 *-*-*-*) echo "sntp/scripts/cvo.sh returned <$CVO>, which makes no sense to me."
47 *) echo "sntp/scripts/cvo.sh returned <$CVO>, which makes no sense to me."
173 # is true for sntp, we do not need to re-run configure.
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
180 ( "$TEST" '!' -f sntp/libevent/config.status ||
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
185 "$TEST" sntp/Makefile -nt sntp/config.status ||
186 ( cd sntp && "$NICEB" -5 ./config.status )
187 "$TEST" '!' -f sntp/libevent/Makefile ||
188 "$TEST" sntp/libevent/Makefile -nt sntp/libevent/config.status ||
189 ( cd sntp/libevent && "$NICEB" -5 ./config.status )