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.53. Invocation command line was |
6 |
|
7 |
$ ./configure --prefix=/u/httpd/html/devel/buildweb |
8 |
|
9 |
## --------- ## |
10 |
## Platform. ## |
11 |
## --------- ## |
12 |
|
13 |
hostname = faulks |
14 |
uname -m = i686 |
15 |
uname -r = 2.4.18-3 |
16 |
uname -s = Linux |
17 |
uname -v = #1 Thu Apr 18 07:37:53 EDT 2002 |
18 |
|
19 |
/usr/bin/uname -p = unknown |
20 |
/bin/uname -X = unknown |
21 |
|
22 |
/bin/arch = i686 |
23 |
/usr/bin/arch -k = unknown |
24 |
/usr/convex/getsysinfo = unknown |
25 |
hostinfo = unknown |
26 |
/bin/machine = unknown |
27 |
/usr/bin/oslevel = unknown |
28 |
/bin/universe = unknown |
29 |
|
30 |
PATH: /bin |
31 |
PATH: /usr/bin |
32 |
PATH: /usr/X11R6/bin |
33 |
PATH: /usr/local/bin |
34 |
PATH: /sbin |
35 |
PATH: /usr/sbin |
36 |
PATH: /usr/local/sbin |
37 |
PATH: /usr/local/mpi/bin |
38 |
PATH: /u/adcroft/bin |
39 |
|
40 |
|
41 |
## ----------- ## |
42 |
## Core tests. ## |
43 |
## ----------- ## |
44 |
|
45 |
configure:1238: checking for gcc |
46 |
configure:1254: found /usr/bin/gcc |
47 |
configure:1264: result: gcc |
48 |
configure:1508: checking for C compiler version |
49 |
configure:1511: gcc --version </dev/null >&5 |
50 |
2.96 |
51 |
configure:1514: $? = 0 |
52 |
configure:1516: gcc -v </dev/null >&5 |
53 |
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs |
54 |
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) |
55 |
configure:1519: $? = 0 |
56 |
configure:1521: gcc -V </dev/null >&5 |
57 |
gcc: argument to `-V' is missing |
58 |
configure:1524: $? = 1 |
59 |
configure:1550: checking for C compiler default output |
60 |
configure:1553: gcc conftest.c >&5 |
61 |
configure:1556: $? = 0 |
62 |
configure:1589: result: a.out |
63 |
configure:1594: checking whether the C compiler works |
64 |
configure:1600: ./a.out |
65 |
configure:1603: $? = 0 |
66 |
configure:1618: result: yes |
67 |
configure:1625: checking whether we are cross compiling |
68 |
configure:1627: result: no |
69 |
configure:1630: checking for suffix of executables |
70 |
configure:1632: gcc -o conftest conftest.c >&5 |
71 |
configure:1635: $? = 0 |
72 |
configure:1657: result: |
73 |
configure:1663: checking for suffix of object files |
74 |
configure:1687: gcc -c conftest.c >&5 |
75 |
configure:1690: $? = 0 |
76 |
configure:1709: result: o |
77 |
configure:1713: checking whether we are using the GNU C compiler |
78 |
configure:1740: gcc -c conftest.c >&5 |
79 |
configure:1743: $? = 0 |
80 |
configure:1746: test -s conftest.o |
81 |
configure:1749: $? = 0 |
82 |
configure:1761: result: yes |
83 |
configure:1767: checking whether gcc accepts -g |
84 |
configure:1791: gcc -c -g conftest.c >&5 |
85 |
configure:1794: $? = 0 |
86 |
configure:1797: test -s conftest.o |
87 |
configure:1800: $? = 0 |
88 |
configure:1810: result: yes |
89 |
configure:1837: gcc -c -g -O2 conftest.c >&5 |
90 |
conftest.c:2: parse error before `me' |
91 |
configure:1840: $? = 1 |
92 |
configure: failed program was: |
93 |
#ifndef __cplusplus |
94 |
choke me |
95 |
#endif |
96 |
configure:1951: checking for BSDgettimeofday |
97 |
configure:1994: gcc -o conftest -g -O2 conftest.c >&5 |
98 |
/tmp/ccjh2jUY.o: In function `main': |
99 |
/u/httpd/html/devel/buildweb/pkg/swish-e/configure:1984: undefined reference to `BSDgettimeofday' |
100 |
collect2: ld returned 1 exit status |
101 |
configure:1997: $? = 1 |
102 |
configure: failed program was: |
103 |
#line 1956 "configure" |
104 |
#include "confdefs.h" |
105 |
/* System header to define __stub macros and hopefully few prototypes, |
106 |
which can conflict with char BSDgettimeofday (); below. */ |
107 |
#include <assert.h> |
108 |
/* Override any gcc2 internal prototype to avoid an error. */ |
109 |
#ifdef __cplusplus |
110 |
extern "C" |
111 |
#endif |
112 |
/* We use char because int might match the return type of a gcc2 |
113 |
builtin and then its argument prototype would still apply. */ |
114 |
char BSDgettimeofday (); |
115 |
char (*f) (); |
116 |
|
117 |
#ifdef F77_DUMMY_MAIN |
118 |
# ifdef __cplusplus |
119 |
extern "C" |
120 |
# endif |
121 |
int F77_DUMMY_MAIN() { return 1; } |
122 |
#endif |
123 |
int |
124 |
main () |
125 |
{ |
126 |
/* The GNU C library defines this for functions which it implements |
127 |
to always fail with ENOSYS. Some functions are actually named |
128 |
something starting with __ and the normal name is an alias. */ |
129 |
#if defined (__stub_BSDgettimeofday) || defined (__stub___BSDgettimeofday) |
130 |
choke me |
131 |
#else |
132 |
f = BSDgettimeofday; |
133 |
#endif |
134 |
|
135 |
; |
136 |
return 0; |
137 |
} |
138 |
configure:2013: result: no |
139 |
configure:2021: checking for gettimeofday |
140 |
configure:2064: gcc -o conftest -g -O2 conftest.c >&5 |
141 |
configure:2067: $? = 0 |
142 |
configure:2070: test -s conftest |
143 |
configure:2073: $? = 0 |
144 |
configure:2083: result: yes |
145 |
configure:2100: checking whether #! works in shell scripts |
146 |
configure:2117: result: yes |
147 |
configure:2122: checking whether make sets ${MAKE} |
148 |
configure:2142: result: yes |
149 |
configure:2154: checking for perl |
150 |
configure:2172: found /usr/bin/perl |
151 |
configure:2185: result: /usr/bin/perl |
152 |
configure:2243: checking for gcc |
153 |
configure:2269: result: gcc |
154 |
configure:2513: checking for C compiler version |
155 |
configure:2516: gcc --version </dev/null >&5 |
156 |
2.96 |
157 |
configure:2519: $? = 0 |
158 |
configure:2521: gcc -v </dev/null >&5 |
159 |
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs |
160 |
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) |
161 |
configure:2524: $? = 0 |
162 |
configure:2526: gcc -V </dev/null >&5 |
163 |
gcc: argument to `-V' is missing |
164 |
configure:2529: $? = 1 |
165 |
configure:2532: checking whether we are using the GNU C compiler |
166 |
configure:2580: result: yes |
167 |
configure:2586: checking whether gcc accepts -g |
168 |
configure:2629: result: yes |
169 |
configure:2656: gcc -c -g -O2 conftest.c >&5 |
170 |
conftest.c:2: parse error before `me' |
171 |
configure:2659: $? = 1 |
172 |
configure: failed program was: |
173 |
#ifndef __cplusplus |
174 |
choke me |
175 |
#endif |
176 |
configure:2811: checking for ranlib |
177 |
configure:2827: found /usr/bin/ranlib |
178 |
configure:2838: result: ranlib |
179 |
configure:2852: checking for main in -lm |
180 |
configure:2879: gcc -o conftest -g -O2 conftest.c -lm >&5 |
181 |
configure:2882: $? = 0 |
182 |
configure:2885: test -s conftest |
183 |
configure:2888: $? = 0 |
184 |
configure:2899: result: yes |
185 |
configure:2912: checking for vsnprintf in -lsnprintf |
186 |
configure:2945: gcc -o conftest -g -O2 conftest.c -lsnprintf -lm >&5 |
187 |
/usr/bin/ld: cannot find -lsnprintf |
188 |
collect2: ld returned 1 exit status |
189 |
configure:2948: $? = 1 |
190 |
configure: failed program was: |
191 |
#line 2919 "configure" |
192 |
#include "confdefs.h" |
193 |
|
194 |
/* Override any gcc2 internal prototype to avoid an error. */ |
195 |
#ifdef __cplusplus |
196 |
extern "C" |
197 |
#endif |
198 |
/* We use char because int might match the return type of a gcc2 |
199 |
builtin and then its argument prototype would still apply. */ |
200 |
char vsnprintf (); |
201 |
#ifdef F77_DUMMY_MAIN |
202 |
# ifdef __cplusplus |
203 |
extern "C" |
204 |
# endif |
205 |
int F77_DUMMY_MAIN() { return 1; } |
206 |
#endif |
207 |
int |
208 |
main () |
209 |
{ |
210 |
vsnprintf (); |
211 |
; |
212 |
return 0; |
213 |
} |
214 |
configure:2965: result: no |
215 |
configure:2985: checking for dirent.h that defines DIR |
216 |
configure:3012: gcc -c -g -O2 conftest.c >&5 |
217 |
configure:3015: $? = 0 |
218 |
configure:3018: test -s conftest.o |
219 |
configure:3021: $? = 0 |
220 |
configure:3031: result: yes |
221 |
configure:3044: checking for library containing opendir |
222 |
configure:3077: gcc -o conftest -g -O2 conftest.c -lm >&5 |
223 |
configure:3080: $? = 0 |
224 |
configure:3083: test -s conftest |
225 |
configure:3086: $? = 0 |
226 |
configure:3145: result: none required |
227 |
configure:3270: checking how to run the C preprocessor |
228 |
configure:3296: gcc -E conftest.c |
229 |
configure:3302: $? = 0 |
230 |
configure:3329: gcc -E conftest.c |
231 |
configure:3325:28: ac_nonexistent.h: No such file or directory |
232 |
configure:3335: $? = 1 |
233 |
configure: failed program was: |
234 |
#line 3324 "configure" |
235 |
#include "confdefs.h" |
236 |
#include <ac_nonexistent.h> |
237 |
configure:3372: result: gcc -E |
238 |
configure:3387: gcc -E conftest.c |
239 |
configure:3393: $? = 0 |
240 |
configure:3420: gcc -E conftest.c |
241 |
configure:3416:28: ac_nonexistent.h: No such file or directory |
242 |
configure:3426: $? = 1 |
243 |
configure: failed program was: |
244 |
#line 3415 "configure" |
245 |
#include "confdefs.h" |
246 |
#include <ac_nonexistent.h> |
247 |
configure:3466: checking for ANSI C header files |
248 |
configure:3480: gcc -E conftest.c |
249 |
configure:3486: $? = 0 |
250 |
configure:3571: gcc -o conftest -g -O2 conftest.c -lm >&5 |
251 |
configure:3574: $? = 0 |
252 |
configure:3576: ./conftest |
253 |
configure:3579: $? = 0 |
254 |
configure:3593: result: yes |
255 |
configure:3617: checking for sys/types.h |
256 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
257 |
configure:3633: $? = 0 |
258 |
configure:3636: test -s conftest.o |
259 |
configure:3639: $? = 0 |
260 |
configure:3649: result: yes |
261 |
configure:3617: checking for sys/stat.h |
262 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
263 |
configure:3633: $? = 0 |
264 |
configure:3636: test -s conftest.o |
265 |
configure:3639: $? = 0 |
266 |
configure:3649: result: yes |
267 |
configure:3617: checking for stdlib.h |
268 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
269 |
configure:3633: $? = 0 |
270 |
configure:3636: test -s conftest.o |
271 |
configure:3639: $? = 0 |
272 |
configure:3649: result: yes |
273 |
configure:3617: checking for string.h |
274 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
275 |
configure:3633: $? = 0 |
276 |
configure:3636: test -s conftest.o |
277 |
configure:3639: $? = 0 |
278 |
configure:3649: result: yes |
279 |
configure:3617: checking for memory.h |
280 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
281 |
configure:3633: $? = 0 |
282 |
configure:3636: test -s conftest.o |
283 |
configure:3639: $? = 0 |
284 |
configure:3649: result: yes |
285 |
configure:3617: checking for strings.h |
286 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
287 |
configure:3633: $? = 0 |
288 |
configure:3636: test -s conftest.o |
289 |
configure:3639: $? = 0 |
290 |
configure:3649: result: yes |
291 |
configure:3617: checking for inttypes.h |
292 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
293 |
configure:3633: $? = 0 |
294 |
configure:3636: test -s conftest.o |
295 |
configure:3639: $? = 0 |
296 |
configure:3649: result: yes |
297 |
configure:3617: checking for stdint.h |
298 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
299 |
configure:3633: $? = 0 |
300 |
configure:3636: test -s conftest.o |
301 |
configure:3639: $? = 0 |
302 |
configure:3649: result: yes |
303 |
configure:3617: checking for unistd.h |
304 |
configure:3630: gcc -c -g -O2 conftest.c >&5 |
305 |
configure:3633: $? = 0 |
306 |
configure:3636: test -s conftest.o |
307 |
configure:3639: $? = 0 |
308 |
configure:3649: result: yes |
309 |
configure:3667: checking for unistd.h |
310 |
configure:3672: result: yes |
311 |
configure:3667: checking for stdlib.h |
312 |
configure:3672: result: yes |
313 |
configure:3777: checking for gcc option to accept ANSI C |
314 |
configure:3840: gcc -c -g -O2 conftest.c >&5 |
315 |
configure:3843: $? = 0 |
316 |
configure:3846: test -s conftest.o |
317 |
configure:3849: $? = 0 |
318 |
configure:3866: result: none needed |
319 |
configure:3874: checking for an ANSI C-conforming const |
320 |
configure:3944: gcc -c -g -O2 conftest.c >&5 |
321 |
configure:3947: $? = 0 |
322 |
configure:3950: test -s conftest.o |
323 |
configure:3953: $? = 0 |
324 |
configure:3963: result: yes |
325 |
configure:3973: checking for pid_t |
326 |
configure:4000: gcc -c -g -O2 conftest.c >&5 |
327 |
configure:4003: $? = 0 |
328 |
configure:4006: test -s conftest.o |
329 |
configure:4009: $? = 0 |
330 |
configure:4019: result: yes |
331 |
configure:4031: checking for size_t |
332 |
configure:4058: gcc -c -g -O2 conftest.c >&5 |
333 |
configure:4061: $? = 0 |
334 |
configure:4064: test -s conftest.o |
335 |
configure:4067: $? = 0 |
336 |
configure:4077: result: yes |
337 |
configure:4089: checking whether struct tm is in sys/time.h or time.h |
338 |
configure:4115: gcc -c -g -O2 conftest.c >&5 |
339 |
configure:4118: $? = 0 |
340 |
configure:4121: test -s conftest.o |
341 |
configure:4124: $? = 0 |
342 |
configure:4134: result: time.h |
343 |
configure:4147: checking for working alloca.h |
344 |
configure:4171: gcc -o conftest -g -O2 conftest.c -lm >&5 |
345 |
configure:4174: $? = 0 |
346 |
configure:4177: test -s conftest |
347 |
configure:4180: $? = 0 |
348 |
configure:4190: result: yes |
349 |
configure:4200: checking for alloca |
350 |
configure:4244: gcc -o conftest -g -O2 conftest.c -lm >&5 |
351 |
configure:4247: $? = 0 |
352 |
configure:4250: test -s conftest |
353 |
configure:4253: $? = 0 |
354 |
configure:4263: result: yes |
355 |
configure:4457: checking for strftime |
356 |
configure:4500: gcc -o conftest -g -O2 conftest.c -lm >&5 |
357 |
configure:4503: $? = 0 |
358 |
configure:4506: test -s conftest |
359 |
configure:4509: $? = 0 |
360 |
configure:4519: result: yes |
361 |
configure:4598: checking for vprintf |
362 |
configure:4641: gcc -o conftest -g -O2 conftest.c -lm >&5 |
363 |
configure:4644: $? = 0 |
364 |
configure:4647: test -s conftest |
365 |
configure:4650: $? = 0 |
366 |
configure:4660: result: yes |
367 |
configure:4667: checking for _doprnt |
368 |
configure:4710: gcc -o conftest -g -O2 conftest.c -lm >&5 |
369 |
/tmp/ccUq6ZVo.o: In function `main': |
370 |
/u/httpd/html/devel/buildweb/pkg/swish-e/configure:4700: undefined reference to `_doprnt' |
371 |
collect2: ld returned 1 exit status |
372 |
configure:4713: $? = 1 |
373 |
configure: failed program was: |
374 |
#line 4672 "configure" |
375 |
#include "confdefs.h" |
376 |
/* System header to define __stub macros and hopefully few prototypes, |
377 |
which can conflict with char _doprnt (); below. */ |
378 |
#include <assert.h> |
379 |
/* Override any gcc2 internal prototype to avoid an error. */ |
380 |
#ifdef __cplusplus |
381 |
extern "C" |
382 |
#endif |
383 |
/* We use char because int might match the return type of a gcc2 |
384 |
builtin and then its argument prototype would still apply. */ |
385 |
char _doprnt (); |
386 |
char (*f) (); |
387 |
|
388 |
#ifdef F77_DUMMY_MAIN |
389 |
# ifdef __cplusplus |
390 |
extern "C" |
391 |
# endif |
392 |
int F77_DUMMY_MAIN() { return 1; } |
393 |
#endif |
394 |
int |
395 |
main () |
396 |
{ |
397 |
/* The GNU C library defines this for functions which it implements |
398 |
to always fail with ENOSYS. Some functions are actually named |
399 |
something starting with __ and the normal name is an alias. */ |
400 |
#if defined (__stub__doprnt) || defined (__stub____doprnt) |
401 |
choke me |
402 |
#else |
403 |
f = _doprnt; |
404 |
#endif |
405 |
|
406 |
; |
407 |
return 0; |
408 |
} |
409 |
configure:4729: result: no |
410 |
configure:4750: checking for re_comp |
411 |
configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 |
412 |
configure:4796: $? = 0 |
413 |
configure:4799: test -s conftest |
414 |
configure:4802: $? = 0 |
415 |
configure:4812: result: yes |
416 |
configure:4750: checking for regcomp |
417 |
configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 |
418 |
configure:4796: $? = 0 |
419 |
configure:4799: test -s conftest |
420 |
configure:4802: $? = 0 |
421 |
configure:4812: result: yes |
422 |
configure:4750: checking for strdup |
423 |
configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 |
424 |
configure:4796: $? = 0 |
425 |
configure:4799: test -s conftest |
426 |
configure:4802: $? = 0 |
427 |
configure:4812: result: yes |
428 |
configure:4750: checking for strstr |
429 |
configure:4793: gcc -o conftest -g -O2 conftest.c -lm >&5 |
430 |
configure:4796: $? = 0 |
431 |
configure:4799: test -s conftest |
432 |
configure:4802: $? = 0 |
433 |
configure:4812: result: yes |
434 |
configure:4823: checking for log in -lm |
435 |
configure:4856: gcc -o conftest -g -O2 conftest.c -lm -lm >&5 |
436 |
configure:4859: $? = 0 |
437 |
configure:4862: test -s conftest |
438 |
configure:4865: $? = 0 |
439 |
configure:4876: result: yes |
440 |
configure:4892: checking for vsnprintf |
441 |
configure:4935: gcc -o conftest -g -O2 conftest.c -lm -lm >&5 |
442 |
configure:4938: $? = 0 |
443 |
configure:4941: test -s conftest |
444 |
configure:4944: $? = 0 |
445 |
configure:4954: result: yes |
446 |
configure:5028: checking for xml2-config |
447 |
configure:5046: found /usr/bin/xml2-config |
448 |
configure:5059: result: /usr/bin/xml2-config |
449 |
configure:5085: checking for libxml libraries >= 2.4.3 |
450 |
configure:5097: result: found version 2.4.19 |
451 |
configure:5159: checking zlib.h usability |
452 |
configure:5168: gcc -c -g -O2 -Imaybe/include conftest.c >&5 |
453 |
configure:5171: $? = 0 |
454 |
configure:5174: test -s conftest.o |
455 |
configure:5177: $? = 0 |
456 |
configure:5186: result: yes |
457 |
configure:5190: checking zlib.h presence |
458 |
configure:5197: gcc -E -Imaybe/include conftest.c |
459 |
configure:5203: $? = 0 |
460 |
configure:5221: result: yes |
461 |
configure:5239: checking for zlib.h |
462 |
configure:5246: result: yes |
463 |
configure:5254: checking for gzread in -lz |
464 |
configure:5287: gcc -o conftest -g -O2 -Imaybe/include -Lmaybe/lib conftest.c -lz -lm -lm >&5 |
465 |
configure:5290: $? = 0 |
466 |
configure:5293: test -s conftest |
467 |
configure:5296: $? = 0 |
468 |
configure:5307: result: yes |
469 |
configure:5428: creating ./config.status |
470 |
|
471 |
## ---------------------- ## |
472 |
## Running config.status. ## |
473 |
## ---------------------- ## |
474 |
|
475 |
This file was extended by config.status, which was |
476 |
generated by GNU Autoconf 2.53. Invocation command line was |
477 |
|
478 |
CONFIG_FILES = |
479 |
CONFIG_HEADERS = |
480 |
CONFIG_LINKS = |
481 |
CONFIG_COMMANDS = |
482 |
$ ./config.status |
483 |
|
484 |
on faulks |
485 |
|
486 |
config.status:575: creating Makefile |
487 |
config.status:575: creating doc/Makefile |
488 |
config.status:575: creating src/Makefile |
489 |
config.status:678: creating src/acconfig.h |
490 |
config.status:813: src/acconfig.h is unchanged |
491 |
|
492 |
## ---------------- ## |
493 |
## Cache variables. ## |
494 |
## ---------------- ## |
495 |
|
496 |
ac_cv_c_compiler_gnu=yes |
497 |
ac_cv_c_const=yes |
498 |
ac_cv_env_CC_set= |
499 |
ac_cv_env_CC_value= |
500 |
ac_cv_env_CFLAGS_set= |
501 |
ac_cv_env_CFLAGS_value= |
502 |
ac_cv_env_CPPFLAGS_set= |
503 |
ac_cv_env_CPPFLAGS_value= |
504 |
ac_cv_env_CPP_set= |
505 |
ac_cv_env_CPP_value= |
506 |
ac_cv_env_LDFLAGS_set= |
507 |
ac_cv_env_LDFLAGS_value= |
508 |
ac_cv_env_build_alias_set= |
509 |
ac_cv_env_build_alias_value= |
510 |
ac_cv_env_host_alias_set= |
511 |
ac_cv_env_host_alias_value= |
512 |
ac_cv_env_target_alias_set= |
513 |
ac_cv_env_target_alias_value= |
514 |
ac_cv_exeext= |
515 |
ac_cv_func_BSDgettimeofday=no |
516 |
ac_cv_func__doprnt=no |
517 |
ac_cv_func_alloca_works=yes |
518 |
ac_cv_func_gettimeofday=yes |
519 |
ac_cv_func_re_comp=yes |
520 |
ac_cv_func_regcomp=yes |
521 |
ac_cv_func_strdup=yes |
522 |
ac_cv_func_strftime=yes |
523 |
ac_cv_func_strstr=yes |
524 |
ac_cv_func_vprintf=yes |
525 |
ac_cv_func_vsnprintf=yes |
526 |
ac_cv_header_dirent_dirent_h=yes |
527 |
ac_cv_header_inttypes_h=yes |
528 |
ac_cv_header_memory_h=yes |
529 |
ac_cv_header_stdc=yes |
530 |
ac_cv_header_stdint_h=yes |
531 |
ac_cv_header_stdlib_h=yes |
532 |
ac_cv_header_string_h=yes |
533 |
ac_cv_header_strings_h=yes |
534 |
ac_cv_header_sys_stat_h=yes |
535 |
ac_cv_header_sys_types_h=yes |
536 |
ac_cv_header_unistd_h=yes |
537 |
ac_cv_header_zlib_h=yes |
538 |
ac_cv_lib_m_log=yes |
539 |
ac_cv_lib_m_main=yes |
540 |
ac_cv_lib_snprintf_vsnprintf=no |
541 |
ac_cv_lib_z_gzread=yes |
542 |
ac_cv_objext=o |
543 |
ac_cv_path_PERL=/usr/bin/perl |
544 |
ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config |
545 |
ac_cv_prog_CPP='gcc -E' |
546 |
ac_cv_prog_ac_ct_CC=gcc |
547 |
ac_cv_prog_ac_ct_RANLIB=ranlib |
548 |
ac_cv_prog_cc_g=yes |
549 |
ac_cv_prog_cc_stdc= |
550 |
ac_cv_prog_make_make_set=yes |
551 |
ac_cv_search_opendir='none required' |
552 |
ac_cv_struct_tm=time.h |
553 |
ac_cv_sys_interpreter=yes |
554 |
ac_cv_type_pid_t=yes |
555 |
ac_cv_type_size_t=yes |
556 |
ac_cv_working_alloca_h=yes |
557 |
|
558 |
## ----------- ## |
559 |
## confdefs.h. ## |
560 |
## ----------- ## |
561 |
|
562 |
#define PACKAGE_NAME "" |
563 |
#define PACKAGE_TARNAME "" |
564 |
#define PACKAGE_VERSION "" |
565 |
#define PACKAGE_STRING "" |
566 |
#define PACKAGE_BUGREPORT "" |
567 |
#define HAVE_LIBM 1 |
568 |
#define HAVE_DIRENT_H 1 |
569 |
#define STDC_HEADERS 1 |
570 |
#define HAVE_SYS_TYPES_H 1 |
571 |
#define HAVE_SYS_STAT_H 1 |
572 |
#define HAVE_STDLIB_H 1 |
573 |
#define HAVE_STRING_H 1 |
574 |
#define HAVE_MEMORY_H 1 |
575 |
#define HAVE_STRINGS_H 1 |
576 |
#define HAVE_INTTYPES_H 1 |
577 |
#define HAVE_STDINT_H 1 |
578 |
#define HAVE_UNISTD_H 1 |
579 |
#define HAVE_UNISTD_H 1 |
580 |
#define HAVE_STDLIB_H 1 |
581 |
#define HAVE_ALLOCA_H 1 |
582 |
#define HAVE_ALLOCA 1 |
583 |
#define HAVE_STRFTIME 1 |
584 |
#define HAVE_VPRINTF 1 |
585 |
#define HAVE_RE_COMP 1 |
586 |
#define HAVE_REGCOMP 1 |
587 |
#define HAVE_STRDUP 1 |
588 |
#define HAVE_STRSTR 1 |
589 |
#define HAVE_LIBM 1 |
590 |
#define HAVE_VSNPRINTF 1 |
591 |
#define HAVE_LIBXML2 1 |
592 |
#define HAVE_ZLIB_H 1 |
593 |
#define HAVE_LIBZ 1 |
594 |
#define HAVE_ZLIB 1 |
595 |
|
596 |
configure: exit 0 |