AC_MSG_CHECKING(if we want to try SNTP)
AC_ARG_WITH(sntp,
- AC_HELP_STRING([--with-sntp], [- Build SNTP?]),
-[ans=$withval], [ans=no])
+ AC_HELP_STRING([--with-sntp], [+ Build SNTP?]),
+ [ans=$withval], [ans=yes])
case "$ans" in
no) ;;
*)
BUILD_ARGS="$@"
PARSE="--enable-parse-clocks"
#PARSE=
-SNTP="--with-sntp"
# Backroom:
# beauregard freebsd-4
echo $i
case "1" in
0)
- ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP $BUILD_ARGS" &
- ssh $i "cd $c_d ; ./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS" &
- ssh $i "cd $c_d ; ./build $SIG $SNTP --disable-all-clocks $BUILD_ARGS" &
+ ssh $i "cd $c_d ; ./build $SIG $PARSE $BUILD_ARGS" &
+ ssh $i "cd $c_d ; ./build $SIG $PARSE --without-crypto $BUILD_ARGS" &
+ ssh $i "cd $c_d ; ./build $SIG --disable-all-clocks $BUILD_ARGS" &
;;
1) ssh $i "cd $c_d ; \
-./build $SIG $PARSE $SNTP $BUILD_ARGS ; \
-./build $SIG $PARSE $SNTP --without-crypto $BUILD_ARGS ; \
-./build $SIG $SNTP --disable-all-clocks $BUILD_ARGS" \
+./build $SIG $PARSE $BUILD_ARGS ; \
+./build $SIG $PARSE --without-crypto $BUILD_ARGS ; \
+./build $SIG --disable-all-clocks $BUILD_ARGS" \
&
;;
esac