summaryrefslogtreecommitdiffstats
path: root/src/kadmin.v4
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-25 01:26:18 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-25 01:26:18 +0000
commit2ae73e2f3f94c698c2c92aa6a9341e7a9b13ce7c (patch)
treea0f23e4668bc490eff71edc9093e1951f4e67f89 /src/kadmin.v4
parent34b7ccf8e1ec36adac95d8fd33494a90187d0e52 (diff)
downloadkrb5-2ae73e2f3f94c698c2c92aa6a9341e7a9b13ce7c.tar.gz
krb5-2ae73e2f3f94c698c2c92aa6a9341e7a9b13ce7c.tar.xz
krb5-2ae73e2f3f94c698c2c92aa6a9341e7a9b13ce7c.zip
Added configure.in for this directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5470 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin.v4')
-rw-r--r--src/kadmin.v4/configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kadmin.v4/configure.in b/src/kadmin.v4/configure.in
new file mode 100644
index 0000000000..735db45652
--- /dev/null
+++ b/src/kadmin.v4/configure.in
@@ -0,0 +1,10 @@
+AC_INIT(configure.in)
+WITH_CCOPTS
+AC_SET_BUILDTOP
+CONFIG_DIRS(server)
+MAKE_SUBDIRS("making",all)
+MAKE_SUBDIRS("cleaning",clean)
+MAKE_SUBDIRS("installing",install)
+CONFIG_RULES
+WITH_KRB5ROOT
+V5_AC_OUTPUT_MAKEFILE