1IJS-CONFIG(1) General Commands Manual IJS-CONFIG(1)
2
3
4
6 ijs-config - script to get information about the installed version of
7 ijs
8
10 ijs-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cflags]
12
14 ijs-config is a program that is used to determine the compiler and
15 linker flags that should be used to compile and link programs that use
16 IJS.
17
19 This program follows the usual GNU command line syntax, with long
20 options starting with two dashes (`-'). A summary of options is
21 included below.
22
23 --help Show summary of options. This may list additional advanced
24 package configuration options not detailed in this manual page.
25
26 --version
27 Show installed libijs version.
28
29 --libs Print the linker flags that are necessary to link an IJS pro‐
30 gram.
31
32 --cflags
33 Print the compiler flags that are necessary to compile an IJS
34 program.
35
36 --prefix=PREFIX
37 If specified, use PREFIX instead of the installation prefix that
38 IJS was built with when computing the output for the --cflags
39 and --libs options. This option is also used for the exec prefix
40 if --exec-prefix was not specified. This option must be speci‐
41 fied before any --libs or --cflags options.
42
43 --exec-prefix=PREFIX
44 If specified, use PREFIX instead of the installation exec prefix
45 that IJS was built with when computing the output for the
46 --cflags and --libs options. This option must be specified
47 before any --libs or --cflags options.
48
50 gtk-config(1)
51
53 This manual page was written by Roger Leigh <rleigh@debian.org>, origi‐
54 nally for the Debian GNU/Linux system.
55
56
57
58 5 Feb, 2004 IJS-CONFIG(1)