Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / libxslt / xslt-config.1
blob6c3459fe891532d0a9e813cef5ae58dd10eb7f90
1 .TH xslt-config 1 "17 Jul 2002"
2 .SH NAME
3 xslt-config - script to get information about the installed version of libxslt
4 .SH SYNOPSIS
5 .B xslt-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] 
7 [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
8 .SH DESCRIPTION
9 \fIxslt-config\fP is a tool that is used to determine the compile and
10 linker flags that should be used to compile and link programs that use
11 \fIlibxslt\fP.
12 .SH OPTIONS
14 \fIxslt-config\fP accepts the following options:
15 .TP 8
16 .B  \-\-version
17 Print the currently installed version of \fIlibxslt\fP on the standard output.
18 .TP 8
19 .B  \-\-libs
20 Print the linker flags that are necessary to link a \fIlibxslt\fP program.
21 .TP 8
22 .B  \-\-cflags
23 Print the compiler flags that are necessary to compile a \fIlibxslt\fP program.
24 .TP 8
25 .B  \-\-prefix=PREFIX
26 If specified, use PREFIX instead of the installation prefix that
27 \fIlibxslt\fP was built with when computing the output for the
28 \-\-cflags and \-\-libs options. This option must be specified before
29 any \-\-libs or \-\-cflags options.
30 .TP 8
31 .B  \-\-exec\-prefix=PREFIX
32 If specified, use PREFIX instead of the executable prefix that
33 \fIlibxslt\fP was built with when computing the output for the
34 \-\-cflags and \-\-libs options. This option must be specified before
35 any \-\-libs or \-\-cflags options.
37 .SH AUTHORS
38 Daniel Veillard (daniel@veillard.com)