]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorDave Hart <hart@ntp.org>
Fri, 8 May 2009 18:11:36 +0000 (18:11 +0000)
committerDave Hart <hart@ntp.org>
Fri, 8 May 2009 18:11:36 +0000 (18:11 +0000)
  correct help text

bk: 4a0475d8fP-5I_4uZ7GGjehyWFhTxg

configure.ac

index 94920c5cd486906e8f95456be0aafbf89decb6b5..d4a256d6908217e042074de1cb16aeaed0a47d0a 100644 (file)
@@ -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]
 )