1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH XMLSEC1-CONFIG "1" "January 2025" "xmlsec1-config 1.3.7" "User Commands"
.SH NAME
xmlsec1-config \- detail installed version of xmlsec library
.SH SYNOPSIS
.B xmlsec1-config
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
Known values for OPTION are:
.TP
\fB\-\-cflags\fR
print pre\-processor and compiler flags
.TP
\fB\-\-libs\fR
print library linking information
.TP
\fB\-\-prefix\fR
print the default XMLSEC prefix folder
.TP
\fB\-\-exec\-prefix\fR
print the default XMLSEC executable prefix folder
.TP
\fB\-\-libdir\fR
print the default XMLSEC libraries folder
.TP
\fB\-\-crypto\fR
print the default crypto library name
.TP
\fB\-\-prefix\fR=\fI\,DIR\/\fR
change XMLSEC prefix folder
.TP
\fB\-\-exec\-prefix\fR=\fI\,DIR\/\fR
change XMLSEC executable prefix folder
.TP
\fB\-\-libdir\fR=\fI\,DIR\/\fR
change XMLSEC libraries folder
.TP
\fB\-\-crypto\fR=\fI\,LIB\/\fR
configure with XMLSEC crypto library (one of the
following: none default openssl nss gnutls gcrypt)
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information
|