1ESTCONFIG(1) Hyper Estraier ESTCONFIG(1)
2
3
4
6 estconfig - configuration utility of Hyper Estraier
7
8
10 estconfig --version
11
12 estconfig --prefix
13
14 estconfig --execprefix
15
16 estconfig --headdir
17
18 estconfig --libdir
19
20 estconfig --bindir
21
22 estconfig --libexecdir
23
24 estconfig --datadir
25
26 estconfig --cflags
27
28 estconfig --ldflags
29
30 estconfig --libs
31
32 estconfig --mtlibs
33
34
36 estconfig is useful for integration of an application or a system using
37 Hyper Estraier. It outputs setting and configurations of Hyper
38 Estraier.
39
40 estconfig --version
41 to output version information.
42
43 estconfig --prefix
44 to output the prefix of the destination of installation.
45
46 estconfig --execprefix
47 to output the prefix of the files depending on the platform.
48
49 estconfig --headdir
50 to output the prefix of the headers.
51
52 estconfig --libdir
53 to output the prefix of the libraries.
54
55 estconfig --bindir
56 to output the prefix of the commands.
57
58 estconfig --libexecdir
59 to output the prefix of the CGI script.
60
61 estconfig --datadir
62 to output the prefix of the configuration files.
63
64 estconfig --cflags
65 to output the compiler options to be specified when building.
66
67 estconfig --ldflags
68 to output the linker options to be specified when building.
69
70 estconfig --libs
71 to output the libraries to be specified when building.
72
73 estconfig --mtlibs
74 to output the libraries for applications with multi thread.
75
76 estconfig always returns 0 as the exit status.
77
78
80 estcmd(1), estmaster(1), estcall(1), estwaver(1), estraier(3) estn‐
81 ode(3)
82
83 Please see http://hyperestraier.sourceforge.net/pguide-en.html for
84 detail.
85
86
87
88Man Page 2007-03-06 ESTCONFIG(1)