Ticket #46877: config.log

File config.log, 74.2 KB (added by astyh83@…, 9 years ago)

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by libX11 configure 1.6.2, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-xmlto --without-fop --disable-specs
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = SatideMacBook-Air.local
14uname -m = x86_64
15uname -r = 13.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 185 tasks, 821 threads, 4 processors
34Load average: 5.58, Mach factor: 1.31
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2635: checking build system type
52configure:2649: result: x86_64-apple-darwin13.4.0
53configure:2669: checking host system type
54configure:2682: result: x86_64-apple-darwin13.4.0
55configure:2756: checking for gcc
56configure:2783: result: /usr/bin/clang
57configure:3012: checking for C compiler version
58configure:3021: /usr/bin/clang --version >&5
59Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
60Target: x86_64-apple-darwin13.4.0
61Thread model: posix
62configure:3032: $? = 0
63configure:3021: /usr/bin/clang -v >&5
64Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
65Target: x86_64-apple-darwin13.4.0
66Thread model: posix
67configure:3032: $? = 0
68configure:3021: /usr/bin/clang -V >&5
69clang: error: argument to '-V' is missing (expected 1 value)
70clang: error: no input files
71configure:3032: $? = 1
72configure:3021: /usr/bin/clang -qversion >&5
73clang: error: unknown argument: '-qversion'
74clang: error: no input files
75configure:3032: $? = 1
76configure:3052: checking whether the C compiler works
77configure:3074: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
78configure:3078: $? = 0
79configure:3126: result: yes
80configure:3129: checking for C compiler default output file name
81configure:3131: result: a.out
82configure:3137: checking for suffix of executables
83configure:3144: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
84configure:3148: $? = 0
85configure:3170: result:
86configure:3192: checking whether we are cross compiling
87configure:3200: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
88configure:3204: $? = 0
89configure:3211: ./conftest
90configure:3215: $? = 0
91configure:3230: result: no
92configure:3235: checking for suffix of object files
93configure:3257: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
94configure:3261: $? = 0
95configure:3282: result: o
96configure:3286: checking whether we are using the GNU C compiler
97configure:3305: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
98configure:3305: $? = 0
99configure:3314: result: yes
100configure:3323: checking whether /usr/bin/clang accepts -g
101configure:3343: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
102configure:3343: $? = 0
103configure:3384: result: yes
104configure:3401: checking for /usr/bin/clang option to accept ISO C89
105configure:3465: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
106configure:3465: $? = 0
107configure:3478: result: none needed
108configure:3503: checking whether /usr/bin/clang understands -c and -o together
109configure:3525: /usr/bin/clang -c conftest.c -o conftest2.o
110configure:3528: $? = 0
111configure:3525: /usr/bin/clang -c conftest.c -o conftest2.o
112configure:3528: $? = 0
113configure:3540: result: yes
114configure:3563: checking how to run the C preprocessor
115configure:3594: /usr/bin/clang -E -I/opt/local/include conftest.c
116configure:3594: $? = 0
117configure:3608: /usr/bin/clang -E -I/opt/local/include conftest.c
118conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
119#include <ac_nonexistent.h>
120         ^
1211 error generated.
122configure:3608: $? = 1
123configure: failed program was:
124| /* confdefs.h */
125| #define PACKAGE_NAME "libX11"
126| #define PACKAGE_TARNAME "libX11"
127| #define PACKAGE_VERSION "1.6.2"
128| #define PACKAGE_STRING "libX11 1.6.2"
129| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
130| #define PACKAGE_URL ""
131| /* end confdefs.h.  */
132| #include <ac_nonexistent.h>
133configure:3633: result: /usr/bin/clang -E
134configure:3653: /usr/bin/clang -E -I/opt/local/include conftest.c
135configure:3653: $? = 0
136configure:3667: /usr/bin/clang -E -I/opt/local/include conftest.c
137conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
138#include <ac_nonexistent.h>
139         ^
1401 error generated.
141configure:3667: $? = 1
142configure: failed program was:
143| /* confdefs.h */
144| #define PACKAGE_NAME "libX11"
145| #define PACKAGE_TARNAME "libX11"
146| #define PACKAGE_VERSION "1.6.2"
147| #define PACKAGE_STRING "libX11 1.6.2"
148| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
149| #define PACKAGE_URL ""
150| /* end confdefs.h.  */
151| #include <ac_nonexistent.h>
152configure:3696: checking for grep that handles long lines and -e
153configure:3754: result: /usr/bin/grep
154configure:3759: checking for egrep
155configure:3821: result: /usr/bin/grep -E
156configure:3826: checking for ANSI C header files
157configure:3846: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
158configure:3846: $? = 0
159configure:3919: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
160configure:3919: $? = 0
161configure:3919: ./conftest
162configure:3919: $? = 0
163configure:3930: result: yes
164configure:3943: checking for sys/types.h
165configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
166configure:3943: $? = 0
167configure:3943: result: yes
168configure:3943: checking for sys/stat.h
169configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
170configure:3943: $? = 0
171configure:3943: result: yes
172configure:3943: checking for stdlib.h
173configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
174configure:3943: $? = 0
175configure:3943: result: yes
176configure:3943: checking for string.h
177configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
178configure:3943: $? = 0
179configure:3943: result: yes
180configure:3943: checking for memory.h
181configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
182configure:3943: $? = 0
183configure:3943: result: yes
184configure:3943: checking for strings.h
185configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
186configure:3943: $? = 0
187configure:3943: result: yes
188configure:3943: checking for inttypes.h
189configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
190configure:3943: $? = 0
191configure:3943: result: yes
192configure:3943: checking for stdint.h
193configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
194configure:3943: $? = 0
195configure:3943: result: yes
196configure:3943: checking for unistd.h
197configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
198configure:3943: $? = 0
199configure:3943: result: yes
200configure:3956: checking minix/config.h usability
201configure:3956: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
202conftest.c:52:10: fatal error: 'minix/config.h' file not found
203#include <minix/config.h>
204         ^
2051 error generated.
206configure:3956: $? = 1
207configure: failed program was:
208| /* confdefs.h */
209| #define PACKAGE_NAME "libX11"
210| #define PACKAGE_TARNAME "libX11"
211| #define PACKAGE_VERSION "1.6.2"
212| #define PACKAGE_STRING "libX11 1.6.2"
213| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
214| #define PACKAGE_URL ""
215| #define STDC_HEADERS 1
216| #define HAVE_SYS_TYPES_H 1
217| #define HAVE_SYS_STAT_H 1
218| #define HAVE_STDLIB_H 1
219| #define HAVE_STRING_H 1
220| #define HAVE_MEMORY_H 1
221| #define HAVE_STRINGS_H 1
222| #define HAVE_INTTYPES_H 1
223| #define HAVE_STDINT_H 1
224| #define HAVE_UNISTD_H 1
225| /* end confdefs.h.  */
226| #include <stdio.h>
227| #ifdef HAVE_SYS_TYPES_H
228| # include <sys/types.h>
229| #endif
230| #ifdef HAVE_SYS_STAT_H
231| # include <sys/stat.h>
232| #endif
233| #ifdef STDC_HEADERS
234| # include <stdlib.h>
235| # include <stddef.h>
236| #else
237| # ifdef HAVE_STDLIB_H
238| #  include <stdlib.h>
239| # endif
240| #endif
241| #ifdef HAVE_STRING_H
242| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
243| #  include <memory.h>
244| # endif
245| # include <string.h>
246| #endif
247| #ifdef HAVE_STRINGS_H
248| # include <strings.h>
249| #endif
250| #ifdef HAVE_INTTYPES_H
251| # include <inttypes.h>
252| #endif
253| #ifdef HAVE_STDINT_H
254| # include <stdint.h>
255| #endif
256| #ifdef HAVE_UNISTD_H
257| # include <unistd.h>
258| #endif
259| #include <minix/config.h>
260configure:3956: result: no
261configure:3956: checking minix/config.h presence
262configure:3956: /usr/bin/clang -E -I/opt/local/include conftest.c
263conftest.c:19:10: fatal error: 'minix/config.h' file not found
264#include <minix/config.h>
265         ^
2661 error generated.
267configure:3956: $? = 1
268configure: failed program was:
269| /* confdefs.h */
270| #define PACKAGE_NAME "libX11"
271| #define PACKAGE_TARNAME "libX11"
272| #define PACKAGE_VERSION "1.6.2"
273| #define PACKAGE_STRING "libX11 1.6.2"
274| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
275| #define PACKAGE_URL ""
276| #define STDC_HEADERS 1
277| #define HAVE_SYS_TYPES_H 1
278| #define HAVE_SYS_STAT_H 1
279| #define HAVE_STDLIB_H 1
280| #define HAVE_STRING_H 1
281| #define HAVE_MEMORY_H 1
282| #define HAVE_STRINGS_H 1
283| #define HAVE_INTTYPES_H 1
284| #define HAVE_STDINT_H 1
285| #define HAVE_UNISTD_H 1
286| /* end confdefs.h.  */
287| #include <minix/config.h>
288configure:3956: result: no
289configure:3956: checking for minix/config.h
290configure:3956: result: no
291configure:3977: checking whether it is safe to define __EXTENSIONS__
292configure:3995: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
293configure:3995: $? = 0
294configure:4002: result: yes
295configure:4034: checking for a BSD-compatible install
296configure:4102: result: /usr/bin/install -c
297configure:4113: checking whether build environment is sane
298configure:4168: result: yes
299configure:4316: checking for a thread-safe mkdir -p
300configure:4355: result: ./install-sh -c -d
301configure:4362: checking for gawk
302configure:4392: result: no
303configure:4362: checking for mawk
304configure:4392: result: no
305configure:4362: checking for nawk
306configure:4392: result: no
307configure:4362: checking for awk
308configure:4378: found /usr/bin/awk
309configure:4389: result: awk
310configure:4400: checking whether make sets $(MAKE)
311configure:4422: result: yes
312configure:4452: checking for style of include used by make
313configure:4480: result: GNU
314configure:4514: checking whether make supports nested variables
315configure:4531: result: yes
316configure:4616: checking dependency style of /usr/bin/clang
317configure:4727: result: gcc3
318configure:4832: checking how to print strings
319configure:4859: result: printf
320configure:4880: checking for a sed that does not truncate output
321configure:4944: result: /usr/bin/sed
322configure:4962: checking for fgrep
323configure:5024: result: /usr/bin/grep -F
324configure:5059: checking for ld used by /usr/bin/clang
325configure:5126: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
326configure:5133: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
327configure:5148: result: no
328configure:5160: checking for BSD- or MS-compatible name lister (nm)
329configure:5209: result: /usr/bin/nm
330configure:5339: checking the name lister (/usr/bin/nm) interface
331configure:5346: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
332configure:5349: /usr/bin/nm "conftest.o"
333configure:5352: output
3340000000000000000 S _some_variable
335configure:5359: result: BSD nm
336configure:5362: checking whether ln -s works
337configure:5366: result: yes
338configure:5374: checking the maximum length of command line arguments
339configure:5504: result: 196608
340configure:5521: checking whether the shell understands some XSI constructs
341configure:5531: result: yes
342configure:5535: checking whether the shell understands "+="
343configure:5541: result: yes
344configure:5576: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
345configure:5616: result: func_convert_file_noop
346configure:5623: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
347configure:5643: result: func_convert_file_noop
348configure:5650: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
349configure:5657: result: -r
350configure:5731: checking for objdump
351configure:5761: result: no
352configure:5790: checking how to recognize dependent libraries
353configure:5992: result: pass_all
354configure:6077: checking for dlltool
355configure:6107: result: no
356configure:6137: checking how to associate runtime and link libraries
357configure:6164: result: printf %s\n
358configure:6224: checking for ar
359configure:6240: found /usr/bin/ar
360configure:6251: result: ar
361configure:6288: checking for archiver @FILE support
362configure:6305: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
363configure:6305: $? = 0
364configure:6308: ar cru libconftest.a @conftest.lst >&5
365ar: @conftest.lst: No such file or directory
366configure:6311: $? = 1
367configure:6331: result: no
368configure:6389: checking for strip
369configure:6405: found /usr/bin/strip
370configure:6416: result: strip
371configure:6488: checking for ranlib
372configure:6504: found /usr/bin/ranlib
373configure:6515: result: ranlib
374configure:6617: checking command to parse /usr/bin/nm output from /usr/bin/clang object
375configure:6737: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
376configure:6740: $? = 0
377configure:6744: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
378configure:6747: $? = 0
379cannot find nm_test_var in conftest.nm
380configure:6737: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
381configure:6740: $? = 0
382configure:6744: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
383configure:6747: $? = 0
384configure:6813: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
385configure:6816: $? = 0
386configure:6854: result: ok
387configure:6891: checking for sysroot
388configure:6921: result: no
389configure:7177: checking for mt
390configure:7207: result: no
391configure:7227: checking if : is a manifest tool
392configure:7233: : '-?'
393configure:7241: result: no
394configure:7297: checking for dsymutil
395configure:7313: found /usr/bin/dsymutil
396configure:7324: result: dsymutil
397configure:7389: checking for nmedit
398configure:7405: found /usr/bin/nmedit
399configure:7416: result: nmedit
400configure:7481: checking for lipo
401configure:7497: found /usr/bin/lipo
402configure:7508: result: lipo
403configure:7573: checking for otool
404configure:7589: found /usr/bin/otool
405configure:7600: result: otool
406configure:7665: checking for otool64
407configure:7695: result: no
408configure:7740: checking for -single_module linker flag
409/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
410configure:7773: result: yes
411configure:7776: checking for -exported_symbols_list linker flag
412configure:7796: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
413configure:7796: $? = 0
414configure:7806: result: yes
415configure:7809: checking for -force_load linker flag
416/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
417ar cru libconftest.a conftest.o
418ranlib libconftest.a
419/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
420configure:7841: result: yes
421configure:7880: checking for dlfcn.h
422configure:7880: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
423configure:7880: $? = 0
424configure:7880: result: yes
425configure:8086: checking for objdir
426configure:8101: result: .libs
427configure:8368: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
428configure:8386: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
429configure:8390: $? = 0
430configure:8403: result: yes
431configure:8730: checking for /usr/bin/clang option to produce PIC
432configure:8737: result: -fno-common -DPIC
433configure:8745: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
434configure:8763: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
435configure:8767: $? = 0
436configure:8780: result: yes
437configure:8809: checking if /usr/bin/clang static flag -static works
438configure:8837: result: no
439configure:8852: checking if /usr/bin/clang supports -c -o file.o
440configure:8873: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
441configure:8877: $? = 0
442configure:8899: result: yes
443configure:8907: checking if /usr/bin/clang supports -c -o file.o
444configure:8954: result: yes
445configure:8987: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
446configure:10140: result: yes
447configure:10380: checking dynamic linker characteristics
448configure:11113: result: darwin13.4.0 dyld
449configure:11220: checking how to hardcode library paths into programs
450configure:11245: result: immediate
451configure:11785: checking whether stripping libraries is possible
452configure:11799: result: yes
453configure:11825: checking if libtool supports shared libraries
454configure:11827: result: yes
455configure:11830: checking whether to build shared libraries
456configure:11851: result: yes
457configure:11854: checking whether to build static libraries
458configure:11858: result: yes
459configure:11908: checking for /usr/bin/clang option to accept ISO C99
460configure:12057: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
461configure:12057: $? = 0
462configure:12070: result: none needed
463configure:12089: checking whether __clang__ is declared
464configure:12089: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
465configure:12089: $? = 0
466configure:12089: result: yes
467configure:12096: checking whether __INTEL_COMPILER is declared
468configure:12096: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
469conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER'
470  (void) __INTEL_COMPILER;
471         ^
4721 error generated.
473configure:12096: $? = 1
474configure: failed program was:
475| /* confdefs.h */
476| #define PACKAGE_NAME "libX11"
477| #define PACKAGE_TARNAME "libX11"
478| #define PACKAGE_VERSION "1.6.2"
479| #define PACKAGE_STRING "libX11 1.6.2"
480| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
481| #define PACKAGE_URL ""
482| #define STDC_HEADERS 1
483| #define HAVE_SYS_TYPES_H 1
484| #define HAVE_SYS_STAT_H 1
485| #define HAVE_STDLIB_H 1
486| #define HAVE_STRING_H 1
487| #define HAVE_MEMORY_H 1
488| #define HAVE_STRINGS_H 1
489| #define HAVE_INTTYPES_H 1
490| #define HAVE_STDINT_H 1
491| #define HAVE_UNISTD_H 1
492| #define __EXTENSIONS__ 1
493| #define _ALL_SOURCE 1
494| #define _GNU_SOURCE 1
495| #define _POSIX_PTHREAD_SEMANTICS 1
496| #define _TANDEM_SOURCE 1
497| #define PACKAGE "libX11"
498| #define VERSION "1.6.2"
499| #define HAVE_DLFCN_H 1
500| #define LT_OBJDIR ".libs/"
501| /* end confdefs.h.  */
502| #include <stdio.h>
503| #ifdef HAVE_SYS_TYPES_H
504| # include <sys/types.h>
505| #endif
506| #ifdef HAVE_SYS_STAT_H
507| # include <sys/stat.h>
508| #endif
509| #ifdef STDC_HEADERS
510| # include <stdlib.h>
511| # include <stddef.h>
512| #else
513| # ifdef HAVE_STDLIB_H
514| #  include <stdlib.h>
515| # endif
516| #endif
517| #ifdef HAVE_STRING_H
518| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
519| #  include <memory.h>
520| # endif
521| # include <string.h>
522| #endif
523| #ifdef HAVE_STRINGS_H
524| # include <strings.h>
525| #endif
526| #ifdef HAVE_INTTYPES_H
527| # include <inttypes.h>
528| #endif
529| #ifdef HAVE_STDINT_H
530| # include <stdint.h>
531| #endif
532| #ifdef HAVE_UNISTD_H
533| # include <unistd.h>
534| #endif
535| int
536| main ()
537| {
538| #ifndef __INTEL_COMPILER
539| #ifdef __cplusplus
540|   (void) __INTEL_COMPILER;
541| #else
542|   (void) __INTEL_COMPILER;
543| #endif
544| #endif
545|
546|   ;
547|   return 0;
548| }
549configure:12096: result: no
550configure:12103: checking whether __SUNPRO_C is declared
551configure:12103: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
552conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C'
553  (void) __SUNPRO_C;
554         ^
5551 error generated.
556configure:12103: $? = 1
557configure: failed program was:
558| /* confdefs.h */
559| #define PACKAGE_NAME "libX11"
560| #define PACKAGE_TARNAME "libX11"
561| #define PACKAGE_VERSION "1.6.2"
562| #define PACKAGE_STRING "libX11 1.6.2"
563| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
564| #define PACKAGE_URL ""
565| #define STDC_HEADERS 1
566| #define HAVE_SYS_TYPES_H 1
567| #define HAVE_SYS_STAT_H 1
568| #define HAVE_STDLIB_H 1
569| #define HAVE_STRING_H 1
570| #define HAVE_MEMORY_H 1
571| #define HAVE_STRINGS_H 1
572| #define HAVE_INTTYPES_H 1
573| #define HAVE_STDINT_H 1
574| #define HAVE_UNISTD_H 1
575| #define __EXTENSIONS__ 1
576| #define _ALL_SOURCE 1
577| #define _GNU_SOURCE 1
578| #define _POSIX_PTHREAD_SEMANTICS 1
579| #define _TANDEM_SOURCE 1
580| #define PACKAGE "libX11"
581| #define VERSION "1.6.2"
582| #define HAVE_DLFCN_H 1
583| #define LT_OBJDIR ".libs/"
584| /* end confdefs.h.  */
585| #include <stdio.h>
586| #ifdef HAVE_SYS_TYPES_H
587| # include <sys/types.h>
588| #endif
589| #ifdef HAVE_SYS_STAT_H
590| # include <sys/stat.h>
591| #endif
592| #ifdef STDC_HEADERS
593| # include <stdlib.h>
594| # include <stddef.h>
595| #else
596| # ifdef HAVE_STDLIB_H
597| #  include <stdlib.h>
598| # endif
599| #endif
600| #ifdef HAVE_STRING_H
601| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
602| #  include <memory.h>
603| # endif
604| # include <string.h>
605| #endif
606| #ifdef HAVE_STRINGS_H
607| # include <strings.h>
608| #endif
609| #ifdef HAVE_INTTYPES_H
610| # include <inttypes.h>
611| #endif
612| #ifdef HAVE_STDINT_H
613| # include <stdint.h>
614| #endif
615| #ifdef HAVE_UNISTD_H
616| # include <unistd.h>
617| #endif
618| int
619| main ()
620| {
621| #ifndef __SUNPRO_C
622| #ifdef __cplusplus
623|   (void) __SUNPRO_C;
624| #else
625|   (void) __SUNPRO_C;
626| #endif
627| #endif
628|
629|   ;
630|   return 0;
631| }
632configure:12103: result: no
633configure:12160: checking for pkg-config
634configure:12178: found /opt/local/bin/pkg-config
635configure:12190: result: /opt/local/bin/pkg-config
636configure:12215: checking pkg-config is at least version 0.9.0
637configure:12218: result: yes
638configure:12268: checking if /usr/bin/clang supports -Werror=unknown-warning-option
639configure:12277: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -I/opt/local/include conftest.c >&5
640configure:12277: $? = 0
641configure:12284: result: yes
642configure:12295: checking if /usr/bin/clang supports -Werror=unused-command-line-argument
643configure:12304: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -I/opt/local/include conftest.c >&5
644configure:12304: $? = 0
645configure:12311: result: yes
646configure:12330: checking if /usr/bin/clang supports -Wall
647configure:12347: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
648configure:12347: $? = 0
649configure:12360: result: yes
650configure:12448: checking if /usr/bin/clang supports -Wpointer-arith
651configure:12465: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
652configure:12465: $? = 0
653configure:12478: result: yes
654configure:12566: checking if /usr/bin/clang supports -Wmissing-declarations
655configure:12583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
656configure:12583: $? = 0
657configure:12596: result: yes
658configure:12684: checking if /usr/bin/clang supports -Wformat=2
659configure:12701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
660configure:12701: $? = 0
661configure:12714: result: yes
662configure:12853: checking if /usr/bin/clang supports -Wstrict-prototypes
663configure:12870: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
664configure:12870: $? = 0
665configure:12883: result: yes
666configure:12971: checking if /usr/bin/clang supports -Wmissing-prototypes
667configure:12988: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
668configure:12988: $? = 0
669configure:13001: result: yes
670configure:13089: checking if /usr/bin/clang supports -Wnested-externs
671configure:13106: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
672configure:13106: $? = 0
673configure:13119: result: yes
674configure:13207: checking if /usr/bin/clang supports -Wbad-function-cast
675configure:13224: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
676configure:13224: $? = 0
677configure:13237: result: yes
678configure:13325: checking if /usr/bin/clang supports -Wold-style-definition
679configure:13342: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
680configure:13342: $? = 0
681configure:13355: result: yes
682configure:13443: checking if /usr/bin/clang supports -Wdeclaration-after-statement
683configure:13460: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
684configure:13460: $? = 0
685configure:13473: result: yes
686configure:13565: checking if /usr/bin/clang supports -Wunused
687configure:13582: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
688configure:13582: $? = 0
689configure:13595: result: yes
690configure:13683: checking if /usr/bin/clang supports -Wuninitialized
691configure:13700: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
692configure:13700: $? = 0
693configure:13713: result: yes
694configure:13801: checking if /usr/bin/clang supports -Wshadow
695configure:13818: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
696configure:13818: $? = 0
697configure:13831: result: yes
698configure:13919: checking if /usr/bin/clang supports -Wcast-qual
699configure:13936: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wcast-qual -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
700configure:13936: $? = 0
701configure:13949: result: yes
702configure:14037: checking if /usr/bin/clang supports -Wmissing-noreturn
703configure:14054: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
704configure:14054: $? = 0
705configure:14067: result: yes
706configure:14155: checking if /usr/bin/clang supports -Wmissing-format-attribute
707configure:14172: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
708configure:14172: $? = 0
709configure:14185: result: yes
710configure:14273: checking if /usr/bin/clang supports -Wredundant-decls
711configure:14290: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
712configure:14290: $? = 0
713configure:14303: result: yes
714configure:14403: checking if /usr/bin/clang supports -Werror=implicit
715configure:14420: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
716configure:14420: $? = 0
717configure:14433: result: yes
718configure:14570: checking if /usr/bin/clang supports -Werror=nonnull
719configure:14587: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
720configure:14587: $? = 0
721configure:14600: result: yes
722configure:14688: checking if /usr/bin/clang supports -Werror=init-self
723configure:14705: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
724configure:14705: $? = 0
725configure:14718: result: yes
726configure:14806: checking if /usr/bin/clang supports -Werror=main
727configure:14823: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
728configure:14823: $? = 0
729configure:14836: result: yes
730configure:14924: checking if /usr/bin/clang supports -Werror=missing-braces
731configure:14941: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
732configure:14941: $? = 0
733configure:14954: result: yes
734configure:15042: checking if /usr/bin/clang supports -Werror=sequence-point
735configure:15059: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
736configure:15059: $? = 0
737configure:15072: result: yes
738configure:15160: checking if /usr/bin/clang supports -Werror=return-type
739configure:15177: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
740configure:15177: $? = 0
741configure:15190: result: yes
742configure:15327: checking if /usr/bin/clang supports -Werror=trigraphs
743configure:15344: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
744configure:15344: $? = 0
745configure:15357: result: yes
746configure:15445: checking if /usr/bin/clang supports -Werror=array-bounds
747configure:15462: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
748configure:15462: $? = 0
749configure:15475: result: yes
750configure:15563: checking if /usr/bin/clang supports -Werror=write-strings
751configure:15580: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
752configure:15580: $? = 0
753configure:15593: result: yes
754configure:15681: checking if /usr/bin/clang supports -Werror=address
755configure:15698: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
756configure:15698: $? = 0
757configure:15711: result: yes
758configure:15799: checking if /usr/bin/clang supports -Werror=int-to-pointer-cast
759configure:15816: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
760configure:15816: $? = 0
761configure:15829: result: yes
762configure:15966: checking if /usr/bin/clang supports -Werror=pointer-to-int-cast
763configure:15983: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
764configure:15983: $? = 0
765configure:15996: result: yes
766configure:17654: checking if /usr/bin/clang supports -pedantic
767configure:17671: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
768configure:17671: $? = 0
769configure:17684: result: yes
770configure:17772: checking if /usr/bin/clang supports -Werror
771configure:17789: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
772configure:17789: $? = 0
773configure:17802: result: yes
774configure:17942: checking if /usr/bin/clang supports -Werror=attributes
775configure:17959: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
776configure:17959: $? = 0
777configure:17972: result: yes
778configure:18132: checking whether make supports nested variables
779configure:18149: result: yes
780configure:18179: checking whether to build functional specifications
781configure:18181: result: no
782configure:18504: checking for xsltproc
783configure:18522: found /usr/bin/xsltproc
784configure:18534: result: /usr/bin/xsltproc
785configure:18614: checking for X.Org SGML entities >= 1.10
786configure:18618: $PKG_CONFIG --exists --print-errors "xorg-sgml-doctools >= 1.10"
787Package xorg-sgml-doctools was not found in the pkg-config search path.
788Perhaps you should add the directory containing `xorg-sgml-doctools.pc'
789to the PKG_CONFIG_PATH environment variable
790No package 'xorg-sgml-doctools' found
791configure:18621: $? = 1
792configure:18637: result: no
793configure:18659: checking for cpp
794configure:18690: result: /usr/bin/cpp
795configure:18706: checking if /usr/bin/cpp requires -undef
796configure:18713: result: no
797configure:18731: checking if /usr/bin/cpp requires -traditional
798configure:18738: result: no
799configure:18770: checking for perl
800configure:18788: found /opt/local/bin/perl
801configure:18800: result: /opt/local/bin/perl
802configure:18930: checking for pkg-config
803configure:18960: result: /opt/local/bin/pkg-config
804configure:18985: checking pkg-config is at least version 0.9.0
805configure:18988: result: yes
806configure:19124: checking for pkg-config
807configure:19154: result: /opt/local/bin/pkg-config
808configure:19179: checking pkg-config is at least version 0.9.0
809configure:19182: result: yes
810configure:19204: checking return type of signal handlers
811configure:19222: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
812conftest.c:37:8: error: indirection requires pointer operand ('void' invalid)
813return *(signal (0, 0)) (0) == 1;
814       ^~~~~~~~~~~~~~~~~~~~
8151 error generated.
816configure:19222: $? = 1
817configure: failed program was:
818| /* confdefs.h */
819| #define PACKAGE_NAME "libX11"
820| #define PACKAGE_TARNAME "libX11"
821| #define PACKAGE_VERSION "1.6.2"
822| #define PACKAGE_STRING "libX11 1.6.2"
823| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
824| #define PACKAGE_URL ""
825| #define STDC_HEADERS 1
826| #define HAVE_SYS_TYPES_H 1
827| #define HAVE_SYS_STAT_H 1
828| #define HAVE_STDLIB_H 1
829| #define HAVE_STRING_H 1
830| #define HAVE_MEMORY_H 1
831| #define HAVE_STRINGS_H 1
832| #define HAVE_INTTYPES_H 1
833| #define HAVE_STDINT_H 1
834| #define HAVE_UNISTD_H 1
835| #define __EXTENSIONS__ 1
836| #define _ALL_SOURCE 1
837| #define _GNU_SOURCE 1
838| #define _POSIX_PTHREAD_SEMANTICS 1
839| #define _TANDEM_SOURCE 1
840| #define PACKAGE "libX11"
841| #define VERSION "1.6.2"
842| #define HAVE_DLFCN_H 1
843| #define LT_OBJDIR ".libs/"
844| #define PACKAGE_VERSION_MAJOR 1
845| #define PACKAGE_VERSION_MINOR 6
846| #define PACKAGE_VERSION_PATCHLEVEL 2
847| /* end confdefs.h.  */
848| #include <sys/types.h>
849| #include <signal.h>
850|
851| int
852| main ()
853| {
854| return *(signal (0, 0)) (0) == 1;
855|   ;
856|   return 0;
857| }
858configure:19229: result: void
859configure:19251: checking if Xtrans should support UNIX socket connections
860configure:19258: result: yes
861configure:19267: checking if Xtrans should support TCP socket connections
862configure:19269: result: yes
863configure:19277: checking for library containing socket
864configure:19308: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
865configure:19308: $? = 0
866configure:19325: result: none required
867configure:19333: checking for library containing gethostbyname
868configure:19364: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
869configure:19364: $? = 0
870configure:19381: result: none required
871configure:19437: checking for getaddrinfo
872configure:19437: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
873configure:19437: $? = 0
874configure:19437: result: yes
875configure:19446: checking if IPv6 support should be built
876configure:19453: result: yes
877configure:19457: checking for struct sockaddr_in.sin_len
878configure:19457: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
879configure:19457: $? = 0
880configure:19457: result: yes
881configure:19471: checking for socklen_t
882configure:19471: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
883configure:19471: $? = 0
884configure:19471: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
885conftest.c:75:24: error: expected expression
886if (sizeof ((socklen_t)))
887                       ^
8881 error generated.
889configure:19471: $? = 1
890configure: failed program was:
891| /* confdefs.h */
892| #define PACKAGE_NAME "libX11"
893| #define PACKAGE_TARNAME "libX11"
894| #define PACKAGE_VERSION "1.6.2"
895| #define PACKAGE_STRING "libX11 1.6.2"
896| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
897| #define PACKAGE_URL ""
898| #define STDC_HEADERS 1
899| #define HAVE_SYS_TYPES_H 1
900| #define HAVE_SYS_STAT_H 1
901| #define HAVE_STDLIB_H 1
902| #define HAVE_STRING_H 1
903| #define HAVE_MEMORY_H 1
904| #define HAVE_STRINGS_H 1
905| #define HAVE_INTTYPES_H 1
906| #define HAVE_STDINT_H 1
907| #define HAVE_UNISTD_H 1
908| #define __EXTENSIONS__ 1
909| #define _ALL_SOURCE 1
910| #define _GNU_SOURCE 1
911| #define _POSIX_PTHREAD_SEMANTICS 1
912| #define _TANDEM_SOURCE 1
913| #define PACKAGE "libX11"
914| #define VERSION "1.6.2"
915| #define HAVE_DLFCN_H 1
916| #define LT_OBJDIR ".libs/"
917| #define PACKAGE_VERSION_MAJOR 1
918| #define PACKAGE_VERSION_MINOR 6
919| #define PACKAGE_VERSION_PATCHLEVEL 2
920| #define RETSIGTYPE void
921| #define UNIXCONN 1
922| #define TCPCONN 1
923| #define IPv6 1
924| #define BSD44SOCKETS 1
925| /* end confdefs.h.  */
926|
927| #include <stdio.h>
928| #ifdef HAVE_SYS_TYPES_H
929| # include <sys/types.h>
930| #endif
931| #ifdef HAVE_SYS_STAT_H
932| # include <sys/stat.h>
933| #endif
934| #ifdef STDC_HEADERS
935| # include <stdlib.h>
936| # include <stddef.h>
937| #else
938| # ifdef HAVE_STDLIB_H
939| #  include <stdlib.h>
940| # endif
941| #endif
942| #ifdef HAVE_STRING_H
943| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
944| #  include <memory.h>
945| # endif
946| # include <string.h>
947| #endif
948| #ifdef HAVE_STRINGS_H
949| # include <strings.h>
950| #endif
951| #ifdef HAVE_INTTYPES_H
952| # include <inttypes.h>
953| #endif
954| #ifdef HAVE_STDINT_H
955| # include <stdint.h>
956| #endif
957| #ifdef HAVE_UNISTD_H
958| # include <unistd.h>
959| #endif
960| #include <sys/socket.h>
961|
962| int
963| main ()
964| {
965| if (sizeof ((socklen_t)))
966|           return 0;
967|   ;
968|   return 0;
969| }
970configure:19471: result: yes
971configure:19498: checking if Xtrans should support os-specific local connections
972configure:19500: result: no
973configure:19525: checking for authdes_seccreate
974configure:19525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
975Undefined symbols for architecture x86_64:
976  "_authdes_seccreate", referenced from:
977      _main in conftest-32e288.o
978ld: symbol(s) not found for architecture x86_64
979clang: error: linker command failed with exit code 1 (use -v to see invocation)
980configure:19525: $? = 1
981configure: failed program was:
982| /* confdefs.h */
983| #define PACKAGE_NAME "libX11"
984| #define PACKAGE_TARNAME "libX11"
985| #define PACKAGE_VERSION "1.6.2"
986| #define PACKAGE_STRING "libX11 1.6.2"
987| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
988| #define PACKAGE_URL ""
989| #define STDC_HEADERS 1
990| #define HAVE_SYS_TYPES_H 1
991| #define HAVE_SYS_STAT_H 1
992| #define HAVE_STDLIB_H 1
993| #define HAVE_STRING_H 1
994| #define HAVE_MEMORY_H 1
995| #define HAVE_STRINGS_H 1
996| #define HAVE_INTTYPES_H 1
997| #define HAVE_STDINT_H 1
998| #define HAVE_UNISTD_H 1
999| #define __EXTENSIONS__ 1
1000| #define _ALL_SOURCE 1
1001| #define _GNU_SOURCE 1
1002| #define _POSIX_PTHREAD_SEMANTICS 1
1003| #define _TANDEM_SOURCE 1
1004| #define PACKAGE "libX11"
1005| #define VERSION "1.6.2"
1006| #define HAVE_DLFCN_H 1
1007| #define LT_OBJDIR ".libs/"
1008| #define PACKAGE_VERSION_MAJOR 1
1009| #define PACKAGE_VERSION_MINOR 6
1010| #define PACKAGE_VERSION_PATCHLEVEL 2
1011| #define RETSIGTYPE void
1012| #define UNIXCONN 1
1013| #define TCPCONN 1
1014| #define IPv6 1
1015| #define BSD44SOCKETS 1
1016| #define HAVE_SOCKLEN_T 1
1017| /* end confdefs.h.  */
1018| /* Define authdes_seccreate to an innocuous variant, in case <limits.h> declares authdes_seccreate.
1019|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1020| #define authdes_seccreate innocuous_authdes_seccreate
1021|
1022| /* System header to define __stub macros and hopefully few prototypes,
1023|     which can conflict with char authdes_seccreate (); below.
1024|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1025|     <limits.h> exists even on freestanding compilers.  */
1026|
1027| #ifdef __STDC__
1028| # include <limits.h>
1029| #else
1030| # include <assert.h>
1031| #endif
1032|
1033| #undef authdes_seccreate
1034|
1035| /* Override any GCC internal prototype to avoid an error.
1036|    Use char because int might match the return type of a GCC
1037|    builtin and then its argument prototype would still apply.  */
1038| #ifdef __cplusplus
1039| extern "C"
1040| #endif
1041| char authdes_seccreate ();
1042| /* The GNU C library defines this for functions which it implements
1043|     to always fail with ENOSYS.  Some functions are actually named
1044|     something starting with __ and the normal name is an alias.  */
1045| #if defined __stub_authdes_seccreate || defined __stub___authdes_seccreate
1046| choke me
1047| #endif
1048|
1049| int
1050| main ()
1051| {
1052| return authdes_seccreate ();
1053|   ;
1054|   return 0;
1055| }
1056configure:19525: result: no
1057configure:19525: checking for authdes_create
1058configure:19525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1059Undefined symbols for architecture x86_64:
1060  "_authdes_create", referenced from:
1061      _main in conftest-02fc9f.o
1062ld: symbol(s) not found for architecture x86_64
1063clang: error: linker command failed with exit code 1 (use -v to see invocation)
1064configure:19525: $? = 1
1065configure: failed program was:
1066| /* confdefs.h */
1067| #define PACKAGE_NAME "libX11"
1068| #define PACKAGE_TARNAME "libX11"
1069| #define PACKAGE_VERSION "1.6.2"
1070| #define PACKAGE_STRING "libX11 1.6.2"
1071| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1072| #define PACKAGE_URL ""
1073| #define STDC_HEADERS 1
1074| #define HAVE_SYS_TYPES_H 1
1075| #define HAVE_SYS_STAT_H 1
1076| #define HAVE_STDLIB_H 1
1077| #define HAVE_STRING_H 1
1078| #define HAVE_MEMORY_H 1
1079| #define HAVE_STRINGS_H 1
1080| #define HAVE_INTTYPES_H 1
1081| #define HAVE_STDINT_H 1
1082| #define HAVE_UNISTD_H 1
1083| #define __EXTENSIONS__ 1
1084| #define _ALL_SOURCE 1
1085| #define _GNU_SOURCE 1
1086| #define _POSIX_PTHREAD_SEMANTICS 1
1087| #define _TANDEM_SOURCE 1
1088| #define PACKAGE "libX11"
1089| #define VERSION "1.6.2"
1090| #define HAVE_DLFCN_H 1
1091| #define LT_OBJDIR ".libs/"
1092| #define PACKAGE_VERSION_MAJOR 1
1093| #define PACKAGE_VERSION_MINOR 6
1094| #define PACKAGE_VERSION_PATCHLEVEL 2
1095| #define RETSIGTYPE void
1096| #define UNIXCONN 1
1097| #define TCPCONN 1
1098| #define IPv6 1
1099| #define BSD44SOCKETS 1
1100| #define HAVE_SOCKLEN_T 1
1101| /* end confdefs.h.  */
1102| /* Define authdes_create to an innocuous variant, in case <limits.h> declares authdes_create.
1103|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1104| #define authdes_create innocuous_authdes_create
1105|
1106| /* System header to define __stub macros and hopefully few prototypes,
1107|     which can conflict with char authdes_create (); below.
1108|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1109|     <limits.h> exists even on freestanding compilers.  */
1110|
1111| #ifdef __STDC__
1112| # include <limits.h>
1113| #else
1114| # include <assert.h>
1115| #endif
1116|
1117| #undef authdes_create
1118|
1119| /* Override any GCC internal prototype to avoid an error.
1120|    Use char because int might match the return type of a GCC
1121|    builtin and then its argument prototype would still apply.  */
1122| #ifdef __cplusplus
1123| extern "C"
1124| #endif
1125| char authdes_create ();
1126| /* The GNU C library defines this for functions which it implements
1127|     to always fail with ENOSYS.  Some functions are actually named
1128|     something starting with __ and the normal name is an alias.  */
1129| #if defined __stub_authdes_create || defined __stub___authdes_create
1130| choke me
1131| #endif
1132|
1133| int
1134| main ()
1135| {
1136| return authdes_create ();
1137|   ;
1138|   return 0;
1139| }
1140configure:19525: result: no
1141configure:19599: checking if Secure RPC authentication ("SUN-DES-1") should be supported
1142configure:19606: result: no
1143configure:19611: checking what order to try transports in for local connections
1144configure:19688: result: UNIX_TRANS,TCP_TRANS
1145configure:19692: checking if run-time linking is supported
1146configure:19694: checking for library containing dlopen
1147configure:19725: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1148configure:19725: $? = 0
1149configure:19742: result: none required
1150configure:19830: checking for dlfcn.h
1151configure:19830: result: yes
1152configure:19846: result: yes
1153configure:19849: checking if loadable i18n module support should be enabled
1154configure:19868: result: no
1155configure:19880: checking if loadable Xcursor library support should be enabled
1156configure:19894: result: yes
1157configure:19900: checking sys/select.h usability
1158configure:19900: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1159configure:19900: $? = 0
1160configure:19900: result: yes
1161configure:19900: checking sys/select.h presence
1162configure:19900: /usr/bin/clang -E -I/opt/local/include conftest.c
1163configure:19900: $? = 0
1164configure:19900: result: yes
1165configure:19900: checking for sys/select.h
1166configure:19900: result: yes
1167configure:19917: checking for strtol
1168configure:19917: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1169configure:19917: $? = 0
1170configure:19917: result: yes
1171configure:19917: checking for seteuid
1172configure:19917: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1173configure:19917: $? = 0
1174configure:19917: result: yes
1175configure:19928: checking whether issetugid is declared
1176configure:19928: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1177configure:19928: $? = 0
1178configure:19928: result: yes
1179configure:19933: checking for issetugid
1180configure:19933: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1181configure:19933: $? = 0
1182configure:19933: result: yes
1183configure:19944: checking for getresuid
1184configure:19944: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1185Undefined symbols for architecture x86_64:
1186  "_getresuid", referenced from:
1187      _main in conftest-d500e5.o
1188ld: symbol(s) not found for architecture x86_64
1189clang: error: linker command failed with exit code 1 (use -v to see invocation)
1190configure:19944: $? = 1
1191configure: failed program was:
1192| /* confdefs.h */
1193| #define PACKAGE_NAME "libX11"
1194| #define PACKAGE_TARNAME "libX11"
1195| #define PACKAGE_VERSION "1.6.2"
1196| #define PACKAGE_STRING "libX11 1.6.2"
1197| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1198| #define PACKAGE_URL ""
1199| #define STDC_HEADERS 1
1200| #define HAVE_SYS_TYPES_H 1
1201| #define HAVE_SYS_STAT_H 1
1202| #define HAVE_STDLIB_H 1
1203| #define HAVE_STRING_H 1
1204| #define HAVE_MEMORY_H 1
1205| #define HAVE_STRINGS_H 1
1206| #define HAVE_INTTYPES_H 1
1207| #define HAVE_STDINT_H 1
1208| #define HAVE_UNISTD_H 1
1209| #define __EXTENSIONS__ 1
1210| #define _ALL_SOURCE 1
1211| #define _GNU_SOURCE 1
1212| #define _POSIX_PTHREAD_SEMANTICS 1
1213| #define _TANDEM_SOURCE 1
1214| #define PACKAGE "libX11"
1215| #define VERSION "1.6.2"
1216| #define HAVE_DLFCN_H 1
1217| #define LT_OBJDIR ".libs/"
1218| #define PACKAGE_VERSION_MAJOR 1
1219| #define PACKAGE_VERSION_MINOR 6
1220| #define PACKAGE_VERSION_PATCHLEVEL 2
1221| #define RETSIGTYPE void
1222| #define UNIXCONN 1
1223| #define TCPCONN 1
1224| #define IPv6 1
1225| #define BSD44SOCKETS 1
1226| #define HAVE_SOCKLEN_T 1
1227| #define LOCAL_TRANSPORT_LIST UNIX_TRANS,TCP_TRANS
1228| #define HAVE_DLOPEN 1
1229| #define HAVE_DLFCN_H 1
1230| #define USE_DYNAMIC_XCURSOR 1
1231| #define HAVE_SYS_SELECT_H 1
1232| #define HAVE_STRTOL 1
1233| #define HAVE_SETEUID 1
1234| #define HASSETUGID 1
1235| /* end confdefs.h.  */
1236| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
1237|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1238| #define getresuid innocuous_getresuid
1239|
1240| /* System header to define __stub macros and hopefully few prototypes,
1241|     which can conflict with char getresuid (); below.
1242|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1243|     <limits.h> exists even on freestanding compilers.  */
1244|
1245| #ifdef __STDC__
1246| # include <limits.h>
1247| #else
1248| # include <assert.h>
1249| #endif
1250|
1251| #undef getresuid
1252|
1253| /* Override any GCC internal prototype to avoid an error.
1254|    Use char because int might match the return type of a GCC
1255|    builtin and then its argument prototype would still apply.  */
1256| #ifdef __cplusplus
1257| extern "C"
1258| #endif
1259| char getresuid ();
1260| /* The GNU C library defines this for functions which it implements
1261|     to always fail with ENOSYS.  Some functions are actually named
1262|     something starting with __ and the normal name is an alias.  */
1263| #if defined __stub_getresuid || defined __stub___getresuid
1264| choke me
1265| #endif
1266|
1267| int
1268| main ()
1269| {
1270| return getresuid ();
1271|   ;
1272|   return 0;
1273| }
1274configure:19944: result: no
1275configure:19953: checking for shmat
1276configure:19953: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1277configure:19953: $? = 0
1278configure:19953: result: yes
1279configure:19993: checking for launchd
1280configure:20009: found /sbin/launchd
1281configure:20021: result: yes
1282configure:20048: checking for getpwuid_r in -lc
1283configure:20073: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc   >&5
1284configure:20073: $? = 0
1285configure:20082: result: yes
1286configure:20107: checking for pthread_self in -lc
1287configure:20132: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc   >&5
1288configure:20132: $? = 0
1289configure:20141: result: yes
1290configure:20178: checking for poll
1291configure:20178: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1292configure:20178: $? = 0
1293configure:20178: result: yes
1294configure:20189: checking keysym definitions
1295configure:20212: result:  /opt/local/include/X11/keysymdef.h /opt/local/include/X11/XF86keysym.h /opt/local/include/X11/Sunkeysym.h /opt/local/include/X11/DECkeysym.h /opt/local/include/X11/HPkeysym.h
1296configure:20262: checking if XLOCALEDIR support should be enabled
1297configure:20276: result: yes
1298configure:20289: checking for BIGFONT
1299configure:20296: $PKG_CONFIG --exists --print-errors "xf86bigfontproto >= 1.2.0"
1300Package xf86bigfontproto was not found in the pkg-config search path.
1301Perhaps you should add the directory containing `xf86bigfontproto.pc'
1302to the PKG_CONFIG_PATH environment variable
1303No package 'xf86bigfontproto' found
1304configure:20299: $? = 1
1305configure:20312: $PKG_CONFIG --exists --print-errors "xf86bigfontproto >= 1.2.0"
1306Package xf86bigfontproto was not found in the pkg-config search path.
1307Perhaps you should add the directory containing `xf86bigfontproto.pc'
1308to the PKG_CONFIG_PATH environment variable
1309No package 'xf86bigfontproto' found
1310configure:20315: $? = 1
1311No package 'xf86bigfontproto' found
1312configure:20342: result: no
1313configure:20391: checking for stdlib.h
1314configure:20391: result: yes
1315configure:20391: checking for unistd.h
1316configure:20391: result: yes
1317configure:20391: checking for sys/param.h
1318configure:20391: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1319configure:20391: $? = 0
1320configure:20391: result: yes
1321configure:20411: checking for getpagesize
1322configure:20411: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1323configure:20411: $? = 0
1324configure:20411: result: yes
1325configure:20420: checking for working mmap
1326configure:20567: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1327configure:20567: $? = 0
1328configure:20567: ./conftest
1329configure:20567: $? = 0
1330configure:20577: result: yes
1331configure:20587: checking for nl_langinfo
1332configure:20587: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1333configure:20587: $? = 0
1334configure:20587: result: yes
1335configure:20782: checking for X11
1336configure:20789: $PKG_CONFIG --exists --print-errors "$X11_REQUIRES"
1337Package xextproto was not found in the pkg-config search path.
1338Perhaps you should add the directory containing `xextproto.pc'
1339to the PKG_CONFIG_PATH environment variable
1340No package 'xextproto' found
1341Package xtrans was not found in the pkg-config search path.
1342Perhaps you should add the directory containing `xtrans.pc'
1343to the PKG_CONFIG_PATH environment variable
1344No package 'xtrans' found
1345Package inputproto was not found in the pkg-config search path.
1346Perhaps you should add the directory containing `inputproto.pc'
1347to the PKG_CONFIG_PATH environment variable
1348No package 'inputproto' found
1349configure:20792: $? = 1
1350configure:20805: $PKG_CONFIG --exists --print-errors "$X11_REQUIRES"
1351Package xextproto was not found in the pkg-config search path.
1352Perhaps you should add the directory containing `xextproto.pc'
1353to the PKG_CONFIG_PATH environment variable
1354No package 'xextproto' found
1355Package xtrans was not found in the pkg-config search path.
1356Perhaps you should add the directory containing `xtrans.pc'
1357to the PKG_CONFIG_PATH environment variable
1358No package 'xtrans' found
1359Package inputproto was not found in the pkg-config search path.
1360Perhaps you should add the directory containing `inputproto.pc'
1361to the PKG_CONFIG_PATH environment variable
1362No package 'inputproto' found
1363configure:20808: $? = 1
1364No package 'xextproto' found
1365No package 'xtrans' found
1366No package 'inputproto' found
1367configure:20835: error: Package requirements (xproto >= 7.0.17 xextproto xtrans xcb >= 1.1.92 kbproto inputproto) were not met:
1368
1369No package 'xextproto' found
1370No package 'xtrans' found
1371No package 'inputproto' found
1372
1373Consider adjusting the PKG_CONFIG_PATH environment variable if you
1374installed software in a non-standard prefix.
1375
1376Alternatively, you may set the environment variables X11_CFLAGS
1377and X11_LIBS to avoid the need to call pkg-config.
1378See the pkg-config man page for more details.
1379
1380
1381## ---------------- ##
1382## Cache variables. ##
1383## ---------------- ##
1384
1385ac_cv_build=x86_64-apple-darwin13.4.0
1386ac_cv_c_compiler_gnu=yes
1387ac_cv_env_BIGFONT_CFLAGS_set=
1388ac_cv_env_BIGFONT_CFLAGS_value=
1389ac_cv_env_BIGFONT_LIBS_set=
1390ac_cv_env_BIGFONT_LIBS_value=
1391ac_cv_env_CC_set=set
1392ac_cv_env_CC_value=/usr/bin/clang
1393ac_cv_env_CFLAGS_set=set
1394ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
1395ac_cv_env_CPPFLAGS_set=set
1396ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1397ac_cv_env_CPP_set=
1398ac_cv_env_CPP_value=
1399ac_cv_env_FOP_set=
1400ac_cv_env_FOP_value=
1401ac_cv_env_LDFLAGS_set=set
1402ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1403ac_cv_env_LIBS_set=
1404ac_cv_env_LIBS_value=
1405ac_cv_env_LINT_FLAGS_set=
1406ac_cv_env_LINT_FLAGS_value=
1407ac_cv_env_LINT_set=
1408ac_cv_env_LINT_value=
1409ac_cv_env_PERL_set=
1410ac_cv_env_PERL_value=
1411ac_cv_env_PKG_CONFIG_set=
1412ac_cv_env_PKG_CONFIG_value=
1413ac_cv_env_X11_CFLAGS_set=
1414ac_cv_env_X11_CFLAGS_value=
1415ac_cv_env_X11_LIBS_set=
1416ac_cv_env_X11_LIBS_value=
1417ac_cv_env_XMLTO_set=
1418ac_cv_env_XMLTO_value=
1419ac_cv_env_XSLTPROC_set=
1420ac_cv_env_XSLTPROC_value=
1421ac_cv_env_build_alias_set=
1422ac_cv_env_build_alias_value=
1423ac_cv_env_host_alias_set=
1424ac_cv_env_host_alias_value=
1425ac_cv_env_target_alias_set=
1426ac_cv_env_target_alias_value=
1427ac_cv_func_authdes_create=no
1428ac_cv_func_authdes_seccreate=no
1429ac_cv_func_getaddrinfo=yes
1430ac_cv_func_getpagesize=yes
1431ac_cv_func_getresuid=no
1432ac_cv_func_issetugid=yes
1433ac_cv_func_mmap_fixed_mapped=yes
1434ac_cv_func_nl_langinfo=yes
1435ac_cv_func_poll=yes
1436ac_cv_func_seteuid=yes
1437ac_cv_func_shmat=yes
1438ac_cv_func_strtol=yes
1439ac_cv_have_decl___INTEL_COMPILER=no
1440ac_cv_have_decl___SUNPRO_C=no
1441ac_cv_have_decl___clang__=yes
1442ac_cv_have_decl_issetugid=yes
1443ac_cv_header_dlfcn_h=yes
1444ac_cv_header_inttypes_h=yes
1445ac_cv_header_memory_h=yes
1446ac_cv_header_minix_config_h=no
1447ac_cv_header_stdc=yes
1448ac_cv_header_stdint_h=yes
1449ac_cv_header_stdlib_h=yes
1450ac_cv_header_string_h=yes
1451ac_cv_header_strings_h=yes
1452ac_cv_header_sys_param_h=yes
1453ac_cv_header_sys_select_h=yes
1454ac_cv_header_sys_stat_h=yes
1455ac_cv_header_sys_types_h=yes
1456ac_cv_header_unistd_h=yes
1457ac_cv_host=x86_64-apple-darwin13.4.0
1458ac_cv_lib_c_getpwuid_r=yes
1459ac_cv_lib_c_pthread_self=yes
1460ac_cv_member_struct_sockaddr_in_sin_len=yes
1461ac_cv_objext=o
1462ac_cv_path_EGREP='/usr/bin/grep -E'
1463ac_cv_path_FGREP='/usr/bin/grep -F'
1464ac_cv_path_GREP=/usr/bin/grep
1465ac_cv_path_PERL=/opt/local/bin/perl
1466ac_cv_path_RAWCPP=/usr/bin/cpp
1467ac_cv_path_SED=/usr/bin/sed
1468ac_cv_path_XSLTPROC=/usr/bin/xsltproc
1469ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
1470ac_cv_prog_AWK=awk
1471ac_cv_prog_CPP='/usr/bin/clang -E'
1472ac_cv_prog_LAUNCHD=yes
1473ac_cv_prog_ac_ct_AR=ar
1474ac_cv_prog_ac_ct_CC=/usr/bin/clang
1475ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1476ac_cv_prog_ac_ct_LIPO=lipo
1477ac_cv_prog_ac_ct_NMEDIT=nmedit
1478ac_cv_prog_ac_ct_OTOOL=otool
1479ac_cv_prog_ac_ct_RANLIB=ranlib
1480ac_cv_prog_ac_ct_STRIP=strip
1481ac_cv_prog_cc_c89=
1482ac_cv_prog_cc_c99=
1483ac_cv_prog_cc_g=yes
1484ac_cv_prog_make_make_set=yes
1485ac_cv_safe_to_define___extensions__=yes
1486ac_cv_search_dlopen='none required'
1487ac_cv_search_gethostbyname='none required'
1488ac_cv_search_socket='none required'
1489ac_cv_type_signal=void
1490ac_cv_type_socklen_t=yes
1491am_cv_CC_dependencies_compiler_type=gcc3
1492am_cv_make_support_nested_variables=yes
1493am_cv_prog_cc_c_o=yes
1494lt_cv_apple_cc_single_mod=yes
1495lt_cv_ar_at_file=no
1496lt_cv_deplibs_check_method=pass_all
1497lt_cv_file_magic_cmd='$MAGIC_CMD'
1498lt_cv_file_magic_test_file=
1499lt_cv_ld_exported_symbols_list=yes
1500lt_cv_ld_force_load=yes
1501lt_cv_ld_reload_flag=-r
1502lt_cv_nm_interface='BSD nm'
1503lt_cv_objdir=.libs
1504lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1505lt_cv_path_NM=/usr/bin/nm
1506lt_cv_path_mainfest_tool=no
1507lt_cv_prog_compiler_c_o=yes
1508lt_cv_prog_compiler_pic='-fno-common -DPIC'
1509lt_cv_prog_compiler_pic_works=yes
1510lt_cv_prog_compiler_rtti_exceptions=yes
1511lt_cv_prog_compiler_static_works=no
1512lt_cv_prog_gnu_ld=no
1513lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1514lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1515lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1516lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1517lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1518lt_cv_sys_max_cmd_len=196608
1519lt_cv_to_host_file_cmd=func_convert_file_noop
1520lt_cv_to_tool_file_cmd=func_convert_file_noop
1521xorg_cv_cc_flag__Wall=yes
1522xorg_cv_cc_flag__Wbad_function_cast=yes
1523xorg_cv_cc_flag__Wcast_qual=yes
1524xorg_cv_cc_flag__Wdeclaration_after_statement=yes
1525xorg_cv_cc_flag__Werror=yes
1526xorg_cv_cc_flag__Werror_address=yes
1527xorg_cv_cc_flag__Werror_array_bounds=yes
1528xorg_cv_cc_flag__Werror_attributes=yes
1529xorg_cv_cc_flag__Werror_implicit=yes
1530xorg_cv_cc_flag__Werror_init_self=yes
1531xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes
1532xorg_cv_cc_flag__Werror_main=yes
1533xorg_cv_cc_flag__Werror_missing_braces=yes
1534xorg_cv_cc_flag__Werror_nonnull=yes
1535xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes
1536xorg_cv_cc_flag__Werror_return_type=yes
1537xorg_cv_cc_flag__Werror_sequence_point=yes
1538xorg_cv_cc_flag__Werror_trigraphs=yes
1539xorg_cv_cc_flag__Werror_write_strings=yes
1540xorg_cv_cc_flag__Wformat_2=yes
1541xorg_cv_cc_flag__Wmissing_declarations=yes
1542xorg_cv_cc_flag__Wmissing_format_attribute=yes
1543xorg_cv_cc_flag__Wmissing_noreturn=yes
1544xorg_cv_cc_flag__Wmissing_prototypes=yes
1545xorg_cv_cc_flag__Wnested_externs=yes
1546xorg_cv_cc_flag__Wold_style_definition=yes
1547xorg_cv_cc_flag__Wpointer_arith=yes
1548xorg_cv_cc_flag__Wredundant_decls=yes
1549xorg_cv_cc_flag__Wshadow=yes
1550xorg_cv_cc_flag__Wstrict_prototypes=yes
1551xorg_cv_cc_flag__Wuninitialized=yes
1552xorg_cv_cc_flag__Wunused=yes
1553xorg_cv_cc_flag__pedantic=yes
1554xorg_cv_cc_flag_unknown_warning_option=yes
1555xorg_cv_cc_flag_unused_command_line_argument=yes
1556
1557## ----------------- ##
1558## Output variables. ##
1559## ----------------- ##
1560
1561ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing aclocal-1.14'
1562ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
1563ADMIN_MAN_SUFFIX='8'
1564AMDEPBACKSLASH='\'
1565AMDEP_FALSE='#'
1566AMDEP_TRUE=''
1567AMTAR='$${TAR-tar}'
1568AM_BACKSLASH='\'
1569AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1570AM_DEFAULT_VERBOSITY='0'
1571AM_V='$(V)'
1572APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
1573APP_MAN_SUFFIX='1'
1574AR='ar'
1575AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing autoconf'
1576AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing autoheader'
1577AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing automake-1.14'
1578AWK='awk'
1579BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast'
1580BIGFONT_CFLAGS=''
1581BIGFONT_LIBS=''
1582CC='/usr/bin/clang'
1583CCDEPMODE='depmode=gcc3'
1584CC_FOR_BUILD='/usr/bin/clang'
1585CFLAGS='-pipe -Os -arch x86_64'
1586CFLAGS_FOR_BUILD='-pipe -Os -arch x86_64'
1587CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)'
1588CPP='/usr/bin/clang -E'
1589CPPFLAGS='-I/opt/local/include'
1590CPPFLAGS_FOR_BUILD='-I/opt/local/include'
1591CWARNFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing'
1592CYGPATH_W='echo'
1593DEFS=''
1594DEPDIR='.deps'
1595DLLTOOL='false'
1596DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
1597DRIVER_MAN_SUFFIX='4'
1598DSYMUTIL='dsymutil'
1599DUMPBIN=''
1600ECHO_C='\c'
1601ECHO_N=''
1602ECHO_T=''
1603EGREP='/usr/bin/grep -E'
1604ENABLE_SPECS_FALSE=''
1605ENABLE_SPECS_TRUE='#'
1606EXEEXT=''
1607FGREP='/usr/bin/grep -F'
1608FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
1609FILE_MAN_SUFFIX='5'
1610FOP=''
1611GREP='/usr/bin/grep'
1612HAVE_FOP_FALSE=''
1613HAVE_FOP_TRUE='#'
1614HAVE_PERL_FALSE='#'
1615HAVE_PERL_TRUE=''
1616HAVE_STYLESHEETS_FALSE=''
1617HAVE_STYLESHEETS_TRUE='#'
1618HAVE_XMLTO_FALSE=''
1619HAVE_XMLTO_TEXT_FALSE=''
1620HAVE_XMLTO_TEXT_TRUE='#'
1621HAVE_XMLTO_TRUE='#'
1622HAVE_XSLTPROC_FALSE='#'
1623HAVE_XSLTPROC_TRUE=''
1624I18N_MODULE_LIBS=''
1625INSTALL_CMD='(cp -f /INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
1626INSTALL_DATA='${INSTALL} -m 644'
1627INSTALL_PROGRAM='${INSTALL}'
1628INSTALL_SCRIPT='${INSTALL}'
1629INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1630KEYSYMDEFS=' /opt/local/include/X11/keysymdef.h /opt/local/include/X11/XF86keysym.h /opt/local/include/X11/Sunkeysym.h /opt/local/include/X11/DECkeysym.h /opt/local/include/X11/HPkeysym.h'
1631LAUNCHD='yes'
1632LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1633LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1634LDFLAGS_FOR_BUILD='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1635LIBOBJS=''
1636LIBS=''
1637LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1638LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
1639LIB_MAN_SUFFIX='3'
1640LINT=''
1641LINTLIB=''
1642LINT_FALSE=''
1643LINT_FLAGS='-badflag'
1644LINT_TRUE='#'
1645LIPO='lipo'
1646LN_S='ln -s'
1647LTLIBOBJS=''
1648MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing makeinfo'
1649MAKE_LINT_LIB_FALSE=''
1650MAKE_LINT_LIB_TRUE='#'
1651MALLOC_ZERO_CFLAGS=''
1652MANIFEST_TOOL=':'
1653MAN_SUBSTS='    -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\''  -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\''    -e '\''s|__xservername__|Xorg|g'\''     -e '\''s|__xconfigfile__|xorg.conf|g'\''        -e '\''s|__projectroot__|$(prefix)|g'\''        -e '\''s|__apploaddir__|$(appdefaultdir)|g'\''  -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\''       -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\''         -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\''   -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\''       -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\''     -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
1654MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
1655MISC_MAN_SUFFIX='7'
1656MKDIR_P='./install-sh -c -d'
1657NM='/usr/bin/nm'
1658NMEDIT='nmedit'
1659OBJDUMP='false'
1660OBJEXT='o'
1661OS2_FALSE=''
1662OS2_TRUE='#'
1663OTOOL64=':'
1664OTOOL='otool'
1665PACKAGE='libX11'
1666PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
1667PACKAGE_NAME='libX11'
1668PACKAGE_STRING='libX11 1.6.2'
1669PACKAGE_TARNAME='libX11'
1670PACKAGE_URL=''
1671PACKAGE_VERSION='1.6.2'
1672PATH_SEPARATOR=':'
1673PERL='/opt/local/bin/perl'
1674PKG_CONFIG='/opt/local/bin/pkg-config'
1675RANLIB='ranlib'
1676RAWCPP='/usr/bin/cpp'
1677RAWCPPFLAGS=''
1678SED='/usr/bin/sed'
1679SET_MAKE=''
1680SHELL='/bin/sh'
1681STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
1682STRIP='strip'
1683STYLESHEET_SRCDIR=''
1684THRSTUBS_FALSE=''
1685THRSTUBS_TRUE='#'
1686VERSION='1.6.2'
1687WCHAR32='1'
1688X11_CFLAGS=''
1689X11_DATADIR='/opt/local/share/X11'
1690X11_EXTRA_DEPS='xcb >= 1.1.92'
1691X11_LIBDIR='/opt/local/lib/X11'
1692X11_LIBS=''
1693X11_LOCALEDATADIR=''
1694X11_LOCALEDIR=''
1695X11_LOCALELIBDIR=''
1696XCMS_FALSE='#'
1697XCMS_TRUE=''
1698XERRORDB=''
1699XKBPROTO_REQUIRES='kbproto'
1700XKB_FALSE='#'
1701XKB_TRUE=''
1702XKEYSYMDB=''
1703XLIB_LOADABLE_I18N_FALSE=''
1704XLIB_LOADABLE_I18N_TRUE='#'
1705XLOCALEDATADIR=''
1706XLOCALEDIR=''
1707XLOCALELIBDIR=''
1708XLOCALE_FALSE='#'
1709XLOCALE_TRUE=''
1710XMALLOC_ZERO_CFLAGS=''
1711XMLTO=''
1712XORG_MAN_PAGE='X Version 11'
1713XORG_SGML_PATH=''
1714XSLTPROC='/usr/bin/xsltproc'
1715XSL_STYLESHEET=''
1716XTHREADLIB=''
1717XTHREAD_CFLAGS=''
1718XTMALLOC_ZERO_CFLAGS=''
1719ac_ct_AR='ar'
1720ac_ct_CC='/usr/bin/clang'
1721ac_ct_DUMPBIN=''
1722am__EXEEXT_FALSE=''
1723am__EXEEXT_TRUE=''
1724am__fastdepCC_FALSE='#'
1725am__fastdepCC_TRUE=''
1726am__include='include'
1727am__isrc=''
1728am__leading_dot='.'
1729am__nodep='_no'
1730am__quote=''
1731am__tar='$${TAR-tar} chof - "$$tardir"'
1732am__untar='$${TAR-tar} xf -'
1733bindir='${exec_prefix}/bin'
1734build='x86_64-apple-darwin13.4.0'
1735build_alias=''
1736build_cpu='x86_64'
1737build_os='darwin13.4.0'
1738build_vendor='apple'
1739datadir='${datarootdir}'
1740datarootdir='${prefix}/share'
1741docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1742dvidir='${docdir}'
1743exec_prefix='NONE'
1744host='x86_64-apple-darwin13.4.0'
1745host_alias=''
1746host_cpu='x86_64'
1747host_os='darwin13.4.0'
1748host_vendor='apple'
1749htmldir='${docdir}'
1750includedir='${prefix}/include'
1751infodir='${datarootdir}/info'
1752install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/install-sh'
1753libdir='${exec_prefix}/lib'
1754libexecdir='${exec_prefix}/libexec'
1755localedir='${datarootdir}/locale'
1756locales=''
1757localstatedir='${prefix}/var'
1758mandir='${datarootdir}/man'
1759mkdir_p='$(MKDIR_P)'
1760oldincludedir='/usr/include'
1761pdfdir='${docdir}'
1762prefix='/opt/local'
1763program_transform_name='s,x,x,'
1764psdir='${docdir}'
1765sbindir='${exec_prefix}/sbin'
1766sharedstatedir='${prefix}/com'
1767sysconfdir='${prefix}/etc'
1768target_alias=''
1769
1770## ----------- ##
1771## confdefs.h. ##
1772## ----------- ##
1773
1774/* confdefs.h */
1775#define PACKAGE_NAME "libX11"
1776#define PACKAGE_TARNAME "libX11"
1777#define PACKAGE_VERSION "1.6.2"
1778#define PACKAGE_STRING "libX11 1.6.2"
1779#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1780#define PACKAGE_URL ""
1781#define STDC_HEADERS 1
1782#define HAVE_SYS_TYPES_H 1
1783#define HAVE_SYS_STAT_H 1
1784#define HAVE_STDLIB_H 1
1785#define HAVE_STRING_H 1
1786#define HAVE_MEMORY_H 1
1787#define HAVE_STRINGS_H 1
1788#define HAVE_INTTYPES_H 1
1789#define HAVE_STDINT_H 1
1790#define HAVE_UNISTD_H 1
1791#define __EXTENSIONS__ 1
1792#define _ALL_SOURCE 1
1793#define _GNU_SOURCE 1
1794#define _POSIX_PTHREAD_SEMANTICS 1
1795#define _TANDEM_SOURCE 1
1796#define PACKAGE "libX11"
1797#define VERSION "1.6.2"
1798#define HAVE_DLFCN_H 1
1799#define LT_OBJDIR ".libs/"
1800#define PACKAGE_VERSION_MAJOR 1
1801#define PACKAGE_VERSION_MINOR 6
1802#define PACKAGE_VERSION_PATCHLEVEL 2
1803#define RETSIGTYPE void
1804#define UNIXCONN 1
1805#define TCPCONN 1
1806#define IPv6 1
1807#define BSD44SOCKETS 1
1808#define HAVE_SOCKLEN_T 1
1809#define LOCAL_TRANSPORT_LIST UNIX_TRANS,TCP_TRANS
1810#define HAVE_DLOPEN 1
1811#define HAVE_DLFCN_H 1
1812#define USE_DYNAMIC_XCURSOR 1
1813#define HAVE_SYS_SELECT_H 1
1814#define HAVE_STRTOL 1
1815#define HAVE_SETEUID 1
1816#define HASSETUGID 1
1817#define HAS_SHM 1
1818#define HAVE_LAUNCHD 1
1819#define TRANS_REOPEN 1
1820#define XTHREADS 1
1821#define XUSE_MTSAFE_API 1
1822#define USE_POLL 1
1823#define XCMS 1
1824#define XLOCALE 1
1825#define XKB 1
1826#define HAVE_STDLIB_H 1
1827#define HAVE_UNISTD_H 1
1828#define HAVE_SYS_PARAM_H 1
1829#define HAVE_GETPAGESIZE 1
1830#define HAVE_MMAP 1
1831#define COMPOSECACHE 1
1832#define X11_DATADIR "/opt/local/share/X11"
1833#define X11_LIBDIR "/opt/local/lib/X11"
1834
1835configure: exit 1