* configure.in: Use AC_HELP_STRING for kdc-replay-cache option info
authorKen Raeburn <raeburn@mit.edu>
Sun, 28 Dec 2003 03:57:48 +0000 (03:57 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 28 Dec 2003 03:57:48 +0000 (03:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15962 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index a35107c28799ba040d946efc5f1308e701b5cc32..047a8aa2e159ca739055da2085136b20bb6ec5b4 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-27  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Use AC_HELP_STRING for kdc-replay-cache option
+       info, to tidy up the output.
+
 2003-12-13  Ken Raeburn  <raeburn@mit.edu>
 
        * aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support
index 7a9026930dd3cc9acffb82e6cfc77101c1c6270c..d683469223002600518b9993a36703ac26af7cb9 100644 (file)
@@ -21,10 +21,8 @@ dnl The following lines are so that configure --help gives some global
 dnl configuration options.
 dnl
 AC_ARG_ENABLE([kdc-replay-cache],
-[  --enable-kdc-replay-cache   check for replayed/retransmitted KDC requests
-                               (recommended for replay attack detection
-                                when hardware preauthentication is in use)
-  --disable-kdc-replay-cache   omit replay detection])dnl
+AC_HELP_STRING([--enable-kdc-replay-cache],[check for replayed/retransmitted KDC requests (recommended for replay attack detection when hardware preauthentication is in use)])
+AC_HELP_STRING([--disable-kdc-replay-cache],[omit replay detection]))dnl
 KRB5_LIB_AUX
 AC_KRB5_TCL
 AC_ARG_ENABLE([athena],