File: config.log

package info (click to toggle)
gamazons 0.83-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,836 kB
  • sloc: ansic: 5,274; sh: 673; makefile: 103
file content (680 lines) | stat: -rw-r--r-- 22,283 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = donut
uname -m = i686
uname -r = 2.4.18
uname -s = Linux
uname -v = #1 Thu Nov 14 10:10:27 PST 2002

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/local/j2sdk1.4.0/bin
PATH: /home/yorgasor/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1228: checking for a BSD-compatible install
configure:1282: result: /usr/bin/install -c
configure:1293: checking whether build environment is sane
configure:1336: result: yes
configure:1351: checking whether make sets ${MAKE}
configure:1371: result: yes
configure:1403: checking for working aclocal-1.4
configure:1410: result: found
configure:1418: checking for working autoconf
configure:1425: result: found
configure:1433: checking for working automake-1.4
configure:1440: result: found
configure:1448: checking for working autoheader
configure:1455: result: found
configure:1463: checking for working makeinfo
configure:1470: result: found
configure:1479: checking whether to enable maintainer-specific portions of Makefiles
configure:1488: result: no
configure:1554: checking for gcc
configure:1570: found /usr/bin/gcc
configure:1580: result: gcc
configure:1824: checking for C compiler version
configure:1827: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1830: $? = 0
configure:1832: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:1835: $? = 0
configure:1837: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1840: $? = 1
configure:1866: checking for C compiler default output
configure:1869: gcc    conftest.c  >&5
configure:1872: $? = 0
configure:1905: result: a.out
configure:1910: checking whether the C compiler works
configure:1916: ./a.out
configure:1919: $? = 0
configure:1934: result: yes
configure:1941: checking whether we are cross compiling
configure:1943: result: no
configure:1946: checking for suffix of executables
configure:1948: gcc -o conftest    conftest.c  >&5
configure:1951: $? = 0
configure:1973: result: 
configure:1979: checking for suffix of object files
configure:2003: gcc -c   conftest.c >&5
configure:2006: $? = 0
configure:2025: result: o
configure:2029: checking whether we are using the GNU C compiler
configure:2056: gcc -c   conftest.c >&5
configure:2059: $? = 0
configure:2062: test -s conftest.o
configure:2065: $? = 0
configure:2077: result: yes
configure:2083: checking whether gcc accepts -g
configure:2107: gcc -c -g  conftest.c >&5
configure:2110: $? = 0
configure:2113: test -s conftest.o
configure:2116: $? = 0
configure:2126: result: yes
configure:2153: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2156: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2268: checking for strerror in -lcposix
configure:2301: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2304: $? = 1
configure: failed program was:
#line 2275 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2321: result: no
configure:2375: checking for gcc
configure:2401: result: gcc
configure:2645: checking for C compiler version
configure:2648: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2651: $? = 0
configure:2653: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:2656: $? = 0
configure:2658: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2661: $? = 1
configure:2664: checking whether we are using the GNU C compiler
configure:2712: result: yes
configure:2718: checking whether gcc accepts -g
configure:2761: result: yes
configure:2788: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2791: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2904: checking for gcc option to accept ANSI C
configure:2969: gcc  -c -g -O2  conftest.c >&5
configure:2972: $? = 0
configure:2975: test -s conftest.o
configure:2978: $? = 0
configure:2992: result: none needed
configure:3008: checking how to run the C preprocessor
configure:3034: gcc -E  conftest.c
configure:3040: $? = 0
configure:3067: gcc -E  conftest.c
configure:3063:28: ac_nonexistent.h: No such file or directory
configure:3073: $? = 1
configure: failed program was:
#line 3062 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3110: result: gcc -E
configure:3125: gcc -E  conftest.c
configure:3131: $? = 0
configure:3158: gcc -E  conftest.c
configure:3154:28: ac_nonexistent.h: No such file or directory
configure:3164: $? = 1
configure: failed program was:
#line 3153 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3204: checking for ANSI C header files
configure:3218: gcc -E  conftest.c
configure:3224: $? = 0
configure:3309: gcc -o conftest -g -O2   conftest.c  >&5
configure:3312: $? = 0
configure:3314: ./conftest
configure:3317: $? = 0
configure:3331: result: yes
configure:3351: checking for pkg-config
configure:3369: found /usr/bin/pkg-config
configure:3382: result: /usr/bin/pkg-config
configure:3399: checking for libgnomeui-2.0
configure:3403: result: yes
configure:3407: checking PACKAGE_CFLAGS
configure:3410: result:  -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/Xft2 -I/usr/X11R6/include  
configure:3413: checking PACKAGE_LIBS
configure:3416: result:  -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lxml2 -lz -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0  
configure:3495: checking for ranlib
configure:3511: found /usr/bin/ranlib
configure:3522: result: ranlib
configure:3534: checking for gcc option to accept ANSI C
configure:3597: gcc  -c -g -O2  conftest.c >&5
configure:3600: $? = 0
configure:3603: test -s conftest.o
configure:3606: $? = 0
configure:3623: result: none needed
configure:3631: checking for an ANSI C-conforming const
configure:3701: gcc -c -g -O2  conftest.c >&5
configure:3704: $? = 0
configure:3707: test -s conftest.o
configure:3710: $? = 0
configure:3720: result: yes
configure:3730: checking for inline
configure:3747: gcc -c -g -O2  conftest.c >&5
configure:3750: $? = 0
configure:3753: test -s conftest.o
configure:3756: $? = 0
configure:3767: result: inline
configure:3796: checking for sys/types.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for sys/stat.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for stdlib.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for string.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for memory.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for strings.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for inttypes.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for stdint.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3796: checking for unistd.h
configure:3809: gcc -c -g -O2  conftest.c >&5
configure:3812: $? = 0
configure:3815: test -s conftest.o
configure:3818: $? = 0
configure:3828: result: yes
configure:3840: checking for off_t
configure:3867: gcc -c -g -O2  conftest.c >&5
configure:3870: $? = 0
configure:3873: test -s conftest.o
configure:3876: $? = 0
configure:3886: result: yes
configure:3898: checking for size_t
configure:3925: gcc -c -g -O2  conftest.c >&5
configure:3928: $? = 0
configure:3931: test -s conftest.o
configure:3934: $? = 0
configure:3944: result: yes
configure:3958: checking for working alloca.h
configure:3982: gcc -o conftest -g -O2   conftest.c  >&5
configure:3985: $? = 0
configure:3988: test -s conftest
configure:3991: $? = 0
configure:4001: result: yes
configure:4011: checking for alloca
configure:4055: gcc -o conftest -g -O2   conftest.c  >&5
configure:4058: $? = 0
configure:4061: test -s conftest
configure:4064: $? = 0
configure:4074: result: yes
configure:4270: checking for stdlib.h
configure:4275: result: yes
configure:4270: checking for unistd.h
configure:4275: result: yes
configure:4383: checking for getpagesize
configure:4426: gcc -o conftest -g -O2   conftest.c  >&5
configure:4429: $? = 0
configure:4432: test -s conftest
configure:4435: $? = 0
configure:4445: result: yes
configure:4455: checking for working mmap
configure:4594: gcc -o conftest -g -O2   conftest.c  >&5
configure:4597: $? = 0
configure:4599: ./conftest
configure:4602: $? = 0
configure:4615: result: yes
configure:4649: checking argz.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking argz.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for argz.h
configure:4736: result: yes
configure:4649: checking limits.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking limits.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for limits.h
configure:4736: result: yes
configure:4649: checking locale.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking locale.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for locale.h
configure:4736: result: yes
configure:4649: checking nl_types.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking nl_types.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for nl_types.h
configure:4736: result: yes
configure:4649: checking malloc.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking malloc.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for malloc.h
configure:4736: result: yes
configure:4640: checking for string.h
configure:4645: result: yes
configure:4640: checking for unistd.h
configure:4645: result: yes
configure:4649: checking sys/param.h usability
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4661: $? = 0
configure:4664: test -s conftest.o
configure:4667: $? = 0
configure:4676: result: yes
configure:4680: checking sys/param.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4711: result: yes
configure:4729: checking for sys/param.h
configure:4736: result: yes
configure:4764: checking for getcwd
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for munmap
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for putenv
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for setenv
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for setlocale
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for strchr
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4779: warning: conflicting types for built-in function `strchr'
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for strcasecmp
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for strdup
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for __argz_count
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for __argz_stringify
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4764: checking for __argz_next
configure:4807: gcc -o conftest -g -O2   conftest.c  >&5
configure:4810: $? = 0
configure:4813: test -s conftest
configure:4816: $? = 0
configure:4826: result: yes
configure:4838: checking for LC_MESSAGES
configure:4862: gcc -o conftest -g -O2   conftest.c  >&5
configure:4865: $? = 0
configure:4868: test -s conftest
configure:4871: $? = 0
configure:4881: result: yes
configure:4913: checking libintl.h usability
configure:4922: gcc -c -g -O2  conftest.c >&5
configure:4925: $? = 0
configure:4928: test -s conftest.o
configure:4931: $? = 0
configure:4940: result: yes
configure:4944: checking libintl.h presence
configure:4951: gcc -E  conftest.c
configure:4957: $? = 0
configure:4975: result: yes
configure:4993: checking for libintl.h
configure:5000: result: yes
configure:5005: checking for dgettext in libc
configure:5029: gcc -o conftest -g -O2   conftest.c  >&5
configure:5032: $? = 0
configure:5035: test -s conftest
configure:5038: $? = 0
configure:5048: result: yes
configure:5256: checking for msgfmt
configure:5283: result: /usr/bin/msgfmt
configure:5294: checking for dcgettext
configure:5337: gcc -o conftest -g -O2   conftest.c  >&5
configure:5340: $? = 0
configure:5343: test -s conftest
configure:5346: $? = 0
configure:5356: result: yes
configure:5368: checking for gmsgfmt
configure:5399: result: /usr/bin/msgfmt
configure:5408: checking for xgettext
configure:5435: result: /usr/bin/xgettext
configure:5462: gcc -o conftest -g -O2   conftest.c  >&5
configure:5465: $? = 0
configure:5468: test -s conftest
configure:5471: $? = 0
configure:5786: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on donut

config.status:616: creating Makefile
config.status:616: creating src/Makefile
config.status:616: creating pixmaps/Makefile
config.status:616: creating po/Makefile.in
config.status:720: creating config.h
config.status:903: config.h is unchanged
config.status:998: executing default-1 commands
config.status:998: executing default-2 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func_alloca_works=yes
ac_cv_func_dcgettext=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_header_argz_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "gamazons"
#define VERSION "0.83rc3"
#define STDC_HEADERS 1
#define GETTEXT_PACKAGE "gamazons"
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_LC_MESSAGES 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 0