config.log

changeset 81
aad866b2bcea
parent 80
75b9227fb98c
child 82
7af1d472475a
equal deleted inserted replaced
80:75b9227fb98c 81:aad866b2bcea
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by configure, which was
5 generated by GNU Autoconf 2.69. Invocation command line was
6
7 $ ./configure
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = seaport
14 uname -m = x86_64
15 uname -r = 4.4.144
16 uname -s = Linux
17 uname -v = #1 SMP Thu Jul 26 12:26:39 CDT 2018
18
19 /usr/bin/uname -p = Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
20 /bin/uname -X = unknown
21
22 /bin/arch = x86_64
23 /usr/bin/arch -k = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo = unknown
26 /bin/machine = unknown
27 /usr/bin/oslevel = unknown
28 /bin/universe = unknown
29
30 PATH: /home/mbroek/bin
31 PATH: /usr/local/bin
32 PATH: /usr/bin
33 PATH: /bin
34 PATH: /usr/games
35 PATH: /usr/lib64/java/bin
36 PATH: /usr/lib64/java/jre/bin
37 PATH: /usr/lib64/kde4/libexec
38 PATH: /usr/lib64/qt/bin
39 PATH: /usr/share/texmf/bin
40 PATH: /home/mbroek/esp/xtensa-esp32-elf/bin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:2101: checking for gcc
48 configure:2117: found /usr/bin/gcc
49 configure:2128: result: gcc
50 configure:2357: checking for C compiler version
51 configure:2366: gcc --version >&5
52 gcc (GCC) 5.5.0
53 Copyright (C) 2015 Free Software Foundation, Inc.
54 This is free software; see the source for copying conditions. There is NO
55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56
57 configure:2377: $? = 0
58 configure:2366: gcc -v >&5
59 Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/specs
60 COLLECT_GCC=gcc
61 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/5.5.0/lto-wrapper
62 Target: x86_64-slackware-linux
63 Configured with: ../gcc-5.5.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/home/slackware/slackbuilds/gcc-5.5.0/antlr-runtime-3.4.jar --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
64 Thread model: posix
65 gcc version 5.5.0 (GCC)
66 configure:2377: $? = 0
67 configure:2366: gcc -V >&5
68 gcc: error: unrecognized command line option '-V'
69 gcc: fatal error: no input files
70 compilation terminated.
71 configure:2377: $? = 1
72 configure:2366: gcc -qversion >&5
73 gcc: error: unrecognized command line option '-qversion'
74 gcc: fatal error: no input files
75 compilation terminated.
76 configure:2377: $? = 1
77 configure:2397: checking whether the C compiler works
78 configure:2419: gcc conftest.c >&5
79 configure:2423: $? = 0
80 configure:2471: result: yes
81 configure:2474: checking for C compiler default output file name
82 configure:2476: result: a.out
83 configure:2482: checking for suffix of executables
84 configure:2489: gcc -o conftest conftest.c >&5
85 configure:2493: $? = 0
86 configure:2515: result:
87 configure:2537: checking whether we are cross compiling
88 configure:2545: gcc -o conftest conftest.c >&5
89 configure:2549: $? = 0
90 configure:2556: ./conftest
91 configure:2560: $? = 0
92 configure:2575: result: no
93 configure:2580: checking for suffix of object files
94 configure:2602: gcc -c conftest.c >&5
95 configure:2606: $? = 0
96 configure:2627: result: o
97 configure:2631: checking whether we are using the GNU C compiler
98 configure:2650: gcc -c conftest.c >&5
99 configure:2650: $? = 0
100 configure:2659: result: yes
101 configure:2668: checking whether gcc accepts -g
102 configure:2688: gcc -c -g conftest.c >&5
103 configure:2688: $? = 0
104 configure:2729: result: yes
105 configure:2746: checking for gcc option to accept ISO C89
106 configure:2809: gcc -c -g -O2 conftest.c >&5
107 configure:2809: $? = 0
108 configure:2822: result: none needed
109 configure:2885: checking for ranlib
110 configure:2901: found /usr/bin/ranlib
111 configure:2912: result: ranlib
112 configure:2936: checking for ginstall
113 configure:2952: found /usr/bin/ginstall
114 configure:2963: result: ginstall
115 configure:2973: checking for install
116 configure:3000: result: ginstall
117 configure:3010: checking for tar
118 configure:3026: found /usr/bin/tar
119 configure:3037: result: tar
120 configure:3070: checking for mosquitto_lib_init in -lmosquitto
121 configure:3095: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c -lmosquitto -lm >&5
122 conftest.c:18:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
123 char mosquitto_lib_init ();
124 ^
125 conftest.c:20:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
126 main ()
127 ^
128 configure:3095: $? = 0
129 configure:3104: result: yes
130 configure:3119: checking how to run the C preprocessor
131 configure:3150: gcc -E conftest.c
132 configure:3150: $? = 0
133 configure:3164: gcc -E conftest.c
134 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
135 compilation terminated.
136 configure:3164: $? = 1
137 configure: failed program was:
138 | /* confdefs.h */
139 | #define PACKAGE_NAME ""
140 | #define PACKAGE_TARNAME ""
141 | #define PACKAGE_VERSION ""
142 | #define PACKAGE_STRING ""
143 | #define PACKAGE_BUGREPORT ""
144 | #define PACKAGE_URL ""
145 | #define VERSION "0.0.3"
146 | #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
147 | /* end confdefs.h. */
148 | #include <ac_nonexistent.h>
149 configure:3189: result: gcc -E
150 configure:3209: gcc -E conftest.c
151 configure:3209: $? = 0
152 configure:3223: gcc -E conftest.c
153 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
154 compilation terminated.
155 configure:3223: $? = 1
156 configure: failed program was:
157 | /* confdefs.h */
158 | #define PACKAGE_NAME ""
159 | #define PACKAGE_TARNAME ""
160 | #define PACKAGE_VERSION ""
161 | #define PACKAGE_STRING ""
162 | #define PACKAGE_BUGREPORT ""
163 | #define PACKAGE_URL ""
164 | #define VERSION "0.0.3"
165 | #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
166 | /* end confdefs.h. */
167 | #include <ac_nonexistent.h>
168 configure:3252: checking for grep that handles long lines and -e
169 configure:3310: result: /usr/bin/grep
170 configure:3315: checking for egrep
171 configure:3377: result: /usr/bin/grep -E
172 configure:3382: checking for ANSI C header files
173 configure:3402: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
174 conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
175 main ()
176 ^
177 configure:3402: $? = 0
178 configure:3475: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c -lm -lmosquitto >&5
179 conftest.c:23:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
180 main ()
181 ^
182 configure:3475: $? = 0
183 configure:3475: ./conftest
184 configure:3475: $? = 0
185 configure:3486: result: yes
186 configure:3499: checking for sys/types.h
187 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
188 configure:3499: $? = 0
189 configure:3499: result: yes
190 configure:3499: checking for sys/stat.h
191 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
192 configure:3499: $? = 0
193 configure:3499: result: yes
194 configure:3499: checking for stdlib.h
195 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
196 configure:3499: $? = 0
197 configure:3499: result: yes
198 configure:3499: checking for string.h
199 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
200 configure:3499: $? = 0
201 configure:3499: result: yes
202 configure:3499: checking for memory.h
203 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
204 configure:3499: $? = 0
205 configure:3499: result: yes
206 configure:3499: checking for strings.h
207 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
208 configure:3499: $? = 0
209 configure:3499: result: yes
210 configure:3499: checking for inttypes.h
211 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
212 configure:3499: $? = 0
213 configure:3499: result: yes
214 configure:3499: checking for stdint.h
215 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
216 configure:3499: $? = 0
217 configure:3499: result: yes
218 configure:3499: checking for unistd.h
219 configure:3499: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
220 configure:3499: $? = 0
221 configure:3499: result: yes
222 configure:3513: checking mosquitto.h usability
223 configure:3513: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
224 configure:3513: $? = 0
225 configure:3513: result: yes
226 configure:3513: checking mosquitto.h presence
227 configure:3513: gcc -E conftest.c
228 configure:3513: $? = 0
229 configure:3513: result: yes
230 configure:3513: checking for mosquitto.h
231 configure:3513: result: yes
232 configure:3527: checking for json_object_iter_init_default in -ljson-c
233 configure:3552: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c -ljson-c -lm -lmosquitto >&5
234 conftest.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
235 char json_object_iter_init_default ();
236 ^
237 conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
238 main ()
239 ^
240 configure:3552: $? = 0
241 configure:3561: result: yes
242 configure:3573: checking json-c/json.h usability
243 configure:3573: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
244 configure:3573: $? = 0
245 configure:3573: result: yes
246 configure:3573: checking json-c/json.h presence
247 configure:3573: gcc -E conftest.c
248 configure:3573: $? = 0
249 configure:3573: result: yes
250 configure:3573: checking for json-c/json.h
251 configure:3573: result: yes
252 configure:3587: checking for mysql_server_init in -lmysqlclient
253 configure:3612: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c -lmysqlclient -lm -lmosquitto -ljson-c >&5
254 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
255 char mysql_server_init ();
256 ^
257 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
258 main ()
259 ^
260 configure:3612: $? = 0
261 configure:3621: result: yes
262 configure:3633: checking mysql/mysql.h usability
263 configure:3633: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c >&5
264 configure:3633: $? = 0
265 configure:3633: result: yes
266 configure:3633: checking mysql/mysql.h presence
267 configure:3633: gcc -E conftest.c
268 configure:3633: $? = 0
269 configure:3633: result: yes
270 configure:3633: checking for mysql/mysql.h
271 configure:3633: result: yes
272 configure:3647: checking for xmlParseFile in -lxml2
273 configure:3672: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline conftest.c -lxml2 -lm -lmosquitto -ljson-c -lmysqlclient >&5
274 conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
275 char xmlParseFile ();
276 ^
277 conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
278 main ()
279 ^
280 configure:3672: $? = 0
281 configure:3681: result: yes
282 configure:3694: checking libxml/xmlmemory.h usability
283 configure:3694: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 conftest.c >&5
284 configure:3694: $? = 0
285 configure:3694: result: yes
286 configure:3694: checking libxml/xmlmemory.h presence
287 configure:3694: gcc -E conftest.c
288 conftest.c:24:30: fatal error: libxml/xmlmemory.h: No such file or directory
289 compilation terminated.
290 configure:3694: $? = 1
291 configure: failed program was:
292 | /* confdefs.h */
293 | #define PACKAGE_NAME ""
294 | #define PACKAGE_TARNAME ""
295 | #define PACKAGE_VERSION ""
296 | #define PACKAGE_STRING ""
297 | #define PACKAGE_BUGREPORT ""
298 | #define PACKAGE_URL ""
299 | #define VERSION "0.0.3"
300 | #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
301 | #define STDC_HEADERS 1
302 | #define HAVE_SYS_TYPES_H 1
303 | #define HAVE_SYS_STAT_H 1
304 | #define HAVE_STDLIB_H 1
305 | #define HAVE_STRING_H 1
306 | #define HAVE_MEMORY_H 1
307 | #define HAVE_STRINGS_H 1
308 | #define HAVE_INTTYPES_H 1
309 | #define HAVE_STDINT_H 1
310 | #define HAVE_UNISTD_H 1
311 | #define HAVE_MOSQUITTO_H 1
312 | #define HAVE_JSON_C_JSON_H 1
313 | #define HAVE_MYSQL_MYSQL_H 1
314 | /* end confdefs.h. */
315 | #include <libxml/xmlmemory.h>
316 configure:3694: result: no
317 configure:3694: WARNING: libxml/xmlmemory.h: accepted by the compiler, rejected by the preprocessor!
318 configure:3694: WARNING: libxml/xmlmemory.h: proceeding with the compiler's result
319 configure:3694: checking for libxml/xmlmemory.h
320 configure:3694: result: yes
321 configure:3708: checking for uuid_generate in -luuid
322 configure:3733: gcc -o conftest -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 conftest.c -luuid -lm -lmosquitto -ljson-c -lmysqlclient -lxml2 >&5
323 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
324 char uuid_generate ();
325 ^
326 conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
327 main ()
328 ^
329 configure:3733: $? = 0
330 configure:3742: result: yes
331 configure:3755: checking uuid/uuid.h usability
332 configure:3755: gcc -c -g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 -I/usr/include/uuid conftest.c >&5
333 configure:3755: $? = 0
334 configure:3755: result: yes
335 configure:3755: checking uuid/uuid.h presence
336 configure:3755: gcc -E conftest.c
337 configure:3755: $? = 0
338 configure:3755: result: yes
339 configure:3755: checking for uuid/uuid.h
340 configure:3755: result: yes
341 configure:3770: checking for ANSI C header files
342 configure:3874: result: yes
343 configure:4003: creating ./config.status
344
345 ## ---------------------- ##
346 ## Running config.status. ##
347 ## ---------------------- ##
348
349 This file was extended by config.status, which was
350 generated by GNU Autoconf 2.69. Invocation command line was
351
352 CONFIG_FILES =
353 CONFIG_HEADERS =
354 CONFIG_LINKS =
355 CONFIG_COMMANDS =
356 $ ./config.status
357
358 on seaport
359
360 config.status:817: creating Makefile.global
361 config.status:817: creating www/version.php
362 config.status:817: creating config.h
363 configure:5173: result:
364 -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
365
366 Configuration summary :
367
368 Version : ............ 0.0.3
369 Main directory : ..... /var/lib/bms
370
371
372 Now type 'make' and 'sudo make install'
373
374
375 ## ---------------- ##
376 ## Cache variables. ##
377 ## ---------------- ##
378
379 ac_cv_c_compiler_gnu=yes
380 ac_cv_env_CC_set=
381 ac_cv_env_CC_value=
382 ac_cv_env_CFLAGS_set=
383 ac_cv_env_CFLAGS_value=
384 ac_cv_env_CPPFLAGS_set=
385 ac_cv_env_CPPFLAGS_value=
386 ac_cv_env_CPP_set=
387 ac_cv_env_CPP_value=
388 ac_cv_env_LDFLAGS_set=
389 ac_cv_env_LDFLAGS_value=
390 ac_cv_env_LIBS_set=
391 ac_cv_env_LIBS_value=
392 ac_cv_env_build_alias_set=
393 ac_cv_env_build_alias_value=
394 ac_cv_env_host_alias_set=
395 ac_cv_env_host_alias_value=
396 ac_cv_env_target_alias_set=
397 ac_cv_env_target_alias_value=
398 ac_cv_header_inttypes_h=yes
399 ac_cv_header_json_c_json_h=yes
400 ac_cv_header_libxml_xmlmemory_h=yes
401 ac_cv_header_memory_h=yes
402 ac_cv_header_mosquitto_h=yes
403 ac_cv_header_mysql_mysql_h=yes
404 ac_cv_header_stdc=yes
405 ac_cv_header_stdint_h=yes
406 ac_cv_header_stdlib_h=yes
407 ac_cv_header_string_h=yes
408 ac_cv_header_strings_h=yes
409 ac_cv_header_sys_stat_h=yes
410 ac_cv_header_sys_types_h=yes
411 ac_cv_header_unistd_h=yes
412 ac_cv_header_uuid_uuid_h=yes
413 ac_cv_lib_json_c_json_object_iter_init_default=yes
414 ac_cv_lib_mosquitto_mosquitto_lib_init=yes
415 ac_cv_lib_mysqlclient_mysql_server_init=yes
416 ac_cv_lib_uuid_uuid_generate=yes
417 ac_cv_lib_xml2_xmlParseFile=yes
418 ac_cv_objext=o
419 ac_cv_path_EGREP='/usr/bin/grep -E'
420 ac_cv_path_GREP=/usr/bin/grep
421 ac_cv_prog_CPP='gcc -E'
422 ac_cv_prog_INSTALL=ginstall
423 ac_cv_prog_TAR=tar
424 ac_cv_prog_ac_ct_CC=gcc
425 ac_cv_prog_ac_ct_RANLIB=ranlib
426 ac_cv_prog_cc_c89=
427 ac_cv_prog_cc_g=yes
428
429 ## ----------------- ##
430 ## Output variables. ##
431 ## ----------------- ##
432
433 CC='gcc'
434 CFLAGS='-g -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -Winline -I/usr/include/libxml2 -I/usr/include/uuid'
435 COPYRIGHT='Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved'
436 CPP='gcc -E'
437 CPPFLAGS=''
438 CYEARS='2016-2018'
439 DEFS='-DHAVE_CONFIG_H'
440 ECHO_C=''
441 ECHO_N='-n'
442 ECHO_T=''
443 EGREP='/usr/bin/grep -E'
444 EXEEXT=''
445 GREP='/usr/bin/grep'
446 INSTALL='ginstall'
447 LDFLAGS=''
448 LIBOBJS=''
449 LIBS=' -lm -lmosquitto -ljson-c -lmysqlclient -lxml2 -luuid'
450 LTLIBOBJS=''
451 OBJEXT='o'
452 PACKAGE='bms'
453 PACKAGE_BUGREPORT=''
454 PACKAGE_NAME=''
455 PACKAGE_STRING=''
456 PACKAGE_TARNAME=''
457 PACKAGE_URL=''
458 PACKAGE_VERSION=''
459 PATH_SEPARATOR=':'
460 RANLIB='ranlib'
461 SDL_CFLAGS=''
462 SDL_LIBS=''
463 SHELL='/bin/sh'
464 SUBDIRS='bmsd doc tools www'
465 TAR='tar'
466 VERSION='0.0.3'
467 ac_ct_CC='gcc'
468 bindir='${exec_prefix}/bin'
469 build_alias=''
470 datadir='${datarootdir}'
471 datarootdir='${prefix}/share'
472 docdir='${datarootdir}/doc/${PACKAGE}'
473 dvidir='${docdir}'
474 exec_prefix='${prefix}'
475 host_alias=''
476 htmldir='${docdir}'
477 includedir='${prefix}/include'
478 infodir='${datarootdir}/info'
479 libdir='${exec_prefix}/lib'
480 libexecdir='${exec_prefix}/libexec'
481 localedir='${datarootdir}/locale'
482 localstatedir='${prefix}/var'
483 mandir='${datarootdir}/man'
484 oldincludedir='/usr/include'
485 pdfdir='${docdir}'
486 prefix='/var/lib/bms'
487 program_transform_name='s,x,x,'
488 psdir='${docdir}'
489 sbindir='${exec_prefix}/sbin'
490 sharedstatedir='${prefix}/com'
491 sysconfdir='${prefix}/etc'
492 target_alias=''
493
494 ## ----------- ##
495 ## confdefs.h. ##
496 ## ----------- ##
497
498 /* confdefs.h */
499 #define PACKAGE_NAME ""
500 #define PACKAGE_TARNAME ""
501 #define PACKAGE_VERSION ""
502 #define PACKAGE_STRING ""
503 #define PACKAGE_BUGREPORT ""
504 #define PACKAGE_URL ""
505 #define VERSION "0.0.3"
506 #define COPYRIGHT "Copyright (C) 2016-2018 Michiel Broek, All Rights Reserved"
507 #define STDC_HEADERS 1
508 #define HAVE_SYS_TYPES_H 1
509 #define HAVE_SYS_STAT_H 1
510 #define HAVE_STDLIB_H 1
511 #define HAVE_STRING_H 1
512 #define HAVE_MEMORY_H 1
513 #define HAVE_STRINGS_H 1
514 #define HAVE_INTTYPES_H 1
515 #define HAVE_STDINT_H 1
516 #define HAVE_UNISTD_H 1
517 #define HAVE_MOSQUITTO_H 1
518 #define HAVE_JSON_C_JSON_H 1
519 #define HAVE_MYSQL_MYSQL_H 1
520 #define HAVE_LIBXML_XMLMEMORY_H 1
521 #define HAVE_UUID_UUID_H 1
522 #define STDC_HEADERS 1
523
524 configure: exit 0

mercurial