add documentation for --prefix and --exec-prefix
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9248 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
give information on how to link code against Heimdal libraries
|
give information on how to link code against Heimdal libraries
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl -prefix= Ns Ar dir
|
.Op Fl -prefix Ns Op = Ns Ar dir
|
||||||
.Op Fl -exec-prefix= Ns Ar dir
|
.Op Fl -exec-prefix Ns Op = Ns Ar dir
|
||||||
.Op Fl -libs
|
.Op Fl -libs
|
||||||
.Op Fl -cflags
|
.Op Fl -cflags
|
||||||
.Op Ar libraries
|
.Op Ar libraries
|
||||||
@@ -21,11 +21,15 @@ and link programs against the libraries installed by Heimdal.
|
|||||||
.Pp
|
.Pp
|
||||||
Options supported:
|
Options supported:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl -prefix= Ns Ar dir
|
.It Fl -prefix Ns Op = Ns Ar dir
|
||||||
Assume that the prefix to be used is
|
Print the prefix if no
|
||||||
|
.Ar dir
|
||||||
|
is specified, otherwise set prefix to
|
||||||
.Ar dir .
|
.Ar dir .
|
||||||
.It Fl -exec-prefix= Ns Ar dir
|
.It Fl -exec-prefix Ns Op = Ns Ar dir
|
||||||
Assume that the exec-prefix to be used is
|
Print the exec-prefix if no
|
||||||
|
.Ar dir
|
||||||
|
is specified, otherwise set exec-prefix to
|
||||||
.Ar dir .
|
.Ar dir .
|
||||||
.It Fl -libs
|
.It Fl -libs
|
||||||
Output the set of libraries that should be linked against.
|
Output the set of libraries that should be linked against.
|
||||||
|
Reference in New Issue
Block a user