~ubuntu-security/ubuntu-cve-tracker/master

« back to all changes in this revision

Viewing changes to mir_reviews/zeromq3/audits/shellcheck.txt

  • Committer: Steve Beattie
  • Date: 2019-02-19 06:18:27 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219061827-oh57fzcfc1u9dlfk
The ubuntu-cve-tracker project has been converted to git.

Please use 'git clone https://git.launchpad.net/ubuntu-cve-tracker' to
get the converted tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
./builds/zos/makeclean:11:19: note: Double quote to prevent globbing and word splitting. [SC2086]
2
 
./builds/zos/makeclean:26:23: note: Use ./*.o so names with dashes won't become options. [SC2035]
3
 
./builds/zos/makeclean:26:27: note: Use ./*.a so names with dashes won't become options. [SC2035]
4
 
./builds/zos/makeclean:26:31: note: Use ./*.dbg so names with dashes won't become options. [SC2035]
5
 
./builds/zos/makeclean:26:37: note: Use ./*.x so names with dashes won't become options. [SC2035]
6
 
./builds/zos/makeclean:26:41: note: Use ./*.so so names with dashes won't become options. [SC2035]
7
 
./builds/zos/makeclean:30:25: note: Use ./*.o so names with dashes won't become options. [SC2035]
8
 
./builds/zos/makeclean:30:29: note: Use ./*.dbg so names with dashes won't become options. [SC2035]
9
 
./builds/zos/makeclean:32:9: warning: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. [SC2010]
10
 
./builds/zos/makeclean:34:7: note: Double quote to prevent globbing and word splitting. [SC2086]
11
 
./builds/zos/cxxall:14:19: note: Double quote to prevent globbing and word splitting. [SC2086]
12
 
./builds/zos/cxxall:48:13: note: Double quote to prevent globbing and word splitting. [SC2086]
13
 
./builds/zos/cxxall:48:25: note: Double quote to prevent globbing and word splitting. [SC2086]
14
 
./builds/zos/cxxall:52:9: note: See if you can use ${variable//search/replace} instead. [SC2001]
15
 
./builds/zos/cxxall:52:14: note: Double quote to prevent globbing and word splitting. [SC2086]
16
 
./builds/zos/makelibzmq:21:19: note: Double quote to prevent globbing and word splitting. [SC2086]
17
 
./builds/zos/makelibzmq:48:15: note: Use ./*.o so names with dashes won't become options. [SC2035]
18
 
./builds/zos/makelibzmq:53:34: note: Use ./*.o so names with dashes won't become options. [SC2035]
19
 
./builds/zos/maketests:18:19: note: Double quote to prevent globbing and word splitting. [SC2086]
20
 
./builds/zos/maketests:92:9: note: See if you can use ${variable//search/replace} instead. [SC2001]
21
 
./builds/zos/zc++:33:21: note: Double quote to prevent globbing and word splitting. [SC2086]
22
 
./builds/zos/zc++:33:62: note: Double quote to prevent globbing and word splitting. [SC2086]
23
 
./builds/zos/zc++:35:21: note: Double quote to prevent globbing and word splitting. [SC2086]
24
 
./builds/zos/zc++:35:62: note: Double quote to prevent globbing and word splitting. [SC2086]
25
 
./builds/zos/zc++:38:21: note: Double quote to prevent globbing and word splitting. [SC2086]
26
 
./builds/zos/zc++:38:62: note: Double quote to prevent globbing and word splitting. [SC2086]
27
 
./builds/zos/zc++:40:21: note: Double quote to prevent globbing and word splitting. [SC2086]
28
 
./builds/zos/zc++:40:62: note: Double quote to prevent globbing and word splitting. [SC2086]
29
 
./builds/zos/runtests:19:19: note: Double quote to prevent globbing and word splitting. [SC2086]
30
 
./builds/zos/runtests:79:20: error: Argument mixes string and array. Use * or separate argument. [SC2145]
31
 
./builds/zos/runtests:103:18: note: Double quote to prevent globbing and word splitting. [SC2086]
32
 
./builds/zos/runtests:104:18: note: Double quote to prevent globbing and word splitting. [SC2086]
33
 
./builds/zos/runtests:106:35: note: Double quote to prevent globbing and word splitting. [SC2086]
34
 
./builds/zos/runtests:107:11: note: Use $(..) instead of legacy `..`. [SC2006]
35
 
./builds/zos/runtests:107:12: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
36
 
./builds/zos/runtests:110:15: note: Use $(..) instead of legacy `..`. [SC2006]
37
 
./builds/zos/runtests:110:16: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
38
 
./builds/zos/runtests:111:16: note: Use $(..) instead of legacy `..`. [SC2006]
39
 
./builds/zos/runtests:111:17: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
40
 
./builds/zos/runtests:119:11: note: Use $(..) instead of legacy `..`. [SC2006]
41
 
./builds/zos/runtests:119:12: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
42
 
./builds/zos/runtests:119:17: note: Double quote to prevent globbing and word splitting. [SC2086]
43
 
./builds/zos/runtests:122:15: note: Use $(..) instead of legacy `..`. [SC2006]
44
 
./builds/zos/runtests:122:16: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
45
 
./builds/zos/runtests:126:16: note: Use $(..) instead of legacy `..`. [SC2006]
46
 
./builds/zos/runtests:126:17: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
47
 
./builds/zos/runtests:126:22: note: Double quote to prevent globbing and word splitting. [SC2086]
48
 
./builds/zos/runtests:131:12: note: Use $(..) instead of legacy `..`. [SC2006]
49
 
./builds/zos/runtests:131:13: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
50
 
./builds/zos/runtests:167:10: warning: Quote this to prevent word splitting. [SC2046]
51
 
./builds/zos/runtests:167:10: note: Use $(..) instead of legacy `..`. [SC2006]
52
 
./builds/zos/runtests:167:11: note: See if you can use ${#variable} instead. [SC2000]
53
 
./builds/zos/runtests:167:40: warning: Quote this to prevent word splitting. [SC2046]
54
 
./builds/zos/runtests:167:40: note: Use $(..) instead of legacy `..`. [SC2006]
55
 
./builds/zos/runtests:167:41: note: See if you can use ${#variable} instead. [SC2000]
56
 
./builds/zos/runtests:173:10: warning: Quote this to prevent word splitting. [SC2046]
57
 
./builds/zos/runtests:173:10: note: Use $(..) instead of legacy `..`. [SC2006]
58
 
./builds/zos/runtests:173:11: note: See if you can use ${#variable} instead. [SC2000]
59
 
./builds/zos/runtests:173:39: warning: Quote this to prevent word splitting. [SC2046]
60
 
./builds/zos/runtests:173:39: note: Use $(..) instead of legacy `..`. [SC2006]
61
 
./builds/zos/runtests:173:40: note: See if you can use ${#variable} instead. [SC2000]
62
 
./builds/zos/runtests:176:10: note: Use $(..) instead of legacy `..`. [SC2006]
63
 
./builds/zos/runtests:176:11: note: See if you can use ${variable//search/replace} instead. [SC2001]
64
 
./config/compile:53:7: note: Use $(..) instead of legacy `..`. [SC2006]
65
 
./config/compile:69:9: note: Use $(..) instead of legacy `..`. [SC2006]
66
 
./config/compile:72:9: note: Use $(..) instead of legacy `..`. [SC2006]
67
 
./config/compile:75:9: note: Use $(..) instead of legacy `..`. [SC2006]
68
 
./config/compile:102:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
69
 
./config/compile:107:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
70
 
./config/compile:114:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
71
 
./config/compile:127:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
72
 
./config/compile:132:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
73
 
./config/compile:138:32: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
74
 
./config/compile:167:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
75
 
./config/compile:172:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
76
 
./config/compile:177:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
77
 
./config/compile:181:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
78
 
./config/compile:191:13: note: Double quote to prevent globbing and word splitting. [SC2086]
79
 
./config/compile:244:10: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
80
 
./config/compile:251:6: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
81
 
./config/compile:255:6: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
82
 
./config/compile:273:8: note: Use $(..) instead of legacy `..`. [SC2006]
83
 
./config/compile:279:9: note: Use $(..) instead of legacy `..`. [SC2006]
84
 
./config/compile:279:10: note: See if you can use ${variable//search/replace} instead. [SC2001]
85
 
./config/compile:287:14: warning: Use single quotes, otherwise this expands now rather than when signalled. [SC2064]
86
 
./config/depcomp:43:35: warning: Did you forget to close this backtick expansion? [SC1078]
87
 
./config/depcomp:44:37: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
88
 
./config/depcomp:60:35: warning: source is referenced but not assigned. [SC2154]
89
 
./config/depcomp:60:56: warning: object is referenced but not assigned. [SC2154]
90
 
./config/depcomp:66:19: note: Use $(..) instead of legacy `..`. [SC2006]
91
 
./config/depcomp:67:19: note: Double quote to prevent globbing and word splitting. [SC2086]
92
 
./config/depcomp:68:25: note: Use $(..) instead of legacy `..`. [SC2006]
93
 
./config/depcomp:68:26: note: See if you can use ${variable//search/replace} instead. [SC2001]
94
 
./config/depcomp:117:13: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
95
 
./config/depcomp:118:13: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
96
 
./config/depcomp:186:12: warning: libtool is referenced but not assigned. [SC2154]
97
 
./config/depcomp:211:5: note: Consider using { cmd1; cmd2; } >> file instead of individual redirects. [SC2129]
98
 
./config/depcomp:235:7: note: Use $(..) instead of legacy `..`. [SC2006]
99
 
./config/depcomp:235:8: note: See if you can use ${variable//search/replace} instead. [SC2001]
100
 
./config/depcomp:237:8: note: Use $(..) instead of legacy `..`. [SC2006]
101
 
./config/depcomp:322:7: note: Use $(..) instead of legacy `..`. [SC2006]
102
 
./config/depcomp:322:8: note: See if you can use ${variable//search/replace} instead. [SC2001]
103
 
./config/depcomp:324:8: note: Use $(..) instead of legacy `..`. [SC2006]
104
 
./config/depcomp:348:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
105
 
./config/depcomp:366:8: note: Use $(..) instead of legacy `..`. [SC2006]
106
 
./config/depcomp:366:9: note: See if you can use ${variable//search/replace} instead. [SC2001]
107
 
./config/depcomp:368:9: note: Use $(..) instead of legacy `..`. [SC2006]
108
 
./config/depcomp:493:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
109
 
./config/depcomp:547:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
110
 
./config/depcomp:555:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
111
 
./config/depcomp:558:14: note: Use $(..) instead of legacy `..`. [SC2006]
112
 
./config/depcomp:558:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
113
 
./config/depcomp:598:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
114
 
./config/depcomp:640:6: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
115
 
./config/depcomp:645:6: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
116
 
./config/config.sub:58:4: note: Use $(..) instead of legacy `..`. [SC2006]
117
 
./config/config.sub:58:5: note: See if you can use ${variable//search/replace} instead. [SC2001]
118
 
./config/config.sub:105:13: note: Double quote to prevent globbing and word splitting. [SC2086]
119
 
./config/config.sub:123:10: note: Use $(..) instead of legacy `..`. [SC2006]
120
 
./config/config.sub:123:11: note: See if you can use ${variable//search/replace} instead. [SC2001]
121
 
./config/config.sub:123:16: note: Double quote to prevent globbing and word splitting. [SC2086]
122
 
./config/config.sub:131:19: note: Use $(..) instead of legacy `..`. [SC2006]
123
 
./config/config.sub:131:20: note: See if you can use ${variable//search/replace} instead. [SC2001]
124
 
./config/config.sub:131:25: note: Double quote to prevent globbing and word splitting. [SC2086]
125
 
./config/config.sub:135:19: note: Use $(..) instead of legacy `..`. [SC2006]
126
 
./config/config.sub:135:20: note: See if you can use ${variable//search/replace} instead. [SC2001]
127
 
./config/config.sub:135:25: note: Double quote to prevent globbing and word splitting. [SC2086]
128
 
./config/config.sub:138:19: note: Use $(..) instead of legacy `..`. [SC2006]
129
 
./config/config.sub:138:20: note: See if you can use ${variable//search/replace} instead. [SC2001]
130
 
./config/config.sub:138:25: note: Double quote to prevent globbing and word splitting. [SC2086]
131
 
./config/config.sub:139:10: note: Double quote to prevent globbing and word splitting. [SC2086]
132
 
./config/config.sub:139:28: note: Double quote to prevent globbing and word splitting. [SC2086]
133
 
./config/config.sub:140:13: note: Use $(..) instead of legacy `..`. [SC2006]
134
 
./config/config.sub:140:14: note: See if you can use ${variable//search/replace} instead. [SC2001]
135
 
./config/config.sub:140:19: note: Double quote to prevent globbing and word splitting. [SC2086]
136
 
./config/config.sub:189:17: note: Use $(..) instead of legacy `..`. [SC2006]
137
 
./config/config.sub:189:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
138
 
./config/config.sub:189:23: note: Double quote to prevent globbing and word splitting. [SC2086]
139
 
./config/config.sub:193:17: note: Use $(..) instead of legacy `..`. [SC2006]
140
 
./config/config.sub:193:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
141
 
./config/config.sub:193:23: note: Double quote to prevent globbing and word splitting. [SC2086]
142
 
./config/config.sub:197:17: note: Use $(..) instead of legacy `..`. [SC2006]
143
 
./config/config.sub:197:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
144
 
./config/config.sub:197:23: note: Double quote to prevent globbing and word splitting. [SC2086]
145
 
./config/config.sub:200:6: note: Use $(..) instead of legacy `..`. [SC2006]
146
 
./config/config.sub:200:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
147
 
./config/config.sub:201:17: note: Use $(..) instead of legacy `..`. [SC2006]
148
 
./config/config.sub:201:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
149
 
./config/config.sub:201:23: note: Double quote to prevent globbing and word splitting. [SC2086]
150
 
./config/config.sub:205:17: note: Use $(..) instead of legacy `..`. [SC2006]
151
 
./config/config.sub:205:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
152
 
./config/config.sub:205:23: note: Double quote to prevent globbing and word splitting. [SC2086]
153
 
./config/config.sub:209:17: note: Use $(..) instead of legacy `..`. [SC2006]
154
 
./config/config.sub:209:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
155
 
./config/config.sub:209:23: note: Double quote to prevent globbing and word splitting. [SC2086]
156
 
./config/config.sub:213:17: note: Use $(..) instead of legacy `..`. [SC2006]
157
 
./config/config.sub:213:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
158
 
./config/config.sub:213:23: note: Double quote to prevent globbing and word splitting. [SC2086]
159
 
./config/config.sub:216:17: note: Use $(..) instead of legacy `..`. [SC2006]
160
 
./config/config.sub:216:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
161
 
./config/config.sub:216:23: note: Double quote to prevent globbing and word splitting. [SC2086]
162
 
./config/config.sub:220:17: note: Use $(..) instead of legacy `..`. [SC2006]
163
 
./config/config.sub:220:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
164
 
./config/config.sub:220:23: note: Double quote to prevent globbing and word splitting. [SC2086]
165
 
./config/config.sub:226:17: note: Use $(..) instead of legacy `..`. [SC2006]
166
 
./config/config.sub:226:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
167
 
./config/config.sub:226:23: note: Double quote to prevent globbing and word splitting. [SC2086]
168
 
./config/config.sub:232:17: note: Use $(..) instead of legacy `..`. [SC2006]
169
 
./config/config.sub:232:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
170
 
./config/config.sub:232:23: note: Double quote to prevent globbing and word splitting. [SC2086]
171
 
./config/config.sub:235:6: note: Use $(..) instead of legacy `..`. [SC2006]
172
 
./config/config.sub:235:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
173
 
./config/config.sub:358:32: note: Double quote to prevent globbing and word splitting. [SC2086]
174
 
./config/config.sub:476:24: note: Use $(..) instead of legacy `..`. [SC2006]
175
 
./config/config.sub:476:25: note: See if you can use ${variable//search/replace} instead. [SC2001]
176
 
./config/config.sub:518:22: note: Use $(..) instead of legacy `..`. [SC2006]
177
 
./config/config.sub:518:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
178
 
./config/config.sub:526:24: note: Use $(..) instead of legacy `..`. [SC2006]
179
 
./config/config.sub:526:25: note: See if you can use ${variable//search/replace} instead. [SC2001]
180
 
./config/config.sub:529:24: note: Use $(..) instead of legacy `..`. [SC2006]
181
 
./config/config.sub:529:25: note: See if you can use ${variable//search/replace} instead. [SC2001]
182
 
./config/config.sub:529:30: note: Double quote to prevent globbing and word splitting. [SC2086]
183
 
./config/config.sub:532:23: note: Use $(..) instead of legacy `..`. [SC2006]
184
 
./config/config.sub:532:24: note: See if you can use ${variable//search/replace} instead. [SC2001]
185
 
./config/config.sub:532:29: note: Double quote to prevent globbing and word splitting. [SC2086]
186
 
./config/config.sub:729:17: note: Use $(..) instead of legacy `..`. [SC2006]
187
 
./config/config.sub:729:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
188
 
./config/config.sub:729:23: note: Double quote to prevent globbing and word splitting. [SC2086]
189
 
./config/config.sub:733:17: note: Use $(..) instead of legacy `..`. [SC2006]
190
 
./config/config.sub:733:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
191
 
./config/config.sub:733:23: note: Double quote to prevent globbing and word splitting. [SC2086]
192
 
./config/config.sub:737:17: note: Use $(..) instead of legacy `..`. [SC2006]
193
 
./config/config.sub:737:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
194
 
./config/config.sub:737:23: note: Double quote to prevent globbing and word splitting. [SC2086]
195
 
./config/config.sub:741:17: note: Use $(..) instead of legacy `..`. [SC2006]
196
 
./config/config.sub:741:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
197
 
./config/config.sub:741:23: note: Double quote to prevent globbing and word splitting. [SC2086]
198
 
./config/config.sub:771:22: note: Use $(..) instead of legacy `..`. [SC2006]
199
 
./config/config.sub:771:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
200
 
./config/config.sub:804:17: note: Use $(..) instead of legacy `..`. [SC2006]
201
 
./config/config.sub:804:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
202
 
./config/config.sub:807:17: note: Use $(..) instead of legacy `..`. [SC2006]
203
 
./config/config.sub:807:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
204
 
./config/config.sub:807:23: note: Double quote to prevent globbing and word splitting. [SC2086]
205
 
./config/config.sub:822:17: note: Use $(..) instead of legacy `..`. [SC2006]
206
 
./config/config.sub:822:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
207
 
./config/config.sub:941:22: note: Use $(..) instead of legacy `..`. [SC2006]
208
 
./config/config.sub:941:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
209
 
./config/config.sub:957:22: note: Use $(..) instead of legacy `..`. [SC2006]
210
 
./config/config.sub:957:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
211
 
./config/config.sub:972:22: note: Use $(..) instead of legacy `..`. [SC2006]
212
 
./config/config.sub:972:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
213
 
./config/config.sub:975:22: note: Use $(..) instead of legacy `..`. [SC2006]
214
 
./config/config.sub:975:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
215
 
./config/config.sub:975:28: note: Double quote to prevent globbing and word splitting. [SC2086]
216
 
./config/config.sub:978:22: note: Use $(..) instead of legacy `..`. [SC2006]
217
 
./config/config.sub:978:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
218
 
./config/config.sub:978:28: note: Double quote to prevent globbing and word splitting. [SC2086]
219
 
./config/config.sub:981:22: note: Use $(..) instead of legacy `..`. [SC2006]
220
 
./config/config.sub:981:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
221
 
./config/config.sub:981:28: note: Double quote to prevent globbing and word splitting. [SC2086]
222
 
./config/config.sub:991:25: note: Use $(..) instead of legacy `..`. [SC2006]
223
 
./config/config.sub:991:26: note: See if you can use ${variable//search/replace} instead. [SC2001]
224
 
./config/config.sub:997:27: note: Use $(..) instead of legacy `..`. [SC2006]
225
 
./config/config.sub:997:28: note: See if you can use ${variable//search/replace} instead. [SC2001]
226
 
./config/config.sub:1001:35: note: Use $(..) instead of legacy `..`. [SC2006]
227
 
./config/config.sub:1001:36: note: See if you can use ${variable//search/replace} instead. [SC2001]
228
 
./config/config.sub:1007:29: note: Use $(..) instead of legacy `..`. [SC2006]
229
 
./config/config.sub:1007:30: note: See if you can use ${variable//search/replace} instead. [SC2001]
230
 
./config/config.sub:1086:21: note: Use $(..) instead of legacy `..`. [SC2006]
231
 
./config/config.sub:1086:22: note: See if you can use ${variable//search/replace} instead. [SC2001]
232
 
./config/config.sub:1216:17: note: Use $(..) instead of legacy `..`. [SC2006]
233
 
./config/config.sub:1216:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
234
 
./config/config.sub:1293:32: note: Double quote to prevent globbing and word splitting. [SC2086]
235
 
./config/config.sub:1301:17: note: Use $(..) instead of legacy `..`. [SC2006]
236
 
./config/config.sub:1301:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
237
 
./config/config.sub:1304:17: note: Use $(..) instead of legacy `..`. [SC2006]
238
 
./config/config.sub:1304:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
239
 
./config/config.sub:1304:23: note: Double quote to prevent globbing and word splitting. [SC2086]
240
 
./config/config.sub:1322:6: note: Use $(..) instead of legacy `..`. [SC2006]
241
 
./config/config.sub:1322:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
242
 
./config/config.sub:1334:6: note: Use $(..) instead of legacy `..`. [SC2006]
243
 
./config/config.sub:1334:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
244
 
./config/config.sub:1380:6: note: Use $(..) instead of legacy `..`. [SC2006]
245
 
./config/config.sub:1380:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
246
 
./config/config.sub:1380:12: note: Double quote to prevent globbing and word splitting. [SC2086]
247
 
./config/config.sub:1387:6: note: Use $(..) instead of legacy `..`. [SC2006]
248
 
./config/config.sub:1387:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
249
 
./config/config.sub:1387:12: note: Double quote to prevent globbing and word splitting. [SC2086]
250
 
./config/config.sub:1393:6: note: Use $(..) instead of legacy `..`. [SC2006]
251
 
./config/config.sub:1393:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
252
 
./config/config.sub:1396:6: note: Use $(..) instead of legacy `..`. [SC2006]
253
 
./config/config.sub:1396:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
254
 
./config/config.sub:1396:12: note: Double quote to prevent globbing and word splitting. [SC2086]
255
 
./config/config.sub:1399:6: note: Use $(..) instead of legacy `..`. [SC2006]
256
 
./config/config.sub:1399:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
257
 
./config/config.sub:1399:12: note: Double quote to prevent globbing and word splitting. [SC2086]
258
 
./config/config.sub:1448:6: note: Use $(..) instead of legacy `..`. [SC2006]
259
 
./config/config.sub:1448:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
260
 
./config/config.sub:1504:6: note: Use $(..) instead of legacy `..`. [SC2006]
261
 
./config/config.sub:1504:7: note: See if you can use ${variable//search/replace} instead. [SC2001]
262
 
./config/config.sub:1505:32: note: Double quote to prevent globbing and word splitting. [SC2086]
263
 
./config/config.sub:1505:47: note: Double quote to prevent globbing and word splitting. [SC2086]
264
 
./config/config.sub:1761:17: note: Use $(..) instead of legacy `..`. [SC2006]
265
 
./config/config.sub:1761:18: note: See if you can use ${variable//search/replace} instead. [SC2001]
266
 
./config/config.sub:1761:23: note: Double quote to prevent globbing and word splitting. [SC2086]
267
 
./config/config.sub:1765:6: note: Double quote to prevent globbing and word splitting. [SC2086]
268
 
./config/config.guess:39:4: note: Use $(..) instead of legacy `..`. [SC2006]
269
 
./config/config.guess:39:5: note: See if you can use ${variable//search/replace} instead. [SC2001]
270
 
./config/config.guess:105:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
271
 
./config/config.guess:136:15: note: Use $(..) instead of legacy `..`. [SC2006]
272
 
./config/config.guess:137:15: note: Use $(..) instead of legacy `..`. [SC2006]
273
 
./config/config.guess:138:14: note: Use $(..) instead of legacy `..`. [SC2006]
274
 
./config/config.guess:139:15: note: Use $(..) instead of legacy `..`. [SC2006]
275
 
./config/config.guess:156:21: note: Use $(..) instead of legacy `..`. [SC2006]
276
 
./config/config.guess:156:29: note: Double quote to prevent globbing and word splitting. [SC2086]
277
 
./config/config.guess:156:52: note: Double quote to prevent globbing and word splitting. [SC2086]
278
 
./config/config.guess:170:8: note: Double quote to prevent globbing and word splitting. [SC2086]
279
 
./config/config.guess:195:11: note: Use $(..) instead of legacy `..`. [SC2006]
280
 
./config/config.guess:195:12: note: See if you can use ${variable//search/replace} instead. [SC2001]
281
 
./config/config.guess:204:21: note: Use $(..) instead of legacy `..`. [SC2006]
282
 
./config/config.guess:205:7: note: Double quote to prevent globbing and word splitting. [SC2086]
283
 
./config/config.guess:222:17: note: Use $(..) instead of legacy `..`. [SC2006]
284
 
./config/config.guess:225:17: note: Use $(..) instead of legacy `..`. [SC2006]
285
 
./config/config.guess:232:17: note: Use $(..) instead of legacy `..`. [SC2006]
286
 
./config/config.guess:270:31: warning: Quote this to prevent word splitting. [SC2046]
287
 
./config/config.guess:270:31: note: Use $(..) instead of legacy `..`. [SC2006]
288
 
./config/config.guess:270:37: note: Double quote to prevent globbing and word splitting. [SC2086]
289
 
./config/config.guess:303:23: note: Double quote to prevent globbing and word splitting. [SC2086]
290
 
./config/config.guess:313:11: note: Use $(..) instead of legacy `..`. [SC2006]
291
 
./config/config.guess:326:7: note: Use $(..) instead of legacy `..`. [SC2006]
292
 
./config/config.guess:330:36: warning: Quote this to prevent word splitting. [SC2046]
293
 
./config/config.guess:330:36: note: Use $(..) instead of legacy `..`. [SC2006]
294
 
./config/config.guess:330:37: note: See if you can use ${variable//search/replace} instead. [SC2001]
295
 
./config/config.guess:330:42: note: Double quote to prevent globbing and word splitting. [SC2086]
296
 
./config/config.guess:333:25: warning: Quote this to prevent word splitting. [SC2046]
297
 
./config/config.guess:333:25: note: Use $(..) instead of legacy `..`. [SC2006]
298
 
./config/config.guess:333:26: note: See if you can use ${variable//search/replace} instead. [SC2001]
299
 
./config/config.guess:333:31: note: Double quote to prevent globbing and word splitting. [SC2086]
300
 
./config/config.guess:336:25: warning: Quote this to prevent word splitting. [SC2046]
301
 
./config/config.guess:336:25: note: Use $(..) instead of legacy `..`. [SC2006]
302
 
./config/config.guess:336:26: note: See if you can use ${variable//search/replace} instead. [SC2001]
303
 
./config/config.guess:336:31: note: Double quote to prevent globbing and word splitting. [SC2086]
304
 
./config/config.guess:339:23: note: Double quote to prevent globbing and word splitting. [SC2086]
305
 
./config/config.guess:342:7: note: Double quote to prevent globbing and word splitting. [SC2086]
306
 
./config/config.guess:349:10: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
307
 
./config/config.guess:355:30: warning: Quote this to prevent word splitting. [SC2046]
308
 
./config/config.guess:355:30: note: Use $(..) instead of legacy `..`. [SC2006]
309
 
./config/config.guess:355:31: note: See if you can use ${variable//search/replace} instead. [SC2001]
310
 
./config/config.guess:355:36: note: Double quote to prevent globbing and word splitting. [SC2086]
311
 
./config/config.guess:361:25: warning: Quote this to prevent word splitting. [SC2046]
312
 
./config/config.guess:361:25: note: Use $(..) instead of legacy `..`. [SC2006]
313
 
./config/config.guess:361:26: note: See if you can use ${variable//search/replace} instead. [SC2001]
314
 
./config/config.guess:361:31: note: Double quote to prevent globbing and word splitting. [SC2086]
315
 
./config/config.guess:364:8: note: Use $(..) instead of legacy `..`. [SC2006]
316
 
./config/config.guess:366:17: note: Use $(..) instead of legacy `..`. [SC2006]
317
 
./config/config.guess:370:22: warning: Quote this to prevent word splitting. [SC2046]
318
 
./config/config.guess:370:22: note: Use $(..) instead of legacy `..`. [SC2006]
319
 
./config/config.guess:370:23: note: See if you can use ${variable//search/replace} instead. [SC2001]
320
 
./config/config.guess:370:28: note: Double quote to prevent globbing and word splitting. [SC2086]
321
 
./config/config.guess:373:21: note: Double quote to prevent globbing and word splitting. [SC2086]
322
 
./config/config.guess:376:16: note: Use $(..) instead of legacy `..`. [SC2006]
323
 
./config/config.guess:378:8: note: Use $(..) instead of legacy `..`. [SC2006]
324
 
./config/config.guess:435:7: note: Double quote to prevent globbing and word splitting. [SC2086]
325
 
./config/config.guess:436:23: warning: dummy is referenced but not assigned. [SC2154]
326
 
./config/config.guess:457:19: note: Double quote to prevent globbing and word splitting. [SC2086]
327
 
./config/config.guess:457:26: note: Double quote to prevent globbing and word splitting. [SC2086]
328
 
./config/config.guess:458:13: note: Use $(..) instead of legacy `..`. [SC2006]
329
 
./config/config.guess:459:16: note: Use $(..) instead of legacy `..`. [SC2006]
330
 
./config/config.guess:459:24: note: Double quote to prevent globbing and word splitting. [SC2086]
331
 
./config/config.guess:486:18: note: Use $(..) instead of legacy `..`. [SC2006]
332
 
./config/config.guess:487:7: note: Double quote to prevent globbing and word splitting. [SC2086]
333
 
./config/config.guess:487:41: note: Double quote to prevent globbing and word splitting. [SC2086]
334
 
./config/config.guess:489:11: note: Double quote to prevent globbing and word splitting. [SC2086]
335
 
./config/config.guess:490:11: note: Double quote to prevent globbing and word splitting. [SC2086]
336
 
./config/config.guess:514:20: warning: Quote this to prevent word splitting. [SC2046]
337
 
./config/config.guess:514:20: note: Use $(..) instead of legacy `..`. [SC2006]
338
 
./config/config.guess:514:21: note: See if you can use ${variable//search/replace} instead. [SC2001]
339
 
./config/config.guess:524:11: note: Use $(..) instead of legacy `..`. [SC2006]
340
 
./config/config.guess:532:8: note: Double quote to prevent globbing and word splitting. [SC2086]
341
 
./config/config.guess:544:23: note: Double quote to prevent globbing and word splitting. [SC2086]
342
 
./config/config.guess:544:30: note: Double quote to prevent globbing and word splitting. [SC2086]
343
 
./config/config.guess:544:54: note: Use $(..) instead of legacy `..`. [SC2006]
344
 
./config/config.guess:557:13: note: Use $(..) instead of legacy `..`. [SC2006]
345
 
./config/config.guess:558:26: note: Double quote to prevent globbing and word splitting. [SC2086]
346
 
./config/config.guess:564:11: note: Use $(..) instead of legacy `..`. [SC2006]
347
 
./config/config.guess:592:11: note: Use $(..) instead of legacy `..`. [SC2006]
348
 
./config/config.guess:592:12: note: See if you can use ${variable//search/replace} instead. [SC2001]
349
 
./config/config.guess:598:22: note: Use $(..) instead of legacy `..`. [SC2006]
350
 
./config/config.guess:599:22: note: Use $(..) instead of legacy `..`. [SC2006]
351
 
./config/config.guess:612:12: note: Double quote to prevent globbing and word splitting. [SC2086]
352
 
./config/config.guess:646:14: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
353
 
./config/config.guess:646:33: note: Double quote to prevent globbing and word splitting. [SC2086]
354
 
./config/config.guess:646:40: note: Double quote to prevent globbing and word splitting. [SC2086]
355
 
./config/config.guess:646:73: note: Use $(..) instead of legacy `..`. [SC2006]
356
 
./config/config.guess:652:11: note: Double quote to prevent globbing and word splitting. [SC2086]
357
 
./config/config.guess:663:32: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
358
 
./config/config.guess:671:25: note: Double quote to prevent globbing and word splitting. [SC2086]
359
 
./config/config.guess:674:11: note: Use $(..) instead of legacy `..`. [SC2006]
360
 
./config/config.guess:674:12: note: See if you can use ${variable//search/replace} instead. [SC2001]
361
 
./config/config.guess:675:19: note: Double quote to prevent globbing and word splitting. [SC2086]
362
 
./config/config.guess:678:7: note: Double quote to prevent globbing and word splitting. [SC2086]
363
 
./config/config.guess:704:19: note: Double quote to prevent globbing and word splitting. [SC2086]
364
 
./config/config.guess:704:26: note: Double quote to prevent globbing and word splitting. [SC2086]
365
 
./config/config.guess:704:50: note: Use $(..) instead of legacy `..`. [SC2006]
366
 
./config/config.guess:773:15: note: Use $(..) instead of legacy `..`. [SC2006]
367
 
./config/config.guess:774:14: note: Use $(..) instead of legacy `..`. [SC2006]
368
 
./config/config.guess:775:14: note: Use $(..) instead of legacy `..`. [SC2006]
369
 
./config/config.guess:775:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
370
 
./config/config.guess:779:14: note: Use $(..) instead of legacy `..`. [SC2006]
371
 
./config/config.guess:780:14: note: Use $(..) instead of legacy `..`. [SC2006]
372
 
./config/config.guess:793:18: note: Use $(..) instead of legacy `..`. [SC2006]
373
 
./config/config.guess:796:30: warning: Quote this to prevent word splitting. [SC2046]
374
 
./config/config.guess:796:30: note: Use $(..) instead of legacy `..`. [SC2006]
375
 
./config/config.guess:796:31: note: See if you can use ${variable//search/replace} instead. [SC2001]
376
 
./config/config.guess:798:8: note: Double quote to prevent globbing and word splitting. [SC2086]
377
 
./config/config.guess:798:42: warning: Quote this to prevent word splitting. [SC2046]
378
 
./config/config.guess:798:42: note: Use $(..) instead of legacy `..`. [SC2006]
379
 
./config/config.guess:798:43: note: See if you can use ${variable//search/replace} instead. [SC2001]
380
 
./config/config.guess:851:33: warning: Quote this to prevent word splitting. [SC2046]
381
 
./config/config.guess:851:33: note: Use $(..) instead of legacy `..`. [SC2006]
382
 
./config/config.guess:851:34: note: See if you can use ${variable//search/replace} instead. [SC2001]
383
 
./config/config.guess:855:7: warning: Quote this to prevent word splitting. [SC2046]
384
 
./config/config.guess:855:7: note: Use $(..) instead of legacy `..`. [SC2006]
385
 
./config/config.guess:855:8: note: See if you can use ${variable//search/replace} instead. [SC2001]
386
 
./config/config.guess:855:63: warning: Quote this to prevent word splitting. [SC2046]
387
 
./config/config.guess:855:63: note: Use $(..) instead of legacy `..`. [SC2006]
388
 
./config/config.guess:855:64: note: See if you can use ${variable//search/replace} instead. [SC2001]
389
 
./config/config.guess:859:32: warning: Quote this to prevent word splitting. [SC2046]
390
 
./config/config.guess:859:32: note: Use $(..) instead of legacy `..`. [SC2006]
391
 
./config/config.guess:859:79: note: Don't use [] around ranges in tr, it replaces literal square brackets. [SC2021]
392
 
./config/config.guess:859:87: note: Don't use [] around ranges in tr, it replaces literal square brackets. [SC2021]
393
 
./config/config.guess:859:95: warning: Quote this to prevent word splitting. [SC2046]
394
 
./config/config.guess:859:95: note: Use $(..) instead of legacy `..`. [SC2006]
395
 
./config/config.guess:859:96: note: See if you can use ${variable//search/replace} instead. [SC2001]
396
 
./config/config.guess:872:7: note: Use $(..) instead of legacy `..`. [SC2006]
397
 
./config/config.guess:886:7: note: Double quote to prevent globbing and word splitting. [SC2086]
398
 
./config/config.guess:918:7: note: Double quote to prevent globbing and word splitting. [SC2086]
399
 
./config/config.guess:924:7: warning: Quote this to prevent word splitting. [SC2046]
400
 
./config/config.guess:924:7: note: Use $(..) instead of legacy `..`. [SC2006]
401
 
./config/config.guess:924:25: note: Double quote to prevent globbing and word splitting. [SC2086]
402
 
./config/config.guess:937:7: note: Double quote to prevent globbing and word splitting. [SC2086]
403
 
./config/config.guess:952:7: warning: Quote this to prevent word splitting. [SC2046]
404
 
./config/config.guess:952:7: note: Use $(..) instead of legacy `..`. [SC2006]
405
 
./config/config.guess:952:25: note: Double quote to prevent globbing and word splitting. [SC2086]
406
 
./config/config.guess:966:7: note: Use $(..) instead of legacy `..`. [SC2006]
407
 
./config/config.guess:1037:12: note: Use $(..) instead of legacy `..`. [SC2006]
408
 
./config/config.guess:1039:36: note: Double quote to prevent globbing and word splitting. [SC2086]
409
 
./config/config.guess:1041:32: note: Double quote to prevent globbing and word splitting. [SC2086]
410
 
./config/config.guess:1046:7: note: Use $(..) instead of legacy `..`. [SC2006]
411
 
./config/config.guess:1055:13: note: Use $(..) instead of legacy `..`. [SC2006]
412
 
./config/config.guess:1056:31: note: Double quote to prevent globbing and word splitting. [SC2086]
413
 
./config/config.guess:1058:13: note: Use $(..) instead of legacy `..`. [SC2006]
414
 
./config/config.guess:1066:31: note: Double quote to prevent globbing and word splitting. [SC2086]
415
 
./config/config.guess:1108:13: note: Use $(..) instead of legacy `..`. [SC2006]
416
 
./config/config.guess:1110:30: note: Double quote to prevent globbing and word splitting. [SC2086]
417
 
./config/config.guess:1112:30: note: Double quote to prevent globbing and word splitting. [SC2086]
418
 
./config/config.guess:1119:17: note: Use $(..) instead of legacy `..`. [SC2006]
419
 
./config/config.guess:1121:32: note: Double quote to prevent globbing and word splitting. [SC2086]
420
 
./config/config.guess:1123:32: note: Double quote to prevent globbing and word splitting. [SC2086]
421
 
./config/config.guess:1125:32: note: Double quote to prevent globbing and word splitting. [SC2086]
422
 
./config/config.guess:1152:17: note: Use $(..) instead of legacy `..`. [SC2006]
423
 
./config/config.guess:1153:8: note: Double quote to prevent globbing and word splitting. [SC2086]
424
 
./config/config.guess:1173:7: note: Double quote to prevent globbing and word splitting. [SC2086]
425
 
./config/config.guess:1226:7: note: Double quote to prevent globbing and word splitting. [SC2086]
426
 
./config/config.guess:1229:18: note: Use $(..) instead of legacy `..`. [SC2006]
427
 
./config/config.guess:1232:8: note: Double quote to prevent globbing and word splitting. [SC2086]
428
 
./config/config.guess:1235:16: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
429
 
./config/config.guess:1246:18: note: Use $(..) instead of legacy `..`. [SC2006]
430
 
./config/config.guess:1278:11: warning: cputype is referenced but not assigned. [SC2154]
431
 
./config/config.guess:1283:7: note: Double quote to prevent globbing and word splitting. [SC2086]
432
 
./config/config.guess:1307:7: note: Double quote to prevent globbing and word splitting. [SC2086]
433
 
./config/config.guess:1307:41: warning: Quote this to prevent word splitting. [SC2046]
434
 
./config/config.guess:1307:41: note: Use $(..) instead of legacy `..`. [SC2006]
435
 
./config/config.guess:1307:42: note: See if you can use ${variable//search/replace} instead. [SC2001]
436
 
./config/config.guess:1310:16: note: Use $(..) instead of legacy `..`. [SC2006]
437
 
./config/config.guess:1320:7: note: Double quote to prevent globbing and word splitting. [SC2086]
438
 
./config/config.guess:1320:32: warning: Quote this to prevent word splitting. [SC2046]
439
 
./config/config.guess:1320:32: note: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. [SC2116]
440
 
./config/config.guess:1320:32: note: Use $(..) instead of legacy `..`. [SC2006]
441
 
./config/config.guess:1323:7: note: Double quote to prevent globbing and word splitting. [SC2086]
442
 
./config/config.guess:1326:7: note: Double quote to prevent globbing and word splitting. [SC2086]
443
 
./config/config.guess:1329:7: note: Double quote to prevent globbing and word splitting. [SC2086]
444
 
./config/config.guess:1336:6: note: Double quote to prevent globbing and word splitting. [SC2086]
445
 
./config/config.guess:1337:6: note: Double quote to prevent globbing and word splitting. [SC2086]
446
 
./config/config.guess:1374:11: note: Use $(..) instead of legacy `..`. [SC2006]
447
 
./config/config.guess:1451:18: note: Double quote to prevent globbing and word splitting. [SC2086]
448
 
./config/config.guess:1451:25: note: Double quote to prevent globbing and word splitting. [SC2086]
449
 
./config/config.guess:1451:61: note: Use $(..) instead of legacy `..`. [SC2006]
450
 
./config/config.guess:1456:31: note: Double quote to prevent globbing and word splitting. [SC2086]
451
 
./config/config.guess:1456:45: note: Double quote to prevent globbing and word splitting. [SC2086]
452
 
./config/config.guess:1462:10: note: Use $(..) instead of legacy `..`. [SC2006]
453
 
./config/config.guess:1502:12: note: Use $(..) instead of legacy `..`. [SC2006]
454
 
./config/config.guess:1503:12: note: Use $(..) instead of legacy `..`. [SC2006]
455
 
./config/config.guess:1504:12: note: Use $(..) instead of legacy `..`. [SC2006]
456
 
./config/config.guess:1505:12: note: Use $(..) instead of legacy `..`. [SC2006]
457
 
./config/config.guess:1507:21: note: Use $(..) instead of legacy `..`. [SC2006]
458
 
./config/config.guess:1508:21: note: Use $(..) instead of legacy `..`. [SC2006]
459
 
./config/config.guess:1510:26: note: Use $(..) instead of legacy `..`. [SC2006]
460
 
./config/config.guess:1511:26: note: Use $(..) instead of legacy `..`. [SC2006]
461
 
./config/config.guess:1512:26: note: Use $(..) instead of legacy `..`. [SC2006]
462
 
./config/config.guess:1513:26: note: Use $(..) instead of legacy `..`. [SC2006]
463
 
./config/config.guess:1514:26: note: Use $(..) instead of legacy `..`. [SC2006]
464
 
./config/config.guess:1515:26: note: Use $(..) instead of legacy `..`. [SC2006]
465
 
./config/missing:110:9: note: Use $(..) instead of legacy `..`. [SC2006]
466
 
./config/missing:164:11: note: Use $(..) instead of legacy `..`. [SC2006]
467
 
./config/missing:169:39: note: Use $(..) instead of legacy `..`. [SC2006]
468
 
./config/missing:174:11: note: Double quote to prevent globbing and word splitting. [SC2086]
469
 
./config/missing:196:10: note: Use $(..) instead of legacy `..`. [SC2006]
470
 
./config/missing:197:29: note: Use $(..) instead of legacy `..`. [SC2006]
471
 
./config/missing:199:8: note: Double quote to prevent globbing and word splitting. [SC2086]
472
 
./config/missing:201:27: note: Double quote to prevent globbing and word splitting. [SC2086]
473
 
./config/missing:204:13: error: Argument mixes string and array. Use * or separate argument. [SC2145]
474
 
./config/missing:206:11: note: Double quote to prevent globbing and word splitting. [SC2086]
475
 
./config/missing:219:24: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
476
 
./config/missing:219:27: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
477
 
./config/missing:222:14: note: Use $(..) instead of legacy `..`. [SC2006]
478
 
./config/missing:222:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
479
 
./config/missing:226:14: note: Use $(..) instead of legacy `..`. [SC2006]
480
 
./config/missing:226:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
481
 
./config/missing:249:24: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
482
 
./config/missing:249:27: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
483
 
./config/missing:252:14: note: Use $(..) instead of legacy `..`. [SC2006]
484
 
./config/missing:252:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
485
 
./config/missing:271:10: note: Use $(..) instead of legacy `..`. [SC2006]
486
 
./config/missing:272:29: note: Use $(..) instead of legacy `..`. [SC2006]
487
 
./config/missing:274:8: note: Double quote to prevent globbing and word splitting. [SC2086]
488
 
./config/missing:276:27: note: Double quote to prevent globbing and word splitting. [SC2086]
489
 
./config/missing:291:10: note: Use $(..) instead of legacy `..`. [SC2006]
490
 
./config/missing:292:29: note: Use $(..) instead of legacy `..`. [SC2006]
491
 
./config/missing:295:14: note: Use $(..) instead of legacy `..`. [SC2006]
492
 
./config/missing:295:15: note: See if you can use ${variable//search/replace} instead. [SC2001]
493
 
./config/missing:296:12: note: Use $(..) instead of legacy `..`. [SC2006]
494
 
./config/missing:301:5: note: Double quote to prevent globbing and word splitting. [SC2086]
495
 
./config/missing:303:31: note: Use $(..) instead of legacy `..`. [SC2006]
496
 
./config/missing:307:13: note: Double quote to prevent globbing and word splitting. [SC2086]
497
 
./config/missing:308:11: note: Double quote to prevent globbing and word splitting. [SC2086]
498
 
./config/install-sh:72:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
499
 
./config/install-sh:188:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
500
 
./config/install-sh:211:11: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
501
 
./config/install-sh:212:18: warning: Use single quotes, otherwise this expands now rather than when signalled. [SC2064]
502
 
./config/install-sh:213:18: warning: Use single quotes, otherwise this expands now rather than when signalled. [SC2064]
503
 
./config/install-sh:214:18: warning: Use single quotes, otherwise this expands now rather than when signalled. [SC2064]
504
 
./config/install-sh:215:18: warning: Use single quotes, otherwise this expands now rather than when signalled. [SC2064]
505
 
./config/install-sh:230:16: note: Use $(..) instead of legacy `..`. [SC2006]
506
 
./config/install-sh:230:17: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
507
 
./config/install-sh:230:32: note: Double quote to prevent globbing and word splitting. [SC2086]
508
 
./config/install-sh:230:49: note: Double quote to prevent globbing and word splitting. [SC2086]
509
 
./config/install-sh:277:19: note: Use $(..) instead of legacy `..`. [SC2006]
510
 
./config/install-sh:281:14: note: Use $(..) instead of legacy `..`. [SC2006]
511
 
./config/install-sh:319:8: note: Use $(..) instead of legacy `..`. [SC2006]
512
 
./config/install-sh:326:18: note: Use $(..) instead of legacy `..`. [SC2006]
513
 
./config/install-sh:326:19: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
514
 
./config/install-sh:326:24: note: Double quote to prevent globbing and word splitting. [SC2086]
515
 
./config/install-sh:326:36: note: Double quote to prevent globbing and word splitting. [SC2086]
516
 
./config/install-sh:326:36: note: Double quote to prevent globbing and word splitting. [SC2086]
517
 
./config/install-sh:326:36: note: Double quote to prevent globbing and word splitting. [SC2086]
518
 
./config/install-sh:326:36: note: Double quote to prevent globbing and word splitting. [SC2086]
519
 
./config/install-sh:348:31: warning: In POSIX sh, RANDOM is not supported. [SC2039]
520
 
./config/install-sh:349:11: warning: ret is referenced but not assigned. [SC2154]
521
 
./config/install-sh:351:16: note: Double quote to prevent globbing and word splitting. [SC2086]
522
 
./config/install-sh:352:8: note: Double quote to prevent globbing and word splitting. [SC2086]
523
 
./config/install-sh:359:19: note: Use $(..) instead of legacy `..`. [SC2006]
524
 
./config/install-sh:366:23: note: Use $(..) instead of legacy `..`. [SC2006]
525
 
./config/install-sh:383:8: note: Double quote to prevent globbing and word splitting. [SC2086]
526
 
./config/install-sh:384:13: note: Double quote to prevent globbing and word splitting. [SC2086]
527
 
./config/install-sh:404:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
528
 
./config/install-sh:404:17: note: Double quote to prevent globbing and word splitting. [SC2086]
529
 
./config/install-sh:421:18: note: Double quote to prevent globbing and word splitting. [SC2086]
530
 
./config/install-sh:426:22: note: Use $(..) instead of legacy `..`. [SC2006]
531
 
./config/install-sh:437:9: note: Double quote to prevent globbing and word splitting. [SC2086]
532
 
./config/install-sh:446:36: note: Double quote to prevent globbing and word splitting. [SC2086]
533
 
./config/install-sh:447:36: note: Double quote to prevent globbing and word splitting. [SC2086]
534
 
./config/install-sh:449:36: note: Double quote to prevent globbing and word splitting. [SC2086]
535
 
./config/install-sh:449:46: note: Double quote to prevent globbing and word splitting. [SC2086]
536
 
./config/install-sh:460:12: note: Double quote to prevent globbing and word splitting. [SC2086]
537
 
./config/install-sh:460:36: note: Double quote to prevent globbing and word splitting. [SC2086]
538
 
./config/install-sh:468:36: note: Double quote to prevent globbing and word splitting. [SC2086]
539
 
./config/install-sh:469:36: note: Double quote to prevent globbing and word splitting. [SC2086]
540
 
./config/install-sh:470:36: note: Double quote to prevent globbing and word splitting. [SC2086]
541
 
./config/install-sh:471:36: note: Double quote to prevent globbing and word splitting. [SC2086]
542
 
./config/install-sh:471:46: note: Double quote to prevent globbing and word splitting. [SC2086]
543
 
./config/install-sh:475:12: note: Use $(..) instead of legacy `..`. [SC2006]
544
 
./config/install-sh:476:12: note: Use $(..) instead of legacy `..`. [SC2006]
545
 
./config/install-sh:480:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
546
 
./config/install-sh:480:14: note: Double quote to prevent globbing and word splitting. [SC2086]
547
 
./config/install-sh:481:12: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
548
 
./config/install-sh:481:14: note: Double quote to prevent globbing and word splitting. [SC2086]
549
 
./config/install-sh:490:13: note: Double quote to prevent globbing and word splitting. [SC2086]
550
 
./config/install-sh:503:10: note: Double quote to prevent globbing and word splitting. [SC2086]
551
 
./config/install-sh:504:12: note: Double quote to prevent globbing and word splitting. [SC2086]
552
 
./config/install-sh:505:14: note: Double quote to prevent globbing and word splitting. [SC2086]
553
 
./config/install-sh:513:8: note: Double quote to prevent globbing and word splitting. [SC2086]
554
 
./configure:23:3: warning: NULLCMD appears unused. Verify it or export it. [SC2034]
555
 
./configure:26:12: error: Aliases can't use positional parameters. Use a function. [SC2142]
556
 
./configure:29:8: note: Use $(..) instead of legacy `..`. [SC2006]
557
 
./configure:42:113: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
558
 
./configure:48:16: note: Use $(..) instead of legacy `..`. [SC2006]
559
 
./configure:51:14: note: Use $(..) instead of legacy `..`. [SC2006]
560
 
./configure:51:25: note: Double quote to prevent globbing and word splitting. [SC2086]
561
 
./configure:55:13: note: Use $(..) instead of legacy `..`. [SC2006]
562
 
./configure:55:35: note: Double quote to prevent globbing and word splitting. [SC2086]
563
 
./configure:56:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
564
 
./configure:59:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
565
 
./configure:60:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
566
 
./configure:70:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
567
 
./configure:73:11: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
568
 
./configure:80:6: note: Modification of PATH is local (to subshell caused by (..) group). [SC2030]
569
 
./configure:80:24: warning: FPATH appears unused. Verify it or export it. [SC2034]
570
 
./configure:98:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
571
 
./configure:123:17: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
572
 
./configure:123:29: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
573
 
./configure:124:51: note: Note that A && B || C is not if-then-else. C may run when A is true. [SC2015]
574
 
./configure:196:57: note: PATH was modified in a subshell. That change might be lost. [SC2031]
575
 
./configure:237:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
576
 
./configure:239:45: note: Double quote to prevent globbing and word splitting. [SC2086]
577
 
./configure:245:12: note: Double quote to prevent globbing and word splitting. [SC2086]
578
 
./configure:262:1: warning: CLICOLOR_FORCE appears unused. Verify it or export it. [SC2034]
579
 
./configure:262:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
580
 
./configure:262:17: warning: GREP_OPTIONS appears unused. Verify it or export it. [SC2034]
581
 
./configure:273:10: note: Double quote to prevent globbing and word splitting. [SC2086]
582
 
./configure:273:21: note: Double quote to prevent globbing and word splitting. [SC2086]
583
 
./configure:282:10: note: Double quote to prevent globbing and word splitting. [SC2086]
584
 
./configure:291:20: note: Double quote to prevent globbing and word splitting. [SC2086]
585
 
./configure:292:8: note: Double quote to prevent globbing and word splitting. [SC2086]
586
 
./configure:304:29: note: Double quote to prevent globbing and word splitting. [SC2086]
587
 
./configure:308:21: note: Use $(..) instead of legacy `..`. [SC2006]
588
 
./configure:312:14: note: Use $(..) instead of legacy `..`. [SC2006]
589
 
./configure:349:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
590
 
./configure:356:10: note: Double quote to prevent globbing and word splitting. [SC2086]
591
 
./configure:356:15: note: Double quote to prevent globbing and word splitting. [SC2086]
592
 
./configure:366:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
593
 
./configure:373:12: note: Use $(..) instead of legacy `..`. [SC2006]
594
 
./configure:373:13: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
595
 
./configure:385:22: note: Double quote to prevent globbing and word splitting. [SC2086]
596
 
./configure:388:57: note: Double quote to prevent globbing and word splitting. [SC2086]
597
 
./configure:395:11: note: Use $(..) instead of legacy `..`. [SC2006]
598
 
./configure:401:46: note: Use $(..) instead of legacy `..`. [SC2006]
599
 
./configure:407:12: note: Use $(..) instead of legacy `..`. [SC2006]
600
 
./configure:413:7: note: Use $(..) instead of legacy `..`. [SC2006]
601
 
./configure:440:3: warning: as_lineno_1 appears unused. Verify it or export it. [SC2034]
602
 
./configure:440:23: warning: as_lineno_1a appears unused. Verify it or export it. [SC2034]
603
 
./configure:441:3: warning: as_lineno_2 appears unused. Verify it or export it. [SC2034]
604
 
./configure:441:23: warning: as_lineno_2a appears unused. Verify it or export it. [SC2034]
605
 
./configure:442:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
606
 
./configure:442:29: warning: as_run is referenced but not assigned. [SC2154]
607
 
./configure:442:29: note: Double quote to prevent globbing and word splitting. [SC2086]
608
 
./configure:442:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
609
 
./configure:442:57: note: Double quote to prevent globbing and word splitting. [SC2086]
610
 
./configure:442:64: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
611
 
./configure:443:29: note: Double quote to prevent globbing and word splitting. [SC2086]
612
 
./configure:443:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
613
 
./configure:443:61: note: Double quote to prevent globbing and word splitting. [SC2086]
614
 
./configure:448:6: note: Double quote to prevent globbing and word splitting. [SC2086]
615
 
./configure:459:8: note: Double quote to prevent globbing and word splitting. [SC2086]
616
 
./configure:459:22: note: Note that A && B || C is not if-then-else. C may run when A is true. [SC2015]
617
 
./configure:471:7: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
618
 
./configure:471:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
619
 
./configure:472:6: note: Use $(..) instead of legacy `..`. [SC2006]
620
 
./configure:474:8: note: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. [SC2116]
621
 
./configure:474:8: note: Use $(..) instead of legacy `..`. [SC2006]
622
 
./configure:476:8: warning: ECHO_C appears unused. Verify it or export it. [SC2034]
623
 
./configure:477:13: warning: Quote this to prevent word splitting. [SC2046]
624
 
./configure:477:13: note: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'. [SC2005]
625
 
./configure:477:13: note: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. [SC2116]
626
 
./configure:477:13: note: Use $(..) instead of legacy `..`. [SC2006]
627
 
./configure:478:8: warning: ECHO_T appears unused. Verify it or export it. [SC2034]
628
 
./configure:481:3: warning: ECHO_N appears unused. Verify it or export it. [SC2034]
629
 
./configure:512:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
630
 
./configure:518:14: warning: This is interpretted as a shell file redirection, not a comparison. [SC2065]
631
 
./configure:527:17: warning: Quotes/backslashes will be treated literally. Use an array. [SC2089]
632
 
./configure:527:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
633
 
./configure:534:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
634
 
./configure:539:1: warning: as_executable_p appears unused. Verify it or export it. [SC2034]
635
 
./configure:542:12: warning: Quotes/backslashes will be treated literally. Use an array. [SC2089]
636
 
./configure:545:11: warning: Quotes/backslashes will be treated literally. Use an array. [SC2089]
637
 
./configure:556:1: warning: ac_hostname appears unused. Verify it or export it. [SC2034]
638
 
./configure:556:13: note: Use $(..) instead of legacy `..`. [SC2006]
639
 
./configure:563:1: warning: ac_config_libobj_dir appears unused. Verify it or export it. [SC2034]
640
 
./configure:566:1: warning: subdirs appears unused. Verify it or export it. [SC2034]
641
 
./configure:567:1: warning: MFLAGS appears unused. Verify it or export it. [SC2034]
642
 
./configure:568:1: warning: MAKEFLAGS appears unused. Verify it or export it. [SC2034]
643
 
./configure:856:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
644
 
./configure:857:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
645
 
./configure:858:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
646
 
./configure:859:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
647
 
./configure:860:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
648
 
./configure:861:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
649
 
./configure:862:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
650
 
./configure:863:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
651
 
./configure:864:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
652
 
./configure:866:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
653
 
./configure:867:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
654
 
./configure:868:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
655
 
./configure:869:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
656
 
./configure:870:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
657
 
./configure:871:7: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
658
 
./configure:872:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
659
 
./configure:873:11: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
660
 
./configure:874:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
661
 
./configure:888:19: note: Use $(..) instead of legacy `..`. [SC2006]
662
 
./configure:889:18: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
663
 
./configure:902:5: warning: bindir appears unused. Verify it or export it. [SC2034]
664
 
./configure:932:16: note: Use $(..) instead of legacy `..`. [SC2006]
665
 
./configure:937:16: note: Use $(..) instead of legacy `..`. [SC2006]
666
 
./configure:945:17: note: Double quote to prevent globbing and word splitting. [SC2086]
667
 
./configure:955:5: warning: dvidir appears unused. Verify it or export it. [SC2034]
668
 
./configure:958:16: note: Use $(..) instead of legacy `..`. [SC2006]
669
 
./configure:963:16: note: Use $(..) instead of legacy `..`. [SC2006]
670
 
./configure:971:17: note: Double quote to prevent globbing and word splitting. [SC2086]
671
 
./configure:984:5: warning: with_gas appears unused. Verify it or export it. [SC2034]
672
 
./configure:1002:5: warning: htmldir appears unused. Verify it or export it. [SC2034]
673
 
./configure:1009:5: warning: includedir appears unused. Verify it or export it. [SC2034]
674
 
./configure:1026:5: warning: libexecdir appears unused. Verify it or export it. [SC2034]
675
 
./configure:1038:5: warning: localstatedir appears unused. Verify it or export it. [SC2034]
676
 
./configure:1047:5: warning: with_fp appears unused. Verify it or export it. [SC2034]
677
 
./configure:1055:5: warning: no_recursion appears unused. Verify it or export it. [SC2034]
678
 
./configure:1064:5: warning: oldincludedir appears unused. Verify it or export it. [SC2034]
679
 
./configure:1105:5: warning: pdfdir appears unused. Verify it or export it. [SC2034]
680
 
./configure:1110:5: warning: psdir appears unused. Verify it or export it. [SC2034]
681
 
./configure:1120:5: warning: sbindir appears unused. Verify it or export it. [SC2034]
682
 
./configure:1131:5: warning: sharedstatedir appears unused. Verify it or export it. [SC2034]
683
 
./configure:1136:5: warning: site appears unused. Verify it or export it. [SC2034]
684
 
./configure:1148:5: warning: sysconfdir appears unused. Verify it or export it. [SC2034]
685
 
./configure:1156:5: warning: verbose appears unused. Verify it or export it. [SC2034]
686
 
./configure:1162:16: note: Use $(..) instead of legacy `..`. [SC2006]
687
 
./configure:1167:16: note: Use $(..) instead of legacy `..`. [SC2006]
688
 
./configure:1175:15: note: Double quote to prevent globbing and word splitting. [SC2086]
689
 
./configure:1178:16: note: Use $(..) instead of legacy `..`. [SC2006]
690
 
./configure:1183:16: note: Use $(..) instead of legacy `..`. [SC2006]
691
 
./configure:1191:15: note: Double quote to prevent globbing and word splitting. [SC2086]
692
 
./configure:1195:5: warning: with_x appears unused. Verify it or export it. [SC2034]
693
 
./configure:1202:5: warning: x_includes appears unused. Verify it or export it. [SC2034]
694
 
./configure:1209:5: warning: x_libraries appears unused. Verify it or export it. [SC2034]
695
 
./configure:1216:15: note: Use $(..) instead of legacy `..`. [SC2006]
696
 
./configure:1219:22: note: Ranges can only match single chars (mentioned due to duplicates). [SC2102]
697
 
./configure:1222:10: note: Double quote to prevent globbing and word splitting. [SC2086]
698
 
./configure:1237:15: note: Use $(..) instead of legacy `..`. [SC2006]
699
 
./configure:1237:16: note: See if you can use ${variable//search/replace} instead. [SC2001]
700
 
./configure:1242:8: warning: enable_option_checking is referenced but not assigned. [SC2154]
701
 
./configure:1259:14: note: Use $(..) instead of legacy `..`. [SC2006]
702
 
./configure:1275:1: warning: target appears unused. Verify it or export it. [SC2034]
703
 
./configure:1294:8: note: Use $(..) instead of legacy `..`. [SC2006]
704
 
./configure:1295:10: note: Use $(..) instead of legacy `..`. [SC2006]
705
 
./configure:1295:21: note: Note that A && B || C is not if-then-else. C may run when A is true. [SC2015]
706
 
./configure:1296:14: note: Use $(..) instead of legacy `..`. [SC2006]
707
 
./configure:1306:14: note: Use $(..) instead of legacy `..`. [SC2006]
708
 
./configure:1330:25: warning: ac_unique_file is referenced but not assigned. [SC2154]
709
 
./configure:1341:16: note: Use $(..) instead of legacy `..`. [SC2006]
710
 
./configure:1342:15: note: Note that A && B || C is not if-then-else. C may run when A is true. [SC2015]
711
 
./configure:1352:12: note: Use $(..) instead of legacy `..`. [SC2006]
712
 
./configure:1355:15: note: Double quote to prevent globbing and word splitting. [SC2086]
713
 
./configure:1355:31: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
714
 
./configure:1355:32: note: Double quote to prevent globbing and word splitting. [SC2086]
715
 
./configure:1355:45: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
716
 
./configure:1356:15: note: Double quote to prevent globbing and word splitting. [SC2086]
717
 
./configure:1356:33: note: Double quote to prevent globbing and word splitting. [SC2086]
718
 
./configure:1357:18: note: Double quote to prevent globbing and word splitting. [SC2086]
719
 
./configure:1357:34: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
720
 
./configure:1357:35: note: Double quote to prevent globbing and word splitting. [SC2086]
721
 
./configure:1357:48: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
722
 
./configure:1358:18: note: Double quote to prevent globbing and word splitting. [SC2086]
723
 
./configure:1358:36: note: Double quote to prevent globbing and word splitting. [SC2086]
724
 
./configure:1446:67: warning: Did you forget to close this backtick expansion? [SC1078]
725
 
./configure:1447:62: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
726
 
./configure:1521:19: warning: ac_subdirs_all is referenced but not assigned. [SC2154]
727
 
./configure:1523:32: note: Use $(..) instead of legacy `..`. [SC2006]
728
 
./configure:1528:17: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
729
 
./configure:1528:60: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
730
 
./configure:1530:18: note: Use $(..) instead of legacy `..`. [SC2006]
731
 
./configure:1532:23: note: Use $(..) instead of legacy `..`. [SC2006]
732
 
./configure:1534:48: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
733
 
./configure:1541:1: warning: ac_top_builddir appears unused. Verify it or export it. [SC2034]
734
 
./configure:1597:18: note: Double quote to prevent globbing and word splitting. [SC2086]
735
 
./configure:1616:30: note: Double quote to prevent globbing and word splitting. [SC2086]
736
 
./configure:1620:24: note: Double quote to prevent globbing and word splitting. [SC2086]
737
 
./configure:1624:8: note: Double quote to prevent globbing and word splitting. [SC2086]
738
 
./configure:1635:18: note: Double quote to prevent globbing and word splitting. [SC2086]
739
 
./configure:1654:30: note: Double quote to prevent globbing and word splitting. [SC2086]
740
 
./configure:1658:24: note: Double quote to prevent globbing and word splitting. [SC2086]
741
 
./configure:1662:8: note: Double quote to prevent globbing and word splitting. [SC2086]
742
 
./configure:1673:18: note: Double quote to prevent globbing and word splitting. [SC2086]
743
 
./configure:1673:37: note: Double quote to prevent globbing and word splitting. [SC2086]
744
 
./configure:1692:29: note: Double quote to prevent globbing and word splitting. [SC2086]
745
 
./configure:1694:3: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
746
 
./configure:1694:22: note: Double quote to prevent globbing and word splitting. [SC2086]
747
 
./configure:1699:24: note: Double quote to prevent globbing and word splitting. [SC2086]
748
 
./configure:1708:8: note: Double quote to prevent globbing and word splitting. [SC2086]
749
 
./configure:1722:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
750
 
./configure:1722:12: note: Double quote to prevent globbing and word splitting. [SC2086]
751
 
./configure:1722:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
752
 
./configure:1735:34: note: Double quote to prevent globbing and word splitting. [SC2086]
753
 
./configure:1735:54: note: Double quote to prevent globbing and word splitting. [SC2086]
754
 
./configure:1737:15: note: Double quote to prevent globbing and word splitting. [SC2086]
755
 
./configure:1738:58: warning: ac_res is referenced but not assigned. [SC2154]
756
 
./configure:1740:8: note: Double quote to prevent globbing and word splitting. [SC2086]
757
 
./configure:1772:24: note: Double quote to prevent globbing and word splitting. [SC2086]
758
 
./configure:1776:8: note: Double quote to prevent globbing and word splitting. [SC2086]
759
 
./configure:1798:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
760
 
./configure:1813:24: note: Double quote to prevent globbing and word splitting. [SC2086]
761
 
./configure:1818:8: note: Double quote to prevent globbing and word splitting. [SC2086]
762
 
./configure:1831:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
763
 
./configure:1831:12: note: Double quote to prevent globbing and word splitting. [SC2086]
764
 
./configure:1831:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
765
 
./configure:1880:34: note: Double quote to prevent globbing and word splitting. [SC2086]
766
 
./configure:1881:13: note: Double quote to prevent globbing and word splitting. [SC2086]
767
 
./configure:1881:33: note: Double quote to prevent globbing and word splitting. [SC2086]
768
 
./configure:1883:15: note: Double quote to prevent globbing and word splitting. [SC2086]
769
 
./configure:1886:8: note: Double quote to prevent globbing and word splitting. [SC2086]
770
 
./configure:1918:24: note: Double quote to prevent globbing and word splitting. [SC2086]
771
 
./configure:1922:8: note: Double quote to prevent globbing and word splitting. [SC2086]
772
 
./configure:1933:18: note: Double quote to prevent globbing and word splitting. [SC2086]
773
 
./configure:1933:37: note: Double quote to prevent globbing and word splitting. [SC2086]
774
 
./configure:1952:29: note: Double quote to prevent globbing and word splitting. [SC2086]
775
 
./configure:1954:3: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
776
 
./configure:1954:22: note: Double quote to prevent globbing and word splitting. [SC2086]
777
 
./configure:1959:24: note: Double quote to prevent globbing and word splitting. [SC2086]
778
 
./configure:1968:8: note: Double quote to prevent globbing and word splitting. [SC2086]
779
 
./configure:1981:13: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
780
 
./configure:1981:14: note: Double quote to prevent globbing and word splitting. [SC2086]
781
 
./configure:1981:18: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
782
 
./configure:1984:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
783
 
./configure:1984:12: note: Double quote to prevent globbing and word splitting. [SC2086]
784
 
./configure:1984:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
785
 
./configure:1987:15: note: Double quote to prevent globbing and word splitting. [SC2086]
786
 
./configure:2004:34: note: Double quote to prevent globbing and word splitting. [SC2086]
787
 
./configure:2004:54: note: Double quote to prevent globbing and word splitting. [SC2086]
788
 
./configure:2020:40: note: Double quote to prevent globbing and word splitting. [SC2086]
789
 
./configure:2051:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
790
 
./configure:2051:12: note: Double quote to prevent globbing and word splitting. [SC2086]
791
 
./configure:2051:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
792
 
./configure:2056:15: note: Double quote to prevent globbing and word splitting. [SC2086]
793
 
./configure:2060:8: note: Double quote to prevent globbing and word splitting. [SC2086]
794
 
./configure:2071:16: note: Use $(..) instead of legacy `..`. [SC2006]
795
 
./configure:2071:17: note: See if you can use ${variable//search/replace} instead. [SC2001]
796
 
./configure:2071:22: note: Double quote to prevent globbing and word splitting. [SC2086]
797
 
./configure:2072:15: note: Use $(..) instead of legacy `..`. [SC2006]
798
 
./configure:2072:21: note: Double quote to prevent globbing and word splitting. [SC2086]
799
 
./configure:2075:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
800
 
./configure:2075:12: note: Double quote to prevent globbing and word splitting. [SC2086]
801
 
./configure:2075:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
802
 
./configure:2101:34: note: Double quote to prevent globbing and word splitting. [SC2086]
803
 
./configure:2101:54: note: Double quote to prevent globbing and word splitting. [SC2086]
804
 
./configure:2103:15: note: Double quote to prevent globbing and word splitting. [SC2086]
805
 
./configure:2106:8: note: Double quote to prevent globbing and word splitting. [SC2086]
806
 
./configure:2119:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
807
 
./configure:2119:12: note: Double quote to prevent globbing and word splitting. [SC2086]
808
 
./configure:2119:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
809
 
./configure:2153:34: note: Double quote to prevent globbing and word splitting. [SC2086]
810
 
./configure:2153:54: note: Double quote to prevent globbing and word splitting. [SC2086]
811
 
./configure:2155:34: note: Double quote to prevent globbing and word splitting. [SC2086]
812
 
./configure:2155:54: note: Double quote to prevent globbing and word splitting. [SC2086]
813
 
./configure:2157:15: note: Double quote to prevent globbing and word splitting. [SC2086]
814
 
./configure:2160:8: note: Double quote to prevent globbing and word splitting. [SC2086]
815
 
./configure:2173:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
816
 
./configure:2173:12: note: Double quote to prevent globbing and word splitting. [SC2086]
817
 
./configure:2173:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
818
 
./configure:2202:34: note: Double quote to prevent globbing and word splitting. [SC2086]
819
 
./configure:2202:54: note: Double quote to prevent globbing and word splitting. [SC2086]
820
 
./configure:2210:15: note: Double quote to prevent globbing and word splitting. [SC2086]
821
 
./configure:2213:8: note: Double quote to prevent globbing and word splitting. [SC2086]
822
 
./configure:2225:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
823
 
./configure:2225:12: note: Double quote to prevent globbing and word splitting. [SC2086]
824
 
./configure:2225:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
825
 
./configure:2274:34: note: Double quote to prevent globbing and word splitting. [SC2086]
826
 
./configure:2275:13: note: Double quote to prevent globbing and word splitting. [SC2086]
827
 
./configure:2275:33: note: Double quote to prevent globbing and word splitting. [SC2086]
828
 
./configure:2277:15: note: Double quote to prevent globbing and word splitting. [SC2086]
829
 
./configure:2280:8: note: Double quote to prevent globbing and word splitting. [SC2086]
830
 
./configure:2292:13: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
831
 
./configure:2292:14: note: Double quote to prevent globbing and word splitting. [SC2086]
832
 
./configure:2292:18: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
833
 
./configure:2295:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
834
 
./configure:2295:12: note: Double quote to prevent globbing and word splitting. [SC2086]
835
 
./configure:2295:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
836
 
./configure:2298:15: note: Double quote to prevent globbing and word splitting. [SC2086]
837
 
./configure:2315:34: note: Double quote to prevent globbing and word splitting. [SC2086]
838
 
./configure:2315:54: note: Double quote to prevent globbing and word splitting. [SC2086]
839
 
./configure:2331:40: note: Double quote to prevent globbing and word splitting. [SC2086]
840
 
./configure:2362:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
841
 
./configure:2362:12: note: Double quote to prevent globbing and word splitting. [SC2086]
842
 
./configure:2362:16: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
843
 
./configure:2367:15: note: Double quote to prevent globbing and word splitting. [SC2086]
844
 
./configure:2371:8: note: Double quote to prevent globbing and word splitting. [SC2086]
845
 
./configure:2392:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
846
 
./configure:2407:24: note: Double quote to prevent globbing and word splitting. [SC2086]
847
 
./configure:2412:8: note: Double quote to prevent globbing and word splitting. [SC2086]
848
 
./configure:2433:12: note: Use $(..) instead of legacy `..`. [SC2006]
849
 
./configure:2434:12: note: Use $(..) instead of legacy `..`. [SC2006]
850
 
./configure:2435:12: note: Use $(..) instead of legacy `..`. [SC2006]
851
 
./configure:2436:12: note: Use $(..) instead of legacy `..`. [SC2006]
852
 
./configure:2437:12: note: Use $(..) instead of legacy `..`. [SC2006]
853
 
./configure:2439:21: note: Use $(..) instead of legacy `..`. [SC2006]
854
 
./configure:2440:21: note: Use $(..) instead of legacy `..`. [SC2006]
855
 
./configure:2442:26: note: Use $(..) instead of legacy `..`. [SC2006]
856
 
./configure:2443:26: note: Use $(..) instead of legacy `..`. [SC2006]
857
 
./configure:2444:26: note: Use $(..) instead of legacy `..`. [SC2006]
858
 
./configure:2445:26: note: Use $(..) instead of legacy `..`. [SC2006]
859
 
./configure:2446:26: note: Use $(..) instead of legacy `..`. [SC2006]
860
 
./configure:2447:26: note: Use $(..) instead of legacy `..`. [SC2006]
861
 
./configure:2448:26: note: Use $(..) instead of legacy `..`. [SC2006]
862
 
./configure:2453:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
863
 
./configure:2492:14: note: Use $(..) instead of legacy `..`. [SC2006]
864
 
./configure:2526:6: warning: exit_status is referenced but not assigned. [SC2154]
865
 
./configure:2555:14: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
866
 
./configure:2575:9: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
867
 
./configure:2590:4: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
868
 
./configure:2625:1: note: Consider using { cmd1; cmd2; } >> file instead of individual redirects. [SC2129]
869
 
./configure:2704:31: note: Double quote to prevent globbing and word splitting. [SC2086]
870
 
./configure:2705:28: note: Double quote to prevent globbing and word splitting. [SC2086]
871
 
./configure:2706:31: note: Double quote to prevent globbing and word splitting. [SC2086]
872
 
./configure:2707:28: note: Double quote to prevent globbing and word splitting. [SC2086]
873
 
./configure:2708:8: warning: ac_old_set is referenced but not assigned. [SC2154]
874
 
./configure:2708:20: warning: ac_new_set is referenced but not assigned. [SC2154]
875
 
./configure:2710:79: warning: ac_old_val is referenced but not assigned (did you mean 'ac_old_val_w'?). [SC2154]
876
 
./configure:2719:35: warning: ac_new_val is referenced but not assigned (did you mean 'ac_new_val_w'?). [SC2154]
877
 
./configure:2721:15: note: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. [SC2116]
878
 
./configure:2721:15: note: Use $(..) instead of legacy `..`. [SC2006]
879
 
./configure:2721:23: note: Double quote to prevent globbing and word splitting. [SC2086]
880
 
./configure:2722:15: note: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. [SC2116]
881
 
./configure:2722:15: note: Use $(..) instead of legacy `..`. [SC2006]
882
 
./configure:2722:23: note: Double quote to prevent globbing and word splitting. [SC2086]
883
 
./configure:2730:9: note: Double quote to prevent globbing and word splitting. [SC2086]
884
 
./configure:2741:26: note: Use $(..) instead of legacy `..`. [SC2006]
885
 
./configure:2762:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
886
 
./configure:2763:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
887
 
./configure:2764:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
888
 
./configure:2793:1: warning: ac_config_guess appears unused. Verify it or export it. [SC2034]
889
 
./configure:2794:1: warning: ac_config_sub appears unused. Verify it or export it. [SC2034]
890
 
./configure:2795:1: warning: ac_configure appears unused. Verify it or export it. [SC2034]
891
 
./configure:2824:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
892
 
./configure:2839:29: warning: ac_executable_extensions is referenced but not assigned. [SC2154]
893
 
./configure:2840:49: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
894
 
./configure:2854:70: note: Use $(..) instead of legacy `..`. [SC2006]
895
 
./configure:2890:47: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
896
 
./configure:2892:45: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
897
 
./configure:2894:41: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
898
 
./configure:2905:6: note: Use $(..) instead of legacy `..`. [SC2006]
899
 
./configure:2920:8: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
900
 
./configure:2920:10: warning: Quote this to prevent word splitting. [SC2046]
901
 
./configure:2920:10: note: Use $(..) instead of legacy `..`. [SC2006]
902
 
./configure:2923:11: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
903
 
./configure:2923:13: warning: Quote this to prevent word splitting. [SC2046]
904
 
./configure:2923:13: note: Use $(..) instead of legacy `..`. [SC2006]
905
 
./configure:2956:24: note: Use $(..) instead of legacy `..`. [SC2006]
906
 
./configure:2959:12: note: Use $(..) instead of legacy `..`. [SC2006]
907
 
./configure:2994:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
908
 
./configure:3004:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
909
 
./configure:3009:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
910
 
./configure:3034:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
911
 
./configure:3044:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
912
 
./configure:3049:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
913
 
./configure:3085:1: warning: INSTALL_STRIP_PROGRAM appears unused. Verify it or export it. [SC2034]
914
 
./configure:3094:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
915
 
./configure:3100:49: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
916
 
./configure:3101:10: note: Use $(..) instead of legacy `..`. [SC2006]
917
 
./configure:3138:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
918
 
./configure:3148:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
919
 
./configure:3153:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
920
 
./configure:3179:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
921
 
./configure:3179:7: note: Double quote to prevent globbing and word splitting. [SC2086]
922
 
./configure:3180:9: note: Use $(..) instead of legacy `..`. [SC2006]
923
 
./configure:3181:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
924
 
./configure:3181:28: note: Double quote to prevent globbing and word splitting. [SC2086]
925
 
./configure:3181:44: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
926
 
./configure:3190:6: note: Use $(..) instead of legacy `..`. [SC2006]
927
 
./configure:3192:26: note: Double quote to prevent globbing and word splitting. [SC2086]
928
 
./configure:3194:26: note: Double quote to prevent globbing and word splitting. [SC2086]
929
 
./configure:3198:32: note: Double quote to prevent globbing and word splitting. [SC2086]
930
 
./configure:3205:3: warning: SET_MAKE appears unused. Verify it or export it. [SC2034]
931
 
./configure:3217:10: note: Use $(..) instead of legacy `..`. [SC2006]
932
 
./configure:3217:35: note: Use $(..) instead of legacy `..`. [SC2006]
933
 
./configure:3220:3: warning: am__isrc appears unused. Verify it or export it. [SC2034]
934
 
./configure:3220:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
935
 
./configure:3271:1: warning: AMTAR appears unused. Verify it or export it. [SC2034]
936
 
./configure:3271:7: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
937
 
./configure:3293:46: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
938
 
./configure:3294:47: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
939
 
./configure:3301:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
940
 
./configure:3302:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
941
 
./configure:3306:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
942
 
./configure:3307:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
943
 
./configure:3311:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
944
 
./configure:3312:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
945
 
./configure:3316:5: warning: am__tar appears unused. Verify it or export it. [SC2034]
946
 
./configure:3331:5: warning: tardir appears unused. Verify it or export it. [SC2034]
947
 
./configure:3362:10: warning: enable_silent_rules is referenced but not assigned. [SC2154]
948
 
./configure:3377:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
949
 
./configure:3392:10: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
950
 
./configure:3393:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
951
 
./configure:3395:3: warning: AM_V appears unused. Verify it or export it. [SC2034]
952
 
./configure:3396:3: warning: AM_DEFAULT_V appears unused. Verify it or export it. [SC2034]
953
 
./configure:3398:1: warning: AM_BACKSLASH appears unused. Verify it or export it. [SC2034]
954
 
./configure:3398:16: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
955
 
./configure:3421:1: warning: LTVER appears unused. Verify it or export it. [SC2034]
956
 
./configure:3431:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
957
 
./configure:3432:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
958
 
./configure:3433:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
959
 
./configure:3437:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
960
 
./configure:3447:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
961
 
./configure:3452:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
962
 
./configure:3477:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
963
 
./configure:3487:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
964
 
./configure:3492:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
965
 
./configure:3530:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
966
 
./configure:3540:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
967
 
./configure:3545:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
968
 
./configure:3570:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
969
 
./configure:3581:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
970
 
./configure:3586:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
971
 
./configure:3601:7: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
972
 
./configure:3608:19: warning: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate. [SC2124]
973
 
./configure:3626:18: warning: This loop will only run once, with ac_prog='cl.exe'. [SC2043]
974
 
./configure:3629:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
975
 
./configure:3639:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
976
 
./configure:3644:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
977
 
./configure:3670:18: warning: This loop will only run once, with ac_prog='cl.exe'. [SC2043]
978
 
./configure:3673:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
979
 
./configure:3683:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
980
 
./configure:3688:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
981
 
./configure:3735:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
982
 
./configure:3735:7: note: Double quote to prevent globbing and word splitting. [SC2086]
983
 
./configure:3748:13: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
984
 
./configure:3776:17: note: Use $(..) instead of legacy `..`. [SC2006]
985
 
./configure:3789:7: note: Double quote to prevent globbing and word splitting. [SC2086]
986
 
./configure:3820:18: note: Use $(..) instead of legacy `..`. [SC2006]
987
 
./configure:3880:24: note: Use $(..) instead of legacy `..`. [SC2006]
988
 
./configure:3891:24: note: Double quote to prevent globbing and word splitting. [SC2086]
989
 
./configure:3928:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
990
 
./configure:3955:32: note: Double quote to prevent globbing and word splitting. [SC2086]
991
 
./configure:3989:21: note: Use $(..) instead of legacy `..`. [SC2006]
992
 
./configure:4002:16: note: Double quote to prevent globbing and word splitting. [SC2086]
993
 
./configure:4032:34: note: Double quote to prevent globbing and word splitting. [SC2086]
994
 
./configure:4099:34: note: Double quote to prevent globbing and word splitting. [SC2086]
995
 
./configure:4101:34: note: Double quote to prevent globbing and word splitting. [SC2086]
996
 
./configure:4103:34: note: Double quote to prevent globbing and word splitting. [SC2086]
997
 
./configure:4190:34: note: Double quote to prevent globbing and word splitting. [SC2086]
998
 
./configure:4215:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
999
 
./configure:4216:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1000
 
./configure:4217:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1001
 
./configure:4219:1: warning: DEPDIR appears unused. Verify it or export it. [SC2034]
1002
 
./configure:4239:6: note: Use $(..) instead of legacy `..`. [SC2006]
1003
 
./configure:4249:9: note: Use $(..) instead of legacy `..`. [SC2006]
1004
 
./configure:4264:10: warning: enable_dependency_tracking is referenced but not assigned. [SC2154]
1005
 
./configure:4270:3: warning: AMDEPBACKSLASH appears unused. Verify it or export it. [SC2034]
1006
 
./configure:4270:20: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
1007
 
./configure:4271:3: warning: am__nodep appears unused. Verify it or export it. [SC2034]
1008
 
./configure:4301:3: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
1009
 
./configure:4312:23: note: Use $(..) instead of legacy `..`. [SC2006]
1010
 
./configure:4368:25: note: Double quote to prevent globbing and word splitting. [SC2086]
1011
 
./configure:4372:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1012
 
./configure:4398:1: warning: CCDEPMODE appears unused. Verify it or export it. [SC2034]
1013
 
./configure:4563:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1014
 
./configure:4589:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1015
 
./configure:4590:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1016
 
./configure:4591:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1017
 
./configure:4601:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1018
 
./configure:4611:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1019
 
./configure:4616:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1020
 
./configure:4645:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1021
 
./configure:4655:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1022
 
./configure:4660:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1023
 
./configure:4701:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1024
 
./configure:4701:7: note: Double quote to prevent globbing and word splitting. [SC2086]
1025
 
./configure:4714:13: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
1026
 
./configure:4748:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1027
 
./configure:4815:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1028
 
./configure:4817:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1029
 
./configure:4819:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1030
 
./configure:4840:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1031
 
./configure:4841:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1032
 
./configure:4842:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1033
 
./configure:4863:3: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
1034
 
./configure:4874:23: note: Use $(..) instead of legacy `..`. [SC2006]
1035
 
./configure:4934:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1036
 
./configure:4960:1: warning: CXXDEPMODE appears unused. Verify it or export it. [SC2034]
1037
 
./configure:4980:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1038
 
./configure:4980:11: note: Double quote to prevent globbing and word splitting. [SC2086]
1039
 
./configure:4980:22: note: Use $(..) instead of legacy `..`. [SC2006]
1040
 
./configure:4982:11: warning: This { is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
1041
 
./configure:4982:26: note: Double quote to prevent globbing and word splitting. [SC2086]
1042
 
./configure:4982:40: warning: This } is literal. Check expression (missing ;/\n?) or quote it. [SC1083]
1043
 
./configure:4999:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1044
 
./configure:5011:22: note: Double quote to prevent globbing and word splitting. [SC2086]
1045
 
./configure:5022:22: note: Double quote to prevent globbing and word splitting. [SC2086]
1046
 
./configure:5025:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1047
 
./configure:5036:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1048
 
./configure:5048:21: note: Double quote to prevent globbing and word splitting. [SC2086]
1049
 
./configure:5063:21: note: Double quote to prevent globbing and word splitting. [SC2086]
1050
 
./configure:5068:22: note: Double quote to prevent globbing and word splitting. [SC2086]
1051
 
./configure:5073:30: note: Double quote to prevent globbing and word splitting. [SC2086]
1052
 
./configure:5086:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1053
 
./configure:5086:11: note: Double quote to prevent globbing and word splitting. [SC2086]
1054
 
./configure:5087:7: note: Use $(..) instead of legacy `..`. [SC2006]
1055
 
./configure:5087:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1056
 
./configure:5088:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1057
 
./configure:5089:10: warning: am_t is referenced but not assigned. [SC2154]
1058
 
./configure:5114:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1059
 
./configure:5121:35: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1060
 
./configure:5124:6: note: Use $(..) instead of legacy `..`. [SC2006]
1061
 
./configure:5139:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1062
 
./configure:5139:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1063
 
./configure:5145:10: note: Double quote to prevent globbing and word splitting. [SC2086]
1064
 
./configure:5171:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1065
 
./configure:5181:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1066
 
./configure:5186:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1067
 
./configure:5217:11: warning: ac_cv_env_PKG_CONFIG_set is referenced but not assigned. [SC2154]
1068
 
./configure:5220:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1069
 
./configure:5232:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1070
 
./configure:5237:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1071
 
./configure:5263:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1072
 
./configure:5275:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1073
 
./configure:5280:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1074
 
./configure:5334:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1075
 
./configure:5346:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1076
 
./configure:5351:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1077
 
./configure:5375:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1078
 
./configure:5387:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1079
 
./configure:5392:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1080
 
./configure:5425:18: note: Use $(..) instead of legacy `..`. [SC2006]
1081
 
./configure:5428:13: note: Use $(..) instead of legacy `..`. [SC2006]
1082
 
./configure:5428:46: note: Double quote to prevent globbing and word splitting. [SC2086]
1083
 
./configure:5440:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1084
 
./configure:5440:7: note: Double quote to prevent globbing and word splitting. [SC2086]
1085
 
./configure:5442:1: warning: build_cpu appears unused. Verify it or export it. [SC2034]
1086
 
./configure:5443:1: warning: build_vendor appears unused. Verify it or export it. [SC2034]
1087
 
./configure:5449:34: note: Use $(..) instead of legacy `..`. [SC2006]
1088
 
./configure:5449:35: note: See if you can use ${variable//search/replace} instead. [SC2001]
1089
 
./configure:5460:14: note: Use $(..) instead of legacy `..`. [SC2006]
1090
 
./configure:5473:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1091
 
./configure:5473:7: note: Double quote to prevent globbing and word splitting. [SC2086]
1092
 
./configure:5482:32: note: Use $(..) instead of legacy `..`. [SC2006]
1093
 
./configure:5482:33: note: See if you can use ${variable//search/replace} instead. [SC2001]
1094
 
./configure:5557:1: warning: enable_win32_dll appears unused. Verify it or export it. [SC2034]
1095
 
./configure:5563:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1096
 
./configure:5573:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1097
 
./configure:5578:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1098
 
./configure:5603:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1099
 
./configure:5613:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1100
 
./configure:5618:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1101
 
./configure:5655:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1102
 
./configure:5665:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1103
 
./configure:5670:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1104
 
./configure:5695:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1105
 
./configure:5705:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1106
 
./configure:5710:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1107
 
./configure:5747:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1108
 
./configure:5757:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1109
 
./configure:5762:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1110
 
./configure:5787:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1111
 
./configure:5797:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1112
 
./configure:5802:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1113
 
./configure:5860:6: note: Use $(..) instead of legacy `..`. [SC2006]
1114
 
./configure:5900:1: warning: no_glob_subst appears unused. Verify it or export it. [SC2034]
1115
 
./configure:5902:110: note: Are you trying to escape that single quote? echo 'You'\''re doing it wrong'. [SC1003]
1116
 
./configure:5909:11: note: Use $(..) instead of legacy `..`. [SC2006]
1117
 
./configure:5910:11: note: Use $(..) instead of legacy `..`. [SC2006]
1118
 
./configure:5912:13: note: Use $(..) instead of legacy `..`. [SC2006]
1119
 
./configure:5912:24: note: Double quote to prevent globbing and word splitting. [SC2086]
1120
 
./configure:5918:10: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1121
 
./configure:5969:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1122
 
./configure:5976:35: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1123
 
./configure:5979:6: note: Use $(..) instead of legacy `..`. [SC2006]
1124
 
./configure:5994:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1125
 
./configure:5994:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1126
 
./configure:6000:10: note: Double quote to prevent globbing and word splitting. [SC2086]
1127
 
./configure:6045:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1128
 
./configure:6052:36: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1129
 
./configure:6055:6: note: Use $(..) instead of legacy `..`. [SC2006]
1130
 
./configure:6070:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1131
 
./configure:6070:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1132
 
./configure:6076:10: note: Double quote to prevent globbing and word splitting. [SC2086]
1133
 
./configure:6087:58: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1134
 
./configure:6111:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1135
 
./configure:6115:20: warning: This loop will only run once, with ac_prog='egrep'. [SC2043]
1136
 
./configure:6118:37: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1137
 
./configure:6121:6: note: Use $(..) instead of legacy `..`. [SC2006]
1138
 
./configure:6136:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1139
 
./configure:6136:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1140
 
./configure:6142:10: note: Double quote to prevent globbing and word splitting. [SC2086]
1141
 
./configure:6153:59: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1142
 
./configure:6178:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1143
 
./configure:6182:20: warning: This loop will only run once, with ac_prog='fgrep'. [SC2043]
1144
 
./configure:6185:37: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1145
 
./configure:6188:6: note: Use $(..) instead of legacy `..`. [SC2006]
1146
 
./configure:6203:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1147
 
./configure:6203:27: note: Double quote to prevent globbing and word splitting. [SC2086]
1148
 
./configure:6209:10: note: Double quote to prevent globbing and word splitting. [SC2086]
1149
 
./configure:6220:59: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1150
 
./configure:6268:13: note: Use $(..) instead of legacy `..`. [SC2006]
1151
 
./configure:6270:13: note: Use $(..) instead of legacy `..`. [SC2006]
1152
 
./configure:6277:15: note: Use $(..) instead of legacy `..`. [SC2006]
1153
 
./configure:6279:10: note: Use $(..) instead of legacy `..`. [SC2006]
1154
 
./configure:6279:17: note: Double quote to prevent globbing and word splitting. [SC2086]
1155
 
./configure:6304:17: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1156
 
./configure:6312:12: note: Use $(..) instead of legacy `..`. [SC2006]
1157
 
./configure:6343:6: note: Use $(..) instead of legacy `..`. [SC2006]
1158
 
./configure:6379:19: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1159
 
./configure:6388:7: note: Use $(..) instead of legacy `..`. [SC2006]
1160
 
./configure:6394:9: note: Use $(..) instead of legacy `..`. [SC2006]
1161
 
./configure:6410:5: note: Double quote to prevent globbing and word splitting. [SC2086]
1162
 
./configure:6426:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1163
 
./configure:6426:26: note: Double quote to prevent globbing and word splitting. [SC2086]
1164
 
./configure:6436:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1165
 
./configure:6441:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1166
 
./configure:6470:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1167
 
./configure:6470:11: note: Double quote to prevent globbing and word splitting. [SC2086]
1168
 
./configure:6480:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1169
 
./configure:6485:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1170
 
./configure:6522:10: note: Use $(..) instead of legacy `..`. [SC2006]
1171
 
./configure:6627:29: note: Use $(..) instead of legacy `..`. [SC2006]
1172
 
./configure:6629:29: note: Use $(..) instead of legacy `..`. [SC2006]
1173
 
./configure:6634:27: note: Use $(..) instead of legacy `..`. [SC2006]
1174
 
./configure:6634:28: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1175
 
./configure:6634:56: note: This \/ will be a regular '/' in this context. [SC1001]
1176
 
./configure:6635:27: note: Use $(..) instead of legacy `..`. [SC2006]
1177
 
./configure:6635:28: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1178
 
./configure:6635:33: note: Double quote to prevent globbing and word splitting. [SC2086]
1179
 
./configure:6656:12: note: Use $(..) instead of legacy `..`. [SC2006]
1180
 
./configure:6665:13: note: Use $(..) instead of legacy `..`. [SC2006]
1181
 
./configure:6667:29: note: Use $(..) instead of legacy `..`. [SC2006]
1182
 
./configure:6667:30: note: See if you can use ${variable//search/replace} instead. [SC2001]
1183
 
./configure:6667:35: note: Double quote to prevent globbing and word splitting. [SC2086]
1184
 
./configure:6673:27: note: Use $(..) instead of legacy `..`. [SC2006]
1185
 
./configure:6675:29: note: Use $(..) instead of legacy `..`. [SC2006]
1186
 
./configure:6675:30: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1187
 
./configure:6675:35: note: Double quote to prevent globbing and word splitting. [SC2086]
1188
 
./configure:6675:58: note: This \/ will be a regular '/' in this context. [SC1001]
1189
 
./configure:6676:29: note: Use $(..) instead of legacy `..`. [SC2006]
1190
 
./configure:6676:30: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1191
 
./configure:6676:35: note: Double quote to prevent globbing and word splitting. [SC2086]
1192
 
./configure:6687:23: warning: Quote this to prevent word splitting. [SC2046]
1193
 
./configure:6687:23: note: Use $(..) instead of legacy `..`. [SC2006]
1194
 
./configure:6691:11: note: Use $(..) instead of legacy `..`. [SC2006]
1195
 
./configure:6691:12: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1196
 
./configure:6695:29: note: Use $(..) instead of legacy `..`. [SC2006]
1197
 
./configure:6700:29: note: Use $(..) instead of legacy `..`. [SC2006]
1198
 
./configure:6700:30: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
1199
 
./configure:6700:35: note: Double quote to prevent globbing and word splitting. [SC2086]
1200
 
./configure:6700:58: note: This \/ will be a regular '/' in this context. [SC1001]
1201
 
./configure:6707:12: note: Double quote to prevent globbing and word splitting. [SC2086]
1202
 
./configure:6721:3: note: Double quote to prevent globbing and word splitting. [SC2086]
1203
 
./configure:6722:3: note: Double quote to prevent globbing and word splitting. [SC2086]
1204
 
./configure:6723:3: note: Double quote to prevent globbing and word splitting. [SC2086]
1205
 
./configure:6732:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1206
 
./configure:6732:38: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
1207
 
./configure:6742:16: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1208
 
./configure:6760:6: note: Use $(..) instead of legacy `..`. [SC2006]
1209
 
./configure:6819:1: warning: to_host_file_cmd appears unused. Verify it or export it. [SC2034]
1210
 
./configure:6846:1: warning: to_tool_file_cmd appears unused. Verify it or export it. [SC2034]
1211
 
./configure:6868:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1212
 
./configure:6877:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1213
 
./configure:6879:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1214
 
./configure:6894:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1215
 
./configure:6904:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1216
 
./configure:6909:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1217
 
./configure:6934:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1218
 
./configure:6944:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1219
 
./configure:6949:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1220
 
./configure:6996:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1221
 
./configure:7042:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1222
 
./configure:7049:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1223
 
./configure:7064:34: note: Use $(..) instead of legacy `..`. [SC2006]
1224
 
./configure:7137:15: note: Use $(..) instead of legacy `..`. [SC2006]
1225
 
./configure:7164:32: note: Use $(..) instead of legacy `..`. [SC2006]
1226
 
./configure:7176:5: warning: lt_cv_file_magic_test_file appears unused. Verify it or export it. [SC2034]
1227
 
./configure:7204:23: note: Use $(..) instead of legacy `..`. [SC2006]
1228
 
./configure:7237:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1229
 
./configure:7247:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1230
 
./configure:7252:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1231
 
./configure:7277:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1232
 
./configure:7287:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1233
 
./configure:7292:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1234
 
./configure:7346:8: note: Use $(..) instead of legacy `..`. [SC2006]
1235
 
./configure:7375:18: warning: This loop will only run once, with ac_prog='ar'. [SC2043]
1236
 
./configure:7378:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1237
 
./configure:7388:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1238
 
./configure:7393:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1239
 
./configure:7419:18: warning: This loop will only run once, with ac_prog='ar'. [SC2043]
1240
 
./configure:7422:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1241
 
./configure:7432:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1242
 
./configure:7437:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1243
 
./configure:7475:3: note: Double quote to prevent globbing and word splitting. [SC2086]
1244
 
./configure:7505:17: note: Double quote to prevent globbing and word splitting. [SC2086]
1245
 
./configure:7506:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1246
 
./configure:7508:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1247
 
./configure:7514:17: note: Double quote to prevent globbing and word splitting. [SC2086]
1248
 
./configure:7516:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1249
 
./configure:7527:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1250
 
./configure:7547:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1251
 
./configure:7557:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1252
 
./configure:7562:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1253
 
./configure:7587:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1254
 
./configure:7597:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1255
 
./configure:7602:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1256
 
./configure:7646:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1257
 
./configure:7656:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1258
 
./configure:7661:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1259
 
./configure:7686:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1260
 
./configure:7696:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1261
 
./configure:7701:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1262
 
./configure:7744:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1263
 
./configure:7745:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1264
 
./configure:7868:6: note: Use $(..) instead of legacy `..`. [SC2006]
1265
 
./configure:7886:10: note: Use $(..) instead of legacy `..`. [SC2006]
1266
 
./configure:7902:42: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1267
 
./configure:7903:45: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1268
 
./configure:7904:60: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1269
 
./configure:7905:69: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1270
 
./configure:7906:35: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1271
 
./configure:7907:55: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1272
 
./configure:7908:33: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1273
 
./configure:7909:66: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1274
 
./configure:7910:50: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1275
 
./configure:7911:45: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1276
 
./configure:7912:78: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1277
 
./configure:7937:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1278
 
./configure:7943:87: warning: The surrounding quotes actually unquote this. Remove or escape them. [SC2027]
1279
 
./configure:7943:87: note: Double quote to prevent globbing and word splitting. [SC2086]
1280
 
./configure:7944:22: note: Double quote to prevent globbing and word splitting. [SC2086]
1281
 
./configure:7977:44: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1282
 
./configure:8007:16: note: Double quote to prevent globbing and word splitting. [SC2086]
1283
 
./configure:8007:36: note: Double quote to prevent globbing and word splitting. [SC2086]
1284
 
./configure:8013:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1285
 
./configure:8016:45: note: Double quote to prevent globbing and word splitting. [SC2086]
1286
 
./configure:8031:11: warning: progname is referenced but not assigned. [SC2154]
1287
 
./configure:8105:17: note: Use $(..) instead of legacy `..`. [SC2006]
1288
 
./configure:8109:15: note: Use $(..) instead of legacy `..`. [SC2006]
1289
 
./configure:8141:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1290
 
./configure:8145:10: note: Use $(..) instead of legacy `..`. [SC2006]
1291
 
./configure:8145:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1292
 
./configure:8160:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1293
 
./configure:8165:12: note: Use $(..) instead of legacy `..`. [SC2006]
1294
 
./configure:8165:36: note: Double quote to prevent globbing and word splitting. [SC2086]
1295
 
./configure:8177:12: note: Use $(..) instead of legacy `..`. [SC2006]
1296
 
./configure:8177:36: note: Double quote to prevent globbing and word splitting. [SC2086]
1297
 
./configure:8198:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1298
 
./configure:8202:10: note: Use $(..) instead of legacy `..`. [SC2006]
1299
 
./configure:8256:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1300
 
./configure:8257:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1301
 
./configure:8258:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1302
 
./configure:8277:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1303
 
./configure:8278:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1304
 
./configure:8280:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1305
 
./configure:8281:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1306
 
./configure:8282:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1307
 
./configure:8297:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1308
 
./configure:8301:10: note: Use $(..) instead of legacy `..`. [SC2006]
1309
 
./configure:8335:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1310
 
./configure:8345:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1311
 
./configure:8350:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1312
 
./configure:8375:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1313
 
./configure:8385:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1314
 
./configure:8390:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1315
 
./configure:8455:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1316
 
./configure:8465:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1317
 
./configure:8470:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1318
 
./configure:8495:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1319
 
./configure:8505:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1320
 
./configure:8510:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1321
 
./configure:8547:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1322
 
./configure:8557:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1323
 
./configure:8562:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1324
 
./configure:8587:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1325
 
./configure:8597:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1326
 
./configure:8602:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1327
 
./configure:8639:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1328
 
./configure:8649:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1329
 
./configure:8654:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1330
 
./configure:8679:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1331
 
./configure:8689:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1332
 
./configure:8694:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1333
 
./configure:8731:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1334
 
./configure:8741:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1335
 
./configure:8746:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1336
 
./configure:8771:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1337
 
./configure:8781:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1338
 
./configure:8786:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1339
 
./configure:8823:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1340
 
./configure:8833:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1341
 
./configure:8838:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1342
 
./configure:8863:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
1343
 
./configure:8873:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1344
 
./configure:8878:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1345
 
./configure:8954:8: note: Double quote to prevent globbing and word splitting. [SC2086]
1346
 
./configure:8954:18: note: Double quote to prevent globbing and word splitting. [SC2086]
1347
 
./configure:9000:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1348
 
./configure:9001:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1349
 
./configure:9018:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1350
 
./configure:9027:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1351
 
./configure:9027:23: note: Double quote to prevent globbing and word splitting. [SC2086]
1352
 
./configure:9044:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1353
 
./configure:9046:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1354
 
./configure:9053:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1355
 
./configure:9055:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1356
 
./configure:9057:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1357
 
./configure:9062:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1358
 
./configure:9065:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1359
 
./configure:9067:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1360
 
./configure:9070:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1361
 
./configure:9078:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1362
 
./configure:9079:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1363
 
./configure:9080:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1364
 
./configure:9209:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1365
 
./configure:9210:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1366
 
./configure:9211:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1367
 
./configure:9240:34: note: Double quote to prevent globbing and word splitting. [SC2086]
1368
 
./configure:9313:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
1369
 
./configure:9313:59: note: Double quote to prevent globbing and word splitting. [SC2086]
1370
 
./configure:9314:12: note: Double quote to prevent globbing and word splitting. [SC2086]
1371
 
./configure:9331:16: note: Use $(..) instead of legacy `..`. [SC2006]
1372
 
./configure:9331:54: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1373
 
./configure:9336:9: note: Use $(..) instead of legacy `..`. [SC2006]
1374
 
./configure:9336:39: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
1375
 
./configure:9344:18: warning: This loop will only run once, with ac_header='dlfcn.h'. [SC2043]
1376
 
./configure:9348:11: warning: ac_cv_header_dlfcn_h is referenced but not assigned. [SC2154]
1377
 
./configure:9363:29: note: Use $(..) instead of legacy `..`. [SC2006]
1378
 
./configure:9364:29: note: Use $(..) instead of legacy `..`. [SC2006]
1379
 
./configure:9414:10: warning: with_pic is referenced but not assigned. [SC2154]
1380
 
./configure:9478:1: warning: LIBTOOL_DEPS appears unused. Verify it or export it. [SC2034]
1381
 
./configure:9481:1: warning: LIBTOOL appears unused. Verify it or export it. [SC2034]
1382
 
./configure:9481:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1383
 
./configure:9583:1: warning: old_CC appears unused. Verify it or export it. [SC2034]
1384
 
./configure:9584:1: warning: old_CFLAGS appears unused. Verify it or export it. [SC2034]
1385
 
./configure:9597:5: note: This \- will be a regular '-' in this context. [SC1001]
1386
 
./configure:9601:13: note: Use $(..) instead of legacy `..`. [SC2006]
1387
 
./configure:9608:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1388
 
./configure:9621:36: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1389
 
./configure:9627:19: warning: file_magic_test_file is referenced but not assigned. [SC2154]
1390
 
./configure:9630:21: note: Use $(..) instead of legacy `..`. [SC2006]
1391
 
./configure:9687:36: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1392
 
./configure:9696:21: note: Use $(..) instead of legacy `..`. [SC2006]
1393
 
./configure:9749:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1394
 
./configure:9750:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1395
 
./configure:9751:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1396
 
./configure:9790:20: error: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. [SC2069]
1397
 
./configure:9791:26: note: Use $(..) instead of legacy `..`. [SC2006]
1398
 
./configure:9796:17: error: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. [SC2069]
1399
 
./configure:9797:24: note: Use $(..) instead of legacy `..`. [SC2006]
1400
 
./configure:9831:15: note: Use $(..) instead of legacy `..`. [SC2006]
1401
 
./configure:9831:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1402
 
./configure:9831:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1403
 
./configure:9831:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1404
 
./configure:10008:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1405
 
./configure:10063:7: note: Use $(..) instead of legacy `..`. [SC2006]
1406
 
./configure:10208:15: note: Use $(..) instead of legacy `..`. [SC2006]
1407
 
./configure:10208:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1408
 
./configure:10208:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1409
 
./configure:10208:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1410
 
./configure:10239:6: warning: lt_prog_compiler_can_build_shared appears unused. Verify it or export it. [SC2034]
1411
 
./configure:10258:76: warning: lt_tmp_static_flag is referenced but not assigned. [SC2154]
1412
 
./configure:10267:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1413
 
./configure:10267:57: note: Double quote to prevent globbing and word splitting. [SC2086]
1414
 
./configure:10309:4: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
1415
 
./configure:10318:15: note: Use $(..) instead of legacy `..`. [SC2006]
1416
 
./configure:10318:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1417
 
./configure:10318:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1418
 
./configure:10318:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1419
 
./configure:10364:4: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
1420
 
./configure:10373:15: note: Use $(..) instead of legacy `..`. [SC2006]
1421
 
./configure:10373:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1422
 
./configure:10373:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1423
 
./configure:10373:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1424
 
./configure:10447:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1425
 
./configure:10447:93: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1426
 
./configure:10461:3: warning: thread_safe_flag_spec appears unused. Verify it or export it. [SC2034]
1427
 
./configure:10512:7: note: Use $(..) instead of legacy `..`. [SC2006]
1428
 
./configure:10529:11: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1429
 
./configure:10535:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1430
 
./configure:10536:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1431
 
./configure:10539:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1432
 
./configure:10544:10: note: Use $(..) instead of legacy `..`. [SC2006]
1433
 
./configure:10576:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1434
 
./configure:10580:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1435
 
./configure:10581:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1436
 
./configure:10592:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1437
 
./configure:10601:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1438
 
./configure:10602:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1439
 
./configure:10606:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1440
 
./configure:10606:202: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1441
 
./configure:10610:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1442
 
./configure:10613:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1443
 
./configure:10626:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1444
 
./configure:10633:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1445
 
./configure:10634:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1446
 
./configure:10641:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1447
 
./configure:10642:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1448
 
./configure:10655:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1449
 
./configure:10659:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1450
 
./configure:10660:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1451
 
./configure:10664:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1452
 
./configure:10665:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1453
 
./configure:10677:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1454
 
./configure:10679:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1455
 
./configure:10683:7: note: Use $(..) instead of legacy `..`. [SC2006]
1456
 
./configure:10685:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1457
 
./configure:10691:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1458
 
./configure:10691:52: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1459
 
./configure:10694:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1460
 
./configure:10697:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1461
 
./configure:10703:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1462
 
./configure:10704:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1463
 
./configure:10705:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1464
 
./configure:10707:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1465
 
./configure:10721:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1466
 
./configure:10724:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1467
 
./configure:10725:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1468
 
./configure:10743:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1469
 
./configure:10744:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1470
 
./configure:10751:12: note: Use $(..) instead of legacy `..`. [SC2006]
1471
 
./configure:10771:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1472
 
./configure:10772:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1473
 
./configure:10773:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1474
 
./configure:10782:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1475
 
./configure:10790:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1476
 
./configure:10791:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1477
 
./configure:10810:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1478
 
./configure:10834:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1479
 
./configure:10834:188: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1480
 
./configure:10836:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1481
 
./configure:10836:172: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1482
 
./configure:10845:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1483
 
./configure:10845:40: note: Double quote to prevent globbing and word splitting. [SC2086]
1484
 
./configure:10868:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1485
 
./configure:10874:17: note: Use $(..) instead of legacy `..`. [SC2006]
1486
 
./configure:10887:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1487
 
./configure:10894:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1488
 
./configure:10905:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1489
 
./configure:10907:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1490
 
./configure:10912:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1491
 
./configure:10922:18: warning: lt_cv_aix_libpath is referenced but not assigned (did you mean 'lt_cv_aix_libpath_'?). [SC2154]
1492
 
./configure:10948:22: note: Use $(..) instead of legacy `..`. [SC2006]
1493
 
./configure:10948:39: note: Double quote to prevent globbing and word splitting. [SC2086]
1494
 
./configure:10951:24: note: Use $(..) instead of legacy `..`. [SC2006]
1495
 
./configure:10951:44: note: Double quote to prevent globbing and word splitting. [SC2086]
1496
 
./configure:10955:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1497
 
./configure:10965:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1498
 
./configure:10966:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1499
 
./configure:10966:101: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1500
 
./configure:10969:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1501
 
./configure:10971:43: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1502
 
./configure:10971:112: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1503
 
./configure:11001:22: note: Use $(..) instead of legacy `..`. [SC2006]
1504
 
./configure:11001:39: note: Double quote to prevent globbing and word splitting. [SC2086]
1505
 
./configure:11004:24: note: Use $(..) instead of legacy `..`. [SC2006]
1506
 
./configure:11004:44: note: Double quote to prevent globbing and word splitting. [SC2086]
1507
 
./configure:11008:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1508
 
./configure:11018:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1509
 
./configure:11021:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1510
 
./configure:11022:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1511
 
./configure:11025:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1512
 
./configure:11028:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1513
 
./configure:11032:43: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1514
 
./configure:11041:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1515
 
./configure:11045:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1516
 
./configure:11046:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1517
 
./configure:11073:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1518
 
./configure:11074:22: warning: Did you forget to close this single quoted string? [SC1078]
1519
 
./configure:11074:22: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1520
 
./configure:11074:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1521
 
./configure:11075:16: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
1522
 
./configure:11075:61: note: This \1 will be a regular '1' in this context. [SC1001]
1523
 
./configure:11075:76: warning: Did you forget to close this single quoted string? [SC1078]
1524
 
./configure:11075:76: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1525
 
./configure:11077:13: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
1526
 
./configure:11077:58: note: This \1 will be a regular '1' in this context. [SC1001]
1527
 
./configure:11077:61: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1528
 
./configure:11085:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1529
 
./configure:11085:127: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1530
 
./configure:11085:167: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1531
 
./configure:11087:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1532
 
./configure:11088:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1533
 
./configure:11111:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1534
 
./configure:11115:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1535
 
./configure:11129:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1536
 
./configure:11154:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1537
 
./configure:11155:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1538
 
./configure:11164:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1539
 
./configure:11165:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1540
 
./configure:11172:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1541
 
./configure:11180:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1542
 
./configure:11181:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1543
 
./configure:11188:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1544
 
./configure:11190:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1545
 
./configure:11192:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1546
 
./configure:11199:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1547
 
./configure:11204:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1548
 
./configure:11206:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1549
 
./configure:11209:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1550
 
./configure:11213:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1551
 
./configure:11224:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1552
 
./configure:11227:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1553
 
./configure:11230:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1554
 
./configure:11236:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1555
 
./configure:11239:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1556
 
./configure:11254:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1557
 
./configure:11254:57: note: Double quote to prevent globbing and word splitting. [SC2086]
1558
 
./configure:11277:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1559
 
./configure:11279:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1560
 
./configure:11286:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1561
 
./configure:11297:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1562
 
./configure:11309:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1563
 
./configure:11331:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1564
 
./configure:11337:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1565
 
./configure:11340:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1566
 
./configure:11341:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1567
 
./configure:11344:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1568
 
./configure:11352:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1569
 
./configure:11354:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1570
 
./configure:11356:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1571
 
./configure:11362:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1572
 
./configure:11364:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1573
 
./configure:11377:14: note: Use $(..) instead of legacy `..`. [SC2006]
1574
 
./configure:11378:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1575
 
./configure:11379:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1576
 
./configure:11380:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1577
 
./configure:11381:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1578
 
./configure:11385:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1579
 
./configure:11386:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1580
 
./configure:11389:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1581
 
./configure:11390:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1582
 
./configure:11400:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1583
 
./configure:11403:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1584
 
./configure:11404:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1585
 
./configure:11409:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1586
 
./configure:11410:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1587
 
./configure:11413:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1588
 
./configure:11416:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1589
 
./configure:11422:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1590
 
./configure:11423:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1591
 
./configure:11424:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1592
 
./configure:11427:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1593
 
./configure:11428:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1594
 
./configure:11432:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1595
 
./configure:11441:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1596
 
./configure:11442:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1597
 
./configure:11443:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1598
 
./configure:11446:7: note: Use $(..) instead of legacy `..`. [SC2006]
1599
 
./configure:11449:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1600
 
./configure:11450:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1601
 
./configure:11454:10: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1602
 
./configure:11455:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1603
 
./configure:11456:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1604
 
./configure:11461:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1605
 
./configure:11471:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1606
 
./configure:11473:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1607
 
./configure:11484:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1608
 
./configure:11486:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1609
 
./configure:11488:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1610
 
./configure:11497:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1611
 
./configure:11503:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1612
 
./configure:11504:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1613
 
./configure:11508:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1614
 
./configure:11517:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1615
 
./configure:11524:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1616
 
./configure:11527:2: warning: hardcode_runpath_var appears unused. Verify it or export it. [SC2034]
1617
 
./configure:11533:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1618
 
./configure:11539:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1619
 
./configure:11540:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1620
 
./configure:11542:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1621
 
./configure:11543:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1622
 
./configure:11554:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1623
 
./configure:11555:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1624
 
./configure:11558:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1625
 
./configure:11561:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1626
 
./configure:11565:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1627
 
./configure:11566:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1628
 
./configure:11568:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1629
 
./configure:11569:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1630
 
./configure:11574:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1631
 
./configure:11575:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1632
 
./configure:11584:14: note: Double quote to prevent globbing and word splitting. [SC2086]
1633
 
./configure:11587:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1634
 
./configure:11626:5: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1635
 
./configure:11639:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1636
 
./configure:11657:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1637
 
./configure:11845:23: note: Use $(..) instead of legacy `..`. [SC2006]
1638
 
./configure:11852:25: note: Use $(..) instead of legacy `..`. [SC2006]
1639
 
./configure:11855:25: note: Use $(..) instead of legacy `..`. [SC2006]
1640
 
./configure:11861:19: note: Use $(..) instead of legacy `..`. [SC2006]
1641
 
./configure:11861:24: note: Double quote to prevent globbing and word splitting. [SC2086]
1642
 
./configure:11861:42: note: Double quote to prevent globbing and word splitting. [SC2086]
1643
 
./configure:11870:23: note: Use $(..) instead of legacy `..`. [SC2006]
1644
 
./configure:11893:42: note: Use $(..) instead of legacy `..`. [SC2006]
1645
 
./configure:11896:28: note: Use $(..) instead of legacy `..`. [SC2006]
1646
 
./configure:11901:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1647
 
./configure:11923:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1648
 
./configure:11927:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1649
 
./configure:11937:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1650
 
./configure:11963:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1651
 
./configure:11967:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1652
 
./configure:11968:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1653
 
./configure:11979:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1654
 
./configure:11982:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1655
 
./configure:11984:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1656
 
./configure:11984:145: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1657
 
./configure:11990:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1658
 
./configure:11998:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1659
 
./configure:11999:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1660
 
./configure:12000:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1661
 
./configure:12018:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1662
 
./configure:12020:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1663
 
./configure:12021:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1664
 
./configure:12021:44: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1665
 
./configure:12021:61: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1666
 
./configure:12021:81: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1667
 
./configure:12026:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1668
 
./configure:12026:49: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1669
 
./configure:12027:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1670
 
./configure:12029:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1671
 
./configure:12029:50: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1672
 
./configure:12029:76: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1673
 
./configure:12037:19: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1674
 
./configure:12037:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1675
 
./configure:12037:58: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1676
 
./configure:12037:97: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1677
 
./configure:12043:19: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1678
 
./configure:12043:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1679
 
./configure:12043:67: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1680
 
./configure:12047:26: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1681
 
./configure:12047:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1682
 
./configure:12047:64: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1683
 
./configure:12047:103: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1684
 
./configure:12055:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1685
 
./configure:12056:17: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1686
 
./configure:12056:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1687
 
./configure:12056:65: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1688
 
./configure:12057:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1689
 
./configure:12064:22: warning: Possible misspelling: LIB may not be assigned, but LIBS is. [SC2153]
1690
 
./configure:12068:17: note: Use $(..) instead of legacy `..`. [SC2006]
1691
 
./configure:12068:68: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
1692
 
./configure:12073:32: note: Use $(..) instead of legacy `..`. [SC2006]
1693
 
./configure:12079:32: note: Use $(..) instead of legacy `..`. [SC2006]
1694
 
./configure:12080:32: note: Use $(..) instead of legacy `..`. [SC2006]
1695
 
./configure:12081:32: note: Use $(..) instead of legacy `..`. [SC2006]
1696
 
./configure:12087:34: note: Use $(..) instead of legacy `..`. [SC2006]
1697
 
./configure:12089:34: note: Use $(..) instead of legacy `..`. [SC2006]
1698
 
./configure:12097:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1699
 
./configure:12098:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1700
 
./configure:12098:44: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1701
 
./configure:12098:61: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1702
 
./configure:12098:81: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1703
 
./configure:12102:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1704
 
./configure:12102:50: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1705
 
./configure:12102:76: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1706
 
./configure:12111:24: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1707
 
./configure:12111:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1708
 
./configure:12111:72: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1709
 
./configure:12124:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1710
 
./configure:12125:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1711
 
./configure:12128:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1712
 
./configure:12138:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1713
 
./configure:12139:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1714
 
./configure:12147:15: note: Use $(..) instead of legacy `..`. [SC2006]
1715
 
./configure:12157:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1716
 
./configure:12162:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1717
 
./configure:12191:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1718
 
./configure:12192:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1719
 
./configure:12203:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1720
 
./configure:12204:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1721
 
./configure:12224:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1722
 
./configure:12225:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1723
 
./configure:12239:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1724
 
./configure:12240:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1725
 
./configure:12249:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1726
 
./configure:12250:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1727
 
./configure:12254:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1728
 
./configure:12263:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1729
 
./configure:12264:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1730
 
./configure:12283:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1731
 
./configure:12284:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1732
 
./configure:12287:12: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1733
 
./configure:12292:14: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1734
 
./configure:12292:25: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1735
 
./configure:12297:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1736
 
./configure:12297:26: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
1737
 
./configure:12318:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1738
 
./configure:12319:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1739
 
./configure:12320:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1740
 
./configure:12345:28: note: Double quote to prevent globbing and word splitting. [SC2086]
1741
 
./configure:12350:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1742
 
./configure:12365:17: note: Use $(..) instead of legacy `..`. [SC2006]
1743
 
./configure:12382:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1744
 
./configure:12383:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1745
 
./configure:12395:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1746
 
./configure:12396:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1747
 
./configure:12399:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1748
 
./configure:12400:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1749
 
./configure:12410:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1750
 
./configure:12419:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1751
 
./configure:12420:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1752
 
./configure:12436:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1753
 
./configure:12437:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1754
 
./configure:12439:15: note: Use $(..) instead of legacy `..`. [SC2006]
1755
 
./configure:12454:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1756
 
./configure:12457:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1757
 
./configure:12466:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1758
 
./configure:12467:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1759
 
./configure:12481:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1760
 
./configure:12482:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1761
 
./configure:12487:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1762
 
./configure:12492:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1763
 
./configure:12493:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1764
 
./configure:12504:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1765
 
./configure:12505:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1766
 
./configure:12528:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1767
 
./configure:12529:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1768
 
./configure:12538:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1769
 
./configure:12539:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1770
 
./configure:12561:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1771
 
./configure:12569:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1772
 
./configure:12570:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1773
 
./configure:12587:10: warning: lt_cv_sys_lib_search_path_spec is referenced but not assigned. [SC2154]
1774
 
./configure:12590:10: warning: lt_cv_sys_lib_dlsearch_path_spec is referenced but not assigned. [SC2154]
1775
 
./configure:12786:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1776
 
./configure:12805:11: warning: ac_cv_func_shl_load is referenced but not assigned. [SC2154]
1777
 
./configure:12839:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1778
 
./configure:12848:11: warning: ac_cv_func_dlopen is referenced but not assigned. [SC2154]
1779
 
./configure:12882:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1780
 
./configure:12921:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1781
 
./configure:12960:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1782
 
./configure:13085:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1783
 
./configure:13088:45: note: Double quote to prevent globbing and word splitting. [SC2086]
1784
 
./configure:13088:58: warning: This is interpretted as a shell file redirection, not a comparison. [SC2065]
1785
 
./configure:13191:9: note: Double quote to prevent globbing and word splitting. [SC2086]
1786
 
./configure:13194:45: note: Double quote to prevent globbing and word splitting. [SC2086]
1787
 
./configure:13194:58: warning: This is interpretted as a shell file redirection, not a comparison. [SC2065]
1788
 
./configure:13306:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1789
 
./configure:13331:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1790
 
./configure:13332:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1791
 
./configure:13333:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1792
 
./configure:13339:33: warning: Remove backticks to avoid executing output. [SC2092]
1793
 
./configure:13339:33: note: Use $(..) instead of legacy `..`. [SC2006]
1794
 
./configure:13342:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1795
 
./configure:13343:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1796
 
./configure:13344:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1797
 
./configure:13469:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1798
 
./configure:13470:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1799
 
./configure:13471:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1800
 
./configure:13479:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1801
 
./configure:13480:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1802
 
./configure:13481:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1803
 
./configure:13513:1: warning: objext_CXX appears unused. Verify it or export it. [SC2034]
1804
 
./configure:13546:20: error: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. [SC2069]
1805
 
./configure:13547:26: note: Use $(..) instead of legacy `..`. [SC2006]
1806
 
./configure:13552:17: error: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. [SC2069]
1807
 
./configure:13553:24: note: Use $(..) instead of legacy `..`. [SC2006]
1808
 
./configure:13584:5: note: This \- will be a regular '-' in this context. [SC1001]
1809
 
./configure:13588:13: note: Use $(..) instead of legacy `..`. [SC2006]
1810
 
./configure:13620:13: note: Use $(..) instead of legacy `..`. [SC2006]
1811
 
./configure:13622:13: note: Use $(..) instead of legacy `..`. [SC2006]
1812
 
./configure:13629:15: note: Use $(..) instead of legacy `..`. [SC2006]
1813
 
./configure:13631:10: note: Use $(..) instead of legacy `..`. [SC2006]
1814
 
./configure:13631:17: note: Double quote to prevent globbing and word splitting. [SC2086]
1815
 
./configure:13656:17: note: PATH was modified in a subshell. That change might be lost. [SC2031]
1816
 
./configure:13664:12: note: Use $(..) instead of legacy `..`. [SC2006]
1817
 
./configure:13695:6: note: Use $(..) instead of legacy `..`. [SC2006]
1818
 
./configure:13717:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1819
 
./configure:13718:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1820
 
./configure:13720:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1821
 
./configure:13721:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1822
 
./configure:13726:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1823
 
./configure:13729:18: note: Use $(..) instead of legacy `..`. [SC2006]
1824
 
./configure:13731:47: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1825
 
./configure:13744:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1826
 
./configure:13750:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1827
 
./configure:13807:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1828
 
./configure:13813:17: note: Use $(..) instead of legacy `..`. [SC2006]
1829
 
./configure:13826:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1830
 
./configure:13832:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1831
 
./configure:13842:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1832
 
./configure:13844:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1833
 
./configure:13849:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1834
 
./configure:13886:26: note: Use $(..) instead of legacy `..`. [SC2006]
1835
 
./configure:13886:43: note: Double quote to prevent globbing and word splitting. [SC2086]
1836
 
./configure:13889:28: note: Use $(..) instead of legacy `..`. [SC2006]
1837
 
./configure:13889:48: note: Double quote to prevent globbing and word splitting. [SC2086]
1838
 
./configure:13893:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1839
 
./configure:13903:41: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1840
 
./configure:13905:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1841
 
./configure:13905:107: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1842
 
./configure:13908:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1843
 
./configure:13910:49: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1844
 
./configure:13910:118: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1845
 
./configure:13940:26: note: Use $(..) instead of legacy `..`. [SC2006]
1846
 
./configure:13940:43: note: Double quote to prevent globbing and word splitting. [SC2086]
1847
 
./configure:13943:28: note: Use $(..) instead of legacy `..`. [SC2006]
1848
 
./configure:13943:48: note: Double quote to prevent globbing and word splitting. [SC2086]
1849
 
./configure:13947:13: note: Double quote to prevent globbing and word splitting. [SC2086]
1850
 
./configure:13957:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1851
 
./configure:13960:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1852
 
./configure:13961:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1853
 
./configure:13964:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1854
 
./configure:13967:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1855
 
./configure:13972:49: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1856
 
./configure:13982:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1857
 
./configure:14012:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1858
 
./configure:14013:28: warning: Did you forget to close this single quoted string? [SC1078]
1859
 
./configure:14013:28: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
1860
 
./configure:14013:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1861
 
./configure:14014:19: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
1862
 
./configure:14014:64: note: This \1 will be a regular '1' in this context. [SC1001]
1863
 
./configure:14014:79: warning: Did you forget to close this single quoted string? [SC1078]
1864
 
./configure:14014:79: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1865
 
./configure:14016:16: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
1866
 
./configure:14016:61: note: This \1 will be a regular '1' in this context. [SC1001]
1867
 
./configure:14016:64: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1868
 
./configure:14024:4: warning: old_postinstall_cmds_CXX appears unused. Verify it or export it. [SC2034]
1869
 
./configure:14024:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1870
 
./configure:14025:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1871
 
./configure:14044:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1872
 
./configure:14045:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1873
 
./configure:14051:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1874
 
./configure:14054:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1875
 
./configure:14075:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1876
 
./configure:14141:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1877
 
./configure:14146:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1878
 
./configure:14148:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1879
 
./configure:14160:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1880
 
./configure:14169:37: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1881
 
./configure:14173:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1882
 
./configure:14184:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1883
 
./configure:14191:37: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1884
 
./configure:14217:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1885
 
./configure:14220:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1886
 
./configure:14223:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1887
 
./configure:14234:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1888
 
./configure:14241:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1889
 
./configure:14244:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1890
 
./configure:14247:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1891
 
./configure:14262:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1892
 
./configure:14263:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1893
 
./configure:14270:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1894
 
./configure:14271:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1895
 
./configure:14277:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1896
 
./configure:14283:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1897
 
./configure:14288:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1898
 
./configure:14290:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1899
 
./configure:14296:39: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1900
 
./configure:14309:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1901
 
./configure:14309:98: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1902
 
./configure:14310:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1903
 
./configure:14310:105: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1904
 
./configure:14319:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1905
 
./configure:14321:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1906
 
./configure:14322:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1907
 
./configure:14326:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1908
 
./configure:14334:11: note: Use $(..) instead of legacy `..`. [SC2006]
1909
 
./configure:14336:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1910
 
./configure:14337:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1911
 
./configure:14344:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1912
 
./configure:14344:51: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1913
 
./configure:14345:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1914
 
./configure:14345:51: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1915
 
./configure:14349:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1916
 
./configure:14350:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1917
 
./configure:14351:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1918
 
./configure:14355:11: note: Use $(..) instead of legacy `..`. [SC2006]
1919
 
./configure:14357:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1920
 
./configure:14361:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1921
 
./configure:14366:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1922
 
./configure:14370:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1923
 
./configure:14376:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1924
 
./configure:14377:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1925
 
./configure:14381:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1926
 
./configure:14382:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1927
 
./configure:14383:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1928
 
./configure:14387:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1929
 
./configure:14388:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1930
 
./configure:14391:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1931
 
./configure:14402:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1932
 
./configure:14406:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1933
 
./configure:14407:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1934
 
./configure:14408:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1935
 
./configure:14410:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1936
 
./configure:14417:11: note: Use $(..) instead of legacy `..`. [SC2006]
1937
 
./configure:14421:25: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1938
 
./configure:14422:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1939
 
./configure:14423:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1940
 
./configure:14424:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1941
 
./configure:14436:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1942
 
./configure:14468:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1943
 
./configure:14470:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1944
 
./configure:14475:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1945
 
./configure:14492:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1946
 
./configure:14493:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1947
 
./configure:14494:16: note: Use $(..) instead of legacy `..`. [SC2006]
1948
 
./configure:14495:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1949
 
./configure:14496:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1950
 
./configure:14497:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1951
 
./configure:14513:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1952
 
./configure:14513:98: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1953
 
./configure:14515:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1954
 
./configure:14521:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1955
 
./configure:14522:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1956
 
./configure:14533:35: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1957
 
./configure:14534:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1958
 
./configure:14535:40: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1959
 
./configure:14539:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1960
 
./configure:14540:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1961
 
./configure:14544:40: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1962
 
./configure:14558:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1963
 
./configure:14562:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1964
 
./configure:14565:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1965
 
./configure:14568:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1966
 
./configure:14572:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1967
 
./configure:14578:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1968
 
./configure:14618:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1969
 
./configure:14619:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1970
 
./configure:14622:36: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1971
 
./configure:14630:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1972
 
./configure:14641:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1973
 
./configure:14645:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1974
 
./configure:14648:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1975
 
./configure:14653:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1976
 
./configure:14655:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1977
 
./configure:14656:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1978
 
./configure:14662:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1979
 
./configure:14666:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1980
 
./configure:14667:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1981
 
./configure:14673:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1982
 
./configure:14676:38: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1983
 
./configure:14680:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1984
 
./configure:14689:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1985
 
./configure:14696:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1986
 
./configure:14697:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1987
 
./configure:14700:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1988
 
./configure:14701:28: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1989
 
./configure:14713:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1990
 
./configure:14714:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1991
 
./configure:14717:32: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1992
 
./configure:14720:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1993
 
./configure:14725:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1994
 
./configure:14726:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1995
 
./configure:14727:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1996
 
./configure:14729:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1997
 
./configure:14733:23: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1998
 
./configure:14734:30: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
1999
 
./configure:14801:9: note: Double quote to prevent globbing and word splitting. [SC2086]
2000
 
./configure:14812:12: note: Use $(..) instead of legacy `..`. [SC2006]
2001
 
./configure:14818:16: note: Double quote to prevent globbing and word splitting. [SC2086]
2002
 
./configure:14819:16: note: Double quote to prevent globbing and word splitting. [SC2086]
2003
 
./configure:14909:8: note: Use $(..) instead of legacy `..`. [SC2006]
2004
 
./configure:14960:31: note: Use $(..) instead of legacy `..`. [SC2006]
2005
 
./configure:15125:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2006
 
./configure:15132:34: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2007
 
./configure:15201:11: note: Use $(..) instead of legacy `..`. [SC2006]
2008
 
./configure:15352:15: note: Use $(..) instead of legacy `..`. [SC2006]
2009
 
./configure:15352:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2010
 
./configure:15352:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2011
 
./configure:15352:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2012
 
./configure:15383:6: warning: lt_prog_compiler_can_build_shared_CXX appears unused. Verify it or export it. [SC2034]
2013
 
./configure:15405:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2014
 
./configure:15405:57: note: Double quote to prevent globbing and word splitting. [SC2086]
2015
 
./configure:15444:4: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
2016
 
./configure:15453:15: note: Use $(..) instead of legacy `..`. [SC2006]
2017
 
./configure:15453:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2018
 
./configure:15453:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2019
 
./configure:15453:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2020
 
./configure:15496:4: warning: Consider using ( subshell ), 'cd foo||exit', or pushd/popd instead. [SC2103]
2021
 
./configure:15500:4: warning: lt_compiler_flag appears unused. Verify it or export it. [SC2034]
2022
 
./configure:15505:15: note: Use $(..) instead of legacy `..`. [SC2006]
2023
 
./configure:15505:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2024
 
./configure:15505:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2025
 
./configure:15505:42: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2026
 
./configure:15568:27: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2027
 
./configure:15568:97: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2028
 
./configure:15577:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2029
 
./configure:15577:195: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2030
 
./configure:15579:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2031
 
./configure:15579:179: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2032
 
./configure:15583:30: warning: ltdll_cmds is referenced but not assigned. [SC2154]
2033
 
./configure:15591:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2034
 
./configure:15591:206: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2035
 
./configure:15600:29: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2036
 
./configure:15600:99: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2037
 
./configure:15628:5: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2038
 
./configure:15641:9: note: Double quote to prevent globbing and word splitting. [SC2086]
2039
 
./configure:15645:4: warning: soname appears unused. Verify it or export it. [SC2034]
2040
 
./configure:15646:4: warning: lib appears unused. Verify it or export it. [SC2034]
2041
 
./configure:15647:4: warning: libobjs appears unused. Verify it or export it. [SC2034]
2042
 
./configure:15648:4: warning: deplibs appears unused. Verify it or export it. [SC2034]
2043
 
./configure:15650:4: warning: pic_flag appears unused. Verify it or export it. [SC2034]
2044
 
./configure:15651:4: warning: compiler_flags appears unused. Verify it or export it. [SC2034]
2045
 
./configure:15652:4: warning: linker_flags appears unused. Verify it or export it. [SC2034]
2046
 
./configure:15653:4: warning: verstring appears unused. Verify it or export it. [SC2034]
2047
 
./configure:15654:4: warning: output_objdir appears unused. Verify it or export it. [SC2034]
2048
 
./configure:15655:4: warning: libname appears unused. Verify it or export it. [SC2034]
2049
 
./configure:15659:9: note: Double quote to prevent globbing and word splitting. [SC2086]
2050
 
./configure:15749:14: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2051
 
./configure:15771:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2052
 
./configure:15775:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2053
 
./configure:15785:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2054
 
./configure:15811:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2055
 
./configure:15815:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2056
 
./configure:15816:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2057
 
./configure:15827:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2058
 
./configure:15830:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2059
 
./configure:15832:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2060
 
./configure:15832:145: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2061
 
./configure:15838:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2062
 
./configure:15846:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2063
 
./configure:15847:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2064
 
./configure:15848:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2065
 
./configure:15866:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2066
 
./configure:15868:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2067
 
./configure:15869:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2068
 
./configure:15869:44: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2069
 
./configure:15869:61: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2070
 
./configure:15869:81: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2071
 
./configure:15874:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2072
 
./configure:15874:49: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2073
 
./configure:15875:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2074
 
./configure:15877:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2075
 
./configure:15877:50: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2076
 
./configure:15877:76: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2077
 
./configure:15885:19: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2078
 
./configure:15885:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2079
 
./configure:15885:58: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2080
 
./configure:15885:97: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2081
 
./configure:15890:19: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2082
 
./configure:15890:19: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2083
 
./configure:15890:67: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2084
 
./configure:15894:26: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2085
 
./configure:15894:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2086
 
./configure:15894:64: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2087
 
./configure:15894:103: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2088
 
./configure:15902:18: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2089
 
./configure:15903:17: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2090
 
./configure:15903:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2091
 
./configure:15903:65: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2092
 
./configure:15904:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2093
 
./configure:15915:17: note: Use $(..) instead of legacy `..`. [SC2006]
2094
 
./configure:15915:68: warning: The double quotes around this do nothing. Remove or escape them. [SC2140]
2095
 
./configure:15920:32: note: Use $(..) instead of legacy `..`. [SC2006]
2096
 
./configure:15926:32: note: Use $(..) instead of legacy `..`. [SC2006]
2097
 
./configure:15927:32: note: Use $(..) instead of legacy `..`. [SC2006]
2098
 
./configure:15928:32: note: Use $(..) instead of legacy `..`. [SC2006]
2099
 
./configure:15934:34: note: Use $(..) instead of legacy `..`. [SC2006]
2100
 
./configure:15936:34: note: Use $(..) instead of legacy `..`. [SC2006]
2101
 
./configure:15944:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2102
 
./configure:15945:33: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2103
 
./configure:15945:44: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2104
 
./configure:15945:61: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2105
 
./configure:15945:81: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2106
 
./configure:15949:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2107
 
./configure:15949:50: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2108
 
./configure:15949:76: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2109
 
./configure:15958:24: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2110
 
./configure:15958:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2111
 
./configure:15958:72: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2112
 
./configure:15971:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2113
 
./configure:15972:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2114
 
./configure:15975:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2115
 
./configure:15984:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2116
 
./configure:15985:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2117
 
./configure:15993:15: note: Use $(..) instead of legacy `..`. [SC2006]
2118
 
./configure:16003:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2119
 
./configure:16008:26: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2120
 
./configure:16037:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2121
 
./configure:16038:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2122
 
./configure:16049:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2123
 
./configure:16050:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2124
 
./configure:16070:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2125
 
./configure:16071:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2126
 
./configure:16085:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2127
 
./configure:16086:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2128
 
./configure:16095:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2129
 
./configure:16096:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2130
 
./configure:16100:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2131
 
./configure:16109:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2132
 
./configure:16110:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2133
 
./configure:16129:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2134
 
./configure:16130:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2135
 
./configure:16133:12: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
2136
 
./configure:16138:14: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
2137
 
./configure:16138:25: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
2138
 
./configure:16143:15: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
2139
 
./configure:16143:26: warning: Remove space after = if trying to assign a value (for empty string, use var='' ... ). [SC1007]
2140
 
./configure:16143:28: warning: libmagic appears unused. Verify it or export it. [SC2034]
2141
 
./configure:16164:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2142
 
./configure:16165:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2143
 
./configure:16166:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2144
 
./configure:16191:28: note: Double quote to prevent globbing and word splitting. [SC2086]
2145
 
./configure:16196:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2146
 
./configure:16211:17: note: Use $(..) instead of legacy `..`. [SC2006]
2147
 
./configure:16228:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2148
 
./configure:16229:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2149
 
./configure:16241:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2150
 
./configure:16242:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2151
 
./configure:16245:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2152
 
./configure:16246:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2153
 
./configure:16256:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2154
 
./configure:16265:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2155
 
./configure:16266:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2156
 
./configure:16282:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2157
 
./configure:16283:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2158
 
./configure:16285:15: note: Use $(..) instead of legacy `..`. [SC2006]
2159
 
./configure:16300:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2160
 
./configure:16303:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2161
 
./configure:16312:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2162
 
./configure:16313:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2163
 
./configure:16327:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2164
 
./configure:16328:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2165
 
./configure:16333:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2166
 
./configure:16338:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2167
 
./configure:16339:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2168
 
./configure:16350:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2169
 
./configure:16351:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2170
 
./configure:16374:24: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2171
 
./configure:16375:17: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2172
 
./configure:16384:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2173
 
./configure:16385:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2174
 
./configure:16407:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2175
 
./configure:16415:22: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2176
 
./configure:16416:15: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2177
 
./configure:16481:13: warning: runpath_var_CXX is referenced but not assigned. [SC2154]
2178
 
./configure:16536:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2179
 
./configure:16537:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2180
 
./configure:16538:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2181
 
./configure:16568:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2182
 
./configure:16569:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2183
 
./configure:16570:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2184
 
./configure:16597:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2185
 
./configure:16725:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2186
 
./configure:16726:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2187
 
./configure:16727:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2188
 
./configure:16732:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2189
 
./configure:16733:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2190
 
./configure:16734:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2191
 
./configure:16761:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2192
 
./configure:16889:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2193
 
./configure:16890:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2194
 
./configure:16891:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2195
 
./configure:16915:10: warning: enable_debug is referenced but not assigned. [SC2154]
2196
 
./configure:16970:10: warning: with_gcov is referenced but not assigned. [SC2154]
2197
 
./configure:17059:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2198
 
./configure:17059:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2199
 
./configure:17070:10: warning: with_relaxed is referenced but not assigned. [SC2154]
2200
 
./configure:17083:10: warning: with_militant is referenced but not assigned. [SC2154]
2201
 
./configure:17175:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2202
 
./configure:17220:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2203
 
./configure:17281:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2204
 
./configure:17282:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2205
 
./configure:17283:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2206
 
./configure:17353:19: warning: libzmq_cv_cxx_supports_flag__Wno_uninitialized is referenced but not assigned. [SC2154]
2207
 
./configure:17353:19: note: Double quote to prevent globbing and word splitting. [SC2086]
2208
 
./configure:17364:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2209
 
./configure:17369:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2210
 
./configure:17376:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2211
 
./configure:17377:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2212
 
./configure:17378:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2213
 
./configure:17395:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2214
 
./configure:17396:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2215
 
./configure:17397:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2216
 
./configure:17419:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2217
 
./configure:17421:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2218
 
./configure:17422:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2219
 
./configure:17423:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2220
 
./configure:17477:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2221
 
./configure:17570:19: warning: libzmq_cv_c_supports_flag__Ae is referenced but not assigned. [SC2154]
2222
 
./configure:17570:19: note: Double quote to prevent globbing and word splitting. [SC2086]
2223
 
./configure:17581:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2224
 
./configure:17586:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2225
 
./configure:17592:24: warning: This loop will only run once, with ac_func='gethrtime'. [SC2043]
2226
 
./configure:17595:11: warning: ac_cv_func_gethrtime is referenced but not assigned. [SC2154]
2227
 
./configure:17611:26: warning: This loop will only run once, with ac_header='windows.h'. [SC2043]
2228
 
./configure:17614:11: warning: ac_cv_header_windows_h is referenced but not assigned. [SC2154]
2229
 
./configure:17648:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2230
 
./configure:17689:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2231
 
./configure:17730:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2232
 
./configure:17748:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2233
 
./configure:17749:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2234
 
./configure:17750:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2235
 
./configure:17820:19: warning: libzmq_cv_cxx_supports_flag__Wno_long_long is referenced but not assigned. [SC2154]
2236
 
./configure:17820:19: note: Double quote to prevent globbing and word splitting. [SC2086]
2237
 
./configure:17831:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2238
 
./configure:17836:27: note: Double quote to prevent globbing and word splitting. [SC2086]
2239
 
./configure:17843:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2240
 
./configure:17844:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2241
 
./configure:17845:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2242
 
./configure:17902:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2243
 
./configure:17947:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2244
 
./configure:17967:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2245
 
./configure:17968:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2246
 
./configure:17969:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2247
 
./configure:18020:33: warning: Quote this to prevent word splitting. [SC2046]
2248
 
./configure:18020:33: note: Use $(..) instead of legacy `..`. [SC2006]
2249
 
./configure:18020:95: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2250
 
./configure:18022:33: warning: Quote this to prevent word splitting. [SC2046]
2251
 
./configure:18022:33: note: Use $(..) instead of legacy `..`. [SC2006]
2252
 
./configure:18022:95: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2253
 
./configure:18025:8: warning: Quote this to prevent word splitting. [SC2046]
2254
 
./configure:18025:8: note: Use $(..) instead of legacy `..`. [SC2006]
2255
 
./configure:18025:70: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2256
 
./configure:18045:20: warning: Quote this to prevent word splitting. [SC2046]
2257
 
./configure:18045:20: note: Use $(..) instead of legacy `..`. [SC2006]
2258
 
./configure:18045:82: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2259
 
./configure:18096:33: warning: Quote this to prevent word splitting. [SC2046]
2260
 
./configure:18096:33: note: Use $(..) instead of legacy `..`. [SC2006]
2261
 
./configure:18096:92: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2262
 
./configure:18098:33: warning: Quote this to prevent word splitting. [SC2046]
2263
 
./configure:18098:33: note: Use $(..) instead of legacy `..`. [SC2006]
2264
 
./configure:18098:92: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2265
 
./configure:18101:8: warning: Quote this to prevent word splitting. [SC2046]
2266
 
./configure:18101:8: note: Use $(..) instead of legacy `..`. [SC2006]
2267
 
./configure:18101:67: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2268
 
./configure:18121:20: warning: Quote this to prevent word splitting. [SC2046]
2269
 
./configure:18121:20: note: Use $(..) instead of legacy `..`. [SC2006]
2270
 
./configure:18121:79: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2271
 
./configure:18144:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2272
 
./configure:18145:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2273
 
./configure:18146:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2274
 
./configure:18155:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2275
 
./configure:18156:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2276
 
./configure:18157:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2277
 
./configure:18202:33: warning: Quote this to prevent word splitting. [SC2046]
2278
 
./configure:18202:33: note: Use $(..) instead of legacy `..`. [SC2006]
2279
 
./configure:18202:84: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2280
 
./configure:18204:33: warning: Quote this to prevent word splitting. [SC2046]
2281
 
./configure:18204:33: note: Use $(..) instead of legacy `..`. [SC2006]
2282
 
./configure:18204:84: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2283
 
./configure:18207:8: warning: Quote this to prevent word splitting. [SC2046]
2284
 
./configure:18207:8: note: Use $(..) instead of legacy `..`. [SC2006]
2285
 
./configure:18207:59: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2286
 
./configure:18227:20: warning: Quote this to prevent word splitting. [SC2046]
2287
 
./configure:18227:20: note: Use $(..) instead of legacy `..`. [SC2006]
2288
 
./configure:18227:71: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2289
 
./configure:18238:28: warning: Quote this to prevent word splitting. [SC2046]
2290
 
./configure:18238:28: note: Use $(..) instead of legacy `..`. [SC2006]
2291
 
./configure:18238:79: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2292
 
./configure:18243:28: warning: Quote this to prevent word splitting. [SC2046]
2293
 
./configure:18243:28: note: Use $(..) instead of legacy `..`. [SC2006]
2294
 
./configure:18243:79: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2295
 
./configure:18250:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2296
 
./configure:18251:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2297
 
./configure:18252:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2298
 
./configure:18265:10: warning: with_documentation is referenced but not assigned. [SC2154]
2299
 
./configure:18279:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
2300
 
./configure:18289:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
2301
 
./configure:18294:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2302
 
./configure:18317:5: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
2303
 
./configure:18327:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
2304
 
./configure:18332:50: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2305
 
./configure:18406:10: warning: with_poller is referenced but not assigned. [SC2154]
2306
 
./configure:18459:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2307
 
./configure:18494:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2308
 
./configure:18527:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2309
 
./configure:18527:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2310
 
./configure:18563:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2311
 
./configure:18596:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2312
 
./configure:18641:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2313
 
./configure:18751:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2314
 
./configure:18751:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2315
 
./configure:18779:16: note: Use $(..) instead of legacy `..`. [SC2006]
2316
 
./configure:18779:54: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2317
 
./configure:18783:9: note: Use $(..) instead of legacy `..`. [SC2006]
2318
 
./configure:18783:39: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2319
 
./configure:18792:18: warning: This loop will only run once, with ac_header='ifaddrs.h'. [SC2043]
2320
 
./configure:18795:11: warning: ac_cv_header_ifaddrs_h is referenced but not assigned. [SC2154]
2321
 
./configure:18808:18: warning: This loop will only run once, with ac_header='sys/uio.h'. [SC2043]
2322
 
./configure:18811:11: warning: ac_cv_header_sys_uio_h is referenced but not assigned. [SC2154]
2323
 
./configure:18825:10: warning: enable_eventfd is referenced but not assigned. [SC2154]
2324
 
./configure:18834:22: warning: This loop will only run once, with ac_header='sys/eventfd.h'. [SC2043]
2325
 
./configure:18837:11: warning: ac_cv_header_sys_eventfd_h is referenced but not assigned. [SC2154]
2326
 
./configure:18852:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2327
 
./configure:18853:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2328
 
./configure:18854:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2329
 
./configure:18860:11: warning: ac_cv_have_decl_SO_PEERCRED is referenced but not assigned. [SC2154]
2330
 
./configure:18878:11: warning: ac_cv_have_decl_LOCAL_PEERCRED is referenced but not assigned. [SC2154]
2331
 
./configure:18980:11: warning: ac_cv_type__Bool is referenced but not assigned. [SC2154]
2332
 
./configure:19129:11: warning: ac_cv_type_size_t is referenced but not assigned. [SC2154]
2333
 
./configure:19152:11: warning: ac_cv_type_ssize_t is referenced but not assigned. [SC2154]
2334
 
./configure:19227:6: warning: ac_cv_c_uint32_t is referenced but not assigned. [SC2154]
2335
 
./configure:19278:10: warning: with_libgssapi_krb5 is referenced but not assigned. [SC2154]
2336
 
./configure:19318:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2337
 
./configure:19342:10: warning: with_libsodium is referenced but not assigned. [SC2154]
2338
 
./configure:19363:24: note: Use $(..) instead of legacy `..`. [SC2006]
2339
 
./configure:19380:22: note: Use $(..) instead of legacy `..`. [SC2006]
2340
 
./configure:19401:28: note: Use $(..) instead of legacy `..`. [SC2006]
2341
 
./configure:19403:28: note: Use $(..) instead of legacy `..`. [SC2006]
2342
 
./configure:19409:21: warning: Use semicolon or linefeed before 'then' (or quote to make it literal). [SC1010]
2343
 
./configure:19415:21: warning: Use semicolon or linefeed before 'then' (or quote to make it literal). [SC1010]
2344
 
./configure:19422:2: warning: libsodium_found appears unused. Verify it or export it. [SC2034]
2345
 
./configure:19428:10: warning: enable_curve is referenced but not assigned. [SC2154]
2346
 
./configure:19499:10: warning: with_pgm is referenced but not assigned. [SC2154]
2347
 
./configure:19522:21: note: Use $(..) instead of legacy `..`. [SC2006]
2348
 
./configure:19539:19: note: Use $(..) instead of legacy `..`. [SC2006]
2349
 
./configure:19560:25: note: Use $(..) instead of legacy `..`. [SC2006]
2350
 
./configure:19562:25: note: Use $(..) instead of legacy `..`. [SC2006]
2351
 
./configure:19581:21: note: Use $(..) instead of legacy `..`. [SC2006]
2352
 
./configure:19598:19: note: Use $(..) instead of legacy `..`. [SC2006]
2353
 
./configure:19619:25: note: Use $(..) instead of legacy `..`. [SC2006]
2354
 
./configure:19621:25: note: Use $(..) instead of legacy `..`. [SC2006]
2355
 
./configure:19675:21: note: Use $(..) instead of legacy `..`. [SC2006]
2356
 
./configure:19692:19: note: Use $(..) instead of legacy `..`. [SC2006]
2357
 
./configure:19713:25: note: Use $(..) instead of legacy `..`. [SC2006]
2358
 
./configure:19715:25: note: Use $(..) instead of legacy `..`. [SC2006]
2359
 
./configure:19782:10: warning: with_norm is referenced but not assigned. [SC2154]
2360
 
./configure:19801:15: warning: wwith_norm_ext is referenced but not assigned (did you mean 'with_norm_ext'?). [SC2154]
2361
 
./configure:19814:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2362
 
./configure:19815:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2363
 
./configure:19816:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2364
 
./configure:19960:8: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2365
 
./configure:19961:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2366
 
./configure:19962:9: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2367
 
./configure:20035:13: note: Use $(..) instead of legacy `..`. [SC2006]
2368
 
./configure:20035:47: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2369
 
./configure:20039:9: note: Use $(..) instead of legacy `..`. [SC2006]
2370
 
./configure:20039:37: warning: Quotes/backslashes in this variable will not be respected. [SC2090]
2371
 
./configure:20046:18: warning: This loop will only run once, with ac_header='alloca.h'. [SC2043]
2372
 
./configure:20049:11: warning: ac_cv_header_alloca_h is referenced but not assigned. [SC2154]
2373
 
./configure:20089:25: warning: libzmq_cv_sock_cloexec appears unused. Verify it or export it. [SC2034]
2374
 
./configure:20091:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2375
 
./configure:20091:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2376
 
./configure:20131:25: warning: libzmq_cv_so_keepalive appears unused. Verify it or export it. [SC2034]
2377
 
./configure:20133:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2378
 
./configure:20133:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2379
 
./configure:20175:25: warning: libzmq_cv_tcp_keepcnt appears unused. Verify it or export it. [SC2034]
2380
 
./configure:20177:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2381
 
./configure:20177:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2382
 
./configure:20219:25: warning: libzmq_cv_tcp_keepidle appears unused. Verify it or export it. [SC2034]
2383
 
./configure:20221:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2384
 
./configure:20221:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2385
 
./configure:20263:25: warning: libzmq_cv_tcp_keepintvl appears unused. Verify it or export it. [SC2034]
2386
 
./configure:20265:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2387
 
./configure:20265:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2388
 
./configure:20307:25: warning: libzmq_cv_tcp_keepalive appears unused. Verify it or export it. [SC2034]
2389
 
./configure:20309:12: note: Use ./*.core so names with dashes won't become options. [SC2035]
2390
 
./configure:20309:59: note: Double quote to prevent globbing and word splitting. [SC2086]
2391
 
./configure:20315:12: warning: ac_cv_func_fork is referenced but not assigned. [SC2154]
2392
 
./configure:20332:10: warning: with_pkgconfigdir is referenced but not assigned. [SC2154]
2393
 
./configure:20335:3: warning: pkgconfigdir appears unused. Verify it or export it. [SC2034]
2394
 
./configure:20335:16: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2395
 
./configure:20353:3: warning: Did you forget to close this backtick expansion? [SC1078]
2396
 
./configure:20354:36: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2397
 
./configure:20365:17: note: Use $(..) instead of legacy `..`. [SC2006]
2398
 
./configure:20366:19: note: Double quote to prevent globbing and word splitting. [SC2086]
2399
 
./configure:20375:37: note: Double quote to prevent globbing and word splitting. [SC2086]
2400
 
./configure:20376:17: note: Double quote to prevent globbing and word splitting. [SC2086]
2401
 
./configure:20376:33: note: Double quote to prevent globbing and word splitting. [SC2086]
2402
 
./configure:20382:16: note: Use $(..) instead of legacy `..`. [SC2006]
2403
 
./configure:20382:18: warning: ac_space appears unused. Verify it or export it. [SC2034]
2404
 
./configure:20397:7: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2405
 
./configure:20431:45: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2406
 
./configure:20433:1: warning: DEFS appears unused. Verify it or export it. [SC2034]
2407
 
./configure:20437:1: warning: U appears unused. Verify it or export it. [SC2034]
2408
 
./configure:20440:13: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2409
 
./configure:20441:8: note: Use $(..) instead of legacy `..`. [SC2006]
2410
 
./configure:20445:50: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2411
 
./configure:20449:1: warning: LTLIBOBJS appears unused. Verify it or export it. [SC2034]
2412
 
./configure:20456:3: warning: am__EXEEXT_TRUE appears unused. Verify it or export it. [SC2034]
2413
 
./configure:20457:3: warning: am__EXEEXT_FALSE appears unused. Verify it or export it. [SC2034]
2414
 
./configure:20528:6: note: Double quote to prevent globbing and word splitting. [SC2086]
2415
 
./configure:20542:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2416
 
./configure:20557:8: note: Use $(..) instead of legacy `..`. [SC2006]
2417
 
./configure:20576:16: note: Use $(..) instead of legacy `..`. [SC2006]
2418
 
./configure:20576:29: note: Double quote to prevent globbing and word splitting. [SC2086]
2419
 
./configure:20579:14: note: Use $(..) instead of legacy `..`. [SC2006]
2420
 
./configure:20579:25: note: Double quote to prevent globbing and word splitting. [SC2086]
2421
 
./configure:20583:13: note: Use $(..) instead of legacy `..`. [SC2006]
2422
 
./configure:20583:35: note: Double quote to prevent globbing and word splitting. [SC2086]
2423
 
./configure:20590:12: warning: arg is referenced but not assigned. [SC2154]
2424
 
./configure:20593:6: note: Use $(..) instead of legacy `..`. [SC2006]
2425
 
./configure:20607:28: note: PATH was modified in a subshell. That change might be lost. [SC2031]
2426
 
./configure:20608:30: note: PATH was modified in a subshell. That change might be lost. [SC2031]
2427
 
./configure:20626:15: note: PATH was modified in a subshell. That change might be lost. [SC2031]
2428
 
./configure:20636:59: warning: Did you forget to close this backtick expansion? [SC1078]
2429
 
./configure:20636:59: note: Use $(..) instead of legacy `..`. [SC2006]
2430
 
./configure:20648:56: error: '(' is invalid here. Did you forget to escape it? [SC1036]
2431
 
./configure:20670:11: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2432
 
./configure:20670:23: warning: Did you forget to close this backtick expansion? [SC1078]
2433
 
./configure:20670:38: warning: Did you forget to close this double quoted string? [SC1078]
2434
 
./configure:20676:11: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2435
 
./configure:20676:14: warning: Did you forget to close this double quoted string? [SC1078]
2436
 
./configure:20678:14: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2437
 
./configure:20678:53: warning: Did you forget to close this double quoted string? [SC1078]
2438
 
./configure:20680:12: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2439
 
./configure:20680:30: warning: Did you forget to close this double quoted string? [SC1078]
2440
 
./configure:20695:41: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2441
 
./configure:20695:60: warning: Did you forget to close this double quoted string? [SC1078]
2442
 
./configure:20717:10: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2443
 
./configure:20717:51: warning: Did you forget to close this double quoted string? [SC1078]
2444
 
./configure:20734:10: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2445
 
./configure:20742:12: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2446
 
./configure:20922:37: note: Double quote to prevent globbing and word splitting. [SC2086]
2447
 
./configure:20924:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2448
 
./configure:20938:4: note: Use $(..) instead of legacy `..`. [SC2006]
2449
 
./configure:20944:9: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
2450
 
./configure:20944:11: note: Double quote to prevent globbing and word splitting. [SC2086]
2451
 
./configure:20948:9: warning: To assign a variable, use just 'var=value', no 'set ..'. [SC2121]
2452
 
./configure:20948:11: note: Double quote to prevent globbing and word splitting. [SC2086]
2453
 
./configure:20952:1: note: Consider using { cmd1; cmd2; } >> file instead of individual redirects. [SC2129]
2454
 
./configure:20952:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2455
 
./configure:20960:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2456
 
./configure:20981:1: warning: config_files is referenced but not assigned. [SC2154]
2457
 
./configure:20984:1: warning: config_headers is referenced but not assigned. [SC2154]
2458
 
./configure:20987:1: warning: config_commands is referenced but not assigned. [SC2154]
2459
 
./configure:20992:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2460
 
./configure:20993:15: note: Use $(..) instead of legacy `..`. [SC2006]
2461
 
./configure:21011:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2462
 
./configure:21018:15: note: Use $(..) instead of legacy `..`. [SC2006]
2463
 
./configure:21019:15: note: Use $(..) instead of legacy `..`. [SC2006]
2464
 
./configure:21023:15: note: Use $(..) instead of legacy `..`. [SC2006]
2465
 
./configure:21039:15: warning: ac_cs_version is referenced but not assigned. [SC2154]
2466
 
./configure:21041:15: warning: ac_cs_config is referenced but not assigned. [SC2154]
2467
 
./configure:21045:5: warning: ac_shift is referenced but not assigned. [SC2154]
2468
 
./configure:21047:21: note: Use $(..) instead of legacy `..`. [SC2006]
2469
 
./configure:21055:21: note: Use $(..) instead of legacy `..`. [SC2006]
2470
 
./configure:21064:15: warning: ac_cs_usage is referenced but not assigned. [SC2154]
2471
 
./configure:21082:4: warning: ac_cs_silent is referenced but not assigned. [SC2154]
2472
 
./configure:21084:28: warning: ac_configure_extra_args is referenced but not assigned. [SC2154]
2473
 
./configure:21088:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2474
 
./configure:21099:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2475
 
./configure:21106:13: warning: ac_log is referenced but not assigned. [SC2154]
2476
 
./configure:21110:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2477
 
./configure:21124:16: note: Use $(..) instead of legacy `..`. [SC2006]
2478
 
./configure:21125:5: note: Use $(..) instead of legacy `..`. [SC2006]
2479
 
./configure:21126:10: note: Use $(..) instead of legacy `..`. [SC2006]
2480
 
./configure:21127:10: note: Use $(..) instead of legacy `..`. [SC2006]
2481
 
./configure:21128:16: note: Use $(..) instead of legacy `..`. [SC2006]
2482
 
./configure:21129:17: note: Use $(..) instead of legacy `..`. [SC2006]
2483
 
./configure:21130:16: note: Use $(..) instead of legacy `..`. [SC2006]
2484
 
./configure:21131:11: note: Use $(..) instead of legacy `..`. [SC2006]
2485
 
./configure:21132:22: note: Use $(..) instead of legacy `..`. [SC2006]
2486
 
./configure:21133:8: note: Use $(..) instead of legacy `..`. [SC2006]
2487
 
./configure:21134:7: note: Use $(..) instead of legacy `..`. [SC2006]
2488
 
./configure:21135:17: note: Use $(..) instead of legacy `..`. [SC2006]
2489
 
./configure:21136:13: note: Use $(..) instead of legacy `..`. [SC2006]
2490
 
./configure:21137:7: note: Use $(..) instead of legacy `..`. [SC2006]
2491
 
./configure:21138:10: note: Use $(..) instead of legacy `..`. [SC2006]
2492
 
./configure:21139:14: note: Use $(..) instead of legacy `..`. [SC2006]
2493
 
./configure:21140:8: note: Use $(..) instead of legacy `..`. [SC2006]
2494
 
./configure:21141:11: note: Use $(..) instead of legacy `..`. [SC2006]
2495
 
./configure:21142:6: note: Use $(..) instead of legacy `..`. [SC2006]
2496
 
./configure:21143:7: note: Use $(..) instead of legacy `..`. [SC2006]
2497
 
./configure:21144:7: note: Use $(..) instead of legacy `..`. [SC2006]
2498
 
./configure:21145:8: note: Use $(..) instead of legacy `..`. [SC2006]
2499
 
./configure:21146:8: note: Use $(..) instead of legacy `..`. [SC2006]
2500
 
./configure:21147:5: note: Use $(..) instead of legacy `..`. [SC2006]
2501
 
./configure:21148:5: note: Use $(..) instead of legacy `..`. [SC2006]
2502
 
./configure:21149:7: note: Use $(..) instead of legacy `..`. [SC2006]
2503
 
./configure:21150:14: note: Use $(..) instead of legacy `..`. [SC2006]
2504
 
./configure:21151:12: note: Use $(..) instead of legacy `..`. [SC2006]
2505
 
./configure:21152:9: note: Use $(..) instead of legacy `..`. [SC2006]
2506
 
./configure:21152:17: warning: exeext is referenced but not assigned (did you mean 'EXEEXT'?). [SC2154]
2507
 
./configure:21153:11: note: Use $(..) instead of legacy `..`. [SC2006]
2508
 
./configure:21154:11: note: Use $(..) instead of legacy `..`. [SC2006]
2509
 
./configure:21155:11: note: Use $(..) instead of legacy `..`. [SC2006]
2510
 
./configure:21156:25: note: Use $(..) instead of legacy `..`. [SC2006]
2511
 
./configure:21157:25: note: Use $(..) instead of legacy `..`. [SC2006]
2512
 
./configure:21158:14: note: Use $(..) instead of legacy `..`. [SC2006]
2513
 
./configure:21159:14: note: Use $(..) instead of legacy `..`. [SC2006]
2514
 
./configure:21160:23: note: Use $(..) instead of legacy `..`. [SC2006]
2515
 
./configure:21161:17: note: Use $(..) instead of legacy `..`. [SC2006]
2516
 
./configure:21162:18: note: Use $(..) instead of legacy `..`. [SC2006]
2517
 
./configure:21163:18: note: Use $(..) instead of legacy `..`. [SC2006]
2518
 
./configure:21164:29: note: Use $(..) instead of legacy `..`. [SC2006]
2519
 
./configure:21165:5: note: Use $(..) instead of legacy `..`. [SC2006]
2520
 
./configure:21166:11: note: Use $(..) instead of legacy `..`. [SC2006]
2521
 
./configure:21167:21: note: Use $(..) instead of legacy `..`. [SC2006]
2522
 
./configure:21168:8: note: Use $(..) instead of legacy `..`. [SC2006]
2523
 
./configure:21169:9: note: Use $(..) instead of legacy `..`. [SC2006]
2524
 
./configure:21170:23: note: Use $(..) instead of legacy `..`. [SC2006]
2525
 
./configure:21171:25: note: Use $(..) instead of legacy `..`. [SC2006]
2526
 
./configure:21172:19: note: Use $(..) instead of legacy `..`. [SC2006]
2527
 
./configure:21173:30: note: Use $(..) instead of legacy `..`. [SC2006]
2528
 
./configure:21174:5: note: Use $(..) instead of legacy `..`. [SC2006]
2529
 
./configure:21175:9: note: Use $(..) instead of legacy `..`. [SC2006]
2530
 
./configure:21176:11: note: Use $(..) instead of legacy `..`. [SC2006]
2531
 
./configure:21177:6: note: Use $(..) instead of legacy `..`. [SC2006]
2532
 
./configure:21178:31: note: Use $(..) instead of legacy `..`. [SC2006]
2533
 
./configure:21179:35: note: Use $(..) instead of legacy `..`. [SC2006]
2534
 
./configure:21180:44: note: Use $(..) instead of legacy `..`. [SC2006]
2535
 
./configure:21181:55: note: Use $(..) instead of legacy `..`. [SC2006]
2536
 
./configure:21182:20: note: Use $(..) instead of legacy `..`. [SC2006]
2537
 
./configure:21183:13: note: Use $(..) instead of legacy `..`. [SC2006]
2538
 
./configure:21184:9: note: Use $(..) instead of legacy `..`. [SC2006]
2539
 
./configure:21185:12: note: Use $(..) instead of legacy `..`. [SC2006]
2540
 
./configure:21186:35: note: Use $(..) instead of legacy `..`. [SC2006]
2541
 
./configure:21187:23: note: Use $(..) instead of legacy `..`. [SC2006]
2542
 
./configure:21188:22: note: Use $(..) instead of legacy `..`. [SC2006]
2543
 
./configure:21189:26: note: Use $(..) instead of legacy `..`. [SC2006]
2544
 
./configure:21190:26: note: Use $(..) instead of legacy `..`. [SC2006]
2545
 
./configure:21191:13: note: Use $(..) instead of legacy `..`. [SC2006]
2546
 
./configure:21192:16: note: Use $(..) instead of legacy `..`. [SC2006]
2547
 
./configure:21193:11: note: Use $(..) instead of legacy `..`. [SC2006]
2548
 
./configure:21194:9: note: Use $(..) instead of legacy `..`. [SC2006]
2549
 
./configure:21195:7: note: Use $(..) instead of legacy `..`. [SC2006]
2550
 
./configure:21196:8: note: Use $(..) instead of legacy `..`. [SC2006]
2551
 
./configure:21197:10: note: Use $(..) instead of legacy `..`. [SC2006]
2552
 
./configure:21198:9: note: Use $(..) instead of legacy `..`. [SC2006]
2553
 
./configure:21199:14: note: Use $(..) instead of legacy `..`. [SC2006]
2554
 
./configure:21200:23: note: Use $(..) instead of legacy `..`. [SC2006]
2555
 
./configure:21201:23: note: Use $(..) instead of legacy `..`. [SC2006]
2556
 
./configure:21202:37: note: Use $(..) instead of legacy `..`. [SC2006]
2557
 
./configure:21203:27: note: Use $(..) instead of legacy `..`. [SC2006]
2558
 
./configure:21204:26: note: Use $(..) instead of legacy `..`. [SC2006]
2559
 
./configure:21205:24: note: Use $(..) instead of legacy `..`. [SC2006]
2560
 
./configure:21206:28: note: Use $(..) instead of legacy `..`. [SC2006]
2561
 
./configure:21207:32: note: Use $(..) instead of legacy `..`. [SC2006]
2562
 
./configure:21208:15: note: Use $(..) instead of legacy `..`. [SC2006]
2563
 
./configure:21209:22: note: Use $(..) instead of legacy `..`. [SC2006]
2564
 
./configure:21210:14: note: Use $(..) instead of legacy `..`. [SC2006]
2565
 
./configure:21211:21: note: Use $(..) instead of legacy `..`. [SC2006]
2566
 
./configure:21212:14: note: Use $(..) instead of legacy `..`. [SC2006]
2567
 
./configure:21213:23: note: Use $(..) instead of legacy `..`. [SC2006]
2568
 
./configure:21214:20: note: Use $(..) instead of legacy `..`. [SC2006]
2569
 
./configure:21215:28: note: Use $(..) instead of legacy `..`. [SC2006]
2570
 
./configure:21216:28: note: Use $(..) instead of legacy `..`. [SC2006]
2571
 
./configure:21217:18: note: Use $(..) instead of legacy `..`. [SC2006]
2572
 
./configure:21218:27: note: Use $(..) instead of legacy `..`. [SC2006]
2573
 
./configure:21219:19: note: Use $(..) instead of legacy `..`. [SC2006]
2574
 
./configure:21220:25: note: Use $(..) instead of legacy `..`. [SC2006]
2575
 
./configure:21221:21: note: Use $(..) instead of legacy `..`. [SC2006]
2576
 
./configure:21222:16: note: Use $(..) instead of legacy `..`. [SC2006]
2577
 
./configure:21223:19: note: Use $(..) instead of legacy `..`. [SC2006]
2578
 
./configure:21224:24: note: Use $(..) instead of legacy `..`. [SC2006]
2579
 
./configure:21225:22: note: Use $(..) instead of legacy `..`. [SC2006]
2580
 
./configure:21226:18: note: Use $(..) instead of legacy `..`. [SC2006]
2581
 
./configure:21227:18: note: Use $(..) instead of legacy `..`. [SC2006]
2582
 
./configure:21228:15: note: Use $(..) instead of legacy `..`. [SC2006]
2583
 
./configure:21228:23: warning: prelink_cmds is referenced but not assigned. [SC2154]
2584
 
./configure:21229:16: note: Use $(..) instead of legacy `..`. [SC2006]
2585
 
./configure:21230:17: note: Use $(..) instead of legacy `..`. [SC2006]
2586
 
./configure:21231:29: note: Use $(..) instead of legacy `..`. [SC2006]
2587
 
./configure:21232:18: note: Use $(..) instead of legacy `..`. [SC2006]
2588
 
./configure:21233:15: note: Use $(..) instead of legacy `..`. [SC2006]
2589
 
./configure:21234:15: note: Use $(..) instead of legacy `..`. [SC2006]
2590
 
./configure:21235:14: note: Use $(..) instead of legacy `..`. [SC2006]
2591
 
./configure:21236:16: note: Use $(..) instead of legacy `..`. [SC2006]
2592
 
./configure:21237:30: note: Use $(..) instead of legacy `..`. [SC2006]
2593
 
./configure:21238:15: note: Use $(..) instead of legacy `..`. [SC2006]
2594
 
./configure:21239:21: note: Use $(..) instead of legacy `..`. [SC2006]
2595
 
./configure:21240:14: note: Use $(..) instead of legacy `..`. [SC2006]
2596
 
./configure:21241:24: note: Use $(..) instead of legacy `..`. [SC2006]
2597
 
./configure:21242:19: note: Use $(..) instead of legacy `..`. [SC2006]
2598
 
./configure:21243:21: note: Use $(..) instead of legacy `..`. [SC2006]
2599
 
./configure:21244:14: note: Use $(..) instead of legacy `..`. [SC2006]
2600
 
./configure:21245:14: note: Use $(..) instead of legacy `..`. [SC2006]
2601
 
./configure:21246:21: note: Use $(..) instead of legacy `..`. [SC2006]
2602
 
./configure:21247:27: note: Use $(..) instead of legacy `..`. [SC2006]
2603
 
./configure:21248:29: note: Use $(..) instead of legacy `..`. [SC2006]
2604
 
./configure:21249:18: note: Use $(..) instead of legacy `..`. [SC2006]
2605
 
./configure:21250:16: note: Use $(..) instead of legacy `..`. [SC2006]
2606
 
./configure:21251:21: note: Use $(..) instead of legacy `..`. [SC2006]
2607
 
./configure:21252:28: note: Use $(..) instead of legacy `..`. [SC2006]
2608
 
./configure:21253:15: note: Use $(..) instead of legacy `..`. [SC2006]
2609
 
./configure:21254:11: note: Use $(..) instead of legacy `..`. [SC2006]
2610
 
./configure:21255:27: note: Use $(..) instead of legacy `..`. [SC2006]
2611
 
./configure:21255:35: warning: compiler_lib_search_dirs is referenced but not assigned. [SC2154]
2612
 
./configure:21256:17: note: Use $(..) instead of legacy `..`. [SC2006]
2613
 
./configure:21256:25: warning: predep_objects is referenced but not assigned. [SC2154]
2614
 
./configure:21257:18: note: Use $(..) instead of legacy `..`. [SC2006]
2615
 
./configure:21257:26: warning: postdep_objects is referenced but not assigned. [SC2154]
2616
 
./configure:21258:10: note: Use $(..) instead of legacy `..`. [SC2006]
2617
 
./configure:21258:18: warning: predeps is referenced but not assigned. [SC2154]
2618
 
./configure:21259:11: note: Use $(..) instead of legacy `..`. [SC2006]
2619
 
./configure:21259:19: warning: postdeps is referenced but not assigned. [SC2154]
2620
 
./configure:21260:27: note: Use $(..) instead of legacy `..`. [SC2006]
2621
 
./configure:21260:35: warning: compiler_lib_search_path is referenced but not assigned. [SC2154]
2622
 
./configure:21261:9: note: Use $(..) instead of legacy `..`. [SC2006]
2623
 
./configure:21262:18: note: Use $(..) instead of legacy `..`. [SC2006]
2624
 
./configure:21263:18: note: Use $(..) instead of legacy `..`. [SC2006]
2625
 
./configure:21264:23: note: Use $(..) instead of legacy `..`. [SC2006]
2626
 
./configure:21265:15: note: Use $(..) instead of legacy `..`. [SC2006]
2627
 
./configure:21266:10: note: Use $(..) instead of legacy `..`. [SC2006]
2628
 
./configure:21267:39: note: Use $(..) instead of legacy `..`. [SC2006]
2629
 
./configure:21268:27: note: Use $(..) instead of legacy `..`. [SC2006]
2630
 
./configure:21269:26: note: Use $(..) instead of legacy `..`. [SC2006]
2631
 
./configure:21270:30: note: Use $(..) instead of legacy `..`. [SC2006]
2632
 
./configure:21271:30: note: Use $(..) instead of legacy `..`. [SC2006]
2633
 
./configure:21272:27: note: Use $(..) instead of legacy `..`. [SC2006]
2634
 
./configure:21273:41: note: Use $(..) instead of legacy `..`. [SC2006]
2635
 
./configure:21274:31: note: Use $(..) instead of legacy `..`. [SC2006]
2636
 
./configure:21275:30: note: Use $(..) instead of legacy `..`. [SC2006]
2637
 
./configure:21276:28: note: Use $(..) instead of legacy `..`. [SC2006]
2638
 
./configure:21277:32: note: Use $(..) instead of legacy `..`. [SC2006]
2639
 
./configure:21277:40: warning: old_archive_from_new_cmds_CXX is referenced but not assigned. [SC2154]
2640
 
./configure:21278:36: note: Use $(..) instead of legacy `..`. [SC2006]
2641
 
./configure:21278:44: warning: old_archive_from_expsyms_cmds_CXX is referenced but not assigned. [SC2154]
2642
 
./configure:21279:19: note: Use $(..) instead of legacy `..`. [SC2006]
2643
 
./configure:21280:26: note: Use $(..) instead of legacy `..`. [SC2006]
2644
 
./configure:21281:18: note: Use $(..) instead of legacy `..`. [SC2006]
2645
 
./configure:21282:25: note: Use $(..) instead of legacy `..`. [SC2006]
2646
 
./configure:21283:18: note: Use $(..) instead of legacy `..`. [SC2006]
2647
 
./configure:21284:27: note: Use $(..) instead of legacy `..`. [SC2006]
2648
 
./configure:21285:24: note: Use $(..) instead of legacy `..`. [SC2006]
2649
 
./configure:21286:32: note: Use $(..) instead of legacy `..`. [SC2006]
2650
 
./configure:21287:32: note: Use $(..) instead of legacy `..`. [SC2006]
2651
 
./configure:21288:22: note: Use $(..) instead of legacy `..`. [SC2006]
2652
 
./configure:21289:31: note: Use $(..) instead of legacy `..`. [SC2006]
2653
 
./configure:21290:23: note: Use $(..) instead of legacy `..`. [SC2006]
2654
 
./configure:21291:29: note: Use $(..) instead of legacy `..`. [SC2006]
2655
 
./configure:21292:25: note: Use $(..) instead of legacy `..`. [SC2006]
2656
 
./configure:21293:20: note: Use $(..) instead of legacy `..`. [SC2006]
2657
 
./configure:21294:23: note: Use $(..) instead of legacy `..`. [SC2006]
2658
 
./configure:21295:28: note: Use $(..) instead of legacy `..`. [SC2006]
2659
 
./configure:21296:26: note: Use $(..) instead of legacy `..`. [SC2006]
2660
 
./configure:21297:22: note: Use $(..) instead of legacy `..`. [SC2006]
2661
 
./configure:21298:22: note: Use $(..) instead of legacy `..`. [SC2006]
2662
 
./configure:21298:30: warning: include_expsyms_CXX is referenced but not assigned (did you mean 'exclude_expsyms_CXX'?). [SC2154]
2663
 
./configure:21299:19: note: Use $(..) instead of legacy `..`. [SC2006]
2664
 
./configure:21300:20: note: Use $(..) instead of legacy `..`. [SC2006]
2665
 
./configure:21301:21: note: Use $(..) instead of legacy `..`. [SC2006]
2666
 
./configure:21302:22: note: Use $(..) instead of legacy `..`. [SC2006]
2667
 
./configure:21303:31: note: Use $(..) instead of legacy `..`. [SC2006]
2668
 
./configure:21304:21: note: Use $(..) instead of legacy `..`. [SC2006]
2669
 
./configure:21305:22: note: Use $(..) instead of legacy `..`. [SC2006]
2670
 
./configure:21306:14: note: Use $(..) instead of legacy `..`. [SC2006]
2671
 
./configure:21307:15: note: Use $(..) instead of legacy `..`. [SC2006]
2672
 
./configure:21308:31: note: Use $(..) instead of legacy `..`. [SC2006]
2673
 
./configure:21495:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2674
 
./configure:21498:25: warning: ac_config_targets is referenced but not assigned. [SC2154]
2675
 
./configure:21500:8: warning: ac_config_target is referenced but not assigned. [SC2154]
2676
 
./configure:21520:4: warning: ac_need_defaults is referenced but not assigned. [SC2154]
2677
 
./configure:21531:68: warning: Did you forget to close this single quoted string? [SC1078]
2678
 
./configure:21535:8: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2679
 
./configure:21538:1: warning: Did you forget to close this single quoted string? [SC1078]
2680
 
./configure:21539:8: note: This is actually an end quote, but due to next char it looks suspect. [SC1079]
2681
 
./configure:21579:3: note: See if you can use ${variable//search/replace} instead. [SC2001]
2682
 
./configure:21579:31: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2683
 
./configure:21583:14: note: Use $(..) instead of legacy `..`. [SC2006]
2684
 
./configure:21589:14: note: Use $(..) instead of legacy `..`. [SC2006]
2685
 
./configure:21590:11: note: Double quote to prevent globbing and word splitting. [SC2086]
2686
 
./configure:21590:25: note: Double quote to prevent globbing and word splitting. [SC2086]
2687
 
./configure:21600:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2688
 
./configure:21645:5: note: Double quote to prevent globbing and word splitting. [SC2086]
2689
 
./configure:21647:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2690
 
./configure:21676:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2691
 
./configure:21677:11: warning: ac_cr is referenced but not assigned (did you mean 'ac_cc'?). [SC2154]
2692
 
./configure:21678:31: warning: ac_cs_awk_cr is referenced but not assigned. [SC2154]
2693
 
./configure:21681:7: warning: ac_tmp is referenced but not assigned. [SC2154]
2694
 
./configure:21690:12: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2695
 
./configure:21708:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2696
 
./configure:21727:9: note: Use $(..) instead of legacy `..`. [SC2006]
2697
 
./configure:21741:12: warning: Brace expansions and globs are literal in assignments. Quote it or use an array. [SC2125]
2698
 
./configure:21741:12: note: Ranges can only match single chars (mentioned due to duplicates). [SC2102]
2699
 
./configure:21741:29: note: Ranges can only match single chars (mentioned due to duplicates). [SC2102]
2700
 
./configure:21753:60: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
2701
 
./configure:21759:60: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
2702
 
./configure:21778:20: note: You don't break lines with \ in single quotes, it results in literal backslash-linefeed. [SC1004]
2703
 
./configure:21779:8: note: Double quote to prevent globbing and word splitting. [SC2086]
2704
 
./configure:21781:1: note: Consider using { cmd1; cmd2; } >> file instead of individual redirects. [SC2129]
2705
 
./configure:21781:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2706
 
./configure:21815:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2707
 
./configure:21824:8: warning: ac_tag is referenced but not assigned. [SC2154]
2708
 
./configure:21827:8: warning: ac_mode is referenced but not assigned. [SC2154]
2709
 
./configure:21847:12: warning: ac_f is referenced but not assigned (did you mean 'ac_i'?). [SC2154]
2710
 
./configure:21965:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2711
 
./configure:21979:6: note: Use $(..) instead of legacy `..`. [SC2006]
2712
 
./configure:21979:22: warning: ac_sed_dataroot is referenced but not assigned. [SC2154]
2713
 
./configure:21979:41: warning: ac_file_inputs is referenced but not assigned. [SC2154]
2714
 
./configure:21985:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2715
 
./configure:21999:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2716
 
./configure:22001:1: warning: extrasub is referenced but not assigned. [SC2154]
2717
 
./configure:22003:7: note: Double quote to prevent globbing and word splitting. [SC2086]
2718
 
./configure:22006:21: warning: ac_sed_conf_input is referenced but not assigned. [SC2154]
2719
 
./configure:22016:13: warning: ac_INSTALL is referenced but not assigned. [SC2154]
2720
 
./configure:22017:13: warning: ac_MKDIR_P is referenced but not assigned. [SC2154]
2721
 
./configure:22018:1: warning: ac_datarootdir_hack is referenced but not assigned. [SC2154]
2722
 
./configure:22023:30: warning: ac_datarootdir_seen is referenced but not assigned. [SC2154]
2723
 
./configure:22024:12: note: Use $(..) instead of legacy `..`. [SC2006]
2724
 
./configure:22024:20: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
2725
 
./configure:22024:66: warning: ac_out is referenced but not assigned (did you mean 'ac_count'?). [SC2154]
2726
 
./configure:22025:12: note: Use $(..) instead of legacy `..`. [SC2006]
2727
 
./configure:22045:20: warning: configure_input is referenced but not assigned. [SC2154]
2728
 
./configure:22066:8: warning: _am_header is referenced but not assigned (did you mean 'ac_header'?). [SC2154]
2729
 
./configure:22067:5: warning: _am_arg is referenced but not assigned. [SC2154]
2730
 
./configure:22070:23: note: Use $(..) instead of legacy `..`. [SC2006]
2731
 
./configure:22070:24: note: expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003]
2732
 
./configure:22070:29: warning: _am_stamp_count is referenced but not assigned. [SC2154]
2733
 
./configure:22070:29: note: Double quote to prevent globbing and word splitting. [SC2086]
2734
 
./configure:22073:32: note: Use $(..) instead of legacy `..`. [SC2006]
2735
 
./configure:22117:8: note: Use $(..) instead of legacy `..`. [SC2006]
2736
 
./configure:22117:9: note: See if you can use ${variable//search/replace} instead. [SC2001]
2737
 
./configure:22117:15: warning: mf is referenced but not assigned. [SC2154]
2738
 
./configure:22121:11: warning: This apostrophe terminated the single quoted string! [SC1011]
2739
 
./configure:22125:5: error: Couldn't find 'fi' for this 'if'. [SC1046]
2740
 
./configure:22126:15: error: Expected 'fi' matching previously mentioned 'if'. [SC1047]
2741
 
./configure:23027:10: note: Double quote to prevent globbing and word splitting. [SC2086]
2742
 
./configure:23027:25: note: Double quote to prevent globbing and word splitting. [SC2086]
2743
 
./version.sh:10:7: note: Use $(..) instead of legacy `..`. [SC2006]
2744
 
./version.sh:11:7: note: Use $(..) instead of legacy `..`. [SC2006]
2745
 
./version.sh:12:7: note: Use $(..) instead of legacy `..`. [SC2006]
2746
 
./version.sh:17:7: note: Use $(..) instead of legacy `..`. [SC2006]
2747
 
./version.sh:17:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2748
 
./version.sh:18:7: note: Use $(..) instead of legacy `..`. [SC2006]
2749
 
./version.sh:18:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2750
 
./version.sh:19:7: note: Use $(..) instead of legacy `..`. [SC2006]
2751
 
./version.sh:19:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2752
 
./version.sh:20:6: note: Double quote to prevent globbing and word splitting. [SC2086]
2753
 
./version.sh:20:13: note: Double quote to prevent globbing and word splitting. [SC2086]
2754
 
./version.sh:20:20: note: Double quote to prevent globbing and word splitting. [SC2086]