Ticket #31336: config.log

File config.log, 69.7 KB (added by fleason (Fred Leason), 13 years ago)

/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/gegl/work/gegl-0.1.6/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 gegl configure 0.1.6, which was
5generated by GNU Autoconf 2.66.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-docs --build=x86_64-apple-darwin11.1.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = freds-i7-860.local
14uname -m = x86_64
15uname -r = 11.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~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 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~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: 139 tasks, 559 threads, 8 processors
34Load average: 2.73, Mach factor: 5.26
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:2743: checking for a BSD-compatible install
52configure:2811: result: /usr/bin/install -c
53configure:2822: checking whether build environment is sane
54configure:2872: result: yes
55configure:3013: checking for a thread-safe mkdir -p
56configure:3052: result: ./install-sh -c -d
57configure:3065: checking for gawk
58configure:3095: result: no
59configure:3065: checking for mawk
60configure:3095: result: no
61configure:3065: checking for nawk
62configure:3095: result: no
63configure:3065: checking for awk
64configure:3081: found /usr/bin/awk
65configure:3092: result: awk
66configure:3103: checking whether make sets $(MAKE)
67configure:3125: result: yes
68configure:3251: checking for gcc
69configure:3278: result: /Developer/usr/bin/llvm-gcc-4.2
70configure:3507: checking for C compiler version
71configure:3516: /Developer/usr/bin/llvm-gcc-4.2 --version >&5
72i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
73Copyright (C) 2007 Free Software Foundation, Inc.
74This is free software; see the source for copying conditions.  There is NO
75warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
76
77configure:3527: $? = 0
78configure:3516: /Developer/usr/bin/llvm-gcc-4.2 -v >&5
79Using built-in specs.
80Target: i686-apple-darwin11
81Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
82Thread model: posix
83gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
84configure:3527: $? = 0
85configure:3516: /Developer/usr/bin/llvm-gcc-4.2 -V >&5
86llvm-gcc-4.2: argument to `-V' is missing
87configure:3527: $? = 1
88configure:3516: /Developer/usr/bin/llvm-gcc-4.2 -qversion >&5
89i686-apple-darwin11-llvm-gcc-4.2: no input files
90configure:3527: $? = 1
91configure:3547: checking whether the C compiler works
92configure:3569: /Developer/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
93configure:3573: $? = 0
94configure:3621: result: yes
95configure:3624: checking for C compiler default output file name
96configure:3626: result: a.out
97configure:3632: checking for suffix of executables
98configure:3639: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
99configure:3643: $? = 0
100configure:3665: result:
101configure:3687: checking whether we are cross compiling
102configure:3695: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
103configure:3699: $? = 0
104configure:3706: ./conftest
105configure:3710: $? = 0
106configure:3725: result: no
107configure:3730: checking for suffix of object files
108configure:3752: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
109configure:3756: $? = 0
110configure:3777: result: o
111configure:3781: checking whether we are using the GNU C compiler
112configure:3800: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
113configure:3800: $? = 0
114configure:3809: result: yes
115configure:3818: checking whether /Developer/usr/bin/llvm-gcc-4.2 accepts -g
116configure:3838: /Developer/usr/bin/llvm-gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
117configure:3838: $? = 0
118configure:3879: result: yes
119configure:3896: checking for /Developer/usr/bin/llvm-gcc-4.2 option to accept ISO C89
120configure:3960: /Developer/usr/bin/llvm-gcc-4.2  -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
121configure:3960: $? = 0
122configure:3973: result: none needed
123configure:4004: checking for style of include used by make
124configure:4032: result: GNU
125configure:4057: checking dependency style of /Developer/usr/bin/llvm-gcc-4.2
126configure:4167: result: gcc3
127configure:4294: checking for C++ compiler version
128configure:4303: /Developer/usr/bin/llvm-g++-4.2 --version >&5
129i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
130Copyright (C) 2007 Free Software Foundation, Inc.
131This is free software; see the source for copying conditions.  There is NO
132warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
133
134configure:4314: $? = 0
135configure:4303: /Developer/usr/bin/llvm-g++-4.2 -v >&5
136Using built-in specs.
137Target: i686-apple-darwin11
138Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
139Thread model: posix
140gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
141configure:4314: $? = 0
142configure:4303: /Developer/usr/bin/llvm-g++-4.2 -V >&5
143llvm-g++-4.2: argument to `-V' is missing
144configure:4314: $? = 1
145configure:4303: /Developer/usr/bin/llvm-g++-4.2 -qversion >&5
146i686-apple-darwin11-llvm-g++-4.2: no input files
147configure:4314: $? = 1
148configure:4318: checking whether we are using the GNU C++ compiler
149configure:4337: /Developer/usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
150configure:4337: $? = 0
151configure:4346: result: yes
152configure:4355: checking whether /Developer/usr/bin/llvm-g++-4.2 accepts -g
153configure:4375: /Developer/usr/bin/llvm-g++-4.2 -c -g -I/opt/local/include conftest.cpp >&5
154configure:4375: $? = 0
155configure:4416: result: yes
156configure:4441: checking dependency style of /Developer/usr/bin/llvm-g++-4.2
157configure:4551: result: gcc3
158configure:4601: checking build system type
159configure:4615: result: x86_64-apple-darwin11.1.0
160configure:4635: checking host system type
161configure:4648: result: x86_64-apple-darwin11.1.0
162configure:5017: checking how to print strings
163configure:5044: result: printf
164configure:5065: checking for a sed that does not truncate output
165configure:5129: result: /opt/local/bin/gsed
166configure:5147: checking for grep that handles long lines and -e
167configure:5205: result: /usr/bin/grep
168configure:5210: checking for egrep
169configure:5272: result: /usr/bin/grep -E
170configure:5277: checking for fgrep
171configure:5339: result: /usr/bin/grep -F
172configure:5374: checking for ld used by /Developer/usr/bin/llvm-gcc-4.2
173configure:5441: result: /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
174configure:5448: checking if the linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
175configure:5463: result: no
176configure:5475: checking for BSD- or MS-compatible name lister (nm)
177configure:5524: result: /usr/bin/nm
178configure:5654: checking the name lister (/usr/bin/nm) interface
179configure:5661: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
180configure:5664: /usr/bin/nm "conftest.o"
181configure:5667: output
1820000000000000000 S _some_variable
183configure:5674: result: BSD nm
184configure:5677: checking whether ln -s works
185configure:5681: result: yes
186configure:5689: checking the maximum length of command line arguments
187configure:5814: result: 196608
188configure:5831: checking whether the shell understands some XSI constructs
189configure:5841: result: yes
190configure:5845: checking whether the shell understands "+="
191configure:5851: result: yes
192configure:5886: checking for /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
193configure:5893: result: -r
194configure:5962: checking for objdump
195configure:5989: result: objdump
196configure:6018: checking how to recognize dependent libraries
197configure:6220: result: pass_all
198configure:6280: checking for ar
199configure:6296: found /usr/bin/ar
200configure:6307: result: ar
201configure:6385: checking for strip
202configure:6401: found /usr/bin/strip
203configure:6412: result: strip
204configure:6484: checking for ranlib
205configure:6500: found /usr/bin/ranlib
206configure:6511: result: ranlib
207configure:6613: checking command to parse /usr/bin/nm output from /Developer/usr/bin/llvm-gcc-4.2 object
208configure:6731: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
209configure:6734: $? = 0
210configure:6738: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
211configure:6741: $? = 0
212cannot find nm_test_var in conftest.nm
213configure:6731: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
214configure:6734: $? = 0
215configure:6738: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
216configure:6741: $? = 0
217configure:6795: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c conftstm.o >&5
218configure:6798: $? = 0
219configure:6836: result: ok
220configure:7101: checking for dsymutil
221configure:7117: found /usr/bin/dsymutil
222configure:7128: result: dsymutil
223configure:7193: checking for nmedit
224configure:7209: found /usr/bin/nmedit
225configure:7220: result: nmedit
226configure:7285: checking for lipo
227configure:7301: found /usr/bin/lipo
228configure:7312: result: lipo
229configure:7377: checking for otool
230configure:7393: found /usr/bin/otool
231configure:7404: result: otool
232configure:7469: checking for otool64
233configure:7499: result: no
234configure:7544: checking for -single_module linker flag
235/Developer/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
236configure:7571: result: yes
237configure:7573: checking for -exported_symbols_list linker flag
238configure:7593: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
239configure:7593: $? = 0
240configure:7603: result: yes
241configure:7605: checking for -force_load linker flag
242/Developer/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -c -o conftest.o conftest.c
243ar cru libconftest.a conftest.o
244ranlib libconftest.a
245/Developer/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
246configure:7635: result: yes
247configure:7677: checking how to run the C preprocessor
248configure:7708: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
249configure:7708: $? = 0
250configure:7722: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
251conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
252configure:7722: $? = 1
253configure: failed program was:
254| /* confdefs.h */
255| #define PACKAGE_NAME "gegl"
256| #define PACKAGE_TARNAME "gegl"
257| #define PACKAGE_VERSION "0.1.6"
258| #define PACKAGE_STRING "gegl 0.1.6"
259| #define PACKAGE_BUGREPORT ""
260| #define PACKAGE_URL ""
261| #define GEGL_LIBRARY "gegl-0.1"
262| #define GEGL_UNSTABLE 1
263| /* end confdefs.h.  */
264| #include <ac_nonexistent.h>
265configure:7747: result: /Developer/usr/bin/llvm-gcc-4.2 -E
266configure:7767: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
267configure:7767: $? = 0
268configure:7781: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
269conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
270configure:7781: $? = 1
271configure: failed program was:
272| /* confdefs.h */
273| #define PACKAGE_NAME "gegl"
274| #define PACKAGE_TARNAME "gegl"
275| #define PACKAGE_VERSION "0.1.6"
276| #define PACKAGE_STRING "gegl 0.1.6"
277| #define PACKAGE_BUGREPORT ""
278| #define PACKAGE_URL ""
279| #define GEGL_LIBRARY "gegl-0.1"
280| #define GEGL_UNSTABLE 1
281| /* end confdefs.h.  */
282| #include <ac_nonexistent.h>
283configure:7810: checking for ANSI C header files
284configure:7830: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
285configure:7830: $? = 0
286configure:7903: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
287configure:7903: $? = 0
288configure:7903: ./conftest
289configure:7903: $? = 0
290configure:7914: result: yes
291configure:7927: checking for sys/types.h
292configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
293configure:7927: $? = 0
294configure:7927: result: yes
295configure:7927: checking for sys/stat.h
296configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
297configure:7927: $? = 0
298configure:7927: result: yes
299configure:7927: checking for stdlib.h
300configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
301configure:7927: $? = 0
302configure:7927: result: yes
303configure:7927: checking for string.h
304configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
305configure:7927: $? = 0
306configure:7927: result: yes
307configure:7927: checking for memory.h
308configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
309configure:7927: $? = 0
310configure:7927: result: yes
311configure:7927: checking for strings.h
312configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
313configure:7927: $? = 0
314configure:7927: result: yes
315configure:7927: checking for inttypes.h
316configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
317configure:7927: $? = 0
318configure:7927: result: yes
319configure:7927: checking for stdint.h
320configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
321configure:7927: $? = 0
322configure:7927: result: yes
323configure:7927: checking for unistd.h
324configure:7927: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
325configure:7927: $? = 0
326configure:7927: result: yes
327configure:7941: checking for dlfcn.h
328configure:7941: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
329configure:7941: $? = 0
330configure:7941: result: yes
331configure:8095: checking for objdir
332configure:8110: result: .libs
333configure:8381: checking if /Developer/usr/bin/llvm-gcc-4.2 supports -fno-rtti -fno-exceptions
334configure:8399: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
335cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
336configure:8403: $? = 0
337configure:8416: result: no
338configure:8436: checking for /Developer/usr/bin/llvm-gcc-4.2 option to produce PIC
339configure:8721: result: -fno-common -DPIC
340configure:8733: checking if /Developer/usr/bin/llvm-gcc-4.2 PIC flag -fno-common -DPIC works
341configure:8751: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
342configure:8755: $? = 0
343configure:8768: result: yes
344configure:8792: checking if /Developer/usr/bin/llvm-gcc-4.2 static flag -static works
345configure:8820: result: no
346configure:8835: checking if /Developer/usr/bin/llvm-gcc-4.2 supports -c -o file.o
347configure:8856: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
348configure:8860: $? = 0
349configure:8882: result: yes
350configure:8890: checking if /Developer/usr/bin/llvm-gcc-4.2 supports -c -o file.o
351configure:8937: result: yes
352configure:8970: checking whether the /Developer/usr/bin/llvm-gcc-4.2 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
353configure:10045: result: yes
354configure:10290: checking dynamic linker characteristics
355configure:10971: result: darwin11.1.0 dyld
356configure:11078: checking how to hardcode library paths into programs
357configure:11103: result: immediate
358configure:11148: checking for dlopen in -ldl
359configure:11173: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ldl   >&5
360configure:11173: $? = 0
361configure:11182: result: yes
362configure:11397: checking whether a program can dlopen itself
363configure:11477: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -arch x86_64  conftest.c -ldl  >&5
364configure:11480: $? = 0
365configure:11498: result: yes
366configure:11503: checking whether a statically linked program can dlopen itself
367configure:11583: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -arch x86_64   conftest.c -ldl  >&5
368configure:11586: $? = 0
369configure:11604: result: yes
370configure:11643: checking whether stripping libraries is possible
371configure:11657: result: yes
372configure:11683: checking if libtool supports shared libraries
373configure:11685: result: yes
374configure:11688: checking whether to build shared libraries
375configure:11709: result: yes
376configure:11712: checking whether to build static libraries
377configure:11716: result: no
378configure:11739: checking how to run the C++ preprocessor
379configure:11766: /Developer/usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
380configure:11766: $? = 0
381configure:11780: /Developer/usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
382conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
383configure:11780: $? = 1
384configure: failed program was:
385| /* confdefs.h */
386| #define PACKAGE_NAME "gegl"
387| #define PACKAGE_TARNAME "gegl"
388| #define PACKAGE_VERSION "0.1.6"
389| #define PACKAGE_STRING "gegl 0.1.6"
390| #define PACKAGE_BUGREPORT ""
391| #define PACKAGE_URL ""
392| #define GEGL_LIBRARY "gegl-0.1"
393| #define GEGL_UNSTABLE 1
394| #define STDC_HEADERS 1
395| #define HAVE_SYS_TYPES_H 1
396| #define HAVE_SYS_STAT_H 1
397| #define HAVE_STDLIB_H 1
398| #define HAVE_STRING_H 1
399| #define HAVE_MEMORY_H 1
400| #define HAVE_STRINGS_H 1
401| #define HAVE_INTTYPES_H 1
402| #define HAVE_STDINT_H 1
403| #define HAVE_UNISTD_H 1
404| #define HAVE_DLFCN_H 1
405| #define LT_OBJDIR ".libs/"
406| /* end confdefs.h.  */
407| #include <ac_nonexistent.h>
408configure:11805: result: /Developer/usr/bin/llvm-g++-4.2 -E
409configure:11825: /Developer/usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
410configure:11825: $? = 0
411configure:11839: /Developer/usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
412conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
413configure:11839: $? = 1
414configure: failed program was:
415| /* confdefs.h */
416| #define PACKAGE_NAME "gegl"
417| #define PACKAGE_TARNAME "gegl"
418| #define PACKAGE_VERSION "0.1.6"
419| #define PACKAGE_STRING "gegl 0.1.6"
420| #define PACKAGE_BUGREPORT ""
421| #define PACKAGE_URL ""
422| #define GEGL_LIBRARY "gegl-0.1"
423| #define GEGL_UNSTABLE 1
424| #define STDC_HEADERS 1
425| #define HAVE_SYS_TYPES_H 1
426| #define HAVE_SYS_STAT_H 1
427| #define HAVE_STDLIB_H 1
428| #define HAVE_STRING_H 1
429| #define HAVE_MEMORY_H 1
430| #define HAVE_STRINGS_H 1
431| #define HAVE_INTTYPES_H 1
432| #define HAVE_STDINT_H 1
433| #define HAVE_UNISTD_H 1
434| #define HAVE_DLFCN_H 1
435| #define LT_OBJDIR ".libs/"
436| /* end confdefs.h.  */
437| #include <ac_nonexistent.h>
438configure:12007: checking for ld used by /Developer/usr/bin/llvm-g++-4.2
439configure:12074: result: /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
440configure:12081: checking if the linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
441configure:12096: result: no
442configure:12151: checking whether the /Developer/usr/bin/llvm-g++-4.2 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
443configure:13083: result: yes
444configure:13111: /Developer/usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
445configure:13114: $? = 0
446configure:13296: checking for /Developer/usr/bin/llvm-g++-4.2 option to produce PIC
447configure:13618: result: -fno-common -DPIC
448configure:13627: checking if /Developer/usr/bin/llvm-g++-4.2 PIC flag -fno-common -DPIC works
449configure:13645: /Developer/usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
450configure:13649: $? = 0
451configure:13662: result: yes
452configure:13683: checking if /Developer/usr/bin/llvm-g++-4.2 static flag -static works
453configure:13711: result: no
454configure:13723: checking if /Developer/usr/bin/llvm-g++-4.2 supports -c -o file.o
455configure:13744: /Developer/usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
456configure:13748: $? = 0
457configure:13770: result: yes
458configure:13775: checking if /Developer/usr/bin/llvm-g++-4.2 supports -c -o file.o
459configure:13822: result: yes
460configure:13852: checking whether the /Developer/usr/bin/llvm-g++-4.2 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
461configure:13880: result: yes
462configure:14023: checking dynamic linker characteristics
463configure:14638: result: darwin11.1.0 dyld
464configure:14691: checking how to hardcode library paths into programs
465configure:14716: result: immediate
466configure:14776: checking whether to enable maintainer-specific portions of Makefiles
467configure:14785: result: no
468configure:14804: checking for library containing strerror
469configure:14835: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
470configure:14835: $? = 0
471configure:14852: result: none required
472configure:14862: checking whether make sets $(MAKE)
473configure:14884: result: yes
474configure:14901: checking for special C compiler options needed for large files
475configure:14946: result: no
476configure:14952: checking for _FILE_OFFSET_BITS value needed for large files
477configure:14977: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
478configure:14977: $? = 0
479configure:15009: result: no
480configure:15095: checking for GNUC variadic macros
481configure:15124: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
482configure:15124: $? = 0
483configure:15132: result: yes
484configure:15140: checking for ISO C99 variadic macros in C
485configure:15159: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
486configure:15159: $? = 0
487configure:15167: result: yes
488configure:15175: checking for ISO C99 variadic macros in C++
489configure:15200: /Developer/usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
490configure:15200: $? = 0
491configure:15213: result: yes
492configure:15222: checking whether to turn on debugging
493configure:15237: result: no
494configure:15241: checking whether to turn on profiling
495configure:15256: result: no
496configure:15260: checking for C/C++ restrict keyword
497configure:15285: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
498configure:15285: $? = 0
499configure:15293: result: __restrict
500configure:15325: checking for aclocal flags
501configure:15334: result:
502configure:15343: checking for target architecture
503configure:15351: result: x86_64-apple-darwin11.1.0
504configure:15395: checking for dynamic library filename suffix
505configure:15412: result: .dylib
506configure:15428: checking for some Darwin platform
507configure:15438: result: yes
508configure:15454: checking for some Win32 platform
509configure:15464: result: no
510configure:15476: checking for native Win32
511configure:15489: result: no
512configure:15537: checking to see if compiler understands -mmmx
513configure:15554: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -I/opt/local/include conftest.c >&5
514configure:15554: $? = 0
515configure:15569: result: yes
516configure:15574: checking whether we can compile MMX code
517configure:15591: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -I/opt/local/include conftest.c >&5
518configure:15591: $? = 0
519configure:15595: result: yes
520configure:15600: checking to see if compiler understands -msse
521configure:15617: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -I/opt/local/include conftest.c >&5
522configure:15617: $? = 0
523configure:15632: result: yes
524configure:15636: checking to see if compiler understands -ftree-vectorize
525configure:15653: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -ftree-vectorize -I/opt/local/include conftest.c >&5
526configure:15653: $? = 0
527configure:15668: result: yes
528configure:15672: checking to see if compiler understands -ffast-math
529configure:15689: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -ffast-math -I/opt/local/include conftest.c >&5
530configure:15689: $? = 0
531configure:15704: result: yes
532configure:15708: checking whether we can compile SSE code
533configure:15725: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include conftest.c >&5
534configure:15725: $? = 0
535configure:15729: result: yes
536configure:15821: checking for pkg-config
537configure:15839: found /opt/local/bin/pkg-config
538configure:15851: result: /opt/local/bin/pkg-config
539configure:15876: checking pkg-config is at least version 0.9.0
540configure:15879: result: yes
541configure:15889: checking for BABL
542configure:15896: $PKG_CONFIG --exists --print-errors "babl >= 0.1.4"
543configure:15899: $? = 0
544configure:15912: $PKG_CONFIG --exists --print-errors "babl >= 0.1.4"
545configure:15915: $? = 0
546configure:15974: result: yes
547configure:16065: checking for pkg-config
548configure:16095: result: /opt/local/bin/pkg-config
549configure:16120: checking pkg-config is at least version 0.16
550configure:16123: result: yes
551configure:16140: checking for GLIB - version >= 2.22.0
552configure:16254: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl    >&5
553configure:16254: $? = 0
554configure:16254: ./conftest
555configure:16254: $? = 0
556configure:16268: result: yes (version 2.28.8)
557configure:16339: checking for DEP
558configure:16346: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES"
559configure:16349: $? = 0
560configure:16362: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES"
561configure:16365: $? = 0
562configure:16408: result: yes
563configure:16424: checking for GIO
564configure:16431: $PKG_CONFIG --exists --print-errors "gio-2.0"
565configure:16434: $? = 0
566configure:16447: $PKG_CONFIG --exists --print-errors "gio-2.0"
567configure:16450: $? = 0
568configure:16487: result: yes
569configure:16521: checking for GTK
570configure:16528: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION"
571configure:16531: $? = 0
572configure:16544: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION"
573configure:16547: $? = 0
574configure:16584: result: yes
575configure:16632: checking for bind_textdomain_codeset
576configure:16632: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl   >&5
577configure:16632: $? = 0
578configure:16632: result: yes
579configure:16652: checking if GLib is version 2.21.0 or newer
580configure:16659: result: yes
581configure:16671: checking for gtkdoc-check
582configure:16689: found /opt/local/bin/gtkdoc-check
583configure:16701: result: /opt/local/bin/gtkdoc-check
584configure:16713: checking for gtkdoc-rebase
585configure:16731: found /opt/local/bin/gtkdoc-rebase
586configure:16743: result: /opt/local/bin/gtkdoc-rebase
587configure:16757: checking for gtkdoc-mkpdf
588configure:16775: found /opt/local/bin/gtkdoc-mkpdf
589configure:16787: result: /opt/local/bin/gtkdoc-mkpdf
590configure:16828: checking whether to build gtk-doc documentation
591configure:16830: result: no
592configure:16908: checking for perl5
593configure:16924: found /opt/local/bin/perl5
594configure:16935: result: perl5
595configure:16954: checking for ruby
596configure:16970: found /usr/bin/ruby
597configure:16982: result: yes
598configure:17022: checking for enscript
599configure:17040: found /usr/bin/enscript
600configure:17053: result: /usr/bin/enscript
601configure:17082: checking for asciidoc
602configure:17100: found /opt/local/bin/asciidoc
603configure:17113: result: /opt/local/bin/asciidoc
604configure:17144: checking for dot
605configure:17162: found /opt/local/bin/dot
606configure:17175: result: /opt/local/bin/dot
607configure:17215: checking for CAIRO
608configure:17222: $PKG_CONFIG --exists --print-errors "cairo"
609configure:17225: $? = 0
610configure:17238: $PKG_CONFIG --exists --print-errors "cairo"
611configure:17241: $? = 0
612configure:17278: result: yes
613configure:17318: checking for PANGO
614configure:17325: $PKG_CONFIG --exists --print-errors "pango"
615configure:17328: $? = 0
616configure:17341: $PKG_CONFIG --exists --print-errors "pango"
617configure:17344: $? = 0
618configure:17381: result: yes
619configure:17391: checking for PANGOCAIRO
620configure:17398: $PKG_CONFIG --exists --print-errors "pangocairo"
621configure:17401: $? = 0
622configure:17414: $PKG_CONFIG --exists --print-errors "pangocairo"
623configure:17417: $? = 0
624configure:17454: result: yes
625configure:17498: checking for GDK_PIXBUF
626configure:17505: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.18.0"
627configure:17508: $? = 0
628configure:17521: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.18.0"
629configure:17524: $? = 0
630configure:17561: result: yes
631configure:17590: checking for jpeg_destroy_decompress in -ljpeg
632configure:17615: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ljpeg   >&5
633configure:17615: $? = 0
634configure:17624: result: yes
635configure:17633: checking for jpeglib.h
636configure:17645: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
637configure:17645: $? = 0
638configure:17651: result: yes
639configure:17654: checking for jpeg_save_markers in -ljpeg
640configure:17679: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ljpeg   >&5
641configure:17679: $? = 0
642configure:17688: result: yes
643configure:17729: checking for PNG
644configure:17736: $PKG_CONFIG --exists --print-errors "libpng"
645configure:17739: $? = 0
646configure:17752: $PKG_CONFIG --exists --print-errors "libpng"
647configure:17755: $? = 0
648configure:17792: result: yes
649configure:17826: checking for RSVG
650configure:17833: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0"
651configure:17836: $? = 0
652configure:17849: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0"
653configure:17852: $? = 0
654configure:17889: result: yes
655configure:17923: checking for OPENEXR
656configure:17930: $PKG_CONFIG --exists --print-errors "OpenEXR"
657configure:17933: $? = 0
658configure:17946: $PKG_CONFIG --exists --print-errors "OpenEXR"
659configure:17949: $? = 0
660configure:17986: result: yes
661configure:18020: checking for sdl-config
662configure:18038: found /opt/local/bin/sdl-config
663configure:18051: result: /opt/local/bin/sdl-config
664configure:18098: checking for OPENRAW
665configure:18105: $PKG_CONFIG --exists --print-errors "libopenraw-1.0 >= 0.0.5"
666configure:18108: $? = 0
667configure:18121: $PKG_CONFIG --exists --print-errors "libopenraw-1.0 >= 0.0.5"
668configure:18124: $? = 0
669configure:18161: result: yes
670configure:18197: checking for JASPER
671configure:18204: $PKG_CONFIG --exists --print-errors "jasper >= 1.900.1"
672Package jasper was not found in the pkg-config search path.
673Perhaps you should add the directory containing `jasper.pc'
674to the PKG_CONFIG_PATH environment variable
675No package 'jasper' found
676configure:18207: $? = 1
677configure:18220: $PKG_CONFIG --exists --print-errors "jasper >= 1.900.1"
678Package jasper was not found in the pkg-config search path.
679Perhaps you should add the directory containing `jasper.pc'
680to the PKG_CONFIG_PATH environment variable
681No package 'jasper' found
682configure:18223: $? = 1
683configure:18236: result: no
684No package 'jasper' found
685configure:18255: checking for jas_stream_freopen in -ljasper
686configure:18280: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ljasper   >&5
687configure:18280: $? = 0
688configure:18289: result: yes
689configure:18398: checking for dot
690configure:18416: found /opt/local/bin/dot
691configure:18429: result: /opt/local/bin/dot
692configure:18472: checking for LUA
693configure:18479: $PKG_CONFIG --exists --print-errors "lua >= $LUA_REQUIRED_VERSION"
694configure:18482: $? = 0
695configure:18495: $PKG_CONFIG --exists --print-errors "lua >= $LUA_REQUIRED_VERSION"
696configure:18498: $? = 0
697configure:18671: result: yes
698configure:18704: checking for AVFORMAT
699configure:18711: $PKG_CONFIG --exists --print-errors "libavformat libavcodec"
700configure:18714: $? = 0
701configure:18727: $PKG_CONFIG --exists --print-errors "libavformat libavcodec"
702configure:18730: $? = 0
703configure:18767: result: yes
704configure:18775: checking libavformat/avformat.h usability
705configure:18775: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include   -I/opt/local/include conftest.c >&5
706configure:18775: $? = 0
707configure:18775: result: yes
708configure:18775: checking libavformat/avformat.h presence
709configure:18775: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include   -I/opt/local/include conftest.c
710configure:18775: $? = 0
711configure:18775: result: yes
712configure:18775: checking for libavformat/avformat.h
713configure:18775: result: yes
714configure:18822: checking linux/videodev.h usability
715configure:18822: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include conftest.c >&5
716conftest.c:70:28: error: linux/videodev.h: No such file or directory
717configure:18822: $? = 1
718configure: failed program was:
719| /* confdefs.h */
720| #define PACKAGE_NAME "gegl"
721| #define PACKAGE_TARNAME "gegl"
722| #define PACKAGE_VERSION "0.1.6"
723| #define PACKAGE_STRING "gegl 0.1.6"
724| #define PACKAGE_BUGREPORT ""
725| #define PACKAGE_URL ""
726| #define GEGL_LIBRARY "gegl-0.1"
727| #define GEGL_UNSTABLE 1
728| #define STDC_HEADERS 1
729| #define HAVE_SYS_TYPES_H 1
730| #define HAVE_SYS_STAT_H 1
731| #define HAVE_STDLIB_H 1
732| #define HAVE_STRING_H 1
733| #define HAVE_MEMORY_H 1
734| #define HAVE_STRINGS_H 1
735| #define HAVE_INTTYPES_H 1
736| #define HAVE_STDINT_H 1
737| #define HAVE_UNISTD_H 1
738| #define HAVE_DLFCN_H 1
739| #define LT_OBJDIR ".libs/"
740| #define GEGL_GNUC_VARIADIC_MACROS 1
741| #define GEGL_ISO_VARIADIC_MACROS 1
742| #define GEGL_ISO_CXX_VARIADIC_MACROS 1
743| #define restrict __restrict
744| #define ARCH_X86 1
745| #define ARCH_X86_64 1
746| #define SHREXT ".dylib"
747| #define USE_MMX 1
748| #define USE_SSE 1
749| #define HAVE_GIO 1
750| #define HAVE_GTK 1
751| #define GETTEXT_PACKAGE "gegl-0.1"
752| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
753| #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
754| /* end confdefs.h.  */
755| #include <stdio.h>
756| #ifdef HAVE_SYS_TYPES_H
757| # include <sys/types.h>
758| #endif
759| #ifdef HAVE_SYS_STAT_H
760| # include <sys/stat.h>
761| #endif
762| #ifdef STDC_HEADERS
763| # include <stdlib.h>
764| # include <stddef.h>
765| #else
766| # ifdef HAVE_STDLIB_H
767| #  include <stdlib.h>
768| # endif
769| #endif
770| #ifdef HAVE_STRING_H
771| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
772| #  include <memory.h>
773| # endif
774| # include <string.h>
775| #endif
776| #ifdef HAVE_STRINGS_H
777| # include <strings.h>
778| #endif
779| #ifdef HAVE_INTTYPES_H
780| # include <inttypes.h>
781| #endif
782| #ifdef HAVE_STDINT_H
783| # include <stdint.h>
784| #endif
785| #ifdef HAVE_UNISTD_H
786| # include <unistd.h>
787| #endif
788| #include <linux/videodev.h>
789configure:18822: result: no
790configure:18822: checking linux/videodev.h presence
791configure:18822: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
792conftest.c:37:28: error: linux/videodev.h: No such file or directory
793configure:18822: $? = 1
794configure: failed program was:
795| /* confdefs.h */
796| #define PACKAGE_NAME "gegl"
797| #define PACKAGE_TARNAME "gegl"
798| #define PACKAGE_VERSION "0.1.6"
799| #define PACKAGE_STRING "gegl 0.1.6"
800| #define PACKAGE_BUGREPORT ""
801| #define PACKAGE_URL ""
802| #define GEGL_LIBRARY "gegl-0.1"
803| #define GEGL_UNSTABLE 1
804| #define STDC_HEADERS 1
805| #define HAVE_SYS_TYPES_H 1
806| #define HAVE_SYS_STAT_H 1
807| #define HAVE_STDLIB_H 1
808| #define HAVE_STRING_H 1
809| #define HAVE_MEMORY_H 1
810| #define HAVE_STRINGS_H 1
811| #define HAVE_INTTYPES_H 1
812| #define HAVE_STDINT_H 1
813| #define HAVE_UNISTD_H 1
814| #define HAVE_DLFCN_H 1
815| #define LT_OBJDIR ".libs/"
816| #define GEGL_GNUC_VARIADIC_MACROS 1
817| #define GEGL_ISO_VARIADIC_MACROS 1
818| #define GEGL_ISO_CXX_VARIADIC_MACROS 1
819| #define restrict __restrict
820| #define ARCH_X86 1
821| #define ARCH_X86_64 1
822| #define SHREXT ".dylib"
823| #define USE_MMX 1
824| #define USE_SSE 1
825| #define HAVE_GIO 1
826| #define HAVE_GTK 1
827| #define GETTEXT_PACKAGE "gegl-0.1"
828| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
829| #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
830| /* end confdefs.h.  */
831| #include <linux/videodev.h>
832configure:18822: result: no
833configure:18822: checking for linux/videodev.h
834configure:18822: result: no
835configure:18878: checking for run_spiro in -lspiro
836configure:18903: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lspiro   >&5
837configure:18903: $? = 0
838configure:18912: result: yes
839configure:18921: checking for spirolib.h
840configure:18923: checking for spiro.h
841configure:18923: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include conftest.c >&5
842configure:18923: $? = 0
843configure:18923: result: yes
844configure:18936: result: yes
845configure:18967: checking for EXIV2
846configure:18974: $PKG_CONFIG --exists --print-errors "exiv2"
847Package exiv2 was not found in the pkg-config search path.
848Perhaps you should add the directory containing `exiv2.pc'
849to the PKG_CONFIG_PATH environment variable
850No package 'exiv2' found
851configure:18977: $? = 1
852configure:18990: $PKG_CONFIG --exists --print-errors "exiv2"
853Package exiv2 was not found in the pkg-config search path.
854Perhaps you should add the directory containing `exiv2.pc'
855to the PKG_CONFIG_PATH environment variable
856No package 'exiv2' found
857configure:18993: $? = 1
858configure:19006: result: no
859No package 'exiv2' found
860configure:19067: checking for umfpack_dl_solve in -lumfpack
861configure:19092: /Developer/usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lumfpack   >&5
862ld: library not found for -lumfpack
863collect2: ld returned 1 exit status
864configure:19092: $? = 1
865configure: failed program was:
866| /* confdefs.h */
867| #define PACKAGE_NAME "gegl"
868| #define PACKAGE_TARNAME "gegl"
869| #define PACKAGE_VERSION "0.1.6"
870| #define PACKAGE_STRING "gegl 0.1.6"
871| #define PACKAGE_BUGREPORT ""
872| #define PACKAGE_URL ""
873| #define GEGL_LIBRARY "gegl-0.1"
874| #define GEGL_UNSTABLE 1
875| #define STDC_HEADERS 1
876| #define HAVE_SYS_TYPES_H 1
877| #define HAVE_SYS_STAT_H 1
878| #define HAVE_STDLIB_H 1
879| #define HAVE_STRING_H 1
880| #define HAVE_MEMORY_H 1
881| #define HAVE_STRINGS_H 1
882| #define HAVE_INTTYPES_H 1
883| #define HAVE_STDINT_H 1
884| #define HAVE_UNISTD_H 1
885| #define HAVE_DLFCN_H 1
886| #define LT_OBJDIR ".libs/"
887| #define GEGL_GNUC_VARIADIC_MACROS 1
888| #define GEGL_ISO_VARIADIC_MACROS 1
889| #define GEGL_ISO_CXX_VARIADIC_MACROS 1
890| #define restrict __restrict
891| #define ARCH_X86 1
892| #define ARCH_X86_64 1
893| #define SHREXT ".dylib"
894| #define USE_MMX 1
895| #define USE_SSE 1
896| #define HAVE_GIO 1
897| #define HAVE_GTK 1
898| #define GETTEXT_PACKAGE "gegl-0.1"
899| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
900| #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
901| #define HAVE_SPIRO 1
902| /* end confdefs.h.  */
903|
904| /* Override any GCC internal prototype to avoid an error.
905|    Use char because int might match the return type of a GCC
906|    builtin and then its argument prototype would still apply.  */
907| #ifdef __cplusplus
908| extern "C"
909| #endif
910| char umfpack_dl_solve ();
911| int
912| main ()
913| {
914| return umfpack_dl_solve ();
915|   ;
916|   return 0;
917| }
918configure:19101: result: no
919configure:19150: checking execinfo.h usability
920configure:19150: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -I/opt/local/include conftest.c >&5
921configure:19150: $? = 0
922configure:19150: result: yes
923configure:19150: checking execinfo.h presence
924configure:19150: /Developer/usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
925configure:19150: $? = 0
926configure:19150: result: yes
927configure:19150: checking for execinfo.h
928configure:19150: result: yes
929configure:19164: checking for w3m
930configure:19182: found /opt/local/bin/w3m
931configure:19195: result: /opt/local/bin/w3m
932configure:19248: checking to see if compiler understands -Wall
933configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -I/opt/local/include conftest.c >&5
934configure:19265: $? = 0
935configure:19280: result: yes
936configure:19248: checking to see if compiler understands -Wdeclaration-after-statement
937configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -I/opt/local/include conftest.c >&5
938configure:19265: $? = 0
939configure:19280: result: yes
940configure:19248: checking to see if compiler understands -Wmissing-prototypes
941configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -I/opt/local/include conftest.c >&5
942configure:19265: $? = 0
943configure:19280: result: yes
944configure:19248: checking to see if compiler understands -Wmissing-declarations
945configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -I/opt/local/include conftest.c >&5
946configure:19265: $? = 0
947configure:19280: result: yes
948configure:19248: checking to see if compiler understands -Winit-self
949configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -I/opt/local/include conftest.c >&5
950configure:19265: $? = 0
951configure:19280: result: yes
952configure:19248: checking to see if compiler understands -Wpointer-arith
953configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -I/opt/local/include conftest.c >&5
954configure:19265: $? = 0
955configure:19280: result: yes
956configure:19248: checking to see if compiler understands -Wold-style-definition
957configure:19265: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/opt/local/include conftest.c >&5
958conftest.c: In function 'main':
959conftest.c:42: warning: old-style function definition
960configure:19265: $? = 0
961configure:19280: result: yes
962configure:19574: creating ./config.status
963
964## ---------------------- ##
965## Running config.status. ##
966## ---------------------- ##
967
968This file was extended by gegl config.status 0.1.6, which was
969generated by GNU Autoconf 2.66.  Invocation command line was
970
971  CONFIG_FILES    =
972  CONFIG_HEADERS  =
973  CONFIG_LINKS    =
974  CONFIG_COMMANDS =
975  $ ./config.status
976
977on freds-i7-860.local
978
979config.status:1361: creating Makefile
980config.status:1361: creating bin/Makefile
981config.status:1361: creating gegl/Makefile
982config.status:1361: creating gegl/gegl-version.h
983config.status:1361: creating gegl/buffer/Makefile
984config.status:1361: creating gegl/graph/Makefile
985config.status:1361: creating gegl/module/Makefile
986config.status:1361: creating gegl/operation/Makefile
987config.status:1361: creating gegl/process/Makefile
988config.status:1361: creating gegl/property-types/Makefile
989config.status:1361: creating libs/Makefile
990config.status:1361: creating libs/rgbe/Makefile
991config.status:1361: creating operations/Makefile
992config.status:1361: creating operations/affine/Makefile
993config.status:1361: creating operations/core/Makefile
994config.status:1361: creating operations/common/Makefile
995config.status:1361: creating operations/common/perlin/Makefile
996config.status:1361: creating operations/external/Makefile
997config.status:1361: creating operations/generated/Makefile
998config.status:1361: creating operations/workshop/Makefile
999config.status:1361: creating operations/workshop/external/Makefile
1000config.status:1361: creating operations/workshop/generated/Makefile
1001config.status:1361: creating tools/Makefile
1002config.status:1361: creating docs/Makefile
1003config.status:1361: creating docs/index-static.txt
1004config.status:1361: creating docs/gallery/Makefile
1005config.status:1361: creating docs/gallery/data/Makefile
1006config.status:1361: creating examples/Makefile
1007config.status:1361: creating examples/data/Makefile
1008config.status:1361: creating tests/Makefile
1009config.status:1361: creating tests/buffer/Makefile
1010config.status:1361: creating tests/buffer/reference/Makefile
1011config.status:1361: creating tests/buffer/tests/Makefile
1012config.status:1361: creating tests/compositions/Makefile
1013config.status:1361: creating tests/compositions/data/Makefile
1014config.status:1361: creating tests/simple/Makefile
1015config.status:1361: creating gegl.pc
1016config.status:1361: creating gegl-uninstalled.pc
1017config.status:1361: creating config.h
1018config.status:1589: executing depfiles commands
1019config.status:1589: executing libtool commands
1020configure:22147: result:
1021Building GEGL with prefix=/opt/local
1022
1023Optional features:
1024  GEGL docs:       no
1025  Build workshop:  no
1026  Build website:   yes
1027  SIMD:            sse:yes mmx:yes
1028
1029Optional dependencies:
1030  asciidoc:        yes
1031  enscript:        yes
1032  GIO:             yes
1033  GTK+:            yes
1034  Ruby:            yes
1035  Lua:             yes
1036  Cairo:           yes
1037  Pango:           yes
1038  pangocairo:      yes
1039  GDKPixbuf:       yes
1040  JPEG:            yes
1041  PNG:             yes
1042  OpenEXR:         yes
1043  rsvg:            yes
1044  SDL:             yes
1045  openraw:         yes
1046  Jasper:          yes
1047  graphviz:        yes
1048  avformat:        yes
1049  V4L:             no
1050  spiro:           yes
1051  EXIV:            no  (exiv2 library not found)
1052  umfpack:         no  (usable umfpack library not found)
1053
1054
1055## ---------------- ##
1056## Cache variables. ##
1057## ---------------- ##
1058
1059ac_cv_build=x86_64-apple-darwin11.1.0
1060ac_cv_c_compiler_gnu=yes
1061ac_cv_c_restrict=__restrict
1062ac_cv_cxx_compiler_gnu=yes
1063ac_cv_env_AVFORMAT_CFLAGS_set=
1064ac_cv_env_AVFORMAT_CFLAGS_value=
1065ac_cv_env_AVFORMAT_LIBS_set=
1066ac_cv_env_AVFORMAT_LIBS_value=
1067ac_cv_env_BABL_CFLAGS_set=
1068ac_cv_env_BABL_CFLAGS_value=
1069ac_cv_env_BABL_LIBS_set=
1070ac_cv_env_BABL_LIBS_value=
1071ac_cv_env_CAIRO_CFLAGS_set=
1072ac_cv_env_CAIRO_CFLAGS_value=
1073ac_cv_env_CAIRO_LIBS_set=
1074ac_cv_env_CAIRO_LIBS_value=
1075ac_cv_env_CCC_set=
1076ac_cv_env_CCC_value=
1077ac_cv_env_CC_set=set
1078ac_cv_env_CC_value=/Developer/usr/bin/llvm-gcc-4.2
1079ac_cv_env_CFLAGS_set=set
1080ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
1081ac_cv_env_CPPFLAGS_set=set
1082ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1083ac_cv_env_CPP_set=
1084ac_cv_env_CPP_value=
1085ac_cv_env_CXXCPP_set=
1086ac_cv_env_CXXCPP_value=
1087ac_cv_env_CXXFLAGS_set=set
1088ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
1089ac_cv_env_CXX_set=set
1090ac_cv_env_CXX_value=/Developer/usr/bin/llvm-g++-4.2
1091ac_cv_env_DEP_CFLAGS_set=
1092ac_cv_env_DEP_CFLAGS_value=
1093ac_cv_env_DEP_LIBS_set=
1094ac_cv_env_DEP_LIBS_value=
1095ac_cv_env_EXIV2_CFLAGS_set=
1096ac_cv_env_EXIV2_CFLAGS_value=
1097ac_cv_env_EXIV2_LIBS_set=
1098ac_cv_env_EXIV2_LIBS_value=
1099ac_cv_env_GDK_PIXBUF_CFLAGS_set=
1100ac_cv_env_GDK_PIXBUF_CFLAGS_value=
1101ac_cv_env_GDK_PIXBUF_LIBS_set=
1102ac_cv_env_GDK_PIXBUF_LIBS_value=
1103ac_cv_env_GIO_CFLAGS_set=
1104ac_cv_env_GIO_CFLAGS_value=
1105ac_cv_env_GIO_LIBS_set=
1106ac_cv_env_GIO_LIBS_value=
1107ac_cv_env_GTK_CFLAGS_set=
1108ac_cv_env_GTK_CFLAGS_value=
1109ac_cv_env_GTK_LIBS_set=
1110ac_cv_env_GTK_LIBS_value=
1111ac_cv_env_JASPER_CFLAGS_set=
1112ac_cv_env_JASPER_CFLAGS_value=
1113ac_cv_env_JASPER_LIBS_set=
1114ac_cv_env_JASPER_LIBS_value=
1115ac_cv_env_LDFLAGS_set=set
1116ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
1117ac_cv_env_LIBS_set=
1118ac_cv_env_LIBS_value=
1119ac_cv_env_LUA_CFLAGS_set=
1120ac_cv_env_LUA_CFLAGS_value=
1121ac_cv_env_LUA_LIBS_set=
1122ac_cv_env_LUA_LIBS_value=
1123ac_cv_env_OPENEXR_CFLAGS_set=
1124ac_cv_env_OPENEXR_CFLAGS_value=
1125ac_cv_env_OPENEXR_LIBS_set=
1126ac_cv_env_OPENEXR_LIBS_value=
1127ac_cv_env_OPENRAW_CFLAGS_set=
1128ac_cv_env_OPENRAW_CFLAGS_value=
1129ac_cv_env_OPENRAW_LIBS_set=
1130ac_cv_env_OPENRAW_LIBS_value=
1131ac_cv_env_PANGOCAIRO_CFLAGS_set=
1132ac_cv_env_PANGOCAIRO_CFLAGS_value=
1133ac_cv_env_PANGOCAIRO_LIBS_set=
1134ac_cv_env_PANGOCAIRO_LIBS_value=
1135ac_cv_env_PANGO_CFLAGS_set=
1136ac_cv_env_PANGO_CFLAGS_value=
1137ac_cv_env_PANGO_LIBS_set=
1138ac_cv_env_PANGO_LIBS_value=
1139ac_cv_env_PKG_CONFIG_LIBDIR_set=
1140ac_cv_env_PKG_CONFIG_LIBDIR_value=
1141ac_cv_env_PKG_CONFIG_PATH_set=
1142ac_cv_env_PKG_CONFIG_PATH_value=
1143ac_cv_env_PKG_CONFIG_set=
1144ac_cv_env_PKG_CONFIG_value=
1145ac_cv_env_PNG_CFLAGS_set=
1146ac_cv_env_PNG_CFLAGS_value=
1147ac_cv_env_PNG_LIBS_set=
1148ac_cv_env_PNG_LIBS_value=
1149ac_cv_env_RSVG_CFLAGS_set=
1150ac_cv_env_RSVG_CFLAGS_value=
1151ac_cv_env_RSVG_LIBS_set=
1152ac_cv_env_RSVG_LIBS_value=
1153ac_cv_env_build_alias_set=set
1154ac_cv_env_build_alias_value=x86_64-apple-darwin11.1.0
1155ac_cv_env_host_alias_set=
1156ac_cv_env_host_alias_value=
1157ac_cv_env_target_alias_set=
1158ac_cv_env_target_alias_value=
1159ac_cv_func_bind_textdomain_codeset=yes
1160ac_cv_gegl_aclocal_flags=
1161ac_cv_header_dlfcn_h=yes
1162ac_cv_header_execinfo_h=yes
1163ac_cv_header_inttypes_h=yes
1164ac_cv_header_libavformat_avformat_h=yes
1165ac_cv_header_linux_videodev_h=no
1166ac_cv_header_memory_h=yes
1167ac_cv_header_spiro_h=yes
1168ac_cv_header_stdc=yes
1169ac_cv_header_stdint_h=yes
1170ac_cv_header_stdlib_h=yes
1171ac_cv_header_string_h=yes
1172ac_cv_header_strings_h=yes
1173ac_cv_header_sys_stat_h=yes
1174ac_cv_header_sys_types_h=yes
1175ac_cv_header_unistd_h=yes
1176ac_cv_host=x86_64-apple-darwin11.1.0
1177ac_cv_lib_dl_dlopen=yes
1178ac_cv_lib_jasper_jas_stream_freopen=yes
1179ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
1180ac_cv_lib_jpeg_jpeg_save_markers=yes
1181ac_cv_lib_spiro_run_spiro=yes
1182ac_cv_lib_umfpack_umfpack_dl_solve=no
1183ac_cv_objext=o
1184ac_cv_path_ASCIIDOC=/opt/local/bin/asciidoc
1185ac_cv_path_DOT=/opt/local/bin/dot
1186ac_cv_path_EGREP='/usr/bin/grep -E'
1187ac_cv_path_ENSCRIPT=/usr/bin/enscript
1188ac_cv_path_FGREP='/usr/bin/grep -F'
1189ac_cv_path_GRAPHVIZ=/opt/local/bin/dot
1190ac_cv_path_GREP=/usr/bin/grep
1191ac_cv_path_GTKDOC_CHECK=/opt/local/bin/gtkdoc-check
1192ac_cv_path_GTKDOC_MKPDF=/opt/local/bin/gtkdoc-mkpdf
1193ac_cv_path_GTKDOC_REBASE=/opt/local/bin/gtkdoc-rebase
1194ac_cv_path_SDL_CONFIG=/opt/local/bin/sdl-config
1195ac_cv_path_SED=/opt/local/bin/gsed
1196ac_cv_path_W3M=/opt/local/bin/w3m
1197ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
1198ac_cv_prog_AWK=awk
1199ac_cv_prog_CPP='/Developer/usr/bin/llvm-gcc-4.2 -E'
1200ac_cv_prog_CXXCPP='/Developer/usr/bin/llvm-g++-4.2 -E'
1201ac_cv_prog_PERL=perl5
1202ac_cv_prog_RUBY=yes
1203ac_cv_prog_ac_ct_AR=ar
1204ac_cv_prog_ac_ct_CC=/Developer/usr/bin/llvm-gcc-4.2
1205ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1206ac_cv_prog_ac_ct_LIPO=lipo
1207ac_cv_prog_ac_ct_NMEDIT=nmedit
1208ac_cv_prog_ac_ct_OBJDUMP=objdump
1209ac_cv_prog_ac_ct_OTOOL=otool
1210ac_cv_prog_ac_ct_RANLIB=ranlib
1211ac_cv_prog_ac_ct_STRIP=strip
1212ac_cv_prog_cc_c89=
1213ac_cv_prog_cc_g=yes
1214ac_cv_prog_cxx_g=yes
1215ac_cv_prog_make_make_set=yes
1216ac_cv_search_strerror='none required'
1217ac_cv_sys_file_offset_bits=no
1218ac_cv_sys_largefile_CC=no
1219am_cv_CC_dependencies_compiler_type=gcc3
1220am_cv_CXX_dependencies_compiler_type=gcc3
1221gegl_cv_prog_c_variadic_macros=yes
1222gegl_cv_prog_cxx_variadic_macros=yes
1223gegl_cv_prog_gnuc_variadic_macros=yes
1224lt_cv_apple_cc_single_mod=yes
1225lt_cv_deplibs_check_method=pass_all
1226lt_cv_dlopen=dlopen
1227lt_cv_dlopen_libs=-ldl
1228lt_cv_dlopen_self=yes
1229lt_cv_dlopen_self_static=yes
1230lt_cv_file_magic_cmd='$MAGIC_CMD'
1231lt_cv_file_magic_test_file=
1232lt_cv_ld_exported_symbols_list=yes
1233lt_cv_ld_force_load=yes
1234lt_cv_ld_reload_flag=-r
1235lt_cv_nm_interface='BSD nm'
1236lt_cv_objdir=.libs
1237lt_cv_path_LD=/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
1238lt_cv_path_LDCXX=/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
1239lt_cv_path_NM=/usr/bin/nm
1240lt_cv_prog_compiler_c_o=yes
1241lt_cv_prog_compiler_c_o_CXX=yes
1242lt_cv_prog_compiler_pic_works=yes
1243lt_cv_prog_compiler_pic_works_CXX=yes
1244lt_cv_prog_compiler_rtti_exceptions=no
1245lt_cv_prog_compiler_static_works=no
1246lt_cv_prog_compiler_static_works_CXX=no
1247lt_cv_prog_gnu_ld=no
1248lt_cv_prog_gnu_ldcxx=no
1249lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
1250lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1251lt_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'\'''
1252lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1253lt_cv_sys_max_cmd_len=196608
1254pkg_cv_AVFORMAT_CFLAGS='-I/opt/local/include  '
1255pkg_cv_AVFORMAT_LIBS='-L/opt/local/lib -lavformat -lavcodec  '
1256pkg_cv_BABL_CFLAGS='-I/opt/local/include/babl-0.1  '
1257pkg_cv_BABL_LIBS='-L/opt/local/lib -lbabl-0.1 -lm  '
1258pkg_cv_CAIRO_CFLAGS='-D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1259pkg_cv_CAIRO_LIBS='-L/opt/local/lib -lcairo  '
1260pkg_cv_DEP_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1261pkg_cv_DEP_LIBS='-L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  '
1262pkg_cv_GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng14 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1263pkg_cv_GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lglib-2.0 -lintl  '
1264pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1265pkg_cv_GIO_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1266pkg_cv_GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1267pkg_cv_GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpng14 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1268pkg_cv_LUA_CFLAGS='-I/opt/local/include  '
1269pkg_cv_LUA_LIBS='-L/opt/local/lib -llua -lm  '
1270pkg_cv_OPENEXR_CFLAGS='-D_THREAD_SAFE -I/opt/local/include/OpenEXR  '
1271pkg_cv_OPENEXR_LIBS='-L/opt/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread  '
1272pkg_cv_OPENRAW_CFLAGS='-I/opt/local/include/libopenraw-1.0 -I/opt/local/include  '
1273pkg_cv_OPENRAW_LIBS='-L/opt/local/lib -lopenraw  '
1274pkg_cv_PANGOCAIRO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1275pkg_cv_PANGOCAIRO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1276pkg_cv_PANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1277pkg_cv_PANGO_LIBS='-L/opt/local/lib -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1278pkg_cv_PNG_CFLAGS='-I/opt/local/include/libpng14  '
1279pkg_cv_PNG_LIBS='-L/opt/local/lib -lpng14  '
1280pkg_cv_RSVG_CFLAGS='-D_REENTRANT -I/opt/local/include/librsvg-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/libpng14 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2  '
1281pkg_cv_RSVG_LIBS='-L/opt/local/lib -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lglib-2.0 -lintl  '
1282
1283## ----------------- ##
1284## Output variables. ##
1285## ----------------- ##
1286
1287ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run aclocal-1.11 '
1288AMDEPBACKSLASH='\'
1289AMDEP_FALSE='#'
1290AMDEP_TRUE=''
1291AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run tar'
1292AM_BACKSLASH='\'
1293AM_DEFAULT_VERBOSITY='0'
1294AR='ar'
1295AS='as'
1296ASCIIDOC='/opt/local/bin/asciidoc'
1297AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run autoconf'
1298AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run autoheader'
1299AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run automake-1.11'
1300AVFORMAT_CFLAGS='-I/opt/local/include  '
1301AVFORMAT_LIBS='-L/opt/local/lib -lavformat -lavcodec  '
1302AWK='awk'
1303BABL_CFLAGS='-I/opt/local/include/babl-0.1  '
1304BABL_LIBS='-L/opt/local/lib -lbabl-0.1 -lm  '
1305CAIRO_CFLAGS='-D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1306CAIRO_LIBS='-L/opt/local/lib -lcairo  '
1307CC='/Developer/usr/bin/llvm-gcc-4.2'
1308CCDEPMODE='depmode=gcc3'
1309CFLAGS='-pipe -O2 -arch x86_64 -mmmx -msse -ftree-vectorize -ffast-math -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition'
1310CPP='/Developer/usr/bin/llvm-gcc-4.2 -E'
1311CPPFLAGS='-I/opt/local/include'
1312CXX='/Developer/usr/bin/llvm-g++-4.2'
1313CXXCPP='/Developer/usr/bin/llvm-g++-4.2 -E'
1314CXXDEPMODE='depmode=gcc3'
1315CXXFLAGS='-pipe -O2 -arch x86_64'
1316CYGPATH_W='echo'
1317DEFS='-DHAVE_CONFIG_H'
1318DEPDIR='.deps'
1319DEP_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1320DEP_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1321DLLTOOL='dlltool'
1322DOT='/opt/local/bin/dot'
1323DSYMUTIL='dsymutil'
1324DUMPBIN=''
1325ECHO_C='\c'
1326ECHO_N=''
1327ECHO_T=''
1328EGREP='/usr/bin/grep -E'
1329ENABLE_DOCS_FALSE=''
1330ENABLE_DOCS_TRUE='#'
1331ENABLE_GTK_DOC_FALSE=''
1332ENABLE_GTK_DOC_TRUE='#'
1333ENABLE_WORKSHOP_FALSE=''
1334ENABLE_WORKSHOP_TRUE='#'
1335ENSCRIPT='/usr/bin/enscript'
1336EXEEXT=''
1337EXIV2_CFLAGS=''
1338EXIV2_CXXFLAGS=''
1339EXIV2_LIBS=''
1340FGREP='/usr/bin/grep -F'
1341GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng14 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1342GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lglib-2.0 -lintl  '
1343GEGL_API_VERSION='0.1'
1344GEGL_BINARY_AGE='106'
1345GEGL_CURRENT_MINUS_AGE='0'
1346GEGL_INTERFACE_AGE='1'
1347GEGL_LIBRARY_VERSION='105:1:105'
1348GEGL_LOCALEDIR='${datarootdir}/locale'
1349GEGL_MAJOR_VERSION='0'
1350GEGL_MICRO_VERSION='6'
1351GEGL_MINOR_VERSION='1'
1352GEGL_REAL_VERSION='0.1.6'
1353GEGL_RELEASE='0.1'
1354GEGL_UNSTABLE_FALSE='#'
1355GEGL_UNSTABLE_TRUE=''
1356GEGL_VERSION='0.1.6'
1357GIO_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1358GIO_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1359GLIB_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1360GLIB_GENMARSHAL='glib-genmarshal'
1361GLIB_LIBS='-L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  '
1362GLIB_MKENUMS='glib-mkenums'
1363GLIB_PACKAGES='gobject-2.0 gmodule-2.0  gio-2.0'
1364GLIB_REQUIRED_VERSION='2.22.0'
1365GOBJECT_QUERY='gobject-query'
1366GRAPHVIZ='/opt/local/bin/dot'
1367GREP='/usr/bin/grep'
1368GTKDOC_CHECK='/opt/local/bin/gtkdoc-check'
1369GTKDOC_MKPDF='/opt/local/bin/gtkdoc-mkpdf'
1370GTKDOC_REBASE='/opt/local/bin/gtkdoc-rebase'
1371GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1372GTK_DOC_BUILD_HTML_FALSE='#'
1373GTK_DOC_BUILD_HTML_TRUE=''
1374GTK_DOC_BUILD_PDF_FALSE=''
1375GTK_DOC_BUILD_PDF_TRUE='#'
1376GTK_DOC_USE_LIBTOOL_FALSE='#'
1377GTK_DOC_USE_LIBTOOL_TRUE=''
1378GTK_DOC_USE_REBASE_FALSE='#'
1379GTK_DOC_USE_REBASE_TRUE=''
1380GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpng14 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1381GTK_REQUIRED_VERSION='2.18.0'
1382HAVE_ASCIIDOC_FALSE='#'
1383HAVE_ASCIIDOC_TRUE=''
1384HAVE_AVFORMAT_FALSE='#'
1385HAVE_AVFORMAT_TRUE=''
1386HAVE_CAIRO_FALSE='#'
1387HAVE_CAIRO_TRUE=''
1388HAVE_DOT_FALSE='#'
1389HAVE_DOT_TRUE=''
1390HAVE_ENSCRIPT_FALSE='#'
1391HAVE_ENSCRIPT_TRUE=''
1392HAVE_EXIV2_FALSE=''
1393HAVE_EXIV2_TRUE='#'
1394HAVE_GDK_PIXBUF_FALSE='#'
1395HAVE_GDK_PIXBUF_TRUE=''
1396HAVE_GIO_FALSE='#'
1397HAVE_GIO_TRUE=''
1398HAVE_GRAPHVIZ_FALSE='#'
1399HAVE_GRAPHVIZ_TRUE=''
1400HAVE_GTK_FALSE='#'
1401HAVE_GTK_TRUE=''
1402HAVE_JASPER_FALSE='#'
1403HAVE_JASPER_TRUE=''
1404HAVE_JPEG_FALSE='#'
1405HAVE_JPEG_TRUE=''
1406HAVE_LUA_FALSE='#'
1407HAVE_LUA_TRUE=''
1408HAVE_OPENEXR_FALSE='#'
1409HAVE_OPENEXR_TRUE=''
1410HAVE_OPENRAW_FALSE='#'
1411HAVE_OPENRAW_TRUE=''
1412HAVE_PANGOCAIRO_FALSE='#'
1413HAVE_PANGOCAIRO_TRUE=''
1414HAVE_PANGO_FALSE='#'
1415HAVE_PANGO_TRUE=''
1416HAVE_PNG_FALSE='#'
1417HAVE_PNG_TRUE=''
1418HAVE_RSVG_FALSE='#'
1419HAVE_RSVG_TRUE=''
1420HAVE_RUBY_FALSE='#'
1421HAVE_RUBY_TRUE=''
1422HAVE_SDL_FALSE='#'
1423HAVE_SDL_TRUE=''
1424HAVE_SPIRO_FALSE='#'
1425HAVE_SPIRO_TRUE=''
1426HAVE_UMFPACK_FALSE=''
1427HAVE_UMFPACK_TRUE='#'
1428HAVE_V4L_FALSE=''
1429HAVE_V4L_TRUE='#'
1430HAVE_W3M_FALSE='#'
1431HAVE_W3M_TRUE=''
1432HTML_DIR='${datadir}/gtk-doc/html'
1433INSTALL_DATA='${INSTALL} -m 644'
1434INSTALL_PROGRAM='${INSTALL}'
1435INSTALL_SCRIPT='${INSTALL}'
1436INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1437JASPER_CFLAGS=''
1438JASPER_LIBS='-ljasper'
1439LD='/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld'
1440LDFLAGS='-L/opt/local/lib -arch x86_64'
1441LIBJPEG='-ljpeg'
1442LIBOBJS=''
1443LIBS=''
1444LIBSPIRO='-lspiro'
1445LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1446LIPO='lipo'
1447LN_S='ln -s'
1448LTLIBOBJS=''
1449LUA_CFLAGS='-I/opt/local/include  '
1450LUA_LIBS='-L/opt/local/lib -llua -lm  '
1451LUA_REQUIRED_VERSION='5.1.0'
1452MAINT='#'
1453MAINTAINER_MODE_FALSE=''
1454MAINTAINER_MODE_TRUE='#'
1455MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/missing --run makeinfo'
1456MATH_LIB='-lm'
1457MKDIR_P='./install-sh -c -d'
1458MMX_EXTRA_CFLAGS='-mmmx'
1459NM='/usr/bin/nm'
1460NMEDIT='nmedit'
1461OBJDUMP='objdump'
1462OBJEXT='o'
1463OPENEXR_CFLAGS='-D_THREAD_SAFE -I/opt/local/include/OpenEXR  '
1464OPENEXR_LIBS='-L/opt/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread  '
1465OPENRAW_CFLAGS='-I/opt/local/include/libopenraw-1.0 -I/opt/local/include  '
1466OPENRAW_LIBS='-L/opt/local/lib -lopenraw  '
1467OS_UNIX_FALSE='#'
1468OS_UNIX_TRUE=''
1469OS_WIN32_FALSE=''
1470OS_WIN32_TRUE='#'
1471OTOOL64=':'
1472OTOOL='otool'
1473PACKAGE='gegl'
1474PACKAGE_BUGREPORT=''
1475PACKAGE_NAME='gegl'
1476PACKAGE_STRING='gegl 0.1.6'
1477PACKAGE_TARNAME='gegl'
1478PACKAGE_URL=''
1479PACKAGE_VERSION='0.1.6'
1480PANGOCAIRO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1481PANGOCAIRO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1482PANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1483PANGO_LIBS='-L/opt/local/lib -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  '
1484PATH_SEP=''
1485PATH_SEPARATOR=':'
1486PERL='perl5'
1487PKG_CONFIG='/opt/local/bin/pkg-config'
1488PKG_CONFIG_LIBDIR=''
1489PKG_CONFIG_PATH=''
1490PLATFORM_DARWIN_FALSE='#'
1491PLATFORM_DARWIN_TRUE=''
1492PLATFORM_WIN32_FALSE=''
1493PLATFORM_WIN32_TRUE='#'
1494PNG_CFLAGS='-I/opt/local/include/libpng14  '
1495PNG_LIBS='-L/opt/local/lib -lpng14  '
1496RANLIB='ranlib'
1497RSVG_CFLAGS='-D_REENTRANT -I/opt/local/include/librsvg-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/libpng14 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2  '
1498RSVG_LIBS='-L/opt/local/lib -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lglib-2.0 -lintl  '
1499RUBY='yes'
1500RUBY_BIN='yes'
1501SDL_CFLAGS='-I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE'
1502SDL_CONFIG='/opt/local/bin/sdl-config'
1503SDL_LIBS='-L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa'
1504SED='/opt/local/bin/gsed'
1505SET_MAKE=''
1506SHELL='/bin/sh'
1507SHREXT='.dylib'
1508SSE_EXTRA_CFLAGS='-msse -ftree-vectorize -ffast-math'
1509STRIP='strip'
1510UMFPACK_CFLAGS=''
1511UMFPACK_LIBS=''
1512VERSION='0.1.6'
1513W3M='/opt/local/bin/w3m'
1514ac_ct_CC='/Developer/usr/bin/llvm-gcc-4.2'
1515ac_ct_CXX=''
1516ac_ct_DUMPBIN=''
1517am__EXEEXT_FALSE=''
1518am__EXEEXT_TRUE='#'
1519am__fastdepCC_FALSE='#'
1520am__fastdepCC_TRUE=''
1521am__fastdepCXX_FALSE='#'
1522am__fastdepCXX_TRUE=''
1523am__include='include'
1524am__isrc=''
1525am__leading_dot='.'
1526am__quote=''
1527am__tar='${AMTAR} chof - "$$tardir"'
1528am__untar='${AMTAR} xf -'
1529bindir='${exec_prefix}/bin'
1530build='x86_64-apple-darwin11.1.0'
1531build_alias='x86_64-apple-darwin11.1.0'
1532build_cpu='x86_64'
1533build_os='darwin11.1.0'
1534build_vendor='apple'
1535datadir='${datarootdir}'
1536datarootdir='${prefix}/share'
1537docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1538dvidir='${docdir}'
1539exec_prefix='${prefix}'
1540gegltargetlib='libgegl-0.1.la'
1541host='x86_64-apple-darwin11.1.0'
1542host_alias=''
1543host_cpu='x86_64'
1544host_os='darwin11.1.0'
1545host_vendor='apple'
1546htmldir='${docdir}'
1547includedir='${prefix}/include'
1548infodir='${datarootdir}/info'
1549install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gegl/gegl/work/gegl-0.1.6/install-sh'
1550libdir='${exec_prefix}/lib'
1551libexecdir='${exec_prefix}/libexec'
1552localedir='${datarootdir}/locale'
1553localstatedir='${prefix}/var'
1554mandir='${datarootdir}/man'
1555mkdir_p='$(top_builddir)/./install-sh -c -d'
1556oldincludedir='/usr/include'
1557pdfdir='${docdir}'
1558prefix='/opt/local'
1559program_transform_name='s,x,x,'
1560psdir='${docdir}'
1561sbindir='${exec_prefix}/sbin'
1562sharedstatedir='${prefix}/com'
1563sysconfdir='${prefix}/etc'
1564target_alias=''
1565
1566## ----------- ##
1567## confdefs.h. ##
1568## ----------- ##
1569
1570/* confdefs.h */
1571#define PACKAGE_NAME "gegl"
1572#define PACKAGE_TARNAME "gegl"
1573#define PACKAGE_VERSION "0.1.6"
1574#define PACKAGE_STRING "gegl 0.1.6"
1575#define PACKAGE_BUGREPORT ""
1576#define PACKAGE_URL ""
1577#define GEGL_LIBRARY "gegl-0.1"
1578#define GEGL_UNSTABLE 1
1579#define STDC_HEADERS 1
1580#define HAVE_SYS_TYPES_H 1
1581#define HAVE_SYS_STAT_H 1
1582#define HAVE_STDLIB_H 1
1583#define HAVE_STRING_H 1
1584#define HAVE_MEMORY_H 1
1585#define HAVE_STRINGS_H 1
1586#define HAVE_INTTYPES_H 1
1587#define HAVE_STDINT_H 1
1588#define HAVE_UNISTD_H 1
1589#define HAVE_DLFCN_H 1
1590#define LT_OBJDIR ".libs/"
1591#define GEGL_GNUC_VARIADIC_MACROS 1
1592#define GEGL_ISO_VARIADIC_MACROS 1
1593#define GEGL_ISO_CXX_VARIADIC_MACROS 1
1594#define restrict __restrict
1595#define ARCH_X86 1
1596#define ARCH_X86_64 1
1597#define SHREXT ".dylib"
1598#define USE_MMX 1
1599#define USE_SSE 1
1600#define HAVE_GIO 1
1601#define HAVE_GTK 1
1602#define GETTEXT_PACKAGE "gegl-0.1"
1603#define HAVE_BIND_TEXTDOMAIN_CODESET 1
1604#define HAVE_LIBAVFORMAT_AVFORMAT_H 1
1605#define HAVE_SPIRO 1
1606#define HAVE_EXECINFO_H 1
1607
1608configure: exit 0