1KAKASI(1) General Commands Manual KAKASI(1)
2
3
4
6 kakasi-config - script to get information about the installed version
7 of KAKASI
8
10 kakasi-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--help] [--ver‐
11 sion] [--libs] [--cflags]
12
14 kakasi-config is a tool that is used to configure to determine the com‐
15 piler and linker flags that should be used to compile and link programs
16 that use KAKASI. It is also used internally to the .m4 macros for GNU
17 autoconf that are included with KAKASI.
18
20 kakasi-config accepts the following options:
21
22 --help Print the help text and exit.
23
24 --version
25 Print the currently installed version of KAKASI on the standard
26 output.
27
28 --libs Print the linker flags that are necessary to link a KAKASI pro‐
29 gram.
30
31 --cflags
32 Print the compiler flags that are necessary to compile a KAKASI
33 program.
34
35 --prefix=PREFIX
36 If specified, use PREFIX instead of the installation prefix
37 that KAKASI was built with when computing the output for the
38 --cflags and --libs options. This option is also used for the
39 exec prefix if --exec-prefix was not specified. This option
40 must be specified before any --libs or --cflags options.
41
42 --exec-prefix=PREFIX
43 If specified, use PREFIX instead of the installation exec pre‐
44 fix that GTK+ was built with when computing the output for the
45 --cflags and --libs options. This option must be specified
46 before any --libs or --cflags options.
47
49 kakasi(1),
50
52 Copyright © 2001 Kakasi Project
53
54 Permission to use, copy, modify, and distribute this software and its
55 documentation for any purpose and without fee is hereby granted, pro‐
56 vided that the above copyright notice appear in all copies and that
57 both that copyright notice and this permission notice appear in sup‐
58 porting documentation.
59
60
61
62 28 January 2001 KAKASI(1)