1PSICONV(1) 0.9.8 PSICONV(1)
2
3
4
6 psiconv-config - script to get information about the installed version
7 of Psiconv
8
10 psiconv-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
11 [--libs] [--cflags] [LIBRARIES]
12
14 psiconv-config is a tool that is used to configure to determine the
15 compiler and linker flags that should be used to compile and link pro‐
16 grams that use psiconv. It is also used internally to the .m4 macros
17 for GNU autoconf that are included with psiconv.
18
20 psiconv-config accepts the following options:
21
22 LIBRARIES
23 Psiconv has one library 'psiconv'. If you specify one of them,
24 only the appropriate things for that library will be printed.
25
26 --version
27 Print the currently installed version of psiconv on the stan‐
28 dard output.
29
30 --libs Print the linker flags that are necessary to link a psiconv
31 program.
32
33 --cflags
34 Print the compiler flags that are necessary to compile a psi‐
35 conv program.
36
37 --prefix=PREFIX
38 If specified, use PREFIX instead of the installation prefix
39 that psiconv was built with when computing the output for the
40 --cflags and --libs options. This option is also used for the
41 exec prefix if --exec-prefix was not specified. This option
42 must be specified before any --libs or --cflags options.
43
44 --exec-prefix=PREFIX
45 If specified, use PREFIX instead of the installation exec pre‐
46 fix that psiconv was built with when computing the output for
47 the --cflags and --libs options. This option must be specified
48 before any --libs or --cflags options.
49
51 gtk-config(1), gimp(1), gimptool(1)
52
54 Copyright © 1998 Owen Taylor, Copyright © 2004 Frodo Looijaard.
55
56 Permission to use, copy, modify, and distribute this software and its
57 documentation for any purpose and without fee is hereby granted, pro‐
58 vided that the above copyright notice appear in all copies and that
59 both that copyright notice and this permission notice appear in sup‐
60 porting documentation.
61
62
63
64Version 10 February 2004 PSICONV(1)