1 .TH xslt-config 1 "17 Jul 2002"
3 xslt-config - script to get information about the installed version of libxslt
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP]
7 [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
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
14 \fIxslt-config\fP accepts the following options:
17 Print the currently installed version of \fIlibxslt\fP on the standard output.
20 Print the linker flags that are necessary to link a \fIlibxslt\fP program.
23 Print the compiler flags that are necessary to compile a \fIlibxslt\fP program.
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.
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.
38 Daniel Veillard (daniel@veillard.com)