-
Notifications
You must be signed in to change notification settings - Fork 41
/
configure.help
61 lines (52 loc) · 2.95 KB
/
configure.help
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
'MaKL' - a painless C project configuration tool
Usage: ./CONFIGURE_SCRIPT [OPTION] ...
OPTION can be defined as follows:
--help [-h] display this help
--help_gen [-g] generate new configure.help based on configuration
--verbose [-v] show verbose debugging output
--version [-V] display MaKL version
--cross_compile configure for cross-compilation (no execution tests)
--noclean do not clean cache at end of execution (testing only)
--prefix=BASE set BASE directory for installation [BASE=]
--dir-bin=BASE set BASE directory for binaries [BASE=/usr/local/bin]
--dir-sbin=BASE set BASE directory for system binaries [BASE=/usr/local/sbin]
--dir-conf=BASE set BASE directory for configuration [BASE=/usr/local/conf]
--dir-inc=BASE set BASE directory for includes [BASE=/usr/local/includes]
--dir-lib=BASE set BASE directory for libraries [BASE=/usr/local/lib]
--dir-shlib=BASE set BASE directory for shared libraries [BASE=/usr/local/shlib]
--dir-libex=BASE set BASE directory for executables run by programmes [BASE=/usr/local/libexec]
--dir-var=BASE set BASE directory for various [BASE=/usr/local/var]
--dir-share=BASE set BASE directory for shared data [BASE=/usr/local/share]
--dir-man=BASE set BASE directory for man pages [BASE=/usr/local/share/man]
--dir-doc=BASE set BASE directory for documentation [BASE=/usr/local/share/doc]
--defown=USERID set default file owner id
--defgrp=GROUPID set default file group id
--defmode=MODE set default mode for regular files
--defbinmode=MODE set default mode for binary files
<?> --lib-openssl=BASE set libopenssl to have BASE dir []
<?> --lib-openssl_psk=BASE set libopenssl_psk to have BASE dir []
<?> --lib-z=BASE set libz to have BASE dir []
--libs=BASE set all libs to have BASE dir
<?> --featx-doxygen=BASE set file for execution feature []
--enable-X=ID enable feature of type X and id ID
--disable-X=ID disable feature of type X and id ID
--enable_shared enable shared library build
--program_suffix=SUFFIX append SUFFIX to installed program names
--program_prefix=PREFIX append PREFIX to installed program names
--script_suffix=SUFFIX append SUFFIX to installed script names
--script_prefix=PREFIX append PREFIX to installed script names
--enable_debug enables debugging of KLone app
--enable_libu_debug enables debugging of LibU
--enable_profile enables profiling
--enable_sup_fs enables filesystem web access
--enable_fs --enable_sup_fs alias
--enable_sup_cgi enables external CGIs
--enable_cgi --enable_sup_cgi alias
--enable_warns set CFLAGS for extra warnings
--disable_cxx disable C++ support
--install_daemon_only install just Klone daemon file
--daemon_name=NAME set the name of Klone daemon
--enable_hooks call user-provided hooks_setup() to register hooks
Legend:
<*>: required dependency
<?>: optional dependency