From: Dave Hart Date: Fri, 8 May 2009 18:11:36 +0000 (+0000) Subject: configure.ac: X-Git-Tag: NTP_4_2_4P7_RC7~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf5ae1f8b5c2622a14c8714ec0c02f4d27d2029;p=thirdparty%2Fntp.git configure.ac: correct help text bk: 4a0475d8fP-5I_4uZ7GGjehyWFhTxg --- diff --git a/configure.ac b/configure.ac index 94920c5cd..d4a256d69 100644 --- a/configure.ac +++ b/configure.ac @@ -1997,10 +1997,16 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) -AC_MSG_CHECKING([for a the number of minutes in a DST adjustment]) -AC_ARG_ENABLE(dst_minutes, - AC_HELP_STRING([--enable-dst-minutes=60], [+ minutes per DST adjustment]), - [ans=$enableval], [ans=60]) +AC_MSG_CHECKING([[for a the number of minutes in a DST adjustment]]) +AC_ARG_ENABLE( + [dst_minutes], + AS_HELP_STRING( + [--enable-dst-minutes], + [n minutes per DST adjustment @<:@60@:>@] dnl @<:@ is [ + ), + [ans=$enableval], + [ans=60] +) AC_DEFINE_UNQUOTED(DSTMINUTES, $ans, [The number of minutes in a DST adjustment]) AC_MSG_RESULT([$ans]) @@ -4274,7 +4280,7 @@ AC_ARG_ENABLE( [linuxcaps], AC_HELP_STRING( [--enable-linuxcaps], - [[s Use Linux capabilities for non-root clock control]] + [+ Use Linux capabilities for non-root clock control] ), [ntp_have_linuxcaps=$enableval] )