chiark / gitweb /
Merge branch 'cvsimport'
[sympathy.git] / config.log
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.61.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = woking.xci-test.com
14 uname -m = i686
15 uname -r = 2.6.26-2-686
16 uname -s = Linux
17 uname -v = #1 SMP Sun Jul 26 21:25:33 UTC 2009
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = unknown
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: /usr/local/sbin
31 PATH: /usr/local/bin
32 PATH: /usr/sbin
33 PATH: /usr/bin
34 PATH: /sbin
35 PATH: /bin
36
37
38 ## ----------- ##
39 ## Core tests. ##
40 ## ----------- ##
41
42 configure:1991: checking for gcc
43 configure:2007: found /usr/bin/gcc
44 configure:2018: result: gcc
45 configure:2256: checking for C compiler version
46 configure:2263: gcc --version >&5
47 gcc (Debian 4.3.2-1.1) 4.3.2
48 Copyright (C) 2008 Free Software Foundation, Inc.
49 This is free software; see the source for copying conditions.  There is NO
50 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51
52 configure:2266: $? = 0
53 configure:2273: gcc -v >&5
54 Using built-in specs.
55 Target: i486-linux-gnu
56 Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
57 Thread model: posix
58 gcc version 4.3.2 (Debian 4.3.2-1.1) 
59 configure:2276: $? = 0
60 configure:2283: gcc -V >&5
61 gcc: '-V' option must have argument
62 configure:2286: $? = 1
63 configure:2309: checking for C compiler default output file name
64 configure:2336: gcc    conftest.c  >&5
65 configure:2339: $? = 0
66 configure:2377: result: a.out
67 configure:2394: checking whether the C compiler works
68 configure:2404: ./a.out
69 configure:2407: $? = 0
70 configure:2424: result: yes
71 configure:2431: checking whether we are cross compiling
72 configure:2433: result: no
73 configure:2436: checking for suffix of executables
74 configure:2443: gcc -o conftest    conftest.c  >&5
75 configure:2446: $? = 0
76 configure:2470: result: 
77 configure:2476: checking for suffix of object files
78 configure:2502: gcc -c   conftest.c >&5
79 configure:2505: $? = 0
80 configure:2528: result: o
81 configure:2532: checking whether we are using the GNU C compiler
82 configure:2561: gcc -c   conftest.c >&5
83 configure:2567: $? = 0
84 configure:2584: result: yes
85 configure:2589: checking whether gcc accepts -g
86 configure:2619: gcc -c -g  conftest.c >&5
87 configure:2625: $? = 0
88 configure:2724: result: yes
89 configure:2741: checking for gcc option to accept ISO C89
90 configure:2815: gcc  -c -g -O2  conftest.c >&5
91 configure:2821: $? = 0
92 configure:2844: result: none needed
93 configure:2870: checking for special C compiler options needed for large files
94 configure:2963: result: no
95 configure:2969: checking for _FILE_OFFSET_BITS value needed for large files
96 configure:3004: gcc -c -g -O2  conftest.c >&5
97 conftest.c:14: warning: left shift count >= width of type
98 conftest.c:14: warning: left shift count >= width of type
99 conftest.c:16: error: size of array 'off_t_is_large' is negative
100 configure:3010: $? = 1
101 configure: failed program was:
102 | /* confdefs.h.  */
103 | #define PACKAGE_NAME ""
104 | #define PACKAGE_TARNAME ""
105 | #define PACKAGE_VERSION ""
106 | #define PACKAGE_STRING ""
107 | #define PACKAGE_BUGREPORT ""
108 | /* end confdefs.h.  */
109 | #include <sys/types.h>
110 |  /* Check that off_t can represent 2**63 - 1 correctly.
111 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
112 |     since some C++ compilers masquerading as C compilers
113 |     incorrectly reject 9223372036854775807.  */
114 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
115 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
116 |                      && LARGE_OFF_T % 2147483647 == 1)
117 |                     ? 1 : -1];
118 | int
119 | main ()
120 | {
121
122 |   ;
123 |   return 0;
124 | }
125 configure:3054: gcc -c -g -O2  conftest.c >&5
126 configure:3060: $? = 0
127 configure:3078: result: 64
128 configure:3296: checking for a BSD-compatible install
129 configure:3352: result: /usr/bin/install -c
130 configure:3363: checking whether build environment is sane
131 configure:3406: result: yes
132 configure:3434: checking for a thread-safe mkdir -p
133 configure:3473: result: /bin/mkdir -p
134 configure:3486: checking for gawk
135 configure:3516: result: no
136 configure:3486: checking for mawk
137 configure:3502: found /usr/bin/mawk
138 configure:3513: result: mawk
139 configure:3524: checking whether make sets $(MAKE)
140 configure:3545: result: yes
141 configure:3575: checking for style of include used by make
142 configure:3603: result: GNU
143 configure:3796: checking dependency style of gcc
144 configure:3887: result: gcc3
145 configure:3982: checking build system type
146 configure:4000: result: i686-pc-linux-gnu
147 configure:4022: checking host system type
148 configure:4037: result: i686-pc-linux-gnu
149 configure:4059: checking for a sed that does not truncate output
150 configure:4115: result: /bin/sed
151 configure:4118: checking for grep that handles long lines and -e
152 configure:4192: result: /bin/grep
153 configure:4197: checking for egrep
154 configure:4275: result: /bin/grep -E
155 configure:4291: checking for ld used by gcc
156 configure:4358: result: /usr/bin/ld
157 configure:4367: checking if the linker (/usr/bin/ld) is GNU ld
158 configure:4382: result: yes
159 configure:4387: checking for /usr/bin/ld option to reload object files
160 configure:4394: result: -r
161 configure:4412: checking for BSD-compatible nm
162 configure:4461: result: /usr/bin/nm -B
163 configure:4465: checking whether ln -s works
164 configure:4469: result: yes
165 configure:4476: checking how to recognize dependent libraries
166 configure:4662: result: pass_all
167 configure:4906: checking how to run the C preprocessor
168 configure:4946: gcc -E  conftest.c
169 configure:4952: $? = 0
170 configure:4983: gcc -E  conftest.c
171 conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
172 configure:4989: $? = 1
173 configure: failed program was:
174 | /* confdefs.h.  */
175 | #define PACKAGE_NAME ""
176 | #define PACKAGE_TARNAME ""
177 | #define PACKAGE_VERSION ""
178 | #define PACKAGE_STRING ""
179 | #define PACKAGE_BUGREPORT ""
180 | #define _FILE_OFFSET_BITS 64
181 | #define PACKAGE "libsympathy"
182 | #define VERSION "1.2.1"
183 | /* end confdefs.h.  */
184 | #include <ac_nonexistent.h>
185 configure:5022: result: gcc -E
186 configure:5051: gcc -E  conftest.c
187 configure:5057: $? = 0
188 configure:5088: gcc -E  conftest.c
189 conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
190 configure:5094: $? = 1
191 configure: failed program was:
192 | /* confdefs.h.  */
193 | #define PACKAGE_NAME ""
194 | #define PACKAGE_TARNAME ""
195 | #define PACKAGE_VERSION ""
196 | #define PACKAGE_STRING ""
197 | #define PACKAGE_BUGREPORT ""
198 | #define _FILE_OFFSET_BITS 64
199 | #define PACKAGE "libsympathy"
200 | #define VERSION "1.2.1"
201 | /* end confdefs.h.  */
202 | #include <ac_nonexistent.h>
203 configure:5132: checking for ANSI C header files
204 configure:5162: gcc -c -g -O2  conftest.c >&5
205 configure:5168: $? = 0
206 configure:5267: gcc -o conftest -g -O2   conftest.c  >&5
207 configure:5270: $? = 0
208 configure:5276: ./conftest
209 configure:5279: $? = 0
210 configure:5296: result: yes
211 configure:5320: checking for sys/types.h
212 configure:5341: gcc -c -g -O2  conftest.c >&5
213 configure:5347: $? = 0
214 configure:5363: result: yes
215 configure:5320: checking for sys/stat.h
216 configure:5341: gcc -c -g -O2  conftest.c >&5
217 configure:5347: $? = 0
218 configure:5363: result: yes
219 configure:5320: checking for stdlib.h
220 configure:5341: gcc -c -g -O2  conftest.c >&5
221 configure:5347: $? = 0
222 configure:5363: result: yes
223 configure:5320: checking for string.h
224 configure:5341: gcc -c -g -O2  conftest.c >&5
225 configure:5347: $? = 0
226 configure:5363: result: yes
227 configure:5320: checking for memory.h
228 configure:5341: gcc -c -g -O2  conftest.c >&5
229 configure:5347: $? = 0
230 configure:5363: result: yes
231 configure:5320: checking for strings.h
232 configure:5341: gcc -c -g -O2  conftest.c >&5
233 configure:5347: $? = 0
234 configure:5363: result: yes
235 configure:5320: checking for inttypes.h
236 configure:5341: gcc -c -g -O2  conftest.c >&5
237 configure:5347: $? = 0
238 configure:5363: result: yes
239 configure:5320: checking for stdint.h
240 configure:5341: gcc -c -g -O2  conftest.c >&5
241 configure:5347: $? = 0
242 configure:5363: result: yes
243 configure:5320: checking for unistd.h
244 configure:5341: gcc -c -g -O2  conftest.c >&5
245 configure:5347: $? = 0
246 configure:5363: result: yes
247 configure:5390: checking dlfcn.h usability
248 configure:5407: gcc -c -g -O2  conftest.c >&5
249 configure:5413: $? = 0
250 configure:5427: result: yes
251 configure:5431: checking dlfcn.h presence
252 configure:5446: gcc -E  conftest.c
253 configure:5452: $? = 0
254 configure:5466: result: yes
255 configure:5494: checking for dlfcn.h
256 configure:5502: result: yes
257 configure:5573: checking for g++
258 configure:5589: found /usr/bin/g++
259 configure:5600: result: g++
260 configure:5631: checking for C++ compiler version
261 configure:5638: g++ --version >&5
262 g++ (Debian 4.3.2-1.1) 4.3.2
263 Copyright (C) 2008 Free Software Foundation, Inc.
264 This is free software; see the source for copying conditions.  There is NO
265 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
266
267 configure:5641: $? = 0
268 configure:5648: g++ -v >&5
269 Using built-in specs.
270 Target: i486-linux-gnu
271 Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
272 Thread model: posix
273 gcc version 4.3.2 (Debian 4.3.2-1.1) 
274 configure:5651: $? = 0
275 configure:5658: g++ -V >&5
276 g++: '-V' option must have argument
277 configure:5661: $? = 1
278 configure:5664: checking whether we are using the GNU C++ compiler
279 configure:5693: g++ -c   conftest.cpp >&5
280 configure:5699: $? = 0
281 configure:5716: result: yes
282 configure:5721: checking whether g++ accepts -g
283 configure:5751: g++ -c -g  conftest.cpp >&5
284 configure:5757: $? = 0
285 configure:5856: result: yes
286 configure:5881: checking dependency style of g++
287 configure:5972: result: gcc3
288 configure:5997: checking how to run the C++ preprocessor
289 configure:6033: g++ -E  conftest.cpp
290 configure:6039: $? = 0
291 configure:6070: g++ -E  conftest.cpp
292 conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
293 configure:6076: $? = 1
294 configure: failed program was:
295 | /* confdefs.h.  */
296 | #define PACKAGE_NAME ""
297 | #define PACKAGE_TARNAME ""
298 | #define PACKAGE_VERSION ""
299 | #define PACKAGE_STRING ""
300 | #define PACKAGE_BUGREPORT ""
301 | #define _FILE_OFFSET_BITS 64
302 | #define PACKAGE "libsympathy"
303 | #define VERSION "1.2.1"
304 | #define STDC_HEADERS 1
305 | #define HAVE_SYS_TYPES_H 1
306 | #define HAVE_SYS_STAT_H 1
307 | #define HAVE_STDLIB_H 1
308 | #define HAVE_STRING_H 1
309 | #define HAVE_MEMORY_H 1
310 | #define HAVE_STRINGS_H 1
311 | #define HAVE_INTTYPES_H 1
312 | #define HAVE_STDINT_H 1
313 | #define HAVE_UNISTD_H 1
314 | #define HAVE_DLFCN_H 1
315 | /* end confdefs.h.  */
316 | #include <ac_nonexistent.h>
317 configure:6109: result: g++ -E
318 configure:6138: g++ -E  conftest.cpp
319 configure:6144: $? = 0
320 configure:6175: g++ -E  conftest.cpp
321 conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
322 configure:6181: $? = 1
323 configure: failed program was:
324 | /* confdefs.h.  */
325 | #define PACKAGE_NAME ""
326 | #define PACKAGE_TARNAME ""
327 | #define PACKAGE_VERSION ""
328 | #define PACKAGE_STRING ""
329 | #define PACKAGE_BUGREPORT ""
330 | #define _FILE_OFFSET_BITS 64
331 | #define PACKAGE "libsympathy"
332 | #define VERSION "1.2.1"
333 | #define STDC_HEADERS 1
334 | #define HAVE_SYS_TYPES_H 1
335 | #define HAVE_SYS_STAT_H 1
336 | #define HAVE_STDLIB_H 1
337 | #define HAVE_STRING_H 1
338 | #define HAVE_MEMORY_H 1
339 | #define HAVE_STRINGS_H 1
340 | #define HAVE_INTTYPES_H 1
341 | #define HAVE_STDINT_H 1
342 | #define HAVE_UNISTD_H 1
343 | #define HAVE_DLFCN_H 1
344 | /* end confdefs.h.  */
345 | #include <ac_nonexistent.h>
346 configure:6274: checking for g77
347 configure:6304: result: no
348 configure:6274: checking for xlf
349 configure:6304: result: no
350 configure:6274: checking for f77
351 configure:6304: result: no
352 configure:6274: checking for frt
353 configure:6304: result: no
354 configure:6274: checking for pgf77
355 configure:6304: result: no
356 configure:6274: checking for cf77
357 configure:6304: result: no
358 configure:6274: checking for fort77
359 configure:6304: result: no
360 configure:6274: checking for fl32
361 configure:6304: result: no
362 configure:6274: checking for af77
363 configure:6304: result: no
364 configure:6274: checking for xlf90
365 configure:6304: result: no
366 configure:6274: checking for f90
367 configure:6304: result: no
368 configure:6274: checking for pgf90
369 configure:6304: result: no
370 configure:6274: checking for pghpf
371 configure:6304: result: no
372 configure:6274: checking for epcf90
373 configure:6304: result: no
374 configure:6274: checking for gfortran
375 configure:6304: result: no
376 configure:6274: checking for g95
377 configure:6304: result: no
378 configure:6274: checking for xlf95
379 configure:6304: result: no
380 configure:6274: checking for f95
381 configure:6304: result: no
382 configure:6274: checking for fort
383 configure:6304: result: no
384 configure:6274: checking for ifort
385 configure:6304: result: no
386 configure:6274: checking for ifc
387 configure:6304: result: no
388 configure:6274: checking for efc
389 configure:6304: result: no
390 configure:6274: checking for pgf95
391 configure:6304: result: no
392 configure:6274: checking for lf95
393 configure:6304: result: no
394 configure:6274: checking for ftn
395 configure:6304: result: no
396 configure:6331: checking for Fortran 77 compiler version
397 configure:6338:  --version >&5
398 ./configure: line 6339: --version: command not found
399 configure:6341: $? = 127
400 configure:6348:  -v >&5
401 ./configure: line 6349: -v: command not found
402 configure:6351: $? = 127
403 configure:6358:  -V >&5
404 ./configure: line 6359: -V: command not found
405 configure:6361: $? = 127
406 configure:6369: checking whether we are using the GNU Fortran 77 compiler
407 configure:6388:  -c  conftest.F >&5
408 ./configure: line 6389: -c: command not found
409 configure:6394: $? = 127
410 configure: failed program was:
411 |       program main
412 | #ifndef __GNUC__
413 |        choke me
414 | #endif
415
416 |       end
417 configure:6411: result: no
418 configure:6417: checking whether  accepts -g
419 configure:6434:  -c -g conftest.f >&5
420 ./configure: line 6435: -c: command not found
421 configure:6440: $? = 127
422 configure: failed program was:
423 |       program main
424
425 |       end
426 configure:6456: result: no
427 configure:6485: checking the maximum length of command line arguments
428 configure:6597: result: 98304
429 configure:6609: checking command to parse /usr/bin/nm -B output from gcc object
430 configure:6714: gcc -c -g -O2  conftest.c >&5
431 configure:6717: $? = 0
432 configure:6721: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
433 configure:6724: $? = 0
434 configure:6776: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
435 configure:6779: $? = 0
436 configure:6817: result: ok
437 configure:6821: checking for objdir
438 configure:6836: result: .libs
439 configure:6928: checking for ar
440 configure:6944: found /usr/bin/ar
441 configure:6955: result: ar
442 configure:7024: checking for ranlib
443 configure:7040: found /usr/bin/ranlib
444 configure:7051: result: ranlib
445 configure:7120: checking for strip
446 configure:7136: found /usr/bin/strip
447 configure:7147: result: strip
448 configure:7745: checking if gcc supports -fno-rtti -fno-exceptions
449 configure:7763: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
450 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
451 configure:7767: $? = 0
452 configure:7780: result: no
453 configure:7795: checking for gcc option to produce PIC
454 configure:8027: result: -fPIC
455 configure:8035: checking if gcc PIC flag -fPIC works
456 configure:8053: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
457 configure:8057: $? = 0
458 configure:8070: result: yes
459 configure:8098: checking if gcc static flag -static works
460 configure:8126: result: yes
461 configure:8136: checking if gcc supports -c -o file.o
462 configure:8157: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
463 configure:8161: $? = 0
464 configure:8183: result: yes
465 configure:8209: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
466 configure:9190: result: yes
467 configure:9211: checking whether -lc should be explicitly linked in
468 configure:9216: gcc -c -g -O2  conftest.c >&5
469 configure:9219: $? = 0
470 configure:9234: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
471 configure:9237: $? = 0
472 configure:9249: result: no
473 configure:9257: checking dynamic linker characteristics
474 configure:9871: result: GNU/Linux ld.so
475 configure:9895: checking how to hardcode library paths into programs
476 configure:9920: result: immediate
477 configure:9934: checking whether stripping libraries is possible
478 configure:9939: result: yes
479 configure:10741: checking if libtool supports shared libraries
480 configure:10743: result: yes
481 configure:10746: checking whether to build shared libraries
482 configure:10767: result: yes
483 configure:10770: checking whether to build static libraries
484 configure:10774: result: yes
485 configure:10868: creating libtool
486 configure:11461: checking for ld used by g++
487 configure:11528: result: /usr/bin/ld
488 configure:11537: checking if the linker (/usr/bin/ld) is GNU ld
489 configure:11552: result: yes
490 configure:11603: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
491 configure:12549: result: yes
492 configure:12566: g++ -c -g -O2  conftest.cpp >&5
493 configure:12569: $? = 0
494 configure:12725: checking for g++ option to produce PIC
495 configure:13009: result: -fPIC
496 configure:13017: checking if g++ PIC flag -fPIC works
497 configure:13035: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
498 configure:13039: $? = 0
499 configure:13052: result: yes
500 configure:13080: checking if g++ static flag -static works
501 configure:13108: result: yes
502 configure:13118: checking if g++ supports -c -o file.o
503 configure:13139: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
504 configure:13143: $? = 0
505 configure:13165: result: yes
506 configure:13191: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
507 configure:13220: result: yes
508 configure:13287: checking dynamic linker characteristics
509 configure:13849: result: GNU/Linux ld.so
510 configure:13873: checking how to hardcode library paths into programs
511 configure:13898: result: immediate
512 configure:20151: checking for md5sum
513 configure:20167: found /usr/bin/md5sum
514 configure:20178: result: md5sum
515 configure:20188: checking for grep
516 configure:20215: result: /bin/grep
517 configure:20225: checking for sed
518 configure:20252: result: /bin/sed
519 configure:20264: checking for gawk
520 configure:20291: result: mawk
521 configure:20322: checking fcntl.h usability
522 configure:20339: gcc -c -g -O2  conftest.c >&5
523 configure:20345: $? = 0
524 configure:20359: result: yes
525 configure:20363: checking fcntl.h presence
526 configure:20378: gcc -E  conftest.c
527 configure:20384: $? = 0
528 configure:20398: result: yes
529 configure:20426: checking for fcntl.h
530 configure:20434: result: yes
531 configure:20322: checking malloc.h usability
532 configure:20339: gcc -c -g -O2  conftest.c >&5
533 configure:20345: $? = 0
534 configure:20359: result: yes
535 configure:20363: checking malloc.h presence
536 configure:20378: gcc -E  conftest.c
537 configure:20384: $? = 0
538 configure:20398: result: yes
539 configure:20426: checking for malloc.h
540 configure:20434: result: yes
541 configure:20322: checking sys/ioctl.h usability
542 configure:20339: gcc -c -g -O2  conftest.c >&5
543 configure:20345: $? = 0
544 configure:20359: result: yes
545 configure:20363: checking sys/ioctl.h presence
546 configure:20378: gcc -E  conftest.c
547 configure:20384: $? = 0
548 configure:20398: result: yes
549 configure:20426: checking for sys/ioctl.h
550 configure:20434: result: yes
551 configure:20312: checking for unistd.h
552 configure:20318: result: yes
553 configure:20464: checking sys/scsi/impl/uscsi.h usability
554 configure:20481: gcc -c -g -O2  conftest.c >&5
555 conftest.c:59:33: error: sys/scsi/impl/uscsi.h: No such file or directory
556 configure:20487: $? = 1
557 configure: failed program was:
558 | /* confdefs.h.  */
559 | #define PACKAGE_NAME ""
560 | #define PACKAGE_TARNAME ""
561 | #define PACKAGE_VERSION ""
562 | #define PACKAGE_STRING ""
563 | #define PACKAGE_BUGREPORT ""
564 | #define _FILE_OFFSET_BITS 64
565 | #define PACKAGE "libsympathy"
566 | #define VERSION "1.2.1"
567 | #define STDC_HEADERS 1
568 | #define HAVE_SYS_TYPES_H 1
569 | #define HAVE_SYS_STAT_H 1
570 | #define HAVE_STDLIB_H 1
571 | #define HAVE_STRING_H 1
572 | #define HAVE_MEMORY_H 1
573 | #define HAVE_STRINGS_H 1
574 | #define HAVE_INTTYPES_H 1
575 | #define HAVE_STDINT_H 1
576 | #define HAVE_UNISTD_H 1
577 | #define HAVE_DLFCN_H 1
578 | #define HAVE_FCNTL_H 1
579 | #define HAVE_MALLOC_H 1
580 | #define HAVE_SYS_IOCTL_H 1
581 | #define HAVE_UNISTD_H 1
582 | /* end confdefs.h.  */
583 | #include <stdio.h>
584 | #ifdef HAVE_SYS_TYPES_H
585 | # include <sys/types.h>
586 | #endif
587 | #ifdef HAVE_SYS_STAT_H
588 | # include <sys/stat.h>
589 | #endif
590 | #ifdef STDC_HEADERS
591 | # include <stdlib.h>
592 | # include <stddef.h>
593 | #else
594 | # ifdef HAVE_STDLIB_H
595 | #  include <stdlib.h>
596 | # endif
597 | #endif
598 | #ifdef HAVE_STRING_H
599 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
600 | #  include <memory.h>
601 | # endif
602 | # include <string.h>
603 | #endif
604 | #ifdef HAVE_STRINGS_H
605 | # include <strings.h>
606 | #endif
607 | #ifdef HAVE_INTTYPES_H
608 | # include <inttypes.h>
609 | #endif
610 | #ifdef HAVE_STDINT_H
611 | # include <stdint.h>
612 | #endif
613 | #ifdef HAVE_UNISTD_H
614 | # include <unistd.h>
615 | #endif
616 | #include <sys/scsi/impl/uscsi.h>
617 configure:20501: result: no
618 configure:20505: checking sys/scsi/impl/uscsi.h presence
619 configure:20520: gcc -E  conftest.c
620 conftest.c:26:33: error: sys/scsi/impl/uscsi.h: No such file or directory
621 configure:20526: $? = 1
622 configure: failed program was:
623 | /* confdefs.h.  */
624 | #define PACKAGE_NAME ""
625 | #define PACKAGE_TARNAME ""
626 | #define PACKAGE_VERSION ""
627 | #define PACKAGE_STRING ""
628 | #define PACKAGE_BUGREPORT ""
629 | #define _FILE_OFFSET_BITS 64
630 | #define PACKAGE "libsympathy"
631 | #define VERSION "1.2.1"
632 | #define STDC_HEADERS 1
633 | #define HAVE_SYS_TYPES_H 1
634 | #define HAVE_SYS_STAT_H 1
635 | #define HAVE_STDLIB_H 1
636 | #define HAVE_STRING_H 1
637 | #define HAVE_MEMORY_H 1
638 | #define HAVE_STRINGS_H 1
639 | #define HAVE_INTTYPES_H 1
640 | #define HAVE_STDINT_H 1
641 | #define HAVE_UNISTD_H 1
642 | #define HAVE_DLFCN_H 1
643 | #define HAVE_FCNTL_H 1
644 | #define HAVE_MALLOC_H 1
645 | #define HAVE_SYS_IOCTL_H 1
646 | #define HAVE_UNISTD_H 1
647 | /* end confdefs.h.  */
648 | #include <sys/scsi/impl/uscsi.h>
649 configure:20540: result: no
650 configure:20568: checking for sys/scsi/impl/uscsi.h
651 configure:20576: result: no
652 configure:20464: checking scsi/sg.h usability
653 configure:20481: gcc -c -g -O2  conftest.c >&5
654 configure:20487: $? = 0
655 configure:20501: result: yes
656 configure:20505: checking scsi/sg.h presence
657 configure:20520: gcc -E  conftest.c
658 configure:20526: $? = 0
659 configure:20540: result: yes
660 configure:20568: checking for scsi/sg.h
661 configure:20576: result: yes
662 configure:20454: checking for stdint.h
663 configure:20460: result: yes
664 configure:20606: checking sys/int_types.h usability
665 configure:20623: gcc -c -g -O2  conftest.c >&5
666 conftest.c:61:27: error: sys/int_types.h: No such file or directory
667 configure:20629: $? = 1
668 configure: failed program was:
669 | /* confdefs.h.  */
670 | #define PACKAGE_NAME ""
671 | #define PACKAGE_TARNAME ""
672 | #define PACKAGE_VERSION ""
673 | #define PACKAGE_STRING ""
674 | #define PACKAGE_BUGREPORT ""
675 | #define _FILE_OFFSET_BITS 64
676 | #define PACKAGE "libsympathy"
677 | #define VERSION "1.2.1"
678 | #define STDC_HEADERS 1
679 | #define HAVE_SYS_TYPES_H 1
680 | #define HAVE_SYS_STAT_H 1
681 | #define HAVE_STDLIB_H 1
682 | #define HAVE_STRING_H 1
683 | #define HAVE_MEMORY_H 1
684 | #define HAVE_STRINGS_H 1
685 | #define HAVE_INTTYPES_H 1
686 | #define HAVE_STDINT_H 1
687 | #define HAVE_UNISTD_H 1
688 | #define HAVE_DLFCN_H 1
689 | #define HAVE_FCNTL_H 1
690 | #define HAVE_MALLOC_H 1
691 | #define HAVE_SYS_IOCTL_H 1
692 | #define HAVE_UNISTD_H 1
693 | #define HAVE_SCSI_SG_H 1
694 | #define HAVE_STDINT_H 1
695 | /* end confdefs.h.  */
696 | #include <stdio.h>
697 | #ifdef HAVE_SYS_TYPES_H
698 | # include <sys/types.h>
699 | #endif
700 | #ifdef HAVE_SYS_STAT_H
701 | # include <sys/stat.h>
702 | #endif
703 | #ifdef STDC_HEADERS
704 | # include <stdlib.h>
705 | # include <stddef.h>
706 | #else
707 | # ifdef HAVE_STDLIB_H
708 | #  include <stdlib.h>
709 | # endif
710 | #endif
711 | #ifdef HAVE_STRING_H
712 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
713 | #  include <memory.h>
714 | # endif
715 | # include <string.h>
716 | #endif
717 | #ifdef HAVE_STRINGS_H
718 | # include <strings.h>
719 | #endif
720 | #ifdef HAVE_INTTYPES_H
721 | # include <inttypes.h>
722 | #endif
723 | #ifdef HAVE_STDINT_H
724 | # include <stdint.h>
725 | #endif
726 | #ifdef HAVE_UNISTD_H
727 | # include <unistd.h>
728 | #endif
729 | #include <sys/int_types.h>
730 configure:20643: result: no
731 configure:20647: checking sys/int_types.h presence
732 configure:20662: gcc -E  conftest.c
733 conftest.c:28:27: error: sys/int_types.h: No such file or directory
734 configure:20668: $? = 1
735 configure: failed program was:
736 | /* confdefs.h.  */
737 | #define PACKAGE_NAME ""
738 | #define PACKAGE_TARNAME ""
739 | #define PACKAGE_VERSION ""
740 | #define PACKAGE_STRING ""
741 | #define PACKAGE_BUGREPORT ""
742 | #define _FILE_OFFSET_BITS 64
743 | #define PACKAGE "libsympathy"
744 | #define VERSION "1.2.1"
745 | #define STDC_HEADERS 1
746 | #define HAVE_SYS_TYPES_H 1
747 | #define HAVE_SYS_STAT_H 1
748 | #define HAVE_STDLIB_H 1
749 | #define HAVE_STRING_H 1
750 | #define HAVE_MEMORY_H 1
751 | #define HAVE_STRINGS_H 1
752 | #define HAVE_INTTYPES_H 1
753 | #define HAVE_STDINT_H 1
754 | #define HAVE_UNISTD_H 1
755 | #define HAVE_DLFCN_H 1
756 | #define HAVE_FCNTL_H 1
757 | #define HAVE_MALLOC_H 1
758 | #define HAVE_SYS_IOCTL_H 1
759 | #define HAVE_UNISTD_H 1
760 | #define HAVE_SCSI_SG_H 1
761 | #define HAVE_STDINT_H 1
762 | /* end confdefs.h.  */
763 | #include <sys/int_types.h>
764 configure:20682: result: no
765 configure:20710: checking for sys/int_types.h
766 configure:20718: result: no
767 configure:20596: checking for string.h
768 configure:20602: result: yes
769 configure:20596: checking for strings.h
770 configure:20602: result: yes
771 configure:20747: checking dirent.h usability
772 configure:20764: gcc -c -g -O2  conftest.c >&5
773 configure:20770: $? = 0
774 configure:20784: result: yes
775 configure:20788: checking dirent.h presence
776 configure:20803: gcc -E  conftest.c
777 configure:20809: $? = 0
778 configure:20823: result: yes
779 configure:20851: checking for dirent.h
780 configure:20859: result: yes
781 configure:20737: checking for sys/stat.h
782 configure:20743: result: yes
783 configure:20873: checking for inline
784 configure:20899: gcc -c -g -O2  conftest.c >&5
785 configure:20905: $? = 0
786 configure:20923: result: inline
787 configure:20942: checking for an ANSI C-conforming const
788 configure:21017: gcc -c -g -O2  conftest.c >&5
789 configure:21023: $? = 0
790 configure:21038: result: yes
791 configure:21048: checking whether time.h and sys/time.h may both be included
792 configure:21078: gcc -c -g -O2  conftest.c >&5
793 configure:21084: $? = 0
794 configure:21099: result: yes
795 configure:21109: checking whether struct tm is in sys/time.h or time.h
796 configure:21139: gcc -c -g -O2  conftest.c >&5
797 configure:21145: $? = 0
798 configure:21160: result: time.h
799 configure:21176: checking for select
800 configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
801 configure:21238: $? = 0
802 configure:21256: result: yes
803 configure:21176: checking for strdup
804 configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
805 conftest.c:57: warning: conflicting types for built-in function 'strdup'
806 configure:21238: $? = 0
807 configure:21256: result: yes
808 configure:21176: checking for strstr
809 configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
810 conftest.c:58: warning: conflicting types for built-in function 'strstr'
811 configure:21238: $? = 0
812 configure:21256: result: yes
813 configure:21434: creating ./config.status
814
815 ## ---------------------- ##
816 ## Running config.status. ##
817 ## ---------------------- ##
818
819 This file was extended by config.status, which was
820 generated by GNU Autoconf 2.61.  Invocation command line was
821
822   CONFIG_FILES    = 
823   CONFIG_HEADERS  = 
824   CONFIG_LINKS    = 
825   CONFIG_COMMANDS = 
826   $ ./config.status 
827
828 on woking.xci-test.com
829
830 config.status:689: creating Makefile
831 config.status:689: creating src/Makefile
832 config.status:689: creating src/sympathy.h.head
833 config.status:689: creating test/Makefile
834 config.status:689: creating apps/Makefile
835 config.status:689: creating libsympathy-config.src
836 config.status:689: creating src/config.h
837 config.status:978: executing depfiles commands
838 config.status:978: executing default commands
839
840 ## ---------------- ##
841 ## Cache variables. ##
842 ## ---------------- ##
843
844 ac_cv_build=i686-pc-linux-gnu
845 ac_cv_c_compiler_gnu=yes
846 ac_cv_c_const=yes
847 ac_cv_c_inline=inline
848 ac_cv_cxx_compiler_gnu=yes
849 ac_cv_env_CCC_set=
850 ac_cv_env_CCC_value=
851 ac_cv_env_CC_set=
852 ac_cv_env_CC_value=
853 ac_cv_env_CFLAGS_set=
854 ac_cv_env_CFLAGS_value=
855 ac_cv_env_CPPFLAGS_set=
856 ac_cv_env_CPPFLAGS_value=
857 ac_cv_env_CPP_set=
858 ac_cv_env_CPP_value=
859 ac_cv_env_CXXCPP_set=
860 ac_cv_env_CXXCPP_value=
861 ac_cv_env_CXXFLAGS_set=
862 ac_cv_env_CXXFLAGS_value=
863 ac_cv_env_CXX_set=
864 ac_cv_env_CXX_value=
865 ac_cv_env_F77_set=
866 ac_cv_env_F77_value=
867 ac_cv_env_FFLAGS_set=
868 ac_cv_env_FFLAGS_value=
869 ac_cv_env_LDFLAGS_set=
870 ac_cv_env_LDFLAGS_value=
871 ac_cv_env_LIBS_set=
872 ac_cv_env_LIBS_value=
873 ac_cv_env_build_alias_set=
874 ac_cv_env_build_alias_value=
875 ac_cv_env_host_alias_set=
876 ac_cv_env_host_alias_value=
877 ac_cv_env_target_alias_set=
878 ac_cv_env_target_alias_value=
879 ac_cv_f77_compiler_gnu=no
880 ac_cv_func_select=yes
881 ac_cv_func_strdup=yes
882 ac_cv_func_strstr=yes
883 ac_cv_header_dirent_h=yes
884 ac_cv_header_dlfcn_h=yes
885 ac_cv_header_fcntl_h=yes
886 ac_cv_header_inttypes_h=yes
887 ac_cv_header_malloc_h=yes
888 ac_cv_header_memory_h=yes
889 ac_cv_header_scsi_sg_h=yes
890 ac_cv_header_stdc=yes
891 ac_cv_header_stdint_h=yes
892 ac_cv_header_stdlib_h=yes
893 ac_cv_header_string_h=yes
894 ac_cv_header_strings_h=yes
895 ac_cv_header_sys_int_types_h=no
896 ac_cv_header_sys_ioctl_h=yes
897 ac_cv_header_sys_scsi_impl_uscsi_h=no
898 ac_cv_header_sys_stat_h=yes
899 ac_cv_header_sys_types_h=yes
900 ac_cv_header_time=yes
901 ac_cv_header_unistd_h=yes
902 ac_cv_host=i686-pc-linux-gnu
903 ac_cv_objext=o
904 ac_cv_path_EGREP='/bin/grep -E'
905 ac_cv_path_GREP=/bin/grep
906 ac_cv_path_install='/usr/bin/install -c'
907 ac_cv_path_mkdir=/bin/mkdir
908 ac_cv_prog_AWK=mawk
909 ac_cv_prog_CPP='gcc -E'
910 ac_cv_prog_CXXCPP='g++ -E'
911 ac_cv_prog_GREP=/bin/grep
912 ac_cv_prog_MD5SUM=md5sum
913 ac_cv_prog_SED=/bin/sed
914 ac_cv_prog_ac_ct_AR=ar
915 ac_cv_prog_ac_ct_CC=gcc
916 ac_cv_prog_ac_ct_CXX=g++
917 ac_cv_prog_ac_ct_RANLIB=ranlib
918 ac_cv_prog_ac_ct_STRIP=strip
919 ac_cv_prog_cc_c89=
920 ac_cv_prog_cc_g=yes
921 ac_cv_prog_cxx_g=yes
922 ac_cv_prog_f77_g=no
923 ac_cv_prog_make_make_set=yes
924 ac_cv_struct_tm=time.h
925 ac_cv_sys_file_offset_bits=64
926 ac_cv_sys_largefile_CC=no
927 am_cv_CC_dependencies_compiler_type=gcc3
928 am_cv_CXX_dependencies_compiler_type=gcc3
929 lt_cv_deplibs_check_method=pass_all
930 lt_cv_file_magic_cmd='$MAGIC_CMD'
931 lt_cv_file_magic_test_file=
932 lt_cv_ld_reload_flag=-r
933 lt_cv_objdir=.libs
934 lt_cv_path_LD=/usr/bin/ld
935 lt_cv_path_LDCXX=/usr/bin/ld
936 lt_cv_path_NM='/usr/bin/nm -B'
937 lt_cv_path_SED=/bin/sed
938 lt_cv_prog_compiler_c_o=yes
939 lt_cv_prog_compiler_c_o_CXX=yes
940 lt_cv_prog_compiler_pic_works=yes
941 lt_cv_prog_compiler_pic_works_CXX=yes
942 lt_cv_prog_compiler_rtti_exceptions=no
943 lt_cv_prog_compiler_static_works=yes
944 lt_cv_prog_compiler_static_works_CXX=yes
945 lt_cv_prog_gnu_ld=yes
946 lt_cv_prog_gnu_ldcxx=yes
947 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
948 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
949 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
950 lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
951 lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib /lib'
952 lt_cv_sys_max_cmd_len=98304
953 lt_lt_cv_prog_compiler_c_o='"yes"'
954 lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
955 lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
956 lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
957 lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
958
959 ## ----------------- ##
960 ## Output variables. ##
961 ## ----------------- ##
962
963 ACLOCAL='${SHELL} /root/projects/sympathy/missing --run aclocal-1.10'
964 AMDEPBACKSLASH='\'
965 AMDEP_FALSE='#'
966 AMDEP_TRUE=''
967 AMTAR='${SHELL} /root/projects/sympathy/missing --run tar'
968 AR='ar'
969 AUTOCONF='${SHELL} /root/projects/sympathy/missing --run autoconf'
970 AUTOHEADER='${SHELL} /root/projects/sympathy/missing --run autoheader'
971 AUTOMAKE='${SHELL} /root/projects/sympathy/missing --run automake-1.10'
972 AWK='mawk'
973 CC='gcc'
974 CCDEPMODE='depmode=gcc3'
975 CFLAGS='-g -O2'
976 CPP='gcc -E'
977 CPPFLAGS=''
978 CXX='g++'
979 CXXCPP='g++ -E'
980 CXXDEPMODE='depmode=gcc3'
981 CXXFLAGS='-g -O2'
982 CYGPATH_W='echo'
983 DEFS='-DHAVE_CONFIG_H'
984 DEPDIR='.deps'
985 DSYMUTIL=''
986 ECHO='echo'
987 ECHO_C=''
988 ECHO_N='-n'
989 ECHO_T=''
990 EGREP='/bin/grep -E'
991 EXEEXT=''
992 F77=''
993 FFLAGS=''
994 G2_HAVE_MALLOC_H='1'
995 G2_HAVE_STDINT_H='1'
996 G2_HAVE_SYS_INT_TYPES_H='0'
997 G2_HAVE_UNISTD_H='1'
998 G2_TIME_WITH_SYS_TIME='0'
999 G2_TM_H='time.h'
1000 G2_TM_IN_SYS_TIME='0'
1001 GREP='/bin/grep'
1002 INSTALL_DATA='${INSTALL} -m 644'
1003 INSTALL_PROGRAM='${INSTALL}'
1004 INSTALL_SCRIPT='${INSTALL}'
1005 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1006 LDFLAGS=''
1007 LIBOBJS=''
1008 LIBS=''
1009 LIBSYMPATHY_INTERFACE_REVISION='1'
1010 LIBSYMPATHY_INTERFACE_VERSION_MAX='2'
1011 LIBSYMPATHY_INTERFACE_VERSION_MIN='2'
1012 LIBSYMPATHY_MAJOR_VERSION='1'
1013 LIBSYMPATHY_MICRO_VERSION='1'
1014 LIBSYMPATHY_MINOR_VERSION='2'
1015 LIBSYMPATHY_VERSION='1.2.1'
1016 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1017 LN_S='ln -s'
1018 LTLIBOBJS=''
1019 LT_AGE='0'
1020 LT_CURRENT='2'
1021 LT_RELEASE='1.2'
1022 LT_REVISION='1'
1023 MAKEINFO='${SHELL} /root/projects/sympathy/missing --run makeinfo'
1024 MD5SUM='md5sum'
1025 NMEDIT=''
1026 OBJEXT='o'
1027 PACKAGE='libsympathy'
1028 PACKAGE_BUGREPORT=''
1029 PACKAGE_NAME=''
1030 PACKAGE_STRING=''
1031 PACKAGE_TARNAME=''
1032 PACKAGE_VERSION=''
1033 PATH_SEPARATOR=':'
1034 RANLIB='ranlib'
1035 SED='/bin/sed'
1036 SET_MAKE=''
1037 SHELL='/bin/sh'
1038 STRIP='strip'
1039 VERSION='1.2.1'
1040 ac_ct_CC='gcc'
1041 ac_ct_CXX='g++'
1042 ac_ct_F77=''
1043 am__fastdepCC_FALSE='#'
1044 am__fastdepCC_TRUE=''
1045 am__fastdepCXX_FALSE='#'
1046 am__fastdepCXX_TRUE=''
1047 am__include='include'
1048 am__isrc=''
1049 am__leading_dot='.'
1050 am__quote=''
1051 am__tar='${AMTAR} chof - "$$tardir"'
1052 am__untar='${AMTAR} xf -'
1053 bindir='${exec_prefix}/bin'
1054 build='i686-pc-linux-gnu'
1055 build_alias=''
1056 build_cpu='i686'
1057 build_os='linux-gnu'
1058 build_vendor='pc'
1059 datadir='${datarootdir}'
1060 datarootdir='${prefix}/share'
1061 docdir='${datarootdir}/doc/${PACKAGE}'
1062 dvidir='${docdir}'
1063 exec_prefix='${prefix}'
1064 host='i686-pc-linux-gnu'
1065 host_alias=''
1066 host_cpu='i686'
1067 host_os='linux-gnu'
1068 host_vendor='pc'
1069 htmldir='${docdir}'
1070 includedir='${prefix}/include'
1071 infodir='${datarootdir}/info'
1072 install_sh='$(SHELL) /root/projects/sympathy/install-sh'
1073 libdir='${exec_prefix}/lib'
1074 libexecdir='${exec_prefix}/libexec'
1075 localedir='${datarootdir}/locale'
1076 localstatedir='${prefix}/var'
1077 mandir='${datarootdir}/man'
1078 mkdir_p='/bin/mkdir -p'
1079 oldincludedir='/usr/include'
1080 pdfdir='${docdir}'
1081 prefix='/usr/local'
1082 program_transform_name='s,x,x,'
1083 psdir='${docdir}'
1084 sbindir='${exec_prefix}/sbin'
1085 sharedstatedir='${prefix}/com'
1086 sysconfdir='${prefix}/etc'
1087 target_alias=''
1088
1089 ## ----------- ##
1090 ## confdefs.h. ##
1091 ## ----------- ##
1092
1093 #define PACKAGE_NAME ""
1094 #define PACKAGE_TARNAME ""
1095 #define PACKAGE_VERSION ""
1096 #define PACKAGE_STRING ""
1097 #define PACKAGE_BUGREPORT ""
1098 #define _FILE_OFFSET_BITS 64
1099 #define PACKAGE "libsympathy"
1100 #define VERSION "1.2.1"
1101 #define STDC_HEADERS 1
1102 #define HAVE_SYS_TYPES_H 1
1103 #define HAVE_SYS_STAT_H 1
1104 #define HAVE_STDLIB_H 1
1105 #define HAVE_STRING_H 1
1106 #define HAVE_MEMORY_H 1
1107 #define HAVE_STRINGS_H 1
1108 #define HAVE_INTTYPES_H 1
1109 #define HAVE_STDINT_H 1
1110 #define HAVE_UNISTD_H 1
1111 #define HAVE_DLFCN_H 1
1112 #define HAVE_FCNTL_H 1
1113 #define HAVE_MALLOC_H 1
1114 #define HAVE_SYS_IOCTL_H 1
1115 #define HAVE_UNISTD_H 1
1116 #define HAVE_SCSI_SG_H 1
1117 #define HAVE_STDINT_H 1
1118 #define HAVE_STRING_H 1
1119 #define HAVE_STRINGS_H 1
1120 #define HAVE_DIRENT_H 1
1121 #define HAVE_SYS_STAT_H 1
1122 #define TIME_WITH_SYS_TIME 1
1123 #define HAVE_SELECT 1
1124 #define HAVE_STRDUP 1
1125 #define HAVE_STRSTR 1
1126
1127 configure: exit 0
1128
1129 ## ---------------------- ##
1130 ## Running config.status. ##
1131 ## ---------------------- ##
1132
1133 This file was extended by config.status, which was
1134 generated by GNU Autoconf 2.61.  Invocation command line was
1135
1136   CONFIG_FILES    = 
1137   CONFIG_HEADERS  = 
1138   CONFIG_LINKS    = 
1139   CONFIG_COMMANDS = 
1140   $ ./config.status src/sympathy.h.head
1141
1142 on woking.xci-test.com
1143
1144 config.status:689: creating src/sympathy.h.head