diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/configure.in | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 39fa07bf4..f4bd8cac5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,9 @@ -Tue Oct 7 08:05:43 1997 Ezra Peisach <epeisach@kangaroo.mit.edu> +Mon Oct 13 10:14:06 1997 Ezra Peisach <epeisach@mit.edu> + + * configure.in: Add KRB5_LIB_AUX so configure --help gives info on + shared libraries. + +Tue Oct 7 08:05:43 1997 Ezra Peisach <epeisach@mit.edu> * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV change as the dejagnu/Makefile.in can now deal with the older diff --git a/src/configure.in b/src/configure.in index 546b73e47..68fafd24d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -241,9 +241,13 @@ krb5_cv_shlibs_tail_comp= krb5_cv_staticlibs_enabled=yes krb5_cv_shlibs_enabled=]) ]) +dnl The following lines are so that configure --help gives some global +dnl configuration options. +KRB5_LIB_AUX AC_KRB5_TCL AC_ARG_ENABLE([athena], [ --enable-athena build with MIT Project Athena configuration],,) +dnl if test -z "$KRB4_LIB"; then kadminv4="" krb524="" |
