summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2004-09-08 15:56:31 +0000
committerAlexandra Ellwood <lxs@mit.edu>2004-09-08 15:56:31 +0000
commit28d965db9565cb46ee1ba4e012c1708d1af73ab1 (patch)
tree6dab9b0ccb77cc93853ca2f5d406a07308594f3f /src
parent731286ba72466547e10f744eb6a81ca11425b360 (diff)
downloadkrb5-28d965db9565cb46ee1ba4e012c1708d1af73ab1.tar.gz
krb5-28d965db9565cb46ee1ba4e012c1708d1af73ab1.tar.xz
krb5-28d965db9565cb46ee1ba4e012c1708d1af73ab1.zip
Added a man page for krb5-config
ticket: 2694 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16727 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/krb5-config.M74
2 files changed, 78 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 78786d3d9..efc1aedea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-07 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb5-config.M: Added a man page for krb5-config.
+
2004-08-24 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't test for pthread_rwlock_init.
diff --git a/src/krb5-config.M b/src/krb5-config.M
new file mode 100644
index 000000000..c0a0fa140
--- /dev/null
+++ b/src/krb5-config.M
@@ -0,0 +1,74 @@
+.\" krb5-config.M
+.\"
+.\" Copyright 1990 by the Massachusetts Institute of Technology.
+.\"
+.\" Export of this software from the United States of America may
+.\" require a specific license from the United States Government.
+.\" It is the responsibility of any person or organization contemplating
+.\" export to obtain such a license before exporting.
+.\"
+.\" WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+.\" distribute this software and its documentation for any purpose and
+.\" without fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright notice and
+.\" this permission notice appear in supporting documentation, and that
+.\" the name of M.I.T. not be used in advertising or publicity pertaining
+.\" to distribution of the software without specific, written prior
+.\" permission. Furthermore if you modify this software you must label
+.\" your software as modified software and not distribute it in such a
+.\" fashion that it might be confused with the original M.I.T. software.
+.\" M.I.T. makes no representations about the suitability of
+.\" this software for any purpose. It is provided "as is" without express
+.\" or implied warranty.
+.\" "
+.TH KRB5-CONFIG 1
+.SH NAME
+krb5-config \- tool for linking against MIT Kerberos libraries
+.SH SYNOPSIS
+.B krb5-config
+[ \fB--help\fP | \fB--all\fP | \fB--version\fP | \fB--vendor\fP | \fB--prefix\fP |
+\fB--exec-prefix\fP | \fB--cflags\fP | \fB--libs\fP libraries ]
+.br
+.SH DESCRIPTION
+.I krb5-config
+tells the application programmer what special flags to use to compile
+and link programs against the installed Kerberos libraries.
+.SH OPTIONS
+.TP
+\fB\--help\fP
+print usage message. This is the default.
+.TP
+\fB\--all\fP
+prints version, vendor, prefix and exec-prefix.
+.TP
+\fB\--version\fP
+prints the version of the installed Kerberos implementation.
+.TP
+\fB\--vendor\fP
+prints the vendor of the installed Kerberos implementation.
+.TP
+\fB\--prefix\fP
+prints the prefix with which Kerberos was built.
+.TP
+\fB\--exec-prefix\fP
+prints the exec-prefix with which Kerberos was built.
+.TP
+\fB\--cflags\fP
+prints the compiler flags with which Kerberos was built.
+.TP
+\fB\--libs\fP \fIlibraries\fP
+list compiler options required to link with \fIlibraries\fP. Possible
+values for \fIlibraries\fP are:
+.sp
+.nf
+.in +.5i
+krb5 Kerberos 5 application
+gssapi GSSAPI application with Kerberos 5 bindings
+krb4 Kerberos 4 application
+kadm-client Kadmin client
+kadm-server Kadmin server
+kdb Application that accesses the kerberos database
+.in -.5i
+.fi
+.SH SEE ALSO
+kerberos(1), cc(1)