Configure script to reflect the new kadmin hierarchy
authorTheodore Tso <tytso@mit.edu>
Tue, 25 Apr 1995 02:07:14 +0000 (02:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 25 Apr 1995 02:07:14 +0000 (02:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5471 dc483132-0cff-0310-8789-dd5450dbe970

src/configure.in

index 5895b137bcd358d66685004b21b98c47c0689693..20214e91ef46e242faf30c54d0e4807dac40cfa4 100644 (file)
@@ -7,7 +7,12 @@ WITH_KRB4
 WITH_NETLIB
 AC_ARG_ENABLE([athena],
 [  --enable-athena         build with MIT Project Athena configuration],,)
-CONFIG_DIRS(util include $isode lib kdc admin kadmin slave clients appl tests)
+if test -z "$KRB4" then
+kadminv4=""
+else
+kadminv4=kadmin.v4
+fi
+CONFIG_DIRS(util include lib kdc admin kadmin.old $kadminv4 slave clients appl tests)
 MAKE_SUBDIRS("making",all)
 MAKE_SUBDIRS("cleaning",clean)
 MAKE_SUBDIRS("installing",install)