summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-12-28 03:57:48 +0000
committerKen Raeburn <raeburn@mit.edu>2003-12-28 03:57:48 +0000
commit36fba61b4b409e4c73466900009a1204d6e2dbd4 (patch)
treeb3c5502981a27e90ae36f7aaf15f0e7eb19a090b /src
parent1111db9004cf3624d292443915ae58f4405d689a (diff)
* configure.in: Use AC_HELP_STRING for kdc-replay-cache option info
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15962 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/configure.in6
2 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a35107c28..047a8aa2e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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
diff --git a/src/configure.in b/src/configure.in
index 7a9026930..d68346922 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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],