Ticket #51081: config.log

File config.log, 55.4 KB (added by rbubley, 8 years ago)
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 pango configure 1.40.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/Volumes/MacHD/opt/local --enable-static --disable-silent-rules --x-include=/Volumes/MacHD/opt/local/include --x-lib=/Volumes/MacHD/opt/local/lib --enable-introspection
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = square.local
14uname -m = x86_64
15uname -r = 13.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~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: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 274 tasks, 1740 threads, 8 processors
34Load average: 3.35, Mach factor: 4.64
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /Volumes/MacHD/opt/local/bin
40PATH: /Volumes/MacHD/opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2580: checking for a BSD-compatible install
52configure:2648: result: /usr/bin/install -c
53configure:2659: checking whether build environment is sane
54configure:2714: result: yes
55configure:2865: checking for a thread-safe mkdir -p
56configure:2904: result: /Volumes/MacHD/opt/local/bin/gmkdir -p
57configure:2911: checking for gawk
58configure:2927: found /Volumes/MacHD/opt/local/bin/gawk
59configure:2938: result: gawk
60configure:2949: checking whether make sets $(MAKE)
61configure:2971: result: yes
62configure:3000: checking whether make supports nested variables
63configure:3017: result: yes
64configure:3154: checking whether make supports nested variables
65configure:3171: result: yes
66configure:3231: checking build system type
67configure:3245: result: x86_64-apple-darwin13.4.0
68configure:3265: checking host system type
69configure:3278: result: x86_64-apple-darwin13.4.0
70configure:3299: checking for native Win32
71configure:3317: result: no
72configure:3379: checking for gcc
73configure:3406: result: /usr/bin/clang
74configure:3635: checking for C compiler version
75configure:3644: /usr/bin/clang --version >&5
76Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
77Target: x86_64-apple-darwin13.4.0
78Thread model: posix
79configure:3655: $? = 0
80configure:3644: /usr/bin/clang -v >&5
81Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
82Target: x86_64-apple-darwin13.4.0
83Thread model: posix
84configure:3655: $? = 0
85configure:3644: /usr/bin/clang -V >&5
86clang: error: argument to '-V' is missing (expected 1 value)
87clang: error: no input files
88configure:3655: $? = 1
89configure:3644: /usr/bin/clang -qversion >&5
90clang: error: unknown argument: '-qversion'
91clang: error: no input files
92configure:3655: $? = 1
93configure:3675: checking whether the C compiler works
94configure:3697: /usr/bin/clang -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
95configure:3701: $? = 0
96configure:3749: result: yes
97configure:3752: checking for C compiler default output file name
98configure:3754: result: a.out
99configure:3760: checking for suffix of executables
100configure:3767: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
101configure:3771: $? = 0
102configure:3793: result:
103configure:3815: checking whether we are cross compiling
104configure:3823: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
105configure:3827: $? = 0
106configure:3834: ./conftest
107configure:3838: $? = 0
108configure:3853: result: no
109configure:3858: checking for suffix of object files
110configure:3880: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
111configure:3884: $? = 0
112configure:3905: result: o
113configure:3909: checking whether we are using the GNU C compiler
114configure:3928: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
115configure:3928: $? = 0
116configure:3937: result: yes
117configure:3946: checking whether /usr/bin/clang accepts -g
118configure:3966: /usr/bin/clang -c -g -I/Volumes/MacHD/opt/local/include conftest.c >&5
119configure:3966: $? = 0
120configure:4007: result: yes
121configure:4024: checking for /usr/bin/clang option to accept ISO C89
122configure:4087: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
123configure:4087: $? = 0
124configure:4100: result: none needed
125configure:4125: checking whether /usr/bin/clang understands -c and -o together
126configure:4147: /usr/bin/clang -c conftest.c -o conftest2.o
127configure:4150: $? = 0
128configure:4147: /usr/bin/clang -c conftest.c -o conftest2.o
129configure:4150: $? = 0
130configure:4162: result: yes
131configure:4190: checking for style of include used by make
132configure:4218: result: GNU
133configure:4244: checking dependency style of /usr/bin/clang
134configure:4355: result: gcc3
135configure:4590: checking for C++ compiler version
136configure:4599: /usr/bin/clang++ --version >&5
137Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
138Target: x86_64-apple-darwin13.4.0
139Thread model: posix
140configure:4610: $? = 0
141configure:4599: /usr/bin/clang++ -v >&5
142Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
143Target: x86_64-apple-darwin13.4.0
144Thread model: posix
145configure:4610: $? = 0
146configure:4599: /usr/bin/clang++ -V >&5
147clang: error: argument to '-V' is missing (expected 1 value)
148clang: error: no input files
149configure:4610: $? = 1
150configure:4599: /usr/bin/clang++ -qversion >&5
151clang: error: unknown argument: '-qversion'
152clang: error: no input files
153configure:4610: $? = 1
154configure:4614: checking whether we are using the GNU C++ compiler
155configure:4633: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/Volumes/MacHD/opt/local/include conftest.cpp >&5
156configure:4633: $? = 0
157configure:4642: result: yes
158configure:4651: checking whether /usr/bin/clang++ accepts -g
159configure:4671: /usr/bin/clang++ -c -g -I/Volumes/MacHD/opt/local/include conftest.cpp >&5
160configure:4671: $? = 0
161configure:4712: result: yes
162configure:4737: checking dependency style of /usr/bin/clang++
163configure:4848: result: gcc3
164configure:4875: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/Volumes/MacHD/opt/local/include conftest.cpp >&5
165configure:4875: $? = 0
166configure:4903: checking for sysconf
167configure:4903: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
168configure:4903: $? = 0
169configure:4903: result: yes
170configure:4903: checking for getpagesize
171configure:4903: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
172configure:4903: $? = 0
173configure:4903: result: yes
174configure:4917: checking how to run the C preprocessor
175configure:4948: /usr/bin/clang -E -I/Volumes/MacHD/opt/local/include conftest.c
176configure:4948: $? = 0
177configure:4962: /usr/bin/clang -E -I/Volumes/MacHD/opt/local/include conftest.c
178conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
179#include <ac_nonexistent.h>
180         ^
1811 error generated.
182configure:4962: $? = 1
183configure: failed program was:
184| /* confdefs.h */
185| #define PACKAGE_NAME "pango"
186| #define PACKAGE_TARNAME "pango"
187| #define PACKAGE_VERSION "1.40.0"
188| #define PACKAGE_STRING "pango 1.40.0"
189| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
190| #define PACKAGE_URL ""
191| #define PACKAGE "pango"
192| #define VERSION "1.40.0"
193| #define PANGO_BINARY_AGE 4000
194| #define PANGO_INTERFACE_AGE 0
195| #define PANGO_VERSION_MAJOR 1
196| #define PANGO_VERSION_MINOR 40
197| #define PANGO_VERSION_MICRO 0
198| #define HAVE_SYSCONF 1
199| #define HAVE_GETPAGESIZE 1
200| /* end confdefs.h.  */
201| #include <ac_nonexistent.h>
202configure:4987: result: /usr/bin/clang -E
203configure:5007: /usr/bin/clang -E -I/Volumes/MacHD/opt/local/include conftest.c
204configure:5007: $? = 0
205configure:5021: /usr/bin/clang -E -I/Volumes/MacHD/opt/local/include conftest.c
206conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
207#include <ac_nonexistent.h>
208         ^
2091 error generated.
210configure:5021: $? = 1
211configure: failed program was:
212| /* confdefs.h */
213| #define PACKAGE_NAME "pango"
214| #define PACKAGE_TARNAME "pango"
215| #define PACKAGE_VERSION "1.40.0"
216| #define PACKAGE_STRING "pango 1.40.0"
217| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
218| #define PACKAGE_URL ""
219| #define PACKAGE "pango"
220| #define VERSION "1.40.0"
221| #define PANGO_BINARY_AGE 4000
222| #define PANGO_INTERFACE_AGE 0
223| #define PANGO_VERSION_MAJOR 1
224| #define PANGO_VERSION_MINOR 40
225| #define PANGO_VERSION_MICRO 0
226| #define HAVE_SYSCONF 1
227| #define HAVE_GETPAGESIZE 1
228| /* end confdefs.h.  */
229| #include <ac_nonexistent.h>
230configure:5050: checking for grep that handles long lines and -e
231configure:5108: result: /usr/bin/grep
232configure:5113: checking for egrep
233configure:5175: result: /usr/bin/grep -E
234configure:5180: checking for ANSI C header files
235configure:5200: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
236configure:5200: $? = 0
237configure:5273: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
238configure:5273: $? = 0
239configure:5273: ./conftest
240configure:5273: $? = 0
241configure:5284: result: yes
242configure:5297: checking for sys/types.h
243configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
244configure:5297: $? = 0
245configure:5297: result: yes
246configure:5297: checking for sys/stat.h
247configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
248configure:5297: $? = 0
249configure:5297: result: yes
250configure:5297: checking for stdlib.h
251configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
252configure:5297: $? = 0
253configure:5297: result: yes
254configure:5297: checking for string.h
255configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
256configure:5297: $? = 0
257configure:5297: result: yes
258configure:5297: checking for memory.h
259configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
260configure:5297: $? = 0
261configure:5297: result: yes
262configure:5297: checking for strings.h
263configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
264configure:5297: $? = 0
265configure:5297: result: yes
266configure:5297: checking for inttypes.h
267configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
268configure:5297: $? = 0
269configure:5297: result: yes
270configure:5297: checking for stdint.h
271configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
272configure:5297: $? = 0
273configure:5297: result: yes
274configure:5297: checking for unistd.h
275configure:5297: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
276configure:5297: $? = 0
277configure:5297: result: yes
278configure:5312: checking for unistd.h
279configure:5312: result: yes
280configure:5312: checking sys/mman.h usability
281configure:5312: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
282configure:5312: $? = 0
283configure:5312: result: yes
284configure:5312: checking sys/mman.h presence
285configure:5312: /usr/bin/clang -E -I/Volumes/MacHD/opt/local/include conftest.c
286configure:5312: $? = 0
287configure:5312: result: yes
288configure:5312: checking for sys/mman.h
289configure:5312: result: yes
290configure:5709: checking how to print strings
291configure:5736: result: printf
292configure:5757: checking for a sed that does not truncate output
293configure:5821: result: /Volumes/MacHD/opt/local/bin/gsed
294configure:5839: checking for fgrep
295configure:5901: result: /usr/bin/grep -F
296configure:5936: checking for ld used by /usr/bin/clang
297configure:6003: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
298configure:6010: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
299configure:6025: result: no
300configure:6037: checking for BSD- or MS-compatible name lister (nm)
301configure:6091: result: /Volumes/MacHD/opt/local/bin/nm
302configure:6221: checking the name lister (/Volumes/MacHD/opt/local/bin/nm) interface
303configure:6228: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
304configure:6231: /Volumes/MacHD/opt/local/bin/nm "conftest.o"
305configure:6234: output
3060000000000000000 S _some_variable
307configure:6241: result: BSD nm
308configure:6244: checking whether ln -s works
309configure:6248: result: yes
310configure:6256: checking the maximum length of command line arguments
311configure:6387: result: 196608
312configure:6435: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
313configure:6475: result: func_convert_file_noop
314configure:6482: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
315configure:6502: result: func_convert_file_noop
316configure:6509: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
317configure:6516: result: -r
318configure:6590: checking for objdump
319configure:6617: result: objdump
320configure:6646: checking how to recognize dependent libraries
321configure:6846: result: pass_all
322configure:6931: checking for dlltool
323configure:6958: result: dlltool
324configure:6988: checking how to associate runtime and link libraries
325configure:7015: result: printf %s\n
326configure:7075: checking for ar
327configure:7091: found /Volumes/MacHD/opt/local/bin/ar
328configure:7102: result: ar
329configure:7139: checking for archiver @FILE support
330configure:7156: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
331configure:7156: $? = 0
332configure:7159: ar cru libconftest.a @conftest.lst >&5
333ar: @conftest.lst: No such file or directory
334configure:7162: $? = 1
335configure:7182: result: no
336configure:7240: checking for strip
337configure:7256: found /Volumes/MacHD/opt/local/bin/strip
338configure:7267: result: strip
339configure:7339: checking for ranlib
340configure:7355: found /Volumes/MacHD/opt/local/bin/ranlib
341configure:7366: result: ranlib
342configure:7468: checking command to parse /Volumes/MacHD/opt/local/bin/nm output from /usr/bin/clang object
343configure:7621: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
344configure:7624: $? = 0
345configure:7628: /Volumes/MacHD/opt/local/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
346configure:7631: $? = 0
347cannot find nm_test_var in conftest.nm
348configure:7621: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
349configure:7624: $? = 0
350configure:7628: /Volumes/MacHD/opt/local/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
351configure:7631: $? = 0
352configure:7697: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
353configure:7700: $? = 0
354configure:7738: result: ok
355configure:7785: checking for sysroot
356configure:7815: result: no
357configure:7822: checking for a working dd
358configure:7860: result: /bin/dd
359configure:7864: checking how to truncate binary pipes
360configure:7879: result: /bin/dd bs=4096 count=1
361configure:8208: checking for mt
362configure:8238: result: no
363configure:8258: checking if : is a manifest tool
364configure:8264: : '-?'
365configure:8272: result: no
366configure:8328: checking for dsymutil
367configure:8344: found /usr/bin/dsymutil
368configure:8355: result: dsymutil
369configure:8420: checking for nmedit
370configure:8436: found /Volumes/MacHD/opt/local/bin/nmedit
371configure:8447: result: nmedit
372configure:8512: checking for lipo
373configure:8528: found /Volumes/MacHD/opt/local/bin/lipo
374configure:8539: result: lipo
375configure:8604: checking for otool
376configure:8620: found /Volumes/MacHD/opt/local/bin/otool
377configure:8631: result: otool
378configure:8696: checking for otool64
379configure:8726: result: no
380configure:8771: checking for -single_module linker flag
381/usr/bin/clang -pipe -Os -arch x86_64 -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
382configure:8804: result: yes
383configure:8807: checking for -exported_symbols_list linker flag
384configure:8827: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
385configure:8827: $? = 0
386configure:8837: result: yes
387configure:8840: checking for -force_load linker flag
388/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
389ar cru libconftest.a conftest.o
390ranlib libconftest.a
391/usr/bin/clang -pipe -Os -arch x86_64 -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
392configure:8872: result: yes
393configure:8946: checking for dlfcn.h
394configure:8946: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include conftest.c >&5
395configure:8946: $? = 0
396configure:8946: result: yes
397configure:9180: checking for objdir
398configure:9195: result: .libs
399configure:9455: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
400configure:9473: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
401configure:9477: $? = 0
402configure:9490: result: yes
403configure:9848: checking for /usr/bin/clang option to produce PIC
404configure:9855: result: -fno-common -DPIC
405configure:9863: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
406configure:9881: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
407configure:9885: $? = 0
408configure:9898: result: yes
409configure:9927: checking if /usr/bin/clang static flag -static works
410configure:9955: result: no
411configure:9970: checking if /usr/bin/clang supports -c -o file.o
412configure:9991: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/Volumes/MacHD/opt/local/include -o out/conftest2.o conftest.c >&5
413configure:9995: $? = 0
414configure:10017: result: yes
415configure:10025: checking if /usr/bin/clang supports -c -o file.o
416configure:10072: result: yes
417configure:10105: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
418configure:11364: result: yes
419configure:11604: checking dynamic linker characteristics
420configure:12425: result: darwin13.4.0 dyld
421configure:12547: checking how to hardcode library paths into programs
422configure:12572: result: immediate
423configure:13120: checking whether stripping libraries is possible
424configure:13134: result: yes
425configure:13160: checking if libtool supports shared libraries
426configure:13162: result: yes
427configure:13165: checking whether to build shared libraries
428configure:13190: result: yes
429configure:13193: checking whether to build static libraries
430configure:13197: result: yes
431configure:13220: checking how to run the C++ preprocessor
432configure:13247: /usr/bin/clang++ -E -I/Volumes/MacHD/opt/local/include conftest.cpp
433configure:13247: $? = 0
434configure:13261: /usr/bin/clang++ -E -I/Volumes/MacHD/opt/local/include conftest.cpp
435conftest.cpp:32:10: fatal error: 'ac_nonexistent.h' file not found
436#include <ac_nonexistent.h>
437         ^
4381 error generated.
439configure:13261: $? = 1
440configure: failed program was:
441| /* confdefs.h */
442| #define PACKAGE_NAME "pango"
443| #define PACKAGE_TARNAME "pango"
444| #define PACKAGE_VERSION "1.40.0"
445| #define PACKAGE_STRING "pango 1.40.0"
446| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
447| #define PACKAGE_URL ""
448| #define PACKAGE "pango"
449| #define VERSION "1.40.0"
450| #define PANGO_BINARY_AGE 4000
451| #define PANGO_INTERFACE_AGE 0
452| #define PANGO_VERSION_MAJOR 1
453| #define PANGO_VERSION_MINOR 40
454| #define PANGO_VERSION_MICRO 0
455| #define HAVE_SYSCONF 1
456| #define HAVE_GETPAGESIZE 1
457| #define STDC_HEADERS 1
458| #define HAVE_SYS_TYPES_H 1
459| #define HAVE_SYS_STAT_H 1
460| #define HAVE_STDLIB_H 1
461| #define HAVE_STRING_H 1
462| #define HAVE_MEMORY_H 1
463| #define HAVE_STRINGS_H 1
464| #define HAVE_INTTYPES_H 1
465| #define HAVE_STDINT_H 1
466| #define HAVE_UNISTD_H 1
467| #define HAVE_UNISTD_H 1
468| #define HAVE_SYS_MMAN_H 1
469| #define HAVE_DLFCN_H 1
470| #define LT_OBJDIR ".libs/"
471| /* end confdefs.h.  */
472| #include <ac_nonexistent.h>
473configure:13286: result: /usr/bin/clang++ -E
474configure:13306: /usr/bin/clang++ -E -I/Volumes/MacHD/opt/local/include conftest.cpp
475configure:13306: $? = 0
476configure:13320: /usr/bin/clang++ -E -I/Volumes/MacHD/opt/local/include conftest.cpp
477conftest.cpp:32:10: fatal error: 'ac_nonexistent.h' file not found
478#include <ac_nonexistent.h>
479         ^
4801 error generated.
481configure:13320: $? = 1
482configure: failed program was:
483| /* confdefs.h */
484| #define PACKAGE_NAME "pango"
485| #define PACKAGE_TARNAME "pango"
486| #define PACKAGE_VERSION "1.40.0"
487| #define PACKAGE_STRING "pango 1.40.0"
488| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
489| #define PACKAGE_URL ""
490| #define PACKAGE "pango"
491| #define VERSION "1.40.0"
492| #define PANGO_BINARY_AGE 4000
493| #define PANGO_INTERFACE_AGE 0
494| #define PANGO_VERSION_MAJOR 1
495| #define PANGO_VERSION_MINOR 40
496| #define PANGO_VERSION_MICRO 0
497| #define HAVE_SYSCONF 1
498| #define HAVE_GETPAGESIZE 1
499| #define STDC_HEADERS 1
500| #define HAVE_SYS_TYPES_H 1
501| #define HAVE_SYS_STAT_H 1
502| #define HAVE_STDLIB_H 1
503| #define HAVE_STRING_H 1
504| #define HAVE_MEMORY_H 1
505| #define HAVE_STRINGS_H 1
506| #define HAVE_INTTYPES_H 1
507| #define HAVE_STDINT_H 1
508| #define HAVE_UNISTD_H 1
509| #define HAVE_UNISTD_H 1
510| #define HAVE_SYS_MMAN_H 1
511| #define HAVE_DLFCN_H 1
512| #define LT_OBJDIR ".libs/"
513| /* end confdefs.h.  */
514| #include <ac_nonexistent.h>
515configure:13482: checking for ld used by /usr/bin/clang++
516configure:13549: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
517configure:13556: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
518configure:13571: result: no
519configure:13626: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
520configure:14699: result: yes
521configure:14735: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/Volumes/MacHD/opt/local/include conftest.cpp >&5
522configure:14738: $? = 0
523configure:15219: checking for /usr/bin/clang++ option to produce PIC
524configure:15226: result: -fno-common -DPIC
525configure:15234: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
526configure:15252: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/Volumes/MacHD/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
527configure:15256: $? = 0
528configure:15269: result: yes
529configure:15292: checking if /usr/bin/clang++ static flag -static works
530configure:15320: result: no
531configure:15332: checking if /usr/bin/clang++ supports -c -o file.o
532configure:15353: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/Volumes/MacHD/opt/local/include -o out/conftest2.o conftest.cpp >&5
533configure:15357: $? = 0
534configure:15379: result: yes
535configure:15384: checking if /usr/bin/clang++ supports -c -o file.o
536configure:15431: result: yes
537configure:15461: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
538configure:15501: result: yes
539configure:15642: checking dynamic linker characteristics
540configure:16390: result: darwin13.4.0 dyld
541configure:16455: checking how to hardcode library paths into programs
542configure:16480: result: immediate
543configure:16542: creating ./config.lt
544
545## ------------------ ##
546## Running config.lt. ##
547## ------------------ ##
548config.lt:681: creating libtool
549configure:18099: checking for some Win32 platform
550configure:18109: result: no
551configure:18370: checking for pkg-config
552configure:18388: found /Volumes/MacHD/opt/local/bin/pkg-config
553configure:18400: result: /Volumes/MacHD/opt/local/bin/pkg-config
554configure:18425: checking pkg-config is at least version 0.9.0
555configure:18428: result: yes
556configure:18438: checking for HARFBUZZ
557configure:18445: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.30"
558configure:18448: $? = 0
559configure:18462: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.30"
560configure:18465: $? = 0
561configure:18503: result: yes
562configure:18523: checking for FONTCONFIG
563configure:18530: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.10.91"
564configure:18533: $? = 0
565configure:18547: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.10.91"
566configure:18550: $? = 0
567configure:18588: result: yes
568configure:18598: checking for FcWeightFromOpenType
569configure:18598: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/X11/lib -L/Volumes/MacHD/opt/local/lib -lfontconfig -lfreetype >&5
570Undefined symbols for architecture x86_64:
571  "_FcWeightFromOpenType", referenced from:
572      _main in conftest-51d1e7.o
573ld: symbol(s) not found for architecture x86_64
574clang: error: linker command failed with exit code 1 (use -v to see invocation)
575configure:18598: $? = 1
576configure: failed program was:
577| /* confdefs.h */
578| #define PACKAGE_NAME "pango"
579| #define PACKAGE_TARNAME "pango"
580| #define PACKAGE_VERSION "1.40.0"
581| #define PACKAGE_STRING "pango 1.40.0"
582| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
583| #define PACKAGE_URL ""
584| #define PACKAGE "pango"
585| #define VERSION "1.40.0"
586| #define PANGO_BINARY_AGE 4000
587| #define PANGO_INTERFACE_AGE 0
588| #define PANGO_VERSION_MAJOR 1
589| #define PANGO_VERSION_MINOR 40
590| #define PANGO_VERSION_MICRO 0
591| #define HAVE_SYSCONF 1
592| #define HAVE_GETPAGESIZE 1
593| #define STDC_HEADERS 1
594| #define HAVE_SYS_TYPES_H 1
595| #define HAVE_SYS_STAT_H 1
596| #define HAVE_STDLIB_H 1
597| #define HAVE_STRING_H 1
598| #define HAVE_MEMORY_H 1
599| #define HAVE_STRINGS_H 1
600| #define HAVE_INTTYPES_H 1
601| #define HAVE_STDINT_H 1
602| #define HAVE_UNISTD_H 1
603| #define HAVE_UNISTD_H 1
604| #define HAVE_SYS_MMAN_H 1
605| #define HAVE_DLFCN_H 1
606| #define LT_OBJDIR ".libs/"
607| /* end confdefs.h.  */
608| /* Define FcWeightFromOpenType to an innocuous variant, in case <limits.h> declares FcWeightFromOpenType.
609|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
610| #define FcWeightFromOpenType innocuous_FcWeightFromOpenType
611|
612| /* System header to define __stub macros and hopefully few prototypes,
613|     which can conflict with char FcWeightFromOpenType (); below.
614|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
615|     <limits.h> exists even on freestanding compilers.  */
616|
617| #ifdef __STDC__
618| # include <limits.h>
619| #else
620| # include <assert.h>
621| #endif
622|
623| #undef FcWeightFromOpenType
624|
625| /* Override any GCC internal prototype to avoid an error.
626|    Use char because int might match the return type of a GCC
627|    builtin and then its argument prototype would still apply.  */
628| #ifdef __cplusplus
629| extern "C"
630| #endif
631| char FcWeightFromOpenType ();
632| /* The GNU C library defines this for functions which it implements
633|     to always fail with ENOSYS.  Some functions are actually named
634|     something starting with __ and the normal name is an alias.  */
635| #if defined __stub_FcWeightFromOpenType || defined __stub___FcWeightFromOpenType
636| choke me
637| #endif
638|
639| int
640| main ()
641| {
642| return FcWeightFromOpenType ();
643|   ;
644|   return 0;
645| }
646configure:18598: result: no
647configure:18619: checking for FREETYPE
648configure:18626: $PKG_CONFIG --exists --print-errors "freetype2"
649configure:18629: $? = 0
650configure:18643: $PKG_CONFIG --exists --print-errors "freetype2"
651configure:18646: $? = 0
652configure:18684: result: yes
653configure:18718: checking for XFT
654configure:18725: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
655configure:18728: $? = 0
656configure:18742: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
657configure:18745: $? = 0
658configure:18783: result: yes
659configure:18863: checking for CoreText availability
660configure:18878: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -framework ApplicationServices >&5
661configure:18878: $? = 0
662configure:18893: result: yes
663configure:18930: checking for CAIRO
664configure:18937: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
665configure:18940: $? = 0
666configure:18954: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
667configure:18957: $? = 0
668configure:18995: result: yes
669configure:19013: $PKG_CONFIG --exists --print-errors "cairo-ft >= $cairo_required"
670configure:19016: $? = 0
671configure:19053: $PKG_CONFIG --exists --print-errors "cairo-quartz-font >= $cairo_required"
672configure:19056: $? = 0
673configure:19071: checking which cairo font backends could be used
674configure:19074: result: quartz freetype
675configure:19092: $PKG_CONFIG --exists --print-errors "cairo-png >= $cairo_required"
676configure:19095: $? = 0
677configure:19108: $PKG_CONFIG --exists --print-errors "cairo-ps >= $cairo_required"
678configure:19111: $? = 0
679configure:19124: $PKG_CONFIG --exists --print-errors "cairo-pdf >= $cairo_required"
680configure:19127: $? = 0
681configure:19140: $PKG_CONFIG --exists --print-errors "cairo-xlib >= $cairo_required"
682configure:19143: $? = 0
683configure:19251: checking for GLIB
684configure:19258: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
685configure:19261: $? = 0
686configure:19275: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
687configure:19278: $? = 0
688configure:19320: result: yes
689configure:19336: checking for LIBTHAI
690configure:19343: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
691Package libthai was not found in the pkg-config search path.
692Perhaps you should add the directory containing `libthai.pc'
693to the PKG_CONFIG_PATH environment variable
694No package 'libthai' found
695configure:19346: $? = 1
696configure:19360: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
697Package libthai was not found in the pkg-config search path.
698Perhaps you should add the directory containing `libthai.pc'
699to the PKG_CONFIG_PATH environment variable
700No package 'libthai' found
701configure:19363: $? = 1
702configure:19377: result: no
703No package 'libthai' found
704configure:19426: checking for gobject-introspection
705configure:19435: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0"
706configure:19438: $? = 0
707configure:19445: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5"
708configure:19448: $? = 0
709configure:19471: result: yes
710configure:19517: checking for flockfile
711configure:19517: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
712configure:19517: $? = 0
713configure:19517: result: yes
714configure:19517: checking for strtok_r
715configure:19517: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
716configure:19517: $? = 0
717configure:19517: result: yes
718configure:19540: checking for gtk-doc
719configure:19543: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
720configure:19546: $? = 0
721configure:19552: result: yes
722configure:19566: checking for gtkdoc-check
723configure:19582: found /Volumes/MacHD/opt/local/bin/gtkdoc-check
724configure:19593: result: gtkdoc-check.test
725configure:19603: checking for gtkdoc-check
726configure:19621: found /Volumes/MacHD/opt/local/bin/gtkdoc-check
727configure:19633: result: /Volumes/MacHD/opt/local/bin/gtkdoc-check
728configure:19645: checking for gtkdoc-rebase
729configure:19663: found /Volumes/MacHD/opt/local/bin/gtkdoc-rebase
730configure:19675: result: /Volumes/MacHD/opt/local/bin/gtkdoc-rebase
731configure:19689: checking for gtkdoc-mkpdf
732configure:19707: found /Volumes/MacHD/opt/local/bin/gtkdoc-mkpdf
733configure:19719: result: /Volumes/MacHD/opt/local/bin/gtkdoc-mkpdf
734configure:19747: checking whether to build gtk-doc documentation
735configure:19749: result: no
736configure:19762: checking for GTKDOC_DEPS
737configure:19769: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
738configure:19772: $? = 0
739configure:19786: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
740configure:19789: $? = 0
741configure:19827: result: yes
742configure:19950: checking for -Bsymbolic-functions linker flag
743configure:19964: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -Wl,-Bsymbolic-functions conftest.c  >&5
744conftest.c:48:17: error: function definition is not allowed here
745int main (void) { return 0; }
746                ^
7471 error generated.
748configure:19964: $? = 1
749configure: failed program was:
750| /* confdefs.h */
751| #define PACKAGE_NAME "pango"
752| #define PACKAGE_TARNAME "pango"
753| #define PACKAGE_VERSION "1.40.0"
754| #define PACKAGE_STRING "pango 1.40.0"
755| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
756| #define PACKAGE_URL ""
757| #define PACKAGE "pango"
758| #define VERSION "1.40.0"
759| #define PANGO_BINARY_AGE 4000
760| #define PANGO_INTERFACE_AGE 0
761| #define PANGO_VERSION_MAJOR 1
762| #define PANGO_VERSION_MINOR 40
763| #define PANGO_VERSION_MICRO 0
764| #define HAVE_SYSCONF 1
765| #define HAVE_GETPAGESIZE 1
766| #define STDC_HEADERS 1
767| #define HAVE_SYS_TYPES_H 1
768| #define HAVE_SYS_STAT_H 1
769| #define HAVE_STDLIB_H 1
770| #define HAVE_STRING_H 1
771| #define HAVE_MEMORY_H 1
772| #define HAVE_STRINGS_H 1
773| #define HAVE_INTTYPES_H 1
774| #define HAVE_STDINT_H 1
775| #define HAVE_UNISTD_H 1
776| #define HAVE_UNISTD_H 1
777| #define HAVE_SYS_MMAN_H 1
778| #define HAVE_DLFCN_H 1
779| #define LT_OBJDIR ".libs/"
780| #define HAVE_FREETYPE 1
781| #define HAVE_XFT 1
782| #define HAVE_CORE_TEXT 1
783| #define HAVE_CAIRO_FREETYPE 1
784| #define HAVE_CAIRO_QUARTZ 1
785| #define HAVE_CAIRO 1
786| #define HAVE_CAIRO_PNG 1
787| #define HAVE_CAIRO_PS 1
788| #define HAVE_CAIRO_PDF 1
789| #define HAVE_CAIRO_XLIB 1
790| #define HAVE_FLOCKFILE 1
791| #define HAVE_STRTOK_R 1
792| /* end confdefs.h.  */
793|
794| int
795| main ()
796| {
797| int main (void) { return 0; }
798|   ;
799|   return 0;
800| }
801configure:19969: result: no
802configure:20004: checking for dirent.h that defines DIR
803configure:20023: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include conftest.c >&5
804configure:20023: $? = 0
805configure:20031: result: yes
806configure:20044: checking for library containing opendir
807configure:20075: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -I/Volumes/MacHD/opt/local/include -L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
808configure:20075: $? = 0
809configure:20092: result: none required
810configure:20161: checking for unistd.h
811configure:20161: result: yes
812configure:20289: checking that generated files are newer than configure
813configure:20295: result: done
814configure:20430: creating ./config.status
815
816## ---------------------- ##
817## Running config.status. ##
818## ---------------------- ##
819
820This file was extended by pango config.status 1.40.0, which was
821generated by GNU Autoconf 2.69.  Invocation command line was
822
823  CONFIG_FILES    =
824  CONFIG_HEADERS  =
825  CONFIG_LINKS    =
826  CONFIG_COMMANDS =
827  $ ./config.status
828
829on square.local
830
831config.status:1320: creating Makefile
832config.status:1320: creating pango/Makefile
833config.status:1320: creating pango/mini-fribidi/Makefile
834config.status:1320: creating pango/pango.rc
835config.status:1320: creating pango/pangoft2.rc
836config.status:1320: creating pango/pangowin32.rc
837config.status:1320: creating pango/pangocairo.rc
838config.status:1320: creating pango/pangoxft.rc
839config.status:1320: creating pango-view/Makefile
840config.status:1320: creating examples/Makefile
841config.status:1320: creating docs/Makefile
842config.status:1320: creating docs/version.xml
843config.status:1320: creating tools/Makefile
844config.status:1320: creating tests/Makefile
845config.status:1320: creating build/Makefile
846config.status:1320: creating build/win32/Makefile
847config.status:1320: creating build/win32/vs9/Makefile
848config.status:1320: creating build/win32/vs10/Makefile
849config.status:1320: creating build/win32/vs11/Makefile
850config.status:1320: creating build/win32/vs12/Makefile
851config.status:1320: creating build/win32/vs14/Makefile
852config.status:1320: creating pango.pc
853config.status:1320: creating pangowin32.pc
854config.status:1320: creating pangoft2.pc
855config.status:1320: creating pangoxft.pc
856config.status:1320: creating pangocairo.pc
857config.status:1320: creating pango-uninstalled.pc
858config.status:1320: creating pangowin32-uninstalled.pc
859config.status:1320: creating pangoft2-uninstalled.pc
860config.status:1320: creating pangoxft-uninstalled.pc
861config.status:1320: creating pangocairo-uninstalled.pc
862config.status:1320: creating config.h.win32
863config.status:1320: creating config.h
864config.status:1549: executing depfiles commands
865config.status:1549: executing libtool commands
866config.status:1549: executing pango/pango-features.h commands
867config.status:2364: creating pango/pango-features.h
868config.status:2384: pango/pango-features.h is unchanged
869
870## ---------------- ##
871## Cache variables. ##
872## ---------------- ##
873
874ac_cv_build=x86_64-apple-darwin13.4.0
875ac_cv_c_compiler_gnu=yes
876ac_cv_cxx_compiler_gnu=yes
877ac_cv_env_CAIRO_CFLAGS_set=
878ac_cv_env_CAIRO_CFLAGS_value=
879ac_cv_env_CAIRO_LIBS_set=
880ac_cv_env_CAIRO_LIBS_value=
881ac_cv_env_CCC_set=
882ac_cv_env_CCC_value=
883ac_cv_env_CC_set=set
884ac_cv_env_CC_value=/usr/bin/clang
885ac_cv_env_CFLAGS_set=set
886ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
887ac_cv_env_CPPFLAGS_set=set
888ac_cv_env_CPPFLAGS_value=-I/Volumes/MacHD/opt/local/include
889ac_cv_env_CPP_set=
890ac_cv_env_CPP_value=
891ac_cv_env_CXXCPP_set=
892ac_cv_env_CXXCPP_value=
893ac_cv_env_CXXFLAGS_set=set
894ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
895ac_cv_env_CXX_set=set
896ac_cv_env_CXX_value=/usr/bin/clang++
897ac_cv_env_FONTCONFIG_CFLAGS_set=
898ac_cv_env_FONTCONFIG_CFLAGS_value=
899ac_cv_env_FONTCONFIG_LIBS_set=
900ac_cv_env_FONTCONFIG_LIBS_value=
901ac_cv_env_FREETYPE_CFLAGS_set=
902ac_cv_env_FREETYPE_CFLAGS_value=
903ac_cv_env_FREETYPE_LIBS_set=
904ac_cv_env_FREETYPE_LIBS_value=
905ac_cv_env_GLIB_CFLAGS_set=
906ac_cv_env_GLIB_CFLAGS_value=
907ac_cv_env_GLIB_LIBS_set=
908ac_cv_env_GLIB_LIBS_value=
909ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
910ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
911ac_cv_env_GTKDOC_DEPS_LIBS_set=
912ac_cv_env_GTKDOC_DEPS_LIBS_value=
913ac_cv_env_HARFBUZZ_CFLAGS_set=
914ac_cv_env_HARFBUZZ_CFLAGS_value=
915ac_cv_env_HARFBUZZ_LIBS_set=
916ac_cv_env_HARFBUZZ_LIBS_value=
917ac_cv_env_LDFLAGS_set=set
918ac_cv_env_LDFLAGS_value='-L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
919ac_cv_env_LIBS_set=
920ac_cv_env_LIBS_value=
921ac_cv_env_LIBTHAI_CFLAGS_set=
922ac_cv_env_LIBTHAI_CFLAGS_value=
923ac_cv_env_LIBTHAI_LIBS_set=
924ac_cv_env_LIBTHAI_LIBS_value=
925ac_cv_env_LT_SYS_LIBRARY_PATH_set=
926ac_cv_env_LT_SYS_LIBRARY_PATH_value=
927ac_cv_env_PKG_CONFIG_LIBDIR_set=
928ac_cv_env_PKG_CONFIG_LIBDIR_value=
929ac_cv_env_PKG_CONFIG_PATH_set=
930ac_cv_env_PKG_CONFIG_PATH_value=
931ac_cv_env_PKG_CONFIG_set=
932ac_cv_env_PKG_CONFIG_value=
933ac_cv_env_XFT_CFLAGS_set=
934ac_cv_env_XFT_CFLAGS_value=
935ac_cv_env_XFT_LIBS_set=
936ac_cv_env_XFT_LIBS_value=
937ac_cv_env_build_alias_set=
938ac_cv_env_build_alias_value=
939ac_cv_env_host_alias_set=
940ac_cv_env_host_alias_value=
941ac_cv_env_target_alias_set=
942ac_cv_env_target_alias_value=
943ac_cv_func_FcWeightFromOpenType=no
944ac_cv_func_flockfile=yes
945ac_cv_func_getpagesize=yes
946ac_cv_func_strtok_r=yes
947ac_cv_func_sysconf=yes
948ac_cv_header_dirent_dirent_h=yes
949ac_cv_header_dlfcn_h=yes
950ac_cv_header_inttypes_h=yes
951ac_cv_header_memory_h=yes
952ac_cv_header_stdc=yes
953ac_cv_header_stdint_h=yes
954ac_cv_header_stdlib_h=yes
955ac_cv_header_string_h=yes
956ac_cv_header_strings_h=yes
957ac_cv_header_sys_mman_h=yes
958ac_cv_header_sys_stat_h=yes
959ac_cv_header_sys_types_h=yes
960ac_cv_header_unistd_h=yes
961ac_cv_host=x86_64-apple-darwin13.4.0
962ac_cv_objext=o
963ac_cv_path_EGREP='/usr/bin/grep -E'
964ac_cv_path_FGREP='/usr/bin/grep -F'
965ac_cv_path_GREP=/usr/bin/grep
966ac_cv_path_GTKDOC_CHECK_PATH=/Volumes/MacHD/opt/local/bin/gtkdoc-check
967ac_cv_path_GTKDOC_MKPDF=/Volumes/MacHD/opt/local/bin/gtkdoc-mkpdf
968ac_cv_path_GTKDOC_REBASE=/Volumes/MacHD/opt/local/bin/gtkdoc-rebase
969ac_cv_path_SED=/Volumes/MacHD/opt/local/bin/gsed
970ac_cv_path_ac_pt_PKG_CONFIG=/Volumes/MacHD/opt/local/bin/pkg-config
971ac_cv_path_lt_DD=/bin/dd
972ac_cv_path_mkdir=/Volumes/MacHD/opt/local/bin/gmkdir
973ac_cv_prog_AWK=gawk
974ac_cv_prog_CPP='/usr/bin/clang -E'
975ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
976ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test
977ac_cv_prog_ac_ct_AR=ar
978ac_cv_prog_ac_ct_CC=/usr/bin/clang
979ac_cv_prog_ac_ct_DLLTOOL=dlltool
980ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
981ac_cv_prog_ac_ct_LIPO=lipo
982ac_cv_prog_ac_ct_NMEDIT=nmedit
983ac_cv_prog_ac_ct_OBJDUMP=objdump
984ac_cv_prog_ac_ct_OTOOL=otool
985ac_cv_prog_ac_ct_RANLIB=ranlib
986ac_cv_prog_ac_ct_STRIP=strip
987ac_cv_prog_cc_c89=
988ac_cv_prog_cc_g=yes
989ac_cv_prog_cxx_g=yes
990ac_cv_prog_make_make_set=yes
991ac_cv_search_opendir='none required'
992am_cv_CC_dependencies_compiler_type=gcc3
993am_cv_CXX_dependencies_compiler_type=gcc3
994am_cv_make_support_nested_variables=yes
995am_cv_prog_cc_c_o=yes
996lt_cv_apple_cc_single_mod=yes
997lt_cv_ar_at_file=no
998lt_cv_deplibs_check_method=pass_all
999lt_cv_file_magic_cmd='$MAGIC_CMD'
1000lt_cv_file_magic_test_file=
1001lt_cv_ld_exported_symbols_list=yes
1002lt_cv_ld_force_load=yes
1003lt_cv_ld_reload_flag=-r
1004lt_cv_nm_interface='BSD nm'
1005lt_cv_objdir=.libs
1006lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1007lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1008lt_cv_path_NM=/Volumes/MacHD/opt/local/bin/nm
1009lt_cv_path_mainfest_tool=no
1010lt_cv_prog_compiler_c_o=yes
1011lt_cv_prog_compiler_c_o_CXX=yes
1012lt_cv_prog_compiler_pic='-fno-common -DPIC'
1013lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1014lt_cv_prog_compiler_pic_works=yes
1015lt_cv_prog_compiler_pic_works_CXX=yes
1016lt_cv_prog_compiler_rtti_exceptions=yes
1017lt_cv_prog_compiler_static_works=no
1018lt_cv_prog_compiler_static_works_CXX=no
1019lt_cv_prog_gnu_ld=no
1020lt_cv_prog_gnu_ldcxx=no
1021lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1022lt_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'\'''
1023lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1024lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1025lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1026lt_cv_sys_global_symbol_to_import=
1027lt_cv_sys_max_cmd_len=196608
1028lt_cv_to_host_file_cmd=func_convert_file_noop
1029lt_cv_to_tool_file_cmd=func_convert_file_noop
1030lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1031pkg_cv_CAIRO_CFLAGS='-I/opt/X11/include/cairo -I/Volumes/MacHD/opt/local/include/pixman-1 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16 -I/opt/X11/include'
1032pkg_cv_CAIRO_LIBS='-L/opt/X11/lib -lcairo'
1033pkg_cv_FONTCONFIG_CFLAGS='-I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16'
1034pkg_cv_FONTCONFIG_LIBS='-L/opt/X11/lib -L/Volumes/MacHD/opt/local/lib -lfontconfig -lfreetype'
1035pkg_cv_FREETYPE_CFLAGS='-I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16'
1036pkg_cv_FREETYPE_LIBS='-L/Volumes/MacHD/opt/local/lib -lfreetype'
1037pkg_cv_GLIB_CFLAGS='-D_REENTRANT -I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1038pkg_cv_GLIB_LIBS='-L/Volumes/MacHD/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl'
1039pkg_cv_GTKDOC_DEPS_CFLAGS='-I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1040pkg_cv_GTKDOC_DEPS_LIBS='-L/Volumes/MacHD/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
1041pkg_cv_HARFBUZZ_CFLAGS='-I/Volumes/MacHD/opt/local/include/harfbuzz -I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1042pkg_cv_HARFBUZZ_LIBS='-L/Volumes/MacHD/opt/local/lib -lharfbuzz'
1043pkg_cv_XFT_CFLAGS='-I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16 -I/opt/X11/include'
1044pkg_cv_XFT_LIBS='-L/opt/X11/lib -lXft -lXrender -lX11'
1045
1046## ----------------- ##
1047## Output variables. ##
1048## ----------------- ##
1049
1050ACLOCAL='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/missing aclocal-1.15 '
1051AMDEPBACKSLASH='\'
1052AMDEP_FALSE='#'
1053AMDEP_TRUE=''
1054AMTAR='$${TAR-tar}'
1055AM_BACKSLASH='\'
1056AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1057AM_DEFAULT_VERBOSITY='1'
1058AM_V='$(V)'
1059AR='ar'
1060AS='as'
1061AUTOCONF='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/missing autoconf'
1062AUTOHEADER='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/missing autoheader'
1063AUTOMAKE='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/missing automake-1.15'
1064AWK='gawk'
1065BUILDOPT_INSTALL_TESTS_FALSE=''
1066BUILDOPT_INSTALL_TESTS_TRUE='#'
1067CAIRO_CFLAGS='-I/opt/X11/include/cairo -I/Volumes/MacHD/opt/local/include/pixman-1 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16 -I/opt/X11/include'
1068CAIRO_LIBS='-L/opt/X11/lib -lcairo'
1069CAIRO_PREFIX='/opt/X11'
1070CC='/usr/bin/clang'
1071CCDEPMODE='depmode=gcc3'
1072CFLAGS='-pipe -Os -arch x86_64 -Wall'
1073CPP='/usr/bin/clang -E'
1074CPPFLAGS='-I/Volumes/MacHD/opt/local/include'
1075CROSS_COMPILING_FALSE=''
1076CROSS_COMPILING_TRUE='#'
1077CXX='/usr/bin/clang++'
1078CXXCPP='/usr/bin/clang++ -E'
1079CXXDEPMODE='depmode=gcc3'
1080CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
1081CYGPATH_W='echo'
1082DEFS='-DHAVE_CONFIG_H'
1083DEPDIR='.deps'
1084DLLTOOL='dlltool'
1085DSYMUTIL='dsymutil'
1086DUMPBIN=''
1087ECHO_C='\c'
1088ECHO_N=''
1089ECHO_T=''
1090EGREP='/usr/bin/grep -E'
1091ENABLE_DOC_CROSS_REFERENCES_FALSE='#'
1092ENABLE_DOC_CROSS_REFERENCES_TRUE=''
1093ENABLE_GTK_DOC_FALSE=''
1094ENABLE_GTK_DOC_TRUE='#'
1095EXEEXT=''
1096FGREP='/usr/bin/grep -F'
1097FONTCONFIG_CFLAGS='-I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16'
1098FONTCONFIG_LIBS='-L/opt/X11/lib -L/Volumes/MacHD/opt/local/lib -lfontconfig -lfreetype'
1099FREETYPE_CFLAGS='-I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16'
1100FREETYPE_LIBS='-L/Volumes/MacHD/opt/local/lib -lfreetype'
1101GLIB_CFLAGS='-D_REENTRANT -I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1102GLIB_LIBS='-L/Volumes/MacHD/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl'
1103GLIB_MKENUMS='glib-mkenums'
1104GLIB_PREFIX='/Volumes/MacHD/opt/local'
1105GREP='/usr/bin/grep'
1106GTKDOC_CHECK='gtkdoc-check.test'
1107GTKDOC_CHECK_PATH='/Volumes/MacHD/opt/local/bin/gtkdoc-check'
1108GTKDOC_DEPS_CFLAGS='-I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1109GTKDOC_DEPS_LIBS='-L/Volumes/MacHD/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
1110GTKDOC_MKPDF='/Volumes/MacHD/opt/local/bin/gtkdoc-mkpdf'
1111GTKDOC_REBASE='/Volumes/MacHD/opt/local/bin/gtkdoc-rebase'
1112GTK_DOC_BUILD_HTML_FALSE='#'
1113GTK_DOC_BUILD_HTML_TRUE=''
1114GTK_DOC_BUILD_PDF_FALSE=''
1115GTK_DOC_BUILD_PDF_TRUE='#'
1116GTK_DOC_USE_LIBTOOL_FALSE='#'
1117GTK_DOC_USE_LIBTOOL_TRUE=''
1118GTK_DOC_USE_REBASE_FALSE='#'
1119GTK_DOC_USE_REBASE_TRUE=''
1120HARFBUZZ_CFLAGS='-I/Volumes/MacHD/opt/local/include/harfbuzz -I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1121HARFBUZZ_LIBS='-L/Volumes/MacHD/opt/local/lib -lharfbuzz'
1122HAVE_CAIRO_FALSE='#'
1123HAVE_CAIRO_FREETYPE_FALSE='#'
1124HAVE_CAIRO_FREETYPE_TRUE=''
1125HAVE_CAIRO_PDF_FALSE='#'
1126HAVE_CAIRO_PDF_TRUE=''
1127HAVE_CAIRO_PNG_FALSE='#'
1128HAVE_CAIRO_PNG_TRUE=''
1129HAVE_CAIRO_PS_FALSE='#'
1130HAVE_CAIRO_PS_TRUE=''
1131HAVE_CAIRO_QUARTZ_FALSE='#'
1132HAVE_CAIRO_QUARTZ_TRUE=''
1133HAVE_CAIRO_TRUE=''
1134HAVE_CAIRO_WIN32_FALSE=''
1135HAVE_CAIRO_WIN32_TRUE='#'
1136HAVE_CAIRO_XLIB_FALSE='#'
1137HAVE_CAIRO_XLIB_TRUE=''
1138HAVE_CORE_TEXT_FALSE='#'
1139HAVE_CORE_TEXT_TRUE=''
1140HAVE_CXX_FALSE='#'
1141HAVE_CXX_TRUE=''
1142HAVE_FREETYPE_FALSE='#'
1143HAVE_FREETYPE_TRUE=''
1144HAVE_GTK_DOC_FALSE='#'
1145HAVE_GTK_DOC_TRUE=''
1146HAVE_HARFBUZZ_FALSE='#'
1147HAVE_HARFBUZZ_TRUE=''
1148HAVE_INTROSPECTION_FALSE='#'
1149HAVE_INTROSPECTION_TRUE=''
1150HAVE_WIN32_FALSE=''
1151HAVE_WIN32_TRUE='#'
1152HAVE_XFT_FALSE='#'
1153HAVE_XFT_TRUE=''
1154HTML_DIR='${datadir}/gtk-doc/html'
1155INSTALL_DATA='${INSTALL} -m 644'
1156INSTALL_PROGRAM='${INSTALL}'
1157INSTALL_SCRIPT='${INSTALL}'
1158INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1159INTROSPECTION_CFLAGS='-D_REENTRANT -I/Volumes/MacHD/opt/local/include/gobject-introspection-1.0 -I/Volumes/MacHD/opt/local/lib/libffi-3.2.1/include -I/Volumes/MacHD/opt/local/include/glib-2.0 -I/Volumes/MacHD/opt/local/lib/glib-2.0/include -I/Volumes/MacHD/opt/local/include'
1160INTROSPECTION_COMPILER='/Volumes/MacHD/opt/local/bin/g-ir-compiler'
1161INTROSPECTION_GENERATE='/Volumes/MacHD/opt/local/bin/g-ir-generate'
1162INTROSPECTION_GIRDIR='/Volumes/MacHD/opt/local/share/gir-1.0'
1163INTROSPECTION_LIBS='-L/Volumes/MacHD/opt/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl'
1164INTROSPECTION_MAKEFILE='/Volumes/MacHD/opt/local/share/gobject-introspection-1.0/Makefile.introspection'
1165INTROSPECTION_SCANNER='/Volumes/MacHD/opt/local/bin/g-ir-scanner'
1166INTROSPECTION_TYPELIBDIR='/Volumes/MacHD/opt/local/lib/girepository-1.0'
1167LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1168LDFLAGS='-L/Volumes/MacHD/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1169LIBOBJS=''
1170LIBRARY_LIBTOOL_OPTIONS='-version-info 4000:0:4000 -export-symbols-regex "^pango_.*"'
1171LIBS=''
1172LIBTHAI_CFLAGS=''
1173LIBTHAI_LIBS=''
1174LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1175LIB_EXE_MACHINE_FLAG=''
1176LIPO='lipo'
1177LN_S='ln -s'
1178LTLIBOBJS=''
1179LT_SYS_LIBRARY_PATH=''
1180MAKEINFO='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/missing makeinfo'
1181MANIFEST_TOOL=':'
1182MKDIR_P='/Volumes/MacHD/opt/local/bin/gmkdir -p'
1183MS_LIB_AVAILABLE_FALSE=''
1184MS_LIB_AVAILABLE_TRUE='#'
1185NM='/Volumes/MacHD/opt/local/bin/nm'
1186NMEDIT='nmedit'
1187OBJDUMP='objdump'
1188OBJEXT='o'
1189OS_WIN32_FALSE=''
1190OS_WIN32_TRUE='#'
1191OTOOL64=':'
1192OTOOL='otool'
1193PACKAGE='pango'
1194PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
1195PACKAGE_NAME='pango'
1196PACKAGE_STRING='pango 1.40.0'
1197PACKAGE_TARNAME='pango'
1198PACKAGE_URL=''
1199PACKAGE_VERSION='1.40.0'
1200PANGO_API_VERSION='1.0'
1201PANGO_BINARY_AGE='4000'
1202PANGO_CURRENT_MINUS_AGE='0'
1203PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
1204PANGO_INTERFACE_AGE='0'
1205PANGO_VERSION='1.40.0'
1206PANGO_VERSION_MAJOR='1'
1207PANGO_VERSION_MICRO='0'
1208PANGO_VERSION_MINOR='40'
1209PATH_SEPARATOR=':'
1210PKGCONFIG_CAIRO_REQUIRES=' pangoft2'
1211PKG_CONFIG='/Volumes/MacHD/opt/local/bin/pkg-config'
1212PKG_CONFIG_LIBDIR=''
1213PKG_CONFIG_PATH=''
1214PLATFORM_WIN32_FALSE=''
1215PLATFORM_WIN32_TRUE='#'
1216RANLIB='ranlib'
1217SED='/Volumes/MacHD/opt/local/bin/gsed'
1218SET_MAKE=''
1219SHELL='/bin/sh'
1220STRIP='strip'
1221VERSION='1.40.0'
1222WINDRES=''
1223XFT_CFLAGS='-I/opt/X11/include -I/opt/X11/include/freetype2 -I/Volumes/MacHD/opt/local/include/freetype2 -I/Volumes/MacHD/opt/local/include -I/Volumes/MacHD/opt/local/include/libpng16 -I/opt/X11/include'
1224XFT_LIBS='-L/opt/X11/lib -lXft -lXrender -lX11'
1225ac_ct_AR='ar'
1226ac_ct_CC='/usr/bin/clang'
1227ac_ct_CXX=''
1228ac_ct_DUMPBIN=''
1229am__EXEEXT_FALSE=''
1230am__EXEEXT_TRUE='#'
1231am__fastdepCC_FALSE='#'
1232am__fastdepCC_TRUE=''
1233am__fastdepCXX_FALSE='#'
1234am__fastdepCXX_TRUE=''
1235am__include='include'
1236am__isrc=''
1237am__leading_dot='.'
1238am__nodep='_no'
1239am__quote=''
1240am__tar='$${TAR-tar} chof - "$$tardir"'
1241am__untar='$${TAR-tar} xf -'
1242bindir='${exec_prefix}/bin'
1243build='x86_64-apple-darwin13.4.0'
1244build_alias=''
1245build_cpu='x86_64'
1246build_os='darwin13.4.0'
1247build_vendor='apple'
1248datadir='${datarootdir}'
1249datarootdir='${prefix}/share'
1250docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1251dvidir='${docdir}'
1252exec_prefix='${prefix}'
1253host='x86_64-apple-darwin13.4.0'
1254host_alias=''
1255host_cpu='x86_64'
1256host_os='darwin13.4.0'
1257host_vendor='apple'
1258htmldir='${docdir}'
1259includedir='${prefix}/include'
1260infodir='${datarootdir}/info'
1261install_sh='${SHELL} /Volumes/MacHD/opt/local/var/macports/build/_Volumes_MacHD_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_pango/pango/work/pango-1.40.0/install-sh'
1262libdir='${exec_prefix}/lib'
1263libexecdir='${exec_prefix}/libexec'
1264localedir='${datarootdir}/locale'
1265localstatedir='${prefix}/var'
1266mandir='${datarootdir}/man'
1267mkdir_p='$(MKDIR_P)'
1268ms_librarian=''
1269oldincludedir='/usr/include'
1270pdfdir='${docdir}'
1271prefix='/Volumes/MacHD/opt/local'
1272program_transform_name='s,x,x,'
1273psdir='${docdir}'
1274sbindir='${exec_prefix}/sbin'
1275sharedstatedir='${prefix}/com'
1276sysconfdir='${prefix}/etc'
1277target_alias=''
1278
1279## ----------- ##
1280## confdefs.h. ##
1281## ----------- ##
1282
1283/* confdefs.h */
1284#define PACKAGE_NAME "pango"
1285#define PACKAGE_TARNAME "pango"
1286#define PACKAGE_VERSION "1.40.0"
1287#define PACKAGE_STRING "pango 1.40.0"
1288#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
1289#define PACKAGE_URL ""
1290#define PACKAGE "pango"
1291#define VERSION "1.40.0"
1292#define PANGO_BINARY_AGE 4000
1293#define PANGO_INTERFACE_AGE 0
1294#define PANGO_VERSION_MAJOR 1
1295#define PANGO_VERSION_MINOR 40
1296#define PANGO_VERSION_MICRO 0
1297#define HAVE_SYSCONF 1
1298#define HAVE_GETPAGESIZE 1
1299#define STDC_HEADERS 1
1300#define HAVE_SYS_TYPES_H 1
1301#define HAVE_SYS_STAT_H 1
1302#define HAVE_STDLIB_H 1
1303#define HAVE_STRING_H 1
1304#define HAVE_MEMORY_H 1
1305#define HAVE_STRINGS_H 1
1306#define HAVE_INTTYPES_H 1
1307#define HAVE_STDINT_H 1
1308#define HAVE_UNISTD_H 1
1309#define HAVE_UNISTD_H 1
1310#define HAVE_SYS_MMAN_H 1
1311#define HAVE_DLFCN_H 1
1312#define LT_OBJDIR ".libs/"
1313#define HAVE_FREETYPE 1
1314#define HAVE_XFT 1
1315#define HAVE_CORE_TEXT 1
1316#define HAVE_CAIRO_FREETYPE 1
1317#define HAVE_CAIRO_QUARTZ 1
1318#define HAVE_CAIRO 1
1319#define HAVE_CAIRO_PNG 1
1320#define HAVE_CAIRO_PS 1
1321#define HAVE_CAIRO_PDF 1
1322#define HAVE_CAIRO_XLIB 1
1323#define HAVE_FLOCKFILE 1
1324#define HAVE_STRTOK_R 1
1325#define HAVE_DIRENT_H 1
1326#define HAVE_UNISTD_H 1
1327
1328configure: exit 0