~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/krb5-config.M

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
krb5-config \- tool for linking against MIT Kerberos libraries
27
27
.SH SYNOPSIS
28
28
.B krb5-config
29
 
[ \fB--help\fP | \fB--all\fP | \fB--version\fP | \fB--vendor\fP | \fB--prefix\fP | 
30
 
\fB--exec-prefix\fP | \fB--cflags\fP | \fB--libs\fP libraries ]
 
29
[ \fB\-\-help\fP | \fB\-\-all\fP | \fB\-\-version\fP | \fB\-\-vendor\fP
 
30
| \fB\-\-prefix\fP | \fB\-\-exec\-prefix\fP | \fB\-\-cflags\fP
 
31
| \fB\-\-libs\fP libraries ]
31
32
.br
32
33
.SH DESCRIPTION
33
 
.I krb5-config
 
34
.I krb5\-config
34
35
tells the application programmer what special flags to use to compile
35
36
and link programs against the installed Kerberos libraries.
36
37
.SH OPTIONS
37
38
.TP
38
 
\fB\--help\fP
 
39
\fB\-\-help\fP
39
40
print usage message.  This is the default.
40
41
.TP
41
 
\fB\--all\fP
 
42
\fB\-\-all\fP
42
43
prints version, vendor, prefix and exec-prefix.
43
44
.TP
44
 
\fB\--version\fP
 
45
\fB\-\-version\fP
45
46
prints the version of the installed Kerberos implementation.
46
47
.TP
47
 
\fB\--vendor\fP
 
48
\fB\-\-vendor\fP
48
49
prints the vendor of the installed Kerberos implementation.
49
50
.TP
50
 
\fB\--prefix\fP 
 
51
\fB\-\-prefix\fP 
51
52
prints the prefix with which Kerberos was built.
52
53
.TP
53
 
\fB\--exec-prefix\fP 
 
54
\fB\-\-exec\-prefix\fP 
54
55
prints the exec-prefix with which Kerberos was built.
55
56
.TP
56
 
\fB\--cflags\fP 
 
57
\fB\-\-cflags\fP 
57
58
prints the compiler flags with which Kerberos was built.
58
59
.TP
59
 
\fB\--libs\fP \fIlibraries\fP 
 
60
\fB\-\-libs\fP \fIlibraries\fP 
60
61
list compiler options required to link with \fIlibraries\fP.  Possible 
61
62
values for \fIlibraries\fP are:
62
63
.sp