blob: 8cf9858ba5ef33a5c2e34ec9f935e105b4925527 [file] [log] [blame]
Owen Taylor3473f882001-02-23 17:55:21 +00001.TH GNOME-XML 1 "3 July 1999" Version 1.1.0
2.SH NAME
3xml-config - script to get information about the installed version of GNOME-XML
4.SH SYNOPSIS
5.B xml-config
6[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
7.SH DESCRIPTION
8\fIxml-config\fP is a tool that is used to determine the compile and
9linker flags that should be used to compile and link programs that use
10\fIGNOME-XML\fP.
11.SH OPTIONS
Owen Taylor3473f882001-02-23 17:55:21 +000012\fIxml-config\fP accepts the following options:
13.TP 8
14.B \-\-version
15Print the currently installed version of \fIGNOME-XML\fP on the standard output.
16.TP 8
17.B \-\-libs
18Print the linker flags that are necessary to link a \fIGNOME-XML\fP program.
19.TP 8
20.B \-\-cflags
21Print the compiler flags that are necessary to compile a \fIGNOME-XML\fP program.
22.TP 8
23.B \-\-prefix=PREFIX
24If specified, use PREFIX instead of the installation prefix that
25\fIGNOME-XML\fP was built with when computing the output for the
26\-\-cflags and \-\-libs options. This option must be specified before
27any \-\-libs or \-\-cflags options.
28.SH AUTHOR
29This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>,
30for the Debian GNU/linux system (but may be used by others).