summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/configure.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-08-09 02:13:15 +0000
committerTheodore Tso <tytso@mit.edu>1994-08-09 02:13:15 +0000
commit8404900f651f30e54ac908bf54d1e2eb3c6d630d (patch)
tree45d1f0e40d3ab1881c65f0eb9cd828eab8133a5b /src/appl/mailquery/configure.in
parentaa9d934827a728b1cc43571f57608f2e6ad827dc (diff)
downloadkrb5-8404900f651f30e54ac908bf54d1e2eb3c6d630d.tar.gz
krb5-8404900f651f30e54ac908bf54d1e2eb3c6d630d.tar.xz
krb5-8404900f651f30e54ac908bf54d1e2eb3c6d630d.zip
Added John Brezak's port of mailquery to krb5
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4073 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/configure.in')
-rw-r--r--src/appl/mailquery/configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/mailquery/configure.in b/src/appl/mailquery/configure.in
new file mode 100644
index 000000000..367353214
--- /dev/null
+++ b/src/appl/mailquery/configure.in
@@ -0,0 +1,7 @@
+AC_INIT(mailquery.c)
+WITH_CCOPTS
+AC_SET_BUILDTOP
+CONFIG_RULES
+AC_FUNC_CHECK(strerror,AC_DEFINE(HAS_STRERROR))
+KRB_INCLUDE
+AC_OUTPUT(Makefile,[EXTRA_RULES])