bk: 4e02da2eNHm-GUdfu_lo0hITZYpsYg
+* Update the building of OS-specific programs.
* Finish conversion to genLocInfo.
* validate MANTAGFMT in genLocInfo.
* [Bug 1950] Control installation of event_rpcgen.py.
*) ans=no
;;
esac
-if test "$ans" = "yes"; then
+case "$ans" in
+ yes)
MAKE_ADJTIMED=adjtimed
AC_DEFINE([NEED_HPUX_ADJTIME], [1],
[Do we need HPUX adjtime() library support?])
-fi
+ ;;
+ *) ADJTIMED_DB=
+ ADJTIMED_DS=
+ ADJTIMED_MS=
+ ;;
+esac
AC_MSG_RESULT([$ans])
AC_MSG_CHECKING([if we want QNX adjtime support])
yes)
MAKE_NTPTIME=ntptime
;;
+ *)
+ NTPTIME_DB=
+ NTPTIME_DS=
+ NTPTIME_MS=
+ ;;
esac
AC_SUBST([MAKE_TICKADJ])
case "$ntp_cv_make_tickadj" in
yes)
MAKE_TICKADJ=tickadj
+ ;;
+ *)
+ TICKADJ_DB=
+ TICKADJ_DS=
+ TICKADJ_MS=
+ ;;
esac
AC_SUBST([MAKE_TIMETRIM])
yes)
MAKE_NTPDSIM=ntpdsim
MAKE_LIBNTPSIM=libntpsim.a
+ ;;
+ *)
+ NTPDSIM_DB=
+ NTPDSIM_DS=
+ NTPDSIM_MS=
+ ;;
esac
case "$build" in