diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/configure.in | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78d143c04..c29bae949 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 6 12:38:12 1995 Theodore Y. Ts'o (tytso@dcl) + + * configure.in: Build the krb524 directory. + Tue May 30 18:53:56 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: removed des425 stuff for Windows. diff --git a/src/configure.in b/src/configure.in index 4c326e135..12d72b1db 100644 --- a/src/configure.in +++ b/src/configure.in @@ -47,10 +47,12 @@ AC_ARG_ENABLE([athena], [ --enable-athena build with MIT Project Athena configuration],,) if test -z "$KRB4_LIB"; then kadminv4="" +krb524="" else kadminv4=kadmin.v4 +krb524=krb524 fi -CONFIG_DIRS(util include lib kdc admin kadmin $kadminv4 kadmin.old slave clients appl tests) +CONFIG_DIRS(util include lib kdc admin kadmin $kadminv4 kadmin.old $krb524 slave clients appl tests) MAKE_SUBDIRS("making",all) MAKE_SUBDIRS("cleaning",clean) MAKE_SUBDIRS("installing",install) |
