1GNOME-XML(1) 1.1.0 GNOME-XML(1)
2
3
4
6 xml-config - script to get information about the installed version of
7 GNOME-XML
8
10 xml-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]
11
13 xml-config is a tool that is used to determine the compile and linker
14 flags that should be used to compile and link programs that use GNOME-
15 XML.
16
18 xml-config accepts the following options:
19
20 --version
21 Print the currently installed version of GNOME-XML on the stan‐
22 dard output.
23
24 --libs Print the linker flags that are necessary to link a GNOME-XML
25 program.
26
27 --cflags
28 Print the compiler flags that are necessary to compile a GNOME-
29 XML program.
30
31 --prefix=PREFIX
32 If specified, use PREFIX instead of the installation prefix
33 that GNOME-XML was built with when computing the output for the
34 --cflags and --libs options. This option must be specified
35 before any --libs or --cflags options.
36
38 This manual page was written by Fredrik Hallenberg <hal‐
39 lon@lysator.liu.se>, for the Debian GNU/linux system (but may be used
40 by others).
41
42
43
44Version 3 July 1999 GNOME-XML(1)