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