summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-04-29 18:15:07 +0000
committerEzra Peisach <epeisach@mit.edu>1995-04-29 18:15:07 +0000
commit18f8acf12f18ae4a450d98cc75c80bbaa05d20d4 (patch)
treebf92307db6535178f44988b1381e4717367ca15a
parent0a0c9ec8f3de4d92e52e674fb9322b59f9f99038 (diff)
downloadkrb5-18f8acf12f18ae4a450d98cc75c80bbaa05d20d4.tar.gz
krb5-18f8acf12f18ae4a450d98cc75c80bbaa05d20d4.tar.xz
krb5-18f8acf12f18ae4a450d98cc75c80bbaa05d20d4.zip
Fix spacing in configure --help for the krb4 options
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5661 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/ChangeLog4
-rw-r--r--src/aclocal.m46
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 607c204d3..b7fd6325a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 29 14:13:45 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
+
+ * aclocal.m4 (WITH_KRB4): fix so configure --help looks nice.
+
Fri Apr 28 15:27:45 EDT 1995 Paul Park (pjpark@mit.edu)
* aclocal.m4 (WITH_KRB4): fix KDB4_LIB location when --with-krb4
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 85fb3696c..62b4b819c 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -322,9 +322,9 @@ dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4
dnl
define(WITH_KRB4,[
AC_ARG_WITH([krb4],
-[ --without-krb4 don't include Kerberos V4 backwards compatibility
- --with-krb4 use V4 libraries included with V5 (default)
- --with-krb4=KRB4DIR use preinstalled V4 libraries],
+[ --without-krb4 don't include Kerberos V4 backwards compatibility
+ --with-krb4 use V4 libraries included with V5 (default)
+ --with-krb4=KRB4DIR use preinstalled V4 libraries],
,
withval=yes
)dnl