1 |
frodo |
210 |
.TH PSICONV 1 "10 February 2004" Version @VERSION@ |
2 |
|
|
.SH NAME |
3 |
|
|
psiconv-config - script to get information about the installed version of Psiconv |
4 |
|
|
.SH SYNOPSIS |
5 |
|
|
.B psiconv-config [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags] [LIBRARIES] |
6 |
|
|
.SH DESCRIPTION |
7 |
|
|
.PP |
8 |
|
|
\fIpsiconv-config\fP is a tool that is used to configure to determine |
9 |
|
|
the compiler and linker flags that should be used to compile |
10 |
|
|
and link programs that use \fIpsiconv\fP. It is also used internally |
11 |
|
|
to the .m4 macros for GNU autoconf that are included with \fIpsiconv\fP. |
12 |
|
|
. |
13 |
|
|
.SH OPTIONS |
14 |
|
|
.l |
15 |
|
|
\fIpsiconv-config\fP accepts the following options: |
16 |
|
|
.TP 8 |
17 |
|
|
.B LIBRARIES |
18 |
|
|
\fIPsiconv\fP has one library 'psiconv'. If you specify one of |
19 |
|
|
them, only the appropriate things for that library will be printed. |
20 |
|
|
.TP 8 |
21 |
|
|
.B \-\-version |
22 |
|
|
Print the currently installed version of \fIpsiconv\fP on the standard output. |
23 |
|
|
.TP 8 |
24 |
|
|
.B \-\-libs |
25 |
|
|
Print the linker flags that are necessary to link a \fIpsiconv\fP program. |
26 |
|
|
.TP 8 |
27 |
|
|
.B \-\-cflags |
28 |
|
|
Print the compiler flags that are necessary to compile a \fIpsiconv\fP program. |
29 |
|
|
.TP 8 |
30 |
|
|
.B \-\-prefix=PREFIX |
31 |
|
|
If specified, use PREFIX instead of the installation prefix that \fIpsiconv\fP |
32 |
|
|
was built with when computing the output for the \-\-cflags and |
33 |
|
|
\-\-libs options. This option is also used for the exec prefix |
34 |
|
|
if \-\-exec\-prefix was not specified. This option must be specified |
35 |
|
|
before any \-\-libs or \-\-cflags options. |
36 |
|
|
.TP 8 |
37 |
|
|
.B \-\-exec\-prefix=PREFIX |
38 |
|
|
If specified, use PREFIX instead of the installation exec prefix that |
39 |
|
|
\fIpsiconv\fP was built with when computing the output for the \-\-cflags |
40 |
|
|
and \-\-libs options. This option must be specified before any |
41 |
|
|
\-\-libs or \-\-cflags options. |
42 |
|
|
.SH SEE ALSO |
43 |
|
|
.BR gtk-config (1), |
44 |
|
|
.BR gimp (1), |
45 |
|
|
.BR gimptool (1) |
46 |
|
|
.SH COPYRIGHT |
47 |
|
|
Copyright \(co 1998 Owen Taylor, Copyright \(co 2004 Frodo Looijaard. |
48 |
|
|
|
49 |
|
|
Permission to use, copy, modify, and distribute this software and its |
50 |
|
|
documentation for any purpose and without fee is hereby granted, |
51 |
|
|
provided that the above copyright notice appear in all copies and that |
52 |
|
|
both that copyright notice and this permission notice appear in |
53 |
|
|
supporting documentation. |