-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
1272 lines (1248 loc) · 48.4 KB
/
config.log
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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by openbox configure 3.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
## --------- ##
## Platform. ##
## --------- ##
hostname = Zenith
uname -m = x86_64
uname -r = 5.10.27-1-lts
uname -s = Linux
uname -v = #1 SMP Tue, 30 Mar 2021 13:22:29 +0000
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /var/lib/flatpak/exports/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2459: checking for a BSD-compatible install
configure:2527: result: /usr/bin/install -c
configure:2538: checking whether build environment is sane
configure:2593: result: yes
configure:2744: checking for a thread-safe mkdir -p
configure:2783: result: /usr/bin/mkdir -p
configure:2790: checking for gawk
configure:2806: found /usr/bin/gawk
configure:2817: result: gawk
configure:2828: checking whether make sets $(MAKE)
configure:2850: result: yes
configure:2879: checking whether make supports nested variables
configure:2896: result: yes
configure:3033: checking whether make supports nested variables
configure:3050: result: yes
configure:3119: checking build type
configure:3185: result: RELEASE
configure:3197: checking whether make supports the include directive
configure:3212: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3215: $? = 0
configure:3234: result: yes (GNU style)
configure:3304: checking for gcc
configure:3320: found /usr/bin/gcc
configure:3331: result: gcc
configure:3560: checking for C compiler version
configure:3569: gcc --version >&5
gcc (GCC) 10.2.0
Copyright (C) 2020 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:3580: $? = 0
configure:3569: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC)
configure:3580: $? = 0
configure:3569: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3580: $? = 1
configure:3569: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3580: $? = 1
configure:3600: checking whether the C compiler works
configure:3622: gcc conftest.c >&5
configure:3626: $? = 0
configure:3674: result: yes
configure:3677: checking for C compiler default output file name
configure:3679: result: a.out
configure:3685: checking for suffix of executables
configure:3692: gcc -o conftest conftest.c >&5
configure:3696: $? = 0
configure:3718: result:
configure:3740: checking whether we are cross compiling
configure:3748: gcc -o conftest conftest.c >&5
configure:3752: $? = 0
configure:3759: ./conftest
configure:3763: $? = 0
configure:3778: result: no
configure:3783: checking for suffix of object files
configure:3805: gcc -c conftest.c >&5
configure:3809: $? = 0
configure:3830: result: o
configure:3834: checking whether we are using the GNU C compiler
configure:3853: gcc -c conftest.c >&5
configure:3853: $? = 0
configure:3862: result: yes
configure:3871: checking whether gcc accepts -g
configure:3891: gcc -c -g conftest.c >&5
configure:3891: $? = 0
configure:3932: result: yes
configure:3949: checking for gcc option to accept ISO C89
configure:4012: gcc -c -g -O2 conftest.c >&5
configure:4012: $? = 0
configure:4025: result: none needed
configure:4050: checking whether gcc understands -c and -o together
configure:4072: gcc -c conftest.c -o conftest2.o
configure:4075: $? = 0
configure:4072: gcc -c conftest.c -o conftest2.o
configure:4075: $? = 0
configure:4087: result: yes
configure:4106: checking dependency style of gcc
configure:4217: result: gcc3
configure:4238: checking how to run the C preprocessor
configure:4269: gcc -E conftest.c
configure:4269: $? = 0
configure:4283: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbox"
| #define PACKAGE_TARNAME "openbox"
| #define PACKAGE_VERSION "3.6"
| #define PACKAGE_STRING "openbox 3.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.icculus.org"
| #define PACKAGE_URL ""
| #define PACKAGE "openbox"
| #define VERSION "3.6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4308: result: gcc -E
configure:4328: gcc -E conftest.c
configure:4328: $? = 0
configure:4342: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbox"
| #define PACKAGE_TARNAME "openbox"
| #define PACKAGE_VERSION "3.6"
| #define PACKAGE_STRING "openbox 3.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.icculus.org"
| #define PACKAGE_URL ""
| #define PACKAGE "openbox"
| #define VERSION "3.6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4384: checking for GNU CC
configure:4387: result: yes
configure:4412: checking for compiler specific flags
configure:4414: result: -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing
configure:4420: checking for an ANSI C-conforming const
configure:4486: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:4486: $? = 0
configure:4493: result: yes
configure:4501: checking for inline
configure:4517: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:4517: $? = 0
configure:4525: result: inline
configure:4573: checking build system type
configure:4587: result: x86_64-pc-linux-gnu
configure:4607: checking host system type
configure:4620: result: x86_64-pc-linux-gnu
configure:4661: checking how to print strings
configure:4688: result: printf
configure:4709: checking for a sed that does not truncate output
configure:4773: result: /usr/bin/sed
configure:4791: checking for grep that handles long lines and -e
configure:4849: result: /usr/bin/grep
configure:4854: checking for egrep
configure:4916: result: /usr/bin/grep -E
configure:4921: checking for fgrep
configure:4983: result: /usr/bin/grep -F
configure:5018: checking for ld used by gcc
configure:5085: result: /usr/bin/ld
configure:5092: checking if the linker (/usr/bin/ld) is GNU ld
configure:5107: result: yes
configure:5119: checking for BSD- or MS-compatible name lister (nm)
configure:5173: result: /usr/bin/nm -B
configure:5303: checking the name lister (/usr/bin/nm -B) interface
configure:5310: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:5313: /usr/bin/nm -B "conftest.o"
configure:5316: output
0000000000000000 B some_variable
configure:5323: result: BSD nm
configure:5326: checking whether ln -s works
configure:5330: result: yes
configure:5338: checking the maximum length of command line arguments
configure:5469: result: 1572864
configure:5517: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5557: result: func_convert_file_noop
configure:5564: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5584: result: func_convert_file_noop
configure:5591: checking for /usr/bin/ld option to reload object files
configure:5598: result: -r
configure:5672: checking for objdump
configure:5688: found /usr/bin/objdump
configure:5699: result: objdump
configure:5731: checking how to recognize dependent libraries
configure:5931: result: pass_all
configure:6016: checking for dlltool
configure:6046: result: no
configure:6076: checking how to associate runtime and link libraries
configure:6103: result: printf %s\n
configure:6163: checking for ar
configure:6179: found /usr/bin/ar
configure:6190: result: ar
configure:6243: checking for archiver @FILE support
configure:6260: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:6260: $? = 0
configure:6263: ar cr libconftest.a @conftest.lst >&5
configure:6266: $? = 0
configure:6271: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6274: $? = 1
configure:6286: result: @
configure:6344: checking for strip
configure:6360: found /usr/bin/strip
configure:6371: result: strip
configure:6443: checking for ranlib
configure:6459: found /usr/bin/ranlib
configure:6470: result: ranlib
configure:6572: checking command to parse /usr/bin/nm -B output from gcc object
configure:6725: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:6728: $? = 0
configure:6732: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6735: $? = 0
configure:6801: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c conftstm.o >&5
configure:6804: $? = 0
configure:6842: result: ok
configure:6889: checking for sysroot
configure:6919: result: no
configure:6926: checking for a working dd
configure:6964: result: /usr/bin/dd
configure:6968: checking how to truncate binary pipes
configure:6983: result: /usr/bin/dd bs=4096 count=1
configure:7119: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:7122: $? = 0
configure:7312: checking for mt
configure:7342: result: no
configure:7362: checking if : is a manifest tool
configure:7368: : '-?'
configure:7376: result: no
configure:8049: checking for ANSI C header files
configure:8069: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8069: $? = 0
configure:8142: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8142: $? = 0
configure:8142: ./conftest
configure:8142: $? = 0
configure:8153: result: yes
configure:8166: checking for sys/types.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for sys/stat.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for stdlib.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for string.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for memory.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for strings.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for inttypes.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for stdint.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8166: checking for unistd.h
configure:8166: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8166: $? = 0
configure:8166: result: yes
configure:8180: checking for dlfcn.h
configure:8180: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:8180: $? = 0
configure:8180: result: yes
configure:8436: checking for objdir
configure:8451: result: .libs
configure:8715: checking if gcc supports -fno-rtti -fno-exceptions
configure:8733: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8737: $? = 0
configure:8750: result: no
configure:9108: checking for gcc option to produce PIC
configure:9115: result: -fPIC -DPIC
configure:9123: checking if gcc PIC flag -fPIC -DPIC works
configure:9141: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5
configure:9145: $? = 0
configure:9158: result: yes
configure:9187: checking if gcc static flag -static works
configure:9215: result: yes
configure:9230: checking if gcc supports -c -o file.o
configure:9251: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing -o out/conftest2.o conftest.c >&5
configure:9255: $? = 0
configure:9277: result: yes
configure:9285: checking if gcc supports -c -o file.o
configure:9332: result: yes
configure:9365: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10626: result: yes
configure:10663: checking whether -lc should be explicitly linked in
configure:10671: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:10674: $? = 0
configure:10689: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10692: $? = 0
configure:10706: result: no
configure:10866: checking dynamic linker characteristics
configure:11447: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11447: $? = 0
configure:11684: result: GNU/Linux ld.so
configure:11806: checking how to hardcode library paths into programs
configure:11831: result: immediate
configure:12379: checking whether stripping libraries is possible
configure:12388: result: yes
configure:12430: checking if libtool supports shared libraries
configure:12432: result: yes
configure:12435: checking whether to build shared libraries
configure:12460: result: yes
configure:12463: checking whether to build static libraries
configure:12467: result: yes
configure:12518: checking whether NLS is requested
configure:12527: result: yes
configure:12565: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:12597: result: /usr/bin/msgfmt
configure:12606: checking for gmsgfmt
configure:12637: result: /usr/bin/msgfmt
configure:12688: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:12720: result: /usr/bin/xgettext
configure:12766: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:12797: result: /usr/bin/msgmerge
configure:12851: checking for ld used by GCC
configure:12915: result: /usr/bin/ld -m elf_x86_64
configure:12922: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12935: result: yes
configure:12942: checking for shared library run path origin
configure:12955: result: done
configure:13391: checking for CFPreferencesCopyAppValue
configure:13409: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:23:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
23 | #include <CoreFoundation/CFPreferences.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbox"
| #define PACKAGE_TARNAME "openbox"
| #define PACKAGE_VERSION "3.6"
| #define PACKAGE_STRING "openbox 3.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.icculus.org"
| #define PACKAGE_URL ""
| #define PACKAGE "openbox"
| #define VERSION "3.6"
| #define STDC_HEADERS 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:13418: result: no
configure:13425: checking for CFLocaleCopyCurrent
configure:13443: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:23:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
23 | #include <CoreFoundation/CFLocale.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13443: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "openbox"
| #define PACKAGE_TARNAME "openbox"
| #define PACKAGE_VERSION "3.6"
| #define PACKAGE_STRING "openbox 3.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.icculus.org"
| #define PACKAGE_URL ""
| #define PACKAGE "openbox"
| #define VERSION "3.6"
| #define STDC_HEADERS 1
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:13452: result: no
configure:13481: checking for GNU gettext in libc
configure:13500: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:13500: $? = 0
configure:13508: result: yes
configure:14097: checking whether to use NLS
configure:14099: result: yes
configure:14102: checking where the gettext function comes from
configure:14113: result: libc
configure:14174: checking ctype.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking ctype.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for ctype.h
configure:14174: result: yes
configure:14174: checking dirent.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking dirent.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for dirent.h
configure:14174: result: yes
configure:14174: checking errno.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking errno.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for errno.h
configure:14174: result: yes
configure:14174: checking fcntl.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking fcntl.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for fcntl.h
configure:14174: result: yes
configure:14174: checking grp.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking grp.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for grp.h
configure:14174: result: yes
configure:14174: checking locale.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking locale.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for locale.h
configure:14174: result: yes
configure:14174: checking pwd.h usability
configure:14174: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking pwd.h presence
configure:14174: gcc -E conftest.c
configure:14174: $? = 0
configure:14174: result: yes
configure:14174: checking for pwd.h
configure:14174: result: yes
configure:14187: checking signal.h usability
configure:14187: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking signal.h presence
configure:14187: gcc -E conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for signal.h
configure:14187: result: yes
configure:14187: checking for string.h
configure:14187: result: yes
configure:14187: checking stdio.h usability
configure:14187: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking stdio.h presence
configure:14187: gcc -E conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for stdio.h
configure:14187: result: yes
configure:14187: checking for stdlib.h
configure:14187: result: yes
configure:14187: checking for unistd.h
configure:14187: result: yes
configure:14187: checking for sys/stat.h
configure:14187: result: yes
configure:14200: checking sys/select.h usability
configure:14200: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking sys/select.h presence
configure:14200: gcc -E conftest.c
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking for sys/select.h
configure:14200: result: yes
configure:14200: checking sys/socket.h usability
configure:14200: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking sys/socket.h presence
configure:14200: gcc -E conftest.c
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking for sys/socket.h
configure:14200: result: yes
configure:14200: checking sys/time.h usability
configure:14200: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking sys/time.h presence
configure:14200: gcc -E conftest.c
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking for sys/time.h
configure:14200: result: yes
configure:14200: checking for sys/types.h
configure:14200: result: yes
configure:14200: checking sys/wait.h usability
configure:14200: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking sys/wait.h presence
configure:14200: gcc -E conftest.c
configure:14200: $? = 0
configure:14200: result: yes
configure:14200: checking for sys/wait.h
configure:14200: result: yes
configure:14213: checking for sed
configure:14244: result: /usr/bin/sed
configure:14258: checking for dirname
configure:14276: found /usr/bin/dirname
configure:14289: result: /usr/bin/dirname
configure:14355: checking for pkg-config
configure:14373: found /usr/bin/pkg-config
configure:14385: result: /usr/bin/pkg-config
configure:14410: checking pkg-config is at least version 0.9.0
configure:14413: result: yes
configure:14423: checking for GLIB
configure:14430: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.0"
configure:14433: $? = 0
configure:14447: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14.0"
configure:14450: $? = 0
configure:14508: result: yes
configure:14517: checking for PANGO
configure:14524: $PKG_CONFIG --exists --print-errors "pango >= 1.8.0 pangoxft >= 1.8.0"
configure:14527: $? = 0
configure:14541: $PKG_CONFIG --exists --print-errors "pango >= 1.8.0 pangoxft >= 1.8.0"
configure:14544: $? = 0
configure:14602: result: yes
configure:14611: checking for XML
configure:14618: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0"
configure:14621: $? = 0
configure:14635: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0"
configure:14638: $? = 0
configure:14696: result: yes
configure:14715: checking for LIBSN
configure:14722: $PKG_CONFIG --exists --print-errors "libstartup-notification-1.0 >= 0.8"
configure:14725: $? = 0
configure:14739: $PKG_CONFIG --exists --print-errors "libstartup-notification-1.0 >= 0.8"
configure:14742: $? = 0
configure:14786: result: yes
configure:14813: checking for XCURSOR
configure:14820: $PKG_CONFIG --exists --print-errors "xcursor"
configure:14823: $? = 0
configure:14837: $PKG_CONFIG --exists --print-errors "xcursor"
configure:14840: $? = 0
configure:14884: result: yes
configure:14911: checking for IMLIB2
configure:14918: $PKG_CONFIG --exists --print-errors "imlib2"
configure:14921: $? = 0
configure:14935: $PKG_CONFIG --exists --print-errors "imlib2"
configure:14938: $? = 0
configure:14982: result: yes
configure:15021: checking for LIBRSVG
configure:15028: $PKG_CONFIG --exists --print-errors "librsvg-2.0"
configure:15031: $? = 0
configure:15045: $PKG_CONFIG --exists --print-errors "librsvg-2.0"
configure:15048: $? = 0
configure:15092: result: yes
configure:15119: checking for X
configure:15227: gcc -E conftest.c
configure:15227: $? = 0
configure:15258: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lX11 >&5
configure:15258: $? = 0
configure:15308: result: libraries , headers
configure:15408: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lX11 >&5
configure:15408: $? = 0
configure:15506: checking for gethostbyname
configure:15506: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:15506: $? = 0
configure:15506: result: yes
configure:15603: checking for connect
configure:15603: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:15603: $? = 0
configure:15603: result: yes
configure:15652: checking for remove
configure:15652: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:15652: $? = 0
configure:15652: result: yes
configure:15701: checking for shmat
configure:15701: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:15701: $? = 0
configure:15701: result: yes
configure:15759: checking for IceConnectionNumber in -lICE
configure:15784: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lICE >&5
configure:15784: $? = 0
configure:15793: result: yes
configure:15815: checking for XOpenDisplay in -lX11
configure:15840: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lX11 -lSM -lICE -lX11 >&5
configure:15840: $? = 0
configure:15849: result: yes
configure:15890: checking for SmcSaveYourselfDone in -lSM
configure:15915: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lSM -lICE -lX11 >&5
configure:15915: $? = 0
configure:15924: result: yes
configure:15930: checking X11/SM/SMlib.h usability
configure:15930: gcc -c -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c >&5
configure:15930: $? = 0
configure:15930: result: yes
configure:15930: checking X11/SM/SMlib.h presence
configure:15930: gcc -E conftest.c
configure:15930: $? = 0
configure:15930: result: yes
configure:15930: checking for X11/SM/SMlib.h
configure:15930: result: yes
configure:15957: checking for session management support
configure:15960: result: yes
configure:15991: checking for XkbBell in -lX11
configure:16016: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lX11 -lSM -lICE -lX11 >&5
configure:16016: $? = 0
configure:16025: result: yes
configure:16028: checking for X11/XKBlib.h
configure:16049: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 >&5
configure:16049: $? = 0
configure:16051: result: yes
configure:16080: checking for the Xkb extension
configure:16083: result: yes
configure:16109: checking for XRRSelectInput in -lXrandr
configure:16134: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lXrandr -lSM -lICE -lX11 -lXext -lXrender -lXrandr >&5
configure:16134: $? = 0
configure:16143: result: yes
configure:16146: checking for X11/extensions/Xrandr.h
configure:16168: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 -lXext -lXrender -lXrandr >&5
configure:16168: $? = 0
configure:16170: result: yes
configure:16199: checking for the XRandR extension
configure:16202: result: yes
configure:16228: checking for XShapeCombineShape in -lXext
configure:16253: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lXext -lSM -lICE -lX11 >&5
configure:16253: $? = 0
configure:16262: result: yes
configure:16265: checking for X11/extensions/shape.h
configure:16284: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 >&5
configure:16284: $? = 0
configure:16286: result: yes
configure:16315: checking for the Shape extension
configure:16318: result: yes
configure:16344: checking for XineramaQueryExtension in -lXinerama
configure:16369: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lXinerama -lSM -lICE -lX11 -lXext >&5
configure:16369: $? = 0
configure:16378: result: yes
configure:16382: checking for X11/extensions/Xinerama.h
configure:16400: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 -lXext >&5
configure:16400: $? = 0
configure:16402: result: yes
configure:16428: checking for the Xinerama extension
configure:16431: result: yes
configure:16457: checking for XSyncInitialize in -lXext
configure:16482: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lXext -lSM -lICE -lX11 >&5
configure:16482: $? = 0
configure:16491: result: yes
configure:16494: checking for X11/extensions/sync.h
configure:16513: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 >&5
configure:16513: $? = 0
configure:16515: result: yes
configure:16544: checking for the Sync extension
configure:16547: result: yes
configure:16564: checking for XauReadAuth in -lXau
configure:16589: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lXau -lSM -lICE -lX11 >&5
configure:16589: $? = 0
configure:16598: result: yes
configure:16601: checking for X11/Xauth.h
configure:16619: gcc -o conftest -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing conftest.c -lSM -lICE -lX11 >&5
configure:16619: $? = 0
configure:16621: result: yes
configure:16649: checking for the Xauth extension
configure:16652: result: yes
configure:16805: checking that generated files are newer than configure
configure:16811: result: done
configure:16842: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by openbox config.status 3.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Zenith
config.status:1114: creating Makefile
config.status:1114: creating m4/Makefile
config.status:1114: creating po/Makefile.in
config.status:1114: creating obrender/obrender-3.5.pc
config.status:1114: creating obt/obt-3.5.pc
config.status:1114: creating obrender/version.h
config.status:1114: creating obt/version.h
config.status:1114: creating version.h
config.status:1286: executing depfiles commands
config.status:1363: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1368: $? = 0
config.status:1286: executing libtool commands
config.status:1286: executing po-directories commands
config.status:1286: executing doc commands
config.status:1286: executing data commands
config.status:1286: executing data/xsession commands
configure:18936: result:
configure:18944: result: Compiling with these options:
Startup Notification... yes
X Cursor Library... yes
Session Management... yes
Imlib2 Library... yes
SVG Support (librsvg)... yes
configure:18952: result: configure complete, now type "make"
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
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_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_IMLIB2_CFLAGS_set=
ac_cv_env_IMLIB2_CFLAGS_value=
ac_cv_env_IMLIB2_LIBS_set=
ac_cv_env_IMLIB2_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBRSVG_CFLAGS_set=
ac_cv_env_LIBRSVG_CFLAGS_value=
ac_cv_env_LIBRSVG_LIBS_set=
ac_cv_env_LIBRSVG_LIBS_value=
ac_cv_env_LIBSN_CFLAGS_set=
ac_cv_env_LIBSN_CFLAGS_value=
ac_cv_env_LIBSN_LIBS_set=
ac_cv_env_LIBSN_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XCURSOR_CFLAGS_set=
ac_cv_env_XCURSOR_CFLAGS_value=
ac_cv_env_XCURSOR_LIBS_set=
ac_cv_env_XCURSOR_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_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_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SM_SmcSaveYourselfDone=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_X11_XkbBell=yes
ac_cv_lib_Xau_XauReadAuth=yes
ac_cv_lib_Xext_XShapeCombineShape=yes
ac_cv_lib_Xext_XSyncInitialize=yes
ac_cv_lib_Xinerama_XineramaQueryExtension=yes
ac_cv_lib_Xrandr_XRRSelectInput=yes
ac_cv_objext=o
ac_cv_path_DIRNAME=/usr/bin/dirname
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
pkg_cv_GLIB_LIBS='-lglib-2.0 '
pkg_cv_IMLIB2_CFLAGS=
pkg_cv_IMLIB2_LIBS='-lImlib2 '
pkg_cv_LIBRSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/pixman-1 '
pkg_cv_LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo '
pkg_cv_LIBSN_CFLAGS='-I/usr/include/startup-notification-1.0 '
pkg_cv_LIBSN_LIBS='-lstartup-notification-1 '
pkg_cv_PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -pthread '