-
Notifications
You must be signed in to change notification settings - Fork 110
/
site.exp.in
129 lines (90 loc) · 3.47 KB
/
site.exp.in
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
set install_baseprefix "@baseprefix@"
set install_prefix "@prefix@"
set install_bindir "@bindir@"
set install_mandir "@mandir@"
set install_etcdir "@etcdir@"
set install_initdir "@initdir@"
set install_libdir "@libdir@"
set install_libexecdir "@libexecdir@"
set install_modulefilesdir "@modulefilesdir@"
set install_moduleshome "@moduleshome@"
set install_versioning "@versioning@"
set install_version "@VERSION@"
set install_release "@RELEASE@"
set install_modulepath {@modulepath@}
set install_loadedmodules "@loadedmodules@"
set install_silentshdbgsupport "@silentshdbgsupport@"
set install_setshellstartup "@setshellstartup@"
set install_quarantinesupport "@quarantinesupport@"
set install_quarantinevars "@quarantinevars@"
set install_libtclenvmodules "@libtclenvmodules@"
set install_shlib_suffix "@SHLIB_SUFFIX@"
set install_multilibsupport "@multilibsupport@"
set install_libdir64 "@libdir64@"
set install_libdir32 "@libdir32@"
set install_setmanpath "@setmanpath@"
set install_appendmanpath "@appendmanpath@"
set install_usemanpath "@usemanpath@"
set install_setbinpath "@setbinpath@"
set install_appendbinpath "@appendbinpath@"
set install_examplemodulefiles "@examplemodulefiles@"
set install_initconfin "@initconfin@"
set install_builddoc "@builddoc@"
set install_pager "@pager@"
set install_pageropts "@pageropts@"
set install_pagercmd $install_pager
if {$install_pageropts ne {}} {
append install_pagercmd " $install_pageropts"
}
set install_loggedevents "@loggedevents@"
set install_logger "@logger@"
set install_loggeropts "@loggeropts@"
set install_loggercmd $install_logger
if {$install_loggeropts ne {}} {
append install_loggercmd " $install_loggeropts"
}
set install_verbosity "@verbosity@"
set install_color "@color@"
set install_darkbgcolors "@darkbgcolors@"
set install_lightbgcolors "@lightbgcolors@"
set install_termbg "@termbg@"
set install_autohandling "@autohandling@"
set install_conflictunload "@conflictunload@"
set install_implicitrequirement "@implicitrequirement@"
set install_availindepth "@availindepth@"
set install_lockedconfigs "@lockedconfigs@"
set install_unloadmatchorder "@unloadmatchorder@"
set install_implicitdefault "@implicitdefault@"
set install_extendeddefault "@extendeddefault@"
set install_advversspec "@advversspec@"
set install_uniquenameloaded "@uniquenameloaded@"
set install_sourcecache "@sourcecache@"
set install_searchmatch "@searchmatch@"
set install_wa277 "@wa277@"
set install_icase "@icase@"
set install_ml "@ml@"
set install_windowssupport "@windowssupport@"
set install_nearlyforbiddendays "@nearlyforbiddendays@"
set install_tagabbrev "@tagabbrev@"
set install_tagcolorname "@tagcolorname@"
set install_stickypurge "@stickypurge@"
set install_abortonerror "@abortonerror@"
set install_mcookieversioncheck "@mcookieversioncheck@"
set install_availoutput "@availoutput@"
set install_availterseoutput "@availterseoutput@"
set install_listoutput "@listoutput@"
set install_listterseoutput "@listterseoutput@"
set install_variantshortcut "@variantshortcut@"
set install_editor "@editor@"
set install_bashcompletiondir "@bashcompletiondir@"
set install_fishcompletiondir "@fishcompletiondir@"
set install_zshcompletiondir "@zshcompletiondir@"
set install_tcllinter "@tcllinter@"
set install_tcllinteropts "@tcllinteropts@"
set install_tcllintercmd $install_tcllinter
if {$install_tcllinteropts ne {}} {
append install_tcllintercmd " $install_tcllinteropts"
}
# command location
set install_tclsh "@TCLSH@"
set install_python "@PYTHON@"