+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
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],