Ticket #36057: config.log

File config.log, 40.1 KB (added by maartenversteegh@…, 12 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 libedit configure 3.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --disable-dependency-tracking --enable-widec --disable-dependency-tracking
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Maarten-Versteeghs-MacBook-Pro.local
14uname -m = i386
15uname -r = 10.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
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 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 106 tasks, 506 threads, 4 processors
34Load average: 1.88, Mach factor: 2.11
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:2371: checking for gcc
52configure:2398: result: /usr/bin/gcc-4.2
53configure:2627: checking for C compiler version
54configure:2636: /usr/bin/gcc-4.2 --version >&5
55i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
56Copyright (C) 2007 Free Software Foundation, Inc.
57This is free software; see the source for copying conditions.  There is NO
58warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59
60configure:2647: $? = 0
61configure:2636: /usr/bin/gcc-4.2 -v >&5
62Using built-in specs.
63Target: i686-apple-darwin10
64Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
65Thread model: posix
66gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
67configure:2647: $? = 0
68configure:2636: /usr/bin/gcc-4.2 -V >&5
69gcc-4.2: argument to `-V' is missing
70configure:2647: $? = 1
71configure:2636: /usr/bin/gcc-4.2 -qversion >&5
72i686-apple-darwin10-gcc-4.2.1: no input files
73configure:2647: $? = 1
74configure:2667: checking whether the C compiler works
75configure:2689: /usr/bin/gcc-4.2 -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c  >&5
76configure:2693: $? = 0
77configure:2741: result: yes
78configure:2744: checking for C compiler default output file name
79configure:2746: result: a.out
80configure:2752: checking for suffix of executables
81configure:2759: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c  >&5
82configure:2763: $? = 0
83configure:2785: result:
84configure:2807: checking whether we are cross compiling
85configure:2815: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c  >&5
86configure:2819: $? = 0
87configure:2826: ./conftest
88configure:2830: $? = 0
89configure:2845: result: no
90configure:2850: checking for suffix of object files
91configure:2872: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
92configure:2876: $? = 0
93configure:2897: result: o
94configure:2901: checking whether we are using the GNU C compiler
95configure:2920: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
96configure:2920: $? = 0
97configure:2929: result: yes
98configure:2938: checking whether /usr/bin/gcc-4.2 accepts -g
99configure:2958: /usr/bin/gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
100configure:2958: $? = 0
101configure:2999: result: yes
102configure:3016: checking for /usr/bin/gcc-4.2 option to accept ISO C89
103configure:3079: /usr/bin/gcc-4.2  -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
104configure:3079: $? = 0
105configure:3092: result: none needed
106configure:3118: checking how to run the C preprocessor
107configure:3149: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
108configure:3149: $? = 0
109configure:3163: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
110conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
111configure:3163: $? = 1
112configure: failed program was:
113| /* confdefs.h */
114| #define PACKAGE_NAME "libedit"
115| #define PACKAGE_TARNAME "libedit-20120601"
116| #define PACKAGE_VERSION "3.0"
117| #define PACKAGE_STRING "libedit 3.0"
118| #define PACKAGE_BUGREPORT ""
119| #define PACKAGE_URL ""
120| /* end confdefs.h.  */
121| #include <ac_nonexistent.h>
122configure:3188: result: /usr/bin/gcc-4.2 -E
123configure:3208: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
124configure:3208: $? = 0
125configure:3222: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
126conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
127configure:3222: $? = 1
128configure: failed program was:
129| /* confdefs.h */
130| #define PACKAGE_NAME "libedit"
131| #define PACKAGE_TARNAME "libedit-20120601"
132| #define PACKAGE_VERSION "3.0"
133| #define PACKAGE_STRING "libedit 3.0"
134| #define PACKAGE_BUGREPORT ""
135| #define PACKAGE_URL ""
136| /* end confdefs.h.  */
137| #include <ac_nonexistent.h>
138configure:3251: checking for grep that handles long lines and -e
139configure:3309: result: /usr/bin/grep
140configure:3314: checking for egrep
141configure:3376: result: /usr/bin/grep -E
142configure:3381: checking for ANSI C header files
143configure:3401: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
144configure:3401: $? = 0
145configure:3474: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c  >&5
146configure:3474: $? = 0
147configure:3474: ./conftest
148configure:3474: $? = 0
149configure:3485: result: yes
150configure:3498: checking for sys/types.h
151configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
152configure:3498: $? = 0
153configure:3498: result: yes
154configure:3498: checking for sys/stat.h
155configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
156configure:3498: $? = 0
157configure:3498: result: yes
158configure:3498: checking for stdlib.h
159configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
160configure:3498: $? = 0
161configure:3498: result: yes
162configure:3498: checking for string.h
163configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
164configure:3498: $? = 0
165configure:3498: result: yes
166configure:3498: checking for memory.h
167configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
168configure:3498: $? = 0
169configure:3498: result: yes
170configure:3498: checking for strings.h
171configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
172configure:3498: $? = 0
173configure:3498: result: yes
174configure:3498: checking for inttypes.h
175configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
176configure:3498: $? = 0
177configure:3498: result: yes
178configure:3498: checking for stdint.h
179configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
180configure:3498: $? = 0
181configure:3498: result: yes
182configure:3498: checking for unistd.h
183configure:3498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
184configure:3498: $? = 0
185configure:3498: result: yes
186configure:3511: checking minix/config.h usability
187configure:3511: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
188conftest.c:52:26: error: minix/config.h: No such file or directory
189configure:3511: $? = 1
190configure: failed program was:
191| /* confdefs.h */
192| #define PACKAGE_NAME "libedit"
193| #define PACKAGE_TARNAME "libedit-20120601"
194| #define PACKAGE_VERSION "3.0"
195| #define PACKAGE_STRING "libedit 3.0"
196| #define PACKAGE_BUGREPORT ""
197| #define PACKAGE_URL ""
198| #define STDC_HEADERS 1
199| #define HAVE_SYS_TYPES_H 1
200| #define HAVE_SYS_STAT_H 1
201| #define HAVE_STDLIB_H 1
202| #define HAVE_STRING_H 1
203| #define HAVE_MEMORY_H 1
204| #define HAVE_STRINGS_H 1
205| #define HAVE_INTTYPES_H 1
206| #define HAVE_STDINT_H 1
207| #define HAVE_UNISTD_H 1
208| /* end confdefs.h.  */
209| #include <stdio.h>
210| #ifdef HAVE_SYS_TYPES_H
211| # include <sys/types.h>
212| #endif
213| #ifdef HAVE_SYS_STAT_H
214| # include <sys/stat.h>
215| #endif
216| #ifdef STDC_HEADERS
217| # include <stdlib.h>
218| # include <stddef.h>
219| #else
220| # ifdef HAVE_STDLIB_H
221| #  include <stdlib.h>
222| # endif
223| #endif
224| #ifdef HAVE_STRING_H
225| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
226| #  include <memory.h>
227| # endif
228| # include <string.h>
229| #endif
230| #ifdef HAVE_STRINGS_H
231| # include <strings.h>
232| #endif
233| #ifdef HAVE_INTTYPES_H
234| # include <inttypes.h>
235| #endif
236| #ifdef HAVE_STDINT_H
237| # include <stdint.h>
238| #endif
239| #ifdef HAVE_UNISTD_H
240| # include <unistd.h>
241| #endif
242| #include <minix/config.h>
243configure:3511: result: no
244configure:3511: checking minix/config.h presence
245configure:3511: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
246conftest.c:19:26: error: minix/config.h: No such file or directory
247configure:3511: $? = 1
248configure: failed program was:
249| /* confdefs.h */
250| #define PACKAGE_NAME "libedit"
251| #define PACKAGE_TARNAME "libedit-20120601"
252| #define PACKAGE_VERSION "3.0"
253| #define PACKAGE_STRING "libedit 3.0"
254| #define PACKAGE_BUGREPORT ""
255| #define PACKAGE_URL ""
256| #define STDC_HEADERS 1
257| #define HAVE_SYS_TYPES_H 1
258| #define HAVE_SYS_STAT_H 1
259| #define HAVE_STDLIB_H 1
260| #define HAVE_STRING_H 1
261| #define HAVE_MEMORY_H 1
262| #define HAVE_STRINGS_H 1
263| #define HAVE_INTTYPES_H 1
264| #define HAVE_STDINT_H 1
265| #define HAVE_UNISTD_H 1
266| /* end confdefs.h.  */
267| #include <minix/config.h>
268configure:3511: result: no
269configure:3511: checking for minix/config.h
270configure:3511: result: no
271configure:3532: checking whether it is safe to define __EXTENSIONS__
272configure:3550: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
273configure:3550: $? = 0
274configure:3557: result: yes
275configure:3617: checking for a BSD-compatible install
276configure:3685: result: /usr/bin/install -c
277configure:3696: checking whether build environment is sane
278configure:3751: result: yes
279configure:3902: checking for a thread-safe mkdir -p
280configure:3941: result: /opt/local/bin/gmkdir -p
281configure:3954: checking for gawk
282configure:3970: found /opt/local/bin/gawk
283configure:3981: result: gawk
284configure:3992: checking whether make sets $(MAKE)
285configure:4014: result: yes
286configure:4044: checking for style of include used by make
287configure:4072: result: GNU
288configure:4158: checking dependency style of /usr/bin/gcc-4.2
289configure:4269: result: none
290configure:4314: checking build system type
291configure:4328: result: x86_64-apple-darwin10.8.0
292configure:4348: checking host system type
293configure:4361: result: x86_64-apple-darwin10.8.0
294configure:4402: checking how to print strings
295configure:4429: result: printf
296configure:4450: checking for a sed that does not truncate output
297configure:4514: result: /opt/local/bin/gsed
298configure:4532: checking for fgrep
299configure:4594: result: /usr/bin/grep -F
300configure:4629: checking for ld used by /usr/bin/gcc-4.2
301configure:4696: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
302configure:4703: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
303configure:4718: result: no
304configure:4730: checking for BSD- or MS-compatible name lister (nm)
305configure:4779: result: /usr/bin/nm
306configure:4909: checking the name lister (/usr/bin/nm) interface
307configure:4916: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
308configure:4919: /usr/bin/nm "conftest.o"
309configure:4922: output
31000000000 D _some_variable
311configure:4929: result: BSD nm
312configure:4932: checking whether ln -s works
313configure:4936: result: yes
314configure:4944: checking the maximum length of command line arguments
315configure:5074: result: 196608
316configure:5091: checking whether the shell understands some XSI constructs
317configure:5101: result: yes
318configure:5105: checking whether the shell understands "+="
319configure:5111: result: yes
320configure:5146: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format
321configure:5186: result: func_convert_file_noop
322configure:5193: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format
323configure:5213: result: func_convert_file_noop
324configure:5220: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files
325configure:5227: result: -r
326configure:5301: checking for objdump
327configure:5331: result: no
328configure:5360: checking how to recognize dependent libraries
329configure:5562: result: pass_all
330configure:5647: checking for dlltool
331configure:5677: result: no
332configure:5707: checking how to associate runtime and link libraries
333configure:5734: result: printf %s\n
334configure:5794: checking for ar
335configure:5810: found /opt/local/bin/ar
336configure:5821: result: ar
337configure:5858: checking for archiver @FILE support
338configure:5875: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
339configure:5875: $? = 0
340configure:5878: ar cru libconftest.a @conftest.lst >&5
341ar: @conftest.lst: No such file or directory
342configure:5881: $? = 1
343configure:5901: result: no
344configure:5959: checking for strip
345configure:5975: found /opt/local/bin/strip
346configure:5986: result: strip
347configure:6058: checking for ranlib
348configure:6074: found /opt/local/bin/ranlib
349configure:6085: result: ranlib
350configure:6187: checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object
351configure:6307: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
352configure:6310: $? = 0
353configure:6314: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
354configure:6317: $? = 0
355cannot find nm_test_var in conftest.nm
356configure:6307: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
357configure:6310: $? = 0
358configure:6314: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
359configure:6317: $? = 0
360configure:6383: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c conftstm.o >&5
361configure:6386: $? = 0
362configure:6424: result: ok
363configure:6461: checking for sysroot
364configure:6491: result: no
365configure:6747: checking for mt
366configure:6777: result: no
367configure:6797: checking if : is a manifest tool
368configure:6803: : '-?'
369configure:6811: result: no
370configure:6867: checking for dsymutil
371configure:6883: found /usr/bin/dsymutil
372configure:6894: result: dsymutil
373configure:6959: checking for nmedit
374configure:6975: found /opt/local/bin/nmedit
375configure:6986: result: nmedit
376configure:7051: checking for lipo
377configure:7067: found /opt/local/bin/lipo
378configure:7078: result: lipo
379configure:7143: checking for otool
380configure:7159: found /opt/local/bin/otool
381configure:7170: result: otool
382configure:7235: checking for otool64
383configure:7265: result: no
384configure:7310: checking for -single_module linker flag
385/usr/bin/gcc-4.2 -pipe -O2 -arch i386 -L/opt/local/lib -arch i386 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
386configure:7343: result: yes
387configure:7346: checking for -exported_symbols_list linker flag
388configure:7366: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
389configure:7366: $? = 0
390configure:7376: result: yes
391configure:7379: checking for -force_load linker flag
392/usr/bin/gcc-4.2 -pipe -O2 -arch i386 -c -o conftest.o conftest.c
393ar cru libconftest.a conftest.o
394ranlib libconftest.a
395/usr/bin/gcc-4.2 -pipe -O2 -arch i386 -L/opt/local/lib -arch i386 -o conftest conftest.c -Wl,-force_load,./libconftest.a
396configure:7411: result: yes
397configure:7450: checking for dlfcn.h
398configure:7450: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
399configure:7450: $? = 0
400configure:7450: result: yes
401configure:7656: checking for objdir
402configure:7671: result: .libs
403configure:7942: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
404configure:7960: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
405cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
406configure:7964: $? = 0
407configure:7977: result: no
408configure:8304: checking for /usr/bin/gcc-4.2 option to produce PIC
409configure:8311: result: -fno-common -DPIC
410configure:8319: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works
411configure:8337: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
412configure:8341: $? = 0
413configure:8354: result: yes
414configure:8383: checking if /usr/bin/gcc-4.2 static flag -static works
415configure:8411: result: no
416configure:8426: checking if /usr/bin/gcc-4.2 supports -c -o file.o
417configure:8447: /usr/bin/gcc-4.2 -c -pipe -O2 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.c >&5
418configure:8451: $? = 0
419configure:8473: result: yes
420configure:8481: checking if /usr/bin/gcc-4.2 supports -c -o file.o
421configure:8528: result: yes
422configure:8561: checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
423configure:9714: result: yes
424configure:9954: checking dynamic linker characteristics
425configure:10687: result: darwin10.8.0 dyld
426configure:10794: checking how to hardcode library paths into programs
427configure:10819: result: immediate
428configure:11359: checking whether stripping libraries is possible
429configure:11373: result: yes
430configure:11399: checking if libtool supports shared libraries
431configure:11401: result: yes
432configure:11404: checking whether to build shared libraries
433configure:11425: result: yes
434configure:11428: checking whether to build static libraries
435configure:11432: result: yes
436configure:11485: checking whether make supports nested variables
437configure:11502: result: yes
438configure:11515: checking for /usr/bin/gcc-4.2 option to accept ISO C99
439configure:11664: /usr/bin/gcc-4.2  -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
440conftest.c:78: error: expected ';', ',' or ')' before 'text'
441conftest.c: In function 'main':
442conftest.c:132: error: nested functions are disabled, use -fnested-functions to re-enable
443conftest.c:132: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
444conftest.c:132: error: 'newvar' undeclared (first use in this function)
445conftest.c:132: error: (Each undeclared identifier is reported only once
446conftest.c:132: error: for each function it appears in.)
447conftest.c:142: error: 'for' loop initial declaration used outside C99 mode
448configure:11664: $? = 1
449configure: failed program was:
450| /* confdefs.h */
451| #define PACKAGE_NAME "libedit"
452| #define PACKAGE_TARNAME "libedit-20120601"
453| #define PACKAGE_VERSION "3.0"
454| #define PACKAGE_STRING "libedit 3.0"
455| #define PACKAGE_BUGREPORT ""
456| #define PACKAGE_URL ""
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 __EXTENSIONS__ 1
468| #define _ALL_SOURCE 1
469| #define _GNU_SOURCE 1
470| #define _POSIX_PTHREAD_SEMANTICS 1
471| #define _TANDEM_SOURCE 1
472| #define PACKAGE "libedit-20120601"
473| #define VERSION "3.0"
474| #define HAVE_DLFCN_H 1
475| #define LT_OBJDIR ".libs/"
476| /* end confdefs.h.  */
477| #include <stdarg.h>
478| #include <stdbool.h>
479| #include <stdlib.h>
480| #include <wchar.h>
481| #include <stdio.h>
482|
483| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
484| #define debug(...) fprintf (stderr, __VA_ARGS__)
485| #define showlist(...) puts (#__VA_ARGS__)
486| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
487| static void
488| test_varargs_macros (void)
489| {
490|   int x = 1234;
491|   int y = 5678;
492|   debug ("Flag");
493|   debug ("X = %d\n", x);
494|   showlist (The first, second, and third items.);
495|   report (x>y, "x is %d but y is %d", x, y);
496| }
497|
498| // Check long long types.
499| #define BIG64 18446744073709551615ull
500| #define BIG32 4294967295ul
501| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
502| #if !BIG_OK
503|   your preprocessor is broken;
504| #endif
505| #if BIG_OK
506| #else
507|   your preprocessor is broken;
508| #endif
509| static long long int bignum = -9223372036854775807LL;
510| static unsigned long long int ubignum = BIG64;
511|
512| struct incomplete_array
513| {
514|   int datasize;
515|   double data[];
516| };
517|
518| struct named_init {
519|   int number;
520|   const wchar_t *name;
521|   double average;
522| };
523|
524| typedef const char *ccp;
525|
526| static inline int
527| test_restrict (ccp restrict text)
528| {
529|   // See if C++-style comments work.
530|   // Iterate through items via the restricted pointer.
531|   // Also check for declarations in for loops.
532|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
533|     continue;
534|   return 0;
535| }
536|
537| // Check varargs and va_copy.
538| static void
539| test_varargs (const char *format, ...)
540| {
541|   va_list args;
542|   va_start (args, format);
543|   va_list args_copy;
544|   va_copy (args_copy, args);
545|
546|   const char *str;
547|   int number;
548|   float fnumber;
549|
550|   while (*format)
551|     {
552|       switch (*format++)
553|       {
554|       case 's': // string
555|         str = va_arg (args_copy, const char *);
556|         break;
557|       case 'd': // int
558|         number = va_arg (args_copy, int);
559|         break;
560|       case 'f': // float
561|         fnumber = va_arg (args_copy, double);
562|         break;
563|       default:
564|         break;
565|       }
566|     }
567|   va_end (args_copy);
568|   va_end (args);
569| }
570|
571| int
572| main ()
573| {
574|
575|   // Check bool.
576|   _Bool success = false;
577|
578|   // Check restrict.
579|   if (test_restrict ("String literal") == 0)
580|     success = true;
581|   char *restrict newvar = "Another string";
582|
583|   // Check varargs.
584|   test_varargs ("s, d' f .", "string", 65, 34.234);
585|   test_varargs_macros ();
586|
587|   // Check flexible array members.
588|   struct incomplete_array *ia =
589|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
590|   ia->datasize = 10;
591|   for (int i = 0; i < ia->datasize; ++i)
592|     ia->data[i] = i * 1.234;
593|
594|   // Check named initializers.
595|   struct named_init ni = {
596|     .number = 34,
597|     .name = L"Test wide string",
598|     .average = 543.34343,
599|   };
600|
601|   ni.number = 58;
602|
603|   int dynamic_array[ni.number];
604|   dynamic_array[ni.number - 1] = 543;
605|
606|   // work around unused variable warnings
607|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
608|         || dynamic_array[ni.number - 1] != 543);
609|
610|   ;
611|   return 0;
612| }
613configure:11664: /usr/bin/gcc-4.2 -std=gnu99 -c -pipe -O2 -arch i386 -I/opt/local/include conftest.c >&5
614configure:11664: $? = 0
615configure:11684: result: -std=gnu99
616configure:11693: checking whether ln -s works
617configure:11697: result: yes
618configure:11708: checking for gawk
619configure:11735: result: gawk
620configure:11753: checking for nroff
621configure:11771: found /usr/bin/nroff
622configure:11783: result: /usr/bin/nroff
623configure:11802: checking for tgetent in -ltinfo
624configure:11827: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -ltinfo   >&5
625ld: library not found for -ltinfo
626collect2: ld returned 1 exit status
627configure:11827: $? = 1
628configure: failed program was:
629| /* confdefs.h */
630| #define PACKAGE_NAME "libedit"
631| #define PACKAGE_TARNAME "libedit-20120601"
632| #define PACKAGE_VERSION "3.0"
633| #define PACKAGE_STRING "libedit 3.0"
634| #define PACKAGE_BUGREPORT ""
635| #define PACKAGE_URL ""
636| #define STDC_HEADERS 1
637| #define HAVE_SYS_TYPES_H 1
638| #define HAVE_SYS_STAT_H 1
639| #define HAVE_STDLIB_H 1
640| #define HAVE_STRING_H 1
641| #define HAVE_MEMORY_H 1
642| #define HAVE_STRINGS_H 1
643| #define HAVE_INTTYPES_H 1
644| #define HAVE_STDINT_H 1
645| #define HAVE_UNISTD_H 1
646| #define __EXTENSIONS__ 1
647| #define _ALL_SOURCE 1
648| #define _GNU_SOURCE 1
649| #define _POSIX_PTHREAD_SEMANTICS 1
650| #define _TANDEM_SOURCE 1
651| #define PACKAGE "libedit-20120601"
652| #define VERSION "3.0"
653| #define HAVE_DLFCN_H 1
654| #define LT_OBJDIR ".libs/"
655| /* end confdefs.h.  */
656|
657| /* Override any GCC internal prototype to avoid an error.
658|    Use char because int might match the return type of a GCC
659|    builtin and then its argument prototype would still apply.  */
660| #ifdef __cplusplus
661| extern "C"
662| #endif
663| char tgetent ();
664| int
665| main ()
666| {
667| return tgetent ();
668|   ;
669|   return 0;
670| }
671configure:11836: result: no
672configure:11846: checking for tgetent in -lterminfo
673configure:11871: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -lterminfo   >&5
674ld: library not found for -lterminfo
675collect2: ld returned 1 exit status
676configure:11871: $? = 1
677configure: failed program was:
678| /* confdefs.h */
679| #define PACKAGE_NAME "libedit"
680| #define PACKAGE_TARNAME "libedit-20120601"
681| #define PACKAGE_VERSION "3.0"
682| #define PACKAGE_STRING "libedit 3.0"
683| #define PACKAGE_BUGREPORT ""
684| #define PACKAGE_URL ""
685| #define STDC_HEADERS 1
686| #define HAVE_SYS_TYPES_H 1
687| #define HAVE_SYS_STAT_H 1
688| #define HAVE_STDLIB_H 1
689| #define HAVE_STRING_H 1
690| #define HAVE_MEMORY_H 1
691| #define HAVE_STRINGS_H 1
692| #define HAVE_INTTYPES_H 1
693| #define HAVE_STDINT_H 1
694| #define HAVE_UNISTD_H 1
695| #define __EXTENSIONS__ 1
696| #define _ALL_SOURCE 1
697| #define _GNU_SOURCE 1
698| #define _POSIX_PTHREAD_SEMANTICS 1
699| #define _TANDEM_SOURCE 1
700| #define PACKAGE "libedit-20120601"
701| #define VERSION "3.0"
702| #define HAVE_DLFCN_H 1
703| #define LT_OBJDIR ".libs/"
704| /* end confdefs.h.  */
705|
706| /* Override any GCC internal prototype to avoid an error.
707|    Use char because int might match the return type of a GCC
708|    builtin and then its argument prototype would still apply.  */
709| #ifdef __cplusplus
710| extern "C"
711| #endif
712| char tgetent ();
713| int
714| main ()
715| {
716| return tgetent ();
717|   ;
718|   return 0;
719| }
720configure:11880: result: no
721configure:11890: checking for tgetent in -ltermcap
722configure:11915: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -ltermcap   >&5
723ld: warning: in /opt/local/lib/libtermcap.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
724Undefined symbols:
725  "_tgetent", referenced from:
726      _main in ccEWhUiT.o
727ld: symbol(s) not found
728collect2: ld returned 1 exit status
729configure:11915: $? = 1
730configure: failed program was:
731| /* confdefs.h */
732| #define PACKAGE_NAME "libedit"
733| #define PACKAGE_TARNAME "libedit-20120601"
734| #define PACKAGE_VERSION "3.0"
735| #define PACKAGE_STRING "libedit 3.0"
736| #define PACKAGE_BUGREPORT ""
737| #define PACKAGE_URL ""
738| #define STDC_HEADERS 1
739| #define HAVE_SYS_TYPES_H 1
740| #define HAVE_SYS_STAT_H 1
741| #define HAVE_STDLIB_H 1
742| #define HAVE_STRING_H 1
743| #define HAVE_MEMORY_H 1
744| #define HAVE_STRINGS_H 1
745| #define HAVE_INTTYPES_H 1
746| #define HAVE_STDINT_H 1
747| #define HAVE_UNISTD_H 1
748| #define __EXTENSIONS__ 1
749| #define _ALL_SOURCE 1
750| #define _GNU_SOURCE 1
751| #define _POSIX_PTHREAD_SEMANTICS 1
752| #define _TANDEM_SOURCE 1
753| #define PACKAGE "libedit-20120601"
754| #define VERSION "3.0"
755| #define HAVE_DLFCN_H 1
756| #define LT_OBJDIR ".libs/"
757| /* end confdefs.h.  */
758|
759| /* Override any GCC internal prototype to avoid an error.
760|    Use char because int might match the return type of a GCC
761|    builtin and then its argument prototype would still apply.  */
762| #ifdef __cplusplus
763| extern "C"
764| #endif
765| char tgetent ();
766| int
767| main ()
768| {
769| return tgetent ();
770|   ;
771|   return 0;
772| }
773configure:11924: result: no
774configure:11934: checking for tgetent in -ltermlib
775configure:11959: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -ltermlib   >&5
776ld: library not found for -ltermlib
777collect2: ld returned 1 exit status
778configure:11959: $? = 1
779configure: failed program was:
780| /* confdefs.h */
781| #define PACKAGE_NAME "libedit"
782| #define PACKAGE_TARNAME "libedit-20120601"
783| #define PACKAGE_VERSION "3.0"
784| #define PACKAGE_STRING "libedit 3.0"
785| #define PACKAGE_BUGREPORT ""
786| #define PACKAGE_URL ""
787| #define STDC_HEADERS 1
788| #define HAVE_SYS_TYPES_H 1
789| #define HAVE_SYS_STAT_H 1
790| #define HAVE_STDLIB_H 1
791| #define HAVE_STRING_H 1
792| #define HAVE_MEMORY_H 1
793| #define HAVE_STRINGS_H 1
794| #define HAVE_INTTYPES_H 1
795| #define HAVE_STDINT_H 1
796| #define HAVE_UNISTD_H 1
797| #define __EXTENSIONS__ 1
798| #define _ALL_SOURCE 1
799| #define _GNU_SOURCE 1
800| #define _POSIX_PTHREAD_SEMANTICS 1
801| #define _TANDEM_SOURCE 1
802| #define PACKAGE "libedit-20120601"
803| #define VERSION "3.0"
804| #define HAVE_DLFCN_H 1
805| #define LT_OBJDIR ".libs/"
806| /* end confdefs.h.  */
807|
808| /* Override any GCC internal prototype to avoid an error.
809|    Use char because int might match the return type of a GCC
810|    builtin and then its argument prototype would still apply.  */
811| #ifdef __cplusplus
812| extern "C"
813| #endif
814| char tgetent ();
815| int
816| main ()
817| {
818| return tgetent ();
819|   ;
820|   return 0;
821| }
822configure:11968: result: no
823configure:11978: checking for tgetent in -lcurses
824configure:12003: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -lcurses   >&5
825ld: warning: in /opt/local/lib/libcurses.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
826Undefined symbols:
827  "_tgetent", referenced from:
828      _main in cc7Up9qV.o
829ld: symbol(s) not found
830collect2: ld returned 1 exit status
831configure:12003: $? = 1
832configure: failed program was:
833| /* confdefs.h */
834| #define PACKAGE_NAME "libedit"
835| #define PACKAGE_TARNAME "libedit-20120601"
836| #define PACKAGE_VERSION "3.0"
837| #define PACKAGE_STRING "libedit 3.0"
838| #define PACKAGE_BUGREPORT ""
839| #define PACKAGE_URL ""
840| #define STDC_HEADERS 1
841| #define HAVE_SYS_TYPES_H 1
842| #define HAVE_SYS_STAT_H 1
843| #define HAVE_STDLIB_H 1
844| #define HAVE_STRING_H 1
845| #define HAVE_MEMORY_H 1
846| #define HAVE_STRINGS_H 1
847| #define HAVE_INTTYPES_H 1
848| #define HAVE_STDINT_H 1
849| #define HAVE_UNISTD_H 1
850| #define __EXTENSIONS__ 1
851| #define _ALL_SOURCE 1
852| #define _GNU_SOURCE 1
853| #define _POSIX_PTHREAD_SEMANTICS 1
854| #define _TANDEM_SOURCE 1
855| #define PACKAGE "libedit-20120601"
856| #define VERSION "3.0"
857| #define HAVE_DLFCN_H 1
858| #define LT_OBJDIR ".libs/"
859| /* end confdefs.h.  */
860|
861| /* Override any GCC internal prototype to avoid an error.
862|    Use char because int might match the return type of a GCC
863|    builtin and then its argument prototype would still apply.  */
864| #ifdef __cplusplus
865| extern "C"
866| #endif
867| char tgetent ();
868| int
869| main ()
870| {
871| return tgetent ();
872|   ;
873|   return 0;
874| }
875configure:12012: result: no
876configure:12022: checking for tgetent in -lncurses
877configure:12047: /usr/bin/gcc-4.2 -std=gnu99 -o conftest -pipe -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -arch i386 conftest.c -lncurses   >&5
878ld: warning: in /opt/local/lib/libncurses.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
879Undefined symbols:
880  "_tgetent", referenced from:
881      _main in ccV3GGRz.o
882ld: symbol(s) not found
883collect2: ld returned 1 exit status
884configure:12047: $? = 1
885configure: failed program was:
886| /* confdefs.h */
887| #define PACKAGE_NAME "libedit"
888| #define PACKAGE_TARNAME "libedit-20120601"
889| #define PACKAGE_VERSION "3.0"
890| #define PACKAGE_STRING "libedit 3.0"
891| #define PACKAGE_BUGREPORT ""
892| #define PACKAGE_URL ""
893| #define STDC_HEADERS 1
894| #define HAVE_SYS_TYPES_H 1
895| #define HAVE_SYS_STAT_H 1
896| #define HAVE_STDLIB_H 1
897| #define HAVE_STRING_H 1
898| #define HAVE_MEMORY_H 1
899| #define HAVE_STRINGS_H 1
900| #define HAVE_INTTYPES_H 1
901| #define HAVE_STDINT_H 1
902| #define HAVE_UNISTD_H 1
903| #define __EXTENSIONS__ 1
904| #define _ALL_SOURCE 1
905| #define _GNU_SOURCE 1
906| #define _POSIX_PTHREAD_SEMANTICS 1
907| #define _TANDEM_SOURCE 1
908| #define PACKAGE "libedit-20120601"
909| #define VERSION "3.0"
910| #define HAVE_DLFCN_H 1
911| #define LT_OBJDIR ".libs/"
912| /* end confdefs.h.  */
913|
914| /* Override any GCC internal prototype to avoid an error.
915|    Use char because int might match the return type of a GCC
916|    builtin and then its argument prototype would still apply.  */
917| #ifdef __cplusplus
918| extern "C"
919| #endif
920| char tgetent ();
921| int
922| main ()
923| {
924| return tgetent ();
925|   ;
926|   return 0;
927| }
928configure:12056: result: no
929configure:12066: error: libcurses or libncurses are required!
930
931## ---------------- ##
932## Cache variables. ##
933## ---------------- ##
934
935ac_cv_build=x86_64-apple-darwin10.8.0
936ac_cv_c_compiler_gnu=yes
937ac_cv_env_CC_set=set
938ac_cv_env_CC_value=/usr/bin/gcc-4.2
939ac_cv_env_CFLAGS_set=set
940ac_cv_env_CFLAGS_value='-pipe -O2 -arch i386'
941ac_cv_env_CPPFLAGS_set=set
942ac_cv_env_CPPFLAGS_value=-I/opt/local/include
943ac_cv_env_CPP_set=
944ac_cv_env_CPP_value=
945ac_cv_env_LDFLAGS_set=set
946ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch i386'
947ac_cv_env_LIBS_set=
948ac_cv_env_LIBS_value=
949ac_cv_env_build_alias_set=
950ac_cv_env_build_alias_value=
951ac_cv_env_host_alias_set=
952ac_cv_env_host_alias_value=
953ac_cv_env_target_alias_set=
954ac_cv_env_target_alias_value=
955ac_cv_header_dlfcn_h=yes
956ac_cv_header_inttypes_h=yes
957ac_cv_header_memory_h=yes
958ac_cv_header_minix_config_h=no
959ac_cv_header_stdc=yes
960ac_cv_header_stdint_h=yes
961ac_cv_header_stdlib_h=yes
962ac_cv_header_string_h=yes
963ac_cv_header_strings_h=yes
964ac_cv_header_sys_stat_h=yes
965ac_cv_header_sys_types_h=yes
966ac_cv_header_unistd_h=yes
967ac_cv_host=x86_64-apple-darwin10.8.0
968ac_cv_lib_curses_tgetent=no
969ac_cv_lib_ncurses_tgetent=no
970ac_cv_lib_termcap_tgetent=no
971ac_cv_lib_terminfo_tgetent=no
972ac_cv_lib_termlib_tgetent=no
973ac_cv_lib_tinfo_tgetent=no
974ac_cv_objext=o
975ac_cv_path_EGREP='/usr/bin/grep -E'
976ac_cv_path_FGREP='/usr/bin/grep -F'
977ac_cv_path_GREP=/usr/bin/grep
978ac_cv_path_NROFF=/usr/bin/nroff
979ac_cv_path_SED=/opt/local/bin/gsed
980ac_cv_path_mkdir=/opt/local/bin/gmkdir
981ac_cv_prog_AWK=gawk
982ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
983ac_cv_prog_ac_ct_AR=ar
984ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
985ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
986ac_cv_prog_ac_ct_LIPO=lipo
987ac_cv_prog_ac_ct_NMEDIT=nmedit
988ac_cv_prog_ac_ct_OTOOL=otool
989ac_cv_prog_ac_ct_RANLIB=ranlib
990ac_cv_prog_ac_ct_STRIP=strip
991ac_cv_prog_cc_c89=
992ac_cv_prog_cc_c99=-std=gnu99
993ac_cv_prog_cc_g=yes
994ac_cv_prog_make_make_set=yes
995ac_cv_safe_to_define___extensions__=yes
996am_cv_CC_dependencies_compiler_type=none
997am_cv_make_support_nested_variables=yes
998lt_cv_apple_cc_single_mod=yes
999lt_cv_ar_at_file=no
1000lt_cv_deplibs_check_method=pass_all
1001lt_cv_file_magic_cmd='$MAGIC_CMD'
1002lt_cv_file_magic_test_file=
1003lt_cv_ld_exported_symbols_list=yes
1004lt_cv_ld_force_load=yes
1005lt_cv_ld_reload_flag=-r
1006lt_cv_nm_interface='BSD nm'
1007lt_cv_objdir=.libs
1008lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
1009lt_cv_path_NM=/usr/bin/nm
1010lt_cv_path_mainfest_tool=no
1011lt_cv_prog_compiler_c_o=yes
1012lt_cv_prog_compiler_pic='-fno-common -DPIC'
1013lt_cv_prog_compiler_pic_works=yes
1014lt_cv_prog_compiler_rtti_exceptions=no
1015lt_cv_prog_compiler_static_works=no
1016lt_cv_prog_gnu_ld=no
1017lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1018lt_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'\'''
1019lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1020lt_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'\'''
1021lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1022lt_cv_sys_max_cmd_len=196608
1023lt_cv_to_host_file_cmd=func_convert_file_noop
1024lt_cv_to_tool_file_cmd=func_convert_file_noop
1025
1026## ----------------- ##
1027## Output variables. ##
1028## ----------------- ##
1029
1030ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/missing --run aclocal-1.12'
1031AMDEPBACKSLASH=''
1032AMDEP_FALSE=''
1033AMDEP_TRUE='#'
1034AMTAR='$${TAR-tar}'
1035AM_BACKSLASH='\'
1036AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1037AM_DEFAULT_VERBOSITY='0'
1038AM_V='$(V)'
1039AR='ar'
1040AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/missing --run autoconf'
1041AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/missing --run autoheader'
1042AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/missing --run automake-1.12'
1043AWK='gawk'
1044CC='/usr/bin/gcc-4.2 -std=gnu99'
1045CCDEPMODE='depmode=none'
1046CFLAGS='-pipe -O2 -arch i386'
1047CPP='/usr/bin/gcc-4.2 -E'
1048CPPFLAGS='-I/opt/local/include'
1049CYGPATH_W='echo'
1050DEFS=''
1051DEPDIR='.deps'
1052DLLTOOL='false'
1053DSYMUTIL='dsymutil'
1054DUMPBIN=''
1055ECHO_C='\c'
1056ECHO_N=''
1057ECHO_T=''
1058EGREP='/usr/bin/grep -E'
1059EXEEXT=''
1060FGREP='/usr/bin/grep -F'
1061GREP='/usr/bin/grep'
1062INSTALL_DATA='${INSTALL} -m 644'
1063INSTALL_PROGRAM='${INSTALL}'
1064INSTALL_SCRIPT='${INSTALL}'
1065INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1066LD='/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld'
1067LDFLAGS='-L/opt/local/lib -arch i386'
1068LIBOBJS=''
1069LIBS=''
1070LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1071LIPO='lipo'
1072LN_S='ln -s'
1073LTLIBOBJS=''
1074LT_VERSION='0:41:0'
1075MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/missing --run makeinfo'
1076MANIFEST_TOOL=':'
1077MANTYPE='mdoc'
1078MKDIR_P='/opt/local/bin/gmkdir -p'
1079NM='/usr/bin/nm'
1080NMEDIT='nmedit'
1081NROFF='/usr/bin/nroff'
1082OBJDUMP='false'
1083OBJEXT='o'
1084OTOOL64=':'
1085OTOOL='otool'
1086PACKAGE='libedit-20120601'
1087PACKAGE_BUGREPORT=''
1088PACKAGE_NAME='libedit'
1089PACKAGE_STRING='libedit 3.0'
1090PACKAGE_TARNAME='libedit-20120601'
1091PACKAGE_URL=''
1092PACKAGE_VERSION='3.0'
1093PATH_SEPARATOR=':'
1094RANLIB='ranlib'
1095SED='/opt/local/bin/gsed'
1096SET_MAKE=''
1097SHELL='/bin/sh'
1098STRIP='strip'
1099VERSION='3.0'
1100WIDECHAR_FALSE=''
1101WIDECHAR_TRUE=''
1102ac_ct_AR='ar'
1103ac_ct_CC='/usr/bin/gcc-4.2'
1104ac_ct_DUMPBIN=''
1105am__EXEEXT_FALSE=''
1106am__EXEEXT_TRUE=''
1107am__fastdepCC_FALSE=''
1108am__fastdepCC_TRUE='#'
1109am__include='include'
1110am__isrc=''
1111am__leading_dot='.'
1112am__nodep=''
1113am__quote=''
1114am__tar='$${TAR-tar} chof - "$$tardir"'
1115am__untar='$${TAR-tar} xf -'
1116bindir='${exec_prefix}/bin'
1117build='x86_64-apple-darwin10.8.0'
1118build_alias=''
1119build_cpu='x86_64'
1120build_os='darwin10.8.0'
1121build_vendor='apple'
1122datadir='${datarootdir}'
1123datarootdir='${prefix}/share'
1124docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1125dvidir='${docdir}'
1126exec_prefix='NONE'
1127host='x86_64-apple-darwin10.8.0'
1128host_alias=''
1129host_cpu='x86_64'
1130host_os='darwin10.8.0'
1131host_vendor='apple'
1132htmldir='${docdir}'
1133includedir='${prefix}/include'
1134infodir='${datarootdir}/info'
1135install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libedit/libedit/work/libedit-20120601-3.0-i386/install-sh'
1136libdir='${exec_prefix}/lib'
1137libexecdir='${exec_prefix}/libexec'
1138localedir='${datarootdir}/locale'
1139localstatedir='${prefix}/var'
1140mandir='${datarootdir}/man'
1141mkdir_p='/opt/local/bin/gmkdir -p'
1142oldincludedir='/usr/include'
1143pdfdir='${docdir}'
1144prefix='/opt/local'
1145program_transform_name='s,x,x,'
1146psdir='${docdir}'
1147sbindir='${exec_prefix}/sbin'
1148sharedstatedir='${prefix}/com'
1149sysconfdir='${prefix}/etc'
1150target_alias=''
1151
1152## ----------- ##
1153## confdefs.h. ##
1154## ----------- ##
1155
1156/* confdefs.h */
1157#define PACKAGE_NAME "libedit"
1158#define PACKAGE_TARNAME "libedit-20120601"
1159#define PACKAGE_VERSION "3.0"
1160#define PACKAGE_STRING "libedit 3.0"
1161#define PACKAGE_BUGREPORT ""
1162#define PACKAGE_URL ""
1163#define STDC_HEADERS 1
1164#define HAVE_SYS_TYPES_H 1
1165#define HAVE_SYS_STAT_H 1
1166#define HAVE_STDLIB_H 1
1167#define HAVE_STRING_H 1
1168#define HAVE_MEMORY_H 1
1169#define HAVE_STRINGS_H 1
1170#define HAVE_INTTYPES_H 1
1171#define HAVE_STDINT_H 1
1172#define HAVE_UNISTD_H 1
1173#define __EXTENSIONS__ 1
1174#define _ALL_SOURCE 1
1175#define _GNU_SOURCE 1
1176#define _POSIX_PTHREAD_SEMANTICS 1
1177#define _TANDEM_SOURCE 1
1178#define PACKAGE "libedit-20120601"
1179#define VERSION "3.0"
1180#define HAVE_DLFCN_H 1
1181#define LT_OBJDIR ".libs/"
1182
1183configure: exit 1