Blame xml2-config.1

Packit 423ecb
.TH GNOME-XML 1 "3 July 1999" Version 1.1.0
Packit 423ecb
.SH NAME
Packit 423ecb
xml-config - script to get information about the installed version of GNOME-XML
Packit 423ecb
.SH SYNOPSIS
Packit 423ecb
.B xml-config
Packit 423ecb
[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
Packit 423ecb
.SH DESCRIPTION
Packit 423ecb
\fIxml-config\fP is a tool that is used to determine the compile and
Packit 423ecb
linker flags that should be used to compile and link programs that use
Packit 423ecb
\fIGNOME-XML\fP.
Packit 423ecb
.SH OPTIONS
Packit 423ecb
\fIxml-config\fP accepts the following options:
Packit 423ecb
.TP 8
Packit 423ecb
.B  \-\-version
Packit 423ecb
Print the currently installed version of \fIGNOME-XML\fP on the standard output.
Packit 423ecb
.TP 8
Packit 423ecb
.B  \-\-libs
Packit 423ecb
Print the linker flags that are necessary to link a \fIGNOME-XML\fP program.
Packit 423ecb
.TP 8
Packit 423ecb
.B  \-\-cflags
Packit 423ecb
Print the compiler flags that are necessary to compile a \fIGNOME-XML\fP program.
Packit 423ecb
.TP 8
Packit 423ecb
.B  \-\-prefix=PREFIX
Packit 423ecb
If specified, use PREFIX instead of the installation prefix that
Packit 423ecb
\fIGNOME-XML\fP was built with when computing the output for the
Packit 423ecb
\-\-cflags and \-\-libs options. This option must be specified before
Packit 423ecb
any \-\-libs or \-\-cflags options.
Packit 423ecb
.SH AUTHOR
Packit 423ecb
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>,
Packit 423ecb
for the Debian GNU/linux system (but may be used by others).