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