Ticket #29135: config.log

File config.log, 85.6 KB (added by bbarth@…, 13 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 readline configure 6.2, which was
5generated by GNU Autoconf 2.63.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-curses
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = rye.local
14uname -m = i386
15uname -r = 10.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/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.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/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: 8.00 gigabytes
33Default processor set: 78 tasks, 376 threads, 4 processors
34Load average: 0.90, Mach factor: 3.09
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:1895: checking build system type
52configure:1913: result: i386-apple-darwin10.6.0
53configure:1935: checking host system type
54configure:1950: result: i386-apple-darwin10.6.0
55configure:2059: checking whether make sets $(MAKE)
56configure:2081: result: yes
57configure:2138: checking for gcc
58configure:2165: result: /usr/bin/gcc-4.2
59configure:2397: checking for C compiler version
60configure:2405: /usr/bin/gcc-4.2 --version >&5
61i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
62Copyright (C) 2007 Free Software Foundation, Inc.
63This is free software; see the source for copying conditions.  There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66configure:2409: $? = 0
67configure:2416: /usr/bin/gcc-4.2 -v >&5
68Using built-in specs.
69Target: i686-apple-darwin10
70Configured with: /var/tmp/gcc/gcc-5664~38/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
71Thread model: posix
72gcc version 4.2.1 (Apple Inc. build 5664)
73configure:2420: $? = 0
74configure:2427: /usr/bin/gcc-4.2 -V >&5
75gcc-4.2: argument to `-V' is missing
76configure:2431: $? = 1
77configure:2454: checking for C compiler default output file name
78configure:2476: /usr/bin/gcc-4.2 -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
79configure:2480: $? = 0
80configure:2518: result: a.out
81configure:2537: checking whether the C compiler works
82configure:2547: ./a.out
83configure:2551: $? = 0
84configure:2570: result: yes
85configure:2577: checking whether we are cross compiling
86configure:2579: result: no
87configure:2582: checking for suffix of executables
88configure:2589: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
89configure:2593: $? = 0
90configure:2619: result:
91configure:2625: checking for suffix of object files
92configure:2651: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
93configure:2655: $? = 0
94configure:2680: result: o
95configure:2684: checking whether we are using the GNU C compiler
96configure:2713: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
97configure:2720: $? = 0
98configure:2737: result: yes
99configure:2746: checking whether /usr/bin/gcc-4.2 accepts -g
100configure:2776: /usr/bin/gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
101configure:2783: $? = 0
102configure:2884: result: yes
103configure:2901: checking for /usr/bin/gcc-4.2 option to accept ISO C89
104configure:2975: /usr/bin/gcc-4.2  -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
105configure:2982: $? = 0
106configure:3005: result: none needed
107configure:3029: checking how to run the C preprocessor
108configure:3069: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
109configure:3076: $? = 0
110configure:3107: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
111conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
112configure:3114: $? = 1
113configure: failed program was:
114| /* confdefs.h.  */
115| #define PACKAGE_NAME "readline"
116| #define PACKAGE_TARNAME "readline"
117| #define PACKAGE_VERSION "6.2"
118| #define PACKAGE_STRING "readline 6.2"
119| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
120| /* end confdefs.h.  */
121| #include <ac_nonexistent.h>
122configure:3147: result: /usr/bin/gcc-4.2 -E
123configure:3176: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
124configure:3183: $? = 0
125configure:3214: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
126conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
127configure:3221: $? = 1
128configure: failed program was:
129| /* confdefs.h.  */
130| #define PACKAGE_NAME "readline"
131| #define PACKAGE_TARNAME "readline"
132| #define PACKAGE_VERSION "6.2"
133| #define PACKAGE_STRING "readline 6.2"
134| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
135| /* end confdefs.h.  */
136| #include <ac_nonexistent.h>
137configure:3261: checking for grep that handles long lines and -e
138configure:3321: result: /usr/bin/grep
139configure:3326: checking for egrep
140configure:3390: result: /usr/bin/grep -E
141configure:3395: checking for ANSI C header files
142configure:3425: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
143configure:3432: $? = 0
144configure:3531: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
145configure:3535: $? = 0
146configure:3541: ./conftest
147configure:3545: $? = 0
148configure:3563: result: yes
149configure:3587: checking for sys/types.h
150configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
151configure:3615: $? = 0
152configure:3632: result: yes
153configure:3587: checking for sys/stat.h
154configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
155configure:3615: $? = 0
156configure:3632: result: yes
157configure:3587: checking for stdlib.h
158configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
159configure:3615: $? = 0
160configure:3632: result: yes
161configure:3587: checking for string.h
162configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
163configure:3615: $? = 0
164configure:3632: result: yes
165configure:3587: checking for memory.h
166configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
167configure:3615: $? = 0
168configure:3632: result: yes
169configure:3587: checking for strings.h
170configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
171configure:3615: $? = 0
172configure:3632: result: yes
173configure:3587: checking for inttypes.h
174configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
175configure:3615: $? = 0
176configure:3632: result: yes
177configure:3587: checking for stdint.h
178configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
179configure:3615: $? = 0
180configure:3632: result: yes
181configure:3587: checking for unistd.h
182configure:3608: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
183configure:3615: $? = 0
184configure:3632: result: yes
185configure:3657: checking minix/config.h usability
186configure:3674: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
187conftest.c:51:26: error: minix/config.h: No such file or directory
188configure:3681: $? = 1
189configure: failed program was:
190| /* confdefs.h.  */
191| #define PACKAGE_NAME "readline"
192| #define PACKAGE_TARNAME "readline"
193| #define PACKAGE_VERSION "6.2"
194| #define PACKAGE_STRING "readline 6.2"
195| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
196| #define STDC_HEADERS 1
197| #define HAVE_SYS_TYPES_H 1
198| #define HAVE_SYS_STAT_H 1
199| #define HAVE_STDLIB_H 1
200| #define HAVE_STRING_H 1
201| #define HAVE_MEMORY_H 1
202| #define HAVE_STRINGS_H 1
203| #define HAVE_INTTYPES_H 1
204| #define HAVE_STDINT_H 1
205| #define HAVE_UNISTD_H 1
206| /* end confdefs.h.  */
207| #include <stdio.h>
208| #ifdef HAVE_SYS_TYPES_H
209| # include <sys/types.h>
210| #endif
211| #ifdef HAVE_SYS_STAT_H
212| # include <sys/stat.h>
213| #endif
214| #ifdef STDC_HEADERS
215| # include <stdlib.h>
216| # include <stddef.h>
217| #else
218| # ifdef HAVE_STDLIB_H
219| #  include <stdlib.h>
220| # endif
221| #endif
222| #ifdef HAVE_STRING_H
223| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
224| #  include <memory.h>
225| # endif
226| # include <string.h>
227| #endif
228| #ifdef HAVE_STRINGS_H
229| # include <strings.h>
230| #endif
231| #ifdef HAVE_INTTYPES_H
232| # include <inttypes.h>
233| #endif
234| #ifdef HAVE_STDINT_H
235| # include <stdint.h>
236| #endif
237| #ifdef HAVE_UNISTD_H
238| # include <unistd.h>
239| #endif
240| #include <minix/config.h>
241configure:3695: result: no
242configure:3699: checking minix/config.h presence
243configure:3714: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
244conftest.c:18:26: error: minix/config.h: No such file or directory
245configure:3721: $? = 1
246configure: failed program was:
247| /* confdefs.h.  */
248| #define PACKAGE_NAME "readline"
249| #define PACKAGE_TARNAME "readline"
250| #define PACKAGE_VERSION "6.2"
251| #define PACKAGE_STRING "readline 6.2"
252| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
253| #define STDC_HEADERS 1
254| #define HAVE_SYS_TYPES_H 1
255| #define HAVE_SYS_STAT_H 1
256| #define HAVE_STDLIB_H 1
257| #define HAVE_STRING_H 1
258| #define HAVE_MEMORY_H 1
259| #define HAVE_STRINGS_H 1
260| #define HAVE_INTTYPES_H 1
261| #define HAVE_STDINT_H 1
262| #define HAVE_UNISTD_H 1
263| /* end confdefs.h.  */
264| #include <minix/config.h>
265configure:3735: result: no
266configure:3768: checking for minix/config.h
267configure:3775: result: no
268configure:3806: checking whether it is safe to define __EXTENSIONS__
269configure:3834: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
270configure:3841: $? = 0
271configure:3856: result: yes
272configure:3885: checking whether /usr/bin/gcc-4.2 needs -traditional
273conftest.c:23:20: error: termio.h: No such file or directory
274configure:3927: result: no
275configure:3948: checking for a BSD-compatible install
276configure:4016: result: /usr/bin/install -c
277configure:4029: checking for ar
278configure:4045: found /usr/bin/ar
279configure:4057: result: ar
280configure:4109: checking for ranlib
281configure:4125: found /usr/bin/ranlib
282configure:4136: result: ranlib
283configure:4162: checking for an ANSI C-conforming const
284configure:4237: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
285configure:4244: $? = 0
286configure:4259: result: yes
287configure:4269: checking for function prototypes
288configure:4272: result: yes
289configure:4290: checking whether char is unsigned
290configure:4318: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
291configure:4325: $? = 0
292configure:4340: result: no
293configure:4349: checking for working volatile
294configure:4378: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
295configure:4385: $? = 0
296configure:4400: result: yes
297configure:4411: checking return type of signal handlers
298configure:4439: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
299conftest.c: In function 'main':
300conftest.c:31: error: void value not ignored as it ought to be
301configure:4446: $? = 1
302configure: failed program was:
303| /* confdefs.h.  */
304| #define PACKAGE_NAME "readline"
305| #define PACKAGE_TARNAME "readline"
306| #define PACKAGE_VERSION "6.2"
307| #define PACKAGE_STRING "readline 6.2"
308| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
309| #define STDC_HEADERS 1
310| #define HAVE_SYS_TYPES_H 1
311| #define HAVE_SYS_STAT_H 1
312| #define HAVE_STDLIB_H 1
313| #define HAVE_STRING_H 1
314| #define HAVE_MEMORY_H 1
315| #define HAVE_STRINGS_H 1
316| #define HAVE_INTTYPES_H 1
317| #define HAVE_STDINT_H 1
318| #define HAVE_UNISTD_H 1
319| #define __EXTENSIONS__ 1
320| #define _ALL_SOURCE 1
321| #define _GNU_SOURCE 1
322| #define _POSIX_PTHREAD_SEMANTICS 1
323| #define _TANDEM_SOURCE 1
324| #define PROTOTYPES 1
325| #define __PROTOTYPES 1
326| /* end confdefs.h.  */
327| #include <sys/types.h>
328| #include <signal.h>
329|
330| int
331| main ()
332| {
333| return *(signal (0, 0)) (0) == 1;
334|   ;
335|   return 0;
336| }
337configure:4461: result: void
338configure:4470: checking for size_t
339configure:4498: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
340configure:4505: $? = 0
341configure:4532: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
342conftest.c: In function 'main':
343conftest.c:62: error: expected expression before ')' token
344configure:4539: $? = 1
345configure: failed program was:
346| /* confdefs.h.  */
347| #define PACKAGE_NAME "readline"
348| #define PACKAGE_TARNAME "readline"
349| #define PACKAGE_VERSION "6.2"
350| #define PACKAGE_STRING "readline 6.2"
351| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
352| #define STDC_HEADERS 1
353| #define HAVE_SYS_TYPES_H 1
354| #define HAVE_SYS_STAT_H 1
355| #define HAVE_STDLIB_H 1
356| #define HAVE_STRING_H 1
357| #define HAVE_MEMORY_H 1
358| #define HAVE_STRINGS_H 1
359| #define HAVE_INTTYPES_H 1
360| #define HAVE_STDINT_H 1
361| #define HAVE_UNISTD_H 1
362| #define __EXTENSIONS__ 1
363| #define _ALL_SOURCE 1
364| #define _GNU_SOURCE 1
365| #define _POSIX_PTHREAD_SEMANTICS 1
366| #define _TANDEM_SOURCE 1
367| #define PROTOTYPES 1
368| #define __PROTOTYPES 1
369| #define RETSIGTYPE void
370| /* end confdefs.h.  */
371| #include <stdio.h>
372| #ifdef HAVE_SYS_TYPES_H
373| # include <sys/types.h>
374| #endif
375| #ifdef HAVE_SYS_STAT_H
376| # include <sys/stat.h>
377| #endif
378| #ifdef STDC_HEADERS
379| # include <stdlib.h>
380| # include <stddef.h>
381| #else
382| # ifdef HAVE_STDLIB_H
383| #  include <stdlib.h>
384| # endif
385| #endif
386| #ifdef HAVE_STRING_H
387| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
388| #  include <memory.h>
389| # endif
390| # include <string.h>
391| #endif
392| #ifdef HAVE_STRINGS_H
393| # include <strings.h>
394| #endif
395| #ifdef HAVE_INTTYPES_H
396| # include <inttypes.h>
397| #endif
398| #ifdef HAVE_STDINT_H
399| # include <stdint.h>
400| #endif
401| #ifdef HAVE_UNISTD_H
402| # include <unistd.h>
403| #endif
404| int
405| main ()
406| {
407| if (sizeof ((size_t)))
408|         return 0;
409|   ;
410|   return 0;
411| }
412configure:4562: result: yes
413configure:4574: checking for ssize_t
414configure:4602: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
415configure:4609: $? = 0
416configure:4636: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
417conftest.c: In function 'main':
418conftest.c:62: error: expected expression before ')' token
419configure:4643: $? = 1
420configure: failed program was:
421| /* confdefs.h.  */
422| #define PACKAGE_NAME "readline"
423| #define PACKAGE_TARNAME "readline"
424| #define PACKAGE_VERSION "6.2"
425| #define PACKAGE_STRING "readline 6.2"
426| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
427| #define STDC_HEADERS 1
428| #define HAVE_SYS_TYPES_H 1
429| #define HAVE_SYS_STAT_H 1
430| #define HAVE_STDLIB_H 1
431| #define HAVE_STRING_H 1
432| #define HAVE_MEMORY_H 1
433| #define HAVE_STRINGS_H 1
434| #define HAVE_INTTYPES_H 1
435| #define HAVE_STDINT_H 1
436| #define HAVE_UNISTD_H 1
437| #define __EXTENSIONS__ 1
438| #define _ALL_SOURCE 1
439| #define _GNU_SOURCE 1
440| #define _POSIX_PTHREAD_SEMANTICS 1
441| #define _TANDEM_SOURCE 1
442| #define PROTOTYPES 1
443| #define __PROTOTYPES 1
444| #define RETSIGTYPE void
445| /* end confdefs.h.  */
446| #include <stdio.h>
447| #ifdef HAVE_SYS_TYPES_H
448| # include <sys/types.h>
449| #endif
450| #ifdef HAVE_SYS_STAT_H
451| # include <sys/stat.h>
452| #endif
453| #ifdef STDC_HEADERS
454| # include <stdlib.h>
455| # include <stddef.h>
456| #else
457| # ifdef HAVE_STDLIB_H
458| #  include <stdlib.h>
459| # endif
460| #endif
461| #ifdef HAVE_STRING_H
462| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
463| #  include <memory.h>
464| # endif
465| # include <string.h>
466| #endif
467| #ifdef HAVE_STRINGS_H
468| # include <strings.h>
469| #endif
470| #ifdef HAVE_INTTYPES_H
471| # include <inttypes.h>
472| #endif
473| #ifdef HAVE_STDINT_H
474| # include <stdint.h>
475| #endif
476| #ifdef HAVE_UNISTD_H
477| # include <unistd.h>
478| #endif
479| int
480| main ()
481| {
482| if (sizeof ((ssize_t)))
483|         return 0;
484|   ;
485|   return 0;
486| }
487configure:4666: result: yes
488configure:4679: checking for ANSI C header files
489configure:4847: result: yes
490configure:4858: checking whether stat file-mode macros are broken
491configure:4895: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
492configure:4902: $? = 0
493configure:4917: result: no
494configure:4935: checking for dirent.h that defines DIR
495configure:4964: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
496configure:4971: $? = 0
497configure:4988: result: yes
498configure:5003: checking for library containing opendir
499configure:5044: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
500configure:5051: $? = 0
501configure:5082: result: none required
502configure:5187: checking for fcntl
503configure:5243: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
504configure:5250: $? = 0
505configure:5272: result: yes
506configure:5187: checking for kill
507configure:5243: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
508configure:5250: $? = 0
509configure:5272: result: yes
510configure:5187: checking for lstat
511configure:5243: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
512configure:5250: $? = 0
513configure:5272: result: yes
514configure:5297: checking for memmove
515configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
516conftest.c:54: warning: conflicting types for built-in function 'memmove'
517configure:5360: $? = 0
518configure:5382: result: yes
519configure:5297: checking for putenv
520configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
521configure:5360: $? = 0
522configure:5382: result: yes
523configure:5297: checking for select
524configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
525configure:5360: $? = 0
526configure:5382: result: yes
527configure:5297: checking for setenv
528configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
529configure:5360: $? = 0
530configure:5382: result: yes
531configure:5297: checking for setlocale
532configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
533configure:5360: $? = 0
534configure:5382: result: yes
535configure:5297: checking for strcasecmp
536configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
537conftest.c:59: warning: conflicting types for built-in function 'strcasecmp'
538configure:5360: $? = 0
539configure:5382: result: yes
540configure:5297: checking for strpbrk
541configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
542conftest.c:60: warning: conflicting types for built-in function 'strpbrk'
543configure:5360: $? = 0
544configure:5382: result: yes
545configure:5297: checking for tcgetattr
546configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
547configure:5360: $? = 0
548configure:5382: result: yes
549configure:5297: checking for vsnprintf
550configure:5353: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
551conftest.c:62: warning: conflicting types for built-in function 'vsnprintf'
552configure:5360: $? = 0
553configure:5382: result: yes
554configure:5399: checking for isascii
555configure:5455: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
556conftest.c:63: warning: conflicting types for built-in function 'isascii'
557configure:5462: $? = 0
558configure:5484: result: yes
559configure:5399: checking for isxdigit
560configure:5455: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
561conftest.c:64: warning: conflicting types for built-in function 'isxdigit'
562configure:5462: $? = 0
563configure:5484: result: yes
564configure:5502: checking for getpwent
565configure:5558: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
566configure:5565: $? = 0
567configure:5587: result: yes
568configure:5502: checking for getpwnam
569configure:5558: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
570configure:5565: $? = 0
571configure:5587: result: yes
572configure:5502: checking for getpwuid
573configure:5558: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
574configure:5565: $? = 0
575configure:5587: result: yes
576configure:5600: checking for working strcoll
577configure:5631: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
578configure:5635: $? = 0
579configure:5641: ./conftest
580configure:5645: $? = 0
581configure:5662: result: yes
582configure:5703: checking fcntl.h usability
583configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
584configure:5727: $? = 0
585configure:5741: result: yes
586configure:5745: checking fcntl.h presence
587configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
588configure:5767: $? = 0
589configure:5781: result: yes
590configure:5814: checking for fcntl.h
591configure:5823: result: yes
592configure:5692: checking for unistd.h
593configure:5699: result: yes
594configure:5692: checking for stdlib.h
595configure:5699: result: yes
596configure:5703: checking varargs.h usability
597configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
598In file included from conftest.c:82:
599/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
600/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
601configure:5727: $? = 1
602configure: failed program was:
603| /* confdefs.h.  */
604| #define PACKAGE_NAME "readline"
605| #define PACKAGE_TARNAME "readline"
606| #define PACKAGE_VERSION "6.2"
607| #define PACKAGE_STRING "readline 6.2"
608| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
609| #define STDC_HEADERS 1
610| #define HAVE_SYS_TYPES_H 1
611| #define HAVE_SYS_STAT_H 1
612| #define HAVE_STDLIB_H 1
613| #define HAVE_STRING_H 1
614| #define HAVE_MEMORY_H 1
615| #define HAVE_STRINGS_H 1
616| #define HAVE_INTTYPES_H 1
617| #define HAVE_STDINT_H 1
618| #define HAVE_UNISTD_H 1
619| #define __EXTENSIONS__ 1
620| #define _ALL_SOURCE 1
621| #define _GNU_SOURCE 1
622| #define _POSIX_PTHREAD_SEMANTICS 1
623| #define _TANDEM_SOURCE 1
624| #define PROTOTYPES 1
625| #define __PROTOTYPES 1
626| #define RETSIGTYPE void
627| #define STDC_HEADERS 1
628| #define HAVE_DIRENT_H 1
629| #define HAVE_FCNTL 1
630| #define HAVE_KILL 1
631| #define HAVE_LSTAT 1
632| #define HAVE_MEMMOVE 1
633| #define HAVE_PUTENV 1
634| #define HAVE_SELECT 1
635| #define HAVE_SETENV 1
636| #define HAVE_SETLOCALE 1
637| #define HAVE_STRCASECMP 1
638| #define HAVE_STRPBRK 1
639| #define HAVE_TCGETATTR 1
640| #define HAVE_VSNPRINTF 1
641| #define HAVE_ISASCII 1
642| #define HAVE_ISXDIGIT 1
643| #define HAVE_GETPWENT 1
644| #define HAVE_GETPWNAM 1
645| #define HAVE_GETPWUID 1
646| #define HAVE_STRCOLL 1
647| #define HAVE_FCNTL_H 1
648| #define HAVE_UNISTD_H 1
649| #define HAVE_STDLIB_H 1
650| /* end confdefs.h.  */
651| #include <stdio.h>
652| #ifdef HAVE_SYS_TYPES_H
653| # include <sys/types.h>
654| #endif
655| #ifdef HAVE_SYS_STAT_H
656| # include <sys/stat.h>
657| #endif
658| #ifdef STDC_HEADERS
659| # include <stdlib.h>
660| # include <stddef.h>
661| #else
662| # ifdef HAVE_STDLIB_H
663| #  include <stdlib.h>
664| # endif
665| #endif
666| #ifdef HAVE_STRING_H
667| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
668| #  include <memory.h>
669| # endif
670| # include <string.h>
671| #endif
672| #ifdef HAVE_STRINGS_H
673| # include <strings.h>
674| #endif
675| #ifdef HAVE_INTTYPES_H
676| # include <inttypes.h>
677| #endif
678| #ifdef HAVE_STDINT_H
679| # include <stdint.h>
680| #endif
681| #ifdef HAVE_UNISTD_H
682| # include <unistd.h>
683| #endif
684| #include <varargs.h>
685configure:5741: result: no
686configure:5745: checking varargs.h presence
687configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
688In file included from conftest.c:49:
689/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
690/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
691configure:5767: $? = 1
692configure: failed program was:
693| /* confdefs.h.  */
694| #define PACKAGE_NAME "readline"
695| #define PACKAGE_TARNAME "readline"
696| #define PACKAGE_VERSION "6.2"
697| #define PACKAGE_STRING "readline 6.2"
698| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
699| #define STDC_HEADERS 1
700| #define HAVE_SYS_TYPES_H 1
701| #define HAVE_SYS_STAT_H 1
702| #define HAVE_STDLIB_H 1
703| #define HAVE_STRING_H 1
704| #define HAVE_MEMORY_H 1
705| #define HAVE_STRINGS_H 1
706| #define HAVE_INTTYPES_H 1
707| #define HAVE_STDINT_H 1
708| #define HAVE_UNISTD_H 1
709| #define __EXTENSIONS__ 1
710| #define _ALL_SOURCE 1
711| #define _GNU_SOURCE 1
712| #define _POSIX_PTHREAD_SEMANTICS 1
713| #define _TANDEM_SOURCE 1
714| #define PROTOTYPES 1
715| #define __PROTOTYPES 1
716| #define RETSIGTYPE void
717| #define STDC_HEADERS 1
718| #define HAVE_DIRENT_H 1
719| #define HAVE_FCNTL 1
720| #define HAVE_KILL 1
721| #define HAVE_LSTAT 1
722| #define HAVE_MEMMOVE 1
723| #define HAVE_PUTENV 1
724| #define HAVE_SELECT 1
725| #define HAVE_SETENV 1
726| #define HAVE_SETLOCALE 1
727| #define HAVE_STRCASECMP 1
728| #define HAVE_STRPBRK 1
729| #define HAVE_TCGETATTR 1
730| #define HAVE_VSNPRINTF 1
731| #define HAVE_ISASCII 1
732| #define HAVE_ISXDIGIT 1
733| #define HAVE_GETPWENT 1
734| #define HAVE_GETPWNAM 1
735| #define HAVE_GETPWUID 1
736| #define HAVE_STRCOLL 1
737| #define HAVE_FCNTL_H 1
738| #define HAVE_UNISTD_H 1
739| #define HAVE_STDLIB_H 1
740| /* end confdefs.h.  */
741| #include <varargs.h>
742configure:5781: result: no
743configure:5814: checking for varargs.h
744configure:5823: result: no
745configure:5703: checking stdarg.h usability
746configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
747configure:5727: $? = 0
748configure:5741: result: yes
749configure:5745: checking stdarg.h presence
750configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
751configure:5767: $? = 0
752configure:5781: result: yes
753configure:5814: checking for stdarg.h
754configure:5823: result: yes
755configure:5692: checking for string.h
756configure:5699: result: yes
757configure:5692: checking for strings.h
758configure:5699: result: yes
759configure:5703: checking limits.h usability
760configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
761configure:5727: $? = 0
762configure:5741: result: yes
763configure:5745: checking limits.h presence
764configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
765configure:5767: $? = 0
766configure:5781: result: yes
767configure:5814: checking for limits.h
768configure:5823: result: yes
769configure:5703: checking locale.h usability
770configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
771configure:5727: $? = 0
772configure:5741: result: yes
773configure:5745: checking locale.h presence
774configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
775configure:5767: $? = 0
776configure:5781: result: yes
777configure:5814: checking for locale.h
778configure:5823: result: yes
779configure:5703: checking pwd.h usability
780configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
781configure:5727: $? = 0
782configure:5741: result: yes
783configure:5745: checking pwd.h presence
784configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
785configure:5767: $? = 0
786configure:5781: result: yes
787configure:5814: checking for pwd.h
788configure:5823: result: yes
789configure:5692: checking for memory.h
790configure:5699: result: yes
791configure:5703: checking termcap.h usability
792configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
793configure:5727: $? = 0
794configure:5741: result: yes
795configure:5745: checking termcap.h presence
796configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
797configure:5767: $? = 0
798configure:5781: result: yes
799configure:5814: checking for termcap.h
800configure:5823: result: yes
801configure:5703: checking termios.h usability
802configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
803configure:5727: $? = 0
804configure:5741: result: yes
805configure:5745: checking termios.h presence
806configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
807configure:5767: $? = 0
808configure:5781: result: yes
809configure:5814: checking for termios.h
810configure:5823: result: yes
811configure:5703: checking termio.h usability
812configure:5720: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
813conftest.c:91:20: error: termio.h: No such file or directory
814configure:5727: $? = 1
815configure: failed program was:
816| /* confdefs.h.  */
817| #define PACKAGE_NAME "readline"
818| #define PACKAGE_TARNAME "readline"
819| #define PACKAGE_VERSION "6.2"
820| #define PACKAGE_STRING "readline 6.2"
821| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
822| #define STDC_HEADERS 1
823| #define HAVE_SYS_TYPES_H 1
824| #define HAVE_SYS_STAT_H 1
825| #define HAVE_STDLIB_H 1
826| #define HAVE_STRING_H 1
827| #define HAVE_MEMORY_H 1
828| #define HAVE_STRINGS_H 1
829| #define HAVE_INTTYPES_H 1
830| #define HAVE_STDINT_H 1
831| #define HAVE_UNISTD_H 1
832| #define __EXTENSIONS__ 1
833| #define _ALL_SOURCE 1
834| #define _GNU_SOURCE 1
835| #define _POSIX_PTHREAD_SEMANTICS 1
836| #define _TANDEM_SOURCE 1
837| #define PROTOTYPES 1
838| #define __PROTOTYPES 1
839| #define RETSIGTYPE void
840| #define STDC_HEADERS 1
841| #define HAVE_DIRENT_H 1
842| #define HAVE_FCNTL 1
843| #define HAVE_KILL 1
844| #define HAVE_LSTAT 1
845| #define HAVE_MEMMOVE 1
846| #define HAVE_PUTENV 1
847| #define HAVE_SELECT 1
848| #define HAVE_SETENV 1
849| #define HAVE_SETLOCALE 1
850| #define HAVE_STRCASECMP 1
851| #define HAVE_STRPBRK 1
852| #define HAVE_TCGETATTR 1
853| #define HAVE_VSNPRINTF 1
854| #define HAVE_ISASCII 1
855| #define HAVE_ISXDIGIT 1
856| #define HAVE_GETPWENT 1
857| #define HAVE_GETPWNAM 1
858| #define HAVE_GETPWUID 1
859| #define HAVE_STRCOLL 1
860| #define HAVE_FCNTL_H 1
861| #define HAVE_UNISTD_H 1
862| #define HAVE_STDLIB_H 1
863| #define HAVE_STDARG_H 1
864| #define HAVE_STRING_H 1
865| #define HAVE_STRINGS_H 1
866| #define HAVE_LIMITS_H 1
867| #define HAVE_LOCALE_H 1
868| #define HAVE_PWD_H 1
869| #define HAVE_MEMORY_H 1
870| #define HAVE_TERMCAP_H 1
871| #define HAVE_TERMIOS_H 1
872| /* end confdefs.h.  */
873| #include <stdio.h>
874| #ifdef HAVE_SYS_TYPES_H
875| # include <sys/types.h>
876| #endif
877| #ifdef HAVE_SYS_STAT_H
878| # include <sys/stat.h>
879| #endif
880| #ifdef STDC_HEADERS
881| # include <stdlib.h>
882| # include <stddef.h>
883| #else
884| # ifdef HAVE_STDLIB_H
885| #  include <stdlib.h>
886| # endif
887| #endif
888| #ifdef HAVE_STRING_H
889| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
890| #  include <memory.h>
891| # endif
892| # include <string.h>
893| #endif
894| #ifdef HAVE_STRINGS_H
895| # include <strings.h>
896| #endif
897| #ifdef HAVE_INTTYPES_H
898| # include <inttypes.h>
899| #endif
900| #ifdef HAVE_STDINT_H
901| # include <stdint.h>
902| #endif
903| #ifdef HAVE_UNISTD_H
904| # include <unistd.h>
905| #endif
906| #include <termio.h>
907configure:5741: result: no
908configure:5745: checking termio.h presence
909configure:5760: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
910conftest.c:58:20: error: termio.h: No such file or directory
911configure:5767: $? = 1
912configure: failed program was:
913| /* confdefs.h.  */
914| #define PACKAGE_NAME "readline"
915| #define PACKAGE_TARNAME "readline"
916| #define PACKAGE_VERSION "6.2"
917| #define PACKAGE_STRING "readline 6.2"
918| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
919| #define STDC_HEADERS 1
920| #define HAVE_SYS_TYPES_H 1
921| #define HAVE_SYS_STAT_H 1
922| #define HAVE_STDLIB_H 1
923| #define HAVE_STRING_H 1
924| #define HAVE_MEMORY_H 1
925| #define HAVE_STRINGS_H 1
926| #define HAVE_INTTYPES_H 1
927| #define HAVE_STDINT_H 1
928| #define HAVE_UNISTD_H 1
929| #define __EXTENSIONS__ 1
930| #define _ALL_SOURCE 1
931| #define _GNU_SOURCE 1
932| #define _POSIX_PTHREAD_SEMANTICS 1
933| #define _TANDEM_SOURCE 1
934| #define PROTOTYPES 1
935| #define __PROTOTYPES 1
936| #define RETSIGTYPE void
937| #define STDC_HEADERS 1
938| #define HAVE_DIRENT_H 1
939| #define HAVE_FCNTL 1
940| #define HAVE_KILL 1
941| #define HAVE_LSTAT 1
942| #define HAVE_MEMMOVE 1
943| #define HAVE_PUTENV 1
944| #define HAVE_SELECT 1
945| #define HAVE_SETENV 1
946| #define HAVE_SETLOCALE 1
947| #define HAVE_STRCASECMP 1
948| #define HAVE_STRPBRK 1
949| #define HAVE_TCGETATTR 1
950| #define HAVE_VSNPRINTF 1
951| #define HAVE_ISASCII 1
952| #define HAVE_ISXDIGIT 1
953| #define HAVE_GETPWENT 1
954| #define HAVE_GETPWNAM 1
955| #define HAVE_GETPWUID 1
956| #define HAVE_STRCOLL 1
957| #define HAVE_FCNTL_H 1
958| #define HAVE_UNISTD_H 1
959| #define HAVE_STDLIB_H 1
960| #define HAVE_STDARG_H 1
961| #define HAVE_STRING_H 1
962| #define HAVE_STRINGS_H 1
963| #define HAVE_LIMITS_H 1
964| #define HAVE_LOCALE_H 1
965| #define HAVE_PWD_H 1
966| #define HAVE_MEMORY_H 1
967| #define HAVE_TERMCAP_H 1
968| #define HAVE_TERMIOS_H 1
969| /* end confdefs.h.  */
970| #include <termio.h>
971configure:5781: result: no
972configure:5814: checking for termio.h
973configure:5823: result: no
974configure:5857: checking sys/pte.h usability
975configure:5874: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
976conftest.c:91:21: error: sys/pte.h: No such file or directory
977configure:5881: $? = 1
978configure: failed program was:
979| /* confdefs.h.  */
980| #define PACKAGE_NAME "readline"
981| #define PACKAGE_TARNAME "readline"
982| #define PACKAGE_VERSION "6.2"
983| #define PACKAGE_STRING "readline 6.2"
984| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
985| #define STDC_HEADERS 1
986| #define HAVE_SYS_TYPES_H 1
987| #define HAVE_SYS_STAT_H 1
988| #define HAVE_STDLIB_H 1
989| #define HAVE_STRING_H 1
990| #define HAVE_MEMORY_H 1
991| #define HAVE_STRINGS_H 1
992| #define HAVE_INTTYPES_H 1
993| #define HAVE_STDINT_H 1
994| #define HAVE_UNISTD_H 1
995| #define __EXTENSIONS__ 1
996| #define _ALL_SOURCE 1
997| #define _GNU_SOURCE 1
998| #define _POSIX_PTHREAD_SEMANTICS 1
999| #define _TANDEM_SOURCE 1
1000| #define PROTOTYPES 1
1001| #define __PROTOTYPES 1
1002| #define RETSIGTYPE void
1003| #define STDC_HEADERS 1
1004| #define HAVE_DIRENT_H 1
1005| #define HAVE_FCNTL 1
1006| #define HAVE_KILL 1
1007| #define HAVE_LSTAT 1
1008| #define HAVE_MEMMOVE 1
1009| #define HAVE_PUTENV 1
1010| #define HAVE_SELECT 1
1011| #define HAVE_SETENV 1
1012| #define HAVE_SETLOCALE 1
1013| #define HAVE_STRCASECMP 1
1014| #define HAVE_STRPBRK 1
1015| #define HAVE_TCGETATTR 1
1016| #define HAVE_VSNPRINTF 1
1017| #define HAVE_ISASCII 1
1018| #define HAVE_ISXDIGIT 1
1019| #define HAVE_GETPWENT 1
1020| #define HAVE_GETPWNAM 1
1021| #define HAVE_GETPWUID 1
1022| #define HAVE_STRCOLL 1
1023| #define HAVE_FCNTL_H 1
1024| #define HAVE_UNISTD_H 1
1025| #define HAVE_STDLIB_H 1
1026| #define HAVE_STDARG_H 1
1027| #define HAVE_STRING_H 1
1028| #define HAVE_STRINGS_H 1
1029| #define HAVE_LIMITS_H 1
1030| #define HAVE_LOCALE_H 1
1031| #define HAVE_PWD_H 1
1032| #define HAVE_MEMORY_H 1
1033| #define HAVE_TERMCAP_H 1
1034| #define HAVE_TERMIOS_H 1
1035| /* end confdefs.h.  */
1036| #include <stdio.h>
1037| #ifdef HAVE_SYS_TYPES_H
1038| # include <sys/types.h>
1039| #endif
1040| #ifdef HAVE_SYS_STAT_H
1041| # include <sys/stat.h>
1042| #endif
1043| #ifdef STDC_HEADERS
1044| # include <stdlib.h>
1045| # include <stddef.h>
1046| #else
1047| # ifdef HAVE_STDLIB_H
1048| #  include <stdlib.h>
1049| # endif
1050| #endif
1051| #ifdef HAVE_STRING_H
1052| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1053| #  include <memory.h>
1054| # endif
1055| # include <string.h>
1056| #endif
1057| #ifdef HAVE_STRINGS_H
1058| # include <strings.h>
1059| #endif
1060| #ifdef HAVE_INTTYPES_H
1061| # include <inttypes.h>
1062| #endif
1063| #ifdef HAVE_STDINT_H
1064| # include <stdint.h>
1065| #endif
1066| #ifdef HAVE_UNISTD_H
1067| # include <unistd.h>
1068| #endif
1069| #include <sys/pte.h>
1070configure:5895: result: no
1071configure:5899: checking sys/pte.h presence
1072configure:5914: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1073conftest.c:58:21: error: sys/pte.h: No such file or directory
1074configure:5921: $? = 1
1075configure: failed program was:
1076| /* confdefs.h.  */
1077| #define PACKAGE_NAME "readline"
1078| #define PACKAGE_TARNAME "readline"
1079| #define PACKAGE_VERSION "6.2"
1080| #define PACKAGE_STRING "readline 6.2"
1081| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1082| #define STDC_HEADERS 1
1083| #define HAVE_SYS_TYPES_H 1
1084| #define HAVE_SYS_STAT_H 1
1085| #define HAVE_STDLIB_H 1
1086| #define HAVE_STRING_H 1
1087| #define HAVE_MEMORY_H 1
1088| #define HAVE_STRINGS_H 1
1089| #define HAVE_INTTYPES_H 1
1090| #define HAVE_STDINT_H 1
1091| #define HAVE_UNISTD_H 1
1092| #define __EXTENSIONS__ 1
1093| #define _ALL_SOURCE 1
1094| #define _GNU_SOURCE 1
1095| #define _POSIX_PTHREAD_SEMANTICS 1
1096| #define _TANDEM_SOURCE 1
1097| #define PROTOTYPES 1
1098| #define __PROTOTYPES 1
1099| #define RETSIGTYPE void
1100| #define STDC_HEADERS 1
1101| #define HAVE_DIRENT_H 1
1102| #define HAVE_FCNTL 1
1103| #define HAVE_KILL 1
1104| #define HAVE_LSTAT 1
1105| #define HAVE_MEMMOVE 1
1106| #define HAVE_PUTENV 1
1107| #define HAVE_SELECT 1
1108| #define HAVE_SETENV 1
1109| #define HAVE_SETLOCALE 1
1110| #define HAVE_STRCASECMP 1
1111| #define HAVE_STRPBRK 1
1112| #define HAVE_TCGETATTR 1
1113| #define HAVE_VSNPRINTF 1
1114| #define HAVE_ISASCII 1
1115| #define HAVE_ISXDIGIT 1
1116| #define HAVE_GETPWENT 1
1117| #define HAVE_GETPWNAM 1
1118| #define HAVE_GETPWUID 1
1119| #define HAVE_STRCOLL 1
1120| #define HAVE_FCNTL_H 1
1121| #define HAVE_UNISTD_H 1
1122| #define HAVE_STDLIB_H 1
1123| #define HAVE_STDARG_H 1
1124| #define HAVE_STRING_H 1
1125| #define HAVE_STRINGS_H 1
1126| #define HAVE_LIMITS_H 1
1127| #define HAVE_LOCALE_H 1
1128| #define HAVE_PWD_H 1
1129| #define HAVE_MEMORY_H 1
1130| #define HAVE_TERMCAP_H 1
1131| #define HAVE_TERMIOS_H 1
1132| /* end confdefs.h.  */
1133| #include <sys/pte.h>
1134configure:5935: result: no
1135configure:5968: checking for sys/pte.h
1136configure:5977: result: no
1137configure:5857: checking sys/stream.h usability
1138configure:5874: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1139conftest.c:91:24: error: sys/stream.h: No such file or directory
1140configure:5881: $? = 1
1141configure: failed program was:
1142| /* confdefs.h.  */
1143| #define PACKAGE_NAME "readline"
1144| #define PACKAGE_TARNAME "readline"
1145| #define PACKAGE_VERSION "6.2"
1146| #define PACKAGE_STRING "readline 6.2"
1147| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1148| #define STDC_HEADERS 1
1149| #define HAVE_SYS_TYPES_H 1
1150| #define HAVE_SYS_STAT_H 1
1151| #define HAVE_STDLIB_H 1
1152| #define HAVE_STRING_H 1
1153| #define HAVE_MEMORY_H 1
1154| #define HAVE_STRINGS_H 1
1155| #define HAVE_INTTYPES_H 1
1156| #define HAVE_STDINT_H 1
1157| #define HAVE_UNISTD_H 1
1158| #define __EXTENSIONS__ 1
1159| #define _ALL_SOURCE 1
1160| #define _GNU_SOURCE 1
1161| #define _POSIX_PTHREAD_SEMANTICS 1
1162| #define _TANDEM_SOURCE 1
1163| #define PROTOTYPES 1
1164| #define __PROTOTYPES 1
1165| #define RETSIGTYPE void
1166| #define STDC_HEADERS 1
1167| #define HAVE_DIRENT_H 1
1168| #define HAVE_FCNTL 1
1169| #define HAVE_KILL 1
1170| #define HAVE_LSTAT 1
1171| #define HAVE_MEMMOVE 1
1172| #define HAVE_PUTENV 1
1173| #define HAVE_SELECT 1
1174| #define HAVE_SETENV 1
1175| #define HAVE_SETLOCALE 1
1176| #define HAVE_STRCASECMP 1
1177| #define HAVE_STRPBRK 1
1178| #define HAVE_TCGETATTR 1
1179| #define HAVE_VSNPRINTF 1
1180| #define HAVE_ISASCII 1
1181| #define HAVE_ISXDIGIT 1
1182| #define HAVE_GETPWENT 1
1183| #define HAVE_GETPWNAM 1
1184| #define HAVE_GETPWUID 1
1185| #define HAVE_STRCOLL 1
1186| #define HAVE_FCNTL_H 1
1187| #define HAVE_UNISTD_H 1
1188| #define HAVE_STDLIB_H 1
1189| #define HAVE_STDARG_H 1
1190| #define HAVE_STRING_H 1
1191| #define HAVE_STRINGS_H 1
1192| #define HAVE_LIMITS_H 1
1193| #define HAVE_LOCALE_H 1
1194| #define HAVE_PWD_H 1
1195| #define HAVE_MEMORY_H 1
1196| #define HAVE_TERMCAP_H 1
1197| #define HAVE_TERMIOS_H 1
1198| /* end confdefs.h.  */
1199| #include <stdio.h>
1200| #ifdef HAVE_SYS_TYPES_H
1201| # include <sys/types.h>
1202| #endif
1203| #ifdef HAVE_SYS_STAT_H
1204| # include <sys/stat.h>
1205| #endif
1206| #ifdef STDC_HEADERS
1207| # include <stdlib.h>
1208| # include <stddef.h>
1209| #else
1210| # ifdef HAVE_STDLIB_H
1211| #  include <stdlib.h>
1212| # endif
1213| #endif
1214| #ifdef HAVE_STRING_H
1215| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1216| #  include <memory.h>
1217| # endif
1218| # include <string.h>
1219| #endif
1220| #ifdef HAVE_STRINGS_H
1221| # include <strings.h>
1222| #endif
1223| #ifdef HAVE_INTTYPES_H
1224| # include <inttypes.h>
1225| #endif
1226| #ifdef HAVE_STDINT_H
1227| # include <stdint.h>
1228| #endif
1229| #ifdef HAVE_UNISTD_H
1230| # include <unistd.h>
1231| #endif
1232| #include <sys/stream.h>
1233configure:5895: result: no
1234configure:5899: checking sys/stream.h presence
1235configure:5914: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1236conftest.c:58:24: error: sys/stream.h: No such file or directory
1237configure:5921: $? = 1
1238configure: failed program was:
1239| /* confdefs.h.  */
1240| #define PACKAGE_NAME "readline"
1241| #define PACKAGE_TARNAME "readline"
1242| #define PACKAGE_VERSION "6.2"
1243| #define PACKAGE_STRING "readline 6.2"
1244| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1245| #define STDC_HEADERS 1
1246| #define HAVE_SYS_TYPES_H 1
1247| #define HAVE_SYS_STAT_H 1
1248| #define HAVE_STDLIB_H 1
1249| #define HAVE_STRING_H 1
1250| #define HAVE_MEMORY_H 1
1251| #define HAVE_STRINGS_H 1
1252| #define HAVE_INTTYPES_H 1
1253| #define HAVE_STDINT_H 1
1254| #define HAVE_UNISTD_H 1
1255| #define __EXTENSIONS__ 1
1256| #define _ALL_SOURCE 1
1257| #define _GNU_SOURCE 1
1258| #define _POSIX_PTHREAD_SEMANTICS 1
1259| #define _TANDEM_SOURCE 1
1260| #define PROTOTYPES 1
1261| #define __PROTOTYPES 1
1262| #define RETSIGTYPE void
1263| #define STDC_HEADERS 1
1264| #define HAVE_DIRENT_H 1
1265| #define HAVE_FCNTL 1
1266| #define HAVE_KILL 1
1267| #define HAVE_LSTAT 1
1268| #define HAVE_MEMMOVE 1
1269| #define HAVE_PUTENV 1
1270| #define HAVE_SELECT 1
1271| #define HAVE_SETENV 1
1272| #define HAVE_SETLOCALE 1
1273| #define HAVE_STRCASECMP 1
1274| #define HAVE_STRPBRK 1
1275| #define HAVE_TCGETATTR 1
1276| #define HAVE_VSNPRINTF 1
1277| #define HAVE_ISASCII 1
1278| #define HAVE_ISXDIGIT 1
1279| #define HAVE_GETPWENT 1
1280| #define HAVE_GETPWNAM 1
1281| #define HAVE_GETPWUID 1
1282| #define HAVE_STRCOLL 1
1283| #define HAVE_FCNTL_H 1
1284| #define HAVE_UNISTD_H 1
1285| #define HAVE_STDLIB_H 1
1286| #define HAVE_STDARG_H 1
1287| #define HAVE_STRING_H 1
1288| #define HAVE_STRINGS_H 1
1289| #define HAVE_LIMITS_H 1
1290| #define HAVE_LOCALE_H 1
1291| #define HAVE_PWD_H 1
1292| #define HAVE_MEMORY_H 1
1293| #define HAVE_TERMCAP_H 1
1294| #define HAVE_TERMIOS_H 1
1295| /* end confdefs.h.  */
1296| #include <sys/stream.h>
1297configure:5935: result: no
1298configure:5968: checking for sys/stream.h
1299configure:5977: result: no
1300configure:5857: checking sys/select.h usability
1301configure:5874: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1302configure:5881: $? = 0
1303configure:5895: result: yes
1304configure:5899: checking sys/select.h presence
1305configure:5914: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1306configure:5921: $? = 0
1307configure:5935: result: yes
1308configure:5968: checking for sys/select.h
1309configure:5977: result: yes
1310configure:5857: checking sys/file.h usability
1311configure:5874: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1312configure:5881: $? = 0
1313configure:5895: result: yes
1314configure:5899: checking sys/file.h presence
1315configure:5914: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1316configure:5921: $? = 0
1317configure:5935: result: yes
1318configure:5968: checking for sys/file.h
1319configure:5977: result: yes
1320configure:5997: checking for sys/ptem.h
1321configure:6022: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1322conftest.c:66:22: error: sys/ptem.h: No such file or directory
1323configure:6029: $? = 1
1324configure: failed program was:
1325| /* confdefs.h.  */
1326| #define PACKAGE_NAME "readline"
1327| #define PACKAGE_TARNAME "readline"
1328| #define PACKAGE_VERSION "6.2"
1329| #define PACKAGE_STRING "readline 6.2"
1330| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1331| #define STDC_HEADERS 1
1332| #define HAVE_SYS_TYPES_H 1
1333| #define HAVE_SYS_STAT_H 1
1334| #define HAVE_STDLIB_H 1
1335| #define HAVE_STRING_H 1
1336| #define HAVE_MEMORY_H 1
1337| #define HAVE_STRINGS_H 1
1338| #define HAVE_INTTYPES_H 1
1339| #define HAVE_STDINT_H 1
1340| #define HAVE_UNISTD_H 1
1341| #define __EXTENSIONS__ 1
1342| #define _ALL_SOURCE 1
1343| #define _GNU_SOURCE 1
1344| #define _POSIX_PTHREAD_SEMANTICS 1
1345| #define _TANDEM_SOURCE 1
1346| #define PROTOTYPES 1
1347| #define __PROTOTYPES 1
1348| #define RETSIGTYPE void
1349| #define STDC_HEADERS 1
1350| #define HAVE_DIRENT_H 1
1351| #define HAVE_FCNTL 1
1352| #define HAVE_KILL 1
1353| #define HAVE_LSTAT 1
1354| #define HAVE_MEMMOVE 1
1355| #define HAVE_PUTENV 1
1356| #define HAVE_SELECT 1
1357| #define HAVE_SETENV 1
1358| #define HAVE_SETLOCALE 1
1359| #define HAVE_STRCASECMP 1
1360| #define HAVE_STRPBRK 1
1361| #define HAVE_TCGETATTR 1
1362| #define HAVE_VSNPRINTF 1
1363| #define HAVE_ISASCII 1
1364| #define HAVE_ISXDIGIT 1
1365| #define HAVE_GETPWENT 1
1366| #define HAVE_GETPWNAM 1
1367| #define HAVE_GETPWUID 1
1368| #define HAVE_STRCOLL 1
1369| #define HAVE_FCNTL_H 1
1370| #define HAVE_UNISTD_H 1
1371| #define HAVE_STDLIB_H 1
1372| #define HAVE_STDARG_H 1
1373| #define HAVE_STRING_H 1
1374| #define HAVE_STRINGS_H 1
1375| #define HAVE_LIMITS_H 1
1376| #define HAVE_LOCALE_H 1
1377| #define HAVE_PWD_H 1
1378| #define HAVE_MEMORY_H 1
1379| #define HAVE_TERMCAP_H 1
1380| #define HAVE_TERMIOS_H 1
1381| #define HAVE_SYS_SELECT_H 1
1382| #define HAVE_SYS_FILE_H 1
1383| /* end confdefs.h.  */
1384|
1385| #if HAVE_SYS_STREAM_H
1386| #  include <sys/stream.h>
1387| #endif
1388|
1389|
1390| #include <sys/ptem.h>
1391configure:6046: result: no
1392configure:6067: checking for special C compiler options needed for large files
1393configure:6162: result: no
1394configure:6168: checking for _FILE_OFFSET_BITS value needed for large files
1395configure:6203: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1396configure:6210: $? = 0
1397configure:6279: result: no
1398configure:6418: checking for type of signal functions
1399configure:6451: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1400configure:6458: $? = 0
1401configure:6586: result: posix
1402configure:6607: checking if signal handlers must be reinstalled when invoked
1403configure:6675: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1404conftest.c: In function 'main':
1405conftest.c:102: warning: incompatible implicit declaration of built-in function 'exit'
1406configure:6679: $? = 0
1407configure:6685: ./conftest
1408configure:6689: $? = 0
1409configure:6707: result: no
1410configure:6718: checking for presence of POSIX-style sigsetjmp/siglongjmp
1411configure:6780: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1412conftest.c: In function 'main':
1413conftest.c:88: warning: incompatible implicit declaration of built-in function 'exit'
1414configure:6784: $? = 0
1415configure:6790: ./conftest
1416configure:6794: $? = 0
1417configure:6812: result: present
1418configure:6821: checking for lstat
1419configure:6850: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1420configure:6857: $? = 0
1421configure:6877: result: yes
1422configure:6887: checking whether or not strcoll and strcmp differ
1423configure:6947: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1424conftest.c: In function 'main':
1425conftest.c:96: warning: incompatible implicit declaration of built-in function 'exit'
1426configure:6951: $? = 0
1427configure:6957: ./conftest
1428configure:6961: $? = 1
1429configure: program exited with status 1
1430configure: failed program was:
1431| /* confdefs.h.  */
1432| #define PACKAGE_NAME "readline"
1433| #define PACKAGE_TARNAME "readline"
1434| #define PACKAGE_VERSION "6.2"
1435| #define PACKAGE_STRING "readline 6.2"
1436| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1437| #define STDC_HEADERS 1
1438| #define HAVE_SYS_TYPES_H 1
1439| #define HAVE_SYS_STAT_H 1
1440| #define HAVE_STDLIB_H 1
1441| #define HAVE_STRING_H 1
1442| #define HAVE_MEMORY_H 1
1443| #define HAVE_STRINGS_H 1
1444| #define HAVE_INTTYPES_H 1
1445| #define HAVE_STDINT_H 1
1446| #define HAVE_UNISTD_H 1
1447| #define __EXTENSIONS__ 1
1448| #define _ALL_SOURCE 1
1449| #define _GNU_SOURCE 1
1450| #define _POSIX_PTHREAD_SEMANTICS 1
1451| #define _TANDEM_SOURCE 1
1452| #define PROTOTYPES 1
1453| #define __PROTOTYPES 1
1454| #define RETSIGTYPE void
1455| #define STDC_HEADERS 1
1456| #define HAVE_DIRENT_H 1
1457| #define HAVE_FCNTL 1
1458| #define HAVE_KILL 1
1459| #define HAVE_LSTAT 1
1460| #define HAVE_MEMMOVE 1
1461| #define HAVE_PUTENV 1
1462| #define HAVE_SELECT 1
1463| #define HAVE_SETENV 1
1464| #define HAVE_SETLOCALE 1
1465| #define HAVE_STRCASECMP 1
1466| #define HAVE_STRPBRK 1
1467| #define HAVE_TCGETATTR 1
1468| #define HAVE_VSNPRINTF 1
1469| #define HAVE_ISASCII 1
1470| #define HAVE_ISXDIGIT 1
1471| #define HAVE_GETPWENT 1
1472| #define HAVE_GETPWNAM 1
1473| #define HAVE_GETPWUID 1
1474| #define HAVE_STRCOLL 1
1475| #define HAVE_FCNTL_H 1
1476| #define HAVE_UNISTD_H 1
1477| #define HAVE_STDLIB_H 1
1478| #define HAVE_STDARG_H 1
1479| #define HAVE_STRING_H 1
1480| #define HAVE_STRINGS_H 1
1481| #define HAVE_LIMITS_H 1
1482| #define HAVE_LOCALE_H 1
1483| #define HAVE_PWD_H 1
1484| #define HAVE_MEMORY_H 1
1485| #define HAVE_TERMCAP_H 1
1486| #define HAVE_TERMIOS_H 1
1487| #define HAVE_SYS_SELECT_H 1
1488| #define HAVE_SYS_FILE_H 1
1489| #define HAVE_POSIX_SIGNALS 1
1490| #define HAVE_POSIX_SIGSETJMP 1
1491| #define HAVE_LSTAT 1
1492| /* end confdefs.h.  */
1493|
1494| #include <stdio.h>
1495| #if defined (HAVE_LOCALE_H)
1496| #include <locale.h>
1497| #endif
1498|
1499| main(c, v)
1500| int     c;
1501| char    *v[];
1502| {
1503|         int     r1, r2;
1504|         char    *deflocale, *defcoll;
1505|
1506| #ifdef HAVE_SETLOCALE
1507|         deflocale = setlocale(LC_ALL, "");
1508|       defcoll = setlocale(LC_COLLATE, "");
1509| #endif
1510|
1511| #ifdef HAVE_STRCOLL
1512|       /* These two values are taken from tests/glob-test. */
1513|         r1 = strcoll("abd", "aXd");
1514| #else
1515|       r1 = 0;
1516| #endif
1517|         r2 = strcmp("abd", "aXd");
1518|
1519|       /* These two should both be greater than 0.  It is permissible for
1520|          a system to return different values, as long as the sign is the
1521|          same. */
1522|
1523|         /* Exit with 1 (failure) if these two values are both > 0, since
1524|          this tests whether strcoll(3) is broken with respect to strcmp(3)
1525|          in the default locale. */
1526|       exit (r1 > 0 && r2 > 0);
1527| }
1528|
1529configure:6979: result: no
1530configure:6989: checking whether the ctype macros accept non-ascii characters
1531configure:7044: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1532conftest.c: In function 'main':
1533conftest.c:91: warning: incompatible implicit declaration of built-in function 'exit'
1534configure:7048: $? = 0
1535configure:7054: ./conftest
1536configure:7058: $? = 0
1537configure:7076: result: yes
1538configure:7086: checking whether getpw functions are declared in pwd.h
1539configure:7115: result: yes
1540configure:7125: checking whether termios.h defines TIOCGWINSZ
1541configure:7152: result: yes
1542configure:7196: checking for sig_atomic_t in signal.h
1543configure:7224: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1544configure:7231: $? = 0
1545configure:7251: result: yes
1546configure:7361: checking whether signal handlers are of type void
1547configure:7395: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1548configure:7402: $? = 0
1549configure:7417: result: yes
1550configure:7427: checking for TIOCSTAT in sys/ioctl.h
1551configure:7454: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1552configure:7461: $? = 0
1553configure:7477: result: yes
1554configure:7486: checking for FIONREAD in sys/ioctl.h
1555configure:7513: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1556configure:7520: $? = 0
1557configure:7536: result: yes
1558configure:7545: checking for speed_t in sys/types.h
1559configure:7571: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1560conftest.c: In function 'main':
1561conftest.c:72: error: 'speed_t' undeclared (first use in this function)
1562conftest.c:72: error: (Each undeclared identifier is reported only once
1563conftest.c:72: error: for each function it appears in.)
1564conftest.c:72: error: expected ';' before 'x'
1565configure:7578: $? = 1
1566configure: failed program was:
1567| /* confdefs.h.  */
1568| #define PACKAGE_NAME "readline"
1569| #define PACKAGE_TARNAME "readline"
1570| #define PACKAGE_VERSION "6.2"
1571| #define PACKAGE_STRING "readline 6.2"
1572| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1573| #define STDC_HEADERS 1
1574| #define HAVE_SYS_TYPES_H 1
1575| #define HAVE_SYS_STAT_H 1
1576| #define HAVE_STDLIB_H 1
1577| #define HAVE_STRING_H 1
1578| #define HAVE_MEMORY_H 1
1579| #define HAVE_STRINGS_H 1
1580| #define HAVE_INTTYPES_H 1
1581| #define HAVE_STDINT_H 1
1582| #define HAVE_UNISTD_H 1
1583| #define __EXTENSIONS__ 1
1584| #define _ALL_SOURCE 1
1585| #define _GNU_SOURCE 1
1586| #define _POSIX_PTHREAD_SEMANTICS 1
1587| #define _TANDEM_SOURCE 1
1588| #define PROTOTYPES 1
1589| #define __PROTOTYPES 1
1590| #define RETSIGTYPE void
1591| #define STDC_HEADERS 1
1592| #define HAVE_DIRENT_H 1
1593| #define HAVE_FCNTL 1
1594| #define HAVE_KILL 1
1595| #define HAVE_LSTAT 1
1596| #define HAVE_MEMMOVE 1
1597| #define HAVE_PUTENV 1
1598| #define HAVE_SELECT 1
1599| #define HAVE_SETENV 1
1600| #define HAVE_SETLOCALE 1
1601| #define HAVE_STRCASECMP 1
1602| #define HAVE_STRPBRK 1
1603| #define HAVE_TCGETATTR 1
1604| #define HAVE_VSNPRINTF 1
1605| #define HAVE_ISASCII 1
1606| #define HAVE_ISXDIGIT 1
1607| #define HAVE_GETPWENT 1
1608| #define HAVE_GETPWNAM 1
1609| #define HAVE_GETPWUID 1
1610| #define HAVE_STRCOLL 1
1611| #define HAVE_FCNTL_H 1
1612| #define HAVE_UNISTD_H 1
1613| #define HAVE_STDLIB_H 1
1614| #define HAVE_STDARG_H 1
1615| #define HAVE_STRING_H 1
1616| #define HAVE_STRINGS_H 1
1617| #define HAVE_LIMITS_H 1
1618| #define HAVE_LOCALE_H 1
1619| #define HAVE_PWD_H 1
1620| #define HAVE_MEMORY_H 1
1621| #define HAVE_TERMCAP_H 1
1622| #define HAVE_TERMIOS_H 1
1623| #define HAVE_SYS_SELECT_H 1
1624| #define HAVE_SYS_FILE_H 1
1625| #define HAVE_POSIX_SIGNALS 1
1626| #define HAVE_POSIX_SIGSETJMP 1
1627| #define HAVE_LSTAT 1
1628| #define CTYPE_NON_ASCII 1
1629| #define HAVE_GETPW_DECLS 1
1630| #define VOID_SIGHANDLER 1
1631| #define TIOCSTAT_IN_SYS_IOCTL 1
1632| #define FIONREAD_IN_SYS_IOCTL 1
1633| /* end confdefs.h.  */
1634| #include <sys/types.h>
1635| int
1636| main ()
1637| {
1638| speed_t x;
1639|   ;
1640|   return 0;
1641| }
1642configure:7594: result: no
1643configure:7603: checking for struct winsize in sys/ioctl.h and termios.h
1644configure:7630: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1645configure:7637: $? = 0
1646configure:7697: result: sys/ioctl.h
1647configure:7716: checking for struct dirent.d_ino
1648configure:7764: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1649configure:7771: $? = 0
1650configure:7787: result: yes
1651configure:7797: checking for struct dirent.d_fileno
1652configure:7845: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1653configure:7852: $? = 0
1654configure:7868: result: yes
1655configure:7892: checking for tgetent
1656configure:7948: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1657Undefined symbols:
1658  "_tgetent", referenced from:
1659      _main in cc4Jbn7i.o
1660ld: symbol(s) not found
1661collect2: ld returned 1 exit status
1662configure:7955: $? = 1
1663configure: failed program was:
1664| /* confdefs.h.  */
1665| #define PACKAGE_NAME "readline"
1666| #define PACKAGE_TARNAME "readline"
1667| #define PACKAGE_VERSION "6.2"
1668| #define PACKAGE_STRING "readline 6.2"
1669| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1670| #define STDC_HEADERS 1
1671| #define HAVE_SYS_TYPES_H 1
1672| #define HAVE_SYS_STAT_H 1
1673| #define HAVE_STDLIB_H 1
1674| #define HAVE_STRING_H 1
1675| #define HAVE_MEMORY_H 1
1676| #define HAVE_STRINGS_H 1
1677| #define HAVE_INTTYPES_H 1
1678| #define HAVE_STDINT_H 1
1679| #define HAVE_UNISTD_H 1
1680| #define __EXTENSIONS__ 1
1681| #define _ALL_SOURCE 1
1682| #define _GNU_SOURCE 1
1683| #define _POSIX_PTHREAD_SEMANTICS 1
1684| #define _TANDEM_SOURCE 1
1685| #define PROTOTYPES 1
1686| #define __PROTOTYPES 1
1687| #define RETSIGTYPE void
1688| #define STDC_HEADERS 1
1689| #define HAVE_DIRENT_H 1
1690| #define HAVE_FCNTL 1
1691| #define HAVE_KILL 1
1692| #define HAVE_LSTAT 1
1693| #define HAVE_MEMMOVE 1
1694| #define HAVE_PUTENV 1
1695| #define HAVE_SELECT 1
1696| #define HAVE_SETENV 1
1697| #define HAVE_SETLOCALE 1
1698| #define HAVE_STRCASECMP 1
1699| #define HAVE_STRPBRK 1
1700| #define HAVE_TCGETATTR 1
1701| #define HAVE_VSNPRINTF 1
1702| #define HAVE_ISASCII 1
1703| #define HAVE_ISXDIGIT 1
1704| #define HAVE_GETPWENT 1
1705| #define HAVE_GETPWNAM 1
1706| #define HAVE_GETPWUID 1
1707| #define HAVE_STRCOLL 1
1708| #define HAVE_FCNTL_H 1
1709| #define HAVE_UNISTD_H 1
1710| #define HAVE_STDLIB_H 1
1711| #define HAVE_STDARG_H 1
1712| #define HAVE_STRING_H 1
1713| #define HAVE_STRINGS_H 1
1714| #define HAVE_LIMITS_H 1
1715| #define HAVE_LOCALE_H 1
1716| #define HAVE_PWD_H 1
1717| #define HAVE_MEMORY_H 1
1718| #define HAVE_TERMCAP_H 1
1719| #define HAVE_TERMIOS_H 1
1720| #define HAVE_SYS_SELECT_H 1
1721| #define HAVE_SYS_FILE_H 1
1722| #define HAVE_POSIX_SIGNALS 1
1723| #define HAVE_POSIX_SIGSETJMP 1
1724| #define HAVE_LSTAT 1
1725| #define CTYPE_NON_ASCII 1
1726| #define HAVE_GETPW_DECLS 1
1727| #define VOID_SIGHANDLER 1
1728| #define TIOCSTAT_IN_SYS_IOCTL 1
1729| #define FIONREAD_IN_SYS_IOCTL 1
1730| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
1731| #define HAVE_STRUCT_DIRENT_D_INO 1
1732| #define HAVE_STRUCT_DIRENT_D_FILENO 1
1733| /* end confdefs.h.  */
1734| /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent.
1735|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1736| #define tgetent innocuous_tgetent
1737|
1738| /* System header to define __stub macros and hopefully few prototypes,
1739|     which can conflict with char tgetent (); below.
1740|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1741|     <limits.h> exists even on freestanding compilers.  */
1742|
1743| #ifdef __STDC__
1744| # include <limits.h>
1745| #else
1746| # include <assert.h>
1747| #endif
1748|
1749| #undef tgetent
1750|
1751| /* Override any GCC internal prototype to avoid an error.
1752|    Use char because int might match the return type of a GCC
1753|    builtin and then its argument prototype would still apply.  */
1754| #ifdef __cplusplus
1755| extern "C"
1756| #endif
1757| char tgetent ();
1758| /* The GNU C library defines this for functions which it implements
1759|     to always fail with ENOSYS.  Some functions are actually named
1760|     something starting with __ and the normal name is an alias.  */
1761| #if defined __stub_tgetent || defined __stub___tgetent
1762| choke me
1763| #endif
1764|
1765| int
1766| main ()
1767| {
1768| return tgetent ();
1769|   ;
1770|   return 0;
1771| }
1772configure:7975: result: no
1773configure:7980: checking for tgetent in -ltermcap
1774configure:8015: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ltermcap   >&5
1775configure:8022: $? = 0
1776configure:8043: result: yes
1777configure:8266: checking which library has the termcap functions
1778configure:8269: result: using libtermcap
1779configure:8317: checking wctype.h usability
1780configure:8334: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1781configure:8341: $? = 0
1782configure:8355: result: yes
1783configure:8359: checking wctype.h presence
1784configure:8374: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1785configure:8381: $? = 0
1786configure:8395: result: yes
1787configure:8428: checking for wctype.h
1788configure:8437: result: yes
1789configure:8468: checking wchar.h usability
1790configure:8485: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1791configure:8492: $? = 0
1792configure:8506: result: yes
1793configure:8510: checking wchar.h presence
1794configure:8525: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1795configure:8532: $? = 0
1796configure:8546: result: yes
1797configure:8579: checking for wchar.h
1798configure:8588: result: yes
1799configure:8619: checking langinfo.h usability
1800configure:8636: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1801configure:8643: $? = 0
1802configure:8657: result: yes
1803configure:8661: checking langinfo.h presence
1804configure:8676: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
1805configure:8683: $? = 0
1806configure:8697: result: yes
1807configure:8730: checking for langinfo.h
1808configure:8739: result: yes
1809configure:8755: checking for mbrlen
1810configure:8811: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1811configure:8818: $? = 0
1812configure:8838: result: yes
1813configure:8847: checking for mbscasecmp
1814configure:8903: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1815Undefined symbols:
1816  "_mbscasecmp", referenced from:
1817      _main in cckqUEen.o
1818ld: symbol(s) not found
1819collect2: ld returned 1 exit status
1820configure:8910: $? = 1
1821configure: failed program was:
1822| /* confdefs.h.  */
1823| #define PACKAGE_NAME "readline"
1824| #define PACKAGE_TARNAME "readline"
1825| #define PACKAGE_VERSION "6.2"
1826| #define PACKAGE_STRING "readline 6.2"
1827| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1828| #define STDC_HEADERS 1
1829| #define HAVE_SYS_TYPES_H 1
1830| #define HAVE_SYS_STAT_H 1
1831| #define HAVE_STDLIB_H 1
1832| #define HAVE_STRING_H 1
1833| #define HAVE_MEMORY_H 1
1834| #define HAVE_STRINGS_H 1
1835| #define HAVE_INTTYPES_H 1
1836| #define HAVE_STDINT_H 1
1837| #define HAVE_UNISTD_H 1
1838| #define __EXTENSIONS__ 1
1839| #define _ALL_SOURCE 1
1840| #define _GNU_SOURCE 1
1841| #define _POSIX_PTHREAD_SEMANTICS 1
1842| #define _TANDEM_SOURCE 1
1843| #define PROTOTYPES 1
1844| #define __PROTOTYPES 1
1845| #define RETSIGTYPE void
1846| #define STDC_HEADERS 1
1847| #define HAVE_DIRENT_H 1
1848| #define HAVE_FCNTL 1
1849| #define HAVE_KILL 1
1850| #define HAVE_LSTAT 1
1851| #define HAVE_MEMMOVE 1
1852| #define HAVE_PUTENV 1
1853| #define HAVE_SELECT 1
1854| #define HAVE_SETENV 1
1855| #define HAVE_SETLOCALE 1
1856| #define HAVE_STRCASECMP 1
1857| #define HAVE_STRPBRK 1
1858| #define HAVE_TCGETATTR 1
1859| #define HAVE_VSNPRINTF 1
1860| #define HAVE_ISASCII 1
1861| #define HAVE_ISXDIGIT 1
1862| #define HAVE_GETPWENT 1
1863| #define HAVE_GETPWNAM 1
1864| #define HAVE_GETPWUID 1
1865| #define HAVE_STRCOLL 1
1866| #define HAVE_FCNTL_H 1
1867| #define HAVE_UNISTD_H 1
1868| #define HAVE_STDLIB_H 1
1869| #define HAVE_STDARG_H 1
1870| #define HAVE_STRING_H 1
1871| #define HAVE_STRINGS_H 1
1872| #define HAVE_LIMITS_H 1
1873| #define HAVE_LOCALE_H 1
1874| #define HAVE_PWD_H 1
1875| #define HAVE_MEMORY_H 1
1876| #define HAVE_TERMCAP_H 1
1877| #define HAVE_TERMIOS_H 1
1878| #define HAVE_SYS_SELECT_H 1
1879| #define HAVE_SYS_FILE_H 1
1880| #define HAVE_POSIX_SIGNALS 1
1881| #define HAVE_POSIX_SIGSETJMP 1
1882| #define HAVE_LSTAT 1
1883| #define CTYPE_NON_ASCII 1
1884| #define HAVE_GETPW_DECLS 1
1885| #define VOID_SIGHANDLER 1
1886| #define TIOCSTAT_IN_SYS_IOCTL 1
1887| #define FIONREAD_IN_SYS_IOCTL 1
1888| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
1889| #define HAVE_STRUCT_DIRENT_D_INO 1
1890| #define HAVE_STRUCT_DIRENT_D_FILENO 1
1891| #define HAVE_WCTYPE_H 1
1892| #define HAVE_WCHAR_H 1
1893| #define HAVE_LANGINFO_H 1
1894| #define HAVE_MBRLEN 1
1895| /* end confdefs.h.  */
1896| /* Define mbscasecmp to an innocuous variant, in case <limits.h> declares mbscasecmp.
1897|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1898| #define mbscasecmp innocuous_mbscasecmp
1899|
1900| /* System header to define __stub macros and hopefully few prototypes,
1901|     which can conflict with char mbscasecmp (); below.
1902|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1903|     <limits.h> exists even on freestanding compilers.  */
1904|
1905| #ifdef __STDC__
1906| # include <limits.h>
1907| #else
1908| # include <assert.h>
1909| #endif
1910|
1911| #undef mbscasecmp
1912|
1913| /* Override any GCC internal prototype to avoid an error.
1914|    Use char because int might match the return type of a GCC
1915|    builtin and then its argument prototype would still apply.  */
1916| #ifdef __cplusplus
1917| extern "C"
1918| #endif
1919| char mbscasecmp ();
1920| /* The GNU C library defines this for functions which it implements
1921|     to always fail with ENOSYS.  Some functions are actually named
1922|     something starting with __ and the normal name is an alias.  */
1923| #if defined __stub_mbscasecmp || defined __stub___mbscasecmp
1924| choke me
1925| #endif
1926|
1927| int
1928| main ()
1929| {
1930| return mbscasecmp ();
1931|   ;
1932|   return 0;
1933| }
1934configure:8930: result: no
1935configure:8939: checking for mbscmp
1936configure:8995: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1937Undefined symbols:
1938  "_mbscmp", referenced from:
1939      _main in ccGsiOM8.o
1940ld: symbol(s) not found
1941collect2: ld returned 1 exit status
1942configure:9002: $? = 1
1943configure: failed program was:
1944| /* confdefs.h.  */
1945| #define PACKAGE_NAME "readline"
1946| #define PACKAGE_TARNAME "readline"
1947| #define PACKAGE_VERSION "6.2"
1948| #define PACKAGE_STRING "readline 6.2"
1949| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
1950| #define STDC_HEADERS 1
1951| #define HAVE_SYS_TYPES_H 1
1952| #define HAVE_SYS_STAT_H 1
1953| #define HAVE_STDLIB_H 1
1954| #define HAVE_STRING_H 1
1955| #define HAVE_MEMORY_H 1
1956| #define HAVE_STRINGS_H 1
1957| #define HAVE_INTTYPES_H 1
1958| #define HAVE_STDINT_H 1
1959| #define HAVE_UNISTD_H 1
1960| #define __EXTENSIONS__ 1
1961| #define _ALL_SOURCE 1
1962| #define _GNU_SOURCE 1
1963| #define _POSIX_PTHREAD_SEMANTICS 1
1964| #define _TANDEM_SOURCE 1
1965| #define PROTOTYPES 1
1966| #define __PROTOTYPES 1
1967| #define RETSIGTYPE void
1968| #define STDC_HEADERS 1
1969| #define HAVE_DIRENT_H 1
1970| #define HAVE_FCNTL 1
1971| #define HAVE_KILL 1
1972| #define HAVE_LSTAT 1
1973| #define HAVE_MEMMOVE 1
1974| #define HAVE_PUTENV 1
1975| #define HAVE_SELECT 1
1976| #define HAVE_SETENV 1
1977| #define HAVE_SETLOCALE 1
1978| #define HAVE_STRCASECMP 1
1979| #define HAVE_STRPBRK 1
1980| #define HAVE_TCGETATTR 1
1981| #define HAVE_VSNPRINTF 1
1982| #define HAVE_ISASCII 1
1983| #define HAVE_ISXDIGIT 1
1984| #define HAVE_GETPWENT 1
1985| #define HAVE_GETPWNAM 1
1986| #define HAVE_GETPWUID 1
1987| #define HAVE_STRCOLL 1
1988| #define HAVE_FCNTL_H 1
1989| #define HAVE_UNISTD_H 1
1990| #define HAVE_STDLIB_H 1
1991| #define HAVE_STDARG_H 1
1992| #define HAVE_STRING_H 1
1993| #define HAVE_STRINGS_H 1
1994| #define HAVE_LIMITS_H 1
1995| #define HAVE_LOCALE_H 1
1996| #define HAVE_PWD_H 1
1997| #define HAVE_MEMORY_H 1
1998| #define HAVE_TERMCAP_H 1
1999| #define HAVE_TERMIOS_H 1
2000| #define HAVE_SYS_SELECT_H 1
2001| #define HAVE_SYS_FILE_H 1
2002| #define HAVE_POSIX_SIGNALS 1
2003| #define HAVE_POSIX_SIGSETJMP 1
2004| #define HAVE_LSTAT 1
2005| #define CTYPE_NON_ASCII 1
2006| #define HAVE_GETPW_DECLS 1
2007| #define VOID_SIGHANDLER 1
2008| #define TIOCSTAT_IN_SYS_IOCTL 1
2009| #define FIONREAD_IN_SYS_IOCTL 1
2010| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2011| #define HAVE_STRUCT_DIRENT_D_INO 1
2012| #define HAVE_STRUCT_DIRENT_D_FILENO 1
2013| #define HAVE_WCTYPE_H 1
2014| #define HAVE_WCHAR_H 1
2015| #define HAVE_LANGINFO_H 1
2016| #define HAVE_MBRLEN 1
2017| /* end confdefs.h.  */
2018| /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp.
2019|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2020| #define mbscmp innocuous_mbscmp
2021|
2022| /* System header to define __stub macros and hopefully few prototypes,
2023|     which can conflict with char mbscmp (); below.
2024|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2025|     <limits.h> exists even on freestanding compilers.  */
2026|
2027| #ifdef __STDC__
2028| # include <limits.h>
2029| #else
2030| # include <assert.h>
2031| #endif
2032|
2033| #undef mbscmp
2034|
2035| /* Override any GCC internal prototype to avoid an error.
2036|    Use char because int might match the return type of a GCC
2037|    builtin and then its argument prototype would still apply.  */
2038| #ifdef __cplusplus
2039| extern "C"
2040| #endif
2041| char mbscmp ();
2042| /* The GNU C library defines this for functions which it implements
2043|     to always fail with ENOSYS.  Some functions are actually named
2044|     something starting with __ and the normal name is an alias.  */
2045| #if defined __stub_mbscmp || defined __stub___mbscmp
2046| choke me
2047| #endif
2048|
2049| int
2050| main ()
2051| {
2052| return mbscmp ();
2053|   ;
2054|   return 0;
2055| }
2056configure:9022: result: no
2057configure:9031: checking for mbsnrtowcs
2058configure:9087: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2059configure:9094: $? = 0
2060configure:9114: result: yes
2061configure:9123: checking for mbsrtowcs
2062configure:9179: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2063configure:9186: $? = 0
2064configure:9206: result: yes
2065configure:9221: checking for mbschr
2066configure:9277: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2067Undefined symbols:
2068  "_mbschr", referenced from:
2069      _main in cc0JDjaV.o
2070ld: symbol(s) not found
2071collect2: ld returned 1 exit status
2072configure:9284: $? = 1
2073configure: failed program was:
2074| /* confdefs.h.  */
2075| #define PACKAGE_NAME "readline"
2076| #define PACKAGE_TARNAME "readline"
2077| #define PACKAGE_VERSION "6.2"
2078| #define PACKAGE_STRING "readline 6.2"
2079| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
2080| #define STDC_HEADERS 1
2081| #define HAVE_SYS_TYPES_H 1
2082| #define HAVE_SYS_STAT_H 1
2083| #define HAVE_STDLIB_H 1
2084| #define HAVE_STRING_H 1
2085| #define HAVE_MEMORY_H 1
2086| #define HAVE_STRINGS_H 1
2087| #define HAVE_INTTYPES_H 1
2088| #define HAVE_STDINT_H 1
2089| #define HAVE_UNISTD_H 1
2090| #define __EXTENSIONS__ 1
2091| #define _ALL_SOURCE 1
2092| #define _GNU_SOURCE 1
2093| #define _POSIX_PTHREAD_SEMANTICS 1
2094| #define _TANDEM_SOURCE 1
2095| #define PROTOTYPES 1
2096| #define __PROTOTYPES 1
2097| #define RETSIGTYPE void
2098| #define STDC_HEADERS 1
2099| #define HAVE_DIRENT_H 1
2100| #define HAVE_FCNTL 1
2101| #define HAVE_KILL 1
2102| #define HAVE_LSTAT 1
2103| #define HAVE_MEMMOVE 1
2104| #define HAVE_PUTENV 1
2105| #define HAVE_SELECT 1
2106| #define HAVE_SETENV 1
2107| #define HAVE_SETLOCALE 1
2108| #define HAVE_STRCASECMP 1
2109| #define HAVE_STRPBRK 1
2110| #define HAVE_TCGETATTR 1
2111| #define HAVE_VSNPRINTF 1
2112| #define HAVE_ISASCII 1
2113| #define HAVE_ISXDIGIT 1
2114| #define HAVE_GETPWENT 1
2115| #define HAVE_GETPWNAM 1
2116| #define HAVE_GETPWUID 1
2117| #define HAVE_STRCOLL 1
2118| #define HAVE_FCNTL_H 1
2119| #define HAVE_UNISTD_H 1
2120| #define HAVE_STDLIB_H 1
2121| #define HAVE_STDARG_H 1
2122| #define HAVE_STRING_H 1
2123| #define HAVE_STRINGS_H 1
2124| #define HAVE_LIMITS_H 1
2125| #define HAVE_LOCALE_H 1
2126| #define HAVE_PWD_H 1
2127| #define HAVE_MEMORY_H 1
2128| #define HAVE_TERMCAP_H 1
2129| #define HAVE_TERMIOS_H 1
2130| #define HAVE_SYS_SELECT_H 1
2131| #define HAVE_SYS_FILE_H 1
2132| #define HAVE_POSIX_SIGNALS 1
2133| #define HAVE_POSIX_SIGSETJMP 1
2134| #define HAVE_LSTAT 1
2135| #define CTYPE_NON_ASCII 1
2136| #define HAVE_GETPW_DECLS 1
2137| #define VOID_SIGHANDLER 1
2138| #define TIOCSTAT_IN_SYS_IOCTL 1
2139| #define FIONREAD_IN_SYS_IOCTL 1
2140| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2141| #define HAVE_STRUCT_DIRENT_D_INO 1
2142| #define HAVE_STRUCT_DIRENT_D_FILENO 1
2143| #define HAVE_WCTYPE_H 1
2144| #define HAVE_WCHAR_H 1
2145| #define HAVE_LANGINFO_H 1
2146| #define HAVE_MBRLEN 1
2147| #define HAVE_MBSNRTOWCS 1
2148| #define HAVE_MBSRTOWCS 1
2149| /* end confdefs.h.  */
2150| /* Define mbschr to an innocuous variant, in case <limits.h> declares mbschr.
2151|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2152| #define mbschr innocuous_mbschr
2153|
2154| /* System header to define __stub macros and hopefully few prototypes,
2155|     which can conflict with char mbschr (); below.
2156|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2157|     <limits.h> exists even on freestanding compilers.  */
2158|
2159| #ifdef __STDC__
2160| # include <limits.h>
2161| #else
2162| # include <assert.h>
2163| #endif
2164|
2165| #undef mbschr
2166|
2167| /* Override any GCC internal prototype to avoid an error.
2168|    Use char because int might match the return type of a GCC
2169|    builtin and then its argument prototype would still apply.  */
2170| #ifdef __cplusplus
2171| extern "C"
2172| #endif
2173| char mbschr ();
2174| /* The GNU C library defines this for functions which it implements
2175|     to always fail with ENOSYS.  Some functions are actually named
2176|     something starting with __ and the normal name is an alias.  */
2177| #if defined __stub_mbschr || defined __stub___mbschr
2178| choke me
2179| #endif
2180|
2181| int
2182| main ()
2183| {
2184| return mbschr ();
2185|   ;
2186|   return 0;
2187| }
2188configure:9306: result: no
2189configure:9327: checking for wcrtomb
2190configure:9383: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2191configure:9390: $? = 0
2192configure:9410: result: yes
2193configure:9419: checking for wcscoll
2194configure:9475: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2195configure:9482: $? = 0
2196configure:9502: result: yes
2197configure:9511: checking for wcsdup
2198configure:9567: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2199Undefined symbols:
2200  "_wcsdup", referenced from:
2201      _main in ccXbenyc.o
2202ld: symbol(s) not found
2203collect2: ld returned 1 exit status
2204configure:9574: $? = 1
2205configure: failed program was:
2206| /* confdefs.h.  */
2207| #define PACKAGE_NAME "readline"
2208| #define PACKAGE_TARNAME "readline"
2209| #define PACKAGE_VERSION "6.2"
2210| #define PACKAGE_STRING "readline 6.2"
2211| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
2212| #define STDC_HEADERS 1
2213| #define HAVE_SYS_TYPES_H 1
2214| #define HAVE_SYS_STAT_H 1
2215| #define HAVE_STDLIB_H 1
2216| #define HAVE_STRING_H 1
2217| #define HAVE_MEMORY_H 1
2218| #define HAVE_STRINGS_H 1
2219| #define HAVE_INTTYPES_H 1
2220| #define HAVE_STDINT_H 1
2221| #define HAVE_UNISTD_H 1
2222| #define __EXTENSIONS__ 1
2223| #define _ALL_SOURCE 1
2224| #define _GNU_SOURCE 1
2225| #define _POSIX_PTHREAD_SEMANTICS 1
2226| #define _TANDEM_SOURCE 1
2227| #define PROTOTYPES 1
2228| #define __PROTOTYPES 1
2229| #define RETSIGTYPE void
2230| #define STDC_HEADERS 1
2231| #define HAVE_DIRENT_H 1
2232| #define HAVE_FCNTL 1
2233| #define HAVE_KILL 1
2234| #define HAVE_LSTAT 1
2235| #define HAVE_MEMMOVE 1
2236| #define HAVE_PUTENV 1
2237| #define HAVE_SELECT 1
2238| #define HAVE_SETENV 1
2239| #define HAVE_SETLOCALE 1
2240| #define HAVE_STRCASECMP 1
2241| #define HAVE_STRPBRK 1
2242| #define HAVE_TCGETATTR 1
2243| #define HAVE_VSNPRINTF 1
2244| #define HAVE_ISASCII 1
2245| #define HAVE_ISXDIGIT 1
2246| #define HAVE_GETPWENT 1
2247| #define HAVE_GETPWNAM 1
2248| #define HAVE_GETPWUID 1
2249| #define HAVE_STRCOLL 1
2250| #define HAVE_FCNTL_H 1
2251| #define HAVE_UNISTD_H 1
2252| #define HAVE_STDLIB_H 1
2253| #define HAVE_STDARG_H 1
2254| #define HAVE_STRING_H 1
2255| #define HAVE_STRINGS_H 1
2256| #define HAVE_LIMITS_H 1
2257| #define HAVE_LOCALE_H 1
2258| #define HAVE_PWD_H 1
2259| #define HAVE_MEMORY_H 1
2260| #define HAVE_TERMCAP_H 1
2261| #define HAVE_TERMIOS_H 1
2262| #define HAVE_SYS_SELECT_H 1
2263| #define HAVE_SYS_FILE_H 1
2264| #define HAVE_POSIX_SIGNALS 1
2265| #define HAVE_POSIX_SIGSETJMP 1
2266| #define HAVE_LSTAT 1
2267| #define CTYPE_NON_ASCII 1
2268| #define HAVE_GETPW_DECLS 1
2269| #define VOID_SIGHANDLER 1
2270| #define TIOCSTAT_IN_SYS_IOCTL 1
2271| #define FIONREAD_IN_SYS_IOCTL 1
2272| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2273| #define HAVE_STRUCT_DIRENT_D_INO 1
2274| #define HAVE_STRUCT_DIRENT_D_FILENO 1
2275| #define HAVE_WCTYPE_H 1
2276| #define HAVE_WCHAR_H 1
2277| #define HAVE_LANGINFO_H 1
2278| #define HAVE_MBRLEN 1
2279| #define HAVE_MBSNRTOWCS 1
2280| #define HAVE_MBSRTOWCS 1
2281| #define HAVE_WCRTOMB 1
2282| #define HAVE_WCSCOLL 1
2283| /* end confdefs.h.  */
2284| /* Define wcsdup to an innocuous variant, in case <limits.h> declares wcsdup.
2285|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2286| #define wcsdup innocuous_wcsdup
2287|
2288| /* System header to define __stub macros and hopefully few prototypes,
2289|     which can conflict with char wcsdup (); below.
2290|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2291|     <limits.h> exists even on freestanding compilers.  */
2292|
2293| #ifdef __STDC__
2294| # include <limits.h>
2295| #else
2296| # include <assert.h>
2297| #endif
2298|
2299| #undef wcsdup
2300|
2301| /* Override any GCC internal prototype to avoid an error.
2302|    Use char because int might match the return type of a GCC
2303|    builtin and then its argument prototype would still apply.  */
2304| #ifdef __cplusplus
2305| extern "C"
2306| #endif
2307| char wcsdup ();
2308| /* The GNU C library defines this for functions which it implements
2309|     to always fail with ENOSYS.  Some functions are actually named
2310|     something starting with __ and the normal name is an alias.  */
2311| #if defined __stub_wcsdup || defined __stub___wcsdup
2312| choke me
2313| #endif
2314|
2315| int
2316| main ()
2317| {
2318| return wcsdup ();
2319|   ;
2320|   return 0;
2321| }
2322configure:9594: result: no
2323configure:9603: checking for wcwidth
2324configure:9659: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2325configure:9666: $? = 0
2326configure:9686: result: yes
2327configure:9695: checking for wctype
2328configure:9751: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2329configure:9758: $? = 0
2330configure:9778: result: yes
2331configure:9792: checking for wcswidth
2332configure:9848: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2333configure:9855: $? = 0
2334configure:9877: result: yes
2335configure:9899: checking whether mbrtowc and mbstate_t are properly declared
2336configure:9929: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2337configure:9936: $? = 0
2338configure:9956: result: yes
2339configure:9981: checking for iswlower
2340configure:10037: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2341conftest.c:107: warning: conflicting types for built-in function 'iswlower'
2342configure:10044: $? = 0
2343configure:10066: result: yes
2344configure:9981: checking for iswupper
2345configure:10037: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2346conftest.c:108: warning: conflicting types for built-in function 'iswupper'
2347configure:10044: $? = 0
2348configure:10066: result: yes
2349configure:9981: checking for towlower
2350configure:10037: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2351conftest.c:109: warning: conflicting types for built-in function 'towlower'
2352configure:10044: $? = 0
2353configure:10066: result: yes
2354configure:9981: checking for towupper
2355configure:10037: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2356conftest.c:110: warning: conflicting types for built-in function 'towupper'
2357configure:10044: $? = 0
2358configure:10066: result: yes
2359configure:9981: checking for iswctype
2360configure:10037: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2361configure:10044: $? = 0
2362configure:10066: result: yes
2363configure:10079: checking for nl_langinfo and CODESET
2364configure:10105: /usr/bin/gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
2365configure:10112: $? = 0
2366configure:10132: result: yes
2367configure:10141: checking for wchar_t in wchar.h
2368configure:10171: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2369configure:10178: $? = 0
2370configure:10193: result: yes
2371configure:10203: checking for wctype_t in wctype.h
2372configure:10232: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2373configure:10239: $? = 0
2374configure:10254: result: yes
2375configure:10264: checking for wint_t in wctype.h
2376configure:10293: /usr/bin/gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2377configure:10300: $? = 0
2378configure:10315: result: yes
2379configure:10449: checking configuration for building shared libraries
2380configure:10473: result: supported
2381configure:10638: creating ./config.status
2382
2383## ---------------------- ##
2384## Running config.status. ##
2385## ---------------------- ##
2386
2387This file was extended by readline config.status 6.2, which was
2388generated by GNU Autoconf 2.63.  Invocation command line was
2389
2390  CONFIG_FILES    =
2391  CONFIG_HEADERS  =
2392  CONFIG_LINKS    =
2393  CONFIG_COMMANDS =
2394  $ ./config.status
2395
2396on rye.local
2397
2398config.status:851: creating Makefile
2399config.status:851: creating doc/Makefile
2400config.status:851: creating examples/Makefile
2401config.status:851: creating shlib/Makefile
2402config.status:851: creating config.h
2403config.status:1085: executing default commands
2404
2405## ---------------- ##
2406## Cache variables. ##
2407## ---------------- ##
2408
2409ac_cv_build=i386-apple-darwin10.6.0
2410ac_cv_c_char_unsigned=no
2411ac_cv_c_compiler_gnu=yes
2412ac_cv_c_const=yes
2413ac_cv_c_volatile=yes
2414ac_cv_env_CC_set=set
2415ac_cv_env_CC_value=/usr/bin/gcc-4.2
2416ac_cv_env_CFLAGS_set=set
2417ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
2418ac_cv_env_CPPFLAGS_set=set
2419ac_cv_env_CPPFLAGS_value=-I/opt/local/include
2420ac_cv_env_CPP_set=
2421ac_cv_env_CPP_value=
2422ac_cv_env_LDFLAGS_set=set
2423ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
2424ac_cv_env_LIBS_set=
2425ac_cv_env_LIBS_value=
2426ac_cv_env_build_alias_set=
2427ac_cv_env_build_alias_value=
2428ac_cv_env_host_alias_set=
2429ac_cv_env_host_alias_value=
2430ac_cv_env_target_alias_set=
2431ac_cv_env_target_alias_value=
2432ac_cv_func_fcntl=yes
2433ac_cv_func_getpwent=yes
2434ac_cv_func_getpwnam=yes
2435ac_cv_func_getpwuid=yes
2436ac_cv_func_isascii=yes
2437ac_cv_func_iswctype=yes
2438ac_cv_func_iswlower=yes
2439ac_cv_func_iswupper=yes
2440ac_cv_func_isxdigit=yes
2441ac_cv_func_kill=yes
2442ac_cv_func_lstat=yes
2443ac_cv_func_mbrlen=yes
2444ac_cv_func_mbrtowc=yes
2445ac_cv_func_mbscasecmp=no
2446ac_cv_func_mbschr=no
2447ac_cv_func_mbscmp=no
2448ac_cv_func_mbsnrtowcs=yes
2449ac_cv_func_mbsrtowcs=yes
2450ac_cv_func_memmove=yes
2451ac_cv_func_putenv=yes
2452ac_cv_func_select=yes
2453ac_cv_func_setenv=yes
2454ac_cv_func_setlocale=yes
2455ac_cv_func_strcasecmp=yes
2456ac_cv_func_strcoll_works=yes
2457ac_cv_func_strpbrk=yes
2458ac_cv_func_tcgetattr=yes
2459ac_cv_func_tgetent=no
2460ac_cv_func_towlower=yes
2461ac_cv_func_towupper=yes
2462ac_cv_func_vsnprintf=yes
2463ac_cv_func_wcrtomb=yes
2464ac_cv_func_wcscoll=yes
2465ac_cv_func_wcsdup=no
2466ac_cv_func_wcswidth=yes
2467ac_cv_func_wctype=yes
2468ac_cv_func_wcwidth=yes
2469ac_cv_have_sig_atomic_t=yes
2470ac_cv_header_dirent_dirent_h=yes
2471ac_cv_header_fcntl_h=yes
2472ac_cv_header_inttypes_h=yes
2473ac_cv_header_langinfo_h=yes
2474ac_cv_header_limits_h=yes
2475ac_cv_header_locale_h=yes
2476ac_cv_header_memory_h=yes
2477ac_cv_header_minix_config_h=no
2478ac_cv_header_pwd_h=yes
2479ac_cv_header_stat_broken=no
2480ac_cv_header_stdarg_h=yes
2481ac_cv_header_stdc=yes
2482ac_cv_header_stdint_h=yes
2483ac_cv_header_stdlib_h=yes
2484ac_cv_header_string_h=yes
2485ac_cv_header_strings_h=yes
2486ac_cv_header_sys_file_h=yes
2487ac_cv_header_sys_pte_h=no
2488ac_cv_header_sys_ptem_h=no
2489ac_cv_header_sys_select_h=yes
2490ac_cv_header_sys_stat_h=yes
2491ac_cv_header_sys_stream_h=no
2492ac_cv_header_sys_types_h=yes
2493ac_cv_header_termcap_h=yes
2494ac_cv_header_termio_h=no
2495ac_cv_header_termios_h=yes
2496ac_cv_header_unistd_h=yes
2497ac_cv_header_varargs_h=no
2498ac_cv_header_wchar_h=yes
2499ac_cv_header_wctype_h=yes
2500ac_cv_host=i386-apple-darwin10.6.0
2501ac_cv_lib_termcap_tgetent=yes
2502ac_cv_objext=o
2503ac_cv_path_EGREP='/usr/bin/grep -E'
2504ac_cv_path_GREP=/usr/bin/grep
2505ac_cv_prog_AR=ar
2506ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
2507ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
2508ac_cv_prog_ac_ct_RANLIB=ranlib
2509ac_cv_prog_cc_c89=
2510ac_cv_prog_cc_g=yes
2511ac_cv_prog_gcc_traditional=no
2512ac_cv_prog_make_make_set=yes
2513ac_cv_safe_to_define___extensions__=yes
2514ac_cv_search_opendir='none required'
2515ac_cv_sys_file_offset_bits=no
2516ac_cv_sys_largefile_CC=no
2517ac_cv_sys_tiocgwinsz_in_termios_h=yes
2518ac_cv_type_signal=void
2519ac_cv_type_size_t=yes
2520ac_cv_type_ssize_t=yes
2521bash_cv_dirent_has_d_fileno=yes
2522bash_cv_dirent_has_dino=yes
2523bash_cv_fionread_in_ioctl=yes
2524bash_cv_func_ctype_nonascii=yes
2525bash_cv_func_lstat=yes
2526bash_cv_func_sigsetjmp=present
2527bash_cv_func_strcoll_broken=no
2528bash_cv_getpw_declared=yes
2529bash_cv_langinfo_codeset=yes
2530bash_cv_must_reinstall_sighandlers=no
2531bash_cv_signal_vintage=posix
2532bash_cv_speed_t_in_sys_types=no
2533bash_cv_struct_winsize_header=ioctl_h
2534bash_cv_termcap_lib=libtermcap
2535bash_cv_tiocstat_in_ioctl=yes
2536bash_cv_type_wchar_t=yes
2537bash_cv_type_wctype_t=yes
2538bash_cv_type_wint_t=yes
2539bash_cv_void_sighandler=yes
2540
2541## ----------------- ##
2542## Output variables. ##
2543## ----------------- ##
2544
2545AR='ar'
2546ARFLAGS='cr'
2547BUILD_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_readline/work/readline-6.2'
2548CC='/usr/bin/gcc-4.2'
2549CFLAGS='-pipe -O2 -arch x86_64'
2550CPP='/usr/bin/gcc-4.2 -E'
2551CPPFLAGS='-I/opt/local/include'
2552CROSS_COMPILE=''
2553DEFS='-DHAVE_CONFIG_H'
2554ECHO_C='\c'
2555ECHO_N=''
2556ECHO_T=''
2557EGREP='/usr/bin/grep -E'
2558EXEEXT=''
2559GREP='/usr/bin/grep'
2560INSTALL_DATA='${INSTALL} -m 644'
2561INSTALL_PROGRAM='${INSTALL}'
2562INSTALL_SCRIPT='${INSTALL}'
2563LDFLAGS='-L/opt/local/lib -arch x86_64'
2564LIBOBJS=' ${LIBOBJDIR}mbschr$U.o'
2565LIBS=''
2566LIBVERSION='6.2'
2567LOCAL_CFLAGS=''
2568LOCAL_DEFS=''
2569LOCAL_LDFLAGS=''
2570LTLIBOBJS=' ${LIBOBJDIR}mbschr$U.lo'
2571MAKE_SHELL='/bin/sh'
2572OBJEXT='o'
2573PACKAGE_BUGREPORT='bug-readline@gnu.org'
2574PACKAGE_NAME='readline'
2575PACKAGE_STRING='readline 6.2'
2576PACKAGE_TARNAME='readline'
2577PACKAGE_VERSION='6.2'
2578PATH_SEPARATOR=':'
2579PURIFY=''
2580RANLIB='ranlib'
2581SET_MAKE=''
2582SHARED_INSTALL_TARGET='install-shared'
2583SHARED_TARGET='shared'
2584SHELL='/bin/sh'
2585SHLIB_DLLVERSION='$(SHLIB_MAJOR)'
2586SHLIB_DOT='.'
2587SHLIB_LIBPREF='lib'
2588SHLIB_LIBS='-lncurses'
2589SHLIB_LIBSUFF='dylib'
2590SHLIB_LIBVERSION='$(SHLIB_MAJOR)$(SHLIB_MINOR).$(SHLIB_LIBSUFF)'
2591SHLIB_MAJOR='6'
2592SHLIB_MINOR='2'
2593SHLIB_STATUS='supported'
2594SHLIB_XLDFLAGS='-dynamiclib -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
2595SHOBJ_CC='/usr/bin/gcc-4.2'
2596SHOBJ_CFLAGS='-fno-common'
2597SHOBJ_LD='${CC}'
2598SHOBJ_LDFLAGS='-dynamiclib -dynamic -undefined dynamic_lookup'
2599SHOBJ_LIBS=''
2600SHOBJ_STATUS='supported'
2601SHOBJ_XLDFLAGS=''
2602STATIC_INSTALL_TARGET='install-static'
2603STATIC_TARGET='static'
2604TERMCAP_LIB='-lcurses'
2605ac_ct_CC='/usr/bin/gcc-4.2'
2606bindir='${exec_prefix}/bin'
2607build='i386-apple-darwin10.6.0'
2608build_alias=''
2609build_cpu='i386'
2610build_os='darwin10.6.0'
2611build_vendor='apple'
2612datadir='${datarootdir}'
2613datarootdir='${prefix}/share'
2614docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2615dvidir='${docdir}'
2616exec_prefix='${prefix}'
2617host='i386-apple-darwin10.6.0'
2618host_alias=''
2619host_cpu='i386'
2620host_os='darwin10.6.0'
2621host_vendor='apple'
2622htmldir='${docdir}'
2623includedir='${prefix}/include'
2624infodir='${datarootdir}/info'
2625libdir='${exec_prefix}/lib'
2626libexecdir='${exec_prefix}/libexec'
2627localedir='${datarootdir}/locale'
2628localstatedir='${prefix}/var'
2629mandir='${datarootdir}/man'
2630oldincludedir='/usr/include'
2631pdfdir='${docdir}'
2632prefix='/opt/local'
2633program_transform_name='s,x,x,'
2634psdir='${docdir}'
2635sbindir='${exec_prefix}/sbin'
2636sharedstatedir='${prefix}/com'
2637sysconfdir='${prefix}/etc'
2638target_alias=''
2639
2640## ----------- ##
2641## confdefs.h. ##
2642## ----------- ##
2643
2644#define PACKAGE_NAME "readline"
2645#define PACKAGE_TARNAME "readline"
2646#define PACKAGE_VERSION "6.2"
2647#define PACKAGE_STRING "readline 6.2"
2648#define PACKAGE_BUGREPORT "bug-readline@gnu.org"
2649#define STDC_HEADERS 1
2650#define HAVE_SYS_TYPES_H 1
2651#define HAVE_SYS_STAT_H 1
2652#define HAVE_STDLIB_H 1
2653#define HAVE_STRING_H 1
2654#define HAVE_MEMORY_H 1
2655#define HAVE_STRINGS_H 1
2656#define HAVE_INTTYPES_H 1
2657#define HAVE_STDINT_H 1
2658#define HAVE_UNISTD_H 1
2659#define __EXTENSIONS__ 1
2660#define _ALL_SOURCE 1
2661#define _GNU_SOURCE 1
2662#define _POSIX_PTHREAD_SEMANTICS 1
2663#define _TANDEM_SOURCE 1
2664#define PROTOTYPES 1
2665#define __PROTOTYPES 1
2666#define RETSIGTYPE void
2667#define STDC_HEADERS 1
2668#define HAVE_DIRENT_H 1
2669#define HAVE_FCNTL 1
2670#define HAVE_KILL 1
2671#define HAVE_LSTAT 1
2672#define HAVE_MEMMOVE 1
2673#define HAVE_PUTENV 1
2674#define HAVE_SELECT 1
2675#define HAVE_SETENV 1
2676#define HAVE_SETLOCALE 1
2677#define HAVE_STRCASECMP 1
2678#define HAVE_STRPBRK 1
2679#define HAVE_TCGETATTR 1
2680#define HAVE_VSNPRINTF 1
2681#define HAVE_ISASCII 1
2682#define HAVE_ISXDIGIT 1
2683#define HAVE_GETPWENT 1
2684#define HAVE_GETPWNAM 1
2685#define HAVE_GETPWUID 1
2686#define HAVE_STRCOLL 1
2687#define HAVE_FCNTL_H 1
2688#define HAVE_UNISTD_H 1
2689#define HAVE_STDLIB_H 1
2690#define HAVE_STDARG_H 1
2691#define HAVE_STRING_H 1
2692#define HAVE_STRINGS_H 1
2693#define HAVE_LIMITS_H 1
2694#define HAVE_LOCALE_H 1
2695#define HAVE_PWD_H 1
2696#define HAVE_MEMORY_H 1
2697#define HAVE_TERMCAP_H 1
2698#define HAVE_TERMIOS_H 1
2699#define HAVE_SYS_SELECT_H 1
2700#define HAVE_SYS_FILE_H 1
2701#define HAVE_POSIX_SIGNALS 1
2702#define HAVE_POSIX_SIGSETJMP 1
2703#define HAVE_LSTAT 1
2704#define CTYPE_NON_ASCII 1
2705#define HAVE_GETPW_DECLS 1
2706#define VOID_SIGHANDLER 1
2707#define TIOCSTAT_IN_SYS_IOCTL 1
2708#define FIONREAD_IN_SYS_IOCTL 1
2709#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2710#define HAVE_STRUCT_DIRENT_D_INO 1
2711#define HAVE_STRUCT_DIRENT_D_FILENO 1
2712#define HAVE_WCTYPE_H 1
2713#define HAVE_WCHAR_H 1
2714#define HAVE_LANGINFO_H 1
2715#define HAVE_MBRLEN 1
2716#define HAVE_MBSNRTOWCS 1
2717#define HAVE_MBSRTOWCS 1
2718#define HAVE_WCRTOMB 1
2719#define HAVE_WCSCOLL 1
2720#define HAVE_WCWIDTH 1
2721#define HAVE_WCTYPE 1
2722#define HAVE_WCSWIDTH 1
2723#define HAVE_MBRTOWC 1
2724#define HAVE_MBSTATE_T 1
2725#define HAVE_ISWLOWER 1
2726#define HAVE_ISWUPPER 1
2727#define HAVE_TOWLOWER 1
2728#define HAVE_TOWUPPER 1
2729#define HAVE_ISWCTYPE 1
2730#define HAVE_LANGINFO_CODESET 1
2731#define HAVE_WCHAR_T 1
2732#define HAVE_WCTYPE_T 1
2733#define HAVE_WINT_T 1
2734
2735configure: exit 0