]> ncurses.scripts.mit.edu Git - ncurses.git/blob - configure
b641ef360c08f016cef70938e030d3cf7727a670
[ncurses.git] / configure
1 #! /bin/sh
2 # From configure.in Revision: 1.477 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by Autoconf 2.52.20081225.
5 #
6 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
7 # Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10
11 # Avoid depending upon Character Ranges.
12 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15 as_cr_digits='0123456789'
16 as_cr_alnum=$as_cr_Letters$as_cr_digits
17
18 # Sed expression to map a string onto a valid variable name.
19 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
20
21 # Sed expression to map a string onto a valid CPP name.
22 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
23
24 # Be Bourne compatible
25 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26   emulate sh
27   NULLCMD=:
28 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
29   set -o posix
30 fi
31
32 # Name of the executable.
33 as_me=`echo "$0" |sed 's,.*[\\/],,'`
34
35 if expr a : '\(a\)' >/dev/null 2>&1; then
36   as_expr=expr
37 else
38   as_expr=false
39 fi
40
41 rm -f conf$$ conf$$.exe conf$$.file
42 echo >conf$$.file
43 if ln -s conf$$.file conf$$ 2>/dev/null; then
44   # We could just check for DJGPP; but this test a) works b) is more generic
45   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
46   if test -f conf$$.exe; then
47     # Don't use ln at all; we don't have any links
48     as_ln_s='cp -p'
49   else
50     as_ln_s='ln -s'
51   fi
52 elif ln conf$$.file conf$$ 2>/dev/null; then
53   as_ln_s=ln
54 else
55   as_ln_s='cp -p'
56 fi
57 rm -f conf$$ conf$$.exe conf$$.file
58
59 as_executable_p="test -f"
60
61 # Support unset when possible.
62 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
63   as_unset=unset
64 else
65   as_unset=false
66 fi
67
68 # NLS nuisances.
69 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
70 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
71 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
72 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
73 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
74 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
75 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
76 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
77
78 # IFS
79 # We need space, tab and new line, in precisely that order.
80 as_nl='
81 '
82 IFS="   $as_nl"
83
84 # CDPATH.
85 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
86
87 # Name of the host.
88 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
89 # so uname gets run too.
90 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
91
92 exec 6>&1
93
94 #
95 # Initializations.
96 #
97 ac_default_prefix=/usr/local
98 cross_compiling=no
99 subdirs=
100 MFLAGS= MAKEFLAGS=
101 SHELL=${CONFIG_SHELL-/bin/sh}
102
103 # Maximum number of lines to put in a shell here document.
104 # This variable seems obsolete.  It should probably be removed, and
105 # only ac_max_sed_lines should be used.
106 : ${ac_max_here_lines=38}
107
108 ac_unique_file="ncurses/base/lib_initscr.c"
109 # Factoring default headers for most tests.
110 ac_includes_default="\
111 #include <stdio.h>
112 #if HAVE_SYS_TYPES_H
113 # include <sys/types.h>
114 #endif
115 #if HAVE_SYS_STAT_H
116 # include <sys/stat.h>
117 #endif
118 #if STDC_HEADERS
119 # include <stdlib.h>
120 # include <stddef.h>
121 #else
122 # if HAVE_STDLIB_H
123 #  include <stdlib.h>
124 # endif
125 #endif
126 #if HAVE_STRING_H
127 # if !STDC_HEADERS && HAVE_MEMORY_H
128 #  include <memory.h>
129 # endif
130 # include <string.h>
131 #endif
132 #if HAVE_STRINGS_H
133 # include <strings.h>
134 #endif
135 #if HAVE_INTTYPES_H
136 # include <inttypes.h>
137 #else
138 # if HAVE_STDINT_H
139 #  include <stdint.h>
140 # endif
141 #endif
142 #if HAVE_UNISTD_H
143 # include <unistd.h>
144 #endif"
145
146 # Initialize some variables set by options.
147 ac_init_help=
148 ac_init_version=false
149 # The variables have the same names as the options, with
150 # dashes changed to underlines.
151 cache_file=/dev/null
152 exec_prefix=NONE
153 no_create=
154 no_recursion=
155 prefix=NONE
156 program_prefix=NONE
157 program_suffix=NONE
158 program_transform_name=s,x,x,
159 silent=
160 site=
161 srcdir=
162 verbose=
163 x_includes=NONE
164 x_libraries=NONE
165
166 # Installation directory options.
167 # These are left unexpanded so users can "make install exec_prefix=/foo"
168 # and all the variables that are supposed to be based on exec_prefix
169 # by default will actually change.
170 # Use braces instead of parens because sh, perl, etc. also accept them.
171 bindir='${exec_prefix}/bin'
172 sbindir='${exec_prefix}/sbin'
173 libexecdir='${exec_prefix}/libexec'
174 datadir='${prefix}/share'
175 sysconfdir='${prefix}/etc'
176 sharedstatedir='${prefix}/com'
177 localstatedir='${prefix}/var'
178 libdir='${exec_prefix}/lib'
179 includedir='${prefix}/include'
180 oldincludedir='/usr/include'
181 infodir='${prefix}/info'
182 mandir='${prefix}/man'
183
184 # Identity of this package.
185 PACKAGE_NAME=
186 PACKAGE_TARNAME=
187 PACKAGE_VERSION=
188 PACKAGE_STRING=
189 PACKAGE_BUGREPORT=
190
191 ac_prev=
192 for ac_option
193 do
194   # If the previous option needs an argument, assign it.
195   if test -n "$ac_prev"; then
196     eval "$ac_prev=\$ac_option"
197     ac_prev=
198     continue
199   fi
200
201   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
202
203   # Accept the important Cygnus configure options, so we can diagnose typos.
204
205   case $ac_option in
206
207   -bindir | --bindir | --bindi | --bind | --bin | --bi)
208     ac_prev=bindir ;;
209   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
210     bindir=$ac_optarg ;;
211
212   -build | --build | --buil | --bui | --bu)
213     ac_prev=build_alias ;;
214   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
215     build_alias=$ac_optarg ;;
216
217   -cache-file | --cache-file | --cache-fil | --cache-fi \
218   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
219     ac_prev=cache_file ;;
220   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
221   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
222     cache_file=$ac_optarg ;;
223
224   --config-cache | -C)
225     cache_file=config.cache ;;
226
227   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
228     ac_prev=datadir ;;
229   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
230   | --da=*)
231     datadir=$ac_optarg ;;
232
233   -disable-* | --disable-*)
234     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
235     # Reject names that are not valid shell variable names.
236     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
237       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
238    { (exit 1); exit 1; }; }
239     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
240     eval "enable_$ac_feature=no" ;;
241
242   -enable-* | --enable-*)
243     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
244     # Reject names that are not valid shell variable names.
245     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
246       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
247    { (exit 1); exit 1; }; }
248     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
249     case $ac_option in
250       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
251       *) ac_optarg=yes ;;
252     esac
253     eval "enable_$ac_feature='$ac_optarg'" ;;
254
255   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
256   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
257   | --exec | --exe | --ex)
258     ac_prev=exec_prefix ;;
259   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
260   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
261   | --exec=* | --exe=* | --ex=*)
262     exec_prefix=$ac_optarg ;;
263
264   -gas | --gas | --ga | --g)
265     # Obsolete; use --with-gas.
266     with_gas=yes ;;
267
268   -help | --help | --hel | --he | -h)
269     ac_init_help=long ;;
270   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
271     ac_init_help=recursive ;;
272   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
273     ac_init_help=short ;;
274
275   -host | --host | --hos | --ho)
276     ac_prev=host_alias ;;
277   -host=* | --host=* | --hos=* | --ho=*)
278     host_alias=$ac_optarg ;;
279
280   -includedir | --includedir | --includedi | --included | --include \
281   | --includ | --inclu | --incl | --inc)
282     ac_prev=includedir ;;
283   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
284   | --includ=* | --inclu=* | --incl=* | --inc=*)
285     includedir=$ac_optarg ;;
286
287   -infodir | --infodir | --infodi | --infod | --info | --inf)
288     ac_prev=infodir ;;
289   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
290     infodir=$ac_optarg ;;
291
292   -libdir | --libdir | --libdi | --libd)
293     ac_prev=libdir ;;
294   -libdir=* | --libdir=* | --libdi=* | --libd=*)
295     libdir=$ac_optarg ;;
296
297   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
298   | --libexe | --libex | --libe)
299     ac_prev=libexecdir ;;
300   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
301   | --libexe=* | --libex=* | --libe=*)
302     libexecdir=$ac_optarg ;;
303
304   -localstatedir | --localstatedir | --localstatedi | --localstated \
305   | --localstate | --localstat | --localsta | --localst \
306   | --locals | --local | --loca | --loc | --lo)
307     ac_prev=localstatedir ;;
308   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
309   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
310   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
311     localstatedir=$ac_optarg ;;
312
313   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
314     ac_prev=mandir ;;
315   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
316     mandir=$ac_optarg ;;
317
318   -nfp | --nfp | --nf)
319     # Obsolete; use --without-fp.
320     with_fp=no ;;
321
322   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
323   | --no-cr | --no-c)
324     no_create=yes ;;
325
326   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
327   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
328     no_recursion=yes ;;
329
330   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
331   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
332   | --oldin | --oldi | --old | --ol | --o)
333     ac_prev=oldincludedir ;;
334   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
335   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
336   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
337     oldincludedir=$ac_optarg ;;
338
339   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
340     ac_prev=prefix ;;
341   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
342     prefix=$ac_optarg ;;
343
344   -program-prefix | --program-prefix | --program-prefi | --program-pref \
345   | --program-pre | --program-pr | --program-p)
346     ac_prev=program_prefix ;;
347   -program-prefix=* | --program-prefix=* | --program-prefi=* \
348   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
349     program_prefix=$ac_optarg ;;
350
351   -program-suffix | --program-suffix | --program-suffi | --program-suff \
352   | --program-suf | --program-su | --program-s)
353     ac_prev=program_suffix ;;
354   -program-suffix=* | --program-suffix=* | --program-suffi=* \
355   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
356     program_suffix=$ac_optarg ;;
357
358   -program-transform-name | --program-transform-name \
359   | --program-transform-nam | --program-transform-na \
360   | --program-transform-n | --program-transform- \
361   | --program-transform | --program-transfor \
362   | --program-transfo | --program-transf \
363   | --program-trans | --program-tran \
364   | --progr-tra | --program-tr | --program-t)
365     ac_prev=program_transform_name ;;
366   -program-transform-name=* | --program-transform-name=* \
367   | --program-transform-nam=* | --program-transform-na=* \
368   | --program-transform-n=* | --program-transform-=* \
369   | --program-transform=* | --program-transfor=* \
370   | --program-transfo=* | --program-transf=* \
371   | --program-trans=* | --program-tran=* \
372   | --progr-tra=* | --program-tr=* | --program-t=*)
373     program_transform_name=$ac_optarg ;;
374
375   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
376   | -silent | --silent | --silen | --sile | --sil)
377     silent=yes ;;
378
379   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
380     ac_prev=sbindir ;;
381   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
382   | --sbi=* | --sb=*)
383     sbindir=$ac_optarg ;;
384
385   -sharedstatedir | --sharedstatedir | --sharedstatedi \
386   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
387   | --sharedst | --shareds | --shared | --share | --shar \
388   | --sha | --sh)
389     ac_prev=sharedstatedir ;;
390   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
391   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
392   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
393   | --sha=* | --sh=*)
394     sharedstatedir=$ac_optarg ;;
395
396   -site | --site | --sit)
397     ac_prev=site ;;
398   -site=* | --site=* | --sit=*)
399     site=$ac_optarg ;;
400
401   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
402     ac_prev=srcdir ;;
403   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
404     srcdir=$ac_optarg ;;
405
406   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
407   | --syscon | --sysco | --sysc | --sys | --sy)
408     ac_prev=sysconfdir ;;
409   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
410   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
411     sysconfdir=$ac_optarg ;;
412
413   -target | --target | --targe | --targ | --tar | --ta | --t)
414     ac_prev=target_alias ;;
415   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
416     target_alias=$ac_optarg ;;
417
418   -v | -verbose | --verbose | --verbos | --verbo | --verb)
419     verbose=yes ;;
420
421   -version | --version | --versio | --versi | --vers | -V)
422     ac_init_version=: ;;
423
424   -with-* | --with-*)
425     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
426     # Reject names that are not valid shell variable names.
427     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
428       { echo "$as_me: error: invalid package name: $ac_package" >&2
429    { (exit 1); exit 1; }; }
430     ac_package=`echo $ac_package| sed 's/-/_/g'`
431     case $ac_option in
432       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
433       *) ac_optarg=yes ;;
434     esac
435     eval "with_$ac_package='$ac_optarg'" ;;
436
437   -without-* | --without-*)
438     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
439     # Reject names that are not valid shell variable names.
440     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
441       { echo "$as_me: error: invalid package name: $ac_package" >&2
442    { (exit 1); exit 1; }; }
443     ac_package=`echo $ac_package | sed 's/-/_/g'`
444     eval "with_$ac_package=no" ;;
445
446   --x)
447     # Obsolete; use --with-x.
448     with_x=yes ;;
449
450   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
451   | --x-incl | --x-inc | --x-in | --x-i)
452     ac_prev=x_includes ;;
453   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
454   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
455     x_includes=$ac_optarg ;;
456
457   -x-libraries | --x-libraries | --x-librarie | --x-librari \
458   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
459     ac_prev=x_libraries ;;
460   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
461   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
462     x_libraries=$ac_optarg ;;
463
464   -*) { echo "$as_me: error: unrecognized option: $ac_option
465 Try \`$0 --help' for more information." >&2
466    { (exit 1); exit 1; }; }
467     ;;
468
469   *=*)
470     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
471     # Reject names that are not valid shell variable names.
472     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
473       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
474    { (exit 1); exit 1; }; }
475     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
476     eval "$ac_envvar='$ac_optarg'"
477     export $ac_envvar ;;
478
479   *)
480     # FIXME: should be removed in autoconf 3.0.
481     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
482     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
483       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
484     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
485     ;;
486
487   esac
488 done
489
490 if test -n "$ac_prev"; then
491   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
492   { echo "$as_me: error: missing argument to $ac_option" >&2
493    { (exit 1); exit 1; }; }
494 fi
495
496 # Be sure to have absolute paths.
497 for ac_var in exec_prefix prefix
498 do
499   eval ac_val=$`echo $ac_var`
500   case $ac_val in
501     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
502     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
503    { (exit 1); exit 1; }; };;
504   esac
505 done
506
507 # Be sure to have absolute paths.
508 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
509               localstatedir libdir includedir oldincludedir infodir mandir
510 do
511   eval ac_val=$`echo $ac_var`
512   case $ac_val in
513     [\\/$]* | ?:[\\/]* ) ;;
514     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
515    { (exit 1); exit 1; }; };;
516   esac
517 done
518
519 # There might be people who depend on the old broken behavior: `$host'
520 # used to hold the argument of --host etc.
521 build=$build_alias
522 host=$host_alias
523 target=$target_alias
524
525 # FIXME: should be removed in autoconf 3.0.
526 if test "x$host_alias" != x; then
527   if test "x$build_alias" = x; then
528     cross_compiling=maybe
529     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
530     If a cross compiler is detected then cross compile mode will be used." >&2
531   elif test "x$build_alias" != "x$host_alias"; then
532     cross_compiling=yes
533   fi
534 fi
535
536 ac_tool_prefix=
537 test -n "$host_alias" && ac_tool_prefix=$host_alias-
538
539 test "$silent" = yes && exec 6>/dev/null
540
541 # Find the source files, if location was not specified.
542 if test -z "$srcdir"; then
543   ac_srcdir_defaulted=yes
544   # Try the directory containing this script, then its parent.
545   ac_prog=$0
546   ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
547   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
548   srcdir=$ac_confdir
549   if test ! -r $srcdir/$ac_unique_file; then
550     srcdir=..
551   fi
552 else
553   ac_srcdir_defaulted=no
554 fi
555 if test ! -r $srcdir/$ac_unique_file; then
556   if test "$ac_srcdir_defaulted" = yes; then
557     { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
558    { (exit 1); exit 1; }; }
559   else
560     { echo "$as_me: error: cannot find sources in $srcdir" >&2
561    { (exit 1); exit 1; }; }
562   fi
563 fi
564 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
565 ac_env_build_alias_set=${build_alias+set}
566 ac_env_build_alias_value=$build_alias
567 ac_cv_env_build_alias_set=${build_alias+set}
568 ac_cv_env_build_alias_value=$build_alias
569 ac_env_host_alias_set=${host_alias+set}
570 ac_env_host_alias_value=$host_alias
571 ac_cv_env_host_alias_set=${host_alias+set}
572 ac_cv_env_host_alias_value=$host_alias
573 ac_env_target_alias_set=${target_alias+set}
574 ac_env_target_alias_value=$target_alias
575 ac_cv_env_target_alias_set=${target_alias+set}
576 ac_cv_env_target_alias_value=$target_alias
577 ac_env_CC_set=${CC+set}
578 ac_env_CC_value=$CC
579 ac_cv_env_CC_set=${CC+set}
580 ac_cv_env_CC_value=$CC
581 ac_env_CFLAGS_set=${CFLAGS+set}
582 ac_env_CFLAGS_value=$CFLAGS
583 ac_cv_env_CFLAGS_set=${CFLAGS+set}
584 ac_cv_env_CFLAGS_value=$CFLAGS
585 ac_env_LDFLAGS_set=${LDFLAGS+set}
586 ac_env_LDFLAGS_value=$LDFLAGS
587 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
588 ac_cv_env_LDFLAGS_value=$LDFLAGS
589 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
590 ac_env_CPPFLAGS_value=$CPPFLAGS
591 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
592 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
593 ac_env_CPP_set=${CPP+set}
594 ac_env_CPP_value=$CPP
595 ac_cv_env_CPP_set=${CPP+set}
596 ac_cv_env_CPP_value=$CPP
597 ac_env_CXX_set=${CXX+set}
598 ac_env_CXX_value=$CXX
599 ac_cv_env_CXX_set=${CXX+set}
600 ac_cv_env_CXX_value=$CXX
601 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
602 ac_env_CXXFLAGS_value=$CXXFLAGS
603 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
604 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
605 ac_env_CXXCPP_set=${CXXCPP+set}
606 ac_env_CXXCPP_value=$CXXCPP
607 ac_cv_env_CXXCPP_set=${CXXCPP+set}
608 ac_cv_env_CXXCPP_value=$CXXCPP
609
610 #
611 # Report the --help message.
612 #
613 if test "$ac_init_help" = "long"; then
614   # Omit some internal or obsolete options to make the list less imposing.
615   # This message is too long to be a string in the A/UX 3.1 sh.
616   cat <<EOF
617 \`configure' configures this package to adapt to many kinds of systems.
618
619 Usage: $0 [OPTION]... [VAR=VALUE]...
620
621 To assign environment variables (e.g., CC, CFLAGS...), specify them as
622 VAR=VALUE.  See below for descriptions of some of the useful variables.
623
624 Defaults for the options are specified in brackets.
625
626 Configuration:
627   -h, --help              display this help and exit
628       --help=short        display options specific to this package
629       --help=recursive    display the short help of all the included packages
630   -V, --version           display version information and exit
631   -q, --quiet, --silent   do not print \`checking...' messages
632       --cache-file=FILE   cache test results in FILE [disabled]
633   -C, --config-cache      alias for \`--cache-file=config.cache'
634   -n, --no-create         do not create output files
635       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
636
637 EOF
638
639   cat <<EOF
640 Installation directories:
641   --prefix=PREFIX         install architecture-independent files in PREFIX
642                           [$ac_default_prefix]
643   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
644                           [PREFIX]
645
646 By default, \`make install' will install all the files in
647 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
648 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
649 for instance \`--prefix=\$HOME'.
650
651 For better control, use the options below.
652
653 Fine tuning of the installation directories:
654   --bindir=DIR            user executables [EPREFIX/bin]
655   --sbindir=DIR           system admin executables [EPREFIX/sbin]
656   --libexecdir=DIR        program executables [EPREFIX/libexec]
657   --datadir=DIR           read-only architecture-independent data [PREFIX/share]
658   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
659   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
660   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
661   --libdir=DIR            object code libraries [EPREFIX/lib]
662   --includedir=DIR        C header files [PREFIX/include]
663   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
664   --infodir=DIR           info documentation [PREFIX/info]
665   --mandir=DIR            man documentation [PREFIX/man]
666 EOF
667
668   cat <<\EOF
669
670 Program names:
671   --program-prefix=PREFIX            prepend PREFIX to installed program names
672   --program-suffix=SUFFIX            append SUFFIX to installed program names
673   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
674
675 System types:
676   --build=BUILD           configure for building on BUILD [guessed]
677   --host=HOST       build programs to run on HOST [BUILD]
678   --target=TARGET   configure for building compilers for TARGET [HOST]
679 EOF
680 fi
681
682 if test -n "$ac_init_help"; then
683
684   cat <<\EOF
685
686 Optional Packages:
687   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
688   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
689
690 Optional Features:
691   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
692   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
693
694   --with-rel-version=XXX  override derived release version
695   --with-abi-version=XXX  override derived ABI version
696   --with-system-type=XXX  test: override derived host system-type
697   --without-cxx           do not adjust ncurses bool to match C++
698   --without-cxx-binding   do not build C++ binding and demo
699   --without-ada           suppress check for Ada95, don't build demo
700   --without-manpages      suppress install of manpages
701   --without-progs         suppress build with programs (e.g., tic)
702   --without-curses-h      install curses.h as ncurses.h only
703   --with-pkg-config{=path} enable/disable use of pkg-config
704   --enable-pc-files       generate and install .pc files for pkg-config
705   --enable-mixed-case     tic should assume mixed-case filenames
706   --with-install-prefix   prefixes actual install-location ($DESTDIR)
707 Build-Tools Needed to Compile Temporary Applications for Cross-compiling:
708   --with-build-cc=XXX     the build C compiler ($BUILD_CC)
709   --with-build-cpp=XXX    the build C preprocessor ($BUILD_CPP)
710   --with-build-cflags=XXX the build C compiler-flags ($BUILD_CFLAGS)
711   --with-build-cppflags=XXX the build C preprocessor-flags ($BUILD_CPPFLAGS)
712   --with-build-ldflags=XXX the build linker-flags ($BUILD_LDFLAGS)
713   --with-build-libs=XXX   the build libraries (${BUILD_LIBS})
714 Options to Specify the Libraries Built/Used:
715   --with-libtool          generate libraries with libtool
716   --with-shared           generate shared-libraries
717   --with-normal           generate normal-libraries (default)
718   --with-debug            generate debug-libraries (default)
719   --with-profile          generate profile-libraries
720   --with-termlib          generate separate terminfo library
721   --with-ticlib           generate separate tic library
722   --with-gpm              use Alessandro Rubini's GPM library
723   --without-dlsym         do not use dlsym() to load GPM dynamically
724   --with-sysmouse         use sysmouse (FreeBSD console)
725   --enable-rpath          use rpath option when generating shared libraries
726   --disable-relink        relink shared libraries during install
727   --with-shlib-version=X  Specify rel or abi version for shared libs
728 Fine-Tuning Your Configuration:
729   --disable-overwrite     leave out the link to -lcurses
730   --disable-database      do not use terminfo, only fallbacks/termcap
731   --with-database=XXX     specify terminfo source to install
732   --with-hashed-db        specify hashed-database library
733   --with-fallbacks=XXX    specify list of fallback terminal descriptions
734   --without-xterm-new     specify if xterm terminfo should be old version
735   --with-terminfo-dirs=XXX specify list of terminfo directories (default: DATADIR/terminfo)
736   --with-default-terminfo-dir=DIR default terminfo directory (default: DATADIR/terminfo)
737   --disable-big-core      assume machine has little memory
738   --disable-big-strings   assume compiler has only standard-size strings
739   --enable-termcap        compile in termcap fallback support
740   --with-termpath=XXX     specify list of termcap files (default: /etc/termcap:/usr/share/misc/termcap)
741   --enable-getcap         fast termcap load, no xrefs to terminfo
742   --enable-getcap-cache   cache translated termcaps in ~/.terminfo
743   --disable-home-terminfo drop ~/.terminfo from terminfo search-path
744   --disable-root-environ  restrict environment when running as root
745   --enable-symlinks       make tic use symbolic links not hard links
746   --enable-broken_linker  compile with broken-linker support code
747   --enable-bsdpad         recognize BSD-style prefix padding
748   --enable-widec          compile with wide-char/UTF-8 code
749   --disable-lp64          allow chtype to be long (ignore _LP64)
750   --disable-largefile     omit support for large files
751   --disable-tparm-varargs compile tparm() without varargs interface
752   --disable-tic-depends   link tic library without explicit dependency on ncurses library
753   --with-bool=TYPE        override fallback type of bool variable
754   --with-caps=alt         compile with alternate Caps file
755   --with-chtype=TYPE      override type of chtype
756   --with-ospeed=TYPE      override type of ospeed variable
757   --with-mmask-t=TYPE     override type of mmask_t
758   --with-ccharw-max=XXX   override size CCHARW_MAX
759   --with-rcs-ids          compile-in RCS identifiers
760 Options to Specify How Manpages are Installed:
761   --with-manpage-format   specify manpage-format: gzip/compress/BSDI/normal and
762                           optionally formatted/catonly, e.g., gzip,formatted
763   --with-manpage-renames  specify manpage-renaming
764   --with-manpage-aliases  specify manpage-aliases using .so
765   --with-manpage-symlinks specify manpage-aliases using symlinks
766   --with-manpage-tbl      specify manpage processing with tbl
767 Extensions:
768   --disable-ext-funcs     disable function-extensions
769   --enable-sp-funcs       enable experimental SCREEN-extensions
770   --enable-term-driver    enable experimental terminal-driver
771   --enable-const          compile with extra/non-standard const
772   --enable-ext-colors     compile for 256-color support
773   --enable-ext-mouse      compile for extended mouse-encoding
774   --enable-no-padding     compile with $NCURSES_NO_PADDING code
775   --enable-signed-char    compile using signed Boolean's in term.h
776   --enable-sigwinch       compile with SIGWINCH handler
777   --enable-tcap-names     compile with user-definable terminal capabilities
778 Development Code:
779   --without-develop       disable development options
780   --enable-hard-tabs      compile with hard-tabs code
781   --enable-xmc-glitch     compile with support for xmc (magic-cookie)
782 Experimental Code:
783   --disable-assumed-color do not assume anything about default-colors
784   --disable-hashmap       compile without hashmap scrolling-optimization
785   --enable-colorfgbg      compile-in experimental $COLORFGBG code
786   --enable-interop        compile-in experimental interop bindings
787   --with-pthread          use POSIX thread library
788   --enable-weak-symbols   enable weak-symbols for pthreads
789   --enable-reentrant      compile with experimental reentrant code
790   --with-wrap-prefix=XXX  override prefix used for public variables
791   --enable-safe-sprintf   compile with experimental safe-sprintf code
792   --disable-scroll-hints  compile without scroll-hints code
793   --enable-wgetch-events  compile with experimental wgetch-events code
794 Testing/development Options:
795   --enable-echo           build: display "compiling" commands (default)
796   --enable-warnings       build: turn on GCC compiler warnings
797   --enable-assertions     test: turn on generation of assertion code
798   --with-dmalloc          test: use Gray Watson's dmalloc library
799   --with-dbmalloc         test: use Conor Cahill's dbmalloc library
800   --with-valgrind         test: use valgrind
801   --disable-leaks         test: free permanent memory, analyze leaks
802   --enable-expanded       test: generate functions for certain macros
803   --disable-macros        test: use functions rather than macros
804   --with-trace            test: add trace() function to all models of ncurses
805 Ada95 Binding Options:
806   --with-ada-compiler=CMD specify Ada95 compiler command (default gnatmake)
807   --with-ada-include=DIR  Ada includes are in DIR (default: PREFIX/lib/ada/adainclude)
808   --with-ada-objects=DIR  Ada objects are in DIR (default: PREFIX/lib/ada/adalib)
809
810 Some influential environment variables:
811   CC          C compiler command
812   CFLAGS      C compiler flags
813   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
814               nonstandard directory <lib dir>
815   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
816               headers in a nonstandard directory <include dir>
817   CPP         C preprocessor
818   CXX         C++ compiler command
819   CXXFLAGS    C++ compiler flags
820   CXXCPP      C++ preprocessor
821
822 Use these variables to override the choices made by `configure' or to help
823 it to find libraries and programs with nonstandard names/locations.
824
825 EOF
826 fi
827
828 if test "$ac_init_help" = "recursive"; then
829   # If there are subdirs, report their specific --help.
830   ac_popdir=`pwd`
831   for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
832     cd $ac_subdir
833     # A "../" for each directory in /$ac_subdir.
834     ac_dots=`echo $ac_subdir |
835              sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
836
837     case $srcdir in
838     .) # No --srcdir option.  We are building in place.
839       ac_sub_srcdir=$srcdir ;;
840     [\\/]* | ?:[\\/]* ) # Absolute path.
841       ac_sub_srcdir=$srcdir/$ac_subdir ;;
842     *) # Relative path.
843       ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
844     esac
845
846     # Check for guested configure; otherwise get Cygnus style configure.
847     if test -f $ac_sub_srcdir/configure.gnu; then
848       echo
849       $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
850     elif test -f $ac_sub_srcdir/configure; then
851       echo
852       $SHELL $ac_sub_srcdir/configure  --help=recursive
853     elif test -f $ac_sub_srcdir/configure.ac ||
854            test -f $ac_sub_srcdir/configure.in; then
855       echo
856       $ac_configure --help
857     else
858       echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
859     fi
860     cd $ac_popdir
861   done
862 fi
863
864 test -n "$ac_init_help" && exit 0
865 if $ac_init_version; then
866   cat <<\EOF
867
868 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
869 Free Software Foundation, Inc.
870 This configure script is free software; the Free Software Foundation
871 gives unlimited permission to copy, distribute and modify it.
872 EOF
873   exit 0
874 fi
875 exec 5>config.log
876 cat >&5 <<EOF
877 This file contains any messages produced by compilers while
878 running configure, to aid debugging if configure makes a mistake.
879
880 It was created by $as_me, which was
881 generated by GNU Autoconf 2.52.20081225.  Invocation command line was
882
883   $ $0 $@
884
885 EOF
886 {
887 cat <<_ASUNAME
888 ## ---------- ##
889 ## Platform.  ##
890 ## ---------- ##
891
892 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
893 uname -m = `(uname -m) 2>/dev/null || echo unknown`
894 uname -r = `(uname -r) 2>/dev/null || echo unknown`
895 uname -s = `(uname -s) 2>/dev/null || echo unknown`
896 uname -v = `(uname -v) 2>/dev/null || echo unknown`
897
898 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
899 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
900
901 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
902 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
903 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
904 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
905 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
906 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
907 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
908
909 PATH = $PATH
910
911 _ASUNAME
912 } >&5
913
914 cat >&5 <<EOF
915 ## ------------ ##
916 ## Core tests.  ##
917 ## ------------ ##
918
919 EOF
920
921 # Keep a trace of the command line.
922 # Strip out --no-create and --no-recursion so they do not pile up.
923 # Also quote any args containing shell meta-characters.
924 ac_configure_args=
925 ac_sep=
926 for ac_arg
927 do
928   case $ac_arg in
929   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
930   | --no-cr | --no-c) ;;
931   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
932   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
933   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
934     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
935     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
936     ac_sep=" " ;;
937   *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
938      ac_sep=" " ;;
939   esac
940   # Get rid of the leading space.
941 done
942
943 # When interrupted or exit'd, cleanup temporary files, and complete
944 # config.log.  We remove comments because anyway the quotes in there
945 # would cause problems or look ugly.
946 trap 'exit_status=$?
947   # Save into config.log some information that might help in debugging.
948   echo >&5
949   echo "## ----------------- ##" >&5
950   echo "## Cache variables.  ##" >&5
951   echo "## ----------------- ##" >&5
952   echo >&5
953   # The following way of writing the cache mishandles newlines in values,
954 {
955   (set) 2>&1 |
956     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
957     *ac_space=\ *)
958       sed -n \
959         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
960           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
961       ;;
962     *)
963       sed -n \
964         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
965       ;;
966     esac;
967 } >&5
968   sed "/^$/d" confdefs.h >conftest.log
969   if test -s conftest.log; then
970     echo >&5
971     echo "## ------------ ##" >&5
972     echo "## confdefs.h.  ##" >&5
973     echo "## ------------ ##" >&5
974     echo >&5
975     cat conftest.log >&5
976   fi
977   (echo; echo) >&5
978   test "$ac_signal" != 0 &&
979     echo "$as_me: caught signal $ac_signal" >&5
980   echo "$as_me: exit $exit_status" >&5
981   rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
982     exit $exit_status
983      ' 0
984 for ac_signal in 1 2 13 15; do
985   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
986 done
987 ac_signal=0
988
989 # confdefs.h avoids OS command line length limits that DEFS can exceed.
990 rm -rf conftest* confdefs.h
991 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
992 echo >confdefs.h
993
994 # Let the site file select an alternate cache file if it wants to.
995 # Prefer explicitly selected file to automatically selected ones.
996 if test -z "$CONFIG_SITE"; then
997   if test "x$prefix" != xNONE; then
998     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
999   else
1000     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1001   fi
1002 fi
1003 for ac_site_file in $CONFIG_SITE; do
1004   if test -r "$ac_site_file"; then
1005     { echo "$as_me:1005: loading site script $ac_site_file" >&5
1006 echo "$as_me: loading site script $ac_site_file" >&6;}
1007     cat "$ac_site_file" >&5
1008     . "$ac_site_file"
1009   fi
1010 done
1011
1012 if test -r "$cache_file"; then
1013   # Some versions of bash will fail to source /dev/null (special
1014   # files actually), so we avoid doing that.
1015   if test -f "$cache_file"; then
1016     { echo "$as_me:1016: loading cache $cache_file" >&5
1017 echo "$as_me: loading cache $cache_file" >&6;}
1018     case $cache_file in
1019       [\\/]* | ?:[\\/]* ) . $cache_file;;
1020       *)                      . ./$cache_file;;
1021     esac
1022   fi
1023 else
1024   { echo "$as_me:1024: creating cache $cache_file" >&5
1025 echo "$as_me: creating cache $cache_file" >&6;}
1026   >$cache_file
1027 fi
1028
1029 # Check that the precious variables saved in the cache have kept the same
1030 # value.
1031 ac_cache_corrupted=false
1032 for ac_var in `(set) 2>&1 |
1033                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1034   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1035   eval ac_new_set=\$ac_env_${ac_var}_set
1036   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1037   eval ac_new_val="\$ac_env_${ac_var}_value"
1038   case $ac_old_set,$ac_new_set in
1039     set,)
1040       { echo "$as_me:1040: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1041 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1042       ac_cache_corrupted=: ;;
1043     ,set)
1044       { echo "$as_me:1044: error: \`$ac_var' was not set in the previous run" >&5
1045 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1046       ac_cache_corrupted=: ;;
1047     ,);;
1048     *)
1049       if test "x$ac_old_val" != "x$ac_new_val"; then
1050         { echo "$as_me:1050: error: \`$ac_var' has changed since the previous run:" >&5
1051 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1052         { echo "$as_me:1052:   former value:  $ac_old_val" >&5
1053 echo "$as_me:   former value:  $ac_old_val" >&2;}
1054         { echo "$as_me:1054:   current value: $ac_new_val" >&5
1055 echo "$as_me:   current value: $ac_new_val" >&2;}
1056         ac_cache_corrupted=:
1057       fi;;
1058   esac
1059   # Pass precious variables to config.status.  It doesn't matter if
1060   # we pass some twice (in addition to the command line arguments).
1061   if test "$ac_new_set" = set; then
1062     case $ac_new_val in
1063     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
1065       ac_configure_args="$ac_configure_args '$ac_arg'"
1066       ;;
1067     *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
1068        ;;
1069     esac
1070   fi
1071 done
1072 if $ac_cache_corrupted; then
1073   { echo "$as_me:1073: error: changes in the environment can compromise the build" >&5
1074 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1075   { { echo "$as_me:1075: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1076 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1077    { (exit 1); exit 1; }; }
1078 fi
1079
1080 ac_ext=c
1081 ac_cpp='$CPP $CPPFLAGS'
1082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1085 ac_main_return=return
1086
1087 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1088   *c*,-n*) ECHO_N= ECHO_C='
1089 ' ECHO_T='      ' ;;
1090   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1091   *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
1092 esac
1093 echo "#! $SHELL" >conftest.sh
1094 echo  "exit 0"   >>conftest.sh
1095 chmod +x conftest.sh
1096 if { (echo "$as_me:1096: PATH=\".;.\"; conftest.sh") >&5
1097   (PATH=".;."; conftest.sh) 2>&5
1098   ac_status=$?
1099   echo "$as_me:1099: \$? = $ac_status" >&5
1100   (exit $ac_status); }; then
1101   ac_path_separator=';'
1102 else
1103   ac_path_separator=:
1104 fi
1105 PATH_SEPARATOR="$ac_path_separator"
1106 rm -f conftest.sh
1107
1108 ac_config_headers="$ac_config_headers include/ncurses_cfg.h:include/ncurses_cfg.hin"
1109
1110 top_builddir=`pwd`
1111
1112 echo "$as_me:1112: checking for egrep" >&5
1113 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1114 if test "${ac_cv_prog_egrep+set}" = set; then
1115   echo $ECHO_N "(cached) $ECHO_C" >&6
1116 else
1117   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1118     then ac_cv_prog_egrep='grep -E'
1119     else ac_cv_prog_egrep='egrep'
1120     fi
1121 fi
1122 echo "$as_me:1122: result: $ac_cv_prog_egrep" >&5
1123 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1124  EGREP=$ac_cv_prog_egrep
1125
1126 test -z "$EGREP" && { { echo "$as_me:1126: error: No egrep program found" >&5
1127 echo "$as_me: error: No egrep program found" >&2;}
1128    { (exit 1); exit 1; }; }
1129
1130 NCURSES_MAJOR="`$ac_cv_prog_egrep '^NCURSES_MAJOR[      ]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"
1131 NCURSES_MINOR="`$ac_cv_prog_egrep '^NCURSES_MINOR[      ]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"
1132 NCURSES_PATCH="`$ac_cv_prog_egrep '^NCURSES_PATCH[      ]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"
1133 cf_cv_abi_version=${NCURSES_MAJOR}
1134 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
1135 cf_cv_timestamp=`date`
1136 echo "$as_me:1136: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
1137 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
1138
1139 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0
1140
1141 # Check whether --with-rel-version or --without-rel-version was given.
1142 if test "${with_rel_version+set}" = set; then
1143   withval="$with_rel_version"
1144   { echo "$as_me:1144: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
1145 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;}
1146  cf_cv_rel_version=$withval
1147 fi;
1148
1149  NCURSES_MAJOR=`echo "$cf_cv_rel_version" | sed -e 's/\..*//'`
1150  NCURSES_MINOR=`echo "$cf_cv_rel_version" | sed -e 's/^[^.]*//' -e 's/^\.//' -e 's/\..*//'`
1151
1152 if test -n "$NCURSES_MAJOR" ; then
1153   case $NCURSES_MAJOR in #(vi
1154   [0-9]*) #(vi
1155         ;;
1156   *)
1157         { { echo "$as_me:1157: error: Release major-version is not a number: $NCURSES_MAJOR" >&5
1158 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;}
1159    { (exit 1); exit 1; }; }
1160         ;;
1161   esac
1162 else
1163   { { echo "$as_me:1163: error: Release major-version value is empty" >&5
1164 echo "$as_me: error: Release major-version value is empty" >&2;}
1165    { (exit 1); exit 1; }; }
1166 fi
1167
1168 if test -n "$NCURSES_MINOR" ; then
1169   case $NCURSES_MINOR in #(vi
1170   [0-9]*) #(vi
1171         ;;
1172   *)
1173         { { echo "$as_me:1173: error: Release minor-version is not a number: $NCURSES_MINOR" >&5
1174 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;}
1175    { (exit 1); exit 1; }; }
1176         ;;
1177   esac
1178 else
1179   { { echo "$as_me:1179: error: Release minor-version value is empty" >&5
1180 echo "$as_me: error: Release minor-version value is empty" >&2;}
1181    { (exit 1); exit 1; }; }
1182 fi
1183
1184 test -z "$cf_cv_abi_version" && cf_cv_abi_version=0
1185
1186 # Check whether --with-abi-version or --without-abi-version was given.
1187 if test "${with_abi_version+set}" = set; then
1188   withval="$with_abi_version"
1189   { echo "$as_me:1189: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5
1190 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;}
1191  cf_cv_abi_version=$withval
1192 fi;
1193
1194 if test -n "$cf_cv_abi_version" ; then
1195   case $cf_cv_abi_version in #(vi
1196   [0-9]*) #(vi
1197         ;;
1198   *)
1199         { { echo "$as_me:1199: error: ABI version is not a number: $cf_cv_abi_version" >&5
1200 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;}
1201    { (exit 1); exit 1; }; }
1202         ;;
1203   esac
1204 else
1205   { { echo "$as_me:1205: error: ABI version value is empty" >&5
1206 echo "$as_me: error: ABI version value is empty" >&2;}
1207    { (exit 1); exit 1; }; }
1208 fi
1209
1210 ac_aux_dir=
1211 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1212   if test -f $ac_dir/install-sh; then
1213     ac_aux_dir=$ac_dir
1214     ac_install_sh="$ac_aux_dir/install-sh -c"
1215     break
1216   elif test -f $ac_dir/install.sh; then
1217     ac_aux_dir=$ac_dir
1218     ac_install_sh="$ac_aux_dir/install.sh -c"
1219     break
1220   elif test -f $ac_dir/shtool; then
1221     ac_aux_dir=$ac_dir
1222     ac_install_sh="$ac_aux_dir/shtool install -c"
1223     break
1224   fi
1225 done
1226 if test -z "$ac_aux_dir"; then
1227   { { echo "$as_me:1227: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1228 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1229    { (exit 1); exit 1; }; }
1230 fi
1231 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1232 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1233 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1234
1235 # Make sure we can run config.sub.
1236 $ac_config_sub sun4 >/dev/null 2>&1 ||
1237   { { echo "$as_me:1237: error: cannot run $ac_config_sub" >&5
1238 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1239    { (exit 1); exit 1; }; }
1240
1241 echo "$as_me:1241: checking build system type" >&5
1242 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1243 if test "${ac_cv_build+set}" = set; then
1244   echo $ECHO_N "(cached) $ECHO_C" >&6
1245 else
1246   ac_cv_build_alias=$build_alias
1247 test -z "$ac_cv_build_alias" &&
1248   ac_cv_build_alias=`$ac_config_guess`
1249 test -z "$ac_cv_build_alias" &&
1250   { { echo "$as_me:1250: error: cannot guess build type; you must specify one" >&5
1251 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1252    { (exit 1); exit 1; }; }
1253 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1254   { { echo "$as_me:1254: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1255 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1256    { (exit 1); exit 1; }; }
1257
1258 fi
1259 echo "$as_me:1259: result: $ac_cv_build" >&5
1260 echo "${ECHO_T}$ac_cv_build" >&6
1261 build=$ac_cv_build
1262 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1263 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1264 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1265
1266 echo "$as_me:1266: checking host system type" >&5
1267 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1268 if test "${ac_cv_host+set}" = set; then
1269   echo $ECHO_N "(cached) $ECHO_C" >&6
1270 else
1271   ac_cv_host_alias=$host_alias
1272 test -z "$ac_cv_host_alias" &&
1273   ac_cv_host_alias=$ac_cv_build_alias
1274 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1275   { { echo "$as_me:1275: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1276 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1277    { (exit 1); exit 1; }; }
1278
1279 fi
1280 echo "$as_me:1280: result: $ac_cv_host" >&5
1281 echo "${ECHO_T}$ac_cv_host" >&6
1282 host=$ac_cv_host
1283 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1284 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1285 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1286
1287 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then
1288         echo "$as_me:1288: checking target system type" >&5
1289 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1290 if test "${ac_cv_target+set}" = set; then
1291   echo $ECHO_N "(cached) $ECHO_C" >&6
1292 else
1293   ac_cv_target_alias=$target_alias
1294 test "x$ac_cv_target_alias" = "x" &&
1295   ac_cv_target_alias=$ac_cv_host_alias
1296 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1297   { { echo "$as_me:1297: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1298 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1299    { (exit 1); exit 1; }; }
1300
1301 fi
1302 echo "$as_me:1302: result: $ac_cv_target" >&5
1303 echo "${ECHO_T}$ac_cv_target" >&6
1304 target=$ac_cv_target
1305 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1306 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1307 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1308
1309 # The aliases save the names the user supplied, while $host etc.
1310 # will get canonicalized.
1311 test -n "$target_alias" &&
1312   test "$program_prefix$program_suffix$program_transform_name" = \
1313     NONENONEs,x,x, &&
1314   program_prefix=${target_alias}-
1315         system_name="$host_os"
1316 else
1317         system_name="`(uname -s -r) 2>/dev/null`"
1318         if test -z "$system_name" ; then
1319                 system_name="`(hostname) 2>/dev/null`"
1320         fi
1321 fi
1322 test -n "$system_name" && cat >>confdefs.h <<EOF
1323 #define SYSTEM_NAME "$system_name"
1324 EOF
1325
1326 if test "${cf_cv_system_name+set}" = set; then
1327   echo $ECHO_N "(cached) $ECHO_C" >&6
1328 else
1329   cf_cv_system_name="$system_name"
1330 fi
1331
1332 test -z "$system_name" && system_name="$cf_cv_system_name"
1333 test -n "$cf_cv_system_name" && echo "$as_me:1333: result: Configuring for $cf_cv_system_name" >&5
1334 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
1335
1336 if test ".$system_name" != ".$cf_cv_system_name" ; then
1337         echo "$as_me:1337: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
1338 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
1339         { { echo "$as_me:1339: error: \"Please remove config.cache and try again.\"" >&5
1340 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
1341    { (exit 1); exit 1; }; }
1342 fi
1343
1344 # Check whether --with-system-type or --without-system-type was given.
1345 if test "${with_system_type+set}" = set; then
1346   withval="$with_system_type"
1347   { echo "$as_me:1347: WARNING: overriding system type to $withval" >&5
1348 echo "$as_me: WARNING: overriding system type to $withval" >&2;}
1349  cf_cv_system_name=$withval
1350 fi;
1351
1352 ###     Save the given $CFLAGS to allow user-override.
1353 cf_user_CFLAGS="$CFLAGS"
1354
1355 ###     Default install-location
1356
1357 echo "$as_me:1357: checking for prefix" >&5
1358 echo $ECHO_N "checking for prefix... $ECHO_C" >&6
1359 if test "x$prefix" = "xNONE" ; then
1360         case "$cf_cv_system_name" in
1361                 # non-vendor systems don't have a conflict
1362         openbsd*|freebsd*|linux*|cygwin*|k*bsd*-gnu)
1363                 prefix=/usr
1364                 ;;
1365         *)      prefix=$ac_default_prefix
1366                 ;;
1367         esac
1368 fi
1369 echo "$as_me:1369: result: $prefix" >&5
1370 echo "${ECHO_T}$prefix" >&6
1371
1372 if test "x$prefix" = "xNONE" ; then
1373 echo "$as_me:1373: checking for default include-directory" >&5
1374 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6
1375 test -n "$verbose" && echo 1>&6
1376 for cf_symbol in \
1377         $includedir \
1378         $includedir/ncurses \
1379         $prefix/include \
1380         $prefix/include/ncurses \
1381         /usr/local/include \
1382         /usr/local/include/ncurses \
1383         /usr/include \
1384         /usr/include/ncurses
1385 do
1386         cf_dir=`eval echo $cf_symbol`
1387         if test -f $cf_dir/curses.h ; then
1388         if ( fgrep NCURSES_VERSION $cf_dir/curses.h 2>&1 >/dev/null ) ; then
1389                 includedir="$cf_symbol"
1390                 test -n "$verbose"  && echo $ac_n "     found " 1>&6
1391                 break
1392         fi
1393         fi
1394         test -n "$verbose"  && echo "   tested $cf_dir" 1>&6
1395 done
1396 echo "$as_me:1396: result: $includedir" >&5
1397 echo "${ECHO_T}$includedir" >&6
1398 fi
1399
1400 ###     Checks for programs.
1401 ac_ext=c
1402 ac_cpp='$CPP $CPPFLAGS'
1403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1406 ac_main_return=return
1407 if test -n "$ac_tool_prefix"; then
1408   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1409 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1410 echo "$as_me:1410: checking for $ac_word" >&5
1411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1412 if test "${ac_cv_prog_CC+set}" = set; then
1413   echo $ECHO_N "(cached) $ECHO_C" >&6
1414 else
1415   if test -n "$CC"; then
1416   ac_cv_prog_CC="$CC" # Let the user override the test.
1417 else
1418   ac_save_IFS=$IFS; IFS=$ac_path_separator
1419 ac_dummy="$PATH"
1420 for ac_dir in $ac_dummy; do
1421   IFS=$ac_save_IFS
1422   test -z "$ac_dir" && ac_dir=.
1423   $as_executable_p "$ac_dir/$ac_word" || continue
1424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1425 echo "$as_me:1425: found $ac_dir/$ac_word" >&5
1426 break
1427 done
1428
1429 fi
1430 fi
1431 CC=$ac_cv_prog_CC
1432 if test -n "$CC"; then
1433   echo "$as_me:1433: result: $CC" >&5
1434 echo "${ECHO_T}$CC" >&6
1435 else
1436   echo "$as_me:1436: result: no" >&5
1437 echo "${ECHO_T}no" >&6
1438 fi
1439
1440 fi
1441 if test -z "$ac_cv_prog_CC"; then
1442   ac_ct_CC=$CC
1443   # Extract the first word of "gcc", so it can be a program name with args.
1444 set dummy gcc; ac_word=$2
1445 echo "$as_me:1445: checking for $ac_word" >&5
1446 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1447 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1448   echo $ECHO_N "(cached) $ECHO_C" >&6
1449 else
1450   if test -n "$ac_ct_CC"; then
1451   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1452 else
1453   ac_save_IFS=$IFS; IFS=$ac_path_separator
1454 ac_dummy="$PATH"
1455 for ac_dir in $ac_dummy; do
1456   IFS=$ac_save_IFS
1457   test -z "$ac_dir" && ac_dir=.
1458   $as_executable_p "$ac_dir/$ac_word" || continue
1459 ac_cv_prog_ac_ct_CC="gcc"
1460 echo "$as_me:1460: found $ac_dir/$ac_word" >&5
1461 break
1462 done
1463
1464 fi
1465 fi
1466 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1467 if test -n "$ac_ct_CC"; then
1468   echo "$as_me:1468: result: $ac_ct_CC" >&5
1469 echo "${ECHO_T}$ac_ct_CC" >&6
1470 else
1471   echo "$as_me:1471: result: no" >&5
1472 echo "${ECHO_T}no" >&6
1473 fi
1474
1475   CC=$ac_ct_CC
1476 else
1477   CC="$ac_cv_prog_CC"
1478 fi
1479
1480 if test -z "$CC"; then
1481   if test -n "$ac_tool_prefix"; then
1482   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1483 set dummy ${ac_tool_prefix}cc; ac_word=$2
1484 echo "$as_me:1484: checking for $ac_word" >&5
1485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1486 if test "${ac_cv_prog_CC+set}" = set; then
1487   echo $ECHO_N "(cached) $ECHO_C" >&6
1488 else
1489   if test -n "$CC"; then
1490   ac_cv_prog_CC="$CC" # Let the user override the test.
1491 else
1492   ac_save_IFS=$IFS; IFS=$ac_path_separator
1493 ac_dummy="$PATH"
1494 for ac_dir in $ac_dummy; do
1495   IFS=$ac_save_IFS
1496   test -z "$ac_dir" && ac_dir=.
1497   $as_executable_p "$ac_dir/$ac_word" || continue
1498 ac_cv_prog_CC="${ac_tool_prefix}cc"
1499 echo "$as_me:1499: found $ac_dir/$ac_word" >&5
1500 break
1501 done
1502
1503 fi
1504 fi
1505 CC=$ac_cv_prog_CC
1506 if test -n "$CC"; then
1507   echo "$as_me:1507: result: $CC" >&5
1508 echo "${ECHO_T}$CC" >&6
1509 else
1510   echo "$as_me:1510: result: no" >&5
1511 echo "${ECHO_T}no" >&6
1512 fi
1513
1514 fi
1515 if test -z "$ac_cv_prog_CC"; then
1516   ac_ct_CC=$CC
1517   # Extract the first word of "cc", so it can be a program name with args.
1518 set dummy cc; ac_word=$2
1519 echo "$as_me:1519: checking for $ac_word" >&5
1520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1521 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1522   echo $ECHO_N "(cached) $ECHO_C" >&6
1523 else
1524   if test -n "$ac_ct_CC"; then
1525   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1526 else
1527   ac_save_IFS=$IFS; IFS=$ac_path_separator
1528 ac_dummy="$PATH"
1529 for ac_dir in $ac_dummy; do
1530   IFS=$ac_save_IFS
1531   test -z "$ac_dir" && ac_dir=.
1532   $as_executable_p "$ac_dir/$ac_word" || continue
1533 ac_cv_prog_ac_ct_CC="cc"
1534 echo "$as_me:1534: found $ac_dir/$ac_word" >&5
1535 break
1536 done
1537
1538 fi
1539 fi
1540 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1541 if test -n "$ac_ct_CC"; then
1542   echo "$as_me:1542: result: $ac_ct_CC" >&5
1543 echo "${ECHO_T}$ac_ct_CC" >&6
1544 else
1545   echo "$as_me:1545: result: no" >&5
1546 echo "${ECHO_T}no" >&6
1547 fi
1548
1549   CC=$ac_ct_CC
1550 else
1551   CC="$ac_cv_prog_CC"
1552 fi
1553
1554 fi
1555 if test -z "$CC"; then
1556   # Extract the first word of "cc", so it can be a program name with args.
1557 set dummy cc; ac_word=$2
1558 echo "$as_me:1558: checking for $ac_word" >&5
1559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1560 if test "${ac_cv_prog_CC+set}" = set; then
1561   echo $ECHO_N "(cached) $ECHO_C" >&6
1562 else
1563   if test -n "$CC"; then
1564   ac_cv_prog_CC="$CC" # Let the user override the test.
1565 else
1566   ac_prog_rejected=no
1567   ac_save_IFS=$IFS; IFS=$ac_path_separator
1568 ac_dummy="$PATH"
1569 for ac_dir in $ac_dummy; do
1570   IFS=$ac_save_IFS
1571   test -z "$ac_dir" && ac_dir=.
1572   $as_executable_p "$ac_dir/$ac_word" || continue
1573 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1574   ac_prog_rejected=yes
1575   continue
1576 fi
1577 ac_cv_prog_CC="cc"
1578 echo "$as_me:1578: found $ac_dir/$ac_word" >&5
1579 break
1580 done
1581
1582 if test $ac_prog_rejected = yes; then
1583   # We found a bogon in the path, so make sure we never use it.
1584   set dummy $ac_cv_prog_CC
1585   shift
1586   if test $# != 0; then
1587     # We chose a different compiler from the bogus one.
1588     # However, it has the same basename, so the bogon will be chosen
1589     # first if we set CC to just the basename; use the full file name.
1590     shift
1591     set dummy "$ac_dir/$ac_word" ${1+"$@"}
1592     shift
1593     ac_cv_prog_CC="$@"
1594   fi
1595 fi
1596 fi
1597 fi
1598 CC=$ac_cv_prog_CC
1599 if test -n "$CC"; then
1600   echo "$as_me:1600: result: $CC" >&5
1601 echo "${ECHO_T}$CC" >&6
1602 else
1603   echo "$as_me:1603: result: no" >&5
1604 echo "${ECHO_T}no" >&6
1605 fi
1606
1607 fi
1608 if test -z "$CC"; then
1609   if test -n "$ac_tool_prefix"; then
1610   for ac_prog in cl
1611   do
1612     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1613 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1614 echo "$as_me:1614: checking for $ac_word" >&5
1615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1616 if test "${ac_cv_prog_CC+set}" = set; then
1617   echo $ECHO_N "(cached) $ECHO_C" >&6
1618 else
1619   if test -n "$CC"; then
1620   ac_cv_prog_CC="$CC" # Let the user override the test.
1621 else
1622   ac_save_IFS=$IFS; IFS=$ac_path_separator
1623 ac_dummy="$PATH"
1624 for ac_dir in $ac_dummy; do
1625   IFS=$ac_save_IFS
1626   test -z "$ac_dir" && ac_dir=.
1627   $as_executable_p "$ac_dir/$ac_word" || continue
1628 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1629 echo "$as_me:1629: found $ac_dir/$ac_word" >&5
1630 break
1631 done
1632
1633 fi
1634 fi
1635 CC=$ac_cv_prog_CC
1636 if test -n "$CC"; then
1637   echo "$as_me:1637: result: $CC" >&5
1638 echo "${ECHO_T}$CC" >&6
1639 else
1640   echo "$as_me:1640: result: no" >&5
1641 echo "${ECHO_T}no" >&6
1642 fi
1643
1644     test -n "$CC" && break
1645   done
1646 fi
1647 if test -z "$CC"; then
1648   ac_ct_CC=$CC
1649   for ac_prog in cl
1650 do
1651   # Extract the first word of "$ac_prog", so it can be a program name with args.
1652 set dummy $ac_prog; ac_word=$2
1653 echo "$as_me:1653: checking for $ac_word" >&5
1654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1655 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1656   echo $ECHO_N "(cached) $ECHO_C" >&6
1657 else
1658   if test -n "$ac_ct_CC"; then
1659   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1660 else
1661   ac_save_IFS=$IFS; IFS=$ac_path_separator
1662 ac_dummy="$PATH"
1663 for ac_dir in $ac_dummy; do
1664   IFS=$ac_save_IFS
1665   test -z "$ac_dir" && ac_dir=.
1666   $as_executable_p "$ac_dir/$ac_word" || continue
1667 ac_cv_prog_ac_ct_CC="$ac_prog"
1668 echo "$as_me:1668: found $ac_dir/$ac_word" >&5
1669 break
1670 done
1671
1672 fi
1673 fi
1674 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1675 if test -n "$ac_ct_CC"; then
1676   echo "$as_me:1676: result: $ac_ct_CC" >&5
1677 echo "${ECHO_T}$ac_ct_CC" >&6
1678 else
1679   echo "$as_me:1679: result: no" >&5
1680 echo "${ECHO_T}no" >&6
1681 fi
1682
1683   test -n "$ac_ct_CC" && break
1684 done
1685
1686   CC=$ac_ct_CC
1687 fi
1688
1689 fi
1690
1691 test -z "$CC" && { { echo "$as_me:1691: error: no acceptable cc found in \$PATH" >&5
1692 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1693    { (exit 1); exit 1; }; }
1694
1695 # Provide some information about the compiler.
1696 echo "$as_me:1696:" \
1697      "checking for C compiler version" >&5
1698 ac_compiler=`set X $ac_compile; echo $2`
1699 { (eval echo "$as_me:1699: \"$ac_compiler --version </dev/null >&5\"") >&5
1700   (eval $ac_compiler --version </dev/null >&5) 2>&5
1701   ac_status=$?
1702   echo "$as_me:1702: \$? = $ac_status" >&5
1703   (exit $ac_status); }
1704 { (eval echo "$as_me:1704: \"$ac_compiler -v </dev/null >&5\"") >&5
1705   (eval $ac_compiler -v </dev/null >&5) 2>&5
1706   ac_status=$?
1707   echo "$as_me:1707: \$? = $ac_status" >&5
1708   (exit $ac_status); }
1709 { (eval echo "$as_me:1709: \"$ac_compiler -V </dev/null >&5\"") >&5
1710   (eval $ac_compiler -V </dev/null >&5) 2>&5
1711   ac_status=$?
1712   echo "$as_me:1712: \$? = $ac_status" >&5
1713   (exit $ac_status); }
1714
1715 cat >conftest.$ac_ext <<_ACEOF
1716 #line 1716 "configure"
1717 #include "confdefs.h"
1718
1719 int
1720 main ()
1721 {
1722
1723   ;
1724   return 0;
1725 }
1726 _ACEOF
1727 ac_clean_files_save=$ac_clean_files
1728 ac_clean_files="$ac_clean_files a.out a.exe"
1729 # Try to create an executable without -o first, disregard a.out.
1730 # It will help us diagnose broken compilers, and finding out an intuition
1731 # of exeext.
1732 echo "$as_me:1732: checking for C compiler default output" >&5
1733 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1734 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1735 if { (eval echo "$as_me:1735: \"$ac_link_default\"") >&5
1736   (eval $ac_link_default) 2>&5
1737   ac_status=$?
1738   echo "$as_me:1738: \$? = $ac_status" >&5
1739   (exit $ac_status); }; then
1740   # Find the output, starting from the most likely.  This scheme is
1741 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1742 # resort.
1743 for ac_file in `ls a.exe conftest.exe 2>/dev/null;
1744                 ls a.out conftest 2>/dev/null;
1745                 ls a.* conftest.* 2>/dev/null`; do
1746   case $ac_file in
1747     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1748     a.out ) # We found the default executable, but exeext='' is most
1749             # certainly right.
1750             break;;
1751     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1752           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
1753           export ac_cv_exeext
1754           break;;
1755     * ) break;;
1756   esac
1757 done
1758 else
1759   echo "$as_me: failed program was:" >&5
1760 cat conftest.$ac_ext >&5
1761 { { echo "$as_me:1761: error: C compiler cannot create executables" >&5
1762 echo "$as_me: error: C compiler cannot create executables" >&2;}
1763    { (exit 77); exit 77; }; }
1764 fi
1765
1766 ac_exeext=$ac_cv_exeext
1767 echo "$as_me:1767: result: $ac_file" >&5
1768 echo "${ECHO_T}$ac_file" >&6
1769
1770 # Check the compiler produces executables we can run.  If not, either
1771 # the compiler is broken, or we cross compile.
1772 echo "$as_me:1772: checking whether the C compiler works" >&5
1773 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1774 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1775 # If not cross compiling, check that we can run a simple program.
1776 if test "$cross_compiling" != yes; then
1777   if { ac_try='./$ac_file'
1778   { (eval echo "$as_me:1778: \"$ac_try\"") >&5
1779   (eval $ac_try) 2>&5
1780   ac_status=$?
1781   echo "$as_me:1781: \$? = $ac_status" >&5
1782   (exit $ac_status); }; }; then
1783     cross_compiling=no
1784   else
1785     if test "$cross_compiling" = maybe; then
1786         cross_compiling=yes
1787     else
1788         { { echo "$as_me:1788: error: cannot run C compiled programs.
1789 If you meant to cross compile, use \`--host'." >&5
1790 echo "$as_me: error: cannot run C compiled programs.
1791 If you meant to cross compile, use \`--host'." >&2;}
1792    { (exit 1); exit 1; }; }
1793     fi
1794   fi
1795 fi
1796 echo "$as_me:1796: result: yes" >&5
1797 echo "${ECHO_T}yes" >&6
1798
1799 rm -f a.out a.exe conftest$ac_cv_exeext
1800 ac_clean_files=$ac_clean_files_save
1801 # Check the compiler produces executables we can run.  If not, either
1802 # the compiler is broken, or we cross compile.
1803 echo "$as_me:1803: checking whether we are cross compiling" >&5
1804 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1805 echo "$as_me:1805: result: $cross_compiling" >&5
1806 echo "${ECHO_T}$cross_compiling" >&6
1807
1808 echo "$as_me:1808: checking for executable suffix" >&5
1809 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1810 if { (eval echo "$as_me:1810: \"$ac_link\"") >&5
1811   (eval $ac_link) 2>&5
1812   ac_status=$?
1813   echo "$as_me:1813: \$? = $ac_status" >&5
1814   (exit $ac_status); }; then
1815   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1816 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1817 # work properly (i.e., refer to `conftest.exe'), while it won't with
1818 # `rm'.
1819 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
1820   case $ac_file in
1821     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1822     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1823           export ac_cv_exeext
1824           break;;
1825     * ) break;;
1826   esac
1827 done
1828 else
1829   { { echo "$as_me:1829: error: cannot compute EXEEXT: cannot compile and link" >&5
1830 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
1831    { (exit 1); exit 1; }; }
1832 fi
1833
1834 rm -f conftest$ac_cv_exeext
1835 echo "$as_me:1835: result: $ac_cv_exeext" >&5
1836 echo "${ECHO_T}$ac_cv_exeext" >&6
1837
1838 rm -f conftest.$ac_ext
1839 EXEEXT=$ac_cv_exeext
1840 ac_exeext=$EXEEXT
1841 echo "$as_me:1841: checking for object suffix" >&5
1842 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
1843 if test "${ac_cv_objext+set}" = set; then
1844   echo $ECHO_N "(cached) $ECHO_C" >&6
1845 else
1846   cat >conftest.$ac_ext <<_ACEOF
1847 #line 1847 "configure"
1848 #include "confdefs.h"
1849
1850 int
1851 main ()
1852 {
1853
1854   ;
1855   return 0;
1856 }
1857 _ACEOF
1858 rm -f conftest.o conftest.obj
1859 if { (eval echo "$as_me:1859: \"$ac_compile\"") >&5
1860   (eval $ac_compile) 2>&5
1861   ac_status=$?
1862   echo "$as_me:1862: \$? = $ac_status" >&5
1863   (exit $ac_status); }; then
1864   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1865   case $ac_file in
1866     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
1867     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1868        break;;
1869   esac
1870 done
1871 else
1872   echo "$as_me: failed program was:" >&5
1873 cat conftest.$ac_ext >&5
1874 { { echo "$as_me:1874: error: cannot compute OBJEXT: cannot compile" >&5
1875 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
1876    { (exit 1); exit 1; }; }
1877 fi
1878
1879 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1880 fi
1881 echo "$as_me:1881: result: $ac_cv_objext" >&5
1882 echo "${ECHO_T}$ac_cv_objext" >&6
1883 OBJEXT=$ac_cv_objext
1884 ac_objext=$OBJEXT
1885 echo "$as_me:1885: checking whether we are using the GNU C compiler" >&5
1886 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1887 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1888   echo $ECHO_N "(cached) $ECHO_C" >&6
1889 else
1890   cat >conftest.$ac_ext <<_ACEOF
1891 #line 1891 "configure"
1892 #include "confdefs.h"
1893
1894 int
1895 main ()
1896 {
1897 #ifndef __GNUC__
1898        choke me
1899 #endif
1900
1901   ;
1902   return 0;
1903 }
1904 _ACEOF
1905 rm -f conftest.$ac_objext
1906 if { (eval echo "$as_me:1906: \"$ac_compile\"") >&5
1907   (eval $ac_compile) 2>&5
1908   ac_status=$?
1909   echo "$as_me:1909: \$? = $ac_status" >&5
1910   (exit $ac_status); } &&
1911          { ac_try='test -s conftest.$ac_objext'
1912   { (eval echo "$as_me:1912: \"$ac_try\"") >&5
1913   (eval $ac_try) 2>&5
1914   ac_status=$?
1915   echo "$as_me:1915: \$? = $ac_status" >&5
1916   (exit $ac_status); }; }; then
1917   ac_compiler_gnu=yes
1918 else
1919   echo "$as_me: failed program was:" >&5
1920 cat conftest.$ac_ext >&5
1921 ac_compiler_gnu=no
1922 fi
1923 rm -f conftest.$ac_objext conftest.$ac_ext
1924 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1925
1926 fi
1927 echo "$as_me:1927: result: $ac_cv_c_compiler_gnu" >&5
1928 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1929 GCC=`test $ac_compiler_gnu = yes && echo yes`
1930 ac_test_CFLAGS=${CFLAGS+set}
1931 ac_save_CFLAGS=$CFLAGS
1932 CFLAGS="-g"
1933 echo "$as_me:1933: checking whether $CC accepts -g" >&5
1934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1935 if test "${ac_cv_prog_cc_g+set}" = set; then
1936   echo $ECHO_N "(cached) $ECHO_C" >&6
1937 else
1938   cat >conftest.$ac_ext <<_ACEOF
1939 #line 1939 "configure"
1940 #include "confdefs.h"
1941
1942 int
1943 main ()
1944 {
1945
1946   ;
1947   return 0;
1948 }
1949 _ACEOF
1950 rm -f conftest.$ac_objext
1951 if { (eval echo "$as_me:1951: \"$ac_compile\"") >&5
1952   (eval $ac_compile) 2>&5
1953   ac_status=$?
1954   echo "$as_me:1954: \$? = $ac_status" >&5
1955   (exit $ac_status); } &&
1956          { ac_try='test -s conftest.$ac_objext'
1957   { (eval echo "$as_me:1957: \"$ac_try\"") >&5
1958   (eval $ac_try) 2>&5
1959   ac_status=$?
1960   echo "$as_me:1960: \$? = $ac_status" >&5
1961   (exit $ac_status); }; }; then
1962   ac_cv_prog_cc_g=yes
1963 else
1964   echo "$as_me: failed program was:" >&5
1965 cat conftest.$ac_ext >&5
1966 ac_cv_prog_cc_g=no
1967 fi
1968 rm -f conftest.$ac_objext conftest.$ac_ext
1969 fi
1970 echo "$as_me:1970: result: $ac_cv_prog_cc_g" >&5
1971 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1972 if test "$ac_test_CFLAGS" = set; then
1973   CFLAGS=$ac_save_CFLAGS
1974 elif test $ac_cv_prog_cc_g = yes; then
1975   if test "$GCC" = yes; then
1976     CFLAGS="-g -O2"
1977   else
1978     CFLAGS="-g"
1979   fi
1980 else
1981   if test "$GCC" = yes; then
1982     CFLAGS="-O2"
1983   else
1984     CFLAGS=
1985   fi
1986 fi
1987 # Some people use a C++ compiler to compile C.  Since we use `exit',
1988 # in C++ we need to declare it.  In case someone uses the same compiler
1989 # for both compiling C and C++ we need to have the C++ compiler decide
1990 # the declaration of exit, since it's the most demanding environment.
1991 cat >conftest.$ac_ext <<_ACEOF
1992 #ifndef __cplusplus
1993   choke me
1994 #endif
1995 _ACEOF
1996 rm -f conftest.$ac_objext
1997 if { (eval echo "$as_me:1997: \"$ac_compile\"") >&5
1998   (eval $ac_compile) 2>&5
1999   ac_status=$?
2000   echo "$as_me:2000: \$? = $ac_status" >&5
2001   (exit $ac_status); } &&
2002          { ac_try='test -s conftest.$ac_objext'
2003   { (eval echo "$as_me:2003: \"$ac_try\"") >&5
2004   (eval $ac_try) 2>&5
2005   ac_status=$?
2006   echo "$as_me:2006: \$? = $ac_status" >&5
2007   (exit $ac_status); }; }; then
2008   for ac_declaration in \
2009    ''\
2010    '#include <stdlib.h>' \
2011    'extern "C" void std::exit (int) throw (); using std::exit;' \
2012    'extern "C" void std::exit (int); using std::exit;' \
2013    'extern "C" void exit (int) throw ();' \
2014    'extern "C" void exit (int);' \
2015    'void exit (int);'
2016 do
2017   cat >conftest.$ac_ext <<_ACEOF
2018 #line 2018 "configure"
2019 #include "confdefs.h"
2020 #include <stdlib.h>
2021 $ac_declaration
2022 int
2023 main ()
2024 {
2025 exit (42);
2026   ;
2027   return 0;
2028 }
2029 _ACEOF
2030 rm -f conftest.$ac_objext
2031 if { (eval echo "$as_me:2031: \"$ac_compile\"") >&5
2032   (eval $ac_compile) 2>&5
2033   ac_status=$?
2034   echo "$as_me:2034: \$? = $ac_status" >&5
2035   (exit $ac_status); } &&
2036          { ac_try='test -s conftest.$ac_objext'
2037   { (eval echo "$as_me:2037: \"$ac_try\"") >&5
2038   (eval $ac_try) 2>&5
2039   ac_status=$?
2040   echo "$as_me:2040: \$? = $ac_status" >&5
2041   (exit $ac_status); }; }; then
2042   :
2043 else
2044   echo "$as_me: failed program was:" >&5
2045 cat conftest.$ac_ext >&5
2046 continue
2047 fi
2048 rm -f conftest.$ac_objext conftest.$ac_ext
2049   cat >conftest.$ac_ext <<_ACEOF
2050 #line 2050 "configure"
2051 #include "confdefs.h"
2052 $ac_declaration
2053 int
2054 main ()
2055 {
2056 exit (42);
2057   ;
2058   return 0;
2059 }
2060 _ACEOF
2061 rm -f conftest.$ac_objext
2062 if { (eval echo "$as_me:2062: \"$ac_compile\"") >&5
2063   (eval $ac_compile) 2>&5
2064   ac_status=$?
2065   echo "$as_me:2065: \$? = $ac_status" >&5
2066   (exit $ac_status); } &&
2067          { ac_try='test -s conftest.$ac_objext'
2068   { (eval echo "$as_me:2068: \"$ac_try\"") >&5
2069   (eval $ac_try) 2>&5
2070   ac_status=$?
2071   echo "$as_me:2071: \$? = $ac_status" >&5
2072   (exit $ac_status); }; }; then
2073   break
2074 else
2075   echo "$as_me: failed program was:" >&5
2076 cat conftest.$ac_ext >&5
2077 fi
2078 rm -f conftest.$ac_objext conftest.$ac_ext
2079 done
2080 rm -f conftest*
2081 if test -n "$ac_declaration"; then
2082   echo '#ifdef __cplusplus' >>confdefs.h
2083   echo $ac_declaration      >>confdefs.h
2084   echo '#endif'             >>confdefs.h
2085 fi
2086
2087 else
2088   echo "$as_me: failed program was:" >&5
2089 cat conftest.$ac_ext >&5
2090 fi
2091 rm -f conftest.$ac_objext conftest.$ac_ext
2092 ac_ext=c
2093 ac_cpp='$CPP $CPPFLAGS'
2094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2097 ac_main_return=return
2098
2099 GCC_VERSION=none
2100 if test "$GCC" = yes ; then
2101         echo "$as_me:2101: checking version of $CC" >&5
2102 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
2103         GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
2104         test -z "$GCC_VERSION" && GCC_VERSION=unknown
2105         echo "$as_me:2105: result: $GCC_VERSION" >&5
2106 echo "${ECHO_T}$GCC_VERSION" >&6
2107 fi
2108
2109 ac_ext=c
2110 ac_cpp='$CPP $CPPFLAGS'
2111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2112 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2113 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2114 ac_main_return=return
2115 echo "$as_me:2115: checking how to run the C preprocessor" >&5
2116 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2117 # On Suns, sometimes $CPP names a directory.
2118 if test -n "$CPP" && test -d "$CPP"; then
2119   CPP=
2120 fi
2121 if test -z "$CPP"; then
2122   if test "${ac_cv_prog_CPP+set}" = set; then
2123   echo $ECHO_N "(cached) $ECHO_C" >&6
2124 else
2125       # Double quotes because CPP needs to be expanded
2126     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2127     do
2128       ac_preproc_ok=false
2129 for ac_c_preproc_warn_flag in '' yes
2130 do
2131   # Use a header file that comes with gcc, so configuring glibc
2132   # with a fresh cross-compiler works.
2133   # On the NeXT, cc -E runs the code through the compiler's parser,
2134   # not just through cpp. "Syntax error" is here to catch this case.
2135   cat >conftest.$ac_ext <<_ACEOF
2136 #line 2136 "configure"
2137 #include "confdefs.h"
2138 #include <assert.h>
2139                      Syntax error
2140 _ACEOF
2141 if { (eval echo "$as_me:2141: \"$ac_cpp conftest.$ac_ext\"") >&5
2142   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2143   ac_status=$?
2144   egrep -v '^ *\+' conftest.er1 >conftest.err
2145   rm -f conftest.er1
2146   cat conftest.err >&5
2147   echo "$as_me:2147: \$? = $ac_status" >&5
2148   (exit $ac_status); } >/dev/null; then
2149   if test -s conftest.err; then
2150     ac_cpp_err=$ac_c_preproc_warn_flag
2151   else
2152     ac_cpp_err=
2153   fi
2154 else
2155   ac_cpp_err=yes
2156 fi
2157 if test -z "$ac_cpp_err"; then
2158   :
2159 else
2160   echo "$as_me: failed program was:" >&5
2161   cat conftest.$ac_ext >&5
2162   # Broken: fails on valid input.
2163 continue
2164 fi
2165 rm -f conftest.err conftest.$ac_ext
2166
2167   # OK, works on sane cases.  Now check whether non-existent headers
2168   # can be detected and how.
2169   cat >conftest.$ac_ext <<_ACEOF
2170 #line 2170 "configure"
2171 #include "confdefs.h"
2172 #include <ac_nonexistent.h>
2173 _ACEOF
2174 if { (eval echo "$as_me:2174: \"$ac_cpp conftest.$ac_ext\"") >&5
2175   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2176   ac_status=$?
2177   egrep -v '^ *\+' conftest.er1 >conftest.err
2178   rm -f conftest.er1
2179   cat conftest.err >&5
2180   echo "$as_me:2180: \$? = $ac_status" >&5
2181   (exit $ac_status); } >/dev/null; then
2182   if test -s conftest.err; then
2183     ac_cpp_err=$ac_c_preproc_warn_flag
2184   else
2185     ac_cpp_err=
2186   fi
2187 else
2188   ac_cpp_err=yes
2189 fi
2190 if test -z "$ac_cpp_err"; then
2191   # Broken: success on invalid input.
2192 continue
2193 else
2194   echo "$as_me: failed program was:" >&5
2195   cat conftest.$ac_ext >&5
2196   # Passes both tests.
2197 ac_preproc_ok=:
2198 break
2199 fi
2200 rm -f conftest.err conftest.$ac_ext
2201
2202 done
2203 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2204 rm -f conftest.err conftest.$ac_ext
2205 if $ac_preproc_ok; then
2206   break
2207 fi
2208
2209     done
2210     ac_cv_prog_CPP=$CPP
2211
2212 fi
2213   CPP=$ac_cv_prog_CPP
2214 else
2215   ac_cv_prog_CPP=$CPP
2216 fi
2217 echo "$as_me:2217: result: $CPP" >&5
2218 echo "${ECHO_T}$CPP" >&6
2219 ac_preproc_ok=false
2220 for ac_c_preproc_warn_flag in '' yes
2221 do
2222   # Use a header file that comes with gcc, so configuring glibc
2223   # with a fresh cross-compiler works.
2224   # On the NeXT, cc -E runs the code through the compiler's parser,
2225   # not just through cpp. "Syntax error" is here to catch this case.
2226   cat >conftest.$ac_ext <<_ACEOF
2227 #line 2227 "configure"
2228 #include "confdefs.h"
2229 #include <assert.h>
2230                      Syntax error
2231 _ACEOF
2232 if { (eval echo "$as_me:2232: \"$ac_cpp conftest.$ac_ext\"") >&5
2233   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2234   ac_status=$?
2235   egrep -v '^ *\+' conftest.er1 >conftest.err
2236   rm -f conftest.er1
2237   cat conftest.err >&5
2238   echo "$as_me:2238: \$? = $ac_status" >&5
2239   (exit $ac_status); } >/dev/null; then
2240   if test -s conftest.err; then
2241     ac_cpp_err=$ac_c_preproc_warn_flag
2242   else
2243     ac_cpp_err=
2244   fi
2245 else
2246   ac_cpp_err=yes
2247 fi
2248 if test -z "$ac_cpp_err"; then
2249   :
2250 else
2251   echo "$as_me: failed program was:" >&5
2252   cat conftest.$ac_ext >&5
2253   # Broken: fails on valid input.
2254 continue
2255 fi
2256 rm -f conftest.err conftest.$ac_ext
2257
2258   # OK, works on sane cases.  Now check whether non-existent headers
2259   # can be detected and how.
2260   cat >conftest.$ac_ext <<_ACEOF
2261 #line 2261 "configure"
2262 #include "confdefs.h"
2263 #include <ac_nonexistent.h>
2264 _ACEOF
2265 if { (eval echo "$as_me:2265: \"$ac_cpp conftest.$ac_ext\"") >&5
2266   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2267   ac_status=$?
2268   egrep -v '^ *\+' conftest.er1 >conftest.err
2269   rm -f conftest.er1
2270   cat conftest.err >&5
2271   echo "$as_me:2271: \$? = $ac_status" >&5
2272   (exit $ac_status); } >/dev/null; then
2273   if test -s conftest.err; then
2274     ac_cpp_err=$ac_c_preproc_warn_flag
2275   else
2276     ac_cpp_err=
2277   fi
2278 else
2279   ac_cpp_err=yes
2280 fi
2281 if test -z "$ac_cpp_err"; then
2282   # Broken: success on invalid input.
2283 continue
2284 else
2285   echo "$as_me: failed program was:" >&5
2286   cat conftest.$ac_ext >&5
2287   # Passes both tests.
2288 ac_preproc_ok=:
2289 break
2290 fi
2291 rm -f conftest.err conftest.$ac_ext
2292
2293 done
2294 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2295 rm -f conftest.err conftest.$ac_ext
2296 if $ac_preproc_ok; then
2297   :
2298 else
2299   { { echo "$as_me:2299: error: C preprocessor \"$CPP\" fails sanity check" >&5
2300 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
2301    { (exit 1); exit 1; }; }
2302 fi
2303
2304 ac_ext=c
2305 ac_cpp='$CPP $CPPFLAGS'
2306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2309 ac_main_return=return
2310
2311 if test $ac_cv_c_compiler_gnu = yes; then
2312     echo "$as_me:2312: checking whether $CC needs -traditional" >&5
2313 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
2314 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
2315   echo $ECHO_N "(cached) $ECHO_C" >&6
2316 else
2317     ac_pattern="Autoconf.*'x'"
2318   cat >conftest.$ac_ext <<_ACEOF
2319 #line 2319 "configure"
2320 #include "confdefs.h"
2321 #include <sgtty.h>
2322 int Autoconf = TIOCGETP;
2323 _ACEOF
2324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2325   egrep "$ac_pattern" >/dev/null 2>&1; then
2326   ac_cv_prog_gcc_traditional=yes
2327 else
2328   ac_cv_prog_gcc_traditional=no
2329 fi
2330 rm -f conftest*
2331
2332   if test $ac_cv_prog_gcc_traditional = no; then
2333     cat >conftest.$ac_ext <<_ACEOF
2334 #line 2334 "configure"
2335 #include "confdefs.h"
2336 #include <termio.h>
2337 int Autoconf = TCGETA;
2338 _ACEOF
2339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2340   egrep "$ac_pattern" >/dev/null 2>&1; then
2341   ac_cv_prog_gcc_traditional=yes
2342 fi
2343 rm -f conftest*
2344
2345   fi
2346 fi
2347 echo "$as_me:2347: result: $ac_cv_prog_gcc_traditional" >&5
2348 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
2349   if test $ac_cv_prog_gcc_traditional = yes; then
2350     CC="$CC -traditional"
2351   fi
2352 fi
2353
2354 echo "$as_me:2354: checking whether $CC understands -c and -o together" >&5
2355 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6
2356 if test "${cf_cv_prog_CC_c_o+set}" = set; then
2357   echo $ECHO_N "(cached) $ECHO_C" >&6
2358 else
2359
2360 cat > conftest.$ac_ext <<CF_EOF
2361 #include <stdio.h>
2362 int main()
2363 {
2364         ${cf_cv_main_return:-return}(0);
2365 }
2366 CF_EOF
2367 # We do the test twice because some compilers refuse to overwrite an
2368 # existing .o file with -o, though they will create one.
2369 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
2370 if { (eval echo "$as_me:2370: \"$ac_try\"") >&5
2371   (eval $ac_try) 2>&5
2372   ac_status=$?
2373   echo "$as_me:2373: \$? = $ac_status" >&5
2374   (exit $ac_status); } &&
2375   test -f conftest2.$ac_objext && { (eval echo "$as_me:2375: \"$ac_try\"") >&5
2376   (eval $ac_try) 2>&5
2377   ac_status=$?
2378   echo "$as_me:2378: \$? = $ac_status" >&5
2379   (exit $ac_status); };
2380 then
2381   eval cf_cv_prog_CC_c_o=yes
2382 else
2383   eval cf_cv_prog_CC_c_o=no
2384 fi
2385 rm -f conftest*
2386
2387 fi
2388 if test $cf_cv_prog_CC_c_o = yes; then
2389   echo "$as_me:2389: result: yes" >&5
2390 echo "${ECHO_T}yes" >&6
2391 else
2392   echo "$as_me:2392: result: no" >&5
2393 echo "${ECHO_T}no" >&6
2394 fi
2395
2396 echo "$as_me:2396: checking for POSIXized ISC" >&5
2397 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
2398 if test -d /etc/conf/kconfig.d &&
2399    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2400 then
2401   echo "$as_me:2401: result: yes" >&5
2402 echo "${ECHO_T}yes" >&6
2403   ISC=yes # If later tests want to check for ISC.
2404
2405 cat >>confdefs.h <<\EOF
2406 #define _POSIX_SOURCE 1
2407 EOF
2408
2409   if test "$GCC" = yes; then
2410     CC="$CC -posix"
2411   else
2412     CC="$CC -Xp"
2413   fi
2414 else
2415   echo "$as_me:2415: result: no" >&5
2416 echo "${ECHO_T}no" >&6
2417   ISC=
2418 fi
2419
2420 echo "$as_me:2420: checking for ${CC-cc} option to accept ANSI C" >&5
2421 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
2422 if test "${cf_cv_ansi_cc+set}" = set; then
2423   echo $ECHO_N "(cached) $ECHO_C" >&6
2424 else
2425
2426 cf_cv_ansi_cc=no
2427 cf_save_CFLAGS="$CFLAGS"
2428 cf_save_CPPFLAGS="$CPPFLAGS"
2429 # Don't try gcc -ansi; that turns off useful extensions and
2430 # breaks some systems' header files.
2431 # AIX                   -qlanglvl=ansi
2432 # Ultrix and OSF/1      -std1
2433 # HP-UX                 -Aa -D_HPUX_SOURCE
2434 # SVR4                  -Xc
2435 # UnixWare 1.2          (cannot use -Xc, since ANSI/POSIX clashes)
2436 for cf_arg in "-DCC_HAS_PROTOS" \
2437         "" \
2438         -qlanglvl=ansi \
2439         -std1 \
2440         -Ae \
2441         "-Aa -D_HPUX_SOURCE" \
2442         -Xc
2443 do
2444
2445 cf_fix_cppflags=no
2446 cf_new_cflags=
2447 cf_new_cppflags=
2448 cf_new_extra_cppflags=
2449
2450 for cf_add_cflags in $cf_arg
2451 do
2452 case $cf_fix_cppflags in
2453 no)
2454         case $cf_add_cflags in #(vi
2455         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
2456                 case $cf_add_cflags in
2457                 -D*)
2458                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
2459
2460                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2461                         && test -z "${cf_tst_cflags}" \
2462                         && cf_fix_cppflags=yes
2463
2464                         if test $cf_fix_cppflags = yes ; then
2465                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2466                                 continue
2467                         elif test "${cf_tst_cflags}" = "\"'" ; then
2468                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2469                                 continue
2470                         fi
2471                         ;;
2472                 esac
2473                 case "$CPPFLAGS" in
2474                 *$cf_add_cflags) #(vi
2475                         ;;
2476                 *) #(vi
2477                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
2478                         ;;
2479                 esac
2480                 ;;
2481         *)
2482                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
2483                 ;;
2484         esac
2485         ;;
2486 yes)
2487         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2488
2489         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
2490
2491         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2492         && test -z "${cf_tst_cflags}" \
2493         && cf_fix_cppflags=no
2494         ;;
2495 esac
2496 done
2497
2498 if test -n "$cf_new_cflags" ; then
2499
2500         CFLAGS="$CFLAGS $cf_new_cflags"
2501 fi
2502
2503 if test -n "$cf_new_cppflags" ; then
2504
2505         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
2506 fi
2507
2508 if test -n "$cf_new_extra_cppflags" ; then
2509
2510         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
2511 fi
2512
2513         cat >conftest.$ac_ext <<_ACEOF
2514 #line 2514 "configure"
2515 #include "confdefs.h"
2516
2517 #ifndef CC_HAS_PROTOS
2518 #if !defined(__STDC__) || (__STDC__ != 1)
2519 choke me
2520 #endif
2521 #endif
2522
2523 int
2524 main ()
2525 {
2526
2527         int test (int i, double x);
2528         struct s1 {int (*f) (int a);};
2529         struct s2 {int (*f) (double a);};
2530   ;
2531   return 0;
2532 }
2533 _ACEOF
2534 rm -f conftest.$ac_objext
2535 if { (eval echo "$as_me:2535: \"$ac_compile\"") >&5
2536   (eval $ac_compile) 2>&5
2537   ac_status=$?
2538   echo "$as_me:2538: \$? = $ac_status" >&5
2539   (exit $ac_status); } &&
2540          { ac_try='test -s conftest.$ac_objext'
2541   { (eval echo "$as_me:2541: \"$ac_try\"") >&5
2542   (eval $ac_try) 2>&5
2543   ac_status=$?
2544   echo "$as_me:2544: \$? = $ac_status" >&5
2545   (exit $ac_status); }; }; then
2546   cf_cv_ansi_cc="$cf_arg"; break
2547 else
2548   echo "$as_me: failed program was:" >&5
2549 cat conftest.$ac_ext >&5
2550 fi
2551 rm -f conftest.$ac_objext conftest.$ac_ext
2552 done
2553 CFLAGS="$cf_save_CFLAGS"
2554 CPPFLAGS="$cf_save_CPPFLAGS"
2555
2556 fi
2557 echo "$as_me:2557: result: $cf_cv_ansi_cc" >&5
2558 echo "${ECHO_T}$cf_cv_ansi_cc" >&6
2559
2560 if test "$cf_cv_ansi_cc" != "no"; then
2561 if test ".$cf_cv_ansi_cc" != ".-DCC_HAS_PROTOS"; then
2562
2563 cf_fix_cppflags=no
2564 cf_new_cflags=
2565 cf_new_cppflags=
2566 cf_new_extra_cppflags=
2567
2568 for cf_add_cflags in $cf_cv_ansi_cc
2569 do
2570 case $cf_fix_cppflags in
2571 no)
2572         case $cf_add_cflags in #(vi
2573         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
2574                 case $cf_add_cflags in
2575                 -D*)
2576                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
2577
2578                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2579                         && test -z "${cf_tst_cflags}" \
2580                         && cf_fix_cppflags=yes
2581
2582                         if test $cf_fix_cppflags = yes ; then
2583                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2584                                 continue
2585                         elif test "${cf_tst_cflags}" = "\"'" ; then
2586                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2587                                 continue
2588                         fi
2589                         ;;
2590                 esac
2591                 case "$CPPFLAGS" in
2592                 *$cf_add_cflags) #(vi
2593                         ;;
2594                 *) #(vi
2595                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
2596                         ;;
2597                 esac
2598                 ;;
2599         *)
2600                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
2601                 ;;
2602         esac
2603         ;;
2604 yes)
2605         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2606
2607         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
2608
2609         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2610         && test -z "${cf_tst_cflags}" \
2611         && cf_fix_cppflags=no
2612         ;;
2613 esac
2614 done
2615
2616 if test -n "$cf_new_cflags" ; then
2617
2618         CFLAGS="$CFLAGS $cf_new_cflags"
2619 fi
2620
2621 if test -n "$cf_new_cppflags" ; then
2622
2623         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
2624 fi
2625
2626 if test -n "$cf_new_extra_cppflags" ; then
2627
2628         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
2629 fi
2630
2631 else
2632         cat >>confdefs.h <<\EOF
2633 #define CC_HAS_PROTOS 1
2634 EOF
2635
2636 fi
2637 fi
2638
2639 if test "$cf_cv_ansi_cc" = "no"; then
2640         { { echo "$as_me:2640: error: Your compiler does not appear to recognize prototypes.
2641 You have the following choices:
2642         a. adjust your compiler options
2643         b. get an up-to-date compiler
2644         c. use a wrapper such as unproto" >&5
2645 echo "$as_me: error: Your compiler does not appear to recognize prototypes.
2646 You have the following choices:
2647         a. adjust your compiler options
2648         b. get an up-to-date compiler
2649         c. use a wrapper such as unproto" >&2;}
2650    { (exit 1); exit 1; }; }
2651 fi
2652
2653 case $cf_cv_system_name in
2654 os2*)
2655     CFLAGS="$CFLAGS -Zmt"
2656     CPPFLAGS="$CPPFLAGS -D__ST_MT_ERRNO__"
2657     CXXFLAGS="$CXXFLAGS -Zmt"
2658     # autoconf's macro sets -Zexe and suffix both, which conflict:w
2659     LDFLAGS="$LDFLAGS -Zmt -Zcrtdll"
2660     ac_cv_exeext=.exe
2661     ;;
2662 esac
2663
2664 PROG_EXT="$EXEEXT"
2665
2666 test -n "$PROG_EXT" && cat >>confdefs.h <<EOF
2667 #define PROG_EXT "$PROG_EXT"
2668 EOF
2669
2670 if test "$cross_compiling" = yes ; then
2671   LDCONFIG=:
2672 else
2673 case "$cf_cv_system_name" in #(vi
2674 dragonfly*|freebsd*) #(vi
2675   test -z "$LDCONFIG" && LDCONFIG="/sbin/ldconfig -R"
2676   ;;
2677 *) LDPATH=$PATH:/sbin:/usr/sbin
2678   # Extract the first word of "ldconfig", so it can be a program name with args.
2679 set dummy ldconfig; ac_word=$2
2680 echo "$as_me:2680: checking for $ac_word" >&5
2681 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2682 if test "${ac_cv_path_LDCONFIG+set}" = set; then
2683   echo $ECHO_N "(cached) $ECHO_C" >&6
2684 else
2685   case $LDCONFIG in
2686   [\\/]* | ?:[\\/]*)
2687   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
2688   ;;
2689   *)
2690   ac_save_IFS=$IFS; IFS=$ac_path_separator
2691 ac_dummy="$LDPATH"
2692 for ac_dir in $ac_dummy; do
2693   IFS=$ac_save_IFS
2694   test -z "$ac_dir" && ac_dir=.
2695   if $as_executable_p "$ac_dir/$ac_word"; then
2696    ac_cv_path_LDCONFIG="$ac_dir/$ac_word"
2697    echo "$as_me:2697: found $ac_dir/$ac_word" >&5
2698    break
2699 fi
2700 done
2701
2702   ;;
2703 esac
2704 fi
2705 LDCONFIG=$ac_cv_path_LDCONFIG
2706
2707 if test -n "$LDCONFIG"; then
2708   echo "$as_me:2708: result: $LDCONFIG" >&5
2709 echo "${ECHO_T}$LDCONFIG" >&6
2710 else
2711   echo "$as_me:2711: result: no" >&5
2712 echo "${ECHO_T}no" >&6
2713 fi
2714
2715   ;;
2716 esac
2717 fi
2718
2719 echo "$as_me:2719: checking if you want to ensure bool is consistent with C++" >&5
2720 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6
2721
2722 # Check whether --with-cxx or --without-cxx was given.
2723 if test "${with_cxx+set}" = set; then
2724   withval="$with_cxx"
2725   cf_with_cxx=$withval
2726 else
2727   cf_with_cxx=yes
2728 fi;
2729 echo "$as_me:2729: result: $cf_with_cxx" >&5
2730 echo "${ECHO_T}$cf_with_cxx" >&6
2731 if test "X$cf_with_cxx" = Xno ; then
2732         CXX=""
2733         GXX=""
2734 else
2735         # with autoconf 2.13, we can change the error to a warning:
2736                 ac_ext=cc
2737 ac_cpp='$CXXCPP $CPPFLAGS'
2738 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2739 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2740 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2741 ac_main_return=return
2742 if test -n "$ac_tool_prefix"; then
2743   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2744   do
2745     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2746 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2747 echo "$as_me:2747: checking for $ac_word" >&5
2748 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2749 if test "${ac_cv_prog_CXX+set}" = set; then
2750   echo $ECHO_N "(cached) $ECHO_C" >&6
2751 else
2752   if test -n "$CXX"; then
2753   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2754 else
2755   ac_save_IFS=$IFS; IFS=$ac_path_separator
2756 ac_dummy="$PATH"
2757 for ac_dir in $ac_dummy; do
2758   IFS=$ac_save_IFS
2759   test -z "$ac_dir" && ac_dir=.
2760   $as_executable_p "$ac_dir/$ac_word" || continue
2761 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2762 echo "$as_me:2762: found $ac_dir/$ac_word" >&5
2763 break
2764 done
2765
2766 fi
2767 fi
2768 CXX=$ac_cv_prog_CXX
2769 if test -n "$CXX"; then
2770   echo "$as_me:2770: result: $CXX" >&5
2771 echo "${ECHO_T}$CXX" >&6
2772 else
2773   echo "$as_me:2773: result: no" >&5
2774 echo "${ECHO_T}no" >&6
2775 fi
2776
2777     test -n "$CXX" && break
2778   done
2779 fi
2780 if test -z "$CXX"; then
2781   ac_ct_CXX=$CXX
2782   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2783 do
2784   # Extract the first word of "$ac_prog", so it can be a program name with args.
2785 set dummy $ac_prog; ac_word=$2
2786 echo "$as_me:2786: checking for $ac_word" >&5
2787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2788 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2789   echo $ECHO_N "(cached) $ECHO_C" >&6
2790 else
2791   if test -n "$ac_ct_CXX"; then
2792   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2793 else
2794   ac_save_IFS=$IFS; IFS=$ac_path_separator
2795 ac_dummy="$PATH"
2796 for ac_dir in $ac_dummy; do
2797   IFS=$ac_save_IFS
2798   test -z "$ac_dir" && ac_dir=.
2799   $as_executable_p "$ac_dir/$ac_word" || continue
2800 ac_cv_prog_ac_ct_CXX="$ac_prog"
2801 echo "$as_me:2801: found $ac_dir/$ac_word" >&5
2802 break
2803 done
2804
2805 fi
2806 fi
2807 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2808 if test -n "$ac_ct_CXX"; then
2809   echo "$as_me:2809: result: $ac_ct_CXX" >&5
2810 echo "${ECHO_T}$ac_ct_CXX" >&6
2811 else
2812   echo "$as_me:2812: result: no" >&5
2813 echo "${ECHO_T}no" >&6
2814 fi
2815
2816   test -n "$ac_ct_CXX" && break
2817 done
2818 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2819
2820   CXX=$ac_ct_CXX
2821 fi
2822
2823 # Provide some information about the compiler.
2824 echo "$as_me:2824:" \
2825      "checking for C++ compiler version" >&5
2826 ac_compiler=`set X $ac_compile; echo $2`
2827 { (eval echo "$as_me:2827: \"$ac_compiler --version </dev/null >&5\"") >&5
2828   (eval $ac_compiler --version </dev/null >&5) 2>&5
2829   ac_status=$?
2830   echo "$as_me:2830: \$? = $ac_status" >&5
2831   (exit $ac_status); }
2832 { (eval echo "$as_me:2832: \"$ac_compiler -v </dev/null >&5\"") >&5
2833   (eval $ac_compiler -v </dev/null >&5) 2>&5
2834   ac_status=$?
2835   echo "$as_me:2835: \$? = $ac_status" >&5
2836   (exit $ac_status); }
2837 { (eval echo "$as_me:2837: \"$ac_compiler -V </dev/null >&5\"") >&5
2838   (eval $ac_compiler -V </dev/null >&5) 2>&5
2839   ac_status=$?
2840   echo "$as_me:2840: \$? = $ac_status" >&5
2841   (exit $ac_status); }
2842
2843 echo "$as_me:2843: checking whether we are using the GNU C++ compiler" >&5
2844 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2845 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2846   echo $ECHO_N "(cached) $ECHO_C" >&6
2847 else
2848   cat >conftest.$ac_ext <<_ACEOF
2849 #line 2849 "configure"
2850 #include "confdefs.h"
2851
2852 int
2853 main ()
2854 {
2855 #ifndef __GNUC__
2856        choke me
2857 #endif
2858
2859   ;
2860   return 0;
2861 }
2862 _ACEOF
2863 rm -f conftest.$ac_objext
2864 if { (eval echo "$as_me:2864: \"$ac_compile\"") >&5
2865   (eval $ac_compile) 2>&5
2866   ac_status=$?
2867   echo "$as_me:2867: \$? = $ac_status" >&5
2868   (exit $ac_status); } &&
2869          { ac_try='test -s conftest.$ac_objext'
2870   { (eval echo "$as_me:2870: \"$ac_try\"") >&5
2871   (eval $ac_try) 2>&5
2872   ac_status=$?
2873   echo "$as_me:2873: \$? = $ac_status" >&5
2874   (exit $ac_status); }; }; then
2875   ac_compiler_gnu=yes
2876 else
2877   echo "$as_me: failed program was:" >&5
2878 cat conftest.$ac_ext >&5
2879 ac_compiler_gnu=no
2880 fi
2881 rm -f conftest.$ac_objext conftest.$ac_ext
2882 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2883
2884 fi
2885 echo "$as_me:2885: result: $ac_cv_cxx_compiler_gnu" >&5
2886 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2887 GXX=`test $ac_compiler_gnu = yes && echo yes`
2888 ac_test_CXXFLAGS=${CXXFLAGS+set}
2889 ac_save_CXXFLAGS=$CXXFLAGS
2890 CXXFLAGS="-g"
2891 echo "$as_me:2891: checking whether $CXX accepts -g" >&5
2892 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2893 if test "${ac_cv_prog_cxx_g+set}" = set; then
2894   echo $ECHO_N "(cached) $ECHO_C" >&6
2895 else
2896   cat >conftest.$ac_ext <<_ACEOF
2897 #line 2897 "configure"
2898 #include "confdefs.h"
2899
2900 int
2901 main ()
2902 {
2903
2904   ;
2905   return 0;
2906 }
2907 _ACEOF
2908 rm -f conftest.$ac_objext
2909 if { (eval echo "$as_me:2909: \"$ac_compile\"") >&5
2910   (eval $ac_compile) 2>&5
2911   ac_status=$?
2912   echo "$as_me:2912: \$? = $ac_status" >&5
2913   (exit $ac_status); } &&
2914          { ac_try='test -s conftest.$ac_objext'
2915   { (eval echo "$as_me:2915: \"$ac_try\"") >&5
2916   (eval $ac_try) 2>&5
2917   ac_status=$?
2918   echo "$as_me:2918: \$? = $ac_status" >&5
2919   (exit $ac_status); }; }; then
2920   ac_cv_prog_cxx_g=yes
2921 else
2922   echo "$as_me: failed program was:" >&5
2923 cat conftest.$ac_ext >&5
2924 ac_cv_prog_cxx_g=no
2925 fi
2926 rm -f conftest.$ac_objext conftest.$ac_ext
2927 fi
2928 echo "$as_me:2928: result: $ac_cv_prog_cxx_g" >&5
2929 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2930 if test "$ac_test_CXXFLAGS" = set; then
2931   CXXFLAGS=$ac_save_CXXFLAGS
2932 elif test $ac_cv_prog_cxx_g = yes; then
2933   if test "$GXX" = yes; then
2934     CXXFLAGS="-g -O2"
2935   else
2936     CXXFLAGS="-g"
2937   fi
2938 else
2939   if test "$GXX" = yes; then
2940     CXXFLAGS="-O2"
2941   else
2942     CXXFLAGS=
2943   fi
2944 fi
2945 for ac_declaration in \
2946    ''\
2947    '#include <stdlib.h>' \
2948    'extern "C" void std::exit (int) throw (); using std::exit;' \
2949    'extern "C" void std::exit (int); using std::exit;' \
2950    'extern "C" void exit (int) throw ();' \
2951    'extern "C" void exit (int);' \
2952    'void exit (int);'
2953 do
2954   cat >conftest.$ac_ext <<_ACEOF
2955 #line 2955 "configure"
2956 #include "confdefs.h"
2957 #include <stdlib.h>
2958 $ac_declaration
2959 int
2960 main ()
2961 {
2962 exit (42);
2963   ;
2964   return 0;
2965 }
2966 _ACEOF
2967 rm -f conftest.$ac_objext
2968 if { (eval echo "$as_me:2968: \"$ac_compile\"") >&5
2969   (eval $ac_compile) 2>&5
2970   ac_status=$?
2971   echo "$as_me:2971: \$? = $ac_status" >&5
2972   (exit $ac_status); } &&
2973          { ac_try='test -s conftest.$ac_objext'
2974   { (eval echo "$as_me:2974: \"$ac_try\"") >&5
2975   (eval $ac_try) 2>&5
2976   ac_status=$?
2977   echo "$as_me:2977: \$? = $ac_status" >&5
2978   (exit $ac_status); }; }; then
2979   :
2980 else
2981   echo "$as_me: failed program was:" >&5
2982 cat conftest.$ac_ext >&5
2983 continue
2984 fi
2985 rm -f conftest.$ac_objext conftest.$ac_ext
2986   cat >conftest.$ac_ext <<_ACEOF
2987 #line 2987 "configure"
2988 #include "confdefs.h"
2989 $ac_declaration
2990 int
2991 main ()
2992 {
2993 exit (42);
2994   ;
2995   return 0;
2996 }
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (eval echo "$as_me:2999: \"$ac_compile\"") >&5
3000   (eval $ac_compile) 2>&5
3001   ac_status=$?
3002   echo "$as_me:3002: \$? = $ac_status" >&5
3003   (exit $ac_status); } &&
3004          { ac_try='test -s conftest.$ac_objext'
3005   { (eval echo "$as_me:3005: \"$ac_try\"") >&5
3006   (eval $ac_try) 2>&5
3007   ac_status=$?
3008   echo "$as_me:3008: \$? = $ac_status" >&5
3009   (exit $ac_status); }; }; then
3010   break
3011 else
3012   echo "$as_me: failed program was:" >&5
3013 cat conftest.$ac_ext >&5
3014 fi
3015 rm -f conftest.$ac_objext conftest.$ac_ext
3016 done
3017 rm -f conftest*
3018 if test -n "$ac_declaration"; then
3019   echo '#ifdef __cplusplus' >>confdefs.h
3020   echo $ac_declaration      >>confdefs.h
3021   echo '#endif'             >>confdefs.h
3022 fi
3023
3024 ac_ext=c
3025 ac_cpp='$CPP $CPPFLAGS'
3026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3029 ac_main_return=return
3030
3031                 # autoconf 2.5x removed the error - by hardcoding it to g++.
3032         if test "$CXX" = "g++" ; then
3033                 # Extract the first word of "g++", so it can be a program name with args.
3034 set dummy g++; ac_word=$2
3035 echo "$as_me:3035: checking for $ac_word" >&5
3036 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3037 if test "${ac_cv_path_CXX+set}" = set; then
3038   echo $ECHO_N "(cached) $ECHO_C" >&6
3039 else
3040   case $CXX in
3041   [\\/]* | ?:[\\/]*)
3042   ac_cv_path_CXX="$CXX" # Let the user override the test with a path.
3043   ;;
3044   *)
3045   ac_save_IFS=$IFS; IFS=$ac_path_separator
3046 ac_dummy="$PATH"
3047 for ac_dir in $ac_dummy; do
3048   IFS=$ac_save_IFS
3049   test -z "$ac_dir" && ac_dir=.
3050   if $as_executable_p "$ac_dir/$ac_word"; then
3051    ac_cv_path_CXX="$ac_dir/$ac_word"
3052    echo "$as_me:3052: found $ac_dir/$ac_word" >&5
3053    break
3054 fi
3055 done
3056
3057   ;;
3058 esac
3059 fi
3060 CXX=$ac_cv_path_CXX
3061
3062 if test -n "$CXX"; then
3063   echo "$as_me:3063: result: $CXX" >&5
3064 echo "${ECHO_T}$CXX" >&6
3065 else
3066   echo "$as_me:3066: result: no" >&5
3067 echo "${ECHO_T}no" >&6
3068 fi
3069
3070         fi
3071         if test "$CXX" = "g++" ; then
3072                 { echo "$as_me:3072: WARNING: ignoring hardcoded g++" >&5
3073 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;}
3074                 cf_with_cxx=no; CXX=""; GXX="";
3075         fi
3076 fi
3077
3078 GXX_VERSION=none
3079 if test "$GXX" = yes; then
3080         echo "$as_me:3080: checking version of g++" >&5
3081 echo $ECHO_N "checking version of g++... $ECHO_C" >&6
3082         GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
3083         test -z "$GXX_VERSION" && GXX_VERSION=unknown
3084         echo "$as_me:3084: result: $GXX_VERSION" >&5
3085 echo "${ECHO_T}$GXX_VERSION" >&6
3086 fi
3087
3088 case $GXX_VERSION in
3089 1*|2.[0-6]*)
3090         # GXX=""; CXX=""; ac_cv_prog_gxx=no
3091         # cf_cxx_library=no
3092         { echo "$as_me:3092: WARNING: templates do not work" >&5
3093 echo "$as_me: WARNING: templates do not work" >&2;}
3094         ;;
3095 esac
3096
3097 echo "$as_me:3097: checking if you want to build C++ binding and demo" >&5
3098 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6
3099
3100 # Check whether --with-cxx-binding or --without-cxx-binding was given.
3101 if test "${with_cxx_binding+set}" = set; then
3102   withval="$with_cxx_binding"
3103   cf_with_cxx_binding=$withval
3104 else
3105   cf_with_cxx_binding=$cf_with_cxx
3106 fi;
3107 echo "$as_me:3107: result: $cf_with_cxx_binding" >&5
3108 echo "${ECHO_T}$cf_with_cxx_binding" >&6
3109
3110 echo "$as_me:3110: checking if you want to build with Ada95" >&5
3111 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6
3112
3113 # Check whether --with-ada or --without-ada was given.
3114 if test "${with_ada+set}" = set; then
3115   withval="$with_ada"
3116   cf_with_ada=$withval
3117 else
3118   cf_with_ada=yes
3119 fi;
3120 echo "$as_me:3120: result: $cf_with_ada" >&5
3121 echo "${ECHO_T}$cf_with_ada" >&6
3122
3123 echo "$as_me:3123: checking if you want to install manpages" >&5
3124 echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6
3125
3126 # Check whether --with-manpages or --without-manpages was given.
3127 if test "${with_manpages+set}" = set; then
3128   withval="$with_manpages"
3129   cf_with_manpages=$withval
3130 else
3131   cf_with_manpages=yes
3132 fi;
3133 echo "$as_me:3133: result: $cf_with_manpages" >&5
3134 echo "${ECHO_T}$cf_with_manpages" >&6
3135
3136 echo "$as_me:3136: checking if you want to build programs such as tic" >&5
3137 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6
3138
3139 # Check whether --with-progs or --without-progs was given.
3140 if test "${with_progs+set}" = set; then
3141   withval="$with_progs"
3142   cf_with_progs=$withval
3143 else
3144   cf_with_progs=yes
3145 fi;
3146 echo "$as_me:3146: result: $cf_with_progs" >&5
3147 echo "${ECHO_T}$cf_with_progs" >&6
3148
3149 echo "$as_me:3149: checking if you wish to install curses.h" >&5
3150 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6
3151
3152 # Check whether --with-curses-h or --without-curses-h was given.
3153 if test "${with_curses_h+set}" = set; then
3154   withval="$with_curses_h"
3155   with_curses_h=$withval
3156 else
3157   with_curses_h=yes
3158 fi;
3159 echo "$as_me:3159: result: $with_curses_h" >&5
3160 echo "${ECHO_T}$with_curses_h" >&6
3161
3162 modules_to_build="ncurses"
3163 if test "X$cf_with_progs" != Xno ; then
3164 modules_to_build="$modules_to_build progs tack"
3165 fi
3166 modules_to_build="$modules_to_build panel menu form"
3167
3168 test "$program_prefix" != NONE &&
3169   program_transform_name="s,^,$program_prefix,;$program_transform_name"
3170 # Use a double $ so make ignores it.
3171 test "$program_suffix" != NONE &&
3172   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
3173 # Double any \ or $.  echo might interpret backslashes.
3174 # By default was `s,x,x', remove it if useless.
3175 cat <<\_ACEOF >conftest.sed
3176 s/[\\$]/&&/g;s/;s,x,x,$//
3177 _ACEOF
3178 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
3179 rm conftest.sed
3180
3181 for ac_prog in mawk gawk nawk awk
3182 do
3183   # Extract the first word of "$ac_prog", so it can be a program name with args.
3184 set dummy $ac_prog; ac_word=$2
3185 echo "$as_me:3185: checking for $ac_word" >&5
3186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3187 if test "${ac_cv_prog_AWK+set}" = set; then
3188   echo $ECHO_N "(cached) $ECHO_C" >&6
3189 else
3190   if test -n "$AWK"; then
3191   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3192 else
3193   ac_save_IFS=$IFS; IFS=$ac_path_separator
3194 ac_dummy="$PATH"
3195 for ac_dir in $ac_dummy; do
3196   IFS=$ac_save_IFS
3197   test -z "$ac_dir" && ac_dir=.
3198   $as_executable_p "$ac_dir/$ac_word" || continue
3199 ac_cv_prog_AWK="$ac_prog"
3200 echo "$as_me:3200: found $ac_dir/$ac_word" >&5
3201 break
3202 done
3203
3204 fi
3205 fi
3206 AWK=$ac_cv_prog_AWK
3207 if test -n "$AWK"; then
3208   echo "$as_me:3208: result: $AWK" >&5
3209 echo "${ECHO_T}$AWK" >&6
3210 else
3211   echo "$as_me:3211: result: no" >&5
3212 echo "${ECHO_T}no" >&6
3213 fi
3214
3215   test -n "$AWK" && break
3216 done
3217
3218 test -z "$AWK" && { { echo "$as_me:3218: error: No awk program found" >&5
3219 echo "$as_me: error: No awk program found" >&2;}
3220    { (exit 1); exit 1; }; }
3221
3222 echo "$as_me:3222: checking for egrep" >&5
3223 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3224 if test "${ac_cv_prog_egrep+set}" = set; then
3225   echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3228     then ac_cv_prog_egrep='grep -E'
3229     else ac_cv_prog_egrep='egrep'
3230     fi
3231 fi
3232 echo "$as_me:3232: result: $ac_cv_prog_egrep" >&5
3233 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3234  EGREP=$ac_cv_prog_egrep
3235
3236 test -z "$EGREP" && { { echo "$as_me:3236: error: No egrep program found" >&5
3237 echo "$as_me: error: No egrep program found" >&2;}
3238    { (exit 1); exit 1; }; }
3239
3240 # Find a good install program.  We prefer a C program (faster),
3241 # so one script is as good as another.  But avoid the broken or
3242 # incompatible versions:
3243 # SysV /etc/install, /usr/sbin/install
3244 # SunOS /usr/etc/install
3245 # IRIX /sbin/install
3246 # AIX /bin/install
3247 # AmigaOS /C/install, which installs bootblocks on floppy discs
3248 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3249 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3250 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3251 # ./install, which can be erroneously created by make from ./install.sh.
3252 echo "$as_me:3252: checking for a BSD compatible install" >&5
3253 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3254 if test -z "$INSTALL"; then
3255 if test "${ac_cv_path_install+set}" = set; then
3256   echo $ECHO_N "(cached) $ECHO_C" >&6
3257 else
3258     ac_save_IFS=$IFS; IFS=$ac_path_separator
3259   for ac_dir in $PATH; do
3260     IFS=$ac_save_IFS
3261     # Account for people who put trailing slashes in PATH elements.
3262     case $ac_dir/ in
3263     / | ./ | .// | /cC/* \
3264     | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
3265     | /usr/ucb/* ) ;;
3266     *)
3267       # OSF1 and SCO ODT 3.0 have their own names for install.
3268       # Don't use installbsd from OSF since it installs stuff as root
3269       # by default.
3270       for ac_prog in ginstall scoinst install; do
3271         if $as_executable_p "$ac_dir/$ac_prog"; then
3272           if test $ac_prog = install &&
3273             grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
3274             # AIX install.  It has an incompatible calling convention.
3275             :
3276           elif test $ac_prog = install &&
3277             grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
3278             # program-specific install script used by HP pwplus--don't use.
3279             :
3280           else
3281             ac_cv_path_install="$ac_dir/$ac_prog -c"
3282             break 2
3283           fi
3284         fi
3285       done
3286       ;;
3287     esac
3288   done
3289
3290 fi
3291   if test "${ac_cv_path_install+set}" = set; then
3292     INSTALL=$ac_cv_path_install
3293   else
3294     # As a last resort, use the slow shell script.  We don't cache a
3295     # path for INSTALL within a source directory, because that will
3296     # break other packages using the cache if that directory is
3297     # removed, or if the path is relative.
3298     INSTALL=$ac_install_sh
3299   fi
3300 fi
3301 echo "$as_me:3301: result: $INSTALL" >&5
3302 echo "${ECHO_T}$INSTALL" >&6
3303
3304 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3305 # It thinks the first close brace ends the variable substitution.
3306 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3307
3308 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3309
3310 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3311
3312 case $INSTALL in
3313 /*)
3314   ;;
3315 *)
3316   cf_dir=`echo $INSTALL | sed -e 's%/[^/]*$%%'`
3317   test -z "$cf_dir" && cf_dir=.
3318   INSTALL=`cd $cf_dir && pwd`/`echo $INSTALL | sed -e 's%^.*/%%'`
3319   ;;
3320 esac
3321
3322 for ac_prog in tdlint lint alint
3323 do
3324   # Extract the first word of "$ac_prog", so it can be a program name with args.
3325 set dummy $ac_prog; ac_word=$2
3326 echo "$as_me:3326: checking for $ac_word" >&5
3327 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3328 if test "${ac_cv_prog_LINT+set}" = set; then
3329   echo $ECHO_N "(cached) $ECHO_C" >&6
3330 else
3331   if test -n "$LINT"; then
3332   ac_cv_prog_LINT="$LINT" # Let the user override the test.
3333 else
3334   ac_save_IFS=$IFS; IFS=$ac_path_separator
3335 ac_dummy="$PATH"
3336 for ac_dir in $ac_dummy; do
3337   IFS=$ac_save_IFS
3338   test -z "$ac_dir" && ac_dir=.
3339   $as_executable_p "$ac_dir/$ac_word" || continue
3340 ac_cv_prog_LINT="$ac_prog"
3341 echo "$as_me:3341: found $ac_dir/$ac_word" >&5
3342 break
3343 done
3344
3345 fi
3346 fi
3347 LINT=$ac_cv_prog_LINT
3348 if test -n "$LINT"; then
3349   echo "$as_me:3349: result: $LINT" >&5
3350 echo "${ECHO_T}$LINT" >&6
3351 else
3352   echo "$as_me:3352: result: no" >&5
3353 echo "${ECHO_T}no" >&6
3354 fi
3355
3356   test -n "$LINT" && break
3357 done
3358
3359 echo "$as_me:3359: checking whether ln -s works" >&5
3360 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3361 LN_S=$as_ln_s
3362 if test "$LN_S" = "ln -s"; then
3363   echo "$as_me:3363: result: yes" >&5
3364 echo "${ECHO_T}yes" >&6
3365 else
3366   echo "$as_me:3366: result: no, using $LN_S" >&5
3367 echo "${ECHO_T}no, using $LN_S" >&6
3368 fi
3369
3370 echo "$as_me:3370: checking for long file names" >&5
3371 echo $ECHO_N "checking for long file names... $ECHO_C" >&6
3372 if test "${ac_cv_sys_long_file_names+set}" = set; then
3373   echo $ECHO_N "(cached) $ECHO_C" >&6
3374 else
3375   ac_cv_sys_long_file_names=yes
3376 # Test for long file names in all the places we know might matter:
3377 #      .                the current directory, where building will happen
3378 #      $prefix/lib      where we will be installing things
3379 #      $exec_prefix/lib likewise
3380 # eval it to expand exec_prefix.
3381 #      $TMPDIR          if set, where it might want to write temporary files
3382 # if $TMPDIR is not set:
3383 #      /tmp             where it might want to write temporary files
3384 #      /var/tmp         likewise
3385 #      /usr/tmp         likewise
3386 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
3387   ac_tmpdirs=$TMPDIR
3388 else
3389   ac_tmpdirs='/tmp /var/tmp /usr/tmp'
3390 fi
3391 for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
3392   test -d $ac_dir || continue
3393   test -w $ac_dir || continue # It is less confusing to not echo anything here.
3394   ac_xdir=$ac_dir/cf$$
3395   (umask 077 && mkdir $ac_xdir 2>/dev/null) || continue
3396   ac_tf1=$ac_xdir/conftest9012345
3397   ac_tf2=$ac_xdir/conftest9012346
3398   (echo 1 >$ac_tf1) 2>/dev/null
3399   (echo 2 >$ac_tf2) 2>/dev/null
3400   ac_val=`cat $ac_tf1 2>/dev/null`
3401   if test ! -f $ac_tf1 || test "$ac_val" != 1; then
3402     ac_cv_sys_long_file_names=no
3403     rm -rf $ac_xdir 2>/dev/null
3404     break
3405   fi
3406   rm -rf $ac_xdir 2>/dev/null
3407 done
3408 fi
3409 echo "$as_me:3409: result: $ac_cv_sys_long_file_names" >&5
3410 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
3411 if test $ac_cv_sys_long_file_names = yes; then
3412
3413 cat >>confdefs.h <<\EOF
3414 #define HAVE_LONG_FILE_NAMES 1
3415 EOF
3416
3417 fi
3418
3419 # if we find pkg-config, check if we should install the ".pc" files.
3420
3421 echo "$as_me:3421: checking if you want to use pkg-config" >&5
3422 echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6
3423
3424 # Check whether --with-pkg-config or --without-pkg-config was given.
3425 if test "${with_pkg_config+set}" = set; then
3426   withval="$with_pkg_config"
3427   cf_pkg_config=$withval
3428 else
3429   cf_pkg_config=yes
3430 fi;
3431 echo "$as_me:3431: result: $cf_pkg_config" >&5
3432 echo "${ECHO_T}$cf_pkg_config" >&6
3433
3434 case $cf_pkg_config in #(vi
3435 no) #(vi
3436         PKG_CONFIG=none
3437         ;;
3438 yes) #(vi
3439         # Extract the first word of "pkg-config", so it can be a program name with args.
3440 set dummy pkg-config; ac_word=$2
3441 echo "$as_me:3441: checking for $ac_word" >&5
3442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3443 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
3444   echo $ECHO_N "(cached) $ECHO_C" >&6
3445 else
3446   case $PKG_CONFIG in
3447   [\\/]* | ?:[\\/]*)
3448   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
3449   ;;
3450   *)
3451   ac_save_IFS=$IFS; IFS=$ac_path_separator
3452 ac_dummy="$PATH"
3453 for ac_dir in $ac_dummy; do
3454   IFS=$ac_save_IFS
3455   test -z "$ac_dir" && ac_dir=.
3456   if $as_executable_p "$ac_dir/$ac_word"; then
3457    ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
3458    echo "$as_me:3458: found $ac_dir/$ac_word" >&5
3459    break
3460 fi
3461 done
3462
3463   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="none"
3464   ;;
3465 esac
3466 fi
3467 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3468
3469 if test -n "$PKG_CONFIG"; then
3470   echo "$as_me:3470: result: $PKG_CONFIG" >&5
3471 echo "${ECHO_T}$PKG_CONFIG" >&6
3472 else
3473   echo "$as_me:3473: result: no" >&5
3474 echo "${ECHO_T}no" >&6
3475 fi
3476
3477         ;;
3478 *)
3479         PKG_CONFIG=$withval
3480         ;;
3481 esac
3482
3483 test -z "$PKG_CONFIG" && PKG_CONFIG=none
3484 if test "$PKG_CONFIG" != none ; then
3485
3486 if test "x$prefix" != xNONE; then
3487   cf_path_syntax="$prefix"
3488 else
3489   cf_path_syntax="$ac_default_prefix"
3490 fi
3491
3492 case ".$PKG_CONFIG" in #(vi
3493 .\$\(*\)*|.\'*\'*) #(vi
3494   ;;
3495 ..|./*|.\\*) #(vi
3496   ;;
3497 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
3498   ;;
3499 .\${*prefix}*) #(vi
3500   eval PKG_CONFIG="$PKG_CONFIG"
3501   case ".$PKG_CONFIG" in #(vi
3502   .NONE/*)
3503     PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
3504     ;;
3505   esac
3506   ;; #(vi
3507 .no|.NONE/*)
3508   PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
3509   ;;
3510 *)
3511   { { echo "$as_me:3511: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
3512 echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;}
3513    { (exit 1); exit 1; }; }
3514   ;;
3515 esac
3516
3517 fi
3518
3519 if test "$PKG_CONFIG" != no ; then
3520         echo "$as_me:3520: checking if we should install .pc files for $PKG_CONFIG" >&5
3521 echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6
3522
3523         # Leave this as something that can be overridden in the environment.
3524         if test -z "$PKG_CONFIG_LIBDIR" ; then
3525                 PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[^/]*/[^/]*$,,'`/lib/pkgconfig
3526         fi
3527         PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/^://' -e 's/:.*//'`
3528         if test -n "$PKG_CONFIG_LIBDIR" && test -d "$PKG_CONFIG_LIBDIR" ; then
3529
3530 # Check whether --enable-pc-files or --disable-pc-files was given.
3531 if test "${enable_pc_files+set}" = set; then
3532   enableval="$enable_pc_files"
3533   enable_pc_files=$enableval
3534 else
3535   enable_pc_files=no
3536 fi;
3537                 echo "$as_me:3537: result: $enable_pc_files" >&5
3538 echo "${ECHO_T}$enable_pc_files" >&6
3539         else
3540                 echo "$as_me:3540: result: no" >&5
3541 echo "${ECHO_T}no" >&6
3542                 { echo "$as_me:3542: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5
3543 echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;}
3544                 enable_pc_files=no
3545         fi
3546 fi
3547
3548 echo "$as_me:3548: checking if we should assume mixed-case filenames" >&5
3549 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
3550
3551 # Check whether --enable-mixed-case or --disable-mixed-case was given.
3552 if test "${enable_mixed_case+set}" = set; then
3553   enableval="$enable_mixed_case"
3554   enable_mixedcase=$enableval
3555 else
3556   enable_mixedcase=auto
3557 fi;
3558 echo "$as_me:3558: result: $enable_mixedcase" >&5
3559 echo "${ECHO_T}$enable_mixedcase" >&6
3560 if test "$enable_mixedcase" = "auto" ; then
3561
3562 echo "$as_me:3562: checking if filesystem supports mixed-case filenames" >&5
3563 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
3564 if test "${cf_cv_mixedcase+set}" = set; then
3565   echo $ECHO_N "(cached) $ECHO_C" >&6
3566 else
3567
3568 if test "$cross_compiling" = yes ; then
3569         case $target_alias in #(vi
3570         *-os2-emx*|*-msdosdjgpp*|*-cygwin*|*-mingw32*|*-uwin*) #(vi
3571                 cf_cv_mixedcase=no
3572                 ;;
3573         *)
3574                 cf_cv_mixedcase=yes
3575                 ;;
3576         esac
3577 else
3578         rm -f conftest CONFTEST
3579         echo test >conftest
3580         if test -f CONFTEST ; then
3581                 cf_cv_mixedcase=no
3582         else
3583                 cf_cv_mixedcase=yes
3584         fi
3585         rm -f conftest CONFTEST
3586 fi
3587
3588 fi
3589 echo "$as_me:3589: result: $cf_cv_mixedcase" >&5
3590 echo "${ECHO_T}$cf_cv_mixedcase" >&6
3591 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF
3592 #define MIXEDCASE_FILENAMES 1
3593 EOF
3594
3595 else
3596     cf_cv_mixedcase=$enable_mixedcase
3597     if test "$enable_mixedcase" = "yes" ; then
3598         cat >>confdefs.h <<\EOF
3599 #define MIXEDCASE_FILENAMES 1
3600 EOF
3601
3602     fi
3603 fi
3604
3605 # do this after mixed-case option (tags/TAGS is not as important as tic).
3606 echo "$as_me:3606: checking whether ${MAKE-make} sets \${MAKE}" >&5
3607 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
3608 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
3609 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3610   echo $ECHO_N "(cached) $ECHO_C" >&6
3611 else
3612   cat >conftest.make <<\EOF
3613 all:
3614         @echo 'ac_maketemp="${MAKE}"'
3615 EOF
3616 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3617 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3618 if test -n "$ac_maketemp"; then
3619   eval ac_cv_prog_make_${ac_make}_set=yes
3620 else
3621   eval ac_cv_prog_make_${ac_make}_set=no
3622 fi
3623 rm -f conftest.make
3624 fi
3625 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3626   echo "$as_me:3626: result: yes" >&5
3627 echo "${ECHO_T}yes" >&6
3628   SET_MAKE=
3629 else
3630   echo "$as_me:3630: result: no" >&5
3631 echo "${ECHO_T}no" >&6
3632   SET_MAKE="MAKE=${MAKE-make}"
3633 fi
3634
3635 # Extract the first word of "ctags", so it can be a program name with args.
3636 set dummy ctags; ac_word=$2
3637 echo "$as_me:3637: checking for $ac_word" >&5
3638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3639 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
3640   echo $ECHO_N "(cached) $ECHO_C" >&6
3641 else
3642   if test -n "$MAKE_LOWER_TAGS"; then
3643   ac_cv_prog_MAKE_LOWER_TAGS="$MAKE_LOWER_TAGS" # Let the user override the test.
3644 else
3645   ac_save_IFS=$IFS; IFS=$ac_path_separator
3646 ac_dummy="$PATH"
3647 for ac_dir in $ac_dummy; do
3648   IFS=$ac_save_IFS
3649   test -z "$ac_dir" && ac_dir=.
3650   $as_executable_p "$ac_dir/$ac_word" || continue
3651 ac_cv_prog_MAKE_LOWER_TAGS="yes"
3652 echo "$as_me:3652: found $ac_dir/$ac_word" >&5
3653 break
3654 done
3655
3656   test -z "$ac_cv_prog_MAKE_LOWER_TAGS" && ac_cv_prog_MAKE_LOWER_TAGS="no"
3657 fi
3658 fi
3659 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
3660 if test -n "$MAKE_LOWER_TAGS"; then
3661   echo "$as_me:3661: result: $MAKE_LOWER_TAGS" >&5
3662 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
3663 else
3664   echo "$as_me:3664: result: no" >&5
3665 echo "${ECHO_T}no" >&6
3666 fi
3667
3668 if test "$cf_cv_mixedcase" = yes ; then
3669         # Extract the first word of "etags", so it can be a program name with args.
3670 set dummy etags; ac_word=$2
3671 echo "$as_me:3671: checking for $ac_word" >&5
3672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3673 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
3674   echo $ECHO_N "(cached) $ECHO_C" >&6
3675 else
3676   if test -n "$MAKE_UPPER_TAGS"; then
3677   ac_cv_prog_MAKE_UPPER_TAGS="$MAKE_UPPER_TAGS" # Let the user override the test.
3678 else
3679   ac_save_IFS=$IFS; IFS=$ac_path_separator
3680 ac_dummy="$PATH"
3681 for ac_dir in $ac_dummy; do
3682   IFS=$ac_save_IFS
3683   test -z "$ac_dir" && ac_dir=.
3684   $as_executable_p "$ac_dir/$ac_word" || continue
3685 ac_cv_prog_MAKE_UPPER_TAGS="yes"
3686 echo "$as_me:3686: found $ac_dir/$ac_word" >&5
3687 break
3688 done
3689
3690   test -z "$ac_cv_prog_MAKE_UPPER_TAGS" && ac_cv_prog_MAKE_UPPER_TAGS="no"
3691 fi
3692 fi
3693 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
3694 if test -n "$MAKE_UPPER_TAGS"; then
3695   echo "$as_me:3695: result: $MAKE_UPPER_TAGS" >&5
3696 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
3697 else
3698   echo "$as_me:3698: result: no" >&5
3699 echo "${ECHO_T}no" >&6
3700 fi
3701
3702 else
3703         MAKE_UPPER_TAGS=no
3704 fi
3705
3706 if test "$MAKE_UPPER_TAGS" = yes ; then
3707         MAKE_UPPER_TAGS=
3708 else
3709         MAKE_UPPER_TAGS="#"
3710 fi
3711
3712 if test "$MAKE_LOWER_TAGS" = yes ; then
3713         MAKE_LOWER_TAGS=
3714 else
3715         MAKE_LOWER_TAGS="#"
3716 fi
3717
3718 echo "$as_me:3718: checking for makeflags variable" >&5
3719 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
3720 if test "${cf_cv_makeflags+set}" = set; then
3721   echo $ECHO_N "(cached) $ECHO_C" >&6
3722 else
3723
3724         cf_cv_makeflags=''
3725         for cf_option in '-${MAKEFLAGS}' '${MFLAGS}'
3726         do
3727                 cat >cf_makeflags.tmp <<CF_EOF
3728 SHELL = /bin/sh
3729 all :
3730         @ echo '.$cf_option'
3731 CF_EOF
3732                 cf_result=`${MAKE-make} -k -f cf_makeflags.tmp 2>/dev/null | sed -e 's,[        ]*$,,'`
3733                 case "$cf_result" in
3734                 .*k)
3735                         cf_result=`${MAKE-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
3736                         case "$cf_result" in
3737                         .*CC=*) cf_cv_makeflags=
3738                                 ;;
3739                         *)      cf_cv_makeflags=$cf_option
3740                                 ;;
3741                         esac
3742                         break
3743                         ;;
3744                 .-)     ;;
3745                 *)      echo "given option \"$cf_option\", no match \"$cf_result\""
3746                         ;;
3747                 esac
3748         done
3749         rm -f cf_makeflags.tmp
3750
3751 fi
3752 echo "$as_me:3752: result: $cf_cv_makeflags" >&5
3753 echo "${ECHO_T}$cf_cv_makeflags" >&6
3754
3755 if test -n "$ac_tool_prefix"; then
3756   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3758 echo "$as_me:3758: checking for $ac_word" >&5
3759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3760 if test "${ac_cv_prog_RANLIB+set}" = set; then
3761   echo $ECHO_N "(cached) $ECHO_C" >&6
3762 else
3763   if test -n "$RANLIB"; then
3764   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3765 else
3766   ac_save_IFS=$IFS; IFS=$ac_path_separator
3767 ac_dummy="$PATH"
3768 for ac_dir in $ac_dummy; do
3769   IFS=$ac_save_IFS
3770   test -z "$ac_dir" && ac_dir=.
3771   $as_executable_p "$ac_dir/$ac_word" || continue
3772 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3773 echo "$as_me:3773: found $ac_dir/$ac_word" >&5
3774 break
3775 done
3776
3777 fi
3778 fi
3779 RANLIB=$ac_cv_prog_RANLIB
3780 if test -n "$RANLIB"; then
3781   echo "$as_me:3781: result: $RANLIB" >&5
3782 echo "${ECHO_T}$RANLIB" >&6
3783 else
3784   echo "$as_me:3784: result: no" >&5
3785 echo "${ECHO_T}no" >&6
3786 fi
3787
3788 fi
3789 if test -z "$ac_cv_prog_RANLIB"; then
3790   ac_ct_RANLIB=$RANLIB
3791   # Extract the first word of "ranlib", so it can be a program name with args.
3792 set dummy ranlib; ac_word=$2
3793 echo "$as_me:3793: checking for $ac_word" >&5
3794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3795 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3796   echo $ECHO_N "(cached) $ECHO_C" >&6
3797 else
3798   if test -n "$ac_ct_RANLIB"; then
3799   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3800 else
3801   ac_save_IFS=$IFS; IFS=$ac_path_separator
3802 ac_dummy="$PATH"
3803 for ac_dir in $ac_dummy; do
3804   IFS=$ac_save_IFS
3805   test -z "$ac_dir" && ac_dir=.
3806   $as_executable_p "$ac_dir/$ac_word" || continue
3807 ac_cv_prog_ac_ct_RANLIB="ranlib"
3808 echo "$as_me:3808: found $ac_dir/$ac_word" >&5
3809 break
3810 done
3811
3812   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB="':'"
3813 fi
3814 fi
3815 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3816 if test -n "$ac_ct_RANLIB"; then
3817   echo "$as_me:3817: result: $ac_ct_RANLIB" >&5
3818 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3819 else
3820   echo "$as_me:3820: result: no" >&5
3821 echo "${ECHO_T}no" >&6
3822 fi
3823
3824   RANLIB=$ac_ct_RANLIB
3825 else
3826   RANLIB="$ac_cv_prog_RANLIB"
3827 fi
3828
3829 if test -n "$ac_tool_prefix"; then
3830   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
3831 set dummy ${ac_tool_prefix}ld; ac_word=$2
3832 echo "$as_me:3832: checking for $ac_word" >&5
3833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3834 if test "${ac_cv_prog_LD+set}" = set; then
3835   echo $ECHO_N "(cached) $ECHO_C" >&6
3836 else
3837   if test -n "$LD"; then
3838   ac_cv_prog_LD="$LD" # Let the user override the test.
3839 else
3840   ac_save_IFS=$IFS; IFS=$ac_path_separator
3841 ac_dummy="$PATH"
3842 for ac_dir in $ac_dummy; do
3843   IFS=$ac_save_IFS
3844   test -z "$ac_dir" && ac_dir=.
3845   $as_executable_p "$ac_dir/$ac_word" || continue
3846 ac_cv_prog_LD="${ac_tool_prefix}ld"
3847 echo "$as_me:3847: found $ac_dir/$ac_word" >&5
3848 break
3849 done
3850
3851 fi
3852 fi
3853 LD=$ac_cv_prog_LD
3854 if test -n "$LD"; then
3855   echo "$as_me:3855: result: $LD" >&5
3856 echo "${ECHO_T}$LD" >&6
3857 else
3858   echo "$as_me:3858: result: no" >&5
3859 echo "${ECHO_T}no" >&6
3860 fi
3861
3862 fi
3863 if test -z "$ac_cv_prog_LD"; then
3864   ac_ct_LD=$LD
3865   # Extract the first word of "ld", so it can be a program name with args.
3866 set dummy ld; ac_word=$2
3867 echo "$as_me:3867: checking for $ac_word" >&5
3868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3869 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
3870   echo $ECHO_N "(cached) $ECHO_C" >&6
3871 else
3872   if test -n "$ac_ct_LD"; then
3873   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
3874 else
3875   ac_save_IFS=$IFS; IFS=$ac_path_separator
3876 ac_dummy="$PATH"
3877 for ac_dir in $ac_dummy; do
3878   IFS=$ac_save_IFS
3879   test -z "$ac_dir" && ac_dir=.
3880   $as_executable_p "$ac_dir/$ac_word" || continue
3881 ac_cv_prog_ac_ct_LD="ld"
3882 echo "$as_me:3882: found $ac_dir/$ac_word" >&5
3883 break
3884 done
3885
3886   test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD="ld"
3887 fi
3888 fi
3889 ac_ct_LD=$ac_cv_prog_ac_ct_LD
3890 if test -n "$ac_ct_LD"; then
3891   echo "$as_me:3891: result: $ac_ct_LD" >&5
3892 echo "${ECHO_T}$ac_ct_LD" >&6
3893 else
3894   echo "$as_me:3894: result: no" >&5
3895 echo "${ECHO_T}no" >&6
3896 fi
3897
3898   LD=$ac_ct_LD
3899 else
3900   LD="$ac_cv_prog_LD"
3901 fi
3902
3903 if test -n "$ac_tool_prefix"; then
3904   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3905 set dummy ${ac_tool_prefix}ar; ac_word=$2
3906 echo "$as_me:3906: checking for $ac_word" >&5
3907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3908 if test "${ac_cv_prog_AR+set}" = set; then
3909   echo $ECHO_N "(cached) $ECHO_C" >&6
3910 else
3911   if test -n "$AR"; then
3912   ac_cv_prog_AR="$AR" # Let the user override the test.
3913 else
3914   ac_save_IFS=$IFS; IFS=$ac_path_separator
3915 ac_dummy="$PATH"
3916 for ac_dir in $ac_dummy; do
3917   IFS=$ac_save_IFS
3918   test -z "$ac_dir" && ac_dir=.
3919   $as_executable_p "$ac_dir/$ac_word" || continue
3920 ac_cv_prog_AR="${ac_tool_prefix}ar"
3921 echo "$as_me:3921: found $ac_dir/$ac_word" >&5
3922 break
3923 done
3924
3925 fi
3926 fi
3927 AR=$ac_cv_prog_AR
3928 if test -n "$AR"; then
3929   echo "$as_me:3929: result: $AR" >&5
3930 echo "${ECHO_T}$AR" >&6
3931 else
3932   echo "$as_me:3932: result: no" >&5
3933 echo "${ECHO_T}no" >&6
3934 fi
3935
3936 fi
3937 if test -z "$ac_cv_prog_AR"; then
3938   ac_ct_AR=$AR
3939   # Extract the first word of "ar", so it can be a program name with args.
3940 set dummy ar; ac_word=$2
3941 echo "$as_me:3941: checking for $ac_word" >&5
3942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3943 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3944   echo $ECHO_N "(cached) $ECHO_C" >&6
3945 else
3946   if test -n "$ac_ct_AR"; then
3947   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3948 else
3949   ac_save_IFS=$IFS; IFS=$ac_path_separator
3950 ac_dummy="$PATH"
3951 for ac_dir in $ac_dummy; do
3952   IFS=$ac_save_IFS
3953   test -z "$ac_dir" && ac_dir=.
3954   $as_executable_p "$ac_dir/$ac_word" || continue
3955 ac_cv_prog_ac_ct_AR="ar"
3956 echo "$as_me:3956: found $ac_dir/$ac_word" >&5
3957 break
3958 done
3959
3960   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
3961 fi
3962 fi
3963 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3964 if test -n "$ac_ct_AR"; then
3965   echo "$as_me:3965: result: $ac_ct_AR" >&5
3966 echo "${ECHO_T}$ac_ct_AR" >&6
3967 else
3968   echo "$as_me:3968: result: no" >&5
3969 echo "${ECHO_T}no" >&6
3970 fi
3971
3972   AR=$ac_ct_AR
3973 else
3974   AR="$ac_cv_prog_AR"
3975 fi
3976
3977 if test -n "$ac_tool_prefix"; then
3978   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3979 set dummy ${ac_tool_prefix}ar; ac_word=$2
3980 echo "$as_me:3980: checking for $ac_word" >&5
3981 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3982 if test "${ac_cv_prog_AR+set}" = set; then
3983   echo $ECHO_N "(cached) $ECHO_C" >&6
3984 else
3985   if test -n "$AR"; then
3986   ac_cv_prog_AR="$AR" # Let the user override the test.
3987 else
3988   ac_save_IFS=$IFS; IFS=$ac_path_separator
3989 ac_dummy="$PATH"
3990 for ac_dir in $ac_dummy; do
3991   IFS=$ac_save_IFS
3992   test -z "$ac_dir" && ac_dir=.
3993   $as_executable_p "$ac_dir/$ac_word" || continue
3994 ac_cv_prog_AR="${ac_tool_prefix}ar"
3995 echo "$as_me:3995: found $ac_dir/$ac_word" >&5
3996 break
3997 done
3998
3999 fi
4000 fi
4001 AR=$ac_cv_prog_AR
4002 if test -n "$AR"; then
4003   echo "$as_me:4003: result: $AR" >&5
4004 echo "${ECHO_T}$AR" >&6
4005 else
4006   echo "$as_me:4006: result: no" >&5
4007 echo "${ECHO_T}no" >&6
4008 fi
4009
4010 fi
4011 if test -z "$ac_cv_prog_AR"; then
4012   ac_ct_AR=$AR
4013   # Extract the first word of "ar", so it can be a program name with args.
4014 set dummy ar; ac_word=$2
4015 echo "$as_me:4015: checking for $ac_word" >&5
4016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4017 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4018   echo $ECHO_N "(cached) $ECHO_C" >&6
4019 else
4020   if test -n "$ac_ct_AR"; then
4021   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4022 else
4023   ac_save_IFS=$IFS; IFS=$ac_path_separator
4024 ac_dummy="$PATH"
4025 for ac_dir in $ac_dummy; do
4026   IFS=$ac_save_IFS
4027   test -z "$ac_dir" && ac_dir=.
4028   $as_executable_p "$ac_dir/$ac_word" || continue
4029 ac_cv_prog_ac_ct_AR="ar"
4030 echo "$as_me:4030: found $ac_dir/$ac_word" >&5
4031 break
4032 done
4033
4034   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
4035 fi
4036 fi
4037 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4038 if test -n "$ac_ct_AR"; then
4039   echo "$as_me:4039: result: $ac_ct_AR" >&5
4040 echo "${ECHO_T}$ac_ct_AR" >&6
4041 else
4042   echo "$as_me:4042: result: no" >&5
4043 echo "${ECHO_T}no" >&6
4044 fi
4045
4046   AR=$ac_ct_AR
4047 else
4048   AR="$ac_cv_prog_AR"
4049 fi
4050
4051 echo "$as_me:4051: checking for options to update archives" >&5
4052 echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
4053 if test "${cf_cv_ar_flags+set}" = set; then
4054   echo $ECHO_N "(cached) $ECHO_C" >&6
4055 else
4056
4057         cf_cv_ar_flags=unknown
4058         for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
4059         do
4060                 rm -f conftest.$ac_cv_objext
4061                 rm -f conftest.a
4062
4063                 cat >conftest.$ac_ext <<EOF
4064 #line 4064 "configure"
4065 int     testdata[3] = { 123, 456, 789 };
4066 EOF
4067                 if { (eval echo "$as_me:4067: \"$ac_compile\"") >&5
4068   (eval $ac_compile) 2>&5
4069   ac_status=$?
4070   echo "$as_me:4070: \$? = $ac_status" >&5
4071   (exit $ac_status); } ; then
4072                         $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
4073                         if test -f conftest.a ; then
4074                                 cf_cv_ar_flags=$cf_ar_flags
4075                                 break
4076                         fi
4077                 else
4078                         test -n "$verbose" && echo "    cannot compile test-program" 1>&6
4079
4080 echo "${as_me-configure}:4080: testing cannot compile test-program ..." 1>&5
4081
4082                         break
4083                 fi
4084         done
4085         rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
4086
4087 fi
4088 echo "$as_me:4088: result: $cf_cv_ar_flags" >&5
4089 echo "${ECHO_T}$cf_cv_ar_flags" >&6
4090 test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags
4091 ARFLAGS=$cf_cv_ar_flags
4092
4093 echo "$as_me:4093: checking if you have specified an install-prefix" >&5
4094 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
4095
4096 # Check whether --with-install-prefix or --without-install-prefix was given.
4097 if test "${with_install_prefix+set}" = set; then
4098   withval="$with_install_prefix"
4099   case "$withval" in #(vi
4100         yes|no) #(vi
4101                 ;;
4102         *)      DESTDIR="$withval"
4103                 ;;
4104         esac
4105 fi;
4106 echo "$as_me:4106: result: $DESTDIR" >&5
4107 echo "${ECHO_T}$DESTDIR" >&6
4108
4109 ###############################################################################
4110
4111 # If we're cross-compiling, allow the user to override the tools and their
4112 # options.  The configure script is oriented toward identifying the host
4113 # compiler, etc., but we need a build compiler to generate parts of the source.
4114
4115 if test "$cross_compiling" = yes ; then
4116
4117         # defaults that we might want to override
4118         : ${BUILD_CFLAGS:=''}
4119         : ${BUILD_CPPFLAGS:=''}
4120         : ${BUILD_LDFLAGS:=''}
4121         : ${BUILD_LIBS:=''}
4122         : ${BUILD_EXEEXT:='$x'}
4123         : ${BUILD_OBJEXT:='o'}
4124
4125 # Check whether --with-build-cc or --without-build-cc was given.
4126 if test "${with_build_cc+set}" = set; then
4127   withval="$with_build_cc"
4128   BUILD_CC="$withval"
4129 else
4130   for ac_prog in gcc cc cl
4131 do
4132   # Extract the first word of "$ac_prog", so it can be a program name with args.
4133 set dummy $ac_prog; ac_word=$2
4134 echo "$as_me:4134: checking for $ac_word" >&5
4135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4136 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
4137   echo $ECHO_N "(cached) $ECHO_C" >&6
4138 else
4139   if test -n "$BUILD_CC"; then
4140   ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4141 else
4142   ac_save_IFS=$IFS; IFS=$ac_path_separator
4143 ac_dummy="$PATH"
4144 for ac_dir in $ac_dummy; do
4145   IFS=$ac_save_IFS
4146   test -z "$ac_dir" && ac_dir=.
4147   $as_executable_p "$ac_dir/$ac_word" || continue
4148 ac_cv_prog_BUILD_CC="$ac_prog"
4149 echo "$as_me:4149: found $ac_dir/$ac_word" >&5
4150 break
4151 done
4152
4153 fi
4154 fi
4155 BUILD_CC=$ac_cv_prog_BUILD_CC
4156 if test -n "$BUILD_CC"; then
4157   echo "$as_me:4157: result: $BUILD_CC" >&5
4158 echo "${ECHO_T}$BUILD_CC" >&6
4159 else
4160   echo "$as_me:4160: result: no" >&5
4161 echo "${ECHO_T}no" >&6
4162 fi
4163
4164   test -n "$BUILD_CC" && break
4165 done
4166
4167 fi;
4168         echo "$as_me:4168: checking for native build C compiler" >&5
4169 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
4170         echo "$as_me:4170: result: $BUILD_CC" >&5
4171 echo "${ECHO_T}$BUILD_CC" >&6
4172
4173         echo "$as_me:4173: checking for native build C preprocessor" >&5
4174 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
4175
4176 # Check whether --with-build-cpp or --without-build-cpp was given.
4177 if test "${with_build_cpp+set}" = set; then
4178   withval="$with_build_cpp"
4179   BUILD_CPP="$withval"
4180 else
4181   BUILD_CPP='${BUILD_CC} -E'
4182 fi;
4183         echo "$as_me:4183: result: $BUILD_CPP" >&5
4184 echo "${ECHO_T}$BUILD_CPP" >&6
4185
4186         echo "$as_me:4186: checking for native build C flags" >&5
4187 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
4188
4189 # Check whether --with-build-cflags or --without-build-cflags was given.
4190 if test "${with_build_cflags+set}" = set; then
4191   withval="$with_build_cflags"
4192   BUILD_CFLAGS="$withval"
4193 fi;
4194         echo "$as_me:4194: result: $BUILD_CFLAGS" >&5
4195 echo "${ECHO_T}$BUILD_CFLAGS" >&6
4196
4197         echo "$as_me:4197: checking for native build C preprocessor-flags" >&5
4198 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
4199
4200 # Check whether --with-build-cppflags or --without-build-cppflags was given.
4201 if test "${with_build_cppflags+set}" = set; then
4202   withval="$with_build_cppflags"
4203   BUILD_CPPFLAGS="$withval"
4204 fi;
4205         echo "$as_me:4205: result: $BUILD_CPPFLAGS" >&5
4206 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
4207
4208         echo "$as_me:4208: checking for native build linker-flags" >&5
4209 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
4210
4211 # Check whether --with-build-ldflags or --without-build-ldflags was given.
4212 if test "${with_build_ldflags+set}" = set; then
4213   withval="$with_build_ldflags"
4214   BUILD_LDFLAGS="$withval"
4215 fi;
4216         echo "$as_me:4216: result: $BUILD_LDFLAGS" >&5
4217 echo "${ECHO_T}$BUILD_LDFLAGS" >&6
4218
4219         echo "$as_me:4219: checking for native build linker-libraries" >&5
4220 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
4221
4222 # Check whether --with-build-libs or --without-build-libs was given.
4223 if test "${with_build_libs+set}" = set; then
4224   withval="$with_build_libs"
4225   BUILD_LIBS="$withval"
4226 fi;
4227         echo "$as_me:4227: result: $BUILD_LIBS" >&5
4228 echo "${ECHO_T}$BUILD_LIBS" >&6
4229
4230         # this assumes we're on Unix.
4231         BUILD_EXEEXT=
4232         BUILD_OBJEXT=o
4233
4234         : ${BUILD_CC:='${CC}'}
4235
4236         if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
4237                 { { echo "$as_me:4237: error: Cross-build requires two compilers.
4238 Use --with-build-cc to specify the native compiler." >&5
4239 echo "$as_me: error: Cross-build requires two compilers.
4240 Use --with-build-cc to specify the native compiler." >&2;}
4241    { (exit 1); exit 1; }; }
4242         fi
4243
4244 else
4245         : ${BUILD_CC:='${CC}'}
4246         : ${BUILD_CPP:='${CPP}'}
4247         : ${BUILD_CFLAGS:='${CFLAGS}'}
4248         : ${BUILD_CPPFLAGS:='${CPPFLAGS}'}
4249         : ${BUILD_LDFLAGS:='${LDFLAGS}'}
4250         : ${BUILD_LIBS:='${LIBS}'}
4251         : ${BUILD_EXEEXT:='$x'}
4252         : ${BUILD_OBJEXT:='o'}
4253 fi
4254
4255 ###############################################################################
4256
4257 ### Options to allow the user to specify the set of libraries which are used.
4258 ### Use "--without-normal --with-shared" to allow the default model to be
4259 ### shared, for example.
4260 cf_list_models=""
4261
4262 LIBTOOL=
4263
4264 # common library maintenance symbols that are convenient for libtool scripts:
4265 LIB_CREATE='${AR} -cr'
4266 LIB_OBJECT='${OBJECTS}'
4267 LIB_SUFFIX=.a
4268 LIB_PREP="$RANLIB"
4269
4270 # symbols used to prop libtool up to enable it to determine what it should be
4271 # doing:
4272 LIB_CLEAN=
4273 LIB_COMPILE=
4274 LIB_LINK='${CC}'
4275 LIB_INSTALL=
4276 LIB_UNINSTALL=
4277
4278 echo "$as_me:4278: checking if you want to build libraries with libtool" >&5
4279 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6
4280
4281 # Check whether --with-libtool or --without-libtool was given.
4282 if test "${with_libtool+set}" = set; then
4283   withval="$with_libtool"
4284   with_libtool=$withval
4285 else
4286   with_libtool=no
4287 fi;
4288 echo "$as_me:4288: result: $with_libtool" >&5
4289 echo "${ECHO_T}$with_libtool" >&6
4290 if test "$with_libtool" != "no"; then
4291
4292         if test "$with_libtool" != "yes" ; then
4293
4294 if test "x$prefix" != xNONE; then
4295   cf_path_syntax="$prefix"
4296 else
4297   cf_path_syntax="$ac_default_prefix"
4298 fi
4299
4300 case ".$with_libtool" in #(vi
4301 .\$\(*\)*|.\'*\'*) #(vi
4302   ;;
4303 ..|./*|.\\*) #(vi
4304   ;;
4305 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
4306   ;;
4307 .\${*prefix}*) #(vi
4308   eval with_libtool="$with_libtool"
4309   case ".$with_libtool" in #(vi
4310   .NONE/*)
4311     with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
4312     ;;
4313   esac
4314   ;; #(vi
4315 .no|.NONE/*)
4316   with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
4317   ;;
4318 *)
4319   { { echo "$as_me:4319: error: expected a pathname, not \"$with_libtool\"" >&5
4320 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;}
4321    { (exit 1); exit 1; }; }
4322   ;;
4323 esac
4324
4325                 LIBTOOL=$with_libtool
4326         else
4327                 # Extract the first word of "libtool", so it can be a program name with args.
4328 set dummy libtool; ac_word=$2
4329 echo "$as_me:4329: checking for $ac_word" >&5
4330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4331 if test "${ac_cv_path_LIBTOOL+set}" = set; then
4332   echo $ECHO_N "(cached) $ECHO_C" >&6
4333 else
4334   case $LIBTOOL in
4335   [\\/]* | ?:[\\/]*)
4336   ac_cv_path_LIBTOOL="$LIBTOOL" # Let the user override the test with a path.
4337   ;;
4338   *)
4339   ac_save_IFS=$IFS; IFS=$ac_path_separator
4340 ac_dummy="$PATH"
4341 for ac_dir in $ac_dummy; do
4342   IFS=$ac_save_IFS
4343   test -z "$ac_dir" && ac_dir=.
4344   if $as_executable_p "$ac_dir/$ac_word"; then
4345    ac_cv_path_LIBTOOL="$ac_dir/$ac_word"
4346    echo "$as_me:4346: found $ac_dir/$ac_word" >&5
4347    break
4348 fi
4349 done
4350
4351   ;;
4352 esac
4353 fi
4354 LIBTOOL=$ac_cv_path_LIBTOOL
4355
4356 if test -n "$LIBTOOL"; then
4357   echo "$as_me:4357: result: $LIBTOOL" >&5
4358 echo "${ECHO_T}$LIBTOOL" >&6
4359 else
4360   echo "$as_me:4360: result: no" >&5
4361 echo "${ECHO_T}no" >&6
4362 fi
4363
4364         fi
4365         if test -z "$LIBTOOL" ; then
4366                 { { echo "$as_me:4366: error: Cannot find libtool" >&5
4367 echo "$as_me: error: Cannot find libtool" >&2;}
4368    { (exit 1); exit 1; }; }
4369         fi
4370         LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
4371         LIB_OBJECT='${OBJECTS:.o=.lo}'
4372         LIB_SUFFIX=.la
4373         LIB_CLEAN='${LIBTOOL} --mode=clean'
4374         LIB_COMPILE='${LIBTOOL} --mode=compile'
4375         LIB_LINK='${LIBTOOL} --mode=link ${CC} ${LIBTOOL_OPTS}'
4376         LIB_INSTALL='${LIBTOOL} --mode=install'
4377         LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
4378         LIB_PREP=:
4379
4380         # Show the version of libtool
4381         echo "$as_me:4381: checking version of libtool" >&5
4382 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6
4383
4384         # Save the version in a cache variable - this is not entirely a good
4385         # thing, but the version string from libtool is very ugly, and for
4386         # bug reports it might be useful to have the original string. "("
4387         cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'`
4388         echo "$as_me:4388: result: $cf_cv_libtool_version" >&5
4389 echo "${ECHO_T}$cf_cv_libtool_version" >&6
4390         if test -z "$cf_cv_libtool_version" ; then
4391                 { { echo "$as_me:4391: error: This is not GNU libtool" >&5
4392 echo "$as_me: error: This is not GNU libtool" >&2;}
4393    { (exit 1); exit 1; }; }
4394         fi
4395
4396         # special hack to add -no-undefined (which libtool should do for itself)
4397         LT_UNDEF=
4398         case "$cf_cv_system_name" in #(vi
4399         cygwin*|mingw32*|uwin*|aix[456]) #(vi
4400                 LT_UNDEF=-no-undefined
4401                 ;;
4402         esac
4403
4404         # special hack to add --tag option for C++ compiler
4405         case $cf_cv_libtool_version in #(vi
4406         1.[5-9]*|[2-9].[0-9.a-z]*) #(vi
4407                 LIBTOOL_CXX="$LIBTOOL --tag=CXX"
4408                 LIBTOOL="$LIBTOOL --tag=CC"
4409                 ;;
4410         *)
4411                 LIBTOOL_CXX="$LIBTOOL"
4412                 ;;
4413         esac
4414 else
4415         LIBTOOL=""
4416         LIBTOOL_CXX=""
4417 fi
4418
4419 test -z "$LIBTOOL" && ECHO_LT=
4420
4421 if test "$with_libtool" != "no" ; then
4422
4423 cf_list_models="$cf_list_models libtool"
4424
4425 else
4426
4427 echo "$as_me:4427: checking if you want to build shared libraries" >&5
4428 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6
4429
4430 # Check whether --with-shared or --without-shared was given.
4431 if test "${with_shared+set}" = set; then
4432   withval="$with_shared"
4433   with_shared=$withval
4434 else
4435   with_shared=no
4436 fi;
4437 echo "$as_me:4437: result: $with_shared" >&5
4438 echo "${ECHO_T}$with_shared" >&6
4439 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared"
4440
4441 echo "$as_me:4441: checking if you want to build static libraries" >&5
4442 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6
4443
4444 # Check whether --with-normal or --without-normal was given.
4445 if test "${with_normal+set}" = set; then
4446   withval="$with_normal"
4447   with_normal=$withval
4448 else
4449   with_normal=yes
4450 fi;
4451 echo "$as_me:4451: result: $with_normal" >&5
4452 echo "${ECHO_T}$with_normal" >&6
4453 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal"
4454
4455 echo "$as_me:4455: checking if you want to build debug libraries" >&5
4456 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6
4457
4458 # Check whether --with-debug or --without-debug was given.
4459 if test "${with_debug+set}" = set; then
4460   withval="$with_debug"
4461   with_debug=$withval
4462 else
4463   with_debug=yes
4464 fi;
4465 echo "$as_me:4465: result: $with_debug" >&5
4466 echo "${ECHO_T}$with_debug" >&6
4467 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug"
4468
4469 echo "$as_me:4469: checking if you want to build profiling libraries" >&5
4470 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6
4471
4472 # Check whether --with-profile or --without-profile was given.
4473 if test "${with_profile+set}" = set; then
4474   withval="$with_profile"
4475   with_profile=$withval
4476 else
4477   with_profile=no
4478 fi;
4479 echo "$as_me:4479: result: $with_profile" >&5
4480 echo "${ECHO_T}$with_profile" >&6
4481 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile"
4482
4483 fi
4484
4485 ###############################################################################
4486
4487 echo "$as_me:4487: checking for specified models" >&5
4488 echo $ECHO_N "checking for specified models... $ECHO_C" >&6
4489 test -z "$cf_list_models" && cf_list_models=normal
4490 test "$with_libtool" != "no" && cf_list_models=libtool
4491 echo "$as_me:4491: result: $cf_list_models" >&5
4492 echo "${ECHO_T}$cf_list_models" >&6
4493
4494 ### Use the first model as the default, and save its suffix for use in building
4495 ### up test-applications.
4496 echo "$as_me:4496: checking for default model" >&5
4497 echo $ECHO_N "checking for default model... $ECHO_C" >&6
4498 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
4499 echo "$as_me:4499: result: $DFT_LWR_MODEL" >&5
4500 echo "${ECHO_T}$DFT_LWR_MODEL" >&6
4501
4502 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
4503
4504 TICS_NAME=tic
4505
4506 TINFO_NAME=tinfo
4507
4508 LIB_NAME=ncurses
4509
4510 LIB_DIR=../lib
4511 LIB_2ND=../../lib
4512
4513         case $cf_cv_system_name in #(vi
4514         OS/2*|os2*) #(vi
4515         LIB_PREFIX=''
4516         ;;
4517         *)      LIB_PREFIX='lib'
4518         ;;
4519         esac
4520 cf_prefix=$LIB_PREFIX
4521
4522 LIB_PREFIX=$cf_prefix
4523
4524 LIB_SUFFIX=
4525
4526 ###############################################################################
4527
4528 echo "$as_me:4528: checking if you want to build a separate terminfo library" >&5
4529 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6
4530
4531 # Check whether --with-termlib or --without-termlib was given.
4532 if test "${with_termlib+set}" = set; then
4533   withval="$with_termlib"
4534   with_termlib=$withval
4535 else
4536   with_termlib=no
4537 fi;
4538 echo "$as_me:4538: result: $with_termlib" >&5
4539 echo "${ECHO_T}$with_termlib" >&6
4540
4541 echo "$as_me:4541: checking if you want to build a separate tic library" >&5
4542 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6
4543
4544 # Check whether --with-ticlib or --without-ticlib was given.
4545 if test "${with_ticlib+set}" = set; then
4546   withval="$with_ticlib"
4547   with_ticlib=$withval
4548 else
4549   with_ticlib=no
4550 fi;
4551 echo "$as_me:4551: result: $with_ticlib" >&5
4552 echo "${ECHO_T}$with_ticlib" >&6
4553
4554 ### Checks for special libraries, must be done up-front.
4555 SHLIB_LIST=""
4556
4557 echo "$as_me:4557: checking if you want to link with the GPM mouse library" >&5
4558 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6
4559
4560 # Check whether --with-gpm or --without-gpm was given.
4561 if test "${with_gpm+set}" = set; then
4562   withval="$with_gpm"
4563   with_gpm=$withval
4564 else
4565   with_gpm=maybe
4566 fi;
4567 echo "$as_me:4567: result: $with_gpm" >&5
4568 echo "${ECHO_T}$with_gpm" >&6
4569
4570 if test "$with_gpm" != no ; then
4571         echo "$as_me:4571: checking for gpm.h" >&5
4572 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6
4573 if test "${ac_cv_header_gpm_h+set}" = set; then
4574   echo $ECHO_N "(cached) $ECHO_C" >&6
4575 else
4576   cat >conftest.$ac_ext <<_ACEOF
4577 #line 4577 "configure"
4578 #include "confdefs.h"
4579 #include <gpm.h>
4580 _ACEOF
4581 if { (eval echo "$as_me:4581: \"$ac_cpp conftest.$ac_ext\"") >&5
4582   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4583   ac_status=$?
4584   egrep -v '^ *\+' conftest.er1 >conftest.err
4585   rm -f conftest.er1
4586   cat conftest.err >&5
4587   echo "$as_me:4587: \$? = $ac_status" >&5
4588   (exit $ac_status); } >/dev/null; then
4589   if test -s conftest.err; then
4590     ac_cpp_err=$ac_c_preproc_warn_flag
4591   else
4592     ac_cpp_err=
4593   fi
4594 else
4595   ac_cpp_err=yes
4596 fi
4597 if test -z "$ac_cpp_err"; then
4598   ac_cv_header_gpm_h=yes
4599 else
4600   echo "$as_me: failed program was:" >&5
4601   cat conftest.$ac_ext >&5
4602   ac_cv_header_gpm_h=no
4603 fi
4604 rm -f conftest.err conftest.$ac_ext
4605 fi
4606 echo "$as_me:4606: result: $ac_cv_header_gpm_h" >&5
4607 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6
4608 if test $ac_cv_header_gpm_h = yes; then
4609
4610                 cat >>confdefs.h <<\EOF
4611 #define HAVE_GPM_H 1
4612 EOF
4613
4614                 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
4615                         test -n "$verbose" && echo "    assuming we really have GPM library" 1>&6
4616
4617 echo "${as_me-configure}:4617: testing assuming we really have GPM library ..." 1>&5
4618
4619                         cat >>confdefs.h <<\EOF
4620 #define HAVE_LIBGPM 1
4621 EOF
4622
4623                 else
4624                         echo "$as_me:4624: checking for Gpm_Open in -lgpm" >&5
4625 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
4626 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
4627   echo $ECHO_N "(cached) $ECHO_C" >&6
4628 else
4629   ac_check_lib_save_LIBS=$LIBS
4630 LIBS="-lgpm  $LIBS"
4631 cat >conftest.$ac_ext <<_ACEOF
4632 #line 4632 "configure"
4633 #include "confdefs.h"
4634
4635 /* Override any gcc2 internal prototype to avoid an error.  */
4636 #ifdef __cplusplus
4637 extern "C"
4638 #endif
4639 /* We use char because int might match the return type of a gcc2
4640    builtin and then its argument prototype would still apply.  */
4641 char Gpm_Open ();
4642 int
4643 main ()
4644 {
4645 Gpm_Open ();
4646   ;
4647   return 0;
4648 }
4649 _ACEOF
4650 rm -f conftest.$ac_objext conftest$ac_exeext
4651 if { (eval echo "$as_me:4651: \"$ac_link\"") >&5
4652   (eval $ac_link) 2>&5
4653   ac_status=$?
4654   echo "$as_me:4654: \$? = $ac_status" >&5
4655   (exit $ac_status); } &&
4656          { ac_try='test -s conftest$ac_exeext'
4657   { (eval echo "$as_me:4657: \"$ac_try\"") >&5
4658   (eval $ac_try) 2>&5
4659   ac_status=$?
4660   echo "$as_me:4660: \$? = $ac_status" >&5
4661   (exit $ac_status); }; }; then
4662   ac_cv_lib_gpm_Gpm_Open=yes
4663 else
4664   echo "$as_me: failed program was:" >&5
4665 cat conftest.$ac_ext >&5
4666 ac_cv_lib_gpm_Gpm_Open=no
4667 fi
4668 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4669 LIBS=$ac_check_lib_save_LIBS
4670 fi
4671 echo "$as_me:4671: result: $ac_cv_lib_gpm_Gpm_Open" >&5
4672 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
4673 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
4674   :
4675 else
4676
4677                                 { { echo "$as_me:4677: error: Cannot link with GPM library" >&5
4678 echo "$as_me: error: Cannot link with GPM library" >&2;}
4679    { (exit 1); exit 1; }; }
4680                 fi
4681                 with_gpm=yes
4682
4683 fi
4684
4685 else
4686
4687                 test "$with_gpm" != maybe && { echo "$as_me:4687: WARNING: Cannot find GPM header" >&5
4688 echo "$as_me: WARNING: Cannot find GPM header" >&2;}
4689                 with_gpm=no
4690
4691 fi
4692
4693 fi
4694
4695 if test "$with_gpm" != no ; then
4696         echo "$as_me:4696: checking if you want to load GPM dynamically" >&5
4697 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6
4698
4699 # Check whether --with-dlsym or --without-dlsym was given.
4700 if test "${with_dlsym+set}" = set; then
4701   withval="$with_dlsym"
4702   with_dlsym=$withval
4703 else
4704   with_dlsym=yes
4705 fi;
4706         echo "$as_me:4706: result: $with_dlsym" >&5
4707 echo "${ECHO_T}$with_dlsym" >&6
4708         if test "$with_dlsym" = yes ; then
4709
4710 cf_have_dlsym=no
4711 echo "$as_me:4711: checking for dlsym" >&5
4712 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6
4713 if test "${ac_cv_func_dlsym+set}" = set; then
4714   echo $ECHO_N "(cached) $ECHO_C" >&6
4715 else
4716   cat >conftest.$ac_ext <<_ACEOF
4717 #line 4717 "configure"
4718 #include "confdefs.h"
4719 /* System header to define __stub macros and hopefully few prototypes,
4720     which can conflict with char dlsym (); below.  */
4721 #include <assert.h>
4722 /* Override any gcc2 internal prototype to avoid an error.  */
4723 #ifdef __cplusplus
4724 extern "C"
4725 #endif
4726 /* We use char because int might match the return type of a gcc2
4727    builtin and then its argument prototype would still apply.  */
4728 char dlsym ();
4729 char (*f) ();
4730
4731 int
4732 main ()
4733 {
4734 /* The GNU C library defines this for functions which it implements
4735     to always fail with ENOSYS.  Some functions are actually named
4736     something starting with __ and the normal name is an alias.  */
4737 #if defined (__stub_dlsym) || defined (__stub___dlsym)
4738 choke me
4739 #else
4740 f = dlsym;
4741 #endif
4742
4743   ;
4744   return 0;
4745 }
4746 _ACEOF
4747 rm -f conftest.$ac_objext conftest$ac_exeext
4748 if { (eval echo "$as_me:4748: \"$ac_link\"") >&5
4749   (eval $ac_link) 2>&5
4750   ac_status=$?
4751   echo "$as_me:4751: \$? = $ac_status" >&5
4752   (exit $ac_status); } &&
4753          { ac_try='test -s conftest$ac_exeext'
4754   { (eval echo "$as_me:4754: \"$ac_try\"") >&5
4755   (eval $ac_try) 2>&5
4756   ac_status=$?
4757   echo "$as_me:4757: \$? = $ac_status" >&5
4758   (exit $ac_status); }; }; then
4759   ac_cv_func_dlsym=yes
4760 else
4761   echo "$as_me: failed program was:" >&5
4762 cat conftest.$ac_ext >&5
4763 ac_cv_func_dlsym=no
4764 fi
4765 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4766 fi
4767 echo "$as_me:4767: result: $ac_cv_func_dlsym" >&5
4768 echo "${ECHO_T}$ac_cv_func_dlsym" >&6
4769 if test $ac_cv_func_dlsym = yes; then
4770   cf_have_dlsym=yes
4771 else
4772
4773 cf_have_libdl=no
4774 echo "$as_me:4774: checking for dlsym in -ldl" >&5
4775 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6
4776 if test "${ac_cv_lib_dl_dlsym+set}" = set; then
4777   echo $ECHO_N "(cached) $ECHO_C" >&6
4778 else
4779   ac_check_lib_save_LIBS=$LIBS
4780 LIBS="-ldl  $LIBS"
4781 cat >conftest.$ac_ext <<_ACEOF
4782 #line 4782 "configure"
4783 #include "confdefs.h"
4784
4785 /* Override any gcc2 internal prototype to avoid an error.  */
4786 #ifdef __cplusplus
4787 extern "C"
4788 #endif
4789 /* We use char because int might match the return type of a gcc2
4790    builtin and then its argument prototype would still apply.  */
4791 char dlsym ();
4792 int
4793 main ()
4794 {
4795 dlsym ();
4796   ;
4797   return 0;
4798 }
4799 _ACEOF
4800 rm -f conftest.$ac_objext conftest$ac_exeext
4801 if { (eval echo "$as_me:4801: \"$ac_link\"") >&5
4802   (eval $ac_link) 2>&5
4803   ac_status=$?
4804   echo "$as_me:4804: \$? = $ac_status" >&5
4805   (exit $ac_status); } &&
4806          { ac_try='test -s conftest$ac_exeext'
4807   { (eval echo "$as_me:4807: \"$ac_try\"") >&5
4808   (eval $ac_try) 2>&5
4809   ac_status=$?
4810   echo "$as_me:4810: \$? = $ac_status" >&5
4811   (exit $ac_status); }; }; then
4812   ac_cv_lib_dl_dlsym=yes
4813 else
4814   echo "$as_me: failed program was:" >&5
4815 cat conftest.$ac_ext >&5
4816 ac_cv_lib_dl_dlsym=no
4817 fi
4818 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4819 LIBS=$ac_check_lib_save_LIBS
4820 fi
4821 echo "$as_me:4821: result: $ac_cv_lib_dl_dlsym" >&5
4822 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6
4823 if test $ac_cv_lib_dl_dlsym = yes; then
4824
4825         cf_have_dlsym=yes
4826         cf_have_libdl=yes
4827 fi
4828
4829 fi
4830
4831 if test "$cf_have_dlsym" = yes ; then
4832         test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS"
4833
4834         echo "$as_me:4834: checking whether able to link to dl*() functions" >&5
4835 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6
4836         cat >conftest.$ac_ext <<_ACEOF
4837 #line 4837 "configure"
4838 #include "confdefs.h"
4839 #include <dlfcn.h>
4840 int
4841 main ()
4842 {
4843
4844                 void *obj;
4845                 if ((obj = dlopen("filename", 0)) != 0) {
4846                         if (dlsym(obj, "symbolname") == 0) {
4847                         dlclose(obj);
4848                         }
4849                 }
4850   ;
4851   return 0;
4852 }
4853 _ACEOF
4854 rm -f conftest.$ac_objext conftest$ac_exeext
4855 if { (eval echo "$as_me:4855: \"$ac_link\"") >&5
4856   (eval $ac_link) 2>&5
4857   ac_status=$?
4858   echo "$as_me:4858: \$? = $ac_status" >&5
4859   (exit $ac_status); } &&
4860          { ac_try='test -s conftest$ac_exeext'
4861   { (eval echo "$as_me:4861: \"$ac_try\"") >&5
4862   (eval $ac_try) 2>&5
4863   ac_status=$?
4864   echo "$as_me:4864: \$? = $ac_status" >&5
4865   (exit $ac_status); }; }; then
4866
4867                 cat >>confdefs.h <<\EOF
4868 #define HAVE_LIBDL 1
4869 EOF
4870
4871 else
4872   echo "$as_me: failed program was:" >&5
4873 cat conftest.$ac_ext >&5
4874
4875                 { { echo "$as_me:4875: error: Cannot link test program for libdl" >&5
4876 echo "$as_me: error: Cannot link test program for libdl" >&2;}
4877    { (exit 1); exit 1; }; }
4878 fi
4879 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4880         echo "$as_me:4880: result: ok" >&5
4881 echo "${ECHO_T}ok" >&6
4882 else
4883         { { echo "$as_me:4883: error: Cannot find dlsym function" >&5
4884 echo "$as_me: error: Cannot find dlsym function" >&2;}
4885    { (exit 1); exit 1; }; }
4886 fi
4887
4888                 if test "$with_gpm" != yes ; then
4889                         test -n "$verbose" && echo "    assuming soname for gpm is $with_gpm" 1>&6
4890
4891 echo "${as_me-configure}:4891: testing assuming soname for gpm is $with_gpm ..." 1>&5
4892
4893                         cf_cv_gpm_soname="$with_gpm"
4894                 else
4895
4896 echo "$as_me:4896: checking for soname of gpm library" >&5
4897 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6
4898 if test "${cf_cv_gpm_soname+set}" = set; then
4899   echo $ECHO_N "(cached) $ECHO_C" >&6
4900 else
4901
4902 cf_cv_gpm_soname=unknown
4903 if test "$cross_compiling" != yes ; then
4904 cat >conftest.$ac_ext <<CF_EOF
4905 #include <gpm.h>
4906 int main()
4907 {
4908 if (Gpm_Open(0,0)) Gpm_Close();
4909         ${cf_cv_main_return:-return}(0);
4910 }
4911 CF_EOF
4912 cf_save_LIBS="$LIBS"
4913         LIBS="-lgpm $LIBS"
4914         if { (eval echo "$as_me:4914: \"$ac_compile\"") >&5
4915   (eval $ac_compile) 2>&5
4916   ac_status=$?
4917   echo "$as_me:4917: \$? = $ac_status" >&5
4918   (exit $ac_status); } ; then
4919                 if { (eval echo "$as_me:4919: \"$ac_link\"") >&5
4920   (eval $ac_link) 2>&5
4921   ac_status=$?
4922   echo "$as_me:4922: \$? = $ac_status" >&5
4923   (exit $ac_status); } ; then
4924                         cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.`
4925                         test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown
4926                 fi
4927         fi
4928 rm -f conftest*
4929 LIBS="$cf_save_LIBS"
4930 fi
4931
4932 fi
4933 echo "$as_me:4933: result: $cf_cv_gpm_soname" >&5
4934 echo "${ECHO_T}$cf_cv_gpm_soname" >&6
4935
4936                 fi
4937                 test "$cf_cv_gpm_soname" != "unknown" && cat >>confdefs.h <<EOF
4938 #define LIBGPM_SONAME "$cf_cv_gpm_soname"
4939 EOF
4940
4941                 SHLIB_LIST="-ldl $SHLIB_LIST"
4942         else
4943                 SHLIB_LIST="-lgpm $SHLIB_LIST"
4944         fi
4945         cat >>confdefs.h <<\EOF
4946 #define HAVE_LIBGPM 1
4947 EOF
4948
4949 echo "$as_me:4949: checking for Gpm_Wgetch in -lgpm" >&5
4950 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6
4951 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then
4952   echo $ECHO_N "(cached) $ECHO_C" >&6
4953 else
4954   ac_check_lib_save_LIBS=$LIBS
4955 LIBS="-lgpm  $LIBS"
4956 cat >conftest.$ac_ext <<_ACEOF
4957 #line 4957 "configure"
4958 #include "confdefs.h"
4959
4960 /* Override any gcc2 internal prototype to avoid an error.  */
4961 #ifdef __cplusplus
4962 extern "C"
4963 #endif
4964 /* We use char because int might match the return type of a gcc2
4965    builtin and then its argument prototype would still apply.  */
4966 char Gpm_Wgetch ();
4967 int
4968 main ()
4969 {
4970 Gpm_Wgetch ();
4971   ;
4972   return 0;
4973 }
4974 _ACEOF
4975 rm -f conftest.$ac_objext conftest$ac_exeext
4976 if { (eval echo "$as_me:4976: \"$ac_link\"") >&5
4977   (eval $ac_link) 2>&5
4978   ac_status=$?
4979   echo "$as_me:4979: \$? = $ac_status" >&5
4980   (exit $ac_status); } &&
4981          { ac_try='test -s conftest$ac_exeext'
4982   { (eval echo "$as_me:4982: \"$ac_try\"") >&5
4983   (eval $ac_try) 2>&5
4984   ac_status=$?
4985   echo "$as_me:4985: \$? = $ac_status" >&5
4986   (exit $ac_status); }; }; then
4987   ac_cv_lib_gpm_Gpm_Wgetch=yes
4988 else
4989   echo "$as_me: failed program was:" >&5
4990 cat conftest.$ac_ext >&5
4991 ac_cv_lib_gpm_Gpm_Wgetch=no
4992 fi
4993 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4994 LIBS=$ac_check_lib_save_LIBS
4995 fi
4996 echo "$as_me:4996: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
4997 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6
4998 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then
4999
5000 echo "$as_me:5000: checking if GPM is weakly bound to curses library" >&5
5001 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6
5002 if test "${cf_cv_check_gpm_wgetch+set}" = set; then
5003   echo $ECHO_N "(cached) $ECHO_C" >&6
5004 else
5005
5006 cf_cv_check_gpm_wgetch=unknown
5007 if test "$cross_compiling" != yes ; then
5008
5009 cat >conftest.$ac_ext <<CF_EOF
5010 #include <gpm.h>
5011 int main()
5012 {
5013         Gpm_Wgetch();
5014         ${cf_cv_main_return:-return}(0);
5015 }
5016 CF_EOF
5017
5018         cf_save_LIBS="$LIBS"
5019         # This only works if we can look at the symbol table.  If a shared
5020         # library is stripped for install, we cannot use that.  So we're forced
5021         # to rely on the static library, noting that some packagers may not
5022         # include it.
5023         LIBS="-static -lgpm -dynamic $LIBS"
5024         if { (eval echo "$as_me:5024: \"$ac_compile\"") >&5
5025   (eval $ac_compile) 2>&5
5026   ac_status=$?
5027   echo "$as_me:5027: \$? = $ac_status" >&5
5028   (exit $ac_status); } ; then
5029                 if { (eval echo "$as_me:5029: \"$ac_link\"") >&5
5030   (eval $ac_link) 2>&5
5031   ac_status=$?
5032   echo "$as_me:5032: \$? = $ac_status" >&5
5033   (exit $ac_status); } ; then
5034                         cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'`
5035                         test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes
5036                         test -z "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=no
5037                 fi
5038         fi
5039         rm -f conftest*
5040         LIBS="$cf_save_LIBS"
5041 fi
5042
5043 fi
5044 echo "$as_me:5044: result: $cf_cv_check_gpm_wgetch" >&5
5045 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6
5046
5047 if test "$cf_cv_check_gpm_wgetch" != yes ; then
5048         { echo "$as_me:5048: WARNING: GPM library is already linked with curses - read the FAQ" >&5
5049 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;}
5050 fi
5051
5052 fi
5053
5054 fi
5055
5056 # not everyone has "test -c"
5057 if test -c /dev/sysmouse 2>/dev/null ; then
5058 echo "$as_me:5058: checking if you want to use sysmouse" >&5
5059 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6
5060
5061 # Check whether --with-sysmouse or --without-sysmouse was given.
5062 if test "${with_sysmouse+set}" = set; then
5063   withval="$with_sysmouse"
5064   cf_with_sysmouse=$withval
5065 else
5066   cf_with_sysmouse=maybe
5067 fi;
5068         if test "$cf_with_sysmouse" != no ; then
5069         cat >conftest.$ac_ext <<_ACEOF
5070 #line 5070 "configure"
5071 #include "confdefs.h"
5072
5073 #include <osreldate.h>
5074 #if (__FreeBSD_version >= 400017)
5075 #include <sys/consio.h>
5076 #include <sys/fbio.h>
5077 #else
5078 #include <machine/console.h>
5079 #endif
5080
5081 int
5082 main ()
5083 {
5084
5085         struct mouse_info the_mouse;
5086         ioctl(0, CONS_MOUSECTL, &the_mouse);
5087
5088   ;
5089   return 0;
5090 }
5091 _ACEOF
5092 rm -f conftest.$ac_objext
5093 if { (eval echo "$as_me:5093: \"$ac_compile\"") >&5
5094   (eval $ac_compile) 2>&5
5095   ac_status=$?
5096   echo "$as_me:5096: \$? = $ac_status" >&5
5097   (exit $ac_status); } &&
5098          { ac_try='test -s conftest.$ac_objext'
5099   { (eval echo "$as_me:5099: \"$ac_try\"") >&5
5100   (eval $ac_try) 2>&5
5101   ac_status=$?
5102   echo "$as_me:5102: \$? = $ac_status" >&5
5103   (exit $ac_status); }; }; then
5104   cf_with_sysmouse=yes
5105 else
5106   echo "$as_me: failed program was:" >&5
5107 cat conftest.$ac_ext >&5
5108 cf_with_sysmouse=no
5109 fi
5110 rm -f conftest.$ac_objext conftest.$ac_ext
5111         fi
5112 echo "$as_me:5112: result: $cf_with_sysmouse" >&5
5113 echo "${ECHO_T}$cf_with_sysmouse" >&6
5114 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF
5115 #define USE_SYSMOUSE 1
5116 EOF
5117
5118 fi
5119
5120 if test X"$CC_G_OPT" = X"" ; then
5121         CC_G_OPT='-g'
5122         test -n "$GCC" && test "${ac_cv_prog_cc_g}" != yes && CC_G_OPT=''
5123 fi
5124
5125 if test X"$CXX_G_OPT" = X"" ; then
5126         CXX_G_OPT='-g'
5127         test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT=''
5128 fi
5129
5130 echo "$as_me:5130: checking for default loader flags" >&5
5131 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
5132 case $DFT_LWR_MODEL in
5133 libtool) LD_MODEL=''   ;;
5134 normal)  LD_MODEL=''   ;;
5135 debug)   LD_MODEL=$CC_G_OPT ;;
5136 profile) LD_MODEL='-pg';;
5137 shared)  LD_MODEL=''   ;;
5138 esac
5139 echo "$as_me:5139: result: $LD_MODEL" >&5
5140 echo "${ECHO_T}$LD_MODEL" >&6
5141
5142 case $DFT_LWR_MODEL in
5143 shared)
5144
5145 echo "$as_me:5145: checking if rpath option should be used" >&5
5146 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6
5147
5148 # Check whether --enable-rpath or --disable-rpath was given.
5149 if test "${enable_rpath+set}" = set; then
5150   enableval="$enable_rpath"
5151   cf_cv_ld_rpath=$enableval
5152 else
5153   cf_cv_ld_rpath=no
5154 fi;
5155 echo "$as_me:5155: result: $cf_cv_ld_rpath" >&5
5156 echo "${ECHO_T}$cf_cv_ld_rpath" >&6
5157
5158 echo "$as_me:5158: checking if shared libraries should be relinked during install" >&5
5159 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6
5160
5161 # Check whether --enable-relink or --disable-relink was given.
5162 if test "${enable_relink+set}" = set; then
5163   enableval="$enable_relink"
5164   cf_cv_do_relink=$enableval
5165 else
5166   cf_cv_do_relink=yes
5167 fi;
5168 echo "$as_me:5168: result: $cf_cv_do_relink" >&5
5169 echo "${ECHO_T}$cf_cv_do_relink" >&6
5170         ;;
5171 esac
5172
5173         LOCAL_LDFLAGS=
5174         LOCAL_LDFLAGS2=
5175         LD_RPATH_OPT=
5176         LD_SHARED_OPTS=
5177         INSTALL_LIB="-m 644"
5178
5179         cf_cv_do_symlinks=no
5180
5181         echo "$as_me:5181: checking if release/abi version should be used for shared libs" >&5
5182 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
5183
5184 # Check whether --with-shlib-version or --without-shlib-version was given.
5185 if test "${with_shlib_version+set}" = set; then
5186   withval="$with_shlib_version"
5187   test -z "$withval" && withval=auto
5188         case $withval in #(vi
5189         yes) #(vi
5190                 cf_cv_shlib_version=auto
5191                 ;;
5192         rel|abi|auto|no) #(vi
5193                 cf_cv_shlib_version=$withval
5194                 ;;
5195         *)
5196                 { { echo "$as_me:5196: error: option value must be one of: rel, abi, auto or no" >&5
5197 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;}
5198    { (exit 1); exit 1; }; }
5199                 ;;
5200         esac
5201
5202 else
5203   cf_cv_shlib_version=auto
5204 fi;
5205         echo "$as_me:5205: result: $cf_cv_shlib_version" >&5
5206 echo "${ECHO_T}$cf_cv_shlib_version" >&6
5207
5208         cf_cv_rm_so_locs=no
5209
5210         # Some less-capable ports of gcc support only -fpic
5211         CC_SHARED_OPTS=
5212         if test "$GCC" = yes
5213         then
5214                 echo "$as_me:5214: checking which $CC option to use" >&5
5215 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
5216                 cf_save_CFLAGS="$CFLAGS"
5217                 for CC_SHARED_OPTS in -fPIC -fpic ''
5218                 do
5219                         CFLAGS="$cf_save_CFLAGS $CC_SHARED_OPTS"
5220                         cat >conftest.$ac_ext <<_ACEOF
5221 #line 5221 "configure"
5222 #include "confdefs.h"
5223 #include <stdio.h>
5224 int
5225 main ()
5226 {
5227 int x = 1
5228   ;
5229   return 0;
5230 }
5231 _ACEOF
5232 rm -f conftest.$ac_objext
5233 if { (eval echo "$as_me:5233: \"$ac_compile\"") >&5
5234   (eval $ac_compile) 2>&5
5235   ac_status=$?
5236   echo "$as_me:5236: \$? = $ac_status" >&5
5237   (exit $ac_status); } &&
5238          { ac_try='test -s conftest.$ac_objext'
5239   { (eval echo "$as_me:5239: \"$ac_try\"") >&5
5240   (eval $ac_try) 2>&5
5241   ac_status=$?
5242   echo "$as_me:5242: \$? = $ac_status" >&5
5243   (exit $ac_status); }; }; then
5244   break
5245 else
5246   echo "$as_me: failed program was:" >&5
5247 cat conftest.$ac_ext >&5
5248 fi
5249 rm -f conftest.$ac_objext conftest.$ac_ext
5250                 done
5251                 echo "$as_me:5251: result: $CC_SHARED_OPTS" >&5
5252 echo "${ECHO_T}$CC_SHARED_OPTS" >&6
5253                 CFLAGS="$cf_save_CFLAGS"
5254         fi
5255
5256         cf_cv_shlib_version_infix=no
5257
5258         case $cf_cv_system_name in
5259         aix[56]*)
5260                 if test "$GCC" = yes; then
5261                         CC_SHARED_OPTS=
5262                         MK_SHARED_LIB="$(CC) -shared"
5263                 fi
5264                 ;;
5265         beos*)
5266                 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0'
5267                 ;;
5268         cygwin*)
5269                 CC_SHARED_OPTS=
5270                 MK_SHARED_LIB='sh ../mk_shared_lib.sh $@ ${CC} ${CFLAGS}'
5271                 cf_cv_shlib_version=cygdll
5272                 cf_cv_shlib_version_infix=cygdll
5273                 cat >mk_shared_lib.sh <<-CF_EOF
5274                 #!/bin/sh
5275                 SHARED_LIB=\$1
5276                 IMPORT_LIB=\`echo "\$1" | sed -e 's/cyg/lib/' -e 's/[0-9]*\.dll$/.dll.a/'\`
5277                 shift
5278                 cat <<-EOF
5279                 Linking shared library
5280                 ** SHARED_LIB \$SHARED_LIB
5281                 ** IMPORT_LIB \$IMPORT_LIB
5282 EOF
5283                 exec \$* -shared -Wl,--out-implib=../lib/\${IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\${SHARED_LIB}
5284 CF_EOF
5285                 chmod +x mk_shared_lib.sh
5286                 ;;
5287         darwin*)
5288                 EXTRA_CFLAGS="-no-cpp-precomp"
5289                 CC_SHARED_OPTS="-dynamic"
5290                 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
5291                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
5292                 cf_cv_shlib_version_infix=yes
5293                 echo "$as_me:5293: checking if ld -search_paths_first works" >&5
5294 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
5295 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
5296   echo $ECHO_N "(cached) $ECHO_C" >&6
5297 else
5298
5299                         cf_save_LDFLAGS=$LDFLAGS
5300                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
5301                         cat >conftest.$ac_ext <<_ACEOF
5302 #line 5302 "configure"
5303 #include "confdefs.h"
5304
5305 int
5306 main ()
5307 {
5308 int i;
5309   ;
5310   return 0;
5311 }
5312 _ACEOF
5313 rm -f conftest.$ac_objext conftest$ac_exeext
5314 if { (eval echo "$as_me:5314: \"$ac_link\"") >&5
5315   (eval $ac_link) 2>&5
5316   ac_status=$?
5317   echo "$as_me:5317: \$? = $ac_status" >&5
5318   (exit $ac_status); } &&
5319          { ac_try='test -s conftest$ac_exeext'
5320   { (eval echo "$as_me:5320: \"$ac_try\"") >&5
5321   (eval $ac_try) 2>&5
5322   ac_status=$?
5323   echo "$as_me:5323: \$? = $ac_status" >&5
5324   (exit $ac_status); }; }; then
5325   cf_cv_ldflags_search_paths_first=yes
5326 else
5327   echo "$as_me: failed program was:" >&5
5328 cat conftest.$ac_ext >&5
5329 cf_cv_ldflags_search_paths_first=no
5330 fi
5331 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5332                                 LDFLAGS=$cf_save_LDFLAGS
5333 fi
5334 echo "$as_me:5334: result: $cf_cv_ldflags_search_paths_first" >&5
5335 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
5336                 if test $cf_cv_ldflags_search_paths_first = yes; then
5337                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
5338                 fi
5339                 ;;
5340         hpux*)
5341                 # (tested with gcc 2.7.2 -- I don't have c89)
5342                 if test "$GCC" = yes; then
5343                         LD_SHARED_OPTS='-Xlinker +b -Xlinker ${libdir}'
5344                 else
5345                         CC_SHARED_OPTS='+Z'
5346                         LD_SHARED_OPTS='-Wl,+b,${libdir}'
5347                 fi
5348                 MK_SHARED_LIB='${LD} +b ${libdir} -b -o $@'
5349                 # HP-UX shared libraries must be executable, and should be
5350                 # readonly to exploit a quirk in the memory manager.
5351                 INSTALL_LIB="-m 555"
5352                 ;;
5353         irix*)
5354                 if test "$cf_cv_ld_rpath" = yes ; then
5355                         if test "$GCC" = yes; then
5356                                 LD_RPATH_OPT="-Wl,-rpath,"
5357                                 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
5358                         else
5359                                 LD_RPATH_OPT="-rpath "
5360                                 EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
5361                         fi
5362                 fi
5363                 # tested with IRIX 5.2 and 'cc'.
5364                 if test "$GCC" != yes; then
5365                         CC_SHARED_OPTS='-KPIC'
5366                         MK_SHARED_LIB='${CC} -shared -rdata_shared -soname `basename $@` -o $@'
5367                 else
5368                         MK_SHARED_LIB='${CC} -shared -Wl,-soname,`basename $@` -o $@'
5369                 fi
5370                 cf_cv_rm_so_locs=yes
5371                 ;;
5372         linux*|gnu*|k*bsd*-gnu)
5373                 if test "$DFT_LWR_MODEL" = "shared" ; then
5374                         LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
5375                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
5376                 fi
5377                 if test "$cf_cv_ld_rpath" = yes ; then
5378                         LD_RPATH_OPT="-Wl,-rpath,"
5379                         EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
5380                 fi
5381
5382         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5383         if test "$cf_cv_shlib_version" = rel; then
5384                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
5385         else
5386                 cf_cv_shared_soname='`basename $@`'
5387         fi
5388
5389                 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $@'
5390                 ;;
5391         openbsd[2-9].*)
5392                 if test "$DFT_LWR_MODEL" = "shared" ; then
5393                         LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
5394                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
5395                 fi
5396                 if test "$cf_cv_ld_rpath" = yes ; then
5397                         LD_RPATH_OPT="-Wl,-rpath,"
5398                         EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
5399                 fi
5400                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
5401
5402         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5403         if test "$cf_cv_shlib_version" = rel; then
5404                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
5405         else
5406                 cf_cv_shared_soname='`basename $@`'
5407         fi
5408
5409                 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-Bshareable,-soname,'$cf_cv_shared_soname',-stats,-lc -o $@'
5410                 ;;
5411         nto-qnx*|openbsd*|freebsd[12].*)
5412                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
5413                 MK_SHARED_LIB='${LD} -Bshareable -o $@'
5414                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5415                 ;;
5416         freebsd*)
5417                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
5418                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
5419                         LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)"
5420                         LOCAL_LDFLAGS2="-rpath \${libdir} $LOCAL_LDFLAGS"
5421                         LD_RPATH_OPT="-rpath "
5422                         EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS"
5423                 fi
5424
5425         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5426         if test "$cf_cv_shlib_version" = rel; then
5427                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
5428         else
5429                 cf_cv_shared_soname='`basename $@`'
5430         fi
5431
5432                 MK_SHARED_LIB='${LD} -shared -Bshareable -soname=`basename $@` -o $@'
5433                 ;;
5434         netbsd*)
5435                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
5436                 test "$cf_cv_ld_rpath" = yes && LD_RPATH_OPT="-Wl,-rpath,"
5437                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then
5438                         LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
5439                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
5440                         EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
5441                         if test "$cf_cv_shlib_version" = auto; then
5442                         if test -f /usr/libexec/ld.elf_so; then
5443                                 cf_cv_shlib_version=abi
5444                         else
5445                                 cf_cv_shlib_version=rel
5446                         fi
5447                         fi
5448
5449         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5450         if test "$cf_cv_shlib_version" = rel; then
5451                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
5452         else
5453                 cf_cv_shared_soname='`basename $@`'
5454         fi
5455
5456                         MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@'
5457                 else
5458                         MK_SHARED_LIB='${LD} -shared -Bshareable -o $@'
5459                 fi
5460                 ;;
5461         osf*|mls+*)
5462                 # tested with OSF/1 V3.2 and 'cc'
5463                 # tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't
5464                 # link with shared libs).
5465                 MK_SHARED_LIB='${LD} -set_version ${REL_VERSION}:${ABI_VERSION} -expect_unresolved "*" -shared -soname `basename $@`'
5466                 case $host_os in
5467                 osf4*)
5468                         MK_SHARED_LIB="${MK_SHARED_LIB} -msym"
5469                         ;;
5470                 esac
5471                 MK_SHARED_LIB="${MK_SHARED_LIB}"' -o $@'
5472                 if test "$DFT_LWR_MODEL" = "shared" ; then
5473                         LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
5474                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
5475                 fi
5476                 if test "$cf_cv_ld_rpath" = yes ; then
5477                         LD_RPATH_OPT="-rpath"
5478                         # EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
5479                 fi
5480                 cf_cv_rm_so_locs=yes
5481                 ;;
5482         sco3.2v5*)  # (also uw2* and UW7) hops 13-Apr-98
5483                 # tested with osr5.0.5
5484                 if test "$GCC" != yes; then
5485                         CC_SHARED_OPTS='-belf -KPIC'
5486                 fi
5487                 MK_SHARED_LIB='${LD} -dy -G -h `basename $@ .${REL_VERSION}`.${ABI_VERSION} -o $@'
5488                 if test "$cf_cv_ld_rpath" = yes ; then
5489                         # only way is to set LD_RUN_PATH but no switch for it
5490                         RUN_PATH=$libdir
5491                 fi
5492                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5493                 LINK_PROGS='LD_RUN_PATH=${libdir}'
5494                 LINK_TESTS='Pwd=`pwd`;LD_RUN_PATH=`dirname $${Pwd}`/lib'
5495                 ;;
5496         sunos4*)
5497                 # tested with SunOS 4.1.1 and gcc 2.7.0
5498                 if test "$GCC" != yes; then
5499                         CC_SHARED_OPTS='-KPIC'
5500                 fi
5501                 MK_SHARED_LIB='${LD} -assert pure-text -o $@'
5502                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5503                 ;;
5504         solaris2*)
5505                 # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
5506                 # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
5507                 if test "$DFT_LWR_MODEL" = "shared" ; then
5508                         LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}"
5509                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
5510                 fi
5511                 if test "$cf_cv_ld_rpath" = yes ; then
5512                         LD_RPATH_OPT="-R"
5513                         EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS"
5514                 fi
5515
5516         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
5517         if test "$cf_cv_shlib_version" = rel; then
5518                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
5519         else
5520                 cf_cv_shared_soname='`basename $@`'
5521         fi
5522
5523                 if test "$GCC" != yes; then
5524                         cf_save_CFLAGS="$CFLAGS"
5525                         for cf_shared_opts in -xcode=pic13 -xcode=pic32 -Kpic -KPIC -O
5526                         do
5527                                 CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
5528                                 cat >conftest.$ac_ext <<_ACEOF
5529 #line 5529 "configure"
5530 #include "confdefs.h"
5531 #include <stdio.h>
5532 int
5533 main ()
5534 {
5535 printf("Hello\n");
5536   ;
5537   return 0;
5538 }
5539 _ACEOF
5540 rm -f conftest.$ac_objext
5541 if { (eval echo "$as_me:5541: \"$ac_compile\"") >&5
5542   (eval $ac_compile) 2>&5
5543   ac_status=$?
5544   echo "$as_me:5544: \$? = $ac_status" >&5
5545   (exit $ac_status); } &&
5546          { ac_try='test -s conftest.$ac_objext'
5547   { (eval echo "$as_me:5547: \"$ac_try\"") >&5
5548   (eval $ac_try) 2>&5
5549   ac_status=$?
5550   echo "$as_me:5550: \$? = $ac_status" >&5
5551   (exit $ac_status); }; }; then
5552   break
5553 else
5554   echo "$as_me: failed program was:" >&5
5555 cat conftest.$ac_ext >&5
5556 fi
5557 rm -f conftest.$ac_objext conftest.$ac_ext
5558                         done
5559                         CFLAGS="$cf_save_CFLAGS"
5560                         CC_SHARED_OPTS=$cf_shared_opts
5561                         MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $@'
5562                 else
5563                         MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@'
5564                 fi
5565                 ;;
5566         sysv5uw7*|unix_sv*)
5567                 # tested with UnixWare 7.1.0 (gcc 2.95.2 and cc)
5568                 if test "$GCC" != yes; then
5569                         CC_SHARED_OPTS='-KPIC'
5570                 fi
5571                 MK_SHARED_LIB='${LD} -d y -G -o $@'
5572                 ;;
5573         *)
5574                 CC_SHARED_OPTS='unknown'
5575                 MK_SHARED_LIB='echo unknown'
5576                 ;;
5577         esac
5578
5579         # This works if the last tokens in $MK_SHARED_LIB are the -o target.
5580         case "$cf_cv_shlib_version" in #(vi
5581         rel|abi)
5582                 case "$MK_SHARED_LIB" in #(vi
5583                 *'-o $@')
5584                         test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
5585                         ;;
5586                 *)
5587                         { echo "$as_me:5587: WARNING: ignored --with-shlib-version" >&5
5588 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
5589                         ;;
5590                 esac
5591                 ;;
5592         esac
5593
5594         if test -n "$LD_RPATH_OPT" ; then
5595                 echo "$as_me:5595: checking if we need a space after rpath option" >&5
5596 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
5597                 cf_save_LIBS="$LIBS"
5598                 LIBS="$LIBS ${LD_RPATH_OPT}$libdir"
5599                 cat >conftest.$ac_ext <<_ACEOF
5600 #line 5600 "configure"
5601 #include "confdefs.h"
5602
5603 int
5604 main ()
5605 {
5606
5607   ;
5608   return 0;
5609 }
5610 _ACEOF
5611 rm -f conftest.$ac_objext conftest$ac_exeext
5612 if { (eval echo "$as_me:5612: \"$ac_link\"") >&5
5613   (eval $ac_link) 2>&5
5614   ac_status=$?
5615   echo "$as_me:5615: \$? = $ac_status" >&5
5616   (exit $ac_status); } &&
5617          { ac_try='test -s conftest$ac_exeext'
5618   { (eval echo "$as_me:5618: \"$ac_try\"") >&5
5619   (eval $ac_try) 2>&5
5620   ac_status=$?
5621   echo "$as_me:5621: \$? = $ac_status" >&5
5622   (exit $ac_status); }; }; then
5623   cf_rpath_space=no
5624 else
5625   echo "$as_me: failed program was:" >&5
5626 cat conftest.$ac_ext >&5
5627 cf_rpath_space=yes
5628 fi
5629 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5630                 LIBS="$cf_save_LIBS"
5631                 echo "$as_me:5631: result: $cf_rpath_space" >&5
5632 echo "${ECHO_T}$cf_rpath_space" >&6
5633                 test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
5634                 MK_SHARED_LIB="$MK_SHARED_LIB $LD_RPATH_OPT\${libdir}"
5635         fi
5636
5637 if test "$CC_SHARED_OPTS" = "unknown"; then
5638         for model in $cf_list_models; do
5639                 if test "$model" = "shared"; then
5640                         { { echo "$as_me:5640: error: Shared libraries are not supported in this version" >&5
5641 echo "$as_me: error: Shared libraries are not supported in this version" >&2;}
5642    { (exit 1); exit 1; }; }
5643                 fi
5644         done
5645 fi
5646
5647 ###############################################################################
5648
5649 ###     use option --disable-overwrite to leave out the link to -lcurses
5650 echo "$as_me:5650: checking if you wish to install ncurses overwriting curses" >&5
5651 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6
5652
5653 # Check whether --enable-overwrite or --disable-overwrite was given.
5654 if test "${enable_overwrite+set}" = set; then
5655   enableval="$enable_overwrite"
5656   with_overwrite=$enableval
5657 else
5658   if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi
5659 fi;
5660 echo "$as_me:5660: result: $with_overwrite" >&5
5661 echo "${ECHO_T}$with_overwrite" >&6
5662
5663 echo "$as_me:5663: checking if external terminfo-database is used" >&5
5664 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
5665
5666 # Check whether --enable-database or --disable-database was given.
5667 if test "${enable_database+set}" = set; then
5668   enableval="$enable_database"
5669   use_database=$enableval
5670 else
5671   use_database=yes
5672 fi;
5673 echo "$as_me:5673: result: $use_database" >&5
5674 echo "${ECHO_T}$use_database" >&6
5675
5676 case $host_os in #(vi
5677 os2*) #(vi
5678         TERMINFO_SRC='${top_srcdir}/misc/emx.src'
5679         ;;
5680 *) #(vi
5681         TERMINFO_SRC='${top_srcdir}/misc/terminfo.src'
5682         ;;
5683 esac
5684
5685         case $cf_cv_system_name in
5686         os2*)   PATH_SEPARATOR=';'  ;;
5687         *)      PATH_SEPARATOR=':'  ;;
5688         esac
5689
5690 if test "$use_database" != no ; then
5691         cat >>confdefs.h <<\EOF
5692 #define USE_DATABASE 1
5693 EOF
5694
5695         echo "$as_me:5695: checking which terminfo source-file will be installed" >&5
5696 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6
5697
5698 # Check whether --with-database or --without-database was given.
5699 if test "${with_database+set}" = set; then
5700   withval="$with_database"
5701   TERMINFO_SRC=$withval
5702 fi;
5703         echo "$as_me:5703: result: $TERMINFO_SRC" >&5
5704 echo "${ECHO_T}$TERMINFO_SRC" >&6
5705
5706         echo "$as_me:5706: checking whether to use hashed database instead of directory/tree" >&5
5707 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
5708
5709 # Check whether --with-hashed-db or --without-hashed-db was given.
5710 if test "${with_hashed_db+set}" = set; then
5711   withval="$with_hashed_db"
5712
5713 else
5714   with_hashed_db=no
5715 fi;
5716         echo "$as_me:5716: result: $with_hashed_db" >&5
5717 echo "${ECHO_T}$with_hashed_db" >&6
5718 else
5719         with_hashed_db=no
5720 fi
5721
5722 echo "$as_me:5722: checking for list of fallback descriptions" >&5
5723 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6
5724
5725 # Check whether --with-fallbacks or --without-fallbacks was given.
5726 if test "${with_fallbacks+set}" = set; then
5727   withval="$with_fallbacks"
5728   with_fallback=$withval
5729 else
5730   with_fallback=
5731 fi;
5732 echo "$as_me:5732: result: $with_fallback" >&5
5733 echo "${ECHO_T}$with_fallback" >&6
5734 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'`
5735
5736 echo "$as_me:5736: checking if you want modern xterm or antique" >&5
5737 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6
5738
5739 # Check whether --with-xterm-new or --without-xterm-new was given.
5740 if test "${with_xterm_new+set}" = set; then
5741   withval="$with_xterm_new"
5742   with_xterm_new=$withval
5743 else
5744   with_xterm_new=yes
5745 fi;
5746 case $with_xterm_new in
5747 no)     with_xterm_new=xterm-old;;
5748 *)      with_xterm_new=xterm-new;;
5749 esac
5750 echo "$as_me:5750: result: $with_xterm_new" >&5
5751 echo "${ECHO_T}$with_xterm_new" >&6
5752 WHICH_XTERM=$with_xterm_new
5753
5754 MAKE_TERMINFO=
5755 if test "$use_database" = no ; then
5756         TERMINFO="${datadir}/terminfo"
5757         MAKE_TERMINFO="#"
5758 else
5759
5760 echo "$as_me:5760: checking for list of terminfo directories" >&5
5761 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6
5762
5763 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given.
5764 if test "${with_terminfo_dirs+set}" = set; then
5765   withval="$with_terminfo_dirs"
5766
5767 else
5768   withval=${TERMINFO_DIRS-${datadir}/terminfo}
5769 fi;
5770 IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${PATH_SEPARATOR}"
5771 cf_dst_path=
5772 for cf_src_path in $withval
5773 do
5774
5775 if test "x$prefix" != xNONE; then
5776   cf_path_syntax="$prefix"
5777 else
5778   cf_path_syntax="$ac_default_prefix"
5779 fi
5780
5781 case ".$cf_src_path" in #(vi
5782 .\$\(*\)*|.\'*\'*) #(vi
5783   ;;
5784 ..|./*|.\\*) #(vi
5785   ;;
5786 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
5787   ;;
5788 .\${*prefix}*) #(vi
5789   eval cf_src_path="$cf_src_path"
5790   case ".$cf_src_path" in #(vi
5791   .NONE/*)
5792     cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
5793     ;;
5794   esac
5795   ;; #(vi
5796 .no|.NONE/*)
5797   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
5798   ;;
5799 *)
5800   { { echo "$as_me:5800: error: expected a pathname, not \"$cf_src_path\"" >&5
5801 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
5802    { (exit 1); exit 1; }; }
5803   ;;
5804 esac
5805
5806   test -n "$cf_dst_path" && cf_dst_path="${cf_dst_path}:"
5807   cf_dst_path="${cf_dst_path}${cf_src_path}"
5808 done
5809 IFS="$ac_save_ifs"
5810
5811 eval 'TERMINFO_DIRS="$cf_dst_path"'
5812
5813 echo "$as_me:5813: result: $TERMINFO_DIRS" >&5
5814 echo "${ECHO_T}$TERMINFO_DIRS" >&6
5815 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF
5816 #define TERMINFO_DIRS "$TERMINFO_DIRS"
5817 EOF
5818
5819 echo "$as_me:5819: checking for default terminfo directory" >&5
5820 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6
5821
5822 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given.
5823 if test "${with_default_terminfo_dir+set}" = set; then
5824   withval="$with_default_terminfo_dir"
5825
5826 else
5827   withval="${TERMINFO-${datadir}/terminfo}"
5828 fi; if test -n "${datadir}/terminfo" ; then
5829
5830 if test "x$prefix" != xNONE; then
5831   cf_path_syntax="$prefix"
5832 else
5833   cf_path_syntax="$ac_default_prefix"
5834 fi
5835
5836 case ".$withval" in #(vi
5837 .\$\(*\)*|.\'*\'*) #(vi
5838   ;;
5839 ..|./*|.\\*) #(vi
5840   ;;
5841 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
5842   ;;
5843 .\${*prefix}*) #(vi
5844   eval withval="$withval"
5845   case ".$withval" in #(vi
5846   .NONE/*)
5847     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
5848     ;;
5849   esac
5850   ;; #(vi
5851 .no|.NONE/*)
5852   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
5853   ;;
5854 *)
5855   { { echo "$as_me:5855: error: expected a pathname, not \"$withval\"" >&5
5856 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
5857    { (exit 1); exit 1; }; }
5858   ;;
5859 esac
5860
5861 fi
5862 TERMINFO="$withval"
5863
5864 echo "$as_me:5864: result: $TERMINFO" >&5
5865 echo "${ECHO_T}$TERMINFO" >&6
5866 cat >>confdefs.h <<EOF
5867 #define TERMINFO "$TERMINFO"
5868 EOF
5869
5870 fi
5871
5872 ###     use option --disable-big-core to make tic run on small machines
5873 ###     We need 4Mb, check if we can allocate 50% more than that.
5874 echo "$as_me:5874: checking if big-core option selected" >&5
5875 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6
5876
5877 # Check whether --enable-big-core or --disable-big-core was given.
5878 if test "${enable_big_core+set}" = set; then
5879   enableval="$enable_big_core"
5880   with_big_core=$enableval
5881 else
5882   if test "$cross_compiling" = yes; then
5883   with_big_core=no
5884 else
5885   cat >conftest.$ac_ext <<_ACEOF
5886 #line 5886 "configure"
5887 #include "confdefs.h"
5888
5889 #include <stdlib.h>
5890 #include <string.h>
5891 int main() {
5892         unsigned long n = 6000000L;
5893         char *s = malloc(n);
5894         if (s != 0)
5895                 s[0] = s[n-1] = 0;
5896         ${cf_cv_main_return:-return}(s == 0);
5897 }
5898 _ACEOF
5899 rm -f conftest$ac_exeext
5900 if { (eval echo "$as_me:5900: \"$ac_link\"") >&5
5901   (eval $ac_link) 2>&5
5902   ac_status=$?
5903   echo "$as_me:5903: \$? = $ac_status" >&5
5904   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5905   { (eval echo "$as_me:5905: \"$ac_try\"") >&5
5906   (eval $ac_try) 2>&5
5907   ac_status=$?
5908   echo "$as_me:5908: \$? = $ac_status" >&5
5909   (exit $ac_status); }; }; then
5910   with_big_core=yes
5911 else
5912   echo "$as_me: program exited with status $ac_status" >&5
5913 echo "$as_me: failed program was:" >&5
5914 cat conftest.$ac_ext >&5
5915 with_big_core=no
5916 fi
5917 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5918 fi
5919 fi;
5920 echo "$as_me:5920: result: $with_big_core" >&5
5921 echo "${ECHO_T}$with_big_core" >&6
5922 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF
5923 #define HAVE_BIG_CORE 1
5924 EOF
5925
5926 ### ISO C only guarantees 512-char strings, we have tables which load faster
5927 ### when constructed using "big" strings.  More than the C compiler, the awk
5928 ### program is a limit on most vendor UNIX systems.  Check that we can build.
5929 echo "$as_me:5929: checking if big-strings option selected" >&5
5930 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6
5931
5932 # Check whether --enable-big-strings or --disable-big-strings was given.
5933 if test "${enable_big_strings+set}" = set; then
5934   enableval="$enable_big_strings"
5935   with_big_strings=$enableval
5936 else
5937
5938         case x$AWK in #(vi
5939         x)
5940                 eval with_big_strings=no
5941                 ;;
5942         *) #(vi
5943                 if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \
5944                         | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
5945                         eval with_big_strings=yes
5946                 else
5947                         eval with_big_strings=no
5948                 fi
5949                 ;;
5950         esac
5951
5952 fi;
5953 echo "$as_me:5953: result: $with_big_strings" >&5
5954 echo "${ECHO_T}$with_big_strings" >&6
5955
5956 USE_BIG_STRINGS=0
5957 test "$with_big_strings" = "yes" && USE_BIG_STRINGS=1
5958
5959 ###     use option --enable-termcap to compile in the termcap fallback support
5960 echo "$as_me:5960: checking if you want termcap-fallback support" >&5
5961 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6
5962
5963 # Check whether --enable-termcap or --disable-termcap was given.
5964 if test "${enable_termcap+set}" = set; then
5965   enableval="$enable_termcap"
5966   with_termcap=$enableval
5967 else
5968   with_termcap=no
5969 fi;
5970 echo "$as_me:5970: result: $with_termcap" >&5
5971 echo "${ECHO_T}$with_termcap" >&6
5972
5973 if test "$with_termcap" != "yes" ; then
5974         if test "$use_database" = no ; then
5975                 if test -z "$with_fallback" ; then
5976                         { { echo "$as_me:5976: error: You have disabled the database w/o specifying fallbacks" >&5
5977 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;}
5978    { (exit 1); exit 1; }; }
5979                 fi
5980         fi
5981         cat >>confdefs.h <<\EOF
5982 #define PURE_TERMINFO 1
5983 EOF
5984
5985 else
5986
5987 if test "$with_ticlib" != no ; then
5988         { { echo "$as_me:5988: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
5989 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
5990    { (exit 1); exit 1; }; }
5991 fi
5992
5993 cat >>confdefs.h <<\EOF
5994 #define USE_TERMCAP 1
5995 EOF
5996
5997 echo "$as_me:5997: checking for list of termcap files" >&5
5998 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6
5999
6000 # Check whether --with-termpath or --without-termpath was given.
6001 if test "${with_termpath+set}" = set; then
6002   withval="$with_termpath"
6003
6004 else
6005   withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap}
6006 fi;
6007 IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${PATH_SEPARATOR}"
6008 cf_dst_path=
6009 for cf_src_path in $withval
6010 do
6011
6012 if test "x$prefix" != xNONE; then
6013   cf_path_syntax="$prefix"
6014 else
6015   cf_path_syntax="$ac_default_prefix"
6016 fi
6017
6018 case ".$cf_src_path" in #(vi
6019 .\$\(*\)*|.\'*\'*) #(vi
6020   ;;
6021 ..|./*|.\\*) #(vi
6022   ;;
6023 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
6024   ;;
6025 .\${*prefix}*) #(vi
6026   eval cf_src_path="$cf_src_path"
6027   case ".$cf_src_path" in #(vi
6028   .NONE/*)
6029     cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
6030     ;;
6031   esac
6032   ;; #(vi
6033 .no|.NONE/*)
6034   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
6035   ;;
6036 *)
6037   { { echo "$as_me:6037: error: expected a pathname, not \"$cf_src_path\"" >&5
6038 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
6039    { (exit 1); exit 1; }; }
6040   ;;
6041 esac
6042
6043   test -n "$cf_dst_path" && cf_dst_path="${cf_dst_path}:"
6044   cf_dst_path="${cf_dst_path}${cf_src_path}"
6045 done
6046 IFS="$ac_save_ifs"
6047
6048 eval 'TERMPATH="$cf_dst_path"'
6049
6050 echo "$as_me:6050: result: $TERMPATH" >&5
6051 echo "${ECHO_T}$TERMPATH" >&6
6052 test -n "$TERMPATH" && cat >>confdefs.h <<EOF
6053 #define TERMPATH "$TERMPATH"
6054 EOF
6055
6056 ###     use option --enable-getcap to use a hacked getcap for reading termcaps
6057 echo "$as_me:6057: checking if fast termcap-loader is needed" >&5
6058 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6
6059
6060 # Check whether --enable-getcap or --disable-getcap was given.
6061 if test "${enable_getcap+set}" = set; then
6062   enableval="$enable_getcap"
6063   with_getcap=$enableval
6064 else
6065   with_getcap=no
6066 fi;
6067 echo "$as_me:6067: result: $with_getcap" >&5
6068 echo "${ECHO_T}$with_getcap" >&6
6069 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF
6070 #define USE_GETCAP 1
6071 EOF
6072
6073 echo "$as_me:6073: checking if translated termcaps will be cached in ~/.terminfo" >&5
6074 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
6075
6076 # Check whether --enable-getcap-cache or --disable-getcap-cache was given.
6077 if test "${enable_getcap_cache+set}" = set; then
6078   enableval="$enable_getcap_cache"
6079   with_getcap_cache=$enableval
6080 else
6081   with_getcap_cache=no
6082 fi;
6083 echo "$as_me:6083: result: $with_getcap_cache" >&5
6084 echo "${ECHO_T}$with_getcap_cache" >&6
6085 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF
6086 #define USE_GETCAP_CACHE 1
6087 EOF
6088
6089 fi
6090
6091 ###   Use option --disable-home-terminfo to completely remove ~/.terminfo
6092 echo "$as_me:6092: checking if ~/.terminfo is wanted" >&5
6093 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6
6094
6095 # Check whether --enable-home-terminfo or --disable-home-terminfo was given.
6096 if test "${enable_home_terminfo+set}" = set; then
6097   enableval="$enable_home_terminfo"
6098   with_home_terminfo=$enableval
6099 else
6100   with_home_terminfo=yes
6101 fi;
6102 echo "$as_me:6102: result: $with_home_terminfo" >&5
6103 echo "${ECHO_T}$with_home_terminfo" >&6
6104 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF
6105 #define USE_HOME_TERMINFO 1
6106 EOF
6107
6108 echo "$as_me:6108: checking if you want to use restricted environment when running as root" >&5
6109 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6
6110
6111 # Check whether --enable-root-environ or --disable-root-environ was given.
6112 if test "${enable_root_environ+set}" = set; then
6113   enableval="$enable_root_environ"
6114   with_root_environ=$enableval
6115 else
6116   with_root_environ=yes
6117 fi;
6118 echo "$as_me:6118: result: $with_root_environ" >&5
6119 echo "${ECHO_T}$with_root_environ" >&6
6120 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF
6121 #define USE_ROOT_ENVIRON 1
6122 EOF
6123
6124 ###   Use option --enable-symlinks to make tic use symlinks, not hard links
6125 ###   to reduce storage requirements for the terminfo database.
6126
6127 for ac_func in \
6128         remove \
6129         unlink
6130 do
6131 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6132 echo "$as_me:6132: checking for $ac_func" >&5
6133 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6134 if eval "test \"\${$as_ac_var+set}\" = set"; then
6135   echo $ECHO_N "(cached) $ECHO_C" >&6
6136 else
6137   cat >conftest.$ac_ext <<_ACEOF
6138 #line 6138 "configure"
6139 #include "confdefs.h"
6140 /* System header to define __stub macros and hopefully few prototypes,
6141     which can conflict with char $ac_func (); below.  */
6142 #include <assert.h>
6143 /* Override any gcc2 internal prototype to avoid an error.  */
6144 #ifdef __cplusplus
6145 extern "C"
6146 #endif
6147 /* We use char because int might match the return type of a gcc2
6148    builtin and then its argument prototype would still apply.  */
6149 char $ac_func ();
6150 char (*f) ();
6151
6152 int
6153 main ()
6154 {
6155 /* The GNU C library defines this for functions which it implements
6156     to always fail with ENOSYS.  Some functions are actually named
6157     something starting with __ and the normal name is an alias.  */
6158 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6159 choke me
6160 #else
6161 f = $ac_func;
6162 #endif
6163
6164   ;
6165   return 0;
6166 }
6167 _ACEOF
6168 rm -f conftest.$ac_objext conftest$ac_exeext
6169 if { (eval echo "$as_me:6169: \"$ac_link\"") >&5
6170   (eval $ac_link) 2>&5
6171   ac_status=$?
6172   echo "$as_me:6172: \$? = $ac_status" >&5
6173   (exit $ac_status); } &&
6174          { ac_try='test -s conftest$ac_exeext'
6175   { (eval echo "$as_me:6175: \"$ac_try\"") >&5
6176   (eval $ac_try) 2>&5
6177   ac_status=$?
6178   echo "$as_me:6178: \$? = $ac_status" >&5
6179   (exit $ac_status); }; }; then
6180   eval "$as_ac_var=yes"
6181 else
6182   echo "$as_me: failed program was:" >&5
6183 cat conftest.$ac_ext >&5
6184 eval "$as_ac_var=no"
6185 fi
6186 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6187 fi
6188 echo "$as_me:6188: result: `eval echo '${'$as_ac_var'}'`" >&5
6189 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6190 if test `eval echo '${'$as_ac_var'}'` = yes; then
6191   cat >>confdefs.h <<EOF
6192 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6193 EOF
6194
6195 fi
6196 done
6197
6198 if test "$cross_compiling" = yes ; then
6199
6200 for ac_func in \
6201                 link \
6202                 symlink
6203 do
6204 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6205 echo "$as_me:6205: checking for $ac_func" >&5
6206 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6207 if eval "test \"\${$as_ac_var+set}\" = set"; then
6208   echo $ECHO_N "(cached) $ECHO_C" >&6
6209 else
6210   cat >conftest.$ac_ext <<_ACEOF
6211 #line 6211 "configure"
6212 #include "confdefs.h"
6213 /* System header to define __stub macros and hopefully few prototypes,
6214     which can conflict with char $ac_func (); below.  */
6215 #include <assert.h>
6216 /* Override any gcc2 internal prototype to avoid an error.  */
6217 #ifdef __cplusplus
6218 extern "C"
6219 #endif
6220 /* We use char because int might match the return type of a gcc2
6221    builtin and then its argument prototype would still apply.  */
6222 char $ac_func ();
6223 char (*f) ();
6224
6225 int
6226 main ()
6227 {
6228 /* The GNU C library defines this for functions which it implements
6229     to always fail with ENOSYS.  Some functions are actually named
6230     something starting with __ and the normal name is an alias.  */
6231 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6232 choke me
6233 #else
6234 f = $ac_func;
6235 #endif
6236
6237   ;
6238   return 0;
6239 }
6240 _ACEOF
6241 rm -f conftest.$ac_objext conftest$ac_exeext
6242 if { (eval echo "$as_me:6242: \"$ac_link\"") >&5
6243   (eval $ac_link) 2>&5
6244   ac_status=$?
6245   echo "$as_me:6245: \$? = $ac_status" >&5
6246   (exit $ac_status); } &&
6247          { ac_try='test -s conftest$ac_exeext'
6248   { (eval echo "$as_me:6248: \"$ac_try\"") >&5
6249   (eval $ac_try) 2>&5
6250   ac_status=$?
6251   echo "$as_me:6251: \$? = $ac_status" >&5
6252   (exit $ac_status); }; }; then
6253   eval "$as_ac_var=yes"
6254 else
6255   echo "$as_me: failed program was:" >&5
6256 cat conftest.$ac_ext >&5
6257 eval "$as_ac_var=no"
6258 fi
6259 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6260 fi
6261 echo "$as_me:6261: result: `eval echo '${'$as_ac_var'}'`" >&5
6262 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6263 if test `eval echo '${'$as_ac_var'}'` = yes; then
6264   cat >>confdefs.h <<EOF
6265 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6266 EOF
6267
6268 fi
6269 done
6270
6271 else
6272         echo "$as_me:6272: checking if link/symlink functions work" >&5
6273 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6
6274 if test "${cf_cv_link_funcs+set}" = set; then
6275   echo $ECHO_N "(cached) $ECHO_C" >&6
6276 else
6277
6278                 cf_cv_link_funcs=
6279                 for cf_func in link symlink ; do
6280                         if test "$cross_compiling" = yes; then
6281
6282                         eval 'ac_cv_func_'$cf_func'=error'
6283 else
6284   cat >conftest.$ac_ext <<_ACEOF
6285 #line 6285 "configure"
6286 #include "confdefs.h"
6287
6288 #include <sys/types.h>
6289 #include <sys/stat.h>
6290 #ifdef HAVE_UNISTD_H
6291 #include <unistd.h>
6292 #endif
6293 int main()
6294 {
6295         int fail = 0;
6296         char *src = "config.log";
6297         char *dst = "conftest.chk";
6298         struct stat src_sb;
6299         struct stat dst_sb;
6300
6301         stat(src, &src_sb);
6302         fail = ($cf_func("config.log", "conftest.chk") < 0)
6303             || (stat(dst, &dst_sb) < 0)
6304             || (dst_sb.st_mtime != src_sb.st_mtime);
6305 #ifdef HAVE_UNLINK
6306         unlink(dst);
6307 #else
6308         remove(dst);
6309 #endif
6310         ${cf_cv_main_return:-return} (fail);
6311 }
6312
6313 _ACEOF
6314 rm -f conftest$ac_exeext
6315 if { (eval echo "$as_me:6315: \"$ac_link\"") >&5
6316   (eval $ac_link) 2>&5
6317   ac_status=$?
6318   echo "$as_me:6318: \$? = $ac_status" >&5
6319   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6320   { (eval echo "$as_me:6320: \"$ac_try\"") >&5
6321   (eval $ac_try) 2>&5
6322   ac_status=$?
6323   echo "$as_me:6323: \$? = $ac_status" >&5
6324   (exit $ac_status); }; }; then
6325
6326                         cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
6327                         eval 'ac_cv_func_'$cf_func'=yes'
6328 else
6329   echo "$as_me: program exited with status $ac_status" >&5
6330 echo "$as_me: failed program was:" >&5
6331 cat conftest.$ac_ext >&5
6332
6333                         eval 'ac_cv_func_'$cf_func'=no'
6334 fi
6335 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6336 fi
6337                 done
6338                 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
6339
6340 fi
6341 echo "$as_me:6341: result: $cf_cv_link_funcs" >&5
6342 echo "${ECHO_T}$cf_cv_link_funcs" >&6
6343         test "$ac_cv_func_link"    = yes && cat >>confdefs.h <<\EOF
6344 #define HAVE_LINK 1
6345 EOF
6346
6347         test "$ac_cv_func_symlink" = yes && cat >>confdefs.h <<\EOF
6348 #define HAVE_SYMLINK 1
6349 EOF
6350
6351 fi
6352
6353 with_links=no
6354 with_symlinks=no
6355
6356 # soft links (symbolic links) are useful for some systems where hard links do
6357 # not work, or to make it simpler to copy terminfo trees around.
6358 if test "$ac_cv_func_symlink" = yes ; then
6359     echo "$as_me:6359: checking if tic should use symbolic links" >&5
6360 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6
6361
6362 # Check whether --enable-symlinks or --disable-symlinks was given.
6363 if test "${enable_symlinks+set}" = set; then
6364   enableval="$enable_symlinks"
6365   with_symlinks=$enableval
6366 else
6367   with_symlinks=no
6368 fi;
6369     echo "$as_me:6369: result: $with_symlinks" >&5
6370 echo "${ECHO_T}$with_symlinks" >&6
6371 fi
6372
6373 # If we have hard links and did not choose to use soft links instead, there is
6374 # no reason to make this choice optional - use the hard links.
6375 if test "$with_symlinks" = no ; then
6376     echo "$as_me:6376: checking if tic should use hard links" >&5
6377 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6
6378     if test "$ac_cv_func_link" = yes ; then
6379         with_links=yes
6380     else
6381         with_links=no
6382     fi
6383     echo "$as_me:6383: result: $with_links" >&5
6384 echo "${ECHO_T}$with_links" >&6
6385 fi
6386
6387 test "$with_links" = yes && cat >>confdefs.h <<\EOF
6388 #define USE_LINKS 1
6389 EOF
6390
6391 test "$with_symlinks" = yes && cat >>confdefs.h <<\EOF
6392 #define USE_SYMLINKS 1
6393 EOF
6394
6395 ###   use option --enable-broken-linker to force on use of broken-linker support
6396 echo "$as_me:6396: checking if you want broken-linker support code" >&5
6397 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
6398
6399 # Check whether --enable-broken_linker or --disable-broken_linker was given.
6400 if test "${enable_broken_linker+set}" = set; then
6401   enableval="$enable_broken_linker"
6402   with_broken_linker=$enableval
6403 else
6404   with_broken_linker=${BROKEN_LINKER-no}
6405 fi;
6406 echo "$as_me:6406: result: $with_broken_linker" >&5
6407 echo "${ECHO_T}$with_broken_linker" >&6
6408
6409 BROKEN_LINKER=0
6410 if test "$with_broken_linker" = yes ; then
6411         cat >>confdefs.h <<\EOF
6412 #define BROKEN_LINKER 1
6413 EOF
6414
6415         BROKEN_LINKER=1
6416 elif test "$DFT_LWR_MODEL" = shared ; then
6417         case $cf_cv_system_name in #(vi
6418         cygwin*)
6419                 cat >>confdefs.h <<\EOF
6420 #define BROKEN_LINKER 1
6421 EOF
6422
6423                 BROKEN_LINKER=1
6424                 test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
6425
6426 echo "${as_me-configure}:6426: testing cygwin linker is broken anyway ..." 1>&5
6427
6428                 ;;
6429         esac
6430 fi
6431
6432 ###   use option --enable-bsdpad to have tputs process BSD-style prefix padding
6433 echo "$as_me:6433: checking if tputs should process BSD-style prefix padding" >&5
6434 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
6435
6436 # Check whether --enable-bsdpad or --disable-bsdpad was given.
6437 if test "${enable_bsdpad+set}" = set; then
6438   enableval="$enable_bsdpad"
6439   with_bsdpad=$enableval
6440 else
6441   with_bsdpad=no
6442 fi;
6443 echo "$as_me:6443: result: $with_bsdpad" >&5
6444 echo "${ECHO_T}$with_bsdpad" >&6
6445 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF
6446 #define BSD_TPUTS 1
6447 EOF
6448
6449 ###   use option --enable-widec to turn on use of wide-character support
6450 NCURSES_CH_T=chtype
6451 NCURSES_LIBUTF8=0
6452
6453 NEED_WCHAR_H=0
6454 NCURSES_MBSTATE_T=0
6455 NCURSES_WCHAR_T=0
6456 NCURSES_WINT_T=0
6457
6458 # Check to define _XOPEN_SOURCE "automatically"
6459
6460 echo "$as_me:6460: checking if $CC -U and -D options work together" >&5
6461 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6
6462 if test "${cf_cv_cc_u_d_options+set}" = set; then
6463   echo $ECHO_N "(cached) $ECHO_C" >&6
6464 else
6465
6466         cf_save_CPPFLAGS="$CPPFLAGS"
6467         CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS"
6468         cat >conftest.$ac_ext <<_ACEOF
6469 #line 6469 "configure"
6470 #include "confdefs.h"
6471
6472 int
6473 main ()
6474 {
6475
6476 #ifndef U_D_OPTIONS
6477 make an undefined-error
6478 #endif
6479 #ifdef  D_U_OPTIONS
6480 make a defined-error
6481 #endif
6482
6483   ;
6484   return 0;
6485 }
6486 _ACEOF
6487 rm -f conftest.$ac_objext
6488 if { (eval echo "$as_me:6488: \"$ac_compile\"") >&5
6489   (eval $ac_compile) 2>&5
6490   ac_status=$?
6491   echo "$as_me:6491: \$? = $ac_status" >&5
6492   (exit $ac_status); } &&
6493          { ac_try='test -s conftest.$ac_objext'
6494   { (eval echo "$as_me:6494: \"$ac_try\"") >&5
6495   (eval $ac_try) 2>&5
6496   ac_status=$?
6497   echo "$as_me:6497: \$? = $ac_status" >&5
6498   (exit $ac_status); }; }; then
6499
6500         cf_cv_cc_u_d_options=yes
6501 else
6502   echo "$as_me: failed program was:" >&5
6503 cat conftest.$ac_ext >&5
6504
6505         cf_cv_cc_u_d_options=no
6506 fi
6507 rm -f conftest.$ac_objext conftest.$ac_ext
6508         CPPFLAGS="$cf_save_CPPFLAGS"
6509
6510 fi
6511 echo "$as_me:6511: result: $cf_cv_cc_u_d_options" >&5
6512 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6
6513
6514 cf_XOPEN_SOURCE=500
6515 cf_POSIX_C_SOURCE=199506L
6516
6517 case $host_os in #(vi
6518 aix[456]*) #(vi
6519         CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
6520         ;;
6521 freebsd*|dragonfly*) #(vi
6522         # 5.x headers associate
6523         #       _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
6524         #       _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
6525         cf_POSIX_C_SOURCE=200112L
6526         cf_XOPEN_SOURCE=600
6527         CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
6528         ;;
6529 hpux11*) #(vi
6530         CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
6531         ;;
6532 hpux*) #(vi
6533         CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
6534         ;;
6535 irix[56].*) #(vi
6536         CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
6537         ;;
6538 linux*|gnu*|mint*|k*bsd*-gnu) #(vi
6539
6540 echo "$as_me:6540: checking if we must define _GNU_SOURCE" >&5
6541 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
6542 if test "${cf_cv_gnu_source+set}" = set; then
6543   echo $ECHO_N "(cached) $ECHO_C" >&6
6544 else
6545
6546 cat >conftest.$ac_ext <<_ACEOF
6547 #line 6547 "configure"
6548 #include "confdefs.h"
6549 #include <sys/types.h>
6550 int
6551 main ()
6552 {
6553
6554 #ifndef _XOPEN_SOURCE
6555 make an error
6556 #endif
6557   ;
6558   return 0;
6559 }
6560 _ACEOF
6561 rm -f conftest.$ac_objext
6562 if { (eval echo "$as_me:6562: \"$ac_compile\"") >&5
6563   (eval $ac_compile) 2>&5
6564   ac_status=$?
6565   echo "$as_me:6565: \$? = $ac_status" >&5
6566   (exit $ac_status); } &&
6567          { ac_try='test -s conftest.$ac_objext'
6568   { (eval echo "$as_me:6568: \"$ac_try\"") >&5
6569   (eval $ac_try) 2>&5
6570   ac_status=$?
6571   echo "$as_me:6571: \$? = $ac_status" >&5
6572   (exit $ac_status); }; }; then
6573   cf_cv_gnu_source=no
6574 else
6575   echo "$as_me: failed program was:" >&5
6576 cat conftest.$ac_ext >&5
6577 cf_save="$CPPFLAGS"
6578          CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
6579          cat >conftest.$ac_ext <<_ACEOF
6580 #line 6580 "configure"
6581 #include "confdefs.h"
6582 #include <sys/types.h>
6583 int
6584 main ()
6585 {
6586
6587 #ifdef _XOPEN_SOURCE
6588 make an error
6589 #endif
6590   ;
6591   return 0;
6592 }
6593 _ACEOF
6594 rm -f conftest.$ac_objext
6595 if { (eval echo "$as_me:6595: \"$ac_compile\"") >&5
6596   (eval $ac_compile) 2>&5
6597   ac_status=$?
6598   echo "$as_me:6598: \$? = $ac_status" >&5
6599   (exit $ac_status); } &&
6600          { ac_try='test -s conftest.$ac_objext'
6601   { (eval echo "$as_me:6601: \"$ac_try\"") >&5
6602   (eval $ac_try) 2>&5
6603   ac_status=$?
6604   echo "$as_me:6604: \$? = $ac_status" >&5
6605   (exit $ac_status); }; }; then
6606   cf_cv_gnu_source=no
6607 else
6608   echo "$as_me: failed program was:" >&5
6609 cat conftest.$ac_ext >&5
6610 cf_cv_gnu_source=yes
6611 fi
6612 rm -f conftest.$ac_objext conftest.$ac_ext
6613         CPPFLAGS="$cf_save"
6614
6615 fi
6616 rm -f conftest.$ac_objext conftest.$ac_ext
6617
6618 fi
6619 echo "$as_me:6619: result: $cf_cv_gnu_source" >&5
6620 echo "${ECHO_T}$cf_cv_gnu_source" >&6
6621 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
6622
6623         ;;
6624 mirbsd*) #(vi
6625         # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <arpa/inet.h>
6626         ;;
6627 netbsd*) #(vi
6628         # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
6629         ;;
6630 openbsd*) #(vi
6631         # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
6632         ;;
6633 osf[45]*) #(vi
6634         CPPFLAGS="$CPPFLAGS -D_OSF_SOURCE"
6635         ;;
6636 nto-qnx*) #(vi
6637         CPPFLAGS="$CPPFLAGS -D_QNX_SOURCE"
6638         ;;
6639 sco*) #(vi
6640         # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
6641         ;;
6642 solaris*) #(vi
6643         CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
6644         ;;
6645 *)
6646         echo "$as_me:6646: checking if we should define _XOPEN_SOURCE" >&5
6647 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
6648 if test "${cf_cv_xopen_source+set}" = set; then
6649   echo $ECHO_N "(cached) $ECHO_C" >&6
6650 else
6651
6652         cat >conftest.$ac_ext <<_ACEOF
6653 #line 6653 "configure"
6654 #include "confdefs.h"
6655 #include <sys/types.h>
6656 int
6657 main ()
6658 {
6659
6660 #ifndef _XOPEN_SOURCE
6661 make an error
6662 #endif
6663   ;
6664   return 0;
6665 }
6666 _ACEOF
6667 rm -f conftest.$ac_objext
6668 if { (eval echo "$as_me:6668: \"$ac_compile\"") >&5
6669   (eval $ac_compile) 2>&5
6670   ac_status=$?
6671   echo "$as_me:6671: \$? = $ac_status" >&5
6672   (exit $ac_status); } &&
6673          { ac_try='test -s conftest.$ac_objext'
6674   { (eval echo "$as_me:6674: \"$ac_try\"") >&5
6675   (eval $ac_try) 2>&5
6676   ac_status=$?
6677   echo "$as_me:6677: \$? = $ac_status" >&5
6678   (exit $ac_status); }; }; then
6679   cf_cv_xopen_source=no
6680 else
6681   echo "$as_me: failed program was:" >&5
6682 cat conftest.$ac_ext >&5
6683 cf_save="$CPPFLAGS"
6684          CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
6685          cat >conftest.$ac_ext <<_ACEOF
6686 #line 6686 "configure"
6687 #include "confdefs.h"
6688 #include <sys/types.h>
6689 int
6690 main ()
6691 {
6692
6693 #ifdef _XOPEN_SOURCE
6694 make an error
6695 #endif
6696   ;
6697   return 0;
6698 }
6699 _ACEOF
6700 rm -f conftest.$ac_objext
6701 if { (eval echo "$as_me:6701: \"$ac_compile\"") >&5
6702   (eval $ac_compile) 2>&5
6703   ac_status=$?
6704   echo "$as_me:6704: \$? = $ac_status" >&5
6705   (exit $ac_status); } &&
6706          { ac_try='test -s conftest.$ac_objext'
6707   { (eval echo "$as_me:6707: \"$ac_try\"") >&5
6708   (eval $ac_try) 2>&5
6709   ac_status=$?
6710   echo "$as_me:6710: \$? = $ac_status" >&5
6711   (exit $ac_status); }; }; then
6712   cf_cv_xopen_source=no
6713 else
6714   echo "$as_me: failed program was:" >&5
6715 cat conftest.$ac_ext >&5
6716 cf_cv_xopen_source=$cf_XOPEN_SOURCE
6717 fi
6718 rm -f conftest.$ac_objext conftest.$ac_ext
6719         CPPFLAGS="$cf_save"
6720
6721 fi
6722 rm -f conftest.$ac_objext conftest.$ac_ext
6723
6724 fi
6725 echo "$as_me:6725: result: $cf_cv_xopen_source" >&5
6726 echo "${ECHO_T}$cf_cv_xopen_source" >&6
6727         if test "$cf_cv_xopen_source" != no ; then
6728
6729 # remove _XOPEN_SOURCE symbol from $CFLAGS
6730 CFLAGS=`echo "$CFLAGS" | \
6731         sed     -e 's/-[UD]_XOPEN_SOURCE\(=[^   ]*\)\?[         ]/ /g' \
6732                 -e 's/-[UD]_XOPEN_SOURCE\(=[^   ]*\)\?$//g'`
6733
6734 # remove _XOPEN_SOURCE symbol from $CPPFLAGS
6735 CPPFLAGS=`echo "$CPPFLAGS" | \
6736         sed     -e 's/-[UD]_XOPEN_SOURCE\(=[^   ]*\)\?[         ]/ /g' \
6737                 -e 's/-[UD]_XOPEN_SOURCE\(=[^   ]*\)\?$//g'`
6738
6739                 test "$cf_cv_cc_u_d_options" = yes && \
6740                         CPPFLAGS="$CPPFLAGS -U_XOPEN_SOURCE"
6741                 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_cv_xopen_source"
6742         fi
6743
6744 cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
6745
6746 cf_save_CFLAGS="$CFLAGS"
6747 cf_save_CPPFLAGS="$CPPFLAGS"
6748
6749 # remove _POSIX_C_SOURCE symbol from $cf_save_CFLAGS
6750 cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
6751         sed     -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?[         ]/ /g' \
6752                 -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?$//g'`
6753
6754 # remove _POSIX_C_SOURCE symbol from $cf_save_CPPFLAGS
6755 cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \
6756         sed     -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?[         ]/ /g' \
6757                 -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?$//g'`
6758
6759 echo "$as_me:6759: checking if we should define _POSIX_C_SOURCE" >&5
6760 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
6761 if test "${cf_cv_posix_c_source+set}" = set; then
6762   echo $ECHO_N "(cached) $ECHO_C" >&6
6763 else
6764
6765 echo "${as_me-configure}:6765: testing if the symbol is already defined go no further ..." 1>&5
6766
6767         cat >conftest.$ac_ext <<_ACEOF
6768 #line 6768 "configure"
6769 #include "confdefs.h"
6770 #include <sys/types.h>
6771 int
6772 main ()
6773 {
6774
6775 #ifndef _POSIX_C_SOURCE
6776 make an error
6777 #endif
6778   ;
6779   return 0;
6780 }
6781 _ACEOF
6782 rm -f conftest.$ac_objext
6783 if { (eval echo "$as_me:6783: \"$ac_compile\"") >&5
6784   (eval $ac_compile) 2>&5
6785   ac_status=$?
6786   echo "$as_me:6786: \$? = $ac_status" >&5
6787   (exit $ac_status); } &&
6788          { ac_try='test -s conftest.$ac_objext'
6789   { (eval echo "$as_me:6789: \"$ac_try\"") >&5
6790   (eval $ac_try) 2>&5
6791   ac_status=$?
6792   echo "$as_me:6792: \$? = $ac_status" >&5
6793   (exit $ac_status); }; }; then
6794   cf_cv_posix_c_source=no
6795 else
6796   echo "$as_me: failed program was:" >&5
6797 cat conftest.$ac_ext >&5
6798 cf_want_posix_source=no
6799          case .$cf_POSIX_C_SOURCE in #(vi
6800          .[12]??*) #(vi
6801                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
6802                 ;;
6803          .2) #(vi
6804                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
6805                 cf_want_posix_source=yes
6806                 ;;
6807          .*)
6808                 cf_want_posix_source=yes
6809                 ;;
6810          esac
6811          if test "$cf_want_posix_source" = yes ; then
6812                 cat >conftest.$ac_ext <<_ACEOF
6813 #line 6813 "configure"
6814 #include "confdefs.h"
6815 #include <sys/types.h>
6816 int
6817 main ()
6818 {
6819
6820 #ifdef _POSIX_SOURCE
6821 make an error
6822 #endif
6823   ;
6824   return 0;
6825 }
6826 _ACEOF
6827 rm -f conftest.$ac_objext
6828 if { (eval echo "$as_me:6828: \"$ac_compile\"") >&5
6829   (eval $ac_compile) 2>&5
6830   ac_status=$?
6831   echo "$as_me:6831: \$? = $ac_status" >&5
6832   (exit $ac_status); } &&
6833          { ac_try='test -s conftest.$ac_objext'
6834   { (eval echo "$as_me:6834: \"$ac_try\"") >&5
6835   (eval $ac_try) 2>&5
6836   ac_status=$?
6837   echo "$as_me:6837: \$? = $ac_status" >&5
6838   (exit $ac_status); }; }; then
6839   :
6840 else
6841   echo "$as_me: failed program was:" >&5
6842 cat conftest.$ac_ext >&5
6843 cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
6844 fi
6845 rm -f conftest.$ac_objext conftest.$ac_ext
6846          fi
6847
6848 echo "${as_me-configure}:6848: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
6849
6850          CFLAGS="$cf_trim_CFLAGS"
6851          CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
6852
6853 echo "${as_me-configure}:6853: testing if the second compile does not leave our definition intact error ..." 1>&5
6854
6855          cat >conftest.$ac_ext <<_ACEOF
6856 #line 6856 "configure"
6857 #include "confdefs.h"
6858 #include <sys/types.h>
6859 int
6860 main ()
6861 {
6862
6863 #ifndef _POSIX_C_SOURCE
6864 make an error
6865 #endif
6866   ;
6867   return 0;
6868 }
6869 _ACEOF
6870 rm -f conftest.$ac_objext
6871 if { (eval echo "$as_me:6871: \"$ac_compile\"") >&5
6872   (eval $ac_compile) 2>&5
6873   ac_status=$?
6874   echo "$as_me:6874: \$? = $ac_status" >&5
6875   (exit $ac_status); } &&
6876          { ac_try='test -s conftest.$ac_objext'
6877   { (eval echo "$as_me:6877: \"$ac_try\"") >&5
6878   (eval $ac_try) 2>&5
6879   ac_status=$?
6880   echo "$as_me:6880: \$? = $ac_status" >&5
6881   (exit $ac_status); }; }; then
6882   :
6883 else
6884   echo "$as_me: failed program was:" >&5
6885 cat conftest.$ac_ext >&5
6886 cf_cv_posix_c_source=no
6887 fi
6888 rm -f conftest.$ac_objext conftest.$ac_ext
6889          CFLAGS="$cf_save_CFLAGS"
6890          CPPFLAGS="$cf_save_CPPFLAGS"
6891
6892 fi
6893 rm -f conftest.$ac_objext conftest.$ac_ext
6894
6895 fi
6896 echo "$as_me:6896: result: $cf_cv_posix_c_source" >&5
6897 echo "${ECHO_T}$cf_cv_posix_c_source" >&6
6898
6899 if test "$cf_cv_posix_c_source" != no ; then
6900         CFLAGS="$cf_trim_CFLAGS"
6901         CPPFLAGS="$cf_trim_CPPFLAGS"
6902         if test "$cf_cv_cc_u_d_options" = yes ; then
6903                 cf_temp_posix_c_source=`echo "$cf_cv_posix_c_source" | \
6904                                 sed -e 's/-D/-U/g' -e 's/=[^    ]*//g'`
6905                 CPPFLAGS="$CPPFLAGS $cf_temp_posix_c_source"
6906         fi
6907         CPPFLAGS="$CPPFLAGS $cf_cv_posix_c_source"
6908 fi
6909
6910         ;;
6911 esac
6912
6913 # Work around breakage on OS X
6914
6915 echo "$as_me:6915: checking if SIGWINCH is defined" >&5
6916 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6
6917 if test "${cf_cv_define_sigwinch+set}" = set; then
6918   echo $ECHO_N "(cached) $ECHO_C" >&6
6919 else
6920
6921         cat >conftest.$ac_ext <<_ACEOF
6922 #line 6922 "configure"
6923 #include "confdefs.h"
6924
6925 #include <sys/types.h>
6926 #include <sys/signal.h>
6927
6928 int
6929 main ()
6930 {
6931 int x = SIGWINCH
6932   ;
6933   return 0;
6934 }
6935 _ACEOF
6936 rm -f conftest.$ac_objext
6937 if { (eval echo "$as_me:6937: \"$ac_compile\"") >&5
6938   (eval $ac_compile) 2>&5
6939   ac_status=$?
6940   echo "$as_me:6940: \$? = $ac_status" >&5
6941   (exit $ac_status); } &&
6942          { ac_try='test -s conftest.$ac_objext'
6943   { (eval echo "$as_me:6943: \"$ac_try\"") >&5
6944   (eval $ac_try) 2>&5
6945   ac_status=$?
6946   echo "$as_me:6946: \$? = $ac_status" >&5
6947   (exit $ac_status); }; }; then
6948   cf_cv_define_sigwinch=yes
6949 else
6950   echo "$as_me: failed program was:" >&5
6951 cat conftest.$ac_ext >&5
6952 cat >conftest.$ac_ext <<_ACEOF
6953 #line 6953 "configure"
6954 #include "confdefs.h"
6955
6956 #undef _XOPEN_SOURCE
6957 #undef _POSIX_SOURCE
6958 #undef _POSIX_C_SOURCE
6959 #include <sys/types.h>
6960 #include <sys/signal.h>
6961
6962 int
6963 main ()
6964 {
6965 int x = SIGWINCH
6966   ;
6967   return 0;
6968 }
6969 _ACEOF
6970 rm -f conftest.$ac_objext
6971 if { (eval echo "$as_me:6971: \"$ac_compile\"") >&5
6972   (eval $ac_compile) 2>&5
6973   ac_status=$?
6974   echo "$as_me:6974: \$? = $ac_status" >&5
6975   (exit $ac_status); } &&
6976          { ac_try='test -s conftest.$ac_objext'
6977   { (eval echo "$as_me:6977: \"$ac_try\"") >&5
6978   (eval $ac_try) 2>&5
6979   ac_status=$?
6980   echo "$as_me:6980: \$? = $ac_status" >&5
6981   (exit $ac_status); }; }; then
6982   cf_cv_define_sigwinch=maybe
6983 else
6984   echo "$as_me: failed program was:" >&5
6985 cat conftest.$ac_ext >&5
6986 cf_cv_define_sigwinch=no
6987 fi
6988 rm -f conftest.$ac_objext conftest.$ac_ext
6989
6990 fi
6991 rm -f conftest.$ac_objext conftest.$ac_ext
6992
6993 fi
6994 echo "$as_me:6994: result: $cf_cv_define_sigwinch" >&5
6995 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6
6996
6997 if test "$cf_cv_define_sigwinch" = maybe ; then
6998 echo "$as_me:6998: checking for actual SIGWINCH definition" >&5
6999 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6
7000 if test "${cf_cv_fixup_sigwinch+set}" = set; then
7001   echo $ECHO_N "(cached) $ECHO_C" >&6
7002 else
7003
7004 cf_cv_fixup_sigwinch=unknown
7005 cf_sigwinch=32
7006 while test $cf_sigwinch != 1
7007 do
7008         cat >conftest.$ac_ext <<_ACEOF
7009 #line 7009 "configure"
7010 #include "confdefs.h"
7011
7012 #undef _XOPEN_SOURCE
7013 #undef _POSIX_SOURCE
7014 #undef _POSIX_C_SOURCE
7015 #include <sys/types.h>
7016 #include <sys/signal.h>
7017
7018 int
7019 main ()
7020 {
7021
7022 #if SIGWINCH != $cf_sigwinch
7023 make an error
7024 #endif
7025 int x = SIGWINCH
7026   ;
7027   return 0;
7028 }
7029 _ACEOF
7030 rm -f conftest.$ac_objext
7031 if { (eval echo "$as_me:7031: \"$ac_compile\"") >&5
7032   (eval $ac_compile) 2>&5
7033   ac_status=$?
7034   echo "$as_me:7034: \$? = $ac_status" >&5
7035   (exit $ac_status); } &&
7036          { ac_try='test -s conftest.$ac_objext'
7037   { (eval echo "$as_me:7037: \"$ac_try\"") >&5
7038   (eval $ac_try) 2>&5
7039   ac_status=$?
7040   echo "$as_me:7040: \$? = $ac_status" >&5
7041   (exit $ac_status); }; }; then
7042   cf_cv_fixup_sigwinch=$cf_sigwinch
7043          break
7044 else
7045   echo "$as_me: failed program was:" >&5
7046 cat conftest.$ac_ext >&5
7047 fi
7048 rm -f conftest.$ac_objext conftest.$ac_ext
7049
7050 cf_sigwinch=`expr $cf_sigwinch - 1`
7051 done
7052
7053 fi
7054 echo "$as_me:7054: result: $cf_cv_fixup_sigwinch" >&5
7055 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
7056
7057         if test "$cf_cv_fixup_sigwinch" != unknown ; then
7058                 CPPFLAGS="$CPPFLAGS -DSIGWINCH=$cf_cv_fixup_sigwinch"
7059         fi
7060 fi
7061
7062 # Checks for CODESET support.
7063
7064   echo "$as_me:7064: checking for nl_langinfo and CODESET" >&5
7065 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
7066 if test "${am_cv_langinfo_codeset+set}" = set; then
7067   echo $ECHO_N "(cached) $ECHO_C" >&6
7068 else
7069   cat >conftest.$ac_ext <<_ACEOF
7070 #line 7070 "configure"
7071 #include "confdefs.h"
7072 #include <langinfo.h>
7073 int
7074 main ()
7075 {
7076 char* cs = nl_langinfo(CODESET);
7077   ;
7078   return 0;
7079 }
7080 _ACEOF
7081 rm -f conftest.$ac_objext conftest$ac_exeext
7082 if { (eval echo "$as_me:7082: \"$ac_link\"") >&5
7083   (eval $ac_link) 2>&5
7084   ac_status=$?
7085   echo "$as_me:7085: \$? = $ac_status" >&5
7086   (exit $ac_status); } &&
7087          { ac_try='test -s conftest$ac_exeext'
7088   { (eval echo "$as_me:7088: \"$ac_try\"") >&5
7089   (eval $ac_try) 2>&5
7090   ac_status=$?
7091   echo "$as_me:7091: \$? = $ac_status" >&5
7092   (exit $ac_status); }; }; then
7093   am_cv_langinfo_codeset=yes
7094 else
7095   echo "$as_me: failed program was:" >&5
7096 cat conftest.$ac_ext >&5
7097 am_cv_langinfo_codeset=no
7098 fi
7099 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7100
7101 fi
7102 echo "$as_me:7102: result: $am_cv_langinfo_codeset" >&5
7103 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
7104   if test $am_cv_langinfo_codeset = yes; then
7105
7106 cat >>confdefs.h <<\EOF
7107 #define HAVE_LANGINFO_CODESET 1
7108 EOF
7109
7110   fi
7111
7112 # use these variables to work around a defect in gcc's fixincludes.
7113 NCURSES_OK_WCHAR_T=
7114 NCURSES_OK_WINT_T=
7115
7116 echo "$as_me:7116: checking if you want wide-character code" >&5
7117 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
7118
7119 # Check whether --enable-widec or --disable-widec was given.
7120 if test "${enable_widec+set}" = set; then
7121   enableval="$enable_widec"
7122   with_widec=$enableval
7123 else
7124   with_widec=no
7125 fi;
7126 echo "$as_me:7126: result: $with_widec" >&5
7127 echo "${ECHO_T}$with_widec" >&6
7128 if test "$with_widec" = yes ; then
7129         LIB_SUFFIX="w${LIB_SUFFIX}"
7130         cat >>confdefs.h <<\EOF
7131 #define USE_WIDEC_SUPPORT 1
7132 EOF
7133
7134 echo "$as_me:7134: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
7135 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6
7136 cat >conftest.$ac_ext <<_ACEOF
7137 #line 7137 "configure"
7138 #include "confdefs.h"
7139 #include <sys/types.h>
7140
7141 int
7142 main ()
7143 {
7144
7145 #ifndef _XOPEN_SOURCE_EXTENDED
7146 make an error
7147 #endif
7148   ;
7149   return 0;
7150 }
7151 _ACEOF
7152 rm -f conftest.$ac_objext
7153 if { (eval echo "$as_me:7153: \"$ac_compile\"") >&5
7154   (eval $ac_compile) 2>&5
7155   ac_status=$?
7156   echo "$as_me:7156: \$? = $ac_status" >&5
7157   (exit $ac_status); } &&
7158          { ac_try='test -s conftest.$ac_objext'
7159   { (eval echo "$as_me:7159: \"$ac_try\"") >&5
7160   (eval $ac_try) 2>&5
7161   ac_status=$?
7162   echo "$as_me:7162: \$? = $ac_status" >&5
7163   (exit $ac_status); }; }; then
7164   cf_result=no
7165 else
7166   echo "$as_me: failed program was:" >&5
7167 cat conftest.$ac_ext >&5
7168 cf_result=yes
7169 fi
7170 rm -f conftest.$ac_objext conftest.$ac_ext
7171 echo "$as_me:7171: result: $cf_result" >&5
7172 echo "${ECHO_T}$cf_result" >&6
7173
7174 if test "$cf_result" = yes ; then
7175         CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
7176 elif test "x" != "x" ; then
7177         echo "$as_me:7177: checking checking for compatible value versus " >&5
7178 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6
7179         cat >conftest.$ac_ext <<_ACEOF
7180 #line 7180 "configure"
7181 #include "confdefs.h"
7182 #include <sys/types.h>
7183
7184 int
7185 main ()
7186 {
7187
7188 #if _XOPEN_SOURCE_EXTENDED- < 0
7189 make an error
7190 #endif
7191   ;
7192   return 0;
7193 }
7194 _ACEOF
7195 rm -f conftest.$ac_objext
7196 if { (eval echo "$as_me:7196: \"$ac_compile\"") >&5
7197   (eval $ac_compile) 2>&5
7198   ac_status=$?
7199   echo "$as_me:7199: \$? = $ac_status" >&5
7200   (exit $ac_status); } &&
7201          { ac_try='test -s conftest.$ac_objext'
7202   { (eval echo "$as_me:7202: \"$ac_try\"") >&5
7203   (eval $ac_try) 2>&5
7204   ac_status=$?
7205   echo "$as_me:7205: \$? = $ac_status" >&5
7206   (exit $ac_status); }; }; then
7207   cf_result=yes
7208 else
7209   echo "$as_me: failed program was:" >&5
7210 cat conftest.$ac_ext >&5
7211 cf_result=no
7212 fi
7213 rm -f conftest.$ac_objext conftest.$ac_ext
7214         echo "$as_me:7214: result: $cf_result" >&5
7215 echo "${ECHO_T}$cf_result" >&6
7216         if test "$cf_result" = no ; then
7217                 # perhaps we can override it - try...
7218                 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED="
7219         fi
7220 fi
7221
7222         # with_overwrite=no
7223         NCURSES_CH_T=cchar_t
7224
7225 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
7226 do
7227 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7228 echo "$as_me:7228: checking for $ac_func" >&5
7229 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7230 if eval "test \"\${$as_ac_var+set}\" = set"; then
7231   echo $ECHO_N "(cached) $ECHO_C" >&6
7232 else
7233   cat >conftest.$ac_ext <<_ACEOF
7234 #line 7234 "configure"
7235 #include "confdefs.h"
7236 /* System header to define __stub macros and hopefully few prototypes,
7237     which can conflict with char $ac_func (); below.  */
7238 #include <assert.h>
7239 /* Override any gcc2 internal prototype to avoid an error.  */
7240 #ifdef __cplusplus
7241 extern "C"
7242 #endif
7243 /* We use char because int might match the return type of a gcc2
7244    builtin and then its argument prototype would still apply.  */
7245 char $ac_func ();
7246 char (*f) ();
7247
7248 int
7249 main ()
7250 {
7251 /* The GNU C library defines this for functions which it implements
7252     to always fail with ENOSYS.  Some functions are actually named
7253     something starting with __ and the normal name is an alias.  */
7254 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7255 choke me
7256 #else
7257 f = $ac_func;
7258 #endif
7259
7260   ;
7261   return 0;
7262 }
7263 _ACEOF
7264 rm -f conftest.$ac_objext conftest$ac_exeext
7265 if { (eval echo "$as_me:7265: \"$ac_link\"") >&5
7266   (eval $ac_link) 2>&5
7267   ac_status=$?
7268   echo "$as_me:7268: \$? = $ac_status" >&5
7269   (exit $ac_status); } &&
7270          { ac_try='test -s conftest$ac_exeext'
7271   { (eval echo "$as_me:7271: \"$ac_try\"") >&5
7272   (eval $ac_try) 2>&5
7273   ac_status=$?
7274   echo "$as_me:7274: \$? = $ac_status" >&5
7275   (exit $ac_status); }; }; then
7276   eval "$as_ac_var=yes"
7277 else
7278   echo "$as_me: failed program was:" >&5
7279 cat conftest.$ac_ext >&5
7280 eval "$as_ac_var=no"
7281 fi
7282 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7283 fi
7284 echo "$as_me:7284: result: `eval echo '${'$as_ac_var'}'`" >&5
7285 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7286 if test `eval echo '${'$as_ac_var'}'` = yes; then
7287   cat >>confdefs.h <<EOF
7288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7289 EOF
7290
7291 fi
7292 done
7293
7294         if test "$ac_cv_func_putwc" != yes ; then
7295
7296 echo "$as_me:7296: checking for multibyte character support" >&5
7297 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
7298 if test "${cf_cv_utf8_lib+set}" = set; then
7299   echo $ECHO_N "(cached) $ECHO_C" >&6
7300 else
7301
7302         cf_save_LIBS="$LIBS"
7303         cat >conftest.$ac_ext <<_ACEOF
7304 #line 7304 "configure"
7305 #include "confdefs.h"
7306
7307 #include <stdlib.h>
7308 int
7309 main ()
7310 {
7311 putwc(0,0);
7312   ;
7313   return 0;
7314 }
7315 _ACEOF
7316 rm -f conftest.$ac_objext conftest$ac_exeext
7317 if { (eval echo "$as_me:7317: \"$ac_link\"") >&5
7318   (eval $ac_link) 2>&5
7319   ac_status=$?
7320   echo "$as_me:7320: \$? = $ac_status" >&5
7321   (exit $ac_status); } &&
7322          { ac_try='test -s conftest$ac_exeext'
7323   { (eval echo "$as_me:7323: \"$ac_try\"") >&5
7324   (eval $ac_try) 2>&5
7325   ac_status=$?
7326   echo "$as_me:7326: \$? = $ac_status" >&5
7327   (exit $ac_status); }; }; then
7328   cf_cv_utf8_lib=yes
7329 else
7330   echo "$as_me: failed program was:" >&5
7331 cat conftest.$ac_ext >&5
7332
7333 # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these
7334 # will be set on completion of the AC_TRY_LINK below.
7335 cf_cv_header_path_utf8=
7336 cf_cv_library_path_utf8=
7337
7338 echo "${as_me-configure}:7338: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
7339
7340 cat >conftest.$ac_ext <<_ACEOF
7341 #line 7341 "configure"
7342 #include "confdefs.h"
7343
7344 #include <libutf8.h>
7345 int
7346 main ()
7347 {
7348 putwc(0,0);
7349   ;
7350   return 0;
7351 }
7352 _ACEOF
7353 rm -f conftest.$ac_objext conftest$ac_exeext
7354 if { (eval echo "$as_me:7354: \"$ac_link\"") >&5
7355   (eval $ac_link) 2>&5
7356   ac_status=$?
7357   echo "$as_me:7357: \$? = $ac_status" >&5
7358   (exit $ac_status); } &&
7359          { ac_try='test -s conftest$ac_exeext'
7360   { (eval echo "$as_me:7360: \"$ac_try\"") >&5
7361   (eval $ac_try) 2>&5
7362   ac_status=$?
7363   echo "$as_me:7363: \$? = $ac_status" >&5
7364   (exit $ac_status); }; }; then
7365   cf_cv_find_linkage_utf8=yes
7366 else
7367   echo "$as_me: failed program was:" >&5
7368 cat conftest.$ac_ext >&5
7369
7370     cf_cv_find_linkage_utf8=no
7371
7372     test -n "$verbose" && echo "        find linkage for utf8 library" 1>&6
7373
7374 echo "${as_me-configure}:7374: testing find linkage for utf8 library ..." 1>&5
7375
7376 echo "${as_me-configure}:7376: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
7377
7378     cf_save_CPPFLAGS="$CPPFLAGS"
7379     cf_test_CPPFLAGS="$CPPFLAGS"
7380
7381 cf_header_path_list=""
7382 if test -n "${CFLAGS}${CPPFLAGS}" ; then
7383         for cf_header_path in $CPPFLAGS $CFLAGS
7384         do
7385                 case $cf_header_path in #(vi
7386                 -I*)
7387                         cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
7388
7389 test "$cf_header_path" != "NONE" && \
7390 test -d "$cf_header_path" && \
7391  {
7392         test -n "$verbose" && echo "    ... testing for include-directories under $cf_header_path"
7393         test -d $cf_header_path/include &&          cf_search="$cf_search $cf_header_path/include"
7394         test -d $cf_header_path/include/utf8 &&       cf_search="$cf_search $cf_header_path/include/utf8"
7395         test -d $cf_header_path/include/utf8/include &&    cf_search="$cf_search $cf_header_path/include/utf8/include"
7396         test -d $cf_header_path/utf8/include &&       cf_search="$cf_search $cf_header_path/utf8/include"
7397         test -d $cf_header_path/utf8/include/utf8 &&    cf_search="$cf_search $cf_header_path/utf8/include/utf8"
7398 }
7399
7400                         cf_header_path_list="$cf_header_path_list $cf_search"
7401                         ;;
7402                 esac
7403         done
7404 fi
7405
7406 cf_search=""
7407
7408 test "/usr" != "$prefix" && \
7409 test -d "/usr" && \
7410 (test $prefix = NONE || test -d $prefix) && {
7411         test -n "$verbose" && echo "    ... testing for include-directories under /usr"
7412         test -d /usr/include &&          cf_search="$cf_search /usr/include"
7413         test -d /usr/include/utf8 &&       cf_search="$cf_search /usr/include/utf8"
7414         test -d /usr/include/utf8/include &&    cf_search="$cf_search /usr/include/utf8/include"
7415         test -d /usr/utf8/include &&       cf_search="$cf_search /usr/utf8/include"
7416         test -d /usr/utf8/include/utf8 &&    cf_search="$cf_search /usr/utf8/include/utf8"
7417 }
7418
7419 test "$prefix" != "NONE" && \
7420 test -d "$prefix" && \
7421  {
7422         test -n "$verbose" && echo "    ... testing for include-directories under $prefix"
7423         test -d $prefix/include &&          cf_search="$cf_search $prefix/include"
7424         test -d $prefix/include/utf8 &&       cf_search="$cf_search $prefix/include/utf8"
7425         test -d $prefix/include/utf8/include &&    cf_search="$cf_search $prefix/include/utf8/include"
7426         test -d $prefix/utf8/include &&       cf_search="$cf_search $prefix/utf8/include"
7427         test -d $prefix/utf8/include/utf8 &&    cf_search="$cf_search $prefix/utf8/include/utf8"
7428 }
7429
7430 test "/usr/local" != "$prefix" && \
7431 test -d "/usr/local" && \
7432 (test $prefix = NONE || test -d $prefix) && {
7433         test -n "$verbose" && echo "    ... testing for include-directories under /usr/local"
7434         test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
7435         test -d /usr/local/include/utf8 &&       cf_search="$cf_search /usr/local/include/utf8"
7436         test -d /usr/local/include/utf8/include &&    cf_search="$cf_search /usr/local/include/utf8/include"
7437         test -d /usr/local/utf8/include &&       cf_search="$cf_search /usr/local/utf8/include"
7438         test -d /usr/local/utf8/include/utf8 &&    cf_search="$cf_search /usr/local/utf8/include/utf8"
7439 }
7440
7441 test "/opt" != "$prefix" && \
7442 test -d "/opt" && \
7443 (test $prefix = NONE || test -d $prefix) && {
7444         test -n "$verbose" && echo "    ... testing for include-directories under /opt"
7445         test -d /opt/include &&          cf_search="$cf_search /opt/include"
7446         test -d /opt/include/utf8 &&       cf_search="$cf_search /opt/include/utf8"
7447         test -d /opt/include/utf8/include &&    cf_search="$cf_search /opt/include/utf8/include"
7448         test -d /opt/utf8/include &&       cf_search="$cf_search /opt/utf8/include"
7449         test -d /opt/utf8/include/utf8 &&    cf_search="$cf_search /opt/utf8/include/utf8"
7450 }
7451
7452 test "$HOME" != "$prefix" && \
7453 test -d "$HOME" && \
7454 (test $prefix = NONE || test -d $prefix) && {
7455         test -n "$verbose" && echo "    ... testing for include-directories under $HOME"
7456         test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
7457         test -d $HOME/include/utf8 &&       cf_search="$cf_search $HOME/include/utf8"
7458         test -d $HOME/include/utf8/include &&    cf_search="$cf_search $HOME/include/utf8/include"
7459         test -d $HOME/utf8/include &&       cf_search="$cf_search $HOME/utf8/include"
7460         test -d $HOME/utf8/include/utf8 &&    cf_search="$cf_search $HOME/utf8/include/utf8"
7461 }
7462
7463 test "$includedir" != NONE && \
7464 test "$includedir" != "/usr/include" && \
7465 test -d "$includedir" && {
7466         test -d $includedir &&    cf_search="$cf_search $includedir"
7467         test -d $includedir/utf8 && cf_search="$cf_search $includedir/utf8"
7468 }
7469
7470 test "$oldincludedir" != NONE && \
7471 test "$oldincludedir" != "/usr/include" && \
7472 test -d "$oldincludedir" && {
7473         test -d $oldincludedir    && cf_search="$cf_search $oldincludedir"
7474         test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8"
7475 }
7476
7477 cf_search="$cf_header_path_list $cf_search"
7478
7479     for cf_cv_header_path_utf8 in $cf_search
7480     do
7481       if test -d $cf_cv_header_path_utf8 ; then
7482         test -n "$verbose" && echo "    ... testing $cf_cv_header_path_utf8" 1>&6
7483
7484 echo "${as_me-configure}:7484: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
7485
7486         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8"
7487         cat >conftest.$ac_ext <<_ACEOF
7488 #line 7488 "configure"
7489 #include "confdefs.h"
7490
7491 #include <libutf8.h>
7492 int
7493 main ()
7494 {
7495 putwc(0,0);
7496   ;
7497   return 0;
7498 }
7499 _ACEOF
7500 rm -f conftest.$ac_objext
7501 if { (eval echo "$as_me:7501: \"$ac_compile\"") >&5
7502   (eval $ac_compile) 2>&5
7503   ac_status=$?
7504   echo "$as_me:7504: \$? = $ac_status" >&5
7505   (exit $ac_status); } &&
7506          { ac_try='test -s conftest.$ac_objext'
7507   { (eval echo "$as_me:7507: \"$ac_try\"") >&5
7508   (eval $ac_try) 2>&5
7509   ac_status=$?
7510   echo "$as_me:7510: \$? = $ac_status" >&5
7511   (exit $ac_status); }; }; then
7512
7513             test -n "$verbose" && echo "        ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6
7514
7515 echo "${as_me-configure}:7515: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
7516
7517             cf_cv_find_linkage_utf8=maybe
7518             cf_test_CPPFLAGS="$CPPFLAGS"
7519             break
7520 else
7521   echo "$as_me: failed program was:" >&5
7522 cat conftest.$ac_ext >&5
7523
7524             CPPFLAGS="$cf_save_CPPFLAGS"
7525
7526 fi
7527 rm -f conftest.$ac_objext conftest.$ac_ext
7528       fi
7529     done
7530
7531     if test "$cf_cv_find_linkage_utf8" = maybe ; then
7532
7533 echo "${as_me-configure}:7533: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
7534
7535       cf_save_LIBS="$LIBS"
7536       cf_save_LDFLAGS="$LDFLAGS"
7537
7538       if test "$cf_cv_find_linkage_utf8" != yes ; then
7539
7540 cf_library_path_list=""
7541 if test -n "${LDFLAGS}${LIBS}" ; then
7542         for cf_library_path in $LDFLAGS $LIBS
7543         do
7544                 case $cf_library_path in #(vi
7545                 -L*)
7546                         cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
7547
7548 test "$cf_library_path" != "NONE" && \
7549 test -d "$cf_library_path" && \
7550  {
7551         test -n "$verbose" && echo "    ... testing for lib-directories under $cf_library_path"
7552         test -d $cf_library_path/lib &&          cf_search="$cf_search $cf_library_path/lib"
7553         test -d $cf_library_path/lib/utf8 &&       cf_search="$cf_search $cf_library_path/lib/utf8"
7554         test -d $cf_library_path/lib/utf8/lib &&    cf_search="$cf_search $cf_library_path/lib/utf8/lib"
7555         test -d $cf_library_path/utf8/lib &&       cf_search="$cf_search $cf_library_path/utf8/lib"
7556         test -d $cf_library_path/utf8/lib/utf8 &&    cf_search="$cf_search $cf_library_path/utf8/lib/utf8"
7557 }
7558
7559                         cf_library_path_list="$cf_library_path_list $cf_search"
7560                         ;;
7561                 esac
7562         done
7563 fi
7564
7565 cf_search=""
7566
7567 test "/usr" != "$prefix" && \
7568 test -d "/usr" && \
7569 (test $prefix = NONE || test -d $prefix) && {
7570         test -n "$verbose" && echo "    ... testing for lib-directories under /usr"
7571         test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
7572         test -d /usr/lib/utf8 &&       cf_search="$cf_search /usr/lib/utf8"
7573         test -d /usr/lib/utf8/lib &&    cf_search="$cf_search /usr/lib/utf8/lib"
7574         test -d /usr/utf8/lib &&       cf_search="$cf_search /usr/utf8/lib"
7575         test -d /usr/utf8/lib/utf8 &&    cf_search="$cf_search /usr/utf8/lib/utf8"
7576 }
7577
7578 test "$prefix" != "NONE" && \
7579 test -d "$prefix" && \
7580  {
7581         test -n "$verbose" && echo "    ... testing for lib-directories under $prefix"
7582         test -d $prefix/lib &&          cf_search="$cf_search $prefix/lib"
7583         test -d $prefix/lib/utf8 &&       cf_search="$cf_search $prefix/lib/utf8"
7584         test -d $prefix/lib/utf8/lib &&    cf_search="$cf_search $prefix/lib/utf8/lib"
7585         test -d $prefix/utf8/lib &&       cf_search="$cf_search $prefix/utf8/lib"
7586         test -d $prefix/utf8/lib/utf8 &&    cf_search="$cf_search $prefix/utf8/lib/utf8"
7587 }
7588
7589 test "/usr/local" != "$prefix" && \
7590 test -d "/usr/local" && \
7591 (test $prefix = NONE || test -d $prefix) && {
7592         test -n "$verbose" && echo "    ... testing for lib-directories under /usr/local"
7593         test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
7594         test -d /usr/local/lib/utf8 &&       cf_search="$cf_search /usr/local/lib/utf8"
7595         test -d /usr/local/lib/utf8/lib &&    cf_search="$cf_search /usr/local/lib/utf8/lib"
7596         test -d /usr/local/utf8/lib &&       cf_search="$cf_search /usr/local/utf8/lib"
7597         test -d /usr/local/utf8/lib/utf8 &&    cf_search="$cf_search /usr/local/utf8/lib/utf8"
7598 }
7599
7600 test "/opt" != "$prefix" && \
7601 test -d "/opt" && \
7602 (test $prefix = NONE || test -d $prefix) && {
7603         test -n "$verbose" && echo "    ... testing for lib-directories under /opt"
7604         test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
7605         test -d /opt/lib/utf8 &&       cf_search="$cf_search /opt/lib/utf8"
7606         test -d /opt/lib/utf8/lib &&    cf_search="$cf_search /opt/lib/utf8/lib"
7607         test -d /opt/utf8/lib &&       cf_search="$cf_search /opt/utf8/lib"
7608         test -d /opt/utf8/lib/utf8 &&    cf_search="$cf_search /opt/utf8/lib/utf8"
7609 }
7610
7611 test "$HOME" != "$prefix" && \
7612 test -d "$HOME" && \
7613 (test $prefix = NONE || test -d $prefix) && {
7614         test -n "$verbose" && echo "    ... testing for lib-directories under $HOME"
7615         test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
7616         test -d $HOME/lib/utf8 &&       cf_search="$cf_search $HOME/lib/utf8"
7617         test -d $HOME/lib/utf8/lib &&    cf_search="$cf_search $HOME/lib/utf8/lib"
7618         test -d $HOME/utf8/lib &&       cf_search="$cf_search $HOME/utf8/lib"
7619         test -d $HOME/utf8/lib/utf8 &&    cf_search="$cf_search $HOME/utf8/lib/utf8"
7620 }
7621
7622 cf_search="$cf_library_path_list $cf_search"
7623
7624         for cf_cv_library_path_utf8 in $cf_search
7625         do
7626           if test -d $cf_cv_library_path_utf8 ; then
7627             test -n "$verbose" && echo "        ... testing $cf_cv_library_path_utf8" 1>&6
7628
7629 echo "${as_me-configure}:7629: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
7630
7631             CPPFLAGS="$cf_test_CPPFLAGS"
7632             LIBS="-lutf8  $cf_save_LIBS"
7633             LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8"
7634             cat >conftest.$ac_ext <<_ACEOF
7635 #line 7635 "configure"
7636 #include "confdefs.h"
7637
7638 #include <libutf8.h>
7639 int
7640 main ()
7641 {
7642 putwc(0,0);
7643   ;
7644   return 0;
7645 }
7646 _ACEOF
7647 rm -f conftest.$ac_objext conftest$ac_exeext
7648 if { (eval echo "$as_me:7648: \"$ac_link\"") >&5
7649   (eval $ac_link) 2>&5
7650   ac_status=$?
7651   echo "$as_me:7651: \$? = $ac_status" >&5
7652   (exit $ac_status); } &&
7653          { ac_try='test -s conftest$ac_exeext'
7654   { (eval echo "$as_me:7654: \"$ac_try\"") >&5
7655   (eval $ac_try) 2>&5
7656   ac_status=$?
7657   echo "$as_me:7657: \$? = $ac_status" >&5
7658   (exit $ac_status); }; }; then
7659
7660                 test -n "$verbose" && echo "    ... found utf8 library in $cf_cv_library_path_utf8" 1>&6
7661
7662 echo "${as_me-configure}:7662: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
7663
7664                 cf_cv_find_linkage_utf8=yes
7665                 cf_cv_library_file_utf8="-lutf8"
7666                 break
7667 else
7668   echo "$as_me: failed program was:" >&5
7669 cat conftest.$ac_ext >&5
7670
7671                 CPPFLAGS="$cf_save_CPPFLAGS"
7672                 LIBS="$cf_save_LIBS"
7673                 LDFLAGS="$cf_save_LDFLAGS"
7674
7675 fi
7676 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7677           fi
7678         done
7679         LIBS="$cf_save_LIBS"
7680         CPPFLAGS="$cf_save_CPPFLAGS"
7681         LDFLAGS="$cf_save_LDFLAGS"
7682       fi
7683
7684     else
7685       cf_cv_find_linkage_utf8=no
7686     fi
7687
7688 fi
7689 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7690
7691 if test "$cf_cv_find_linkage_utf8" = yes ; then
7692 cf_cv_utf8_lib=add-on
7693 else
7694 cf_cv_utf8_lib=no
7695 fi
7696
7697 fi
7698 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7699 fi
7700 echo "$as_me:7700: result: $cf_cv_utf8_lib" >&5
7701 echo "${ECHO_T}$cf_cv_utf8_lib" >&6
7702
7703 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
7704 # ncurses/ncursesw:
7705 if test "$cf_cv_utf8_lib" = "add-on" ; then
7706         cat >>confdefs.h <<\EOF
7707 #define HAVE_LIBUTF8_H 1
7708 EOF
7709
7710 if test -n "$cf_cv_header_path_utf8" ; then
7711   for cf_add_incdir in $cf_cv_header_path_utf8
7712   do
7713         while test $cf_add_incdir != /usr/include
7714         do
7715           if test -d $cf_add_incdir
7716           then
7717                 cf_have_incdir=no
7718                 if test -n "$CFLAGS$CPPFLAGS" ; then
7719                   # a loop is needed to ensure we can add subdirs of existing dirs
7720                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
7721                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
7722                           cf_have_incdir=yes; break
7723                         fi
7724                   done
7725                 fi
7726
7727                 if test "$cf_have_incdir" = no ; then
7728                   if test "$cf_add_incdir" = /usr/local/include ; then
7729                         if test "$GCC" = yes
7730                         then
7731                           cf_save_CPPFLAGS=$CPPFLAGS
7732                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
7733                           cat >conftest.$ac_ext <<_ACEOF
7734 #line 7734 "configure"
7735 #include "confdefs.h"
7736 #include <stdio.h>
7737 int
7738 main ()
7739 {
7740 printf("Hello")
7741   ;
7742   return 0;
7743 }
7744 _ACEOF
7745 rm -f conftest.$ac_objext
7746 if { (eval echo "$as_me:7746: \"$ac_compile\"") >&5
7747   (eval $ac_compile) 2>&5
7748   ac_status=$?
7749   echo "$as_me:7749: \$? = $ac_status" >&5
7750   (exit $ac_status); } &&
7751          { ac_try='test -s conftest.$ac_objext'
7752   { (eval echo "$as_me:7752: \"$ac_try\"") >&5
7753   (eval $ac_try) 2>&5
7754   ac_status=$?
7755   echo "$as_me:7755: \$? = $ac_status" >&5
7756   (exit $ac_status); }; }; then
7757   :
7758 else
7759   echo "$as_me: failed program was:" >&5
7760 cat conftest.$ac_ext >&5
7761 cf_have_incdir=yes
7762 fi
7763 rm -f conftest.$ac_objext conftest.$ac_ext
7764                           CPPFLAGS=$cf_save_CPPFLAGS
7765                         fi
7766                   fi
7767                 fi
7768
7769                 if test "$cf_have_incdir" = no ; then
7770                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
7771
7772 echo "${as_me-configure}:7772: testing adding $cf_add_incdir to include-path ..." 1>&5
7773
7774                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
7775
7776                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
7777                   test "$cf_top_incdir" = "$cf_add_incdir" && break
7778                   cf_add_incdir="$cf_top_incdir"
7779                 else
7780                   break
7781                 fi
7782           fi
7783         done
7784   done
7785 fi
7786
7787 if test -n "$cf_cv_library_path_utf8" ; then
7788   for cf_add_libdir in $cf_cv_library_path_utf8
7789   do
7790     if test $cf_add_libdir = /usr/lib ; then
7791       :
7792     elif test -d $cf_add_libdir
7793     then
7794       cf_have_libdir=no
7795       if test -n "$LDFLAGS$LIBS" ; then
7796         # a loop is needed to ensure we can add subdirs of existing dirs
7797         for cf_test_libdir in $LDFLAGS $LIBS ; do
7798           if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
7799             cf_have_libdir=yes; break
7800           fi
7801         done
7802       fi
7803       if test "$cf_have_libdir" = no ; then
7804         test -n "$verbose" && echo "    adding $cf_add_libdir to library-path" 1>&6
7805
7806 echo "${as_me-configure}:7806: testing adding $cf_add_libdir to library-path ..." 1>&5
7807
7808         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
7809       fi
7810     fi
7811   done
7812 fi
7813
7814         LIBS="-lutf8 $LIBS"
7815 fi
7816
7817                 if test "$cf_cv_utf8_lib" != no ; then
7818                         NCURSES_LIBUTF8=1
7819                 fi
7820         fi
7821
7822 # This is needed on Tru64 5.0 to declare mbstate_t
7823 echo "$as_me:7823: checking if we must include wchar.h to declare mbstate_t" >&5
7824 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
7825 if test "${cf_cv_mbstate_t+set}" = set; then
7826   echo $ECHO_N "(cached) $ECHO_C" >&6
7827 else
7828
7829 cat >conftest.$ac_ext <<_ACEOF
7830 #line 7830 "configure"
7831 #include "confdefs.h"
7832
7833 #include <stdlib.h>
7834 #include <stdarg.h>
7835 #include <stdio.h>
7836 #ifdef HAVE_LIBUTF8_H
7837 #include <libutf8.h>
7838 #endif
7839 int
7840 main ()
7841 {
7842 mbstate_t state
7843   ;
7844   return 0;
7845 }
7846 _ACEOF
7847 rm -f conftest.$ac_objext
7848 if { (eval echo "$as_me:7848: \"$ac_compile\"") >&5
7849   (eval $ac_compile) 2>&5
7850   ac_status=$?
7851   echo "$as_me:7851: \$? = $ac_status" >&5
7852   (exit $ac_status); } &&
7853          { ac_try='test -s conftest.$ac_objext'
7854   { (eval echo "$as_me:7854: \"$ac_try\"") >&5
7855   (eval $ac_try) 2>&5
7856   ac_status=$?
7857   echo "$as_me:7857: \$? = $ac_status" >&5
7858   (exit $ac_status); }; }; then
7859   cf_cv_mbstate_t=no
7860 else
7861   echo "$as_me: failed program was:" >&5
7862 cat conftest.$ac_ext >&5
7863 cat >conftest.$ac_ext <<_ACEOF
7864 #line 7864 "configure"
7865 #include "confdefs.h"
7866
7867 #include <stdlib.h>
7868 #include <stdarg.h>
7869 #include <stdio.h>
7870 #include <wchar.h>
7871 #ifdef HAVE_LIBUTF8_H
7872 #include <libutf8.h>
7873 #endif
7874 int
7875 main ()
7876 {
7877 mbstate_t value
7878   ;
7879   return 0;
7880 }
7881 _ACEOF
7882 rm -f conftest.$ac_objext
7883 if { (eval echo "$as_me:7883: \"$ac_compile\"") >&5
7884   (eval $ac_compile) 2>&5
7885   ac_status=$?
7886   echo "$as_me:7886: \$? = $ac_status" >&5
7887   (exit $ac_status); } &&
7888          { ac_try='test -s conftest.$ac_objext'
7889   { (eval echo "$as_me:7889: \"$ac_try\"") >&5
7890   (eval $ac_try) 2>&5
7891   ac_status=$?
7892   echo "$as_me:7892: \$? = $ac_status" >&5
7893   (exit $ac_status); }; }; then
7894   cf_cv_mbstate_t=yes
7895 else
7896   echo "$as_me: failed program was:" >&5
7897 cat conftest.$ac_ext >&5
7898 cf_cv_mbstate_t=unknown
7899 fi
7900 rm -f conftest.$ac_objext conftest.$ac_ext
7901 fi
7902 rm -f conftest.$ac_objext conftest.$ac_ext
7903 fi
7904 echo "$as_me:7904: result: $cf_cv_mbstate_t" >&5
7905 echo "${ECHO_T}$cf_cv_mbstate_t" >&6
7906
7907 if test "$cf_cv_mbstate_t" = yes ; then
7908         cat >>confdefs.h <<\EOF
7909 #define NEED_WCHAR_H 1
7910 EOF
7911
7912         NEED_WCHAR_H=1
7913 fi
7914
7915 # if we do not find mbstate_t in either place, use substitution to provide a fallback.
7916 if test "$cf_cv_mbstate_t" = unknown ; then
7917         NCURSES_MBSTATE_T=1
7918 fi
7919
7920 # This is needed on Tru64 5.0 to declare wchar_t
7921 echo "$as_me:7921: checking if we must include wchar.h to declare wchar_t" >&5
7922 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6
7923 if test "${cf_cv_wchar_t+set}" = set; then
7924   echo $ECHO_N "(cached) $ECHO_C" >&6
7925 else
7926
7927 cat >conftest.$ac_ext <<_ACEOF
7928 #line 7928 "configure"
7929 #include "confdefs.h"
7930
7931 #include <stdlib.h>
7932 #include <stdarg.h>
7933 #include <stdio.h>
7934 #ifdef HAVE_LIBUTF8_H
7935 #include <libutf8.h>
7936 #endif
7937 int
7938 main ()
7939 {
7940 wchar_t state
7941   ;
7942   return 0;
7943 }
7944 _ACEOF
7945 rm -f conftest.$ac_objext
7946 if { (eval echo "$as_me:7946: \"$ac_compile\"") >&5
7947   (eval $ac_compile) 2>&5
7948   ac_status=$?
7949   echo "$as_me:7949: \$? = $ac_status" >&5
7950   (exit $ac_status); } &&
7951          { ac_try='test -s conftest.$ac_objext'
7952   { (eval echo "$as_me:7952: \"$ac_try\"") >&5
7953   (eval $ac_try) 2>&5
7954   ac_status=$?
7955   echo "$as_me:7955: \$? = $ac_status" >&5
7956   (exit $ac_status); }; }; then
7957   cf_cv_wchar_t=no
7958 else
7959   echo "$as_me: failed program was:" >&5
7960 cat conftest.$ac_ext >&5
7961 cat >conftest.$ac_ext <<_ACEOF
7962 #line 7962 "configure"
7963 #include "confdefs.h"
7964
7965 #include <stdlib.h>
7966 #include <stdarg.h>
7967 #include <stdio.h>
7968 #include <wchar.h>
7969 #ifdef HAVE_LIBUTF8_H
7970 #include <libutf8.h>
7971 #endif
7972 int
7973 main ()
7974 {
7975 wchar_t value
7976   ;
7977   return 0;
7978 }
7979 _ACEOF
7980 rm -f conftest.$ac_objext
7981 if { (eval echo "$as_me:7981: \"$ac_compile\"") >&5
7982   (eval $ac_compile) 2>&5
7983   ac_status=$?
7984   echo "$as_me:7984: \$? = $ac_status" >&5
7985   (exit $ac_status); } &&
7986          { ac_try='test -s conftest.$ac_objext'
7987   { (eval echo "$as_me:7987: \"$ac_try\"") >&5
7988   (eval $ac_try) 2>&5
7989   ac_status=$?
7990   echo "$as_me:7990: \$? = $ac_status" >&5
7991   (exit $ac_status); }; }; then
7992   cf_cv_wchar_t=yes
7993 else
7994   echo "$as_me: failed program was:" >&5
7995 cat conftest.$ac_ext >&5
7996 cf_cv_wchar_t=unknown
7997 fi
7998 rm -f conftest.$ac_objext conftest.$ac_ext
7999 fi
8000 rm -f conftest.$ac_objext conftest.$ac_ext
8001 fi
8002 echo "$as_me:8002: result: $cf_cv_wchar_t" >&5
8003 echo "${ECHO_T}$cf_cv_wchar_t" >&6
8004
8005 if test "$cf_cv_wchar_t" = yes ; then
8006         cat >>confdefs.h <<\EOF
8007 #define NEED_WCHAR_H 1
8008 EOF
8009
8010         NEED_WCHAR_H=1
8011 fi
8012
8013 # if we do not find wchar_t in either place, use substitution to provide a fallback.
8014 if test "$cf_cv_wchar_t" = unknown ; then
8015         NCURSES_WCHAR_T=1
8016 fi
8017
8018 # if we find wchar_t in either place, use substitution to provide a fallback.
8019 if test "$cf_cv_wchar_t" != unknown ; then
8020         NCURSES_OK_WCHAR_T=1
8021 fi
8022
8023 # This is needed on Tru64 5.0 to declare wint_t
8024 echo "$as_me:8024: checking if we must include wchar.h to declare wint_t" >&5
8025 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6
8026 if test "${cf_cv_wint_t+set}" = set; then
8027   echo $ECHO_N "(cached) $ECHO_C" >&6
8028 else
8029
8030 cat >conftest.$ac_ext <<_ACEOF
8031 #line 8031 "configure"
8032 #include "confdefs.h"
8033
8034 #include <stdlib.h>
8035 #include <stdarg.h>
8036 #include <stdio.h>
8037 #ifdef HAVE_LIBUTF8_H
8038 #include <libutf8.h>
8039 #endif
8040 int
8041 main ()
8042 {
8043 wint_t state
8044   ;
8045   return 0;
8046 }
8047 _ACEOF
8048 rm -f conftest.$ac_objext
8049 if { (eval echo "$as_me:8049: \"$ac_compile\"") >&5
8050   (eval $ac_compile) 2>&5
8051   ac_status=$?
8052   echo "$as_me:8052: \$? = $ac_status" >&5
8053   (exit $ac_status); } &&
8054          { ac_try='test -s conftest.$ac_objext'
8055   { (eval echo "$as_me:8055: \"$ac_try\"") >&5
8056   (eval $ac_try) 2>&5
8057   ac_status=$?
8058   echo "$as_me:8058: \$? = $ac_status" >&5
8059   (exit $ac_status); }; }; then
8060   cf_cv_wint_t=no
8061 else
8062   echo "$as_me: failed program was:" >&5
8063 cat conftest.$ac_ext >&5
8064 cat >conftest.$ac_ext <<_ACEOF
8065 #line 8065 "configure"
8066 #include "confdefs.h"
8067
8068 #include <stdlib.h>
8069 #include <stdarg.h>
8070 #include <stdio.h>
8071 #include <wchar.h>
8072 #ifdef HAVE_LIBUTF8_H
8073 #include <libutf8.h>
8074 #endif
8075 int
8076 main ()
8077 {
8078 wint_t value
8079   ;
8080   return 0;
8081 }
8082 _ACEOF
8083 rm -f conftest.$ac_objext
8084 if { (eval echo "$as_me:8084: \"$ac_compile\"") >&5
8085   (eval $ac_compile) 2>&5
8086   ac_status=$?
8087   echo "$as_me:8087: \$? = $ac_status" >&5
8088   (exit $ac_status); } &&
8089          { ac_try='test -s conftest.$ac_objext'
8090   { (eval echo "$as_me:8090: \"$ac_try\"") >&5
8091   (eval $ac_try) 2>&5
8092   ac_status=$?
8093   echo "$as_me:8093: \$? = $ac_status" >&5
8094   (exit $ac_status); }; }; then
8095   cf_cv_wint_t=yes
8096 else
8097   echo "$as_me: failed program was:" >&5
8098 cat conftest.$ac_ext >&5
8099 cf_cv_wint_t=unknown
8100 fi
8101 rm -f conftest.$ac_objext conftest.$ac_ext
8102 fi
8103 rm -f conftest.$ac_objext conftest.$ac_ext
8104 fi
8105 echo "$as_me:8105: result: $cf_cv_wint_t" >&5
8106 echo "${ECHO_T}$cf_cv_wint_t" >&6
8107
8108 if test "$cf_cv_wint_t" = yes ; then
8109         cat >>confdefs.h <<\EOF
8110 #define NEED_WCHAR_H 1
8111 EOF
8112
8113         NEED_WCHAR_H=1
8114 fi
8115
8116 # if we do not find wint_t in either place, use substitution to provide a fallback.
8117 if test "$cf_cv_wint_t" = unknown ; then
8118         NCURSES_WINT_T=1
8119 fi
8120
8121 # if we find wint_t in either place, use substitution to provide a fallback.
8122 if test "$cf_cv_wint_t" != unknown ; then
8123         NCURSES_OK_WINT_T=1
8124 fi
8125
8126         if test "$NCURSES_MBSTATE_T" != 0; then
8127                 cat >>confdefs.h <<\EOF
8128 #define NEED_MBSTATE_T_DEF 1
8129 EOF
8130
8131         fi
8132 fi
8133
8134 ###   use option --disable-lp64 to allow long chtype
8135 case $cf_cv_abi_version in
8136 [345]*)
8137         default_with_lp64=no
8138         ;;
8139 *)
8140         default_with_lp64=yes
8141         ;;
8142 esac
8143
8144 echo "$as_me:8144: checking whether to enable _LP64 definition in curses.h" >&5
8145 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6
8146
8147 # Check whether --enable-lp64 or --disable-lp64 was given.
8148 if test "${enable_lp64+set}" = set; then
8149   enableval="$enable_lp64"
8150   with_lp64=$enableval
8151 else
8152   with_lp64=$default_with_lp64
8153 fi;
8154 echo "$as_me:8154: result: $with_lp64" >&5
8155 echo "${ECHO_T}$with_lp64" >&6
8156
8157 if test "$with_lp64" = yes ; then
8158         cf_cv_enable_lp64=1
8159 else
8160         cf_cv_enable_lp64=0
8161 fi
8162
8163 # Check whether --enable-largefile or --disable-largefile was given.
8164 if test "${enable_largefile+set}" = set; then
8165   enableval="$enable_largefile"
8166
8167 fi;
8168 if test "$enable_largefile" != no; then
8169
8170   echo "$as_me:8170: checking for special C compiler options needed for large files" >&5
8171 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
8172 if test "${ac_cv_sys_largefile_CC+set}" = set; then
8173   echo $ECHO_N "(cached) $ECHO_C" >&6
8174 else
8175   ac_cv_sys_largefile_CC=no
8176      if test "$GCC" != yes; then
8177        ac_save_CC=$CC
8178        while :; do
8179          # IRIX 6.2 and later do not support large files by default,
8180          # so use the C compiler's -n32 option if that helps.
8181          cat >conftest.$ac_ext <<_ACEOF
8182 #line 8182 "configure"
8183 #include "confdefs.h"
8184 #include <sys/types.h>
8185  /* Check that off_t can represent 2**63 - 1 correctly.
8186     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8187     since some C++ compilers masquerading as C compilers
8188     incorrectly reject 9223372036854775807.  */
8189 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8190   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8191                        && LARGE_OFF_T % 2147483647 == 1)
8192                       ? 1 : -1];
8193 int
8194 main ()
8195 {
8196
8197   ;
8198   return 0;
8199 }
8200 _ACEOF
8201          rm -f conftest.$ac_objext
8202 if { (eval echo "$as_me:8202: \"$ac_compile\"") >&5
8203   (eval $ac_compile) 2>&5
8204   ac_status=$?
8205   echo "$as_me:8205: \$? = $ac_status" >&5
8206   (exit $ac_status); } &&
8207          { ac_try='test -s conftest.$ac_objext'
8208   { (eval echo "$as_me:8208: \"$ac_try\"") >&5
8209   (eval $ac_try) 2>&5
8210   ac_status=$?
8211   echo "$as_me:8211: \$? = $ac_status" >&5
8212   (exit $ac_status); }; }; then
8213   break
8214 else
8215   echo "$as_me: failed program was:" >&5
8216 cat conftest.$ac_ext >&5
8217 fi
8218 rm -f conftest.$ac_objext
8219          CC="$CC -n32"
8220          rm -f conftest.$ac_objext
8221 if { (eval echo "$as_me:8221: \"$ac_compile\"") >&5
8222   (eval $ac_compile) 2>&5
8223   ac_status=$?
8224   echo "$as_me:8224: \$? = $ac_status" >&5
8225   (exit $ac_status); } &&
8226          { ac_try='test -s conftest.$ac_objext'
8227   { (eval echo "$as_me:8227: \"$ac_try\"") >&5
8228   (eval $ac_try) 2>&5
8229   ac_status=$?
8230   echo "$as_me:8230: \$? = $ac_status" >&5
8231   (exit $ac_status); }; }; then
8232   ac_cv_sys_largefile_CC=' -n32'; break
8233 else
8234   echo "$as_me: failed program was:" >&5
8235 cat conftest.$ac_ext >&5
8236 fi
8237 rm -f conftest.$ac_objext
8238          break
8239        done
8240        CC=$ac_save_CC
8241        rm -f conftest.$ac_ext
8242     fi
8243 fi
8244 echo "$as_me:8244: result: $ac_cv_sys_largefile_CC" >&5
8245 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
8246   if test "$ac_cv_sys_largefile_CC" != no; then
8247     CC=$CC$ac_cv_sys_largefile_CC
8248   fi
8249
8250   echo "$as_me:8250: checking for _FILE_OFFSET_BITS value needed for large files" >&5
8251 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
8252 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
8253   echo $ECHO_N "(cached) $ECHO_C" >&6
8254 else
8255   while :; do
8256   ac_cv_sys_file_offset_bits=no
8257   cat >conftest.$ac_ext <<_ACEOF
8258 #line 8258 "configure"
8259 #include "confdefs.h"
8260 #include <sys/types.h>
8261  /* Check that off_t can represent 2**63 - 1 correctly.
8262     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8263     since some C++ compilers masquerading as C compilers
8264     incorrectly reject 9223372036854775807.  */
8265 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8266   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8267                        && LARGE_OFF_T % 2147483647 == 1)
8268                       ? 1 : -1];
8269 int
8270 main ()
8271 {
8272
8273   ;
8274   return 0;
8275 }
8276 _ACEOF
8277 rm -f conftest.$ac_objext
8278 if { (eval echo "$as_me:8278: \"$ac_compile\"") >&5
8279   (eval $ac_compile) 2>&5
8280   ac_status=$?
8281   echo "$as_me:8281: \$? = $ac_status" >&5
8282   (exit $ac_status); } &&
8283          { ac_try='test -s conftest.$ac_objext'
8284   { (eval echo "$as_me:8284: \"$ac_try\"") >&5
8285   (eval $ac_try) 2>&5
8286   ac_status=$?
8287   echo "$as_me:8287: \$? = $ac_status" >&5
8288   (exit $ac_status); }; }; then
8289   break
8290 else
8291   echo "$as_me: failed program was:" >&5
8292 cat conftest.$ac_ext >&5
8293 fi
8294 rm -f conftest.$ac_objext conftest.$ac_ext
8295   cat >conftest.$ac_ext <<_ACEOF
8296 #line 8296 "configure"
8297 #include "confdefs.h"
8298 #define _FILE_OFFSET_BITS 64
8299 #include <sys/types.h>
8300  /* Check that off_t can represent 2**63 - 1 correctly.
8301     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8302     since some C++ compilers masquerading as C compilers
8303     incorrectly reject 9223372036854775807.  */
8304 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8305   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8306                        && LARGE_OFF_T % 2147483647 == 1)
8307                       ? 1 : -1];
8308 int
8309 main ()
8310 {
8311
8312   ;
8313   return 0;
8314 }
8315 _ACEOF
8316 rm -f conftest.$ac_objext
8317 if { (eval echo "$as_me:8317: \"$ac_compile\"") >&5
8318   (eval $ac_compile) 2>&5
8319   ac_status=$?
8320   echo "$as_me:8320: \$? = $ac_status" >&5
8321   (exit $ac_status); } &&
8322          { ac_try='test -s conftest.$ac_objext'
8323   { (eval echo "$as_me:8323: \"$ac_try\"") >&5
8324   (eval $ac_try) 2>&5
8325   ac_status=$?
8326   echo "$as_me:8326: \$? = $ac_status" >&5
8327   (exit $ac_status); }; }; then
8328   ac_cv_sys_file_offset_bits=64; break
8329 else
8330   echo "$as_me: failed program was:" >&5
8331 cat conftest.$ac_ext >&5
8332 fi
8333 rm -f conftest.$ac_objext conftest.$ac_ext
8334   break
8335 done
8336 fi
8337 echo "$as_me:8337: result: $ac_cv_sys_file_offset_bits" >&5
8338 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
8339 if test "$ac_cv_sys_file_offset_bits" != no; then
8340
8341 cat >>confdefs.h <<EOF
8342 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
8343 EOF
8344
8345 fi
8346 rm -f conftest*
8347   echo "$as_me:8347: checking for _LARGE_FILES value needed for large files" >&5
8348 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
8349 if test "${ac_cv_sys_large_files+set}" = set; then
8350   echo $ECHO_N "(cached) $ECHO_C" >&6
8351 else
8352   while :; do
8353   ac_cv_sys_large_files=no
8354   cat >conftest.$ac_ext <<_ACEOF
8355 #line 8355 "configure"
8356 #include "confdefs.h"
8357 #include <sys/types.h>
8358  /* Check that off_t can represent 2**63 - 1 correctly.
8359     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8360     since some C++ compilers masquerading as C compilers
8361     incorrectly reject 9223372036854775807.  */
8362 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8363   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8364                        && LARGE_OFF_T % 2147483647 == 1)
8365                       ? 1 : -1];
8366 int
8367 main ()
8368 {
8369
8370   ;
8371   return 0;
8372 }
8373 _ACEOF
8374 rm -f conftest.$ac_objext
8375 if { (eval echo "$as_me:8375: \"$ac_compile\"") >&5
8376   (eval $ac_compile) 2>&5
8377   ac_status=$?
8378   echo "$as_me:8378: \$? = $ac_status" >&5
8379   (exit $ac_status); } &&
8380          { ac_try='test -s conftest.$ac_objext'
8381   { (eval echo "$as_me:8381: \"$ac_try\"") >&5
8382   (eval $ac_try) 2>&5
8383   ac_status=$?
8384   echo "$as_me:8384: \$? = $ac_status" >&5
8385   (exit $ac_status); }; }; then
8386   break
8387 else
8388   echo "$as_me: failed program was:" >&5
8389 cat conftest.$ac_ext >&5
8390 fi
8391 rm -f conftest.$ac_objext conftest.$ac_ext
8392   cat >conftest.$ac_ext <<_ACEOF
8393 #line 8393 "configure"
8394 #include "confdefs.h"
8395 #define _LARGE_FILES 1
8396 #include <sys/types.h>
8397  /* Check that off_t can represent 2**63 - 1 correctly.
8398     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8399     since some C++ compilers masquerading as C compilers
8400     incorrectly reject 9223372036854775807.  */
8401 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8402   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8403                        && LARGE_OFF_T % 2147483647 == 1)
8404                       ? 1 : -1];
8405 int
8406 main ()
8407 {
8408
8409   ;
8410   return 0;
8411 }
8412 _ACEOF
8413 rm -f conftest.$ac_objext
8414 if { (eval echo "$as_me:8414: \"$ac_compile\"") >&5
8415   (eval $ac_compile) 2>&5
8416   ac_status=$?
8417   echo "$as_me:8417: \$? = $ac_status" >&5
8418   (exit $ac_status); } &&
8419          { ac_try='test -s conftest.$ac_objext'
8420   { (eval echo "$as_me:8420: \"$ac_try\"") >&5
8421   (eval $ac_try) 2>&5
8422   ac_status=$?
8423   echo "$as_me:8423: \$? = $ac_status" >&5
8424   (exit $ac_status); }; }; then
8425   ac_cv_sys_large_files=1; break
8426 else
8427   echo "$as_me: failed program was:" >&5
8428 cat conftest.$ac_ext >&5
8429 fi
8430 rm -f conftest.$ac_objext conftest.$ac_ext
8431   break
8432 done
8433 fi
8434 echo "$as_me:8434: result: $ac_cv_sys_large_files" >&5
8435 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
8436 if test "$ac_cv_sys_large_files" != no; then
8437
8438 cat >>confdefs.h <<EOF
8439 #define _LARGE_FILES $ac_cv_sys_large_files
8440 EOF
8441
8442 fi
8443 rm -f conftest*
8444 fi
8445
8446     if test "$enable_largefile" != no ; then
8447         echo "$as_me:8447: checking for _LARGEFILE_SOURCE value needed for large files" >&5
8448 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
8449 if test "${ac_cv_sys_largefile_source+set}" = set; then
8450   echo $ECHO_N "(cached) $ECHO_C" >&6
8451 else
8452   while :; do
8453   ac_cv_sys_largefile_source=no
8454   cat >conftest.$ac_ext <<_ACEOF
8455 #line 8455 "configure"
8456 #include "confdefs.h"
8457 #include <stdio.h>
8458 int
8459 main ()
8460 {
8461 return !fseeko;
8462   ;
8463   return 0;
8464 }
8465 _ACEOF
8466 rm -f conftest.$ac_objext
8467 if { (eval echo "$as_me:8467: \"$ac_compile\"") >&5
8468   (eval $ac_compile) 2>&5
8469   ac_status=$?
8470   echo "$as_me:8470: \$? = $ac_status" >&5
8471   (exit $ac_status); } &&
8472          { ac_try='test -s conftest.$ac_objext'
8473   { (eval echo "$as_me:8473: \"$ac_try\"") >&5
8474   (eval $ac_try) 2>&5
8475   ac_status=$?
8476   echo "$as_me:8476: \$? = $ac_status" >&5
8477   (exit $ac_status); }; }; then
8478   break
8479 else
8480   echo "$as_me: failed program was:" >&5
8481 cat conftest.$ac_ext >&5
8482 fi
8483 rm -f conftest.$ac_objext conftest.$ac_ext
8484   cat >conftest.$ac_ext <<_ACEOF
8485 #line 8485 "configure"
8486 #include "confdefs.h"
8487 #define _LARGEFILE_SOURCE 1
8488 #include <stdio.h>
8489 int
8490 main ()
8491 {
8492 return !fseeko;
8493   ;
8494   return 0;
8495 }
8496 _ACEOF
8497 rm -f conftest.$ac_objext
8498 if { (eval echo "$as_me:8498: \"$ac_compile\"") >&5
8499   (eval $ac_compile) 2>&5
8500   ac_status=$?
8501   echo "$as_me:8501: \$? = $ac_status" >&5
8502   (exit $ac_status); } &&
8503          { ac_try='test -s conftest.$ac_objext'
8504   { (eval echo "$as_me:8504: \"$ac_try\"") >&5
8505   (eval $ac_try) 2>&5
8506   ac_status=$?
8507   echo "$as_me:8507: \$? = $ac_status" >&5
8508   (exit $ac_status); }; }; then
8509   ac_cv_sys_largefile_source=1; break
8510 else
8511   echo "$as_me: failed program was:" >&5
8512 cat conftest.$ac_ext >&5
8513 fi
8514 rm -f conftest.$ac_objext conftest.$ac_ext
8515   break
8516 done
8517 fi
8518 echo "$as_me:8518: result: $ac_cv_sys_largefile_source" >&5
8519 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
8520 if test "$ac_cv_sys_largefile_source" != no; then
8521
8522 cat >>confdefs.h <<EOF
8523 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
8524 EOF
8525
8526 fi
8527 rm -f conftest*
8528
8529 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
8530 # in glibc 2.1.3, but that breaks too many other things.
8531 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
8532 echo "$as_me:8532: checking for fseeko" >&5
8533 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
8534 if test "${ac_cv_func_fseeko+set}" = set; then
8535   echo $ECHO_N "(cached) $ECHO_C" >&6
8536 else
8537   cat >conftest.$ac_ext <<_ACEOF
8538 #line 8538 "configure"
8539 #include "confdefs.h"
8540 #include <stdio.h>
8541 int
8542 main ()
8543 {
8544 return fseeko && fseeko (stdin, 0, 0);
8545   ;
8546   return 0;
8547 }
8548 _ACEOF
8549 rm -f conftest.$ac_objext conftest$ac_exeext
8550 if { (eval echo "$as_me:8550: \"$ac_link\"") >&5
8551   (eval $ac_link) 2>&5
8552   ac_status=$?
8553   echo "$as_me:8553: \$? = $ac_status" >&5
8554   (exit $ac_status); } &&
8555          { ac_try='test -s conftest$ac_exeext'
8556   { (eval echo "$as_me:8556: \"$ac_try\"") >&5
8557   (eval $ac_try) 2>&5
8558   ac_status=$?
8559   echo "$as_me:8559: \$? = $ac_status" >&5
8560   (exit $ac_status); }; }; then
8561   ac_cv_func_fseeko=yes
8562 else
8563   echo "$as_me: failed program was:" >&5
8564 cat conftest.$ac_ext >&5
8565 ac_cv_func_fseeko=no
8566 fi
8567 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8568 fi
8569 echo "$as_me:8569: result: $ac_cv_func_fseeko" >&5
8570 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
8571 if test $ac_cv_func_fseeko = yes; then
8572
8573 cat >>confdefs.h <<\EOF
8574 #define HAVE_FSEEKO 1
8575 EOF
8576
8577 fi
8578
8579         # Normally we would collect these definitions in the config.h,
8580         # but (like _XOPEN_SOURCE), some environments rely on having these
8581         # defined before any of the system headers are included.  Another
8582         # case comes up with C++, e.g., on AIX the compiler compiles the
8583         # header files by themselves before looking at the body files it is
8584         # told to compile.  For ncurses, those header files do not include
8585         # the config.h
8586         test "$ac_cv_sys_large_files"      != no && CPPFLAGS="$CPPFLAGS -D_LARGE_FILES "
8587         test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE "
8588         test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
8589
8590         echo "$as_me:8590: checking whether to use struct dirent64" >&5
8591 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
8592 if test "${cf_cv_struct_dirent64+set}" = set; then
8593   echo $ECHO_N "(cached) $ECHO_C" >&6
8594 else
8595
8596                 cat >conftest.$ac_ext <<_ACEOF
8597 #line 8597 "configure"
8598 #include "confdefs.h"
8599
8600 #include <sys/types.h>
8601 #include <dirent.h>
8602
8603 int
8604 main ()
8605 {
8606
8607                 /* if transitional largefile support is setup, this is true */
8608                 extern struct dirent64 * readdir(DIR *);
8609                 struct dirent64 *x = readdir((DIR *)0);
8610                 struct dirent *y = readdir((DIR *)0);
8611                 int z = x - y;
8612
8613   ;
8614   return 0;
8615 }
8616 _ACEOF
8617 rm -f conftest.$ac_objext
8618 if { (eval echo "$as_me:8618: \"$ac_compile\"") >&5
8619   (eval $ac_compile) 2>&5
8620   ac_status=$?
8621   echo "$as_me:8621: \$? = $ac_status" >&5
8622   (exit $ac_status); } &&
8623          { ac_try='test -s conftest.$ac_objext'
8624   { (eval echo "$as_me:8624: \"$ac_try\"") >&5
8625   (eval $ac_try) 2>&5
8626   ac_status=$?
8627   echo "$as_me:8627: \$? = $ac_status" >&5
8628   (exit $ac_status); }; }; then
8629   cf_cv_struct_dirent64=yes
8630 else
8631   echo "$as_me: failed program was:" >&5
8632 cat conftest.$ac_ext >&5
8633 cf_cv_struct_dirent64=no
8634 fi
8635 rm -f conftest.$ac_objext conftest.$ac_ext
8636
8637 fi
8638 echo "$as_me:8638: result: $cf_cv_struct_dirent64" >&5
8639 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
8640         test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF
8641 #define HAVE_STRUCT_DIRENT64 1
8642 EOF
8643
8644     fi
8645
8646 ###   use option --disable-tparm-varargs to make tparm() conform to X/Open
8647 echo "$as_me:8647: checking if you want tparm not to use X/Open fixed-parameter list" >&5
8648 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6
8649
8650 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given.
8651 if test "${enable_tparm_varargs+set}" = set; then
8652   enableval="$enable_tparm_varargs"
8653   with_tparm_varargs=$enableval
8654 else
8655   with_tparm_varargs=yes
8656 fi;
8657 echo "$as_me:8657: result: $with_tparm_varargs" >&5
8658 echo "${ECHO_T}$with_tparm_varargs" >&6
8659 NCURSES_TPARM_VARARGS=0
8660 test "$with_tparm_varargs" = yes && NCURSES_TPARM_VARARGS=1
8661
8662 ###   use option --disable-tic-depends to make libtic not explicitly depend on ncurses/ncursesw
8663 if test "$with_ticlib" != no ; then
8664 echo "$as_me:8664: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
8665 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6
8666
8667 # Check whether --enable-tic-depends or --disable-tic-depends was given.
8668 if test "${enable_tic_depends+set}" = set; then
8669   enableval="$enable_tic_depends"
8670   with_tic_depends=$enableval
8671 else
8672   with_tic_depends=yes
8673 fi;
8674 echo "$as_me:8674: result: $with_tic_depends" >&5
8675 echo "${ECHO_T}$with_tic_depends" >&6
8676 else
8677         with_tic_depends=no
8678 fi
8679
8680 ###   use option --with-bool to override bool's type
8681 echo "$as_me:8681: checking for type of bool" >&5
8682 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6
8683
8684 # Check whether --with-bool or --without-bool was given.
8685 if test "${with_bool+set}" = set; then
8686   withval="$with_bool"
8687   NCURSES_BOOL="$withval"
8688 else
8689   NCURSES_BOOL=auto
8690 fi;
8691 echo "$as_me:8691: result: $NCURSES_BOOL" >&5
8692 echo "${ECHO_T}$NCURSES_BOOL" >&6
8693
8694 echo "$as_me:8694: checking for alternate terminal capabilities file" >&5
8695 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6
8696
8697 # Check whether --with-caps or --without-caps was given.
8698 if test "${with_caps+set}" = set; then
8699   withval="$with_caps"
8700   TERMINFO_CAPS=Caps.$withval
8701 else
8702   TERMINFO_CAPS=Caps
8703 fi;
8704 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps
8705 echo "$as_me:8705: result: $TERMINFO_CAPS" >&5
8706 echo "${ECHO_T}$TERMINFO_CAPS" >&6
8707
8708 ###   use option --with-chtype to override chtype's type
8709 echo "$as_me:8709: checking for type of chtype" >&5
8710 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
8711
8712 # Check whether --with-chtype or --without-chtype was given.
8713 if test "${with_chtype+set}" = set; then
8714   withval="$with_chtype"
8715   NCURSES_CHTYPE="$withval"
8716 else
8717   NCURSES_CHTYPE=auto
8718 fi;
8719 echo "$as_me:8719: result: $NCURSES_CHTYPE" >&5
8720 echo "${ECHO_T}$NCURSES_CHTYPE" >&6
8721
8722 ###   use option --with-ospeed to override ospeed's type
8723 echo "$as_me:8723: checking for type of ospeed" >&5
8724 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6
8725
8726 # Check whether --with-ospeed or --without-ospeed was given.
8727 if test "${with_ospeed+set}" = set; then
8728   withval="$with_ospeed"
8729   NCURSES_OSPEED="$withval"
8730 else
8731   NCURSES_OSPEED=short
8732 fi;
8733 echo "$as_me:8733: result: $NCURSES_OSPEED" >&5
8734 echo "${ECHO_T}$NCURSES_OSPEED" >&6
8735
8736 ###   use option --with-mmask-t to override mmask_t's type
8737 echo "$as_me:8737: checking for type of mmask_t" >&5
8738 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6
8739
8740 # Check whether --with-mmask-t or --without-mmask-t was given.
8741 if test "${with_mmask_t+set}" = set; then
8742   withval="$with_mmask_t"
8743   NCURSES_MMASK_T="$withval"
8744 else
8745   NCURSES_MMASK_T=auto
8746 fi;
8747 echo "$as_me:8747: result: $NCURSES_MMASK_T" >&5
8748 echo "${ECHO_T}$NCURSES_MMASK_T" >&6
8749
8750 ###   use option --with-ccharw-max to override CCHARW_MAX size
8751 echo "$as_me:8751: checking for size CCHARW_MAX" >&5
8752 echo $ECHO_N "checking for size CCHARW_MAX... $ECHO_C" >&6
8753
8754 # Check whether --with-ccharw-max or --without-ccharw-max was given.
8755 if test "${with_ccharw_max+set}" = set; then
8756   withval="$with_ccharw_max"
8757   NCURSES_CCHARW_MAX="$withval"
8758 else
8759   NCURSES_CCHARW_MAX=5
8760 fi;
8761 echo "$as_me:8761: result: $NCURSES_CCHARW_MAX" >&5
8762 echo "${ECHO_T}$NCURSES_CCHARW_MAX" >&6
8763
8764 ### Enable compiling-in rcs id's
8765 echo "$as_me:8765: checking if RCS identifiers should be compiled-in" >&5
8766 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
8767
8768 # Check whether --with-rcs-ids or --without-rcs-ids was given.
8769 if test "${with_rcs_ids+set}" = set; then
8770   withval="$with_rcs_ids"
8771   with_rcs_ids=$withval
8772 else
8773   with_rcs_ids=no
8774 fi;
8775 echo "$as_me:8775: result: $with_rcs_ids" >&5
8776 echo "${ECHO_T}$with_rcs_ids" >&6
8777 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF
8778 #define USE_RCS_IDS 1
8779 EOF
8780
8781 ###############################################################################
8782
8783 echo "$as_me:8783: checking format of man-pages" >&5
8784 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6
8785
8786 # Check whether --with-manpage-format or --without-manpage-format was given.
8787 if test "${with_manpage_format+set}" = set; then
8788   withval="$with_manpage_format"
8789   MANPAGE_FORMAT=$withval
8790 else
8791   MANPAGE_FORMAT=unknown
8792 fi;
8793
8794 test -z "$MANPAGE_FORMAT" && MANPAGE_FORMAT=unknown
8795 MANPAGE_FORMAT=`echo "$MANPAGE_FORMAT" | sed -e 's/,/ /g'`
8796
8797 cf_unknown=
8798
8799 case $MANPAGE_FORMAT in
8800 unknown)
8801   if test -z "$MANPATH" ; then
8802     MANPATH="/usr/man:/usr/share/man"
8803   fi
8804
8805   # look for the 'date' man-page (it's most likely to be installed!)
8806   MANPAGE_FORMAT=
8807   cf_preform=no
8808   cf_catonly=yes
8809   cf_example=date
8810
8811   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
8812   for cf_dir in $MANPATH; do
8813     test -z "$cf_dir" && cf_dir=/usr/man
8814     for cf_name in $cf_dir/man*/$cf_example.[01]* $cf_dir/cat*/$cf_example.[01]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example
8815     do
8816       cf_test=`echo $cf_name | sed -e 's/*//'`
8817       if test "x$cf_test" = "x$cf_name" ; then
8818
8819         case "$cf_name" in
8820         *.gz) MANPAGE_FORMAT="$MANPAGE_FORMAT gzip";;
8821         *.Z)  MANPAGE_FORMAT="$MANPAGE_FORMAT compress";;
8822         *.0)    MANPAGE_FORMAT="$MANPAGE_FORMAT BSDI";;
8823         *)    MANPAGE_FORMAT="$MANPAGE_FORMAT normal";;
8824         esac
8825
8826         case "$cf_name" in
8827         $cf_dir/man*)
8828           cf_catonly=no
8829           ;;
8830         $cf_dir/cat*)
8831           cf_preform=yes
8832           ;;
8833         esac
8834         break
8835       fi
8836
8837       # if we found a match in either man* or cat*, stop looking
8838       if test -n "$MANPAGE_FORMAT" ; then
8839         cf_found=no
8840         test "$cf_preform" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT formatted"
8841         test "$cf_catonly" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT catonly"
8842         case "$cf_name" in
8843         $cf_dir/cat*)
8844           cf_found=yes
8845           ;;
8846         esac
8847         test $cf_found=yes && break
8848       fi
8849     done
8850     # only check the first directory in $MANPATH where we find manpages
8851     if test -n "$MANPAGE_FORMAT" ; then
8852        break
8853     fi
8854   done
8855   # if we did not find the example, just assume it is normal
8856   test -z "$MANPAGE_FORMAT" && MANPAGE_FORMAT=normal
8857   IFS="$ac_save_ifs"
8858   ;;
8859 *)
8860   for cf_option in $MANPAGE_FORMAT; do
8861      case $cf_option in #(vi
8862      gzip|compress|BSDI|normal|formatted|catonly)
8863        ;;
8864      *)
8865        cf_unknown="$cf_unknown $cf_option"
8866        ;;
8867      esac
8868   done
8869   ;;
8870 esac
8871
8872 echo "$as_me:8872: result: $MANPAGE_FORMAT" >&5
8873 echo "${ECHO_T}$MANPAGE_FORMAT" >&6
8874 if test -n "$cf_unknown" ; then
8875   { echo "$as_me:8875: WARNING: Unexpected manpage-format $cf_unknown" >&5
8876 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;}
8877 fi
8878
8879 echo "$as_me:8879: checking for manpage renaming" >&5
8880 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6
8881
8882 # Check whether --with-manpage-renames or --without-manpage-renames was given.
8883 if test "${with_manpage_renames+set}" = set; then
8884   withval="$with_manpage_renames"
8885   MANPAGE_RENAMES=$withval
8886 else
8887   MANPAGE_RENAMES=yes
8888 fi;
8889
8890 case ".$MANPAGE_RENAMES" in #(vi
8891 .no) #(vi
8892   ;;
8893 .|.yes)
8894   # Debian 'man' program?
8895   if test -f /etc/debian_version ; then
8896     MANPAGE_RENAMES=`cd $srcdir && pwd`/man/man_db.renames
8897   else
8898     MANPAGE_RENAMES=no
8899   fi
8900   ;;
8901 esac
8902
8903 if test "$MANPAGE_RENAMES" != no ; then
8904   if test -f $srcdir/man/$MANPAGE_RENAMES ; then
8905     MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES
8906   elif test ! -f $MANPAGE_RENAMES ; then
8907     { { echo "$as_me:8907: error: not a filename: $MANPAGE_RENAMES" >&5
8908 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;}
8909    { (exit 1); exit 1; }; }
8910   fi
8911
8912   test ! -d man && mkdir man
8913
8914   # Construct a sed-script to perform renaming within man-pages
8915   if test -n "$MANPAGE_RENAMES" ; then
8916     test ! -d man && mkdir man
8917     sh $srcdir/man/make_sed.sh $MANPAGE_RENAMES >./edit_man.sed
8918   fi
8919 fi
8920
8921 echo "$as_me:8921: result: $MANPAGE_RENAMES" >&5
8922 echo "${ECHO_T}$MANPAGE_RENAMES" >&6
8923
8924 echo "$as_me:8924: checking if manpage aliases will be installed" >&5
8925 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6
8926
8927 # Check whether --with-manpage-aliases or --without-manpage-aliases was given.
8928 if test "${with_manpage_aliases+set}" = set; then
8929   withval="$with_manpage_aliases"
8930   MANPAGE_ALIASES=$withval
8931 else
8932   MANPAGE_ALIASES=yes
8933 fi;
8934
8935 echo "$as_me:8935: result: $MANPAGE_ALIASES" >&5
8936 echo "${ECHO_T}$MANPAGE_ALIASES" >&6
8937
8938 if test "$LN_S" = "ln -s"; then
8939         cf_use_symlinks=yes
8940 else
8941         cf_use_symlinks=no
8942 fi
8943
8944 MANPAGE_SYMLINKS=no
8945 if test "$MANPAGE_ALIASES" = yes ; then
8946 echo "$as_me:8946: checking if manpage symlinks should be used" >&5
8947 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6
8948
8949 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given.
8950 if test "${with_manpage_symlinks+set}" = set; then
8951   withval="$with_manpage_symlinks"
8952   MANPAGE_SYMLINKS=$withval
8953 else
8954   MANPAGE_SYMLINKS=$cf_use_symlinks
8955 fi;
8956
8957 if test "$$cf_use_symlinks" = no; then
8958 if test "$MANPAGE_SYMLINKS" = yes ; then
8959         { echo "$as_me:8959: WARNING: cannot make symlinks" >&5
8960 echo "$as_me: WARNING: cannot make symlinks" >&2;}
8961         MANPAGE_SYMLINKS=no
8962 fi
8963 fi
8964
8965 echo "$as_me:8965: result: $MANPAGE_SYMLINKS" >&5
8966 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6
8967 fi
8968
8969 echo "$as_me:8969: checking for manpage tbl" >&5
8970 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6
8971
8972 # Check whether --with-manpage-tbl or --without-manpage-tbl was given.
8973 if test "${with_manpage_tbl+set}" = set; then
8974   withval="$with_manpage_tbl"
8975   MANPAGE_TBL=$withval
8976 else
8977   MANPAGE_TBL=no
8978 fi;
8979
8980 echo "$as_me:8980: result: $MANPAGE_TBL" >&5
8981 echo "${ECHO_T}$MANPAGE_TBL" >&6
8982
8983   if test "$prefix" = "NONE" ; then
8984      cf_prefix="$ac_default_prefix"
8985   else
8986      cf_prefix="$prefix"
8987   fi
8988
8989   case "$MANPAGE_FORMAT" in # (vi
8990   *catonly*) # (vi
8991     cf_format=yes
8992     cf_inboth=no
8993     ;;
8994   *formatted*) # (vi
8995     cf_format=yes
8996     cf_inboth=yes
8997     ;;
8998   *)
8999     cf_format=no
9000     cf_inboth=no
9001     ;;
9002   esac
9003
9004 test ! -d man && mkdir man
9005
9006 cf_so_strip=
9007 cf_compress=
9008 case "$MANPAGE_FORMAT" in #(vi
9009 *compress*) #(vi
9010         cf_so_strip="Z"
9011         cf_compress=compress
9012   ;;
9013 *gzip*) #(vi
9014         cf_so_strip="gz"
9015         cf_compress=gzip
9016   ;;
9017 esac
9018
9019 cf_edit_man=./edit_man.sh
9020 cf_man_alias=`pwd`/man_alias.sed
9021
9022 cat >$cf_edit_man <<CF_EOF
9023 #! /bin/sh
9024 # this script is generated by the configure-script CF_MAN_PAGES macro.
9025
9026 prefix="$cf_prefix"
9027 datadir="$datadir"
9028
9029 NCURSES_MAJOR="$NCURSES_MAJOR"
9030 NCURSES_MINOR="$NCURSES_MINOR"
9031 NCURSES_PATCH="$NCURSES_PATCH"
9032
9033 NCURSES_OSPEED="$NCURSES_OSPEED"
9034 TERMINFO="$TERMINFO"
9035
9036 MKDIRS="sh `cd $srcdir && pwd`/mkdirs.sh"
9037
9038 INSTALL="$INSTALL"
9039 INSTALL_DATA="$INSTALL_DATA"
9040
9041 transform="$program_transform_name"
9042
9043 TMP=\${TMPDIR-/tmp}/man\$\$
9044 trap "rm -f \$TMP" 0 1 2 5 15
9045
9046 form=\$1
9047 shift || exit 1
9048
9049 verb=\$1
9050 shift || exit 1
9051
9052 mandir=\$1
9053 shift || exit 1
9054
9055 srcdir=\$1
9056 top_srcdir=\$srcdir/..
9057 shift || exit 1
9058
9059 if test "\$form" = normal ; then
9060         if test "$cf_format" = yes ; then
9061         if test "$cf_inboth" = no ; then
9062                 sh \$0 format \$verb \$mandir \$srcdir \$*
9063                 exit $?
9064         fi
9065         fi
9066         cf_subdir=\$mandir/man
9067         cf_tables=$MANPAGE_TBL
9068 else
9069         cf_subdir=\$mandir/cat
9070         cf_tables=yes
9071 fi
9072
9073 # process the list of source-files
9074 for i in \$* ; do
9075 case \$i in #(vi
9076 *.orig|*.rej) ;; #(vi
9077 *.[0-9]*)
9078         section=\`expr "\$i" : '.*\\.\\([0-9]\\)[xm]*'\`;
9079         if test \$verb = installing ; then
9080         if test ! -d \$cf_subdir\${section} ; then
9081                 \$MKDIRS \$cf_subdir\$section
9082         fi
9083         fi
9084
9085         # replace variables in man page
9086         if test ! -f $cf_man_alias ; then
9087 cat >>$cf_man_alias <<-CF_EOF2
9088                 s,@DATADIR@,\$datadir,g
9089                 s,@TERMINFO@,\$TERMINFO,g
9090                 s,@NCURSES_MAJOR@,\$NCURSES_MAJOR,g
9091                 s,@NCURSES_MINOR@,\$NCURSES_MINOR,g
9092                 s,@NCURSES_PATCH@,\$NCURSES_PATCH,g
9093                 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g
9094 CF_EOF
9095
9096         for cf_name in  captoinfo clear infocmp infotocap tabs tic toe tput tset
9097         do
9098                 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
9099                 cf_name=`echo $cf_name|sed "$program_transform_name"`
9100 cat >>$cf_edit_man <<-CF_EOF
9101                 s,@$cf_NAME@,$cf_name,
9102 CF_EOF
9103         done
9104
9105 cat >>$cf_edit_man <<CF_EOF
9106 CF_EOF2
9107                 echo "...made $cf_man_alias"
9108         fi
9109
9110         aliases=
9111         cf_source=\`basename \$i\`
9112         inalias=\$cf_source
9113         test ! -f \$inalias && inalias="\$srcdir/\$inalias"
9114         if test ! -f \$inalias ; then
9115                 echo .. skipped \$cf_source
9116                 continue
9117         fi
9118 CF_EOF
9119
9120 if test "$MANPAGE_ALIASES" != no ; then
9121 cat >>$cf_edit_man <<CF_EOF
9122         aliases=\`sed -f \$top_srcdir/man/manlinks.sed \$inalias |sed -f $cf_man_alias | sort -u\`
9123 CF_EOF
9124 fi
9125
9126 if test "$MANPAGE_RENAMES" = no ; then
9127 cat >>$cf_edit_man <<CF_EOF
9128         # perform program transformations for section 1 man pages
9129         if test \$section = 1 ; then
9130                 cf_target=\$cf_subdir\${section}/\`echo \$cf_source|sed "\${transform}"\`
9131         else
9132                 cf_target=\$cf_subdir\${section}/\$cf_source
9133         fi
9134 CF_EOF
9135 else
9136 cat >>$cf_edit_man <<CF_EOF
9137         cf_target=\`grep "^\$cf_source" $MANPAGE_RENAMES | $AWK '{print \$2}'\`
9138         if test -z "\$cf_target" ; then
9139                 echo '? missing rename for '\$cf_source
9140                 cf_target="\$cf_source"
9141         fi
9142         cf_target="\$cf_subdir\${section}/\${cf_target}"
9143
9144 CF_EOF
9145 fi
9146
9147 cat >>$cf_edit_man <<CF_EOF
9148         sed     -f $cf_man_alias \\
9149 CF_EOF
9150
9151 if test -f $MANPAGE_RENAMES ; then
9152 cat >>$cf_edit_man <<CF_EOF
9153                 < \$i | sed -f `pwd`/edit_man.sed >\$TMP
9154 CF_EOF
9155 else
9156 cat >>$cf_edit_man <<CF_EOF
9157                 < \$i >\$TMP
9158 CF_EOF
9159 fi
9160
9161 cat >>$cf_edit_man <<CF_EOF
9162 if test \$cf_tables = yes ; then
9163         tbl \$TMP >\$TMP.out
9164         mv \$TMP.out \$TMP
9165 fi
9166 CF_EOF
9167
9168 if test $with_curses_h != yes ; then
9169 cat >>$cf_edit_man <<CF_EOF
9170         sed -e "/\#[    ]*include/s,curses.h,ncurses.h," < \$TMP >\$TMP.out
9171         mv \$TMP.out \$TMP
9172 CF_EOF
9173 fi
9174
9175 cat >>$cf_edit_man <<CF_EOF
9176         if test \$form = format ; then
9177                 nroff -man \$TMP >\$TMP.out
9178                 mv \$TMP.out \$TMP
9179         fi
9180 CF_EOF
9181
9182 if test -n "$cf_compress" ; then
9183 cat >>$cf_edit_man <<CF_EOF
9184         if test \$verb = installing ; then
9185         if ( $cf_compress -f \$TMP )
9186         then
9187                 mv \$TMP.$cf_so_strip \$TMP
9188         fi
9189         fi
9190         cf_target="\$cf_target.$cf_so_strip"
9191 CF_EOF
9192 fi
9193
9194 case "$MANPAGE_FORMAT" in #(vi
9195 *BSDI*)
9196 cat >>$cf_edit_man <<CF_EOF
9197         if test \$form = format ; then
9198                 # BSDI installs only .0 suffixes in the cat directories
9199                 cf_target="\`echo \$cf_target|sed -e 's/\.[1-9]\+[a-z]*/.0/'\`"
9200         fi
9201 CF_EOF
9202   ;;
9203 esac
9204
9205 cat >>$cf_edit_man <<CF_EOF
9206         suffix=\`basename \$cf_target | sed -e 's%^[^.]*%%'\`
9207         if test \$verb = installing ; then
9208                 echo \$verb \$cf_target
9209                 \$INSTALL_DATA \$TMP \$cf_target
9210                 test -d \$cf_subdir\${section} &&
9211                 test -n "\$aliases" && (
9212                         cd \$cf_subdir\${section} && (
9213                                 cf_source=\`echo \$cf_target |sed -e 's%^.*/\([^/][^/]*/[^/][^/]*$\)%\1%'\`
9214                                 test -n "$cf_so_strip" && cf_source=\`echo \$cf_source |sed -e 's%\.$cf_so_strip\$%%'\`
9215                                 cf_target=\`basename \$cf_target\`
9216                                 for cf_alias in \$aliases
9217                                 do
9218                                         if test \$section = 1 ; then
9219                                                 cf_alias=\`echo \$cf_alias|sed "\${transform}"\`
9220                                         fi
9221
9222                                         if test "$MANPAGE_SYMLINKS" = yes ; then
9223                                                 if test -f \$cf_alias\${suffix} ; then
9224                                                         if ( cmp -s \$cf_target \$cf_alias\${suffix} )
9225                                                         then
9226                                                                 continue
9227                                                         fi
9228                                                 fi
9229                                                 echo .. \$verb alias \$cf_alias\${suffix}
9230                                                 rm -f \$cf_alias\${suffix}
9231                                                 $LN_S \$cf_target \$cf_alias\${suffix}
9232                                         elif test "\$cf_target" != "\$cf_alias\${suffix}" ; then
9233                                                 echo ".so \$cf_source" >\$TMP
9234 CF_EOF
9235 if test -n "$cf_compress" ; then
9236 cat >>$cf_edit_man <<CF_EOF
9237                                                 if test -n "$cf_so_strip" ; then
9238                                                         $cf_compress -f \$TMP
9239                                                         mv \$TMP.$cf_so_strip \$TMP
9240                                                 fi
9241 CF_EOF
9242 fi
9243 cat >>$cf_edit_man <<CF_EOF
9244                                                 echo .. \$verb alias \$cf_alias\${suffix}
9245                                                 rm -f \$cf_alias\${suffix}
9246                                                 \$INSTALL_DATA \$TMP \$cf_alias\${suffix}
9247                                         fi
9248                                 done
9249                         )
9250                 )
9251         elif test \$verb = removing ; then
9252                 test -f \$cf_target && (
9253                         echo \$verb \$cf_target
9254                         rm -f \$cf_target
9255                 )
9256                 test -d \$cf_subdir\${section} &&
9257                 test -n "\$aliases" && (
9258                         cd \$cf_subdir\${section} && (
9259                                 for cf_alias in \$aliases
9260                                 do
9261                                         if test \$section = 1 ; then
9262                                                 cf_alias=\`echo \$cf_alias|sed "\${transform}"\`
9263                                         fi
9264
9265                                         echo .. \$verb alias \$cf_alias\${suffix}
9266                                         rm -f \$cf_alias\${suffix}
9267                                 done
9268                         )
9269                 )
9270         else
9271 #               echo ".hy 0"
9272                 cat \$TMP
9273         fi
9274         ;;
9275 esac
9276 done
9277
9278 if test $cf_inboth = yes ; then
9279 if test \$form != format ; then
9280         sh \$0 format \$verb \$mandir \$srcdir \$*
9281 fi
9282 fi
9283
9284 exit 0
9285 CF_EOF
9286 chmod 755 $cf_edit_man
9287
9288 ###############################################################################
9289
9290 ### Note that some functions (such as const) are normally disabled anyway.
9291 echo "$as_me:9291: checking if you want to build with function extensions" >&5
9292 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
9293
9294 # Check whether --enable-ext-funcs or --disable-ext-funcs was given.
9295 if test "${enable_ext_funcs+set}" = set; then
9296   enableval="$enable_ext_funcs"
9297   with_ext_funcs=$enableval
9298 else
9299   with_ext_funcs=yes
9300 fi;
9301 echo "$as_me:9301: result: $with_ext_funcs" >&5
9302 echo "${ECHO_T}$with_ext_funcs" >&6
9303 if test "$with_ext_funcs" = yes ; then
9304         NCURSES_EXT_FUNCS=1
9305         cat >>confdefs.h <<\EOF
9306 #define HAVE_CURSES_VERSION 1
9307 EOF
9308
9309         cat >>confdefs.h <<\EOF
9310 #define HAVE_HAS_KEY 1
9311 EOF
9312
9313         cat >>confdefs.h <<\EOF
9314 #define HAVE_RESIZETERM 1
9315 EOF
9316
9317         cat >>confdefs.h <<\EOF
9318 #define HAVE_RESIZE_TERM 1
9319 EOF
9320
9321         cat >>confdefs.h <<\EOF
9322 #define HAVE_USE_DEFAULT_COLORS 1
9323 EOF
9324
9325         cat >>confdefs.h <<\EOF
9326 #define HAVE_WRESIZE 1
9327 EOF
9328
9329         cat >>confdefs.h <<\EOF
9330 #define NCURSES_EXT_FUNCS 1
9331 EOF
9332
9333         GENERATED_EXT_FUNCS=generated
9334 else
9335         NCURSES_EXT_FUNCS=0
9336         GENERATED_EXT_FUNCS=
9337 fi
9338
9339 echo "$as_me:9339: checking if you want to build with experimental SCREEN extensions" >&5
9340 echo $ECHO_N "checking if you want to build with experimental SCREEN extensions... $ECHO_C" >&6
9341
9342 # Check whether --enable-sp-funcs or --disable-sp-funcs was given.
9343 if test "${enable_sp_funcs+set}" = set; then
9344   enableval="$enable_sp_funcs"
9345   with_sp_funcs=$enableval
9346 else
9347   with_sp_funcs=no
9348 fi;
9349 echo "$as_me:9349: result: $with_sp_funcs" >&5
9350 echo "${ECHO_T}$with_sp_funcs" >&6
9351 if test "$with_sp_funcs" = yes ; then
9352         NCURSES_SP_FUNCS=1
9353         cat >>confdefs.h <<\EOF
9354 #define NCURSES_SP_FUNCS 1
9355 EOF
9356
9357         GENERATED_SP_FUNCS=generated
9358 else
9359         NCURSES_SP_FUNCS=0
9360         GENERATED_SP_FUNCS=
9361 fi
9362
9363 echo "$as_me:9363: checking if you want to build with experimental terminal-driver" >&5
9364 echo $ECHO_N "checking if you want to build with experimental terminal-driver... $ECHO_C" >&6
9365
9366 # Check whether --enable-term-driver or --disable-term-driver was given.
9367 if test "${enable_term_driver+set}" = set; then
9368   enableval="$enable_term_driver"
9369   with_term_driver=$enableval
9370 else
9371   with_term_driver=no
9372 fi;
9373 echo "$as_me:9373: result: $with_term_driver" >&5
9374 echo "${ECHO_T}$with_term_driver" >&6
9375 if test "$with_term_driver" = yes ; then
9376         cat >>confdefs.h <<\EOF
9377 #define USE_TERM_DRIVER 1
9378 EOF
9379
9380 fi
9381
9382 ###   use option --enable-const to turn on use of const beyond that in XSI.
9383 echo "$as_me:9383: checking for extended use of const keyword" >&5
9384 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
9385
9386 # Check whether --enable-const or --disable-const was given.
9387 if test "${enable_const+set}" = set; then
9388   enableval="$enable_const"
9389   with_ext_const=$enableval
9390 else
9391   with_ext_const=no
9392 fi;
9393 echo "$as_me:9393: result: $with_ext_const" >&5
9394 echo "${ECHO_T}$with_ext_const" >&6
9395 NCURSES_CONST='/*nothing*/'
9396 if test "$with_ext_const" = yes ; then
9397         NCURSES_CONST=const
9398 fi
9399
9400 ###   use option --enable-ext-colors to turn on use of colors beyond 16.
9401 echo "$as_me:9401: checking if you want to use extended colors" >&5
9402 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6
9403
9404 # Check whether --enable-ext-colors or --disable-ext-colors was given.
9405 if test "${enable_ext_colors+set}" = set; then
9406   enableval="$enable_ext_colors"
9407   with_ext_colors=$enableval
9408 else
9409   with_ext_colors=no
9410 fi;
9411 echo "$as_me:9411: result: $with_ext_colors" >&5
9412 echo "${ECHO_T}$with_ext_colors" >&6
9413 NCURSES_EXT_COLORS=0
9414 if test "$with_ext_colors" = yes ; then
9415         if test "$with_widec" != yes ; then
9416                 { { echo "$as_me:9416: error: This option applies only to wide-character library" >&5
9417 echo "$as_me: error: This option applies only to wide-character library" >&2;}
9418    { (exit 1); exit 1; }; }
9419         else
9420                 # cannot be ABI 5 since it changes sizeof(cchar_t)
9421
9422 if test "${with_abi_version+set}" != set; then
9423         case $cf_cv_rel_version in
9424         5.*)
9425                 cf_cv_rel_version=6.0
9426                 cf_cv_abi_version=6
9427                 { echo "$as_me:9427: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
9428 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
9429                 ;;
9430         esac
9431 fi
9432
9433         fi
9434         NCURSES_EXT_COLORS=1
9435         cat >>confdefs.h <<\EOF
9436 #define NCURSES_EXT_COLORS 1
9437 EOF
9438
9439 fi
9440
9441 ###   use option --enable-ext-mouse to modify coding to support 5-button mice
9442 echo "$as_me:9442: checking if you want to use extended mouse encoding" >&5
9443 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6
9444
9445 # Check whether --enable-ext-mouse or --disable-ext-mouse was given.
9446 if test "${enable_ext_mouse+set}" = set; then
9447   enableval="$enable_ext_mouse"
9448   with_ext_mouse=$enableval
9449 else
9450   with_ext_mouse=no
9451 fi;
9452 echo "$as_me:9452: result: $with_ext_mouse" >&5
9453 echo "${ECHO_T}$with_ext_mouse" >&6
9454 NCURSES_MOUSE_VERSION=1
9455 if test "$with_ext_mouse" = yes ; then
9456         NCURSES_MOUSE_VERSION=2
9457
9458 if test "${with_abi_version+set}" != set; then
9459         case $cf_cv_rel_version in
9460         5.*)
9461                 cf_cv_rel_version=6.0
9462                 cf_cv_abi_version=6
9463                 { echo "$as_me:9463: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
9464 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
9465                 ;;
9466         esac
9467 fi
9468
9469 fi
9470
9471 echo "$as_me:9471: checking if you want \$NCURSES_NO_PADDING code" >&5
9472 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6
9473
9474 # Check whether --enable-no-padding or --disable-no-padding was given.
9475 if test "${enable_no_padding+set}" = set; then
9476   enableval="$enable_no_padding"
9477   with_no_padding=$enableval
9478 else
9479   with_no_padding=$with_ext_funcs
9480 fi;
9481 echo "$as_me:9481: result: $with_no_padding" >&5
9482 echo "${ECHO_T}$with_no_padding" >&6
9483 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF
9484 #define NCURSES_NO_PADDING 1
9485 EOF
9486
9487 echo "$as_me:9487: checking for ANSI C header files" >&5
9488 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
9489 if test "${ac_cv_header_stdc+set}" = set; then
9490   echo $ECHO_N "(cached) $ECHO_C" >&6
9491 else
9492   cat >conftest.$ac_ext <<_ACEOF
9493 #line 9493 "configure"
9494 #include "confdefs.h"
9495 #include <stdlib.h>
9496 #include <stdarg.h>
9497 #include <string.h>
9498 #include <float.h>
9499
9500 _ACEOF
9501 if { (eval echo "$as_me:9501: \"$ac_cpp conftest.$ac_ext\"") >&5
9502   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9503   ac_status=$?
9504   egrep -v '^ *\+' conftest.er1 >conftest.err
9505   rm -f conftest.er1
9506   cat conftest.err >&5
9507   echo "$as_me:9507: \$? = $ac_status" >&5
9508   (exit $ac_status); } >/dev/null; then
9509   if test -s conftest.err; then
9510     ac_cpp_err=$ac_c_preproc_warn_flag
9511   else
9512     ac_cpp_err=
9513   fi
9514 else
9515   ac_cpp_err=yes
9516 fi
9517 if test -z "$ac_cpp_err"; then
9518   ac_cv_header_stdc=yes
9519 else
9520   echo "$as_me: failed program was:" >&5
9521   cat conftest.$ac_ext >&5
9522   ac_cv_header_stdc=no
9523 fi
9524 rm -f conftest.err conftest.$ac_ext
9525
9526 if test $ac_cv_header_stdc = yes; then
9527   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9528   cat >conftest.$ac_ext <<_ACEOF
9529 #line 9529 "configure"
9530 #include "confdefs.h"
9531 #include <string.h>
9532
9533 _ACEOF
9534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9535   egrep "memchr" >/dev/null 2>&1; then
9536   :
9537 else
9538   ac_cv_header_stdc=no
9539 fi
9540 rm -f conftest*
9541
9542 fi
9543
9544 if test $ac_cv_header_stdc = yes; then
9545   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9546   cat >conftest.$ac_ext <<_ACEOF
9547 #line 9547 "configure"
9548 #include "confdefs.h"
9549 #include <stdlib.h>
9550
9551 _ACEOF
9552 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9553   egrep "free" >/dev/null 2>&1; then
9554   :
9555 else
9556   ac_cv_header_stdc=no
9557 fi
9558 rm -f conftest*
9559
9560 fi
9561
9562 if test $ac_cv_header_stdc = yes; then
9563   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9564   if test "$cross_compiling" = yes; then
9565   :
9566 else
9567   cat >conftest.$ac_ext <<_ACEOF
9568 #line 9568 "configure"
9569 #include "confdefs.h"
9570 #include <ctype.h>
9571 #if ((' ' & 0x0FF) == 0x020)
9572 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9573 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9574 #else
9575 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
9576                      || ('j' <= (c) && (c) <= 'r') \
9577                      || ('s' <= (c) && (c) <= 'z'))
9578 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9579 #endif
9580
9581 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9582 int
9583 main ()
9584 {
9585   int i;
9586   for (i = 0; i < 256; i++)
9587     if (XOR (islower (i), ISLOWER (i))
9588         || toupper (i) != TOUPPER (i))
9589       $ac_main_return(2);
9590   $ac_main_return (0);
9591 }
9592 _ACEOF
9593 rm -f conftest$ac_exeext
9594 if { (eval echo "$as_me:9594: \"$ac_link\"") >&5
9595   (eval $ac_link) 2>&5
9596   ac_status=$?
9597   echo "$as_me:9597: \$? = $ac_status" >&5
9598   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9599   { (eval echo "$as_me:9599: \"$ac_try\"") >&5
9600   (eval $ac_try) 2>&5
9601   ac_status=$?
9602   echo "$as_me:9602: \$? = $ac_status" >&5
9603   (exit $ac_status); }; }; then
9604   :
9605 else
9606   echo "$as_me: program exited with status $ac_status" >&5
9607 echo "$as_me: failed program was:" >&5
9608 cat conftest.$ac_ext >&5
9609 ac_cv_header_stdc=no
9610 fi
9611 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9612 fi
9613 fi
9614 fi
9615 echo "$as_me:9615: result: $ac_cv_header_stdc" >&5
9616 echo "${ECHO_T}$ac_cv_header_stdc" >&6
9617 if test $ac_cv_header_stdc = yes; then
9618
9619 cat >>confdefs.h <<\EOF
9620 #define STDC_HEADERS 1
9621 EOF
9622
9623 fi
9624
9625 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
9626
9627 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
9628                   inttypes.h stdint.h unistd.h
9629 do
9630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9631 echo "$as_me:9631: checking for $ac_header" >&5
9632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9633 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9634   echo $ECHO_N "(cached) $ECHO_C" >&6
9635 else
9636   cat >conftest.$ac_ext <<_ACEOF
9637 #line 9637 "configure"
9638 #include "confdefs.h"
9639 $ac_includes_default
9640 #include <$ac_header>
9641 _ACEOF
9642 rm -f conftest.$ac_objext
9643 if { (eval echo "$as_me:9643: \"$ac_compile\"") >&5
9644   (eval $ac_compile) 2>&5
9645   ac_status=$?
9646   echo "$as_me:9646: \$? = $ac_status" >&5
9647   (exit $ac_status); } &&
9648          { ac_try='test -s conftest.$ac_objext'
9649   { (eval echo "$as_me:9649: \"$ac_try\"") >&5
9650   (eval $ac_try) 2>&5
9651   ac_status=$?
9652   echo "$as_me:9652: \$? = $ac_status" >&5
9653   (exit $ac_status); }; }; then
9654   eval "$as_ac_Header=yes"
9655 else
9656   echo "$as_me: failed program was:" >&5
9657 cat conftest.$ac_ext >&5
9658 eval "$as_ac_Header=no"
9659 fi
9660 rm -f conftest.$ac_objext conftest.$ac_ext
9661 fi
9662 echo "$as_me:9662: result: `eval echo '${'$as_ac_Header'}'`" >&5
9663 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9664 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9665   cat >>confdefs.h <<EOF
9666 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9667 EOF
9668
9669 fi
9670 done
9671
9672 echo "$as_me:9672: checking for signed char" >&5
9673 echo $ECHO_N "checking for signed char... $ECHO_C" >&6
9674 if test "${ac_cv_type_signed_char+set}" = set; then
9675   echo $ECHO_N "(cached) $ECHO_C" >&6
9676 else
9677   cat >conftest.$ac_ext <<_ACEOF
9678 #line 9678 "configure"
9679 #include "confdefs.h"
9680 $ac_includes_default
9681 int
9682 main ()
9683 {
9684 if ((signed char *) 0)
9685   return 0;
9686 if (sizeof (signed char))
9687   return 0;
9688   ;
9689   return 0;
9690 }
9691 _ACEOF
9692 rm -f conftest.$ac_objext
9693 if { (eval echo "$as_me:9693: \"$ac_compile\"") >&5
9694   (eval $ac_compile) 2>&5
9695   ac_status=$?
9696   echo "$as_me:9696: \$? = $ac_status" >&5
9697   (exit $ac_status); } &&
9698          { ac_try='test -s conftest.$ac_objext'
9699   { (eval echo "$as_me:9699: \"$ac_try\"") >&5
9700   (eval $ac_try) 2>&5
9701   ac_status=$?
9702   echo "$as_me:9702: \$? = $ac_status" >&5
9703   (exit $ac_status); }; }; then
9704   ac_cv_type_signed_char=yes
9705 else
9706   echo "$as_me: failed program was:" >&5
9707 cat conftest.$ac_ext >&5
9708 ac_cv_type_signed_char=no
9709 fi
9710 rm -f conftest.$ac_objext conftest.$ac_ext
9711 fi
9712 echo "$as_me:9712: result: $ac_cv_type_signed_char" >&5
9713 echo "${ECHO_T}$ac_cv_type_signed_char" >&6
9714
9715 echo "$as_me:9715: checking size of signed char" >&5
9716 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
9717 if test "${ac_cv_sizeof_signed_char+set}" = set; then
9718   echo $ECHO_N "(cached) $ECHO_C" >&6
9719 else
9720   if test "$ac_cv_type_signed_char" = yes; then
9721   if test "$cross_compiling" = yes; then
9722   # Depending upon the size, compute the lo and hi bounds.
9723 cat >conftest.$ac_ext <<_ACEOF
9724 #line 9724 "configure"
9725 #include "confdefs.h"
9726 $ac_includes_default
9727 int
9728 main ()
9729 {
9730 int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)]
9731   ;
9732   return 0;
9733 }
9734 _ACEOF
9735 rm -f conftest.$ac_objext
9736 if { (eval echo "$as_me:9736: \"$ac_compile\"") >&5
9737   (eval $ac_compile) 2>&5
9738   ac_status=$?
9739   echo "$as_me:9739: \$? = $ac_status" >&5
9740   (exit $ac_status); } &&
9741          { ac_try='test -s conftest.$ac_objext'
9742   { (eval echo "$as_me:9742: \"$ac_try\"") >&5
9743   (eval $ac_try) 2>&5
9744   ac_status=$?
9745   echo "$as_me:9745: \$? = $ac_status" >&5
9746   (exit $ac_status); }; }; then
9747   ac_lo=0 ac_mid=0
9748   while :; do
9749     cat >conftest.$ac_ext <<_ACEOF
9750 #line 9750 "configure"
9751 #include "confdefs.h"
9752 $ac_includes_default
9753 int
9754 main ()
9755 {
9756 int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
9757   ;
9758   return 0;
9759 }
9760 _ACEOF
9761 rm -f conftest.$ac_objext
9762 if { (eval echo "$as_me:9762: \"$ac_compile\"") >&5
9763   (eval $ac_compile) 2>&5
9764   ac_status=$?
9765   echo "$as_me:9765: \$? = $ac_status" >&5
9766   (exit $ac_status); } &&
9767          { ac_try='test -s conftest.$ac_objext'
9768   { (eval echo "$as_me:9768: \"$ac_try\"") >&5
9769   (eval $ac_try) 2>&5
9770   ac_status=$?
9771   echo "$as_me:9771: \$? = $ac_status" >&5
9772   (exit $ac_status); }; }; then
9773   ac_hi=$ac_mid; break
9774 else
9775   echo "$as_me: failed program was:" >&5
9776 cat conftest.$ac_ext >&5
9777 ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
9778 fi
9779 rm -f conftest.$ac_objext conftest.$ac_ext
9780   done
9781 else
9782   echo "$as_me: failed program was:" >&5
9783 cat conftest.$ac_ext >&5
9784 ac_hi=-1 ac_mid=-1
9785   while :; do
9786     cat >conftest.$ac_ext <<_ACEOF
9787 #line 9787 "configure"
9788 #include "confdefs.h"
9789 $ac_includes_default
9790 int
9791 main ()
9792 {
9793 int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)]
9794   ;
9795   return 0;
9796 }
9797 _ACEOF
9798 rm -f conftest.$ac_objext
9799 if { (eval echo "$as_me:9799: \"$ac_compile\"") >&5
9800   (eval $ac_compile) 2>&5
9801   ac_status=$?
9802   echo "$as_me:9802: \$? = $ac_status" >&5
9803   (exit $ac_status); } &&
9804          { ac_try='test -s conftest.$ac_objext'
9805   { (eval echo "$as_me:9805: \"$ac_try\"") >&5
9806   (eval $ac_try) 2>&5
9807   ac_status=$?
9808   echo "$as_me:9808: \$? = $ac_status" >&5
9809   (exit $ac_status); }; }; then
9810   ac_lo=$ac_mid; break
9811 else
9812   echo "$as_me: failed program was:" >&5
9813 cat conftest.$ac_ext >&5
9814 ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
9815 fi
9816 rm -f conftest.$ac_objext conftest.$ac_ext
9817   done
9818 fi
9819 rm -f conftest.$ac_objext conftest.$ac_ext
9820 # Binary search between lo and hi bounds.
9821 while test "x$ac_lo" != "x$ac_hi"; do
9822   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9823   cat >conftest.$ac_ext <<_ACEOF
9824 #line 9824 "configure"
9825 #include "confdefs.h"
9826 $ac_includes_default
9827 int
9828 main ()
9829 {
9830 int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
9831   ;
9832   return 0;
9833 }
9834 _ACEOF
9835 rm -f conftest.$ac_objext
9836 if { (eval echo "$as_me:9836: \"$ac_compile\"") >&5
9837   (eval $ac_compile) 2>&5
9838   ac_status=$?
9839   echo "$as_me:9839: \$? = $ac_status" >&5
9840   (exit $ac_status); } &&
9841          { ac_try='test -s conftest.$ac_objext'
9842   { (eval echo "$as_me:9842: \"$ac_try\"") >&5
9843   (eval $ac_try) 2>&5
9844   ac_status=$?
9845   echo "$as_me:9845: \$? = $ac_status" >&5
9846   (exit $ac_status); }; }; then
9847   ac_hi=$ac_mid
9848 else
9849   echo "$as_me: failed program was:" >&5
9850 cat conftest.$ac_ext >&5
9851 ac_lo=`expr $ac_mid + 1`
9852 fi
9853 rm -f conftest.$ac_objext conftest.$ac_ext
9854 done
9855 ac_cv_sizeof_signed_char=$ac_lo
9856 else
9857   if test "$cross_compiling" = yes; then
9858   { { echo "$as_me:9858: error: cannot run test program while cross compiling" >&5
9859 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
9860    { (exit 1); exit 1; }; }
9861 else
9862   cat >conftest.$ac_ext <<_ACEOF
9863 #line 9863 "configure"
9864 #include "confdefs.h"
9865 $ac_includes_default
9866 int
9867 main ()
9868 {
9869 FILE *f = fopen ("conftest.val", "w");
9870 if (!f)
9871   $ac_main_return (1);
9872 fprintf (f, "%d", (sizeof (signed char)));
9873 fclose (f);
9874   ;
9875   return 0;
9876 }
9877 _ACEOF
9878 rm -f conftest$ac_exeext
9879 if { (eval echo "$as_me:9879: \"$ac_link\"") >&5
9880   (eval $ac_link) 2>&5
9881   ac_status=$?
9882   echo "$as_me:9882: \$? = $ac_status" >&5
9883   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9884   { (eval echo "$as_me:9884: \"$ac_try\"") >&5
9885   (eval $ac_try) 2>&5
9886   ac_status=$?
9887   echo "$as_me:9887: \$? = $ac_status" >&5
9888   (exit $ac_status); }; }; then
9889   ac_cv_sizeof_signed_char=`cat conftest.val`
9890 else
9891   echo "$as_me: program exited with status $ac_status" >&5
9892 echo "$as_me: failed program was:" >&5
9893 cat conftest.$ac_ext >&5
9894 fi
9895 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9896 fi
9897 fi
9898 rm -f conftest.val
9899 else
9900   ac_cv_sizeof_signed_char=0
9901 fi
9902 fi
9903 echo "$as_me:9903: result: $ac_cv_sizeof_signed_char" >&5
9904 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
9905 cat >>confdefs.h <<EOF
9906 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
9907 EOF
9908
9909 if test "$ac_cv_sizeof_signed_char" = 1 ; then
9910         NCURSES_SBOOL="signed char"
9911 else
9912         NCURSES_SBOOL="char"
9913 fi
9914 echo "$as_me:9914: checking if you want to use signed Boolean array in term.h" >&5
9915 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6
9916
9917 # Check whether --enable-signed-char or --disable-signed-char was given.
9918 if test "${enable_signed_char+set}" = set; then
9919   enableval="$enable_signed_char"
9920   with_signed_char=$enableval
9921 else
9922   with_signed_char=no
9923 fi;
9924 echo "$as_me:9924: result: $with_signed_char" >&5
9925 echo "${ECHO_T}$with_signed_char" >&6
9926 test "$with_signed_char" != yes && NCURSES_SBOOL="char"
9927
9928 ###   use option --enable-sigwinch to turn on use of SIGWINCH logic
9929 echo "$as_me:9929: checking if you want SIGWINCH handler" >&5
9930 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6
9931
9932 # Check whether --enable-sigwinch or --disable-sigwinch was given.
9933 if test "${enable_sigwinch+set}" = set; then
9934   enableval="$enable_sigwinch"
9935   with_sigwinch=$enableval
9936 else
9937   with_sigwinch=$with_ext_funcs
9938 fi;
9939 echo "$as_me:9939: result: $with_sigwinch" >&5
9940 echo "${ECHO_T}$with_sigwinch" >&6
9941 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF
9942 #define USE_SIGWINCH 1
9943 EOF
9944
9945 ###   use option --enable-tcap-names to allow user to define new capabilities
9946 echo "$as_me:9946: checking if you want user-definable terminal capabilities like termcap" >&5
9947 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6
9948
9949 # Check whether --enable-tcap-names or --disable-tcap-names was given.
9950 if test "${enable_tcap_names+set}" = set; then
9951   enableval="$enable_tcap_names"
9952   with_tcap_names=$enableval
9953 else
9954   with_tcap_names=$with_ext_funcs
9955 fi;
9956 echo "$as_me:9956: result: $with_tcap_names" >&5
9957 echo "${ECHO_T}$with_tcap_names" >&6
9958 NCURSES_XNAMES=0
9959 test "$with_tcap_names" = yes && NCURSES_XNAMES=1
9960
9961 ###############################################################################
9962 # These options are relatively safe to experiment with.
9963
9964 echo "$as_me:9964: checking if you want all development code" >&5
9965 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
9966
9967 # Check whether --with-develop or --without-develop was given.
9968 if test "${with_develop+set}" = set; then
9969   withval="$with_develop"
9970   with_develop=$withval
9971 else
9972   with_develop=no
9973 fi;
9974 echo "$as_me:9974: result: $with_develop" >&5
9975 echo "${ECHO_T}$with_develop" >&6
9976
9977 ###   use option --enable-hard-tabs to turn on use of hard-tabs optimize
9978 echo "$as_me:9978: checking if you want hard-tabs code" >&5
9979 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6
9980
9981 # Check whether --enable-hard-tabs or --disable-hard-tabs was given.
9982 if test "${enable_hard_tabs+set}" = set; then
9983   enableval="$enable_hard_tabs"
9984
9985 else
9986   enable_hard_tabs=$with_develop
9987 fi;
9988 echo "$as_me:9988: result: $enable_hard_tabs" >&5
9989 echo "${ECHO_T}$enable_hard_tabs" >&6
9990 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF
9991 #define USE_HARD_TABS 1
9992 EOF
9993
9994 ###   use option --enable-xmc-glitch to turn on use of magic-cookie optimize
9995 echo "$as_me:9995: checking if you want limited support for xmc" >&5
9996 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6
9997
9998 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given.
9999 if test "${enable_xmc_glitch+set}" = set; then
10000   enableval="$enable_xmc_glitch"
10001
10002 else
10003   enable_xmc_glitch=$with_develop
10004 fi;
10005 echo "$as_me:10005: result: $enable_xmc_glitch" >&5
10006 echo "${ECHO_T}$enable_xmc_glitch" >&6
10007 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF
10008 #define USE_XMC_SUPPORT 1
10009 EOF
10010
10011 ###############################################################################
10012 # These are just experimental, probably should not be in a package:
10013
10014 echo "$as_me:10014: checking if you do not want to assume colors are white-on-black" >&5
10015 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6
10016
10017 # Check whether --enable-assumed-color or --disable-assumed-color was given.
10018 if test "${enable_assumed_color+set}" = set; then
10019   enableval="$enable_assumed_color"
10020   with_assumed_color=$enableval
10021 else
10022   with_assumed_color=yes
10023 fi;
10024 echo "$as_me:10024: result: $with_assumed_color" >&5
10025 echo "${ECHO_T}$with_assumed_color" >&6
10026 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF
10027 #define USE_ASSUMED_COLOR 1
10028 EOF
10029
10030 ###   use option --enable-hashmap to turn on use of hashmap scrolling logic
10031 echo "$as_me:10031: checking if you want hashmap scrolling-optimization code" >&5
10032 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6
10033
10034 # Check whether --enable-hashmap or --disable-hashmap was given.
10035 if test "${enable_hashmap+set}" = set; then
10036   enableval="$enable_hashmap"
10037   with_hashmap=$enableval
10038 else
10039   with_hashmap=yes
10040 fi;
10041 echo "$as_me:10041: result: $with_hashmap" >&5
10042 echo "${ECHO_T}$with_hashmap" >&6
10043 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF
10044 #define USE_HASHMAP 1
10045 EOF
10046
10047 ###   use option --enable-colorfgbg to turn on use of $COLORFGBG environment
10048 echo "$as_me:10048: checking if you want colorfgbg code" >&5
10049 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6
10050
10051 # Check whether --enable-colorfgbg or --disable-colorfgbg was given.
10052 if test "${enable_colorfgbg+set}" = set; then
10053   enableval="$enable_colorfgbg"
10054   with_colorfgbg=$enableval
10055 else
10056   with_colorfgbg=no
10057 fi;
10058 echo "$as_me:10058: result: $with_colorfgbg" >&5
10059 echo "${ECHO_T}$with_colorfgbg" >&6
10060 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF
10061 #define USE_COLORFGBG 1
10062 EOF
10063
10064 ###   use option --enable-interop to turn on use of bindings used for interop
10065 echo "$as_me:10065: checking if you want interop bindings" >&5
10066 echo $ECHO_N "checking if you want interop bindings... $ECHO_C" >&6
10067
10068 # Check whether --enable-interop or --disable-interop was given.
10069 if test "${enable_interop+set}" = set; then
10070   enableval="$enable_interop"
10071   with_exp_interop=$enableval
10072 else
10073   with_exp_interop=no
10074 fi;
10075 echo "$as_me:10075: result: $with_exp_interop" >&5
10076 echo "${ECHO_T}$with_exp_interop" >&6
10077
10078 NCURSES_INTEROP_FUNCS=0
10079 test "$with_exp_interop" = yes && NCURSES_INTEROP_FUNCS=1
10080
10081 # This is still experimental (20080329), but should ultimately be moved to
10082 # the script-block --with-normal, etc.
10083
10084 echo "$as_me:10084: checking if you want to link with the pthread library" >&5
10085 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
10086
10087 # Check whether --with-pthread or --without-pthread was given.
10088 if test "${with_pthread+set}" = set; then
10089   withval="$with_pthread"
10090   with_pthread=$withval
10091 else
10092   with_pthread=no
10093 fi;
10094 echo "$as_me:10094: result: $with_pthread" >&5
10095 echo "${ECHO_T}$with_pthread" >&6
10096
10097 if test "$with_pthread" != no ; then
10098     echo "$as_me:10098: checking for pthread.h" >&5
10099 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
10100 if test "${ac_cv_header_pthread_h+set}" = set; then
10101   echo $ECHO_N "(cached) $ECHO_C" >&6
10102 else
10103   cat >conftest.$ac_ext <<_ACEOF
10104 #line 10104 "configure"
10105 #include "confdefs.h"
10106 #include <pthread.h>
10107 _ACEOF
10108 if { (eval echo "$as_me:10108: \"$ac_cpp conftest.$ac_ext\"") >&5
10109   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10110   ac_status=$?
10111   egrep -v '^ *\+' conftest.er1 >conftest.err
10112   rm -f conftest.er1
10113   cat conftest.err >&5
10114   echo "$as_me:10114: \$? = $ac_status" >&5
10115   (exit $ac_status); } >/dev/null; then
10116   if test -s conftest.err; then
10117     ac_cpp_err=$ac_c_preproc_warn_flag
10118   else
10119     ac_cpp_err=
10120   fi
10121 else
10122   ac_cpp_err=yes
10123 fi
10124 if test -z "$ac_cpp_err"; then
10125   ac_cv_header_pthread_h=yes
10126 else
10127   echo "$as_me: failed program was:" >&5
10128   cat conftest.$ac_ext >&5
10129   ac_cv_header_pthread_h=no
10130 fi
10131 rm -f conftest.err conftest.$ac_ext
10132 fi
10133 echo "$as_me:10133: result: $ac_cv_header_pthread_h" >&5
10134 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
10135 if test $ac_cv_header_pthread_h = yes; then
10136
10137         cat >>confdefs.h <<\EOF
10138 #define HAVE_PTHREADS_H 1
10139 EOF
10140
10141         echo "$as_me:10141: checking if we can link with the pthread library" >&5
10142 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6
10143         cf_save_LIBS="$LIBS"
10144         LIBS="-lpthread $LIBS"
10145         cat >conftest.$ac_ext <<_ACEOF
10146 #line 10146 "configure"
10147 #include "confdefs.h"
10148
10149 #include <pthread.h>
10150
10151 int
10152 main ()
10153 {
10154
10155         int rc = pthread_create(0,0,0,0);
10156
10157   ;
10158   return 0;
10159 }
10160 _ACEOF
10161 rm -f conftest.$ac_objext conftest$ac_exeext
10162 if { (eval echo "$as_me:10162: \"$ac_link\"") >&5
10163   (eval $ac_link) 2>&5
10164   ac_status=$?
10165   echo "$as_me:10165: \$? = $ac_status" >&5
10166   (exit $ac_status); } &&
10167          { ac_try='test -s conftest$ac_exeext'
10168   { (eval echo "$as_me:10168: \"$ac_try\"") >&5
10169   (eval $ac_try) 2>&5
10170   ac_status=$?
10171   echo "$as_me:10171: \$? = $ac_status" >&5
10172   (exit $ac_status); }; }; then
10173   with_pthread=yes
10174 else
10175   echo "$as_me: failed program was:" >&5
10176 cat conftest.$ac_ext >&5
10177 with_pthread=no
10178 fi
10179 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10180         LIBS="$cf_save_LIBS"
10181         echo "$as_me:10181: result: $with_pthread" >&5
10182 echo "${ECHO_T}$with_pthread" >&6
10183
10184         if test "$with_pthread" = yes ; then
10185             LIBS="-lpthread $LIBS"
10186             cat >>confdefs.h <<\EOF
10187 #define HAVE_LIBPTHREADS 1
10188 EOF
10189
10190         else
10191             { { echo "$as_me:10191: error: Cannot link with pthread library" >&5
10192 echo "$as_me: error: Cannot link with pthread library" >&2;}
10193    { (exit 1); exit 1; }; }
10194         fi
10195
10196 fi
10197
10198 fi
10199
10200 echo "$as_me:10200: checking if you want to use weak-symbols for pthreads" >&5
10201 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
10202
10203 # Check whether --enable-weak-symbols or --disable-weak-symbols was given.
10204 if test "${enable_weak_symbols+set}" = set; then
10205   enableval="$enable_weak_symbols"
10206   use_weak_symbols=$withval
10207 else
10208   use_weak_symbols=no
10209 fi;
10210 echo "$as_me:10210: result: $use_weak_symbols" >&5
10211 echo "${ECHO_T}$use_weak_symbols" >&6
10212 if test "$use_weak_symbols" = yes ; then
10213
10214 echo "$as_me:10214: checking if $CC supports weak symbols" >&5
10215 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
10216 if test "${cf_cv_weak_symbols+set}" = set; then
10217   echo $ECHO_N "(cached) $ECHO_C" >&6
10218 else
10219
10220 cat >conftest.$ac_ext <<_ACEOF
10221 #line 10221 "configure"
10222 #include "confdefs.h"
10223
10224 #include <stdio.h>
10225 int
10226 main ()
10227 {
10228
10229 #if defined(__GNUC__)
10230 #  if defined __USE_ISOC99
10231 #    define _cat_pragma(exp)    _Pragma(#exp)
10232 #    define _weak_pragma(exp)   _cat_pragma(weak name)
10233 #  else
10234 #    define _weak_pragma(exp)
10235 #  endif
10236 #  define _declare(name)        __extension__ extern __typeof__(name) name
10237 #  define weak_symbol(name)     _weak_pragma(name) _declare(name) __attribute__((weak))
10238 #endif
10239
10240 weak_symbol(fopen);
10241
10242   ;
10243   return 0;
10244 }
10245 _ACEOF
10246 rm -f conftest.$ac_objext
10247 if { (eval echo "$as_me:10247: \"$ac_compile\"") >&5
10248   (eval $ac_compile) 2>&5
10249   ac_status=$?
10250   echo "$as_me:10250: \$? = $ac_status" >&5
10251   (exit $ac_status); } &&
10252          { ac_try='test -s conftest.$ac_objext'
10253   { (eval echo "$as_me:10253: \"$ac_try\"") >&5
10254   (eval $ac_try) 2>&5
10255   ac_status=$?
10256   echo "$as_me:10256: \$? = $ac_status" >&5
10257   (exit $ac_status); }; }; then
10258   cf_cv_weak_symbols=yes
10259 else
10260   echo "$as_me: failed program was:" >&5
10261 cat conftest.$ac_ext >&5
10262 cf_cv_weak_symbols=no
10263 fi
10264 rm -f conftest.$ac_objext conftest.$ac_ext
10265
10266 fi
10267 echo "$as_me:10267: result: $cf_cv_weak_symbols" >&5
10268 echo "${ECHO_T}$cf_cv_weak_symbols" >&6
10269
10270 else
10271     cf_cv_weak_symbols=no
10272 fi
10273
10274 if test $cf_cv_weak_symbols = yes ; then
10275     cat >>confdefs.h <<\EOF
10276 #define USE_WEAK_SYMBOLS 1
10277 EOF
10278
10279 fi
10280
10281 PTHREAD=
10282 if test "$with_pthread" = "yes" ; then
10283     cat >>confdefs.h <<\EOF
10284 #define USE_PTHREADS 1
10285 EOF
10286
10287     enable_reentrant=yes
10288     if test $cf_cv_weak_symbols = yes ; then
10289         PTHREAD=-lpthread
10290     fi
10291 fi
10292
10293 # Reentrant code has to be opaque; there's little advantage to making ncurses
10294 # opaque outside of that, so there is no --enable-opaque option.  We can use
10295 # this option without --with-pthreads, but this will be always set for
10296 # pthreads.
10297 echo "$as_me:10297: checking if you want experimental reentrant code" >&5
10298 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
10299
10300 # Check whether --enable-reentrant or --disable-reentrant was given.
10301 if test "${enable_reentrant+set}" = set; then
10302   enableval="$enable_reentrant"
10303   with_reentrant=$enableval
10304 else
10305   with_reentrant=no
10306 fi;
10307 echo "$as_me:10307: result: $with_reentrant" >&5
10308 echo "${ECHO_T}$with_reentrant" >&6
10309 if test "$with_reentrant" = yes ; then
10310         cf_cv_enable_reentrant=1
10311         cf_cv_enable_opaque="NCURSES_INTERNALS"
10312         NCURSES_OPAQUE=1
10313         NCURSES_SIZE_T=int
10314         if test $cf_cv_weak_symbols = yes ; then
10315
10316 # remove pthread library from $LIBS
10317 LIBS=`echo "$LIBS" | sed -e 's/-lpthread[       ]//g' -e 's/-lpthread$//'`
10318
10319         else
10320                 LIB_SUFFIX="t${LIB_SUFFIX}"
10321         fi
10322         cat >>confdefs.h <<\EOF
10323 #define USE_REENTRANT 1
10324 EOF
10325
10326 if test "${with_abi_version+set}" != set; then
10327         case $cf_cv_rel_version in
10328         5.*)
10329                 cf_cv_rel_version=6.0
10330                 cf_cv_abi_version=6
10331                 { echo "$as_me:10331: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
10332 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
10333                 ;;
10334         esac
10335 fi
10336
10337 else
10338         cf_cv_enable_reentrant=0
10339         cf_cv_enable_opaque="NCURSES_OPAQUE"
10340         NCURSES_OPAQUE=0
10341         NCURSES_SIZE_T=short
10342 fi
10343
10344 ### Allow using a different wrap-prefix
10345 if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
10346         echo "$as_me:10346: checking for prefix used to wrap public variables" >&5
10347 echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6
10348
10349 # Check whether --with-wrap-prefix or --without-wrap-prefix was given.
10350 if test "${with_wrap_prefix+set}" = set; then
10351   withval="$with_wrap_prefix"
10352   NCURSES_WRAP_PREFIX=$withval
10353 else
10354   NCURSES_WRAP_PREFIX=_nc_
10355 fi;
10356         echo "$as_me:10356: result: $NCURSES_WRAP_PREFIX" >&5
10357 echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6
10358 else
10359         NCURSES_WRAP_PREFIX=_nc_
10360 fi
10361
10362 cat >>confdefs.h <<EOF
10363 #define NCURSES_WRAP_PREFIX "$NCURSES_WRAP_PREFIX"
10364 EOF
10365
10366 echo "$as_me:10366: checking if you want experimental safe-sprintf code" >&5
10367 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6
10368
10369 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given.
10370 if test "${enable_safe_sprintf+set}" = set; then
10371   enableval="$enable_safe_sprintf"
10372   with_safe_sprintf=$enableval
10373 else
10374   with_safe_sprintf=no
10375 fi;
10376 echo "$as_me:10376: result: $with_safe_sprintf" >&5
10377 echo "${ECHO_T}$with_safe_sprintf" >&6
10378 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF
10379 #define USE_SAFE_SPRINTF 1
10380 EOF
10381
10382 ###   use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic
10383 # when hashmap is used scroll hints are useless
10384 if test "$with_hashmap" = no ; then
10385 echo "$as_me:10385: checking if you want to experiment without scrolling-hints code" >&5
10386 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6
10387
10388 # Check whether --enable-scroll-hints or --disable-scroll-hints was given.
10389 if test "${enable_scroll_hints+set}" = set; then
10390   enableval="$enable_scroll_hints"
10391   with_scroll_hints=$enableval
10392 else
10393   with_scroll_hints=yes
10394 fi;
10395 echo "$as_me:10395: result: $with_scroll_hints" >&5
10396 echo "${ECHO_T}$with_scroll_hints" >&6
10397 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF
10398 #define USE_SCROLL_HINTS 1
10399 EOF
10400
10401 fi
10402
10403 echo "$as_me:10403: checking if you want experimental wgetch-events code" >&5
10404 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6
10405
10406 # Check whether --enable-wgetch-events or --disable-wgetch-events was given.
10407 if test "${enable_wgetch_events+set}" = set; then
10408   enableval="$enable_wgetch_events"
10409   with_wgetch_events=$enableval
10410 else
10411   with_wgetch_events=no
10412 fi;
10413 echo "$as_me:10413: result: $with_wgetch_events" >&5
10414 echo "${ECHO_T}$with_wgetch_events" >&6
10415 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF
10416 #define NCURSES_WGETCH_EVENTS 1
10417 EOF
10418
10419 ###############################################################################
10420
10421 ###     use option --disable-echo to suppress full display compiling commands
10422 echo "$as_me:10422: checking if you want to display full commands during build" >&5
10423 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6
10424
10425 # Check whether --enable-echo or --disable-echo was given.
10426 if test "${enable_echo+set}" = set; then
10427   enableval="$enable_echo"
10428   with_echo=$enableval
10429 else
10430   with_echo=yes
10431 fi;
10432 if test "$with_echo" = yes; then
10433         ECHO_LINK=
10434 else
10435         ECHO_LINK='@ echo linking $@ ... ;'
10436         test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent"
10437         test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent"
10438 fi
10439 echo "$as_me:10439: result: $with_echo" >&5
10440 echo "${ECHO_T}$with_echo" >&6
10441
10442 ###     use option --enable-warnings to turn on all gcc warnings
10443 echo "$as_me:10443: checking if you want to see compiler warnings" >&5
10444 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
10445
10446 # Check whether --enable-warnings or --disable-warnings was given.
10447 if test "${enable_warnings+set}" = set; then
10448   enableval="$enable_warnings"
10449   with_warnings=$enableval
10450 fi;
10451 echo "$as_me:10451: result: $with_warnings" >&5
10452 echo "${ECHO_T}$with_warnings" >&6
10453
10454 if test "x$with_warnings" = "xyes"; then
10455         ADAFLAGS="$ADAFLAGS -gnatg"
10456
10457 INTEL_COMPILER=no
10458
10459 if test "$GCC" = yes ; then
10460         case $host_os in
10461         linux*|gnu*)
10462                 echo "$as_me:10462: checking if this is really Intel C compiler" >&5
10463 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
10464                 cf_save_CFLAGS="$CFLAGS"
10465                 CFLAGS="$CFLAGS -no-gcc"
10466                 cat >conftest.$ac_ext <<_ACEOF
10467 #line 10467 "configure"
10468 #include "confdefs.h"
10469
10470 int
10471 main ()
10472 {
10473
10474 #ifdef __INTEL_COMPILER
10475 #else
10476 make an error
10477 #endif
10478
10479   ;
10480   return 0;
10481 }
10482 _ACEOF
10483 rm -f conftest.$ac_objext
10484 if { (eval echo "$as_me:10484: \"$ac_compile\"") >&5
10485   (eval $ac_compile) 2>&5
10486   ac_status=$?
10487   echo "$as_me:10487: \$? = $ac_status" >&5
10488   (exit $ac_status); } &&
10489          { ac_try='test -s conftest.$ac_objext'
10490   { (eval echo "$as_me:10490: \"$ac_try\"") >&5
10491   (eval $ac_try) 2>&5
10492   ac_status=$?
10493   echo "$as_me:10493: \$? = $ac_status" >&5
10494   (exit $ac_status); }; }; then
10495   INTEL_COMPILER=yes
10496 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
10497
10498 else
10499   echo "$as_me: failed program was:" >&5
10500 cat conftest.$ac_ext >&5
10501 fi
10502 rm -f conftest.$ac_objext conftest.$ac_ext
10503                 CFLAGS="$cf_save_CFLAGS"
10504                 echo "$as_me:10504: result: $INTEL_COMPILER" >&5
10505 echo "${ECHO_T}$INTEL_COMPILER" >&6
10506                 ;;
10507         esac
10508 fi
10509
10510 cat > conftest.$ac_ext <<EOF
10511 #line 10511 "${as_me-configure}"
10512 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
10513 EOF
10514
10515 if test "$INTEL_COMPILER" = yes
10516 then
10517 # The "-wdXXX" options suppress warnings:
10518 # remark #1419: external declaration in primary source file
10519 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
10520 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
10521 # remark #193: zero used for undefined preprocessing identifier
10522 # remark #593: variable "curs_sb_left_arrow" was set but never used
10523 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
10524 # remark #869: parameter "tw" was never referenced
10525 # remark #981: operands are evaluated in unspecified order
10526 # warning #279: controlling expression is constant
10527
10528         { echo "$as_me:10528: checking for $CC warning options..." >&5
10529 echo "$as_me: checking for $CC warning options..." >&6;}
10530         cf_save_CFLAGS="$CFLAGS"
10531         EXTRA_CFLAGS="-Wall"
10532         for cf_opt in \
10533                 wd1419 \
10534                 wd1683 \
10535                 wd1684 \
10536                 wd193 \
10537                 wd593 \
10538                 wd279 \
10539                 wd810 \
10540                 wd869 \
10541                 wd981
10542         do
10543                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
10544                 if { (eval echo "$as_me:10544: \"$ac_compile\"") >&5
10545   (eval $ac_compile) 2>&5
10546   ac_status=$?
10547   echo "$as_me:10547: \$? = $ac_status" >&5
10548   (exit $ac_status); }; then
10549                         test -n "$verbose" && echo "$as_me:10549: result: ... -$cf_opt" >&5
10550 echo "${ECHO_T}... -$cf_opt" >&6
10551                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
10552                 fi
10553         done
10554         CFLAGS="$cf_save_CFLAGS"
10555
10556 elif test "$GCC" = yes
10557 then
10558         { echo "$as_me:10558: checking for $CC warning options..." >&5
10559 echo "$as_me: checking for $CC warning options..." >&6;}
10560         cf_save_CFLAGS="$CFLAGS"
10561         EXTRA_CFLAGS="-W -Wall"
10562         cf_warn_CONST=""
10563         test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
10564         for cf_opt in \
10565                 Wbad-function-cast \
10566                 Wcast-align \
10567                 Wcast-qual \
10568                 Winline \
10569                 Wmissing-declarations \
10570                 Wmissing-prototypes \
10571                 Wnested-externs \
10572                 Wpointer-arith \
10573                 Wshadow \
10574                 Wstrict-prototypes \
10575                 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum
10576         do
10577                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
10578                 if { (eval echo "$as_me:10578: \"$ac_compile\"") >&5
10579   (eval $ac_compile) 2>&5
10580   ac_status=$?
10581   echo "$as_me:10581: \$? = $ac_status" >&5
10582   (exit $ac_status); }; then
10583                         test -n "$verbose" && echo "$as_me:10583: result: ... -$cf_opt" >&5
10584 echo "${ECHO_T}... -$cf_opt" >&6
10585                         case $cf_opt in #(vi
10586                         Wcast-qual) #(vi
10587                                 CPPFLAGS="$CPPFLAGS -DXTSTRINGDEFINES"
10588                                 ;;
10589                         Winline) #(vi
10590                                 case $GCC_VERSION in
10591                                 [34].*)
10592                                         test -n "$verbose" && echo "    feature is broken in gcc $GCC_VERSION" 1>&6
10593
10594 echo "${as_me-configure}:10594: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
10595
10596                                         continue;;
10597                                 esac
10598                                 ;;
10599                         esac
10600                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
10601                 fi
10602         done
10603         CFLAGS="$cf_save_CFLAGS"
10604 fi
10605 rm -f conftest*
10606
10607         if test "$cf_with_cxx" = yes ; then
10608
10609 INTEL_CPLUSPLUS=no
10610
10611 if test "$GCC" = yes ; then
10612         case $host_os in
10613         linux*|gnu*)
10614                 echo "$as_me:10614: checking if this is really Intel C++ compiler" >&5
10615 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6
10616                 cf_save_CFLAGS="$CXXFLAGS"
10617                 CXXFLAGS="$CXXFLAGS -no-gcc"
10618                 cat >conftest.$ac_ext <<_ACEOF
10619 #line 10619 "configure"
10620 #include "confdefs.h"
10621
10622 int
10623 main ()
10624 {
10625
10626 #ifdef __INTEL_COMPILER
10627 #else
10628 make an error
10629 #endif
10630
10631   ;
10632   return 0;
10633 }
10634 _ACEOF
10635 rm -f conftest.$ac_objext
10636 if { (eval echo "$as_me:10636: \"$ac_compile\"") >&5
10637   (eval $ac_compile) 2>&5
10638   ac_status=$?
10639   echo "$as_me:10639: \$? = $ac_status" >&5
10640   (exit $ac_status); } &&
10641          { ac_try='test -s conftest.$ac_objext'
10642   { (eval echo "$as_me:10642: \"$ac_try\"") >&5
10643   (eval $ac_try) 2>&5
10644   ac_status=$?
10645   echo "$as_me:10645: \$? = $ac_status" >&5
10646   (exit $ac_status); }; }; then
10647   INTEL_CPLUSPLUS=yes
10648 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
10649
10650 else
10651   echo "$as_me: failed program was:" >&5
10652 cat conftest.$ac_ext >&5
10653 fi
10654 rm -f conftest.$ac_objext conftest.$ac_ext
10655                 CXXFLAGS="$cf_save_CFLAGS"
10656                 echo "$as_me:10656: result: $INTEL_CPLUSPLUS" >&5
10657 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6
10658                 ;;
10659         esac
10660 fi
10661
10662 ac_ext=cc
10663 ac_cpp='$CXXCPP $CPPFLAGS'
10664 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10665 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10666 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10667 ac_main_return=return
10668
10669 cat > conftest.$ac_ext <<EOF
10670 #line 10670 "configure"
10671 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
10672 EOF
10673
10674 if test "$INTEL_CPLUSPLUS" = yes
10675 then
10676 # The "-wdXXX" options suppress warnings:
10677 # remark #1419: external declaration in primary source file
10678 # remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
10679 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
10680 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
10681 # remark #193: zero used for undefined preprocessing identifier
10682 # remark #593: variable "curs_sb_left_arrow" was set but never used
10683 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
10684 # remark #869: parameter "tw" was never referenced
10685 # remark #981: operands are evaluated in unspecified order
10686 # warning #269: invalid format string conversion
10687
10688         { echo "$as_me:10688: checking for $CC warning options..." >&5
10689 echo "$as_me: checking for $CC warning options..." >&6;}
10690         cf_save_CXXFLAGS="$CXXFLAGS"
10691         EXTRA_CXXFLAGS="-Wall"
10692         for cf_opt in \
10693                 wd1419 \
10694                 wd1682 \
10695                 wd1683 \
10696                 wd1684 \
10697                 wd193 \
10698                 wd279 \
10699                 wd593 \
10700                 wd810 \
10701                 wd869 \
10702                 wd981
10703         do
10704                 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt"
10705                 if { (eval echo "$as_me:10705: \"$ac_compile\"") >&5
10706   (eval $ac_compile) 2>&5
10707   ac_status=$?
10708   echo "$as_me:10708: \$? = $ac_status" >&5
10709   (exit $ac_status); }; then
10710                         test -n "$verbose" && echo "$as_me:10710: result: ... -$cf_opt" >&5
10711 echo "${ECHO_T}... -$cf_opt" >&6
10712                         EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
10713                 fi
10714         done
10715         CXXFLAGS="$cf_save_CXXFLAGS"
10716
10717 elif test "$GXX" = yes
10718 then
10719         { echo "$as_me:10719: checking for $CXX warning options..." >&5
10720 echo "$as_me: checking for $CXX warning options..." >&6;}
10721         cf_save_CXXFLAGS="$CXXFLAGS"
10722         EXTRA_CXXFLAGS="-W -Wall"
10723         cf_gxx_extra_warnings=""
10724         test "$with_ext_const" = yes && cf_gxx_extra_warnings="Wwrite-strings"
10725         case "$GCC_VERSION" in
10726         [1-2].*)
10727                 ;;
10728         *)
10729                 cf_gxx_extra_warnings="$cf_gxx_extra_warnings Weffc++"
10730                 ;;
10731         esac
10732         for cf_opt in \
10733                 Wabi \
10734                 fabi-version=0 \
10735                 Woverloaded-virtual \
10736                 Wsign-promo \
10737                 Wsynth \
10738                 Wold-style-cast \
10739                 Wcast-align \
10740                 Wcast-qual \
10741                 Wmissing-prototypes \
10742                 Wpointer-arith \
10743                 Wshadow \
10744                 Wstrict-prototypes \
10745                 Wundef $cf_gxx_extra_warnings Wno-unused
10746         do
10747                 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt"
10748                 if { (eval echo "$as_me:10748: \"$ac_compile\"") >&5
10749   (eval $ac_compile) 2>&5
10750   ac_status=$?
10751   echo "$as_me:10751: \$? = $ac_status" >&5
10752   (exit $ac_status); }; then
10753                         test -n "$verbose" && echo "$as_me:10753: result: ... -$cf_opt" >&5
10754 echo "${ECHO_T}... -$cf_opt" >&6
10755                         EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
10756                 else
10757                         test -n "$verbose" && echo "$as_me:10757: result: ... no -$cf_opt" >&5
10758 echo "${ECHO_T}... no -$cf_opt" >&6
10759                 fi
10760         done
10761         CXXFLAGS="$cf_save_CXXFLAGS"
10762 fi
10763
10764 rm -f conftest*
10765 ac_ext=c
10766 ac_cpp='$CPP $CPPFLAGS'
10767 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10768 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10769 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10770 ac_main_return=return
10771
10772         fi
10773 fi
10774
10775 if test "$GCC" = yes
10776 then
10777 cat > conftest.i <<EOF
10778 #ifndef GCC_PRINTF
10779 #define GCC_PRINTF 0
10780 #endif
10781 #ifndef GCC_SCANF
10782 #define GCC_SCANF 0
10783 #endif
10784 #ifndef GCC_NORETURN
10785 #define GCC_NORETURN /* nothing */
10786 #endif
10787 #ifndef GCC_UNUSED
10788 #define GCC_UNUSED /* nothing */
10789 #endif
10790 EOF
10791 if test "$GCC" = yes
10792 then
10793         { echo "$as_me:10793: checking for $CC __attribute__ directives..." >&5
10794 echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
10795 cat > conftest.$ac_ext <<EOF
10796 #line 10796 "${as_me-configure}"
10797 #include "confdefs.h"
10798 #include "conftest.h"
10799 #include "conftest.i"
10800 #if     GCC_PRINTF
10801 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
10802 #else
10803 #define GCC_PRINTFLIKE(fmt,var) /*nothing*/
10804 #endif
10805 #if     GCC_SCANF
10806 #define GCC_SCANFLIKE(fmt,var)  __attribute__((format(scanf,fmt,var)))
10807 #else
10808 #define GCC_SCANFLIKE(fmt,var)  /*nothing*/
10809 #endif
10810 extern void wow(char *,...) GCC_SCANFLIKE(1,2);
10811 extern void oops(char *,...) GCC_PRINTFLIKE(1,2) GCC_NORETURN;
10812 extern void foo(void) GCC_NORETURN;
10813 int main(int argc GCC_UNUSED, char *argv[] GCC_UNUSED) { return 0; }
10814 EOF
10815         for cf_attribute in scanf printf unused noreturn
10816         do
10817
10818 cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
10819
10820                 cf_directive="__attribute__(($cf_attribute))"
10821                 echo "checking for $CC $cf_directive" 1>&5
10822                 case $cf_attribute in
10823                 scanf|printf)
10824                 cat >conftest.h <<EOF
10825 #define GCC_$cf_ATTRIBUTE 1
10826 EOF
10827                         ;;
10828                 *)
10829                 cat >conftest.h <<EOF
10830 #define GCC_$cf_ATTRIBUTE $cf_directive
10831 EOF
10832                         ;;
10833                 esac
10834                 if { (eval echo "$as_me:10834: \"$ac_compile\"") >&5
10835   (eval $ac_compile) 2>&5
10836   ac_status=$?
10837   echo "$as_me:10837: \$? = $ac_status" >&5
10838   (exit $ac_status); }; then
10839                         test -n "$verbose" && echo "$as_me:10839: result: ... $cf_attribute" >&5
10840 echo "${ECHO_T}... $cf_attribute" >&6
10841                         cat conftest.h >>confdefs.h
10842                 fi
10843         done
10844 else
10845         fgrep define conftest.i >>confdefs.h
10846 fi
10847 rm -rf conftest*
10848 fi
10849
10850 ###     use option --enable-assertions to turn on generation of assertion code
10851 echo "$as_me:10851: checking if you want to enable runtime assertions" >&5
10852 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
10853
10854 # Check whether --enable-assertions or --disable-assertions was given.
10855 if test "${enable_assertions+set}" = set; then
10856   enableval="$enable_assertions"
10857   with_assertions=$enableval
10858 else
10859   with_assertions=no
10860 fi;
10861 echo "$as_me:10861: result: $with_assertions" >&5
10862 echo "${ECHO_T}$with_assertions" >&6
10863 if test -n "$GCC"
10864 then
10865         if test "$with_assertions" = no
10866         then
10867                 cat >>confdefs.h <<\EOF
10868 #define NDEBUG 1
10869 EOF
10870
10871                 CPPFLAGS="$CPPFLAGS -DNDEBUG"
10872         else
10873                 ADAFLAGS="$ADAFLAGS -gnata"
10874         fi
10875 fi
10876
10877 ###     use option --disable-leaks to suppress "permanent" leaks, for testing
10878
10879 echo "$as_me:10879: checking if you want to use dmalloc for testing" >&5
10880 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6
10881
10882 # Check whether --with-dmalloc or --without-dmalloc was given.
10883 if test "${with_dmalloc+set}" = set; then
10884   withval="$with_dmalloc"
10885   cat >>confdefs.h <<\EOF
10886 #define USE_DMALLOC 1
10887 EOF
10888
10889         : ${with_cflags:=-g}
10890         : ${with_no_leaks:=yes}
10891          with_dmalloc=yes
10892 else
10893   with_dmalloc=
10894 fi;
10895 echo "$as_me:10895: result: ${with_dmalloc:-no}" >&5
10896 echo "${ECHO_T}${with_dmalloc:-no}" >&6
10897
10898 case .$with_cflags in #(vi
10899 .*-g*)
10900         case .$CFLAGS in #(vi
10901         .*-g*) #(vi
10902                 ;;
10903         *)
10904
10905 cf_fix_cppflags=no
10906 cf_new_cflags=
10907 cf_new_cppflags=
10908 cf_new_extra_cppflags=
10909
10910 for cf_add_cflags in -g
10911 do
10912 case $cf_fix_cppflags in
10913 no)
10914         case $cf_add_cflags in #(vi
10915         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
10916                 case $cf_add_cflags in
10917                 -D*)
10918                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
10919
10920                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
10921                         && test -z "${cf_tst_cflags}" \
10922                         && cf_fix_cppflags=yes
10923
10924                         if test $cf_fix_cppflags = yes ; then
10925                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10926                                 continue
10927                         elif test "${cf_tst_cflags}" = "\"'" ; then
10928                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10929                                 continue
10930                         fi
10931                         ;;
10932                 esac
10933                 case "$CPPFLAGS" in
10934                 *$cf_add_cflags) #(vi
10935                         ;;
10936                 *) #(vi
10937                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
10938                         ;;
10939                 esac
10940                 ;;
10941         *)
10942                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
10943                 ;;
10944         esac
10945         ;;
10946 yes)
10947         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10948
10949         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
10950
10951         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
10952         && test -z "${cf_tst_cflags}" \
10953         && cf_fix_cppflags=no
10954         ;;
10955 esac
10956 done
10957
10958 if test -n "$cf_new_cflags" ; then
10959
10960         CFLAGS="$CFLAGS $cf_new_cflags"
10961 fi
10962
10963 if test -n "$cf_new_cppflags" ; then
10964
10965         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
10966 fi
10967
10968 if test -n "$cf_new_extra_cppflags" ; then
10969
10970         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
10971 fi
10972
10973                 ;;
10974         esac
10975         ;;
10976 esac
10977
10978 if test "$with_dmalloc" = yes ; then
10979         echo "$as_me:10979: checking for dmalloc.h" >&5
10980 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
10981 if test "${ac_cv_header_dmalloc_h+set}" = set; then
10982   echo $ECHO_N "(cached) $ECHO_C" >&6
10983 else
10984   cat >conftest.$ac_ext <<_ACEOF
10985 #line 10985 "configure"
10986 #include "confdefs.h"
10987 #include <dmalloc.h>
10988 _ACEOF
10989 if { (eval echo "$as_me:10989: \"$ac_cpp conftest.$ac_ext\"") >&5
10990   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10991   ac_status=$?
10992   egrep -v '^ *\+' conftest.er1 >conftest.err
10993   rm -f conftest.er1
10994   cat conftest.err >&5
10995   echo "$as_me:10995: \$? = $ac_status" >&5
10996   (exit $ac_status); } >/dev/null; then
10997   if test -s conftest.err; then
10998     ac_cpp_err=$ac_c_preproc_warn_flag
10999   else
11000     ac_cpp_err=
11001   fi
11002 else
11003   ac_cpp_err=yes
11004 fi
11005 if test -z "$ac_cpp_err"; then
11006   ac_cv_header_dmalloc_h=yes
11007 else
11008   echo "$as_me: failed program was:" >&5
11009   cat conftest.$ac_ext >&5
11010   ac_cv_header_dmalloc_h=no
11011 fi
11012 rm -f conftest.err conftest.$ac_ext
11013 fi
11014 echo "$as_me:11014: result: $ac_cv_header_dmalloc_h" >&5
11015 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
11016 if test $ac_cv_header_dmalloc_h = yes; then
11017
11018 echo "$as_me:11018: checking for dmalloc_debug in -ldmalloc" >&5
11019 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6
11020 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then
11021   echo $ECHO_N "(cached) $ECHO_C" >&6
11022 else
11023   ac_check_lib_save_LIBS=$LIBS
11024 LIBS="-ldmalloc  $LIBS"
11025 cat >conftest.$ac_ext <<_ACEOF
11026 #line 11026 "configure"
11027 #include "confdefs.h"
11028
11029 /* Override any gcc2 internal prototype to avoid an error.  */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 /* We use char because int might match the return type of a gcc2
11034    builtin and then its argument prototype would still apply.  */
11035 char dmalloc_debug ();
11036 int
11037 main ()
11038 {
11039 dmalloc_debug ();
11040   ;
11041   return 0;
11042 }
11043 _ACEOF
11044 rm -f conftest.$ac_objext conftest$ac_exeext
11045 if { (eval echo "$as_me:11045: \"$ac_link\"") >&5
11046   (eval $ac_link) 2>&5
11047   ac_status=$?
11048   echo "$as_me:11048: \$? = $ac_status" >&5
11049   (exit $ac_status); } &&
11050          { ac_try='test -s conftest$ac_exeext'
11051   { (eval echo "$as_me:11051: \"$ac_try\"") >&5
11052   (eval $ac_try) 2>&5
11053   ac_status=$?
11054   echo "$as_me:11054: \$? = $ac_status" >&5
11055   (exit $ac_status); }; }; then
11056   ac_cv_lib_dmalloc_dmalloc_debug=yes
11057 else
11058   echo "$as_me: failed program was:" >&5
11059 cat conftest.$ac_ext >&5
11060 ac_cv_lib_dmalloc_dmalloc_debug=no
11061 fi
11062 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11063 LIBS=$ac_check_lib_save_LIBS
11064 fi
11065 echo "$as_me:11065: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
11066 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6
11067 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then
11068   cat >>confdefs.h <<EOF
11069 #define HAVE_LIBDMALLOC 1
11070 EOF
11071
11072   LIBS="-ldmalloc $LIBS"
11073
11074 fi
11075
11076 fi
11077
11078 fi
11079
11080 echo "$as_me:11080: checking if you want to use dbmalloc for testing" >&5
11081 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6
11082
11083 # Check whether --with-dbmalloc or --without-dbmalloc was given.
11084 if test "${with_dbmalloc+set}" = set; then
11085   withval="$with_dbmalloc"
11086   cat >>confdefs.h <<\EOF
11087 #define USE_DBMALLOC 1
11088 EOF
11089
11090         : ${with_cflags:=-g}
11091         : ${with_no_leaks:=yes}
11092          with_dbmalloc=yes
11093 else
11094   with_dbmalloc=
11095 fi;
11096 echo "$as_me:11096: result: ${with_dbmalloc:-no}" >&5
11097 echo "${ECHO_T}${with_dbmalloc:-no}" >&6
11098
11099 case .$with_cflags in #(vi
11100 .*-g*)
11101         case .$CFLAGS in #(vi
11102         .*-g*) #(vi
11103                 ;;
11104         *)
11105
11106 cf_fix_cppflags=no
11107 cf_new_cflags=
11108 cf_new_cppflags=
11109 cf_new_extra_cppflags=
11110
11111 for cf_add_cflags in -g
11112 do
11113 case $cf_fix_cppflags in
11114 no)
11115         case $cf_add_cflags in #(vi
11116         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
11117                 case $cf_add_cflags in
11118                 -D*)
11119                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
11120
11121                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11122                         && test -z "${cf_tst_cflags}" \
11123                         && cf_fix_cppflags=yes
11124
11125                         if test $cf_fix_cppflags = yes ; then
11126                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11127                                 continue
11128                         elif test "${cf_tst_cflags}" = "\"'" ; then
11129                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11130                                 continue
11131                         fi
11132                         ;;
11133                 esac
11134                 case "$CPPFLAGS" in
11135                 *$cf_add_cflags) #(vi
11136                         ;;
11137                 *) #(vi
11138                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
11139                         ;;
11140                 esac
11141                 ;;
11142         *)
11143                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
11144                 ;;
11145         esac
11146         ;;
11147 yes)
11148         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11149
11150         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
11151
11152         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11153         && test -z "${cf_tst_cflags}" \
11154         && cf_fix_cppflags=no
11155         ;;
11156 esac
11157 done
11158
11159 if test -n "$cf_new_cflags" ; then
11160
11161         CFLAGS="$CFLAGS $cf_new_cflags"
11162 fi
11163
11164 if test -n "$cf_new_cppflags" ; then
11165
11166         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
11167 fi
11168
11169 if test -n "$cf_new_extra_cppflags" ; then
11170
11171         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
11172 fi
11173
11174                 ;;
11175         esac
11176         ;;
11177 esac
11178
11179 if test "$with_dbmalloc" = yes ; then
11180         echo "$as_me:11180: checking for dbmalloc.h" >&5
11181 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6
11182 if test "${ac_cv_header_dbmalloc_h+set}" = set; then
11183   echo $ECHO_N "(cached) $ECHO_C" >&6
11184 else
11185   cat >conftest.$ac_ext <<_ACEOF
11186 #line 11186 "configure"
11187 #include "confdefs.h"
11188 #include <dbmalloc.h>
11189 _ACEOF
11190 if { (eval echo "$as_me:11190: \"$ac_cpp conftest.$ac_ext\"") >&5
11191   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11192   ac_status=$?
11193   egrep -v '^ *\+' conftest.er1 >conftest.err
11194   rm -f conftest.er1
11195   cat conftest.err >&5
11196   echo "$as_me:11196: \$? = $ac_status" >&5
11197   (exit $ac_status); } >/dev/null; then
11198   if test -s conftest.err; then
11199     ac_cpp_err=$ac_c_preproc_warn_flag
11200   else
11201     ac_cpp_err=
11202   fi
11203 else
11204   ac_cpp_err=yes
11205 fi
11206 if test -z "$ac_cpp_err"; then
11207   ac_cv_header_dbmalloc_h=yes
11208 else
11209   echo "$as_me: failed program was:" >&5
11210   cat conftest.$ac_ext >&5
11211   ac_cv_header_dbmalloc_h=no
11212 fi
11213 rm -f conftest.err conftest.$ac_ext
11214 fi
11215 echo "$as_me:11215: result: $ac_cv_header_dbmalloc_h" >&5
11216 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6
11217 if test $ac_cv_header_dbmalloc_h = yes; then
11218
11219 echo "$as_me:11219: checking for debug_malloc in -ldbmalloc" >&5
11220 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
11221 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then
11222   echo $ECHO_N "(cached) $ECHO_C" >&6
11223 else
11224   ac_check_lib_save_LIBS=$LIBS
11225 LIBS="-ldbmalloc  $LIBS"
11226 cat >conftest.$ac_ext <<_ACEOF
11227 #line 11227 "configure"
11228 #include "confdefs.h"
11229
11230 /* Override any gcc2 internal prototype to avoid an error.  */
11231 #ifdef __cplusplus
11232 extern "C"
11233 #endif
11234 /* We use char because int might match the return type of a gcc2
11235    builtin and then its argument prototype would still apply.  */
11236 char debug_malloc ();
11237 int
11238 main ()
11239 {
11240 debug_malloc ();
11241   ;
11242   return 0;
11243 }
11244 _ACEOF
11245 rm -f conftest.$ac_objext conftest$ac_exeext
11246 if { (eval echo "$as_me:11246: \"$ac_link\"") >&5
11247   (eval $ac_link) 2>&5
11248   ac_status=$?
11249   echo "$as_me:11249: \$? = $ac_status" >&5
11250   (exit $ac_status); } &&
11251          { ac_try='test -s conftest$ac_exeext'
11252   { (eval echo "$as_me:11252: \"$ac_try\"") >&5
11253   (eval $ac_try) 2>&5
11254   ac_status=$?
11255   echo "$as_me:11255: \$? = $ac_status" >&5
11256   (exit $ac_status); }; }; then
11257   ac_cv_lib_dbmalloc_debug_malloc=yes
11258 else
11259   echo "$as_me: failed program was:" >&5
11260 cat conftest.$ac_ext >&5
11261 ac_cv_lib_dbmalloc_debug_malloc=no
11262 fi
11263 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11264 LIBS=$ac_check_lib_save_LIBS
11265 fi
11266 echo "$as_me:11266: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
11267 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6
11268 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then
11269   cat >>confdefs.h <<EOF
11270 #define HAVE_LIBDBMALLOC 1
11271 EOF
11272
11273   LIBS="-ldbmalloc $LIBS"
11274
11275 fi
11276
11277 fi
11278
11279 fi
11280
11281 echo "$as_me:11281: checking if you want to use valgrind for testing" >&5
11282 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6
11283
11284 # Check whether --with-valgrind or --without-valgrind was given.
11285 if test "${with_valgrind+set}" = set; then
11286   withval="$with_valgrind"
11287   cat >>confdefs.h <<\EOF
11288 #define USE_VALGRIND 1
11289 EOF
11290
11291         : ${with_cflags:=-g}
11292         : ${with_no_leaks:=yes}
11293          with_valgrind=yes
11294 else
11295   with_valgrind=
11296 fi;
11297 echo "$as_me:11297: result: ${with_valgrind:-no}" >&5
11298 echo "${ECHO_T}${with_valgrind:-no}" >&6
11299
11300 case .$with_cflags in #(vi
11301 .*-g*)
11302         case .$CFLAGS in #(vi
11303         .*-g*) #(vi
11304                 ;;
11305         *)
11306
11307 cf_fix_cppflags=no
11308 cf_new_cflags=
11309 cf_new_cppflags=
11310 cf_new_extra_cppflags=
11311
11312 for cf_add_cflags in -g
11313 do
11314 case $cf_fix_cppflags in
11315 no)
11316         case $cf_add_cflags in #(vi
11317         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
11318                 case $cf_add_cflags in
11319                 -D*)
11320                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
11321
11322                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11323                         && test -z "${cf_tst_cflags}" \
11324                         && cf_fix_cppflags=yes
11325
11326                         if test $cf_fix_cppflags = yes ; then
11327                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11328                                 continue
11329                         elif test "${cf_tst_cflags}" = "\"'" ; then
11330                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11331                                 continue
11332                         fi
11333                         ;;
11334                 esac
11335                 case "$CPPFLAGS" in
11336                 *$cf_add_cflags) #(vi
11337                         ;;
11338                 *) #(vi
11339                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
11340                         ;;
11341                 esac
11342                 ;;
11343         *)
11344                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
11345                 ;;
11346         esac
11347         ;;
11348 yes)
11349         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11350
11351         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
11352
11353         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11354         && test -z "${cf_tst_cflags}" \
11355         && cf_fix_cppflags=no
11356         ;;
11357 esac
11358 done
11359
11360 if test -n "$cf_new_cflags" ; then
11361
11362         CFLAGS="$CFLAGS $cf_new_cflags"
11363 fi
11364
11365 if test -n "$cf_new_cppflags" ; then
11366
11367         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
11368 fi
11369
11370 if test -n "$cf_new_extra_cppflags" ; then
11371
11372         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
11373 fi
11374
11375                 ;;
11376         esac
11377         ;;
11378 esac
11379
11380 echo "$as_me:11380: checking if you want to perform memory-leak testing" >&5
11381 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6
11382
11383 # Check whether --enable-leaks or --disable-leaks was given.
11384 if test "${enable_leaks+set}" = set; then
11385   enableval="$enable_leaks"
11386   with_no_leaks=yes
11387 else
11388   : ${with_no_leaks:=no}
11389 fi;
11390 echo "$as_me:11390: result: $with_no_leaks" >&5
11391 echo "${ECHO_T}$with_no_leaks" >&6
11392
11393 if test "$with_no_leaks" = yes ; then
11394         cat >>confdefs.h <<\EOF
11395 #define NO_LEAKS 1
11396 EOF
11397
11398 fi
11399
11400 cat >>confdefs.h <<\EOF
11401 #define HAVE_NC_ALLOC_H 1
11402 EOF
11403
11404 ###     use option --enable-expanded to generate certain macros as functions
11405
11406 # Check whether --enable-expanded or --disable-expanded was given.
11407 if test "${enable_expanded+set}" = set; then
11408   enableval="$enable_expanded"
11409   test "$enableval" = yes && cat >>confdefs.h <<\EOF
11410 #define NCURSES_EXPANDED 1
11411 EOF
11412
11413 fi;
11414
11415 ###     use option --disable-macros to suppress macros in favor of functions
11416
11417 # Check whether --enable-macros or --disable-macros was given.
11418 if test "${enable_macros+set}" = set; then
11419   enableval="$enable_macros"
11420   test "$enableval" = no && cat >>confdefs.h <<\EOF
11421 #define NCURSES_NOMACROS 1
11422 EOF
11423
11424 fi;
11425
11426 # Normally we only add trace() to the debug-library.  Allow this to be
11427 # extended to all models of the ncurses library:
11428 cf_all_traces=no
11429 case "$CFLAGS $CPPFLAGS" in
11430 *-DTRACE*)
11431         cf_all_traces=yes
11432         ;;
11433 esac
11434
11435 echo "$as_me:11435: checking whether to add trace feature to all models" >&5
11436 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6
11437
11438 # Check whether --with-trace or --without-trace was given.
11439 if test "${with_trace+set}" = set; then
11440   withval="$with_trace"
11441   cf_with_trace=$withval
11442 else
11443   cf_with_trace=$cf_all_traces
11444 fi;
11445 echo "$as_me:11445: result: $cf_with_trace" >&5
11446 echo "${ECHO_T}$cf_with_trace" >&6
11447
11448 if test "$cf_with_trace" = yes ; then
11449         LIB_TRACING=all
11450         ADA_TRACE=TRUE
11451
11452 cf_fix_cppflags=no
11453 cf_new_cflags=
11454 cf_new_cppflags=
11455 cf_new_extra_cppflags=
11456
11457 for cf_add_cflags in -DTRACE
11458 do
11459 case $cf_fix_cppflags in
11460 no)
11461         case $cf_add_cflags in #(vi
11462         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
11463                 case $cf_add_cflags in
11464                 -D*)
11465                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
11466
11467                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11468                         && test -z "${cf_tst_cflags}" \
11469                         && cf_fix_cppflags=yes
11470
11471                         if test $cf_fix_cppflags = yes ; then
11472                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11473                                 continue
11474                         elif test "${cf_tst_cflags}" = "\"'" ; then
11475                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11476                                 continue
11477                         fi
11478                         ;;
11479                 esac
11480                 case "$CPPFLAGS" in
11481                 *$cf_add_cflags) #(vi
11482                         ;;
11483                 *) #(vi
11484                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
11485                         ;;
11486                 esac
11487                 ;;
11488         *)
11489                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
11490                 ;;
11491         esac
11492         ;;
11493 yes)
11494         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11495
11496         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
11497
11498         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11499         && test -z "${cf_tst_cflags}" \
11500         && cf_fix_cppflags=no
11501         ;;
11502 esac
11503 done
11504
11505 if test -n "$cf_new_cflags" ; then
11506
11507         CFLAGS="$CFLAGS $cf_new_cflags"
11508 fi
11509
11510 if test -n "$cf_new_cppflags" ; then
11511
11512         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
11513 fi
11514
11515 if test -n "$cf_new_extra_cppflags" ; then
11516
11517         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
11518 fi
11519
11520 else
11521         LIB_TRACING=DEBUG
11522         ADA_TRACE=FALSE
11523 fi
11524
11525 ###     Checks for libraries.
11526 case $cf_cv_system_name in #(vi
11527 *mingw32*) #(vi
11528         ;;
11529 *)
11530 echo "$as_me:11530: checking for gettimeofday" >&5
11531 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
11532 if test "${ac_cv_func_gettimeofday+set}" = set; then
11533   echo $ECHO_N "(cached) $ECHO_C" >&6
11534 else
11535   cat >conftest.$ac_ext <<_ACEOF
11536 #line 11536 "configure"
11537 #include "confdefs.h"
11538 /* System header to define __stub macros and hopefully few prototypes,
11539     which can conflict with char gettimeofday (); below.  */
11540 #include <assert.h>
11541 /* Override any gcc2 internal prototype to avoid an error.  */
11542 #ifdef __cplusplus
11543 extern "C"
11544 #endif
11545 /* We use char because int might match the return type of a gcc2
11546    builtin and then its argument prototype would still apply.  */
11547 char gettimeofday ();
11548 char (*f) ();
11549
11550 int
11551 main ()
11552 {
11553 /* The GNU C library defines this for functions which it implements
11554     to always fail with ENOSYS.  Some functions are actually named
11555     something starting with __ and the normal name is an alias.  */
11556 #if defined (__stub_gettimeofday) || defined (__stub___gettimeofday)
11557 choke me
11558 #else
11559 f = gettimeofday;
11560 #endif
11561
11562   ;
11563   return 0;
11564 }
11565 _ACEOF
11566 rm -f conftest.$ac_objext conftest$ac_exeext
11567 if { (eval echo "$as_me:11567: \"$ac_link\"") >&5
11568   (eval $ac_link) 2>&5
11569   ac_status=$?
11570   echo "$as_me:11570: \$? = $ac_status" >&5
11571   (exit $ac_status); } &&
11572          { ac_try='test -s conftest$ac_exeext'
11573   { (eval echo "$as_me:11573: \"$ac_try\"") >&5
11574   (eval $ac_try) 2>&5
11575   ac_status=$?
11576   echo "$as_me:11576: \$? = $ac_status" >&5
11577   (exit $ac_status); }; }; then
11578   ac_cv_func_gettimeofday=yes
11579 else
11580   echo "$as_me: failed program was:" >&5
11581 cat conftest.$ac_ext >&5
11582 ac_cv_func_gettimeofday=no
11583 fi
11584 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11585 fi
11586 echo "$as_me:11586: result: $ac_cv_func_gettimeofday" >&5
11587 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6
11588 if test $ac_cv_func_gettimeofday = yes; then
11589   cat >>confdefs.h <<\EOF
11590 #define HAVE_GETTIMEOFDAY 1
11591 EOF
11592
11593 else
11594
11595 echo "$as_me:11595: checking for gettimeofday in -lbsd" >&5
11596 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
11597 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
11598   echo $ECHO_N "(cached) $ECHO_C" >&6
11599 else
11600   ac_check_lib_save_LIBS=$LIBS
11601 LIBS="-lbsd  $LIBS"
11602 cat >conftest.$ac_ext <<_ACEOF
11603 #line 11603 "configure"
11604 #include "confdefs.h"
11605
11606 /* Override any gcc2 internal prototype to avoid an error.  */
11607 #ifdef __cplusplus
11608 extern "C"
11609 #endif
11610 /* We use char because int might match the return type of a gcc2
11611    builtin and then its argument prototype would still apply.  */
11612 char gettimeofday ();
11613 int
11614 main ()
11615 {
11616 gettimeofday ();
11617   ;
11618   return 0;
11619 }
11620 _ACEOF
11621 rm -f conftest.$ac_objext conftest$ac_exeext
11622 if { (eval echo "$as_me:11622: \"$ac_link\"") >&5
11623   (eval $ac_link) 2>&5
11624   ac_status=$?
11625   echo "$as_me:11625: \$? = $ac_status" >&5
11626   (exit $ac_status); } &&
11627          { ac_try='test -s conftest$ac_exeext'
11628   { (eval echo "$as_me:11628: \"$ac_try\"") >&5
11629   (eval $ac_try) 2>&5
11630   ac_status=$?
11631   echo "$as_me:11631: \$? = $ac_status" >&5
11632   (exit $ac_status); }; }; then
11633   ac_cv_lib_bsd_gettimeofday=yes
11634 else
11635   echo "$as_me: failed program was:" >&5
11636 cat conftest.$ac_ext >&5
11637 ac_cv_lib_bsd_gettimeofday=no
11638 fi
11639 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11640 LIBS=$ac_check_lib_save_LIBS
11641 fi
11642 echo "$as_me:11642: result: $ac_cv_lib_bsd_gettimeofday" >&5
11643 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6
11644 if test $ac_cv_lib_bsd_gettimeofday = yes; then
11645   cat >>confdefs.h <<\EOF
11646 #define HAVE_GETTIMEOFDAY 1
11647 EOF
11648
11649         LIBS="$LIBS -lbsd"
11650 fi
11651
11652 fi
11653         ;;
11654 esac
11655
11656 echo "$as_me:11656: checking if -lm needed for math functions" >&5
11657 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6
11658 if test "${cf_cv_need_libm+set}" = set; then
11659   echo $ECHO_N "(cached) $ECHO_C" >&6
11660 else
11661
11662         cat >conftest.$ac_ext <<_ACEOF
11663 #line 11663 "configure"
11664 #include "confdefs.h"
11665
11666         #include <stdio.h>
11667         #include <math.h>
11668
11669 int
11670 main ()
11671 {
11672 double x = rand(); printf("result = %g\n", sin(x))
11673   ;
11674   return 0;
11675 }
11676 _ACEOF
11677 rm -f conftest.$ac_objext conftest$ac_exeext
11678 if { (eval echo "$as_me:11678: \"$ac_link\"") >&5
11679   (eval $ac_link) 2>&5
11680   ac_status=$?
11681   echo "$as_me:11681: \$? = $ac_status" >&5
11682   (exit $ac_status); } &&
11683          { ac_try='test -s conftest$ac_exeext'
11684   { (eval echo "$as_me:11684: \"$ac_try\"") >&5
11685   (eval $ac_try) 2>&5
11686   ac_status=$?
11687   echo "$as_me:11687: \$? = $ac_status" >&5
11688   (exit $ac_status); }; }; then
11689   cf_cv_need_libm=no
11690 else
11691   echo "$as_me: failed program was:" >&5
11692 cat conftest.$ac_ext >&5
11693 cf_cv_need_libm=yes
11694 fi
11695 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11696 fi
11697 echo "$as_me:11697: result: $cf_cv_need_libm" >&5
11698 echo "${ECHO_T}$cf_cv_need_libm" >&6
11699 if test "$cf_cv_need_libm" = yes
11700 then
11701 MATH_LIB=-lm
11702 fi
11703
11704 ###     Checks for header files.
11705 echo "$as_me:11705: checking for ANSI C header files" >&5
11706 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11707 if test "${ac_cv_header_stdc+set}" = set; then
11708   echo $ECHO_N "(cached) $ECHO_C" >&6
11709 else
11710   cat >conftest.$ac_ext <<_ACEOF
11711 #line 11711 "configure"
11712 #include "confdefs.h"
11713 #include <stdlib.h>
11714 #include <stdarg.h>
11715 #include <string.h>
11716 #include <float.h>
11717
11718 _ACEOF
11719 if { (eval echo "$as_me:11719: \"$ac_cpp conftest.$ac_ext\"") >&5
11720   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11721   ac_status=$?
11722   egrep -v '^ *\+' conftest.er1 >conftest.err
11723   rm -f conftest.er1
11724   cat conftest.err >&5
11725   echo "$as_me:11725: \$? = $ac_status" >&5
11726   (exit $ac_status); } >/dev/null; then
11727   if test -s conftest.err; then
11728     ac_cpp_err=$ac_c_preproc_warn_flag
11729   else
11730     ac_cpp_err=
11731   fi
11732 else
11733   ac_cpp_err=yes
11734 fi
11735 if test -z "$ac_cpp_err"; then
11736   ac_cv_header_stdc=yes
11737 else
11738   echo "$as_me: failed program was:" >&5
11739   cat conftest.$ac_ext >&5
11740   ac_cv_header_stdc=no
11741 fi
11742 rm -f conftest.err conftest.$ac_ext
11743
11744 if test $ac_cv_header_stdc = yes; then
11745   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11746   cat >conftest.$ac_ext <<_ACEOF
11747 #line 11747 "configure"
11748 #include "confdefs.h"
11749 #include <string.h>
11750
11751 _ACEOF
11752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11753   egrep "memchr" >/dev/null 2>&1; then
11754   :
11755 else
11756   ac_cv_header_stdc=no
11757 fi
11758 rm -f conftest*
11759
11760 fi
11761
11762 if test $ac_cv_header_stdc = yes; then
11763   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11764   cat >conftest.$ac_ext <<_ACEOF
11765 #line 11765 "configure"
11766 #include "confdefs.h"
11767 #include <stdlib.h>
11768
11769 _ACEOF
11770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11771   egrep "free" >/dev/null 2>&1; then
11772   :
11773 else
11774   ac_cv_header_stdc=no
11775 fi
11776 rm -f conftest*
11777
11778 fi
11779
11780 if test $ac_cv_header_stdc = yes; then
11781   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11782   if test "$cross_compiling" = yes; then
11783   :
11784 else
11785   cat >conftest.$ac_ext <<_ACEOF
11786 #line 11786 "configure"
11787 #include "confdefs.h"
11788 #include <ctype.h>
11789 #if ((' ' & 0x0FF) == 0x020)
11790 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11791 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11792 #else
11793 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
11794                      || ('j' <= (c) && (c) <= 'r') \
11795                      || ('s' <= (c) && (c) <= 'z'))
11796 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11797 #endif
11798
11799 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11800 int
11801 main ()
11802 {
11803   int i;
11804   for (i = 0; i < 256; i++)
11805     if (XOR (islower (i), ISLOWER (i))
11806         || toupper (i) != TOUPPER (i))
11807       $ac_main_return(2);
11808   $ac_main_return (0);
11809 }
11810 _ACEOF
11811 rm -f conftest$ac_exeext
11812 if { (eval echo "$as_me:11812: \"$ac_link\"") >&5
11813   (eval $ac_link) 2>&5
11814   ac_status=$?
11815   echo "$as_me:11815: \$? = $ac_status" >&5
11816   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11817   { (eval echo "$as_me:11817: \"$ac_try\"") >&5
11818   (eval $ac_try) 2>&5
11819   ac_status=$?
11820   echo "$as_me:11820: \$? = $ac_status" >&5
11821   (exit $ac_status); }; }; then
11822   :
11823 else
11824   echo "$as_me: program exited with status $ac_status" >&5
11825 echo "$as_me: failed program was:" >&5
11826 cat conftest.$ac_ext >&5
11827 ac_cv_header_stdc=no
11828 fi
11829 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11830 fi
11831 fi
11832 fi
11833 echo "$as_me:11833: result: $ac_cv_header_stdc" >&5
11834 echo "${ECHO_T}$ac_cv_header_stdc" >&6
11835 if test $ac_cv_header_stdc = yes; then
11836
11837 cat >>confdefs.h <<\EOF
11838 #define STDC_HEADERS 1
11839 EOF
11840
11841 fi
11842
11843 ac_header_dirent=no
11844 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
11845   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11846 echo "$as_me:11846: checking for $ac_hdr that defines DIR" >&5
11847 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11848 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11849   echo $ECHO_N "(cached) $ECHO_C" >&6
11850 else
11851   cat >conftest.$ac_ext <<_ACEOF
11852 #line 11852 "configure"
11853 #include "confdefs.h"
11854 #include <sys/types.h>
11855 #include <$ac_hdr>
11856
11857 int
11858 main ()
11859 {
11860 if ((DIR *) 0)
11861 return 0;
11862   ;
11863   return 0;
11864 }
11865 _ACEOF
11866 rm -f conftest.$ac_objext
11867 if { (eval echo "$as_me:11867: \"$ac_compile\"") >&5
11868   (eval $ac_compile) 2>&5
11869   ac_status=$?
11870   echo "$as_me:11870: \$? = $ac_status" >&5
11871   (exit $ac_status); } &&
11872          { ac_try='test -s conftest.$ac_objext'
11873   { (eval echo "$as_me:11873: \"$ac_try\"") >&5
11874   (eval $ac_try) 2>&5
11875   ac_status=$?
11876   echo "$as_me:11876: \$? = $ac_status" >&5
11877   (exit $ac_status); }; }; then
11878   eval "$as_ac_Header=yes"
11879 else
11880   echo "$as_me: failed program was:" >&5
11881 cat conftest.$ac_ext >&5
11882 eval "$as_ac_Header=no"
11883 fi
11884 rm -f conftest.$ac_objext conftest.$ac_ext
11885 fi
11886 echo "$as_me:11886: result: `eval echo '${'$as_ac_Header'}'`" >&5
11887 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11888 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11889   cat >>confdefs.h <<EOF
11890 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11891 EOF
11892
11893 ac_header_dirent=$ac_hdr; break
11894 fi
11895
11896 done
11897 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11898 if test $ac_header_dirent = dirent.h; then
11899   echo "$as_me:11899: checking for opendir in -ldir" >&5
11900 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
11901 if test "${ac_cv_lib_dir_opendir+set}" = set; then
11902   echo $ECHO_N "(cached) $ECHO_C" >&6
11903 else
11904   ac_check_lib_save_LIBS=$LIBS
11905 LIBS="-ldir  $LIBS"
11906 cat >conftest.$ac_ext <<_ACEOF
11907 #line 11907 "configure"
11908 #include "confdefs.h"
11909
11910 /* Override any gcc2 internal prototype to avoid an error.  */
11911 #ifdef __cplusplus
11912 extern "C"
11913 #endif
11914 /* We use char because int might match the return type of a gcc2
11915    builtin and then its argument prototype would still apply.  */
11916 char opendir ();
11917 int
11918 main ()
11919 {
11920 opendir ();
11921   ;
11922   return 0;
11923 }
11924 _ACEOF
11925 rm -f conftest.$ac_objext conftest$ac_exeext
11926 if { (eval echo "$as_me:11926: \"$ac_link\"") >&5
11927   (eval $ac_link) 2>&5
11928   ac_status=$?
11929   echo "$as_me:11929: \$? = $ac_status" >&5
11930   (exit $ac_status); } &&
11931          { ac_try='test -s conftest$ac_exeext'
11932   { (eval echo "$as_me:11932: \"$ac_try\"") >&5
11933   (eval $ac_try) 2>&5
11934   ac_status=$?
11935   echo "$as_me:11935: \$? = $ac_status" >&5
11936   (exit $ac_status); }; }; then
11937   ac_cv_lib_dir_opendir=yes
11938 else
11939   echo "$as_me: failed program was:" >&5
11940 cat conftest.$ac_ext >&5
11941 ac_cv_lib_dir_opendir=no
11942 fi
11943 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11944 LIBS=$ac_check_lib_save_LIBS
11945 fi
11946 echo "$as_me:11946: result: $ac_cv_lib_dir_opendir" >&5
11947 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
11948 if test $ac_cv_lib_dir_opendir = yes; then
11949   LIBS="$LIBS -ldir"
11950 fi
11951
11952 else
11953   echo "$as_me:11953: checking for opendir in -lx" >&5
11954 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
11955 if test "${ac_cv_lib_x_opendir+set}" = set; then
11956   echo $ECHO_N "(cached) $ECHO_C" >&6
11957 else
11958   ac_check_lib_save_LIBS=$LIBS
11959 LIBS="-lx  $LIBS"
11960 cat >conftest.$ac_ext <<_ACEOF
11961 #line 11961 "configure"
11962 #include "confdefs.h"
11963
11964 /* Override any gcc2 internal prototype to avoid an error.  */
11965 #ifdef __cplusplus
11966 extern "C"
11967 #endif
11968 /* We use char because int might match the return type of a gcc2
11969    builtin and then its argument prototype would still apply.  */
11970 char opendir ();
11971 int
11972 main ()
11973 {
11974 opendir ();
11975   ;
11976   return 0;
11977 }
11978 _ACEOF
11979 rm -f conftest.$ac_objext conftest$ac_exeext
11980 if { (eval echo "$as_me:11980: \"$ac_link\"") >&5
11981   (eval $ac_link) 2>&5
11982   ac_status=$?
11983   echo "$as_me:11983: \$? = $ac_status" >&5
11984   (exit $ac_status); } &&
11985          { ac_try='test -s conftest$ac_exeext'
11986   { (eval echo "$as_me:11986: \"$ac_try\"") >&5
11987   (eval $ac_try) 2>&5
11988   ac_status=$?
11989   echo "$as_me:11989: \$? = $ac_status" >&5
11990   (exit $ac_status); }; }; then
11991   ac_cv_lib_x_opendir=yes
11992 else
11993   echo "$as_me: failed program was:" >&5
11994 cat conftest.$ac_ext >&5
11995 ac_cv_lib_x_opendir=no
11996 fi
11997 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11998 LIBS=$ac_check_lib_save_LIBS
11999 fi
12000 echo "$as_me:12000: result: $ac_cv_lib_x_opendir" >&5
12001 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
12002 if test $ac_cv_lib_x_opendir = yes; then
12003   LIBS="$LIBS -lx"
12004 fi
12005
12006 fi
12007
12008 echo "$as_me:12008: checking whether time.h and sys/time.h may both be included" >&5
12009 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
12010 if test "${ac_cv_header_time+set}" = set; then
12011   echo $ECHO_N "(cached) $ECHO_C" >&6
12012 else
12013   cat >conftest.$ac_ext <<_ACEOF
12014 #line 12014 "configure"
12015 #include "confdefs.h"
12016 #include <sys/types.h>
12017 #include <sys/time.h>
12018 #include <time.h>
12019
12020 int
12021 main ()
12022 {
12023 if ((struct tm *) 0)
12024 return 0;
12025   ;
12026   return 0;
12027 }
12028 _ACEOF
12029 rm -f conftest.$ac_objext
12030 if { (eval echo "$as_me:12030: \"$ac_compile\"") >&5
12031   (eval $ac_compile) 2>&5
12032   ac_status=$?
12033   echo "$as_me:12033: \$? = $ac_status" >&5
12034   (exit $ac_status); } &&
12035          { ac_try='test -s conftest.$ac_objext'
12036   { (eval echo "$as_me:12036: \"$ac_try\"") >&5
12037   (eval $ac_try) 2>&5
12038   ac_status=$?
12039   echo "$as_me:12039: \$? = $ac_status" >&5
12040   (exit $ac_status); }; }; then
12041   ac_cv_header_time=yes
12042 else
12043   echo "$as_me: failed program was:" >&5
12044 cat conftest.$ac_ext >&5
12045 ac_cv_header_time=no
12046 fi
12047 rm -f conftest.$ac_objext conftest.$ac_ext
12048 fi
12049 echo "$as_me:12049: result: $ac_cv_header_time" >&5
12050 echo "${ECHO_T}$ac_cv_header_time" >&6
12051 if test $ac_cv_header_time = yes; then
12052
12053 cat >>confdefs.h <<\EOF
12054 #define TIME_WITH_SYS_TIME 1
12055 EOF
12056
12057 fi
12058
12059 echo "$as_me:12059: checking for regular-expression headers" >&5
12060 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6
12061 if test "${cf_cv_regex+set}" = set; then
12062   echo $ECHO_N "(cached) $ECHO_C" >&6
12063 else
12064
12065 cat >conftest.$ac_ext <<_ACEOF
12066 #line 12066 "configure"
12067 #include "confdefs.h"
12068 #include <sys/types.h>
12069 #include <regex.h>
12070 int
12071 main ()
12072 {
12073
12074         regex_t *p;
12075         int x = regcomp(p, "", 0);
12076         int y = regexec(p, "", 0, 0, 0);
12077         regfree(p);
12078
12079   ;
12080   return 0;
12081 }
12082 _ACEOF
12083 rm -f conftest.$ac_objext conftest$ac_exeext
12084 if { (eval echo "$as_me:12084: \"$ac_link\"") >&5
12085   (eval $ac_link) 2>&5
12086   ac_status=$?
12087   echo "$as_me:12087: \$? = $ac_status" >&5
12088   (exit $ac_status); } &&
12089          { ac_try='test -s conftest$ac_exeext'
12090   { (eval echo "$as_me:12090: \"$ac_try\"") >&5
12091   (eval $ac_try) 2>&5
12092   ac_status=$?
12093   echo "$as_me:12093: \$? = $ac_status" >&5
12094   (exit $ac_status); }; }; then
12095   cf_cv_regex="regex.h"
12096 else
12097   echo "$as_me: failed program was:" >&5
12098 cat conftest.$ac_ext >&5
12099
12100         cat >conftest.$ac_ext <<_ACEOF
12101 #line 12101 "configure"
12102 #include "confdefs.h"
12103 #include <regexp.h>
12104 int
12105 main ()
12106 {
12107
12108                 char *p = compile("", "", "", 0);
12109                 int x = step("", "");
12110
12111   ;
12112   return 0;
12113 }
12114 _ACEOF
12115 rm -f conftest.$ac_objext conftest$ac_exeext
12116 if { (eval echo "$as_me:12116: \"$ac_link\"") >&5
12117   (eval $ac_link) 2>&5
12118   ac_status=$?
12119   echo "$as_me:12119: \$? = $ac_status" >&5
12120   (exit $ac_status); } &&
12121          { ac_try='test -s conftest$ac_exeext'
12122   { (eval echo "$as_me:12122: \"$ac_try\"") >&5
12123   (eval $ac_try) 2>&5
12124   ac_status=$?
12125   echo "$as_me:12125: \$? = $ac_status" >&5
12126   (exit $ac_status); }; }; then
12127   cf_cv_regex="regexp.h"
12128 else
12129   echo "$as_me: failed program was:" >&5
12130 cat conftest.$ac_ext >&5
12131
12132                 cf_save_LIBS="$LIBS"
12133                 LIBS="-lgen $LIBS"
12134                 cat >conftest.$ac_ext <<_ACEOF
12135 #line 12135 "configure"
12136 #include "confdefs.h"
12137 #include <regexpr.h>
12138 int
12139 main ()
12140 {
12141
12142                         char *p = compile("", "", "");
12143                         int x = step("", "");
12144
12145   ;
12146   return 0;
12147 }
12148 _ACEOF
12149 rm -f conftest.$ac_objext conftest$ac_exeext
12150 if { (eval echo "$as_me:12150: \"$ac_link\"") >&5
12151   (eval $ac_link) 2>&5
12152   ac_status=$?
12153   echo "$as_me:12153: \$? = $ac_status" >&5
12154   (exit $ac_status); } &&
12155          { ac_try='test -s conftest$ac_exeext'
12156   { (eval echo "$as_me:12156: \"$ac_try\"") >&5
12157   (eval $ac_try) 2>&5
12158   ac_status=$?
12159   echo "$as_me:12159: \$? = $ac_status" >&5
12160   (exit $ac_status); }; }; then
12161   cf_cv_regex="regexpr.h"
12162 else
12163   echo "$as_me: failed program was:" >&5
12164 cat conftest.$ac_ext >&5
12165 LIBS="$cf_save_LIBS"
12166 fi
12167 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12168 fi
12169 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12170 fi
12171 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12172
12173 fi
12174
12175 echo "$as_me:12175: result: $cf_cv_regex" >&5
12176 echo "${ECHO_T}$cf_cv_regex" >&6
12177 case $cf_cv_regex in
12178         regex.h)   cat >>confdefs.h <<\EOF
12179 #define HAVE_REGEX_H_FUNCS 1
12180 EOF
12181  ;;
12182         regexp.h)  cat >>confdefs.h <<\EOF
12183 #define HAVE_REGEXP_H_FUNCS 1
12184 EOF
12185  ;;
12186         regexpr.h) cat >>confdefs.h <<\EOF
12187 #define HAVE_REGEXPR_H_FUNCS 1
12188 EOF
12189  ;;
12190 esac
12191
12192 for ac_header in \
12193 fcntl.h \
12194 getopt.h \
12195 limits.h \
12196 locale.h \
12197 poll.h \
12198 sys/bsdtypes.h \
12199 sys/ioctl.h \
12200 sys/param.h \
12201 sys/poll.h \
12202 sys/select.h \
12203 sys/time.h \
12204 sys/times.h \
12205 ttyent.h \
12206 unistd.h \
12207 wctype.h \
12208
12209 do
12210 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12211 echo "$as_me:12211: checking for $ac_header" >&5
12212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12213 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12214   echo $ECHO_N "(cached) $ECHO_C" >&6
12215 else
12216   cat >conftest.$ac_ext <<_ACEOF
12217 #line 12217 "configure"
12218 #include "confdefs.h"
12219 #include <$ac_header>
12220 _ACEOF
12221 if { (eval echo "$as_me:12221: \"$ac_cpp conftest.$ac_ext\"") >&5
12222   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12223   ac_status=$?
12224   egrep -v '^ *\+' conftest.er1 >conftest.err
12225   rm -f conftest.er1
12226   cat conftest.err >&5
12227   echo "$as_me:12227: \$? = $ac_status" >&5
12228   (exit $ac_status); } >/dev/null; then
12229   if test -s conftest.err; then
12230     ac_cpp_err=$ac_c_preproc_warn_flag
12231   else
12232     ac_cpp_err=
12233   fi
12234 else
12235   ac_cpp_err=yes
12236 fi
12237 if test -z "$ac_cpp_err"; then
12238   eval "$as_ac_Header=yes"
12239 else
12240   echo "$as_me: failed program was:" >&5
12241   cat conftest.$ac_ext >&5
12242   eval "$as_ac_Header=no"
12243 fi
12244 rm -f conftest.err conftest.$ac_ext
12245 fi
12246 echo "$as_me:12246: result: `eval echo '${'$as_ac_Header'}'`" >&5
12247 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12248 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12249   cat >>confdefs.h <<EOF
12250 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12251 EOF
12252
12253 fi
12254 done
12255
12256 # check for ISC (this may also define _POSIX_SOURCE)
12257 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set
12258 if test "$ISC" = yes ; then
12259
12260 echo "$as_me:12260: checking for main in -lcposix" >&5
12261 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6
12262 if test "${ac_cv_lib_cposix_main+set}" = set; then
12263   echo $ECHO_N "(cached) $ECHO_C" >&6
12264 else
12265   ac_check_lib_save_LIBS=$LIBS
12266 LIBS="-lcposix  $LIBS"
12267 cat >conftest.$ac_ext <<_ACEOF
12268 #line 12268 "configure"
12269 #include "confdefs.h"
12270
12271 int
12272 main ()
12273 {
12274 main ();
12275   ;
12276   return 0;
12277 }
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (eval echo "$as_me:12280: \"$ac_link\"") >&5
12281   (eval $ac_link) 2>&5
12282   ac_status=$?
12283   echo "$as_me:12283: \$? = $ac_status" >&5
12284   (exit $ac_status); } &&
12285          { ac_try='test -s conftest$ac_exeext'
12286   { (eval echo "$as_me:12286: \"$ac_try\"") >&5
12287   (eval $ac_try) 2>&5
12288   ac_status=$?
12289   echo "$as_me:12289: \$? = $ac_status" >&5
12290   (exit $ac_status); }; }; then
12291   ac_cv_lib_cposix_main=yes
12292 else
12293   echo "$as_me: failed program was:" >&5
12294 cat conftest.$ac_ext >&5
12295 ac_cv_lib_cposix_main=no
12296 fi
12297 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12298 LIBS=$ac_check_lib_save_LIBS
12299 fi
12300 echo "$as_me:12300: result: $ac_cv_lib_cposix_main" >&5
12301 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6
12302 if test $ac_cv_lib_cposix_main = yes; then
12303   cat >>confdefs.h <<EOF
12304 #define HAVE_LIBCPOSIX 1
12305 EOF
12306
12307   LIBS="-lcposix $LIBS"
12308
12309 fi
12310
12311         echo "$as_me:12311: checking for bzero in -linet" >&5
12312 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6
12313 if test "${ac_cv_lib_inet_bzero+set}" = set; then
12314   echo $ECHO_N "(cached) $ECHO_C" >&6
12315 else
12316   ac_check_lib_save_LIBS=$LIBS
12317 LIBS="-linet  $LIBS"
12318 cat >conftest.$ac_ext <<_ACEOF
12319 #line 12319 "configure"
12320 #include "confdefs.h"
12321
12322 /* Override any gcc2 internal prototype to avoid an error.  */
12323 #ifdef __cplusplus
12324 extern "C"
12325 #endif
12326 /* We use char because int might match the return type of a gcc2
12327    builtin and then its argument prototype would still apply.  */
12328 char bzero ();
12329 int
12330 main ()
12331 {
12332 bzero ();
12333   ;
12334   return 0;
12335 }
12336 _ACEOF
12337 rm -f conftest.$ac_objext conftest$ac_exeext
12338 if { (eval echo "$as_me:12338: \"$ac_link\"") >&5
12339   (eval $ac_link) 2>&5
12340   ac_status=$?
12341   echo "$as_me:12341: \$? = $ac_status" >&5
12342   (exit $ac_status); } &&
12343          { ac_try='test -s conftest$ac_exeext'
12344   { (eval echo "$as_me:12344: \"$ac_try\"") >&5
12345   (eval $ac_try) 2>&5
12346   ac_status=$?
12347   echo "$as_me:12347: \$? = $ac_status" >&5
12348   (exit $ac_status); }; }; then
12349   ac_cv_lib_inet_bzero=yes
12350 else
12351   echo "$as_me: failed program was:" >&5
12352 cat conftest.$ac_ext >&5
12353 ac_cv_lib_inet_bzero=no
12354 fi
12355 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12356 LIBS=$ac_check_lib_save_LIBS
12357 fi
12358 echo "$as_me:12358: result: $ac_cv_lib_inet_bzero" >&5
12359 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6
12360 if test $ac_cv_lib_inet_bzero = yes; then
12361   LIBS="$LIBS -linet"
12362 fi
12363 fi
12364
12365 echo "$as_me:12365: checking if sys/time.h works with sys/select.h" >&5
12366 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6
12367 if test "${cf_cv_sys_time_select+set}" = set; then
12368   echo $ECHO_N "(cached) $ECHO_C" >&6
12369 else
12370
12371 cat >conftest.$ac_ext <<_ACEOF
12372 #line 12372 "configure"
12373 #include "confdefs.h"
12374
12375 #include <sys/types.h>
12376 #ifdef HAVE_SYS_TIME_H
12377 #include <sys/time.h>
12378 #endif
12379 #ifdef HAVE_SYS_SELECT_H
12380 #include <sys/select.h>
12381 #endif
12382
12383 int
12384 main ()
12385 {
12386
12387   ;
12388   return 0;
12389 }
12390 _ACEOF
12391 rm -f conftest.$ac_objext
12392 if { (eval echo "$as_me:12392: \"$ac_compile\"") >&5
12393   (eval $ac_compile) 2>&5
12394   ac_status=$?
12395   echo "$as_me:12395: \$? = $ac_status" >&5
12396   (exit $ac_status); } &&
12397          { ac_try='test -s conftest.$ac_objext'
12398   { (eval echo "$as_me:12398: \"$ac_try\"") >&5
12399   (eval $ac_try) 2>&5
12400   ac_status=$?
12401   echo "$as_me:12401: \$? = $ac_status" >&5
12402   (exit $ac_status); }; }; then
12403   cf_cv_sys_time_select=yes
12404 else
12405   echo "$as_me: failed program was:" >&5
12406 cat conftest.$ac_ext >&5
12407 cf_cv_sys_time_select=no
12408 fi
12409 rm -f conftest.$ac_objext conftest.$ac_ext
12410
12411 fi
12412
12413 echo "$as_me:12413: result: $cf_cv_sys_time_select" >&5
12414 echo "${ECHO_T}$cf_cv_sys_time_select" >&6
12415 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF
12416 #define HAVE_SYS_TIME_SELECT 1
12417 EOF
12418
12419 ###     checks for compiler characteristics
12420 ac_ext=c
12421 ac_cpp='$CPP $CPPFLAGS'
12422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12425 ac_main_return=return
12426
12427 echo "$as_me:12427: checking for $CC option to accept ANSI C" >&5
12428 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
12429 if test "${ac_cv_prog_cc_stdc+set}" = set; then
12430   echo $ECHO_N "(cached) $ECHO_C" >&6
12431 else
12432   ac_cv_prog_cc_stdc=no
12433 ac_save_CC=$CC
12434 cat >conftest.$ac_ext <<_ACEOF
12435 #line 12435 "configure"
12436 #include "confdefs.h"
12437 #include <stdarg.h>
12438 #include <stdio.h>
12439 #include <sys/types.h>
12440 #include <sys/stat.h>
12441 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
12442 struct buf { int x; };
12443 FILE * (*rcsopen) (struct buf *, struct stat *, int);
12444 static char *e (p, i)
12445      char **p;
12446      int i;
12447 {
12448   return p[i];
12449 }
12450 static char *f (char * (*g) (char **, int), char **p, ...)
12451 {
12452   char *s;
12453   va_list v;
12454   va_start (v,p);
12455   s = g (p, va_arg (v,int));
12456   va_end (v);
12457   return s;
12458 }
12459 int test (int i, double x);
12460 struct s1 {int (*f) (int a);};
12461 struct s2 {int (*f) (double a);};
12462 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
12463 int argc;
12464 char **argv;
12465 int
12466 main ()
12467 {
12468 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
12469   ;
12470   return 0;
12471 }
12472 _ACEOF
12473 # Don't try gcc -ansi; that turns off useful extensions and
12474 # breaks some systems' header files.
12475 # AIX                   -qlanglvl=ansi
12476 # Ultrix and OSF/1      -std1
12477 # HP-UX 10.20 and later -Ae
12478 # HP-UX older versions  -Aa -D_HPUX_SOURCE
12479 # SVR4                  -Xc -D__EXTENSIONS__
12480 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
12481 do
12482   CC="$ac_save_CC $ac_arg"
12483   rm -f conftest.$ac_objext
12484 if { (eval echo "$as_me:12484: \"$ac_compile\"") >&5
12485   (eval $ac_compile) 2>&5
12486   ac_status=$?
12487   echo "$as_me:12487: \$? = $ac_status" >&5
12488   (exit $ac_status); } &&
12489          { ac_try='test -s conftest.$ac_objext'
12490   { (eval echo "$as_me:12490: \"$ac_try\"") >&5
12491   (eval $ac_try) 2>&5
12492   ac_status=$?
12493   echo "$as_me:12493: \$? = $ac_status" >&5
12494   (exit $ac_status); }; }; then
12495   ac_cv_prog_cc_stdc=$ac_arg
12496 break
12497 else
12498   echo "$as_me: failed program was:" >&5
12499 cat conftest.$ac_ext >&5
12500 fi
12501 rm -f conftest.$ac_objext
12502 done
12503 rm -f conftest.$ac_ext conftest.$ac_objext
12504 CC=$ac_save_CC
12505
12506 fi
12507
12508 case "x$ac_cv_prog_cc_stdc" in
12509   x|xno)
12510     echo "$as_me:12510: result: none needed" >&5
12511 echo "${ECHO_T}none needed" >&6 ;;
12512   *)
12513     echo "$as_me:12513: result: $ac_cv_prog_cc_stdc" >&5
12514 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
12515     CC="$CC $ac_cv_prog_cc_stdc" ;;
12516 esac
12517
12518 echo "$as_me:12518: checking for an ANSI C-conforming const" >&5
12519 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
12520 if test "${ac_cv_c_const+set}" = set; then
12521   echo $ECHO_N "(cached) $ECHO_C" >&6
12522 else
12523   cat >conftest.$ac_ext <<_ACEOF
12524 #line 12524 "configure"
12525 #include "confdefs.h"
12526
12527 int
12528 main ()
12529 {
12530 /* FIXME: Include the comments suggested by Paul. */
12531 #ifndef __cplusplus
12532   /* Ultrix mips cc rejects this.  */
12533   typedef int charset[2];
12534   const charset x;
12535   /* SunOS 4.1.1 cc rejects this.  */
12536   char const *const *ccp;
12537   char **p;
12538   /* NEC SVR4.0.2 mips cc rejects this.  */
12539   struct point {int x, y;};
12540   static struct point const zero = {0,0};
12541   /* AIX XL C 1.02.0.0 rejects this.
12542      It does not let you subtract one const X* pointer from another in
12543      an arm of an if-expression whose if-part is not a constant
12544      expression */
12545   const char *g = "string";
12546   ccp = &g + (g ? g-g : 0);
12547   /* HPUX 7.0 cc rejects these. */
12548   ++ccp;
12549   p = (char**) ccp;
12550   ccp = (char const *const *) p;
12551   { /* SCO 3.2v4 cc rejects this.  */
12552     char *t;
12553     char const *s = 0 ? (char *) 0 : (char const *) 0;
12554
12555     *t++ = 0;
12556   }
12557   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12558     int x[] = {25, 17};
12559     const int *foo = &x[0];
12560     ++foo;
12561   }
12562   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12563     typedef const int *iptr;
12564     iptr p = 0;
12565     ++p;
12566   }
12567   { /* AIX XL C 1.02.0.0 rejects this saying
12568        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12569     struct s { int j; const int *ap[3]; };
12570     struct s *b; b->j = 5;
12571   }
12572   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12573     const int foo = 10;
12574   }
12575 #endif
12576
12577   ;
12578   return 0;
12579 }
12580 _ACEOF
12581 rm -f conftest.$ac_objext
12582 if { (eval echo "$as_me:12582: \"$ac_compile\"") >&5
12583   (eval $ac_compile) 2>&5
12584   ac_status=$?
12585   echo "$as_me:12585: \$? = $ac_status" >&5
12586   (exit $ac_status); } &&
12587          { ac_try='test -s conftest.$ac_objext'
12588   { (eval echo "$as_me:12588: \"$ac_try\"") >&5
12589   (eval $ac_try) 2>&5
12590   ac_status=$?
12591   echo "$as_me:12591: \$? = $ac_status" >&5
12592   (exit $ac_status); }; }; then
12593   ac_cv_c_const=yes
12594 else
12595   echo "$as_me: failed program was:" >&5
12596 cat conftest.$ac_ext >&5
12597 ac_cv_c_const=no
12598 fi
12599 rm -f conftest.$ac_objext conftest.$ac_ext
12600 fi
12601 echo "$as_me:12601: result: $ac_cv_c_const" >&5
12602 echo "${ECHO_T}$ac_cv_c_const" >&6
12603 if test $ac_cv_c_const = no; then
12604
12605 cat >>confdefs.h <<\EOF
12606 #define const
12607 EOF
12608
12609 fi
12610
12611 echo "$as_me:12611: checking for inline" >&5
12612 echo $ECHO_N "checking for inline... $ECHO_C" >&6
12613 if test "${ac_cv_c_inline+set}" = set; then
12614   echo $ECHO_N "(cached) $ECHO_C" >&6
12615 else
12616   ac_cv_c_inline=no
12617 for ac_kw in inline __inline__ __inline; do
12618   cat >conftest.$ac_ext <<_ACEOF
12619 #line 12619 "configure"
12620 #include "confdefs.h"
12621 #ifndef __cplusplus
12622 static $ac_kw int static_foo () {return 0; }
12623 $ac_kw int foo () {return 0; }
12624 #endif
12625
12626 _ACEOF
12627 rm -f conftest.$ac_objext
12628 if { (eval echo "$as_me:12628: \"$ac_compile\"") >&5
12629   (eval $ac_compile) 2>&5
12630   ac_status=$?
12631   echo "$as_me:12631: \$? = $ac_status" >&5
12632   (exit $ac_status); } &&
12633          { ac_try='test -s conftest.$ac_objext'
12634   { (eval echo "$as_me:12634: \"$ac_try\"") >&5
12635   (eval $ac_try) 2>&5
12636   ac_status=$?
12637   echo "$as_me:12637: \$? = $ac_status" >&5
12638   (exit $ac_status); }; }; then
12639   ac_cv_c_inline=$ac_kw; break
12640 else
12641   echo "$as_me: failed program was:" >&5
12642 cat conftest.$ac_ext >&5
12643 fi
12644 rm -f conftest.$ac_objext conftest.$ac_ext
12645 done
12646
12647 fi
12648 echo "$as_me:12648: result: $ac_cv_c_inline" >&5
12649 echo "${ECHO_T}$ac_cv_c_inline" >&6
12650 case $ac_cv_c_inline in
12651   inline | yes) ;;
12652   no)
12653 cat >>confdefs.h <<\EOF
12654 #define inline
12655 EOF
12656  ;;
12657   *)  cat >>confdefs.h <<EOF
12658 #define inline $ac_cv_c_inline
12659 EOF
12660  ;;
12661 esac
12662
12663 NCURSES_INLINE=
12664 if test "$ac_cv_c_inline" != no ; then
12665   NCURSES_INLINE=inline
12666   if test "$INTEL_COMPILER" = yes
12667   then
12668     :
12669   elif test "$GCC" = yes
12670   then
12671     echo "$as_me:12671: checking if gcc supports options to tune inlining" >&5
12672 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6
12673 if test "${cf_cv_gcc_inline+set}" = set; then
12674   echo $ECHO_N "(cached) $ECHO_C" >&6
12675 else
12676
12677       cf_save_CFLAGS=$CFLAGS
12678       CFLAGS="$CFLAGS --param max-inline-insns-single=1200"
12679       cat >conftest.$ac_ext <<_ACEOF
12680 #line 12680 "configure"
12681 #include "confdefs.h"
12682 inline int foo(void) { return 1; }
12683 int
12684 main ()
12685 {
12686 ${cf_cv_main_return:-return} foo()
12687   ;
12688   return 0;
12689 }
12690 _ACEOF
12691 rm -f conftest.$ac_objext
12692 if { (eval echo "$as_me:12692: \"$ac_compile\"") >&5
12693   (eval $ac_compile) 2>&5
12694   ac_status=$?
12695   echo "$as_me:12695: \$? = $ac_status" >&5
12696   (exit $ac_status); } &&
12697          { ac_try='test -s conftest.$ac_objext'
12698   { (eval echo "$as_me:12698: \"$ac_try\"") >&5
12699   (eval $ac_try) 2>&5
12700   ac_status=$?
12701   echo "$as_me:12701: \$? = $ac_status" >&5
12702   (exit $ac_status); }; }; then
12703   cf_cv_gcc_inline=yes
12704 else
12705   echo "$as_me: failed program was:" >&5
12706 cat conftest.$ac_ext >&5
12707 cf_cv_gcc_inline=no
12708 fi
12709 rm -f conftest.$ac_objext conftest.$ac_ext
12710       CFLAGS=$cf_save_CFLAGS
12711
12712 fi
12713 echo "$as_me:12713: result: $cf_cv_gcc_inline" >&5
12714 echo "${ECHO_T}$cf_cv_gcc_inline" >&6
12715     if test "$cf_cv_gcc_inline" = yes ; then
12716
12717 cf_fix_cppflags=no
12718 cf_new_cflags=
12719 cf_new_cppflags=
12720 cf_new_extra_cppflags=
12721
12722 for cf_add_cflags in --param max-inline-insns-single=1200
12723 do
12724 case $cf_fix_cppflags in
12725 no)
12726         case $cf_add_cflags in #(vi
12727         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
12728                 case $cf_add_cflags in
12729                 -D*)
12730                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
12731
12732                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
12733                         && test -z "${cf_tst_cflags}" \
12734                         && cf_fix_cppflags=yes
12735
12736                         if test $cf_fix_cppflags = yes ; then
12737                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
12738                                 continue
12739                         elif test "${cf_tst_cflags}" = "\"'" ; then
12740                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
12741                                 continue
12742                         fi
12743                         ;;
12744                 esac
12745                 case "$CPPFLAGS" in
12746                 *$cf_add_cflags) #(vi
12747                         ;;
12748                 *) #(vi
12749                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
12750                         ;;
12751                 esac
12752                 ;;
12753         *)
12754                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
12755                 ;;
12756         esac
12757         ;;
12758 yes)
12759         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
12760
12761         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
12762
12763         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
12764         && test -z "${cf_tst_cflags}" \
12765         && cf_fix_cppflags=no
12766         ;;
12767 esac
12768 done
12769
12770 if test -n "$cf_new_cflags" ; then
12771
12772         CFLAGS="$CFLAGS $cf_new_cflags"
12773 fi
12774
12775 if test -n "$cf_new_cppflags" ; then
12776
12777         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
12778 fi
12779
12780 if test -n "$cf_new_extra_cppflags" ; then
12781
12782         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
12783 fi
12784
12785     fi
12786   fi
12787 fi
12788
12789 echo "$as_me:12789: checking for signal global datatype" >&5
12790 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6
12791 if test "${cf_cv_sig_atomic_t+set}" = set; then
12792   echo $ECHO_N "(cached) $ECHO_C" >&6
12793 else
12794
12795         for cf_type in \
12796                 "volatile sig_atomic_t" \
12797                 "sig_atomic_t" \
12798                 "int"
12799         do
12800         cat >conftest.$ac_ext <<_ACEOF
12801 #line 12801 "configure"
12802 #include "confdefs.h"
12803
12804 #include <sys/types.h>
12805 #include <signal.h>
12806 #include <stdio.h>
12807
12808 extern $cf_type x;
12809 $cf_type x;
12810 static void handler(int sig)
12811 {
12812         x = 5;
12813 }
12814 int
12815 main ()
12816 {
12817 signal(SIGINT, handler);
12818                  x = 1
12819   ;
12820   return 0;
12821 }
12822 _ACEOF
12823 rm -f conftest.$ac_objext
12824 if { (eval echo "$as_me:12824: \"$ac_compile\"") >&5
12825   (eval $ac_compile) 2>&5
12826   ac_status=$?
12827   echo "$as_me:12827: \$? = $ac_status" >&5
12828   (exit $ac_status); } &&
12829          { ac_try='test -s conftest.$ac_objext'
12830   { (eval echo "$as_me:12830: \"$ac_try\"") >&5
12831   (eval $ac_try) 2>&5
12832   ac_status=$?
12833   echo "$as_me:12833: \$? = $ac_status" >&5
12834   (exit $ac_status); }; }; then
12835   cf_cv_sig_atomic_t=$cf_type
12836 else
12837   echo "$as_me: failed program was:" >&5
12838 cat conftest.$ac_ext >&5
12839 cf_cv_sig_atomic_t=no
12840 fi
12841 rm -f conftest.$ac_objext conftest.$ac_ext
12842                 test "$cf_cv_sig_atomic_t" != no && break
12843         done
12844
12845 fi
12846
12847 echo "$as_me:12847: result: $cf_cv_sig_atomic_t" >&5
12848 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6
12849 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF
12850 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t
12851 EOF
12852
12853 if test $NCURSES_CHTYPE = auto ; then
12854
12855 echo "$as_me:12855: checking for type of chtype" >&5
12856 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
12857 if test "${cf_cv_typeof_chtype+set}" = set; then
12858   echo $ECHO_N "(cached) $ECHO_C" >&6
12859 else
12860
12861                 if test "$cross_compiling" = yes; then
12862   cf_cv_typeof_chtype=long
12863 else
12864   cat >conftest.$ac_ext <<_ACEOF
12865 #line 12865 "configure"
12866 #include "confdefs.h"
12867
12868 #define WANT_BITS 31
12869 #include <stdio.h>
12870 int main()
12871 {
12872         FILE *fp = fopen("cf_test.out", "w");
12873         if (fp != 0) {
12874                 char *result = "long";
12875                 if (sizeof(unsigned long) > sizeof(unsigned int)) {
12876                         int n;
12877                         unsigned int x, y;
12878                         for (n = 0; n < WANT_BITS; n++) {
12879                                 x = (1 << n);
12880                                 y = (x >> n);
12881                                 if (y != 1 || x == 0) {
12882                                         x = 0;
12883                                         break;
12884                                 }
12885                         }
12886                         /*
12887                          * If x is nonzero, an int is big enough for the bits
12888                          * that we want.
12889                          */
12890                         result = (x != 0) ? "int" : "long";
12891                 }
12892                 fputs(result, fp);
12893                 fclose(fp);
12894         }
12895         ${cf_cv_main_return:-return}(0);
12896 }
12897
12898 _ACEOF
12899 rm -f conftest$ac_exeext
12900 if { (eval echo "$as_me:12900: \"$ac_link\"") >&5
12901   (eval $ac_link) 2>&5
12902   ac_status=$?
12903   echo "$as_me:12903: \$? = $ac_status" >&5
12904   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12905   { (eval echo "$as_me:12905: \"$ac_try\"") >&5
12906   (eval $ac_try) 2>&5
12907   ac_status=$?
12908   echo "$as_me:12908: \$? = $ac_status" >&5
12909   (exit $ac_status); }; }; then
12910   cf_cv_typeof_chtype=`cat cf_test.out`
12911 else
12912   echo "$as_me: program exited with status $ac_status" >&5
12913 echo "$as_me: failed program was:" >&5
12914 cat conftest.$ac_ext >&5
12915 cf_cv_typeof_chtype=long
12916 fi
12917 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12918 fi
12919                 rm -f cf_test.out
12920
12921 fi
12922
12923 echo "$as_me:12923: result: $cf_cv_typeof_chtype" >&5
12924 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6
12925
12926 cat >>confdefs.h <<EOF
12927 #define TYPEOF_CHTYPE $cf_cv_typeof_chtype
12928 EOF
12929
12930 else
12931         cf_cv_typeof_chtype=$NCURSES_CHTYPE
12932 fi
12933 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype=""
12934
12935 echo "$as_me:12935: checking if unsigned literals are legal" >&5
12936 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6
12937 if test "${cf_cv_unsigned_literals+set}" = set; then
12938   echo $ECHO_N "(cached) $ECHO_C" >&6
12939 else
12940
12941         cat >conftest.$ac_ext <<_ACEOF
12942 #line 12942 "configure"
12943 #include "confdefs.h"
12944
12945 int
12946 main ()
12947 {
12948 long x = 1L + 1UL + 1U + 1
12949   ;
12950   return 0;
12951 }
12952 _ACEOF
12953 rm -f conftest.$ac_objext
12954 if { (eval echo "$as_me:12954: \"$ac_compile\"") >&5
12955   (eval $ac_compile) 2>&5
12956   ac_status=$?
12957   echo "$as_me:12957: \$? = $ac_status" >&5
12958   (exit $ac_status); } &&
12959          { ac_try='test -s conftest.$ac_objext'
12960   { (eval echo "$as_me:12960: \"$ac_try\"") >&5
12961   (eval $ac_try) 2>&5
12962   ac_status=$?
12963   echo "$as_me:12963: \$? = $ac_status" >&5
12964   (exit $ac_status); }; }; then
12965   cf_cv_unsigned_literals=yes
12966 else
12967   echo "$as_me: failed program was:" >&5
12968 cat conftest.$ac_ext >&5
12969 cf_cv_unsigned_literals=no
12970 fi
12971 rm -f conftest.$ac_objext conftest.$ac_ext
12972
12973 fi
12974
12975 echo "$as_me:12975: result: $cf_cv_unsigned_literals" >&5
12976 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6
12977
12978 cf_cv_1UL="1"
12979 test ".$cf_cv_unsigned_literals" = .yes && cf_cv_1UL="${cf_cv_1UL}U"
12980 test ".$cf_cv_typeof_chtype"    = .long && cf_cv_1UL="${cf_cv_1UL}L"
12981
12982 if test $NCURSES_MMASK_T = auto ; then
12983         cf_cv_typeof_mmask_t=long
12984 else
12985         cf_cv_typeof_mmask_t=$NCURSES_MMASK_T
12986 fi
12987 test "$cf_cv_typeof_mmask_t" = unsigned && cf_cv_typeof_mmask_t=""
12988
12989 ###     Checks for external-data
12990
12991 echo "$as_me:12991: checking if external errno is declared" >&5
12992 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6
12993 if test "${cf_cv_dcl_errno+set}" = set; then
12994   echo $ECHO_N "(cached) $ECHO_C" >&6
12995 else
12996
12997     cat >conftest.$ac_ext <<_ACEOF
12998 #line 12998 "configure"
12999 #include "confdefs.h"
13000
13001 #ifdef HAVE_STDLIB_H
13002 #include <stdlib.h>
13003 #endif
13004 #include <stdio.h>
13005 #include <sys/types.h>
13006 #include <errno.h>
13007 int
13008 main ()
13009 {
13010 int x = (int) errno
13011   ;
13012   return 0;
13013 }
13014 _ACEOF
13015 rm -f conftest.$ac_objext
13016 if { (eval echo "$as_me:13016: \"$ac_compile\"") >&5
13017   (eval $ac_compile) 2>&5
13018   ac_status=$?
13019   echo "$as_me:13019: \$? = $ac_status" >&5
13020   (exit $ac_status); } &&
13021          { ac_try='test -s conftest.$ac_objext'
13022   { (eval echo "$as_me:13022: \"$ac_try\"") >&5
13023   (eval $ac_try) 2>&5
13024   ac_status=$?
13025   echo "$as_me:13025: \$? = $ac_status" >&5
13026   (exit $ac_status); }; }; then
13027   cf_cv_dcl_errno=yes
13028 else
13029   echo "$as_me: failed program was:" >&5
13030 cat conftest.$ac_ext >&5
13031 cf_cv_dcl_errno=no
13032 fi
13033 rm -f conftest.$ac_objext conftest.$ac_ext
13034
13035 fi
13036 echo "$as_me:13036: result: $cf_cv_dcl_errno" >&5
13037 echo "${ECHO_T}$cf_cv_dcl_errno" >&6
13038
13039 if test "$cf_cv_dcl_errno" = no ; then
13040
13041 cf_result=`echo "decl_errno" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
13042
13043     cat >>confdefs.h <<EOF
13044 #define $cf_result 1
13045 EOF
13046
13047 fi
13048
13049 # It's possible (for near-UNIX clones) that the data doesn't exist
13050
13051 echo "$as_me:13051: checking if external errno exists" >&5
13052 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6
13053 if test "${cf_cv_have_errno+set}" = set; then
13054   echo $ECHO_N "(cached) $ECHO_C" >&6
13055 else
13056
13057     cat >conftest.$ac_ext <<_ACEOF
13058 #line 13058 "configure"
13059 #include "confdefs.h"
13060
13061 #undef errno
13062 extern int errno;
13063
13064 int
13065 main ()
13066 {
13067 errno = 2
13068   ;
13069   return 0;
13070 }
13071 _ACEOF
13072 rm -f conftest.$ac_objext conftest$ac_exeext
13073 if { (eval echo "$as_me:13073: \"$ac_link\"") >&5
13074   (eval $ac_link) 2>&5
13075   ac_status=$?
13076   echo "$as_me:13076: \$? = $ac_status" >&5
13077   (exit $ac_status); } &&
13078          { ac_try='test -s conftest$ac_exeext'
13079   { (eval echo "$as_me:13079: \"$ac_try\"") >&5
13080   (eval $ac_try) 2>&5
13081   ac_status=$?
13082   echo "$as_me:13082: \$? = $ac_status" >&5
13083   (exit $ac_status); }; }; then
13084   cf_cv_have_errno=yes
13085 else
13086   echo "$as_me: failed program was:" >&5
13087 cat conftest.$ac_ext >&5
13088 cf_cv_have_errno=no
13089 fi
13090 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13091
13092 fi
13093 echo "$as_me:13093: result: $cf_cv_have_errno" >&5
13094 echo "${ECHO_T}$cf_cv_have_errno" >&6
13095
13096 if test "$cf_cv_have_errno" = yes ; then
13097
13098 cf_result=`echo "have_errno" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
13099
13100     cat >>confdefs.h <<EOF
13101 #define $cf_result 1
13102 EOF
13103
13104 fi
13105
13106 echo "$as_me:13106: checking if data-only library module links" >&5
13107 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6
13108 if test "${cf_cv_link_dataonly+set}" = set; then
13109   echo $ECHO_N "(cached) $ECHO_C" >&6
13110 else
13111
13112         rm -f conftest.a
13113         cat >conftest.$ac_ext <<EOF
13114 #line 13114 "configure"
13115 int     testdata[3] = { 123, 456, 789 };
13116 EOF
13117         if { (eval echo "$as_me:13117: \"$ac_compile\"") >&5
13118   (eval $ac_compile) 2>&5
13119   ac_status=$?
13120   echo "$as_me:13120: \$? = $ac_status" >&5
13121   (exit $ac_status); } ; then
13122                 mv conftest.o data.o && \
13123                 ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null
13124         fi
13125         rm -f conftest.$ac_ext data.o
13126         cat >conftest.$ac_ext <<EOF
13127 #line 13127 "configure"
13128 int     testfunc()
13129 {
13130 #if defined(NeXT)
13131         ${cf_cv_main_return:-return}(1);        /* I'm told this linker is broken */
13132 #else
13133         extern int testdata[3];
13134         return testdata[0] == 123
13135            &&  testdata[1] == 456
13136            &&  testdata[2] == 789;
13137 #endif
13138 }
13139 EOF
13140         if { (eval echo "$as_me:13140: \"$ac_compile\"") >&5
13141   (eval $ac_compile) 2>&5
13142   ac_status=$?
13143   echo "$as_me:13143: \$? = $ac_status" >&5
13144   (exit $ac_status); }; then
13145                 mv conftest.o func.o && \
13146                 ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null
13147         fi
13148         rm -f conftest.$ac_ext func.o
13149         ( eval $RANLIB conftest.a ) 2>&5 >/dev/null
13150         cf_saveLIBS="$LIBS"
13151         LIBS="conftest.a $LIBS"
13152         if test "$cross_compiling" = yes; then
13153   cf_cv_link_dataonly=unknown
13154 else
13155   cat >conftest.$ac_ext <<_ACEOF
13156 #line 13156 "configure"
13157 #include "confdefs.h"
13158
13159         int main()
13160         {
13161                 extern int testfunc();
13162                 ${cf_cv_main_return:-return} (!testfunc());
13163         }
13164
13165 _ACEOF
13166 rm -f conftest$ac_exeext
13167 if { (eval echo "$as_me:13167: \"$ac_link\"") >&5
13168   (eval $ac_link) 2>&5
13169   ac_status=$?
13170   echo "$as_me:13170: \$? = $ac_status" >&5
13171   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13172   { (eval echo "$as_me:13172: \"$ac_try\"") >&5
13173   (eval $ac_try) 2>&5
13174   ac_status=$?
13175   echo "$as_me:13175: \$? = $ac_status" >&5
13176   (exit $ac_status); }; }; then
13177   cf_cv_link_dataonly=yes
13178 else
13179   echo "$as_me: program exited with status $ac_status" >&5
13180 echo "$as_me: failed program was:" >&5
13181 cat conftest.$ac_ext >&5
13182 cf_cv_link_dataonly=no
13183 fi
13184 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13185 fi
13186         LIBS="$cf_saveLIBS"
13187
13188 fi
13189
13190 echo "$as_me:13190: result: $cf_cv_link_dataonly" >&5
13191 echo "${ECHO_T}$cf_cv_link_dataonly" >&6
13192
13193 if test "$cf_cv_link_dataonly" = no ; then
13194         cat >>confdefs.h <<\EOF
13195 #define BROKEN_LINKER 1
13196 EOF
13197
13198         BROKEN_LINKER=1
13199 fi
13200
13201 ###     Checks for library functions.
13202
13203 for ac_func in \
13204 getcwd \
13205 getegid \
13206 geteuid \
13207 getttynam \
13208 issetugid \
13209 poll \
13210 remove \
13211 select \
13212 setbuf \
13213 setbuffer \
13214 setvbuf \
13215 sigaction \
13216 sigvec \
13217 strdup \
13218 strstr \
13219 tcgetpgrp \
13220 times \
13221 vsnprintf \
13222
13223 do
13224 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13225 echo "$as_me:13225: checking for $ac_func" >&5
13226 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13227 if eval "test \"\${$as_ac_var+set}\" = set"; then
13228   echo $ECHO_N "(cached) $ECHO_C" >&6
13229 else
13230   cat >conftest.$ac_ext <<_ACEOF
13231 #line 13231 "configure"
13232 #include "confdefs.h"
13233 /* System header to define __stub macros and hopefully few prototypes,
13234     which can conflict with char $ac_func (); below.  */
13235 #include <assert.h>
13236 /* Override any gcc2 internal prototype to avoid an error.  */
13237 #ifdef __cplusplus
13238 extern "C"
13239 #endif
13240 /* We use char because int might match the return type of a gcc2
13241    builtin and then its argument prototype would still apply.  */
13242 char $ac_func ();
13243 char (*f) ();
13244
13245 int
13246 main ()
13247 {
13248 /* The GNU C library defines this for functions which it implements
13249     to always fail with ENOSYS.  Some functions are actually named
13250     something starting with __ and the normal name is an alias.  */
13251 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13252 choke me
13253 #else
13254 f = $ac_func;
13255 #endif
13256
13257   ;
13258   return 0;
13259 }
13260 _ACEOF
13261 rm -f conftest.$ac_objext conftest$ac_exeext
13262 if { (eval echo "$as_me:13262: \"$ac_link\"") >&5
13263   (eval $ac_link) 2>&5
13264   ac_status=$?
13265   echo "$as_me:13265: \$? = $ac_status" >&5
13266   (exit $ac_status); } &&
13267          { ac_try='test -s conftest$ac_exeext'
13268   { (eval echo "$as_me:13268: \"$ac_try\"") >&5
13269   (eval $ac_try) 2>&5
13270   ac_status=$?
13271   echo "$as_me:13271: \$? = $ac_status" >&5
13272   (exit $ac_status); }; }; then
13273   eval "$as_ac_var=yes"
13274 else
13275   echo "$as_me: failed program was:" >&5
13276 cat conftest.$ac_ext >&5
13277 eval "$as_ac_var=no"
13278 fi
13279 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13280 fi
13281 echo "$as_me:13281: result: `eval echo '${'$as_ac_var'}'`" >&5
13282 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13283 if test `eval echo '${'$as_ac_var'}'` = yes; then
13284   cat >>confdefs.h <<EOF
13285 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13286 EOF
13287
13288 fi
13289 done
13290
13291 if test "$with_getcap" = "yes" ; then
13292
13293 echo "$as_me:13293: checking for terminal-capability database functions" >&5
13294 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6
13295 if test "${cf_cv_cgetent+set}" = set; then
13296   echo $ECHO_N "(cached) $ECHO_C" >&6
13297 else
13298
13299 cat >conftest.$ac_ext <<_ACEOF
13300 #line 13300 "configure"
13301 #include "confdefs.h"
13302
13303 #include <stdlib.h>
13304 int
13305 main ()
13306 {
13307
13308         char temp[128];
13309         char *buf = temp;
13310         char *db_array = temp;
13311         cgetent(&buf, /* int *, */ &db_array, "vt100");
13312         cgetcap(buf, "tc", '=');
13313         cgetmatch(buf, "tc");
13314
13315   ;
13316   return 0;
13317 }
13318 _ACEOF
13319 rm -f conftest.$ac_objext conftest$ac_exeext
13320 if { (eval echo "$as_me:13320: \"$ac_link\"") >&5
13321   (eval $ac_link) 2>&5
13322   ac_status=$?
13323   echo "$as_me:13323: \$? = $ac_status" >&5
13324   (exit $ac_status); } &&
13325          { ac_try='test -s conftest$ac_exeext'
13326   { (eval echo "$as_me:13326: \"$ac_try\"") >&5
13327   (eval $ac_try) 2>&5
13328   ac_status=$?
13329   echo "$as_me:13329: \$? = $ac_status" >&5
13330   (exit $ac_status); }; }; then
13331   cf_cv_cgetent=yes
13332 else
13333   echo "$as_me: failed program was:" >&5
13334 cat conftest.$ac_ext >&5
13335 cf_cv_cgetent=no
13336 fi
13337 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13338
13339 fi
13340
13341 echo "$as_me:13341: result: $cf_cv_cgetent" >&5
13342 echo "${ECHO_T}$cf_cv_cgetent" >&6
13343 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF
13344 #define HAVE_BSD_CGETENT 1
13345 EOF
13346
13347 fi
13348
13349 echo "$as_me:13349: checking for isascii" >&5
13350 echo $ECHO_N "checking for isascii... $ECHO_C" >&6
13351 if test "${cf_cv_have_isascii+set}" = set; then
13352   echo $ECHO_N "(cached) $ECHO_C" >&6
13353 else
13354
13355         cat >conftest.$ac_ext <<_ACEOF
13356 #line 13356 "configure"
13357 #include "confdefs.h"
13358 #include <ctype.h>
13359 int
13360 main ()
13361 {
13362 int x = isascii(' ')
13363   ;
13364   return 0;
13365 }
13366 _ACEOF
13367 rm -f conftest.$ac_objext conftest$ac_exeext
13368 if { (eval echo "$as_me:13368: \"$ac_link\"") >&5
13369   (eval $ac_link) 2>&5
13370   ac_status=$?
13371   echo "$as_me:13371: \$? = $ac_status" >&5
13372   (exit $ac_status); } &&
13373          { ac_try='test -s conftest$ac_exeext'
13374   { (eval echo "$as_me:13374: \"$ac_try\"") >&5
13375   (eval $ac_try) 2>&5
13376   ac_status=$?
13377   echo "$as_me:13377: \$? = $ac_status" >&5
13378   (exit $ac_status); }; }; then
13379   cf_cv_have_isascii=yes
13380 else
13381   echo "$as_me: failed program was:" >&5
13382 cat conftest.$ac_ext >&5
13383 cf_cv_have_isascii=no
13384 fi
13385 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13386
13387 fi
13388 echo "$as_me:13388: result: $cf_cv_have_isascii" >&5
13389 echo "${ECHO_T}$cf_cv_have_isascii" >&6
13390 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF
13391 #define HAVE_ISASCII 1
13392 EOF
13393
13394 if test "$ac_cv_func_sigaction" = yes; then
13395 echo "$as_me:13395: checking whether sigaction needs _POSIX_SOURCE" >&5
13396 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6
13397 cat >conftest.$ac_ext <<_ACEOF
13398 #line 13398 "configure"
13399 #include "confdefs.h"
13400
13401 #include <sys/types.h>
13402 #include <signal.h>
13403 int
13404 main ()
13405 {
13406 struct sigaction act
13407   ;
13408   return 0;
13409 }
13410 _ACEOF
13411 rm -f conftest.$ac_objext
13412 if { (eval echo "$as_me:13412: \"$ac_compile\"") >&5
13413   (eval $ac_compile) 2>&5
13414   ac_status=$?
13415   echo "$as_me:13415: \$? = $ac_status" >&5
13416   (exit $ac_status); } &&
13417          { ac_try='test -s conftest.$ac_objext'
13418   { (eval echo "$as_me:13418: \"$ac_try\"") >&5
13419   (eval $ac_try) 2>&5
13420   ac_status=$?
13421   echo "$as_me:13421: \$? = $ac_status" >&5
13422   (exit $ac_status); }; }; then
13423   sigact_bad=no
13424 else
13425   echo "$as_me: failed program was:" >&5
13426 cat conftest.$ac_ext >&5
13427
13428 cat >conftest.$ac_ext <<_ACEOF
13429 #line 13429 "configure"
13430 #include "confdefs.h"
13431
13432 #define _POSIX_SOURCE
13433 #include <sys/types.h>
13434 #include <signal.h>
13435 int
13436 main ()
13437 {
13438 struct sigaction act
13439   ;
13440   return 0;
13441 }
13442 _ACEOF
13443 rm -f conftest.$ac_objext
13444 if { (eval echo "$as_me:13444: \"$ac_compile\"") >&5
13445   (eval $ac_compile) 2>&5
13446   ac_status=$?
13447   echo "$as_me:13447: \$? = $ac_status" >&5
13448   (exit $ac_status); } &&
13449          { ac_try='test -s conftest.$ac_objext'
13450   { (eval echo "$as_me:13450: \"$ac_try\"") >&5
13451   (eval $ac_try) 2>&5
13452   ac_status=$?
13453   echo "$as_me:13453: \$? = $ac_status" >&5
13454   (exit $ac_status); }; }; then
13455   sigact_bad=yes
13456          cat >>confdefs.h <<\EOF
13457 #define SVR4_ACTION 1
13458 EOF
13459
13460 else
13461   echo "$as_me: failed program was:" >&5
13462 cat conftest.$ac_ext >&5
13463 sigact_bad=unknown
13464 fi
13465 rm -f conftest.$ac_objext conftest.$ac_ext
13466 fi
13467 rm -f conftest.$ac_objext conftest.$ac_ext
13468 echo "$as_me:13468: result: $sigact_bad" >&5
13469 echo "${ECHO_T}$sigact_bad" >&6
13470 fi
13471
13472 echo "$as_me:13472: checking if nanosleep really works" >&5
13473 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6
13474 if test "${cf_cv_func_nanosleep+set}" = set; then
13475   echo $ECHO_N "(cached) $ECHO_C" >&6
13476 else
13477
13478 if test "$cross_compiling" = yes; then
13479   cf_cv_func_nanosleep=unknown
13480 else
13481   cat >conftest.$ac_ext <<_ACEOF
13482 #line 13482 "configure"
13483 #include "confdefs.h"
13484
13485 #include <stdio.h>
13486 #include <errno.h>
13487 #include <time.h>
13488
13489 #ifdef HAVE_SYS_TIME_H
13490 #include <sys/time.h>
13491 #endif
13492
13493 int main() {
13494         struct timespec ts1, ts2;
13495         int code;
13496         ts1.tv_sec  = 0;
13497         ts1.tv_nsec = 750000000;
13498         ts2.tv_sec  = 0;
13499         ts2.tv_nsec = 0;
13500         errno = 0;
13501         code = nanosleep(&ts1, &ts2); /* on failure errno is ENOSYS. */
13502         ${cf_cv_main_return:-return}(code != 0);
13503 }
13504
13505 _ACEOF
13506 rm -f conftest$ac_exeext
13507 if { (eval echo "$as_me:13507: \"$ac_link\"") >&5
13508   (eval $ac_link) 2>&5
13509   ac_status=$?
13510   echo "$as_me:13510: \$? = $ac_status" >&5
13511   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13512   { (eval echo "$as_me:13512: \"$ac_try\"") >&5
13513   (eval $ac_try) 2>&5
13514   ac_status=$?
13515   echo "$as_me:13515: \$? = $ac_status" >&5
13516   (exit $ac_status); }; }; then
13517   cf_cv_func_nanosleep=yes
13518 else
13519   echo "$as_me: program exited with status $ac_status" >&5
13520 echo "$as_me: failed program was:" >&5
13521 cat conftest.$ac_ext >&5
13522 cf_cv_func_nanosleep=no
13523 fi
13524 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13525 fi
13526 fi
13527 echo "$as_me:13527: result: $cf_cv_func_nanosleep" >&5
13528 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6
13529
13530 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF
13531 #define HAVE_NANOSLEEP 1
13532 EOF
13533
13534 for ac_header in \
13535 termio.h \
13536 termios.h \
13537 unistd.h \
13538
13539 do
13540 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13541 echo "$as_me:13541: checking for $ac_header" >&5
13542 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13543 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13544   echo $ECHO_N "(cached) $ECHO_C" >&6
13545 else
13546   cat >conftest.$ac_ext <<_ACEOF
13547 #line 13547 "configure"
13548 #include "confdefs.h"
13549 #include <$ac_header>
13550 _ACEOF
13551 if { (eval echo "$as_me:13551: \"$ac_cpp conftest.$ac_ext\"") >&5
13552   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13553   ac_status=$?
13554   egrep -v '^ *\+' conftest.er1 >conftest.err
13555   rm -f conftest.er1
13556   cat conftest.err >&5
13557   echo "$as_me:13557: \$? = $ac_status" >&5
13558   (exit $ac_status); } >/dev/null; then
13559   if test -s conftest.err; then
13560     ac_cpp_err=$ac_c_preproc_warn_flag
13561   else
13562     ac_cpp_err=
13563   fi
13564 else
13565   ac_cpp_err=yes
13566 fi
13567 if test -z "$ac_cpp_err"; then
13568   eval "$as_ac_Header=yes"
13569 else
13570   echo "$as_me: failed program was:" >&5
13571   cat conftest.$ac_ext >&5
13572   eval "$as_ac_Header=no"
13573 fi
13574 rm -f conftest.err conftest.$ac_ext
13575 fi
13576 echo "$as_me:13576: result: `eval echo '${'$as_ac_Header'}'`" >&5
13577 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13579   cat >>confdefs.h <<EOF
13580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13581 EOF
13582
13583 fi
13584 done
13585
13586 if test "$ISC" = yes ; then
13587
13588 for ac_header in sys/termio.h
13589 do
13590 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13591 echo "$as_me:13591: checking for $ac_header" >&5
13592 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13593 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13594   echo $ECHO_N "(cached) $ECHO_C" >&6
13595 else
13596   cat >conftest.$ac_ext <<_ACEOF
13597 #line 13597 "configure"
13598 #include "confdefs.h"
13599 #include <$ac_header>
13600 _ACEOF
13601 if { (eval echo "$as_me:13601: \"$ac_cpp conftest.$ac_ext\"") >&5
13602   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13603   ac_status=$?
13604   egrep -v '^ *\+' conftest.er1 >conftest.err
13605   rm -f conftest.er1
13606   cat conftest.err >&5
13607   echo "$as_me:13607: \$? = $ac_status" >&5
13608   (exit $ac_status); } >/dev/null; then
13609   if test -s conftest.err; then
13610     ac_cpp_err=$ac_c_preproc_warn_flag
13611   else
13612     ac_cpp_err=
13613   fi
13614 else
13615   ac_cpp_err=yes
13616 fi
13617 if test -z "$ac_cpp_err"; then
13618   eval "$as_ac_Header=yes"
13619 else
13620   echo "$as_me: failed program was:" >&5
13621   cat conftest.$ac_ext >&5
13622   eval "$as_ac_Header=no"
13623 fi
13624 rm -f conftest.err conftest.$ac_ext
13625 fi
13626 echo "$as_me:13626: result: `eval echo '${'$as_ac_Header'}'`" >&5
13627 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13628 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13629   cat >>confdefs.h <<EOF
13630 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13631 EOF
13632
13633 fi
13634 done
13635
13636 fi
13637 if test "$ac_cv_header_termios_h" = yes ; then
13638         case "$CFLAGS $CPPFLAGS" in
13639         *-D_POSIX_SOURCE*)
13640                 termios_bad=dunno ;;
13641         *)      termios_bad=maybe ;;
13642         esac
13643         if test "$termios_bad" = maybe ; then
13644         echo "$as_me:13644: checking whether termios.h needs _POSIX_SOURCE" >&5
13645 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6
13646         cat >conftest.$ac_ext <<_ACEOF
13647 #line 13647 "configure"
13648 #include "confdefs.h"
13649 #include <termios.h>
13650 int
13651 main ()
13652 {
13653 struct termios foo; int x = foo.c_iflag
13654   ;
13655   return 0;
13656 }
13657 _ACEOF
13658 rm -f conftest.$ac_objext
13659 if { (eval echo "$as_me:13659: \"$ac_compile\"") >&5
13660   (eval $ac_compile) 2>&5
13661   ac_status=$?
13662   echo "$as_me:13662: \$? = $ac_status" >&5
13663   (exit $ac_status); } &&
13664          { ac_try='test -s conftest.$ac_objext'
13665   { (eval echo "$as_me:13665: \"$ac_try\"") >&5
13666   (eval $ac_try) 2>&5
13667   ac_status=$?
13668   echo "$as_me:13668: \$? = $ac_status" >&5
13669   (exit $ac_status); }; }; then
13670   termios_bad=no
13671 else
13672   echo "$as_me: failed program was:" >&5
13673 cat conftest.$ac_ext >&5
13674
13675                 cat >conftest.$ac_ext <<_ACEOF
13676 #line 13676 "configure"
13677 #include "confdefs.h"
13678
13679 #define _POSIX_SOURCE
13680 #include <termios.h>
13681 int
13682 main ()
13683 {
13684 struct termios foo; int x = foo.c_iflag
13685   ;
13686   return 0;
13687 }
13688 _ACEOF
13689 rm -f conftest.$ac_objext
13690 if { (eval echo "$as_me:13690: \"$ac_compile\"") >&5
13691   (eval $ac_compile) 2>&5
13692   ac_status=$?
13693   echo "$as_me:13693: \$? = $ac_status" >&5
13694   (exit $ac_status); } &&
13695          { ac_try='test -s conftest.$ac_objext'
13696   { (eval echo "$as_me:13696: \"$ac_try\"") >&5
13697   (eval $ac_try) 2>&5
13698   ac_status=$?
13699   echo "$as_me:13699: \$? = $ac_status" >&5
13700   (exit $ac_status); }; }; then
13701   termios_bad=unknown
13702 else
13703   echo "$as_me: failed program was:" >&5
13704 cat conftest.$ac_ext >&5
13705 termios_bad=yes cat >>confdefs.h <<\EOF
13706 #define SVR4_TERMIO 1
13707 EOF
13708
13709 fi
13710 rm -f conftest.$ac_objext conftest.$ac_ext
13711
13712 fi
13713 rm -f conftest.$ac_objext conftest.$ac_ext
13714         echo "$as_me:13714: result: $termios_bad" >&5
13715 echo "${ECHO_T}$termios_bad" >&6
13716         fi
13717 fi
13718
13719 echo "$as_me:13719: checking for tcgetattr" >&5
13720 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6
13721 if test "${cf_cv_have_tcgetattr+set}" = set; then
13722   echo $ECHO_N "(cached) $ECHO_C" >&6
13723 else
13724
13725 cat >conftest.$ac_ext <<_ACEOF
13726 #line 13726 "configure"
13727 #include "confdefs.h"
13728
13729 #include <sys/types.h>
13730 #ifdef HAVE_UNISTD_H
13731 #include <unistd.h>
13732 #endif
13733 #ifdef HAVE_TERMIOS_H
13734 #include <termios.h>
13735 #define TTY struct termios
13736 #else
13737 #ifdef HAVE_TERMIO_H
13738 #include <termio.h>
13739 #define TTY struct termio
13740 #endif
13741 #endif
13742
13743 int
13744 main ()
13745 {
13746
13747 TTY foo;
13748 tcgetattr(1, &foo);
13749   ;
13750   return 0;
13751 }
13752 _ACEOF
13753 rm -f conftest.$ac_objext conftest$ac_exeext
13754 if { (eval echo "$as_me:13754: \"$ac_link\"") >&5
13755   (eval $ac_link) 2>&5
13756   ac_status=$?
13757   echo "$as_me:13757: \$? = $ac_status" >&5
13758   (exit $ac_status); } &&
13759          { ac_try='test -s conftest$ac_exeext'
13760   { (eval echo "$as_me:13760: \"$ac_try\"") >&5
13761   (eval $ac_try) 2>&5
13762   ac_status=$?
13763   echo "$as_me:13763: \$? = $ac_status" >&5
13764   (exit $ac_status); }; }; then
13765   cf_cv_have_tcgetattr=yes
13766 else
13767   echo "$as_me: failed program was:" >&5
13768 cat conftest.$ac_ext >&5
13769 cf_cv_have_tcgetattr=no
13770 fi
13771 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13772 fi
13773 echo "$as_me:13773: result: $cf_cv_have_tcgetattr" >&5
13774 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6
13775 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF
13776 #define HAVE_TCGETATTR 1
13777 EOF
13778
13779 echo "$as_me:13779: checking for vsscanf function or workaround" >&5
13780 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6
13781 if test "${cf_cv_func_vsscanf+set}" = set; then
13782   echo $ECHO_N "(cached) $ECHO_C" >&6
13783 else
13784
13785 cat >conftest.$ac_ext <<_ACEOF
13786 #line 13786 "configure"
13787 #include "confdefs.h"
13788
13789 #include <stdarg.h>
13790 #include <stdio.h>
13791 int
13792 main ()
13793 {
13794
13795         va_list ap;
13796         vsscanf("from", "%d", ap)
13797   ;
13798   return 0;
13799 }
13800 _ACEOF
13801 rm -f conftest.$ac_objext conftest$ac_exeext
13802 if { (eval echo "$as_me:13802: \"$ac_link\"") >&5
13803   (eval $ac_link) 2>&5
13804   ac_status=$?
13805   echo "$as_me:13805: \$? = $ac_status" >&5
13806   (exit $ac_status); } &&
13807          { ac_try='test -s conftest$ac_exeext'
13808   { (eval echo "$as_me:13808: \"$ac_try\"") >&5
13809   (eval $ac_try) 2>&5
13810   ac_status=$?
13811   echo "$as_me:13811: \$? = $ac_status" >&5
13812   (exit $ac_status); }; }; then
13813   cf_cv_func_vsscanf=vsscanf
13814 else
13815   echo "$as_me: failed program was:" >&5
13816 cat conftest.$ac_ext >&5
13817
13818 cat >conftest.$ac_ext <<_ACEOF
13819 #line 13819 "configure"
13820 #include "confdefs.h"
13821
13822 #include <stdarg.h>
13823 #include <stdio.h>
13824 int
13825 main ()
13826 {
13827
13828     FILE strbuf;
13829     char *str = "from";
13830
13831     strbuf._flag = _IOREAD;
13832     strbuf._ptr = strbuf._base = (unsigned char *) str;
13833     strbuf._cnt = strlen(str);
13834     strbuf._file = _NFILE;
13835     return (vfscanf(&strbuf, "%d", ap))
13836   ;
13837   return 0;
13838 }
13839 _ACEOF
13840 rm -f conftest.$ac_objext conftest$ac_exeext
13841 if { (eval echo "$as_me:13841: \"$ac_link\"") >&5
13842   (eval $ac_link) 2>&5
13843   ac_status=$?
13844   echo "$as_me:13844: \$? = $ac_status" >&5
13845   (exit $ac_status); } &&
13846          { ac_try='test -s conftest$ac_exeext'
13847   { (eval echo "$as_me:13847: \"$ac_try\"") >&5
13848   (eval $ac_try) 2>&5
13849   ac_status=$?
13850   echo "$as_me:13850: \$? = $ac_status" >&5
13851   (exit $ac_status); }; }; then
13852   cf_cv_func_vsscanf=vfscanf
13853 else
13854   echo "$as_me: failed program was:" >&5
13855 cat conftest.$ac_ext >&5
13856
13857 cat >conftest.$ac_ext <<_ACEOF
13858 #line 13858 "configure"
13859 #include "confdefs.h"
13860
13861 #include <stdarg.h>
13862 #include <stdio.h>
13863 int
13864 main ()
13865 {
13866
13867     FILE strbuf;
13868     char *str = "from";
13869
13870     strbuf._flag = _IOREAD;
13871     strbuf._ptr = strbuf._base = (unsigned char *) str;
13872     strbuf._cnt = strlen(str);
13873     strbuf._file = _NFILE;
13874     return (_doscan(&strbuf, "%d", ap))
13875   ;
13876   return 0;
13877 }
13878 _ACEOF
13879 rm -f conftest.$ac_objext conftest$ac_exeext
13880 if { (eval echo "$as_me:13880: \"$ac_link\"") >&5
13881   (eval $ac_link) 2>&5
13882   ac_status=$?
13883   echo "$as_me:13883: \$? = $ac_status" >&5
13884   (exit $ac_status); } &&
13885          { ac_try='test -s conftest$ac_exeext'
13886   { (eval echo "$as_me:13886: \"$ac_try\"") >&5
13887   (eval $ac_try) 2>&5
13888   ac_status=$?
13889   echo "$as_me:13889: \$? = $ac_status" >&5
13890   (exit $ac_status); }; }; then
13891   cf_cv_func_vsscanf=_doscan
13892 else
13893   echo "$as_me: failed program was:" >&5
13894 cat conftest.$ac_ext >&5
13895
13896 cf_cv_func_vsscanf=no
13897 fi
13898 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13899 fi
13900 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13901 fi
13902 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13903 fi
13904 echo "$as_me:13904: result: $cf_cv_func_vsscanf" >&5
13905 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6
13906
13907 case $cf_cv_func_vsscanf in #(vi
13908 vsscanf) cat >>confdefs.h <<\EOF
13909 #define HAVE_VSSCANF 1
13910 EOF
13911 ;; #(vi
13912 vfscanf) cat >>confdefs.h <<\EOF
13913 #define HAVE_VFSCANF 1
13914 EOF
13915 ;; #(vi
13916 _doscan) cat >>confdefs.h <<\EOF
13917 #define HAVE__DOSCAN 1
13918 EOF
13919 ;;
13920 esac
13921
13922 echo "$as_me:13922: checking for working mkstemp" >&5
13923 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6
13924 if test "${cf_cv_func_mkstemp+set}" = set; then
13925   echo $ECHO_N "(cached) $ECHO_C" >&6
13926 else
13927
13928 rm -f conftest*
13929 if test "$cross_compiling" = yes; then
13930   echo "$as_me:13930: checking for mkstemp" >&5
13931 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6
13932 if test "${ac_cv_func_mkstemp+set}" = set; then
13933   echo $ECHO_N "(cached) $ECHO_C" >&6
13934 else
13935   cat >conftest.$ac_ext <<_ACEOF
13936 #line 13936 "configure"
13937 #include "confdefs.h"
13938 /* System header to define __stub macros and hopefully few prototypes,
13939     which can conflict with char mkstemp (); below.  */
13940 #include <assert.h>
13941 /* Override any gcc2 internal prototype to avoid an error.  */
13942 #ifdef __cplusplus
13943 extern "C"
13944 #endif
13945 /* We use char because int might match the return type of a gcc2
13946    builtin and then its argument prototype would still apply.  */
13947 char mkstemp ();
13948 char (*f) ();
13949
13950 int
13951 main ()
13952 {
13953 /* The GNU C library defines this for functions which it implements
13954     to always fail with ENOSYS.  Some functions are actually named
13955     something starting with __ and the normal name is an alias.  */
13956 #if defined (__stub_mkstemp) || defined (__stub___mkstemp)
13957 choke me
13958 #else
13959 f = mkstemp;
13960 #endif
13961
13962   ;
13963   return 0;
13964 }
13965 _ACEOF
13966 rm -f conftest.$ac_objext conftest$ac_exeext
13967 if { (eval echo "$as_me:13967: \"$ac_link\"") >&5
13968   (eval $ac_link) 2>&5
13969   ac_status=$?
13970   echo "$as_me:13970: \$? = $ac_status" >&5
13971   (exit $ac_status); } &&
13972          { ac_try='test -s conftest$ac_exeext'
13973   { (eval echo "$as_me:13973: \"$ac_try\"") >&5
13974   (eval $ac_try) 2>&5
13975   ac_status=$?
13976   echo "$as_me:13976: \$? = $ac_status" >&5
13977   (exit $ac_status); }; }; then
13978   ac_cv_func_mkstemp=yes
13979 else
13980   echo "$as_me: failed program was:" >&5
13981 cat conftest.$ac_ext >&5
13982 ac_cv_func_mkstemp=no
13983 fi
13984 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13985 fi
13986 echo "$as_me:13986: result: $ac_cv_func_mkstemp" >&5
13987 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6
13988
13989 else
13990   cat >conftest.$ac_ext <<_ACEOF
13991 #line 13991 "configure"
13992 #include "confdefs.h"
13993
13994 #include <sys/types.h>
13995 #include <stdlib.h>
13996 #include <stdio.h>
13997 #include <string.h>
13998 #include <sys/stat.h>
13999 int main()
14000 {
14001         char *tmpl = "conftestXXXXXX";
14002         char name[2][80];
14003         int n;
14004         int result = 0;
14005         int fd;
14006         struct stat sb;
14007
14008         umask(077);
14009         for (n = 0; n < 2; ++n) {
14010                 strcpy(name[n], tmpl);
14011                 if ((fd = mkstemp(name[n])) >= 0) {
14012                         if (!strcmp(name[n], tmpl)
14013                          || stat(name[n], &sb) != 0
14014                          || (sb.st_mode & S_IFMT) != S_IFREG
14015                          || (sb.st_mode & 077) != 0) {
14016                                 result = 1;
14017                         }
14018                         close(fd);
14019                 }
14020         }
14021         if (result == 0
14022          && !strcmp(name[0], name[1]))
14023                 result = 1;
14024         ${cf_cv_main_return:-return}(result);
14025 }
14026
14027 _ACEOF
14028 rm -f conftest$ac_exeext
14029 if { (eval echo "$as_me:14029: \"$ac_link\"") >&5
14030   (eval $ac_link) 2>&5
14031   ac_status=$?
14032   echo "$as_me:14032: \$? = $ac_status" >&5
14033   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14034   { (eval echo "$as_me:14034: \"$ac_try\"") >&5
14035   (eval $ac_try) 2>&5
14036   ac_status=$?
14037   echo "$as_me:14037: \$? = $ac_status" >&5
14038   (exit $ac_status); }; }; then
14039   cf_cv_func_mkstemp=yes
14040
14041 else
14042   echo "$as_me: program exited with status $ac_status" >&5
14043 echo "$as_me: failed program was:" >&5
14044 cat conftest.$ac_ext >&5
14045 cf_cv_func_mkstemp=no
14046
14047 fi
14048 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14049 fi
14050
14051 fi
14052 echo "$as_me:14052: result: $cf_cv_func_mkstemp" >&5
14053 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6
14054 if test "$cf_cv_func_mkstemp" = yes ; then
14055         cat >>confdefs.h <<\EOF
14056 #define HAVE_MKSTEMP 1
14057 EOF
14058
14059 fi
14060
14061 # setup for prototype of fallback for vsscanf()
14062
14063 if test "$cf_cv_func_vsscanf" = vsscanf ; then
14064         HAVE_VSSCANF=1
14065 else
14066         HAVE_VSSCANF=0
14067 fi
14068
14069 if test "$cross_compiling" = yes ; then
14070         { echo "$as_me:14070: WARNING: cross compiling: assume setvbuf params not reversed" >&5
14071 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;}
14072 else
14073         echo "$as_me:14073: checking whether setvbuf arguments are reversed" >&5
14074 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
14075 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
14076   echo $ECHO_N "(cached) $ECHO_C" >&6
14077 else
14078   if test "$cross_compiling" = yes; then
14079   { { echo "$as_me:14079: error: cannot run test program while cross compiling" >&5
14080 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
14081    { (exit 1); exit 1; }; }
14082 else
14083   cat >conftest.$ac_ext <<_ACEOF
14084 #line 14084 "configure"
14085 #include "confdefs.h"
14086 #include <stdio.h>
14087 /* If setvbuf has the reversed format, exit 0. */
14088 int
14089 main ()
14090 {
14091   /* This call has the arguments reversed.
14092      A reversed system may check and see that the address of main
14093      is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
14094   if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
14095     $ac_main_return(1);
14096   putc('\r', stdout);
14097   $ac_main_return(0);                   /* Non-reversed systems segv here.  */
14098 }
14099 _ACEOF
14100 rm -f conftest$ac_exeext
14101 if { (eval echo "$as_me:14101: \"$ac_link\"") >&5
14102   (eval $ac_link) 2>&5
14103   ac_status=$?
14104   echo "$as_me:14104: \$? = $ac_status" >&5
14105   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14106   { (eval echo "$as_me:14106: \"$ac_try\"") >&5
14107   (eval $ac_try) 2>&5
14108   ac_status=$?
14109   echo "$as_me:14109: \$? = $ac_status" >&5
14110   (exit $ac_status); }; }; then
14111   ac_cv_func_setvbuf_reversed=yes
14112 else
14113   echo "$as_me: program exited with status $ac_status" >&5
14114 echo "$as_me: failed program was:" >&5
14115 cat conftest.$ac_ext >&5
14116 ac_cv_func_setvbuf_reversed=no
14117 fi
14118 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14119 fi
14120 rm -f core core.* *.core
14121 fi
14122 echo "$as_me:14122: result: $ac_cv_func_setvbuf_reversed" >&5
14123 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
14124 if test $ac_cv_func_setvbuf_reversed = yes; then
14125
14126 cat >>confdefs.h <<\EOF
14127 #define SETVBUF_REVERSED 1
14128 EOF
14129
14130 fi
14131
14132 fi
14133 echo "$as_me:14133: checking return type of signal handlers" >&5
14134 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
14135 if test "${ac_cv_type_signal+set}" = set; then
14136   echo $ECHO_N "(cached) $ECHO_C" >&6
14137 else
14138   cat >conftest.$ac_ext <<_ACEOF
14139 #line 14139 "configure"
14140 #include "confdefs.h"
14141 #include <sys/types.h>
14142 #include <signal.h>
14143 #ifdef signal
14144 # undef signal
14145 #endif
14146 #ifdef __cplusplus
14147 extern "C" void (*signal (int, void (*)(int)))(int);
14148 #else
14149 void (*signal ()) ();
14150 #endif
14151
14152 int
14153 main ()
14154 {
14155 int i;
14156   ;
14157   return 0;
14158 }
14159 _ACEOF
14160 rm -f conftest.$ac_objext
14161 if { (eval echo "$as_me:14161: \"$ac_compile\"") >&5
14162   (eval $ac_compile) 2>&5
14163   ac_status=$?
14164   echo "$as_me:14164: \$? = $ac_status" >&5
14165   (exit $ac_status); } &&
14166          { ac_try='test -s conftest.$ac_objext'
14167   { (eval echo "$as_me:14167: \"$ac_try\"") >&5
14168   (eval $ac_try) 2>&5
14169   ac_status=$?
14170   echo "$as_me:14170: \$? = $ac_status" >&5
14171   (exit $ac_status); }; }; then
14172   ac_cv_type_signal=void
14173 else
14174   echo "$as_me: failed program was:" >&5
14175 cat conftest.$ac_ext >&5
14176 ac_cv_type_signal=int
14177 fi
14178 rm -f conftest.$ac_objext conftest.$ac_ext
14179 fi
14180 echo "$as_me:14180: result: $ac_cv_type_signal" >&5
14181 echo "${ECHO_T}$ac_cv_type_signal" >&6
14182
14183 cat >>confdefs.h <<EOF
14184 #define RETSIGTYPE $ac_cv_type_signal
14185 EOF
14186
14187 echo "$as_me:14187: checking for type sigaction_t" >&5
14188 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6
14189 if test "${cf_cv_type_sigaction+set}" = set; then
14190   echo $ECHO_N "(cached) $ECHO_C" >&6
14191 else
14192
14193         cat >conftest.$ac_ext <<_ACEOF
14194 #line 14194 "configure"
14195 #include "confdefs.h"
14196
14197 #include <signal.h>
14198 int
14199 main ()
14200 {
14201 sigaction_t x
14202   ;
14203   return 0;
14204 }
14205 _ACEOF
14206 rm -f conftest.$ac_objext
14207 if { (eval echo "$as_me:14207: \"$ac_compile\"") >&5
14208   (eval $ac_compile) 2>&5
14209   ac_status=$?
14210   echo "$as_me:14210: \$? = $ac_status" >&5
14211   (exit $ac_status); } &&
14212          { ac_try='test -s conftest.$ac_objext'
14213   { (eval echo "$as_me:14213: \"$ac_try\"") >&5
14214   (eval $ac_try) 2>&5
14215   ac_status=$?
14216   echo "$as_me:14216: \$? = $ac_status" >&5
14217   (exit $ac_status); }; }; then
14218   cf_cv_type_sigaction=yes
14219 else
14220   echo "$as_me: failed program was:" >&5
14221 cat conftest.$ac_ext >&5
14222 cf_cv_type_sigaction=no
14223 fi
14224 rm -f conftest.$ac_objext conftest.$ac_ext
14225 fi
14226
14227 echo "$as_me:14227: result: $cf_cv_type_sigaction" >&5
14228 echo "${ECHO_T}$cf_cv_type_sigaction" >&6
14229 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF
14230 #define HAVE_TYPE_SIGACTION 1
14231 EOF
14232
14233 echo "$as_me:14233: checking declaration of size-change" >&5
14234 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6
14235 if test "${cf_cv_sizechange+set}" = set; then
14236   echo $ECHO_N "(cached) $ECHO_C" >&6
14237 else
14238
14239     cf_cv_sizechange=unknown
14240     cf_save_CPPFLAGS="$CPPFLAGS"
14241
14242 for cf_opts in "" "NEED_PTEM_H"
14243 do
14244
14245     CPPFLAGS="$cf_save_CPPFLAGS"
14246     test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts"
14247     cat >conftest.$ac_ext <<_ACEOF
14248 #line 14248 "configure"
14249 #include "confdefs.h"
14250 #include <sys/types.h>
14251 #ifdef HAVE_TERMIOS_H
14252 #include <termios.h>
14253 #else
14254 #ifdef HAVE_TERMIO_H
14255 #include <termio.h>
14256 #endif
14257 #endif
14258 #ifdef NEED_PTEM_H
14259 /* This is a workaround for SCO:  they neglected to define struct winsize in
14260  * termios.h -- it's only in termio.h and ptem.h
14261  */
14262 #include        <sys/stream.h>
14263 #include        <sys/ptem.h>
14264 #endif
14265 #if !defined(sun) || !defined(HAVE_TERMIOS_H)
14266 #include <sys/ioctl.h>
14267 #endif
14268
14269 int
14270 main ()
14271 {
14272
14273 #ifdef TIOCGSIZE
14274         struct ttysize win;     /* FIXME: what system is this? */
14275         int y = win.ts_lines;
14276         int x = win.ts_cols;
14277 #else
14278 #ifdef TIOCGWINSZ
14279         struct winsize win;
14280         int y = win.ws_row;
14281         int x = win.ws_col;
14282 #else
14283         no TIOCGSIZE or TIOCGWINSZ
14284 #endif /* TIOCGWINSZ */
14285 #endif /* TIOCGSIZE */
14286
14287   ;
14288   return 0;
14289 }
14290 _ACEOF
14291 rm -f conftest.$ac_objext
14292 if { (eval echo "$as_me:14292: \"$ac_compile\"") >&5
14293   (eval $ac_compile) 2>&5
14294   ac_status=$?
14295   echo "$as_me:14295: \$? = $ac_status" >&5
14296   (exit $ac_status); } &&
14297          { ac_try='test -s conftest.$ac_objext'
14298   { (eval echo "$as_me:14298: \"$ac_try\"") >&5
14299   (eval $ac_try) 2>&5
14300   ac_status=$?
14301   echo "$as_me:14301: \$? = $ac_status" >&5
14302   (exit $ac_status); }; }; then
14303   cf_cv_sizechange=yes
14304 else
14305   echo "$as_me: failed program was:" >&5
14306 cat conftest.$ac_ext >&5
14307 cf_cv_sizechange=no
14308 fi
14309 rm -f conftest.$ac_objext conftest.$ac_ext
14310
14311         CPPFLAGS="$cf_save_CPPFLAGS"
14312         if test "$cf_cv_sizechange" = yes ; then
14313                 echo "size-change succeeded ($cf_opts)" >&5
14314                 test -n "$cf_opts" && cf_cv_sizechange="$cf_opts"
14315                 break
14316         fi
14317 done
14318
14319 fi
14320 echo "$as_me:14320: result: $cf_cv_sizechange" >&5
14321 echo "${ECHO_T}$cf_cv_sizechange" >&6
14322 if test "$cf_cv_sizechange" != no ; then
14323         cat >>confdefs.h <<\EOF
14324 #define HAVE_SIZECHANGE 1
14325 EOF
14326
14327         case $cf_cv_sizechange in #(vi
14328         NEED*)
14329                 cat >>confdefs.h <<EOF
14330 #define $cf_cv_sizechange  1
14331 EOF
14332
14333                 ;;
14334         esac
14335 fi
14336
14337 echo "$as_me:14337: checking for memmove" >&5
14338 echo $ECHO_N "checking for memmove... $ECHO_C" >&6
14339 if test "${ac_cv_func_memmove+set}" = set; then
14340   echo $ECHO_N "(cached) $ECHO_C" >&6
14341 else
14342   cat >conftest.$ac_ext <<_ACEOF
14343 #line 14343 "configure"
14344 #include "confdefs.h"
14345 /* System header to define __stub macros and hopefully few prototypes,
14346     which can conflict with char memmove (); below.  */
14347 #include <assert.h>
14348 /* Override any gcc2 internal prototype to avoid an error.  */
14349 #ifdef __cplusplus
14350 extern "C"
14351 #endif
14352 /* We use char because int might match the return type of a gcc2
14353    builtin and then its argument prototype would still apply.  */
14354 char memmove ();
14355 char (*f) ();
14356
14357 int
14358 main ()
14359 {
14360 /* The GNU C library defines this for functions which it implements
14361     to always fail with ENOSYS.  Some functions are actually named
14362     something starting with __ and the normal name is an alias.  */
14363 #if defined (__stub_memmove) || defined (__stub___memmove)
14364 choke me
14365 #else
14366 f = memmove;
14367 #endif
14368
14369   ;
14370   return 0;
14371 }
14372 _ACEOF
14373 rm -f conftest.$ac_objext conftest$ac_exeext
14374 if { (eval echo "$as_me:14374: \"$ac_link\"") >&5
14375   (eval $ac_link) 2>&5
14376   ac_status=$?
14377   echo "$as_me:14377: \$? = $ac_status" >&5
14378   (exit $ac_status); } &&
14379          { ac_try='test -s conftest$ac_exeext'
14380   { (eval echo "$as_me:14380: \"$ac_try\"") >&5
14381   (eval $ac_try) 2>&5
14382   ac_status=$?
14383   echo "$as_me:14383: \$? = $ac_status" >&5
14384   (exit $ac_status); }; }; then
14385   ac_cv_func_memmove=yes
14386 else
14387   echo "$as_me: failed program was:" >&5
14388 cat conftest.$ac_ext >&5
14389 ac_cv_func_memmove=no
14390 fi
14391 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14392 fi
14393 echo "$as_me:14393: result: $ac_cv_func_memmove" >&5
14394 echo "${ECHO_T}$ac_cv_func_memmove" >&6
14395 if test $ac_cv_func_memmove = yes; then
14396   :
14397 else
14398
14399 echo "$as_me:14399: checking for bcopy" >&5
14400 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6
14401 if test "${ac_cv_func_bcopy+set}" = set; then
14402   echo $ECHO_N "(cached) $ECHO_C" >&6
14403 else
14404   cat >conftest.$ac_ext <<_ACEOF
14405 #line 14405 "configure"
14406 #include "confdefs.h"
14407 /* System header to define __stub macros and hopefully few prototypes,
14408     which can conflict with char bcopy (); below.  */
14409 #include <assert.h>
14410 /* Override any gcc2 internal prototype to avoid an error.  */
14411 #ifdef __cplusplus
14412 extern "C"
14413 #endif
14414 /* We use char because int might match the return type of a gcc2
14415    builtin and then its argument prototype would still apply.  */
14416 char bcopy ();
14417 char (*f) ();
14418
14419 int
14420 main ()
14421 {
14422 /* The GNU C library defines this for functions which it implements
14423     to always fail with ENOSYS.  Some functions are actually named
14424     something starting with __ and the normal name is an alias.  */
14425 #if defined (__stub_bcopy) || defined (__stub___bcopy)
14426 choke me
14427 #else
14428 f = bcopy;
14429 #endif
14430
14431   ;
14432   return 0;
14433 }
14434 _ACEOF
14435 rm -f conftest.$ac_objext conftest$ac_exeext
14436 if { (eval echo "$as_me:14436: \"$ac_link\"") >&5
14437   (eval $ac_link) 2>&5
14438   ac_status=$?
14439   echo "$as_me:14439: \$? = $ac_status" >&5
14440   (exit $ac_status); } &&
14441          { ac_try='test -s conftest$ac_exeext'
14442   { (eval echo "$as_me:14442: \"$ac_try\"") >&5
14443   (eval $ac_try) 2>&5
14444   ac_status=$?
14445   echo "$as_me:14445: \$? = $ac_status" >&5
14446   (exit $ac_status); }; }; then
14447   ac_cv_func_bcopy=yes
14448 else
14449   echo "$as_me: failed program was:" >&5
14450 cat conftest.$ac_ext >&5
14451 ac_cv_func_bcopy=no
14452 fi
14453 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14454 fi
14455 echo "$as_me:14455: result: $ac_cv_func_bcopy" >&5
14456 echo "${ECHO_T}$ac_cv_func_bcopy" >&6
14457 if test $ac_cv_func_bcopy = yes; then
14458
14459         echo "$as_me:14459: checking if bcopy does overlapping moves" >&5
14460 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6
14461 if test "${cf_cv_good_bcopy+set}" = set; then
14462   echo $ECHO_N "(cached) $ECHO_C" >&6
14463 else
14464
14465                 if test "$cross_compiling" = yes; then
14466   cf_cv_good_bcopy=unknown
14467 else
14468   cat >conftest.$ac_ext <<_ACEOF
14469 #line 14469 "configure"
14470 #include "confdefs.h"
14471
14472 int main() {
14473         static char data[] = "abcdefghijklmnopqrstuwwxyz";
14474         char temp[40];
14475         bcopy(data, temp, sizeof(data));
14476         bcopy(temp+10, temp, 15);
14477         bcopy(temp+5, temp+15, 10);
14478         ${cf_cv_main_return:-return} (strcmp(temp, "klmnopqrstuwwxypqrstuwwxyz"));
14479 }
14480
14481 _ACEOF
14482 rm -f conftest$ac_exeext
14483 if { (eval echo "$as_me:14483: \"$ac_link\"") >&5
14484   (eval $ac_link) 2>&5
14485   ac_status=$?
14486   echo "$as_me:14486: \$? = $ac_status" >&5
14487   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14488   { (eval echo "$as_me:14488: \"$ac_try\"") >&5
14489   (eval $ac_try) 2>&5
14490   ac_status=$?
14491   echo "$as_me:14491: \$? = $ac_status" >&5
14492   (exit $ac_status); }; }; then
14493   cf_cv_good_bcopy=yes
14494 else
14495   echo "$as_me: program exited with status $ac_status" >&5
14496 echo "$as_me: failed program was:" >&5
14497 cat conftest.$ac_ext >&5
14498 cf_cv_good_bcopy=no
14499 fi
14500 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14501 fi
14502
14503 fi
14504 echo "$as_me:14504: result: $cf_cv_good_bcopy" >&5
14505 echo "${ECHO_T}$cf_cv_good_bcopy" >&6
14506
14507 else
14508   cf_cv_good_bcopy=no
14509 fi
14510
14511         if test "$cf_cv_good_bcopy" = yes ; then
14512                 cat >>confdefs.h <<\EOF
14513 #define USE_OK_BCOPY 1
14514 EOF
14515
14516         else
14517                 cat >>confdefs.h <<\EOF
14518 #define USE_MY_MEMMOVE 1
14519 EOF
14520
14521         fi
14522
14523 fi
14524
14525 echo "$as_me:14525: checking if poll really works" >&5
14526 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6
14527 if test "${cf_cv_working_poll+set}" = set; then
14528   echo $ECHO_N "(cached) $ECHO_C" >&6
14529 else
14530
14531 if test "$cross_compiling" = yes; then
14532   cf_cv_working_poll=unknown
14533 else
14534   cat >conftest.$ac_ext <<_ACEOF
14535 #line 14535 "configure"
14536 #include "confdefs.h"
14537
14538 #include <stdio.h>
14539 #ifdef HAVE_POLL_H
14540 #include <poll.h>
14541 #else
14542 #include <sys/poll.h>
14543 #endif
14544 int main() {
14545         struct pollfd myfds;
14546         int ret;
14547
14548         myfds.fd = 0;
14549         myfds.events = POLLIN;
14550
14551         ret = poll(&myfds, 1, 100);
14552         ${cf_cv_main_return:-return}(ret != 0);
14553 }
14554 _ACEOF
14555 rm -f conftest$ac_exeext
14556 if { (eval echo "$as_me:14556: \"$ac_link\"") >&5
14557   (eval $ac_link) 2>&5
14558   ac_status=$?
14559   echo "$as_me:14559: \$? = $ac_status" >&5
14560   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14561   { (eval echo "$as_me:14561: \"$ac_try\"") >&5
14562   (eval $ac_try) 2>&5
14563   ac_status=$?
14564   echo "$as_me:14564: \$? = $ac_status" >&5
14565   (exit $ac_status); }; }; then
14566   cf_cv_working_poll=yes
14567 else
14568   echo "$as_me: program exited with status $ac_status" >&5
14569 echo "$as_me: failed program was:" >&5
14570 cat conftest.$ac_ext >&5
14571 cf_cv_working_poll=no
14572 fi
14573 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14574 fi
14575 fi
14576 echo "$as_me:14576: result: $cf_cv_working_poll" >&5
14577 echo "${ECHO_T}$cf_cv_working_poll" >&6
14578 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF
14579 #define HAVE_WORKING_POLL 1
14580 EOF
14581
14582 # special check for test/ditto.c
14583
14584 echo "$as_me:14584: checking for openpty in -lutil" >&5
14585 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
14586 if test "${ac_cv_lib_util_openpty+set}" = set; then
14587   echo $ECHO_N "(cached) $ECHO_C" >&6
14588 else
14589   ac_check_lib_save_LIBS=$LIBS
14590 LIBS="-lutil  $LIBS"
14591 cat >conftest.$ac_ext <<_ACEOF
14592 #line 14592 "configure"
14593 #include "confdefs.h"
14594
14595 /* Override any gcc2 internal prototype to avoid an error.  */
14596 #ifdef __cplusplus
14597 extern "C"
14598 #endif
14599 /* We use char because int might match the return type of a gcc2
14600    builtin and then its argument prototype would still apply.  */
14601 char openpty ();
14602 int
14603 main ()
14604 {
14605 openpty ();
14606   ;
14607   return 0;
14608 }
14609 _ACEOF
14610 rm -f conftest.$ac_objext conftest$ac_exeext
14611 if { (eval echo "$as_me:14611: \"$ac_link\"") >&5
14612   (eval $ac_link) 2>&5
14613   ac_status=$?
14614   echo "$as_me:14614: \$? = $ac_status" >&5
14615   (exit $ac_status); } &&
14616          { ac_try='test -s conftest$ac_exeext'
14617   { (eval echo "$as_me:14617: \"$ac_try\"") >&5
14618   (eval $ac_try) 2>&5
14619   ac_status=$?
14620   echo "$as_me:14620: \$? = $ac_status" >&5
14621   (exit $ac_status); }; }; then
14622   ac_cv_lib_util_openpty=yes
14623 else
14624   echo "$as_me: failed program was:" >&5
14625 cat conftest.$ac_ext >&5
14626 ac_cv_lib_util_openpty=no
14627 fi
14628 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14629 LIBS=$ac_check_lib_save_LIBS
14630 fi
14631 echo "$as_me:14631: result: $ac_cv_lib_util_openpty" >&5
14632 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
14633 if test $ac_cv_lib_util_openpty = yes; then
14634   cf_cv_lib_util=yes
14635 else
14636   cf_cv_lib_util=no
14637 fi
14638
14639 echo "$as_me:14639: checking for openpty header" >&5
14640 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6
14641 if test "${cf_cv_func_openpty+set}" = set; then
14642   echo $ECHO_N "(cached) $ECHO_C" >&6
14643 else
14644
14645     cf_save_LIBS="$LIBS"
14646     test $cf_cv_lib_util = yes && LIBS="-lutil $LIBS"
14647     for cf_header in pty.h libutil.h util.h
14648     do
14649     cat >conftest.$ac_ext <<_ACEOF
14650 #line 14650 "configure"
14651 #include "confdefs.h"
14652
14653 #include <$cf_header>
14654
14655 int
14656 main ()
14657 {
14658
14659     int x = openpty((int *)0, (int *)0, (char *)0,
14660                    (struct termios *)0, (struct winsize *)0);
14661
14662   ;
14663   return 0;
14664 }
14665 _ACEOF
14666 rm -f conftest.$ac_objext conftest$ac_exeext
14667 if { (eval echo "$as_me:14667: \"$ac_link\"") >&5
14668   (eval $ac_link) 2>&5
14669   ac_status=$?
14670   echo "$as_me:14670: \$? = $ac_status" >&5
14671   (exit $ac_status); } &&
14672          { ac_try='test -s conftest$ac_exeext'
14673   { (eval echo "$as_me:14673: \"$ac_try\"") >&5
14674   (eval $ac_try) 2>&5
14675   ac_status=$?
14676   echo "$as_me:14676: \$? = $ac_status" >&5
14677   (exit $ac_status); }; }; then
14678
14679         cf_cv_func_openpty=$cf_header
14680         break
14681
14682 else
14683   echo "$as_me: failed program was:" >&5
14684 cat conftest.$ac_ext >&5
14685
14686         cf_cv_func_openpty=no
14687
14688 fi
14689 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14690     done
14691     LIBS="$cf_save_LIBS"
14692
14693 fi
14694 echo "$as_me:14694: result: $cf_cv_func_openpty" >&5
14695 echo "${ECHO_T}$cf_cv_func_openpty" >&6
14696
14697 if test "$cf_cv_func_openpty" != no ; then
14698     cat >>confdefs.h <<EOF
14699 #define USE_OPENPTY_HEADER <$cf_cv_func_openpty>
14700 EOF
14701
14702     cat >>confdefs.h <<\EOF
14703 #define USE_XTERM_PTY 1
14704 EOF
14705
14706     if test "$cf_cv_lib_util" = yes ; then
14707         TEST_LIBS="-lutil $TEST_LIBS"
14708     fi
14709 fi
14710
14711 if test "$with_hashed_db" != no ; then
14712         cat >>confdefs.h <<\EOF
14713 #define USE_HASHED_DB 1
14714 EOF
14715
14716 case $with_hashed_db in #(vi
14717 yes|*able*) #(vi
14718     ;;
14719 *)
14720     if test -d "$with_hashed_db" ; then
14721
14722 if test -n "$with_hashed_db/include" ; then
14723   for cf_add_incdir in $with_hashed_db/include
14724   do
14725         while test $cf_add_incdir != /usr/include
14726         do
14727           if test -d $cf_add_incdir
14728           then
14729                 cf_have_incdir=no
14730                 if test -n "$CFLAGS$CPPFLAGS" ; then
14731                   # a loop is needed to ensure we can add subdirs of existing dirs
14732                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
14733                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
14734                           cf_have_incdir=yes; break
14735                         fi
14736                   done
14737                 fi
14738
14739                 if test "$cf_have_incdir" = no ; then
14740                   if test "$cf_add_incdir" = /usr/local/include ; then
14741                         if test "$GCC" = yes
14742                         then
14743                           cf_save_CPPFLAGS=$CPPFLAGS
14744                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
14745                           cat >conftest.$ac_ext <<_ACEOF
14746 #line 14746 "configure"
14747 #include "confdefs.h"
14748 #include <stdio.h>
14749 int
14750 main ()
14751 {
14752 printf("Hello")
14753   ;
14754   return 0;
14755 }
14756 _ACEOF
14757 rm -f conftest.$ac_objext
14758 if { (eval echo "$as_me:14758: \"$ac_compile\"") >&5
14759   (eval $ac_compile) 2>&5
14760   ac_status=$?
14761   echo "$as_me:14761: \$? = $ac_status" >&5
14762   (exit $ac_status); } &&
14763          { ac_try='test -s conftest.$ac_objext'
14764   { (eval echo "$as_me:14764: \"$ac_try\"") >&5
14765   (eval $ac_try) 2>&5
14766   ac_status=$?
14767   echo "$as_me:14767: \$? = $ac_status" >&5
14768   (exit $ac_status); }; }; then
14769   :
14770 else
14771   echo "$as_me: failed program was:" >&5
14772 cat conftest.$ac_ext >&5
14773 cf_have_incdir=yes
14774 fi
14775 rm -f conftest.$ac_objext conftest.$ac_ext
14776                           CPPFLAGS=$cf_save_CPPFLAGS
14777                         fi
14778                   fi
14779                 fi
14780
14781                 if test "$cf_have_incdir" = no ; then
14782                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
14783
14784 echo "${as_me-configure}:14784: testing adding $cf_add_incdir to include-path ..." 1>&5
14785
14786                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
14787
14788                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
14789                   test "$cf_top_incdir" = "$cf_add_incdir" && break
14790                   cf_add_incdir="$cf_top_incdir"
14791                 else
14792                   break
14793                 fi
14794           fi
14795         done
14796   done
14797 fi
14798
14799 if test -n "$with_hashed_db/lib" ; then
14800   for cf_add_libdir in $with_hashed_db/lib
14801   do
14802     if test $cf_add_libdir = /usr/lib ; then
14803       :
14804     elif test -d $cf_add_libdir
14805     then
14806       cf_have_libdir=no
14807       if test -n "$LDFLAGS$LIBS" ; then
14808         # a loop is needed to ensure we can add subdirs of existing dirs
14809         for cf_test_libdir in $LDFLAGS $LIBS ; do
14810           if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
14811             cf_have_libdir=yes; break
14812           fi
14813         done
14814       fi
14815       if test "$cf_have_libdir" = no ; then
14816         test -n "$verbose" && echo "    adding $cf_add_libdir to library-path" 1>&6
14817
14818 echo "${as_me-configure}:14818: testing adding $cf_add_libdir to library-path ..." 1>&5
14819
14820         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
14821       fi
14822     fi
14823   done
14824 fi
14825
14826     fi
14827 esac
14828
14829 echo "$as_me:14829: checking for db.h" >&5
14830 echo $ECHO_N "checking for db.h... $ECHO_C" >&6
14831 if test "${ac_cv_header_db_h+set}" = set; then
14832   echo $ECHO_N "(cached) $ECHO_C" >&6
14833 else
14834   cat >conftest.$ac_ext <<_ACEOF
14835 #line 14835 "configure"
14836 #include "confdefs.h"
14837 #include <db.h>
14838 _ACEOF
14839 if { (eval echo "$as_me:14839: \"$ac_cpp conftest.$ac_ext\"") >&5
14840   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14841   ac_status=$?
14842   egrep -v '^ *\+' conftest.er1 >conftest.err
14843   rm -f conftest.er1
14844   cat conftest.err >&5
14845   echo "$as_me:14845: \$? = $ac_status" >&5
14846   (exit $ac_status); } >/dev/null; then
14847   if test -s conftest.err; then
14848     ac_cpp_err=$ac_c_preproc_warn_flag
14849   else
14850     ac_cpp_err=
14851   fi
14852 else
14853   ac_cpp_err=yes
14854 fi
14855 if test -z "$ac_cpp_err"; then
14856   ac_cv_header_db_h=yes
14857 else
14858   echo "$as_me: failed program was:" >&5
14859   cat conftest.$ac_ext >&5
14860   ac_cv_header_db_h=no
14861 fi
14862 rm -f conftest.err conftest.$ac_ext
14863 fi
14864 echo "$as_me:14864: result: $ac_cv_header_db_h" >&5
14865 echo "${ECHO_T}$ac_cv_header_db_h" >&6
14866 if test $ac_cv_header_db_h = yes; then
14867
14868 echo "$as_me:14868: checking for version of db" >&5
14869 echo $ECHO_N "checking for version of db... $ECHO_C" >&6
14870 if test "${cf_cv_hashed_db_version+set}" = set; then
14871   echo $ECHO_N "(cached) $ECHO_C" >&6
14872 else
14873
14874 cf_cv_hashed_db_version=unknown
14875
14876 for cf_db_version in 1 2 3 4 5
14877 do
14878
14879 echo "${as_me-configure}:14879: testing checking for db version $cf_db_version ..." 1>&5
14880
14881         cat >conftest.$ac_ext <<_ACEOF
14882 #line 14882 "configure"
14883 #include "confdefs.h"
14884
14885 $ac_includes_default
14886 #include <db.h>
14887
14888 #ifdef DB_VERSION_MAJOR
14889         /* db2 (DB_VERSION_MAJOR=2) has also DB_VERSION_MINOR, tested with 7 */
14890 #if $cf_db_version == DB_VERSION_MAJOR
14891         /* ok */
14892 #else
14893         make an error
14894 #endif
14895 #else
14896 #if $cf_db_version == 1
14897         /* ok: assuming this is DB 1.8.5 */
14898 #else
14899         make an error
14900 #endif
14901 #endif
14902
14903 int
14904 main ()
14905 {
14906 DBT *foo = 0
14907   ;
14908   return 0;
14909 }
14910 _ACEOF
14911 rm -f conftest.$ac_objext
14912 if { (eval echo "$as_me:14912: \"$ac_compile\"") >&5
14913   (eval $ac_compile) 2>&5
14914   ac_status=$?
14915   echo "$as_me:14915: \$? = $ac_status" >&5
14916   (exit $ac_status); } &&
14917          { ac_try='test -s conftest.$ac_objext'
14918   { (eval echo "$as_me:14918: \"$ac_try\"") >&5
14919   (eval $ac_try) 2>&5
14920   ac_status=$?
14921   echo "$as_me:14921: \$? = $ac_status" >&5
14922   (exit $ac_status); }; }; then
14923
14924         cf_cv_hashed_db_version=$cf_db_version
14925         break
14926
14927 else
14928   echo "$as_me: failed program was:" >&5
14929 cat conftest.$ac_ext >&5
14930 fi
14931 rm -f conftest.$ac_objext conftest.$ac_ext
14932 done
14933
14934 fi
14935 echo "$as_me:14935: result: $cf_cv_hashed_db_version" >&5
14936 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6
14937
14938 if test "$cf_cv_hashed_db_version" = unknown ; then
14939         { { echo "$as_me:14939: error: Cannot determine version of db" >&5
14940 echo "$as_me: error: Cannot determine version of db" >&2;}
14941    { (exit 1); exit 1; }; }
14942 else
14943
14944 echo "$as_me:14944: checking for db libraries" >&5
14945 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6
14946 if test "${cf_cv_hashed_db_libs+set}" = set; then
14947   echo $ECHO_N "(cached) $ECHO_C" >&6
14948 else
14949
14950 cf_cv_hashed_db_libs=unknown
14951 for cf_db_libs in "" db$cf_cv_hashed_db_version db-$cf_cv_hashed_db_version db ''
14952 do
14953         cf_save_libs="$LIBS"
14954         if test -n "$cf_db_libs"; then
14955                 LIBS="-l$cf_db_libs $LIBS"
14956         fi
14957
14958 echo "${as_me-configure}:14958: testing checking for library "$cf_db_libs" ..." 1>&5
14959
14960         cat >conftest.$ac_ext <<_ACEOF
14961 #line 14961 "configure"
14962 #include "confdefs.h"
14963
14964 $ac_includes_default
14965 #include <db.h>
14966
14967 int
14968 main ()
14969 {
14970
14971         char *path = "/tmp/foo";
14972 #ifdef DB_VERSION_MAJOR
14973 #if DB_VERSION_MAJOR >= 4
14974         DB *result = 0;
14975         db_create(&result, NULL, 0);
14976         result->open(result,
14977                 NULL,
14978                 path,
14979                 path,
14980                 DB_HASH,
14981                 DB_CREATE,
14982                 0644);
14983 #elif DB_VERSION_MAJOR >= 3
14984         DB *result = 0;
14985         db_create(&result, NULL, 0);
14986         result->open(result,
14987                 path,
14988                 path,
14989                 DB_HASH,
14990                 DB_CREATE,
14991                 0644);
14992 #elif DB_VERSION_MAJOR >= 2
14993         DB *result = 0;
14994         db_open(path,
14995                 DB_HASH,
14996                 DB_CREATE,
14997                 0644,
14998                 (DB_ENV *) 0,
14999                 (DB_INFO *) 0,
15000                 &result);
15001 #endif /* DB_VERSION_MAJOR */
15002 #else
15003         DB *result = dbopen(path,
15004                      2,
15005                      0644,
15006                      DB_HASH,
15007                      0);
15008 #endif
15009         ${cf_cv_main_return:-return}(result != 0)
15010
15011   ;
15012   return 0;
15013 }
15014 _ACEOF
15015 rm -f conftest.$ac_objext conftest$ac_exeext
15016 if { (eval echo "$as_me:15016: \"$ac_link\"") >&5
15017   (eval $ac_link) 2>&5
15018   ac_status=$?
15019   echo "$as_me:15019: \$? = $ac_status" >&5
15020   (exit $ac_status); } &&
15021          { ac_try='test -s conftest$ac_exeext'
15022   { (eval echo "$as_me:15022: \"$ac_try\"") >&5
15023   (eval $ac_try) 2>&5
15024   ac_status=$?
15025   echo "$as_me:15025: \$? = $ac_status" >&5
15026   (exit $ac_status); }; }; then
15027
15028         if test -n "$cf_db_libs" ; then
15029                 cf_cv_hashed_db_libs=$cf_db_libs
15030         else
15031                 cf_cv_hashed_db_libs=default
15032         fi
15033         LIBS="$cf_save_libs"
15034         break
15035
15036 else
15037   echo "$as_me: failed program was:" >&5
15038 cat conftest.$ac_ext >&5
15039 fi
15040 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15041         LIBS="$cf_save_libs"
15042 done
15043
15044 fi
15045 echo "$as_me:15045: result: $cf_cv_hashed_db_libs" >&5
15046 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6
15047
15048         if test "$cf_cv_hashed_db_libs" = unknown ; then
15049                 { { echo "$as_me:15049: error: Cannot determine library for db" >&5
15050 echo "$as_me: error: Cannot determine library for db" >&2;}
15051    { (exit 1); exit 1; }; }
15052         elif test "$cf_cv_hashed_db_libs" != default ; then
15053                 LIBS="-l$cf_cv_hashed_db_libs $LIBS"
15054         fi
15055 fi
15056
15057 else
15058
15059         { { echo "$as_me:15059: error: Cannot find db.h" >&5
15060 echo "$as_me: error: Cannot find db.h" >&2;}
15061    { (exit 1); exit 1; }; }
15062
15063 fi
15064
15065 fi
15066
15067 if test -z "$cf_user_CFLAGS" && test "$with_no_leaks" = no ; then
15068         CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
15069         CXXFLAGS=`echo ${CXXFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
15070 fi
15071
15072 # Just in case, check if the C compiler has a bool type.
15073
15074 echo "$as_me:15074: checking if we should include stdbool.h" >&5
15075 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6
15076
15077 if test "${cf_cv_header_stdbool_h+set}" = set; then
15078   echo $ECHO_N "(cached) $ECHO_C" >&6
15079 else
15080
15081         cat >conftest.$ac_ext <<_ACEOF
15082 #line 15082 "configure"
15083 #include "confdefs.h"
15084
15085 int
15086 main ()
15087 {
15088 bool foo = false
15089   ;
15090   return 0;
15091 }
15092 _ACEOF
15093 rm -f conftest.$ac_objext
15094 if { (eval echo "$as_me:15094: \"$ac_compile\"") >&5
15095   (eval $ac_compile) 2>&5
15096   ac_status=$?
15097   echo "$as_me:15097: \$? = $ac_status" >&5
15098   (exit $ac_status); } &&
15099          { ac_try='test -s conftest.$ac_objext'
15100   { (eval echo "$as_me:15100: \"$ac_try\"") >&5
15101   (eval $ac_try) 2>&5
15102   ac_status=$?
15103   echo "$as_me:15103: \$? = $ac_status" >&5
15104   (exit $ac_status); }; }; then
15105   cf_cv_header_stdbool_h=0
15106 else
15107   echo "$as_me: failed program was:" >&5
15108 cat conftest.$ac_ext >&5
15109 cat >conftest.$ac_ext <<_ACEOF
15110 #line 15110 "configure"
15111 #include "confdefs.h"
15112
15113 #ifndef __BEOS__
15114 #include <stdbool.h>
15115 #endif
15116
15117 int
15118 main ()
15119 {
15120 bool foo = false
15121   ;
15122   return 0;
15123 }
15124 _ACEOF
15125 rm -f conftest.$ac_objext
15126 if { (eval echo "$as_me:15126: \"$ac_compile\"") >&5
15127   (eval $ac_compile) 2>&5
15128   ac_status=$?
15129   echo "$as_me:15129: \$? = $ac_status" >&5
15130   (exit $ac_status); } &&
15131          { ac_try='test -s conftest.$ac_objext'
15132   { (eval echo "$as_me:15132: \"$ac_try\"") >&5
15133   (eval $ac_try) 2>&5
15134   ac_status=$?
15135   echo "$as_me:15135: \$? = $ac_status" >&5
15136   (exit $ac_status); }; }; then
15137   cf_cv_header_stdbool_h=1
15138 else
15139   echo "$as_me: failed program was:" >&5
15140 cat conftest.$ac_ext >&5
15141 cf_cv_header_stdbool_h=0
15142 fi
15143 rm -f conftest.$ac_objext conftest.$ac_ext
15144 fi
15145 rm -f conftest.$ac_objext conftest.$ac_ext
15146 fi
15147
15148 if test "$cf_cv_header_stdbool_h" = 1
15149 then    echo "$as_me:15149: result: yes" >&5
15150 echo "${ECHO_T}yes" >&6
15151 else    echo "$as_me:15151: result: no" >&5
15152 echo "${ECHO_T}no" >&6
15153 fi
15154
15155 echo "$as_me:15155: checking for builtin bool type" >&5
15156 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6
15157
15158 if test "${cf_cv_cc_bool_type+set}" = set; then
15159   echo $ECHO_N "(cached) $ECHO_C" >&6
15160 else
15161
15162         cat >conftest.$ac_ext <<_ACEOF
15163 #line 15163 "configure"
15164 #include "confdefs.h"
15165
15166 #include <stdio.h>
15167 #include <sys/types.h>
15168
15169 int
15170 main ()
15171 {
15172 bool x = false
15173   ;
15174   return 0;
15175 }
15176 _ACEOF
15177 rm -f conftest.$ac_objext
15178 if { (eval echo "$as_me:15178: \"$ac_compile\"") >&5
15179   (eval $ac_compile) 2>&5
15180   ac_status=$?
15181   echo "$as_me:15181: \$? = $ac_status" >&5
15182   (exit $ac_status); } &&
15183          { ac_try='test -s conftest.$ac_objext'
15184   { (eval echo "$as_me:15184: \"$ac_try\"") >&5
15185   (eval $ac_try) 2>&5
15186   ac_status=$?
15187   echo "$as_me:15187: \$? = $ac_status" >&5
15188   (exit $ac_status); }; }; then
15189   cf_cv_cc_bool_type=1
15190 else
15191   echo "$as_me: failed program was:" >&5
15192 cat conftest.$ac_ext >&5
15193 cf_cv_cc_bool_type=0
15194 fi
15195 rm -f conftest.$ac_objext conftest.$ac_ext
15196
15197 fi
15198
15199 if test "$cf_cv_cc_bool_type" = 1
15200 then    echo "$as_me:15200: result: yes" >&5
15201 echo "${ECHO_T}yes" >&6
15202 else    echo "$as_me:15202: result: no" >&5
15203 echo "${ECHO_T}no" >&6
15204 fi
15205
15206 # Check for C++ compiler characteristics (and ensure that it's there!)
15207 if test -n "$CXX" ; then
15208         ac_ext=cc
15209 ac_cpp='$CXXCPP $CPPFLAGS'
15210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15213 ac_main_return=return
15214
15215 if test -n "$GXX" ; then
15216 case $cf_cv_system_name in #(vi
15217 os2*) #(vi
15218         cf_stdcpp_libname=stdcpp
15219         ;;
15220 *)
15221         cf_stdcpp_libname=stdc++
15222         ;;
15223 esac
15224 echo "$as_me:15224: checking for library $cf_stdcpp_libname" >&5
15225 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6
15226 if test "${cf_cv_libstdcpp+set}" = set; then
15227   echo $ECHO_N "(cached) $ECHO_C" >&6
15228 else
15229
15230         cf_save="$LIBS"
15231         LIBS="$LIBS -l$cf_stdcpp_libname"
15232 cat >conftest.$ac_ext <<_ACEOF
15233 #line 15233 "configure"
15234 #include "confdefs.h"
15235
15236 #include <strstream.h>
15237 int
15238 main ()
15239 {
15240
15241 char buf[80];
15242 strstreambuf foo(buf, sizeof(buf))
15243
15244   ;
15245   return 0;
15246 }
15247 _ACEOF
15248 rm -f conftest.$ac_objext conftest$ac_exeext
15249 if { (eval echo "$as_me:15249: \"$ac_link\"") >&5
15250   (eval $ac_link) 2>&5
15251   ac_status=$?
15252   echo "$as_me:15252: \$? = $ac_status" >&5
15253   (exit $ac_status); } &&
15254          { ac_try='test -s conftest$ac_exeext'
15255   { (eval echo "$as_me:15255: \"$ac_try\"") >&5
15256   (eval $ac_try) 2>&5
15257   ac_status=$?
15258   echo "$as_me:15258: \$? = $ac_status" >&5
15259   (exit $ac_status); }; }; then
15260   cf_cv_libstdcpp=yes
15261 else
15262   echo "$as_me: failed program was:" >&5
15263 cat conftest.$ac_ext >&5
15264 cf_cv_libstdcpp=no
15265 fi
15266 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15267         LIBS="$cf_save"
15268
15269 fi
15270 echo "$as_me:15270: result: $cf_cv_libstdcpp" >&5
15271 echo "${ECHO_T}$cf_cv_libstdcpp" >&6
15272 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname"
15273 fi
15274
15275         echo "$as_me:15275: checking whether $CXX understands -c and -o together" >&5
15276 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6
15277 if test "${cf_cv_prog_CXX_c_o+set}" = set; then
15278   echo $ECHO_N "(cached) $ECHO_C" >&6
15279 else
15280
15281 cat > conftest.$ac_ext <<CF_EOF
15282 #include <stdio.h>
15283 int main()
15284 {
15285         ${cf_cv_main_return:-return}(0);
15286 }
15287 CF_EOF
15288 # We do the test twice because some compilers refuse to overwrite an
15289 # existing .o file with -o, though they will create one.
15290 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
15291 if { (eval echo "$as_me:15291: \"$ac_try\"") >&5
15292   (eval $ac_try) 2>&5
15293   ac_status=$?
15294   echo "$as_me:15294: \$? = $ac_status" >&5
15295   (exit $ac_status); } &&
15296   test -f conftest2.$ac_objext && { (eval echo "$as_me:15296: \"$ac_try\"") >&5
15297   (eval $ac_try) 2>&5
15298   ac_status=$?
15299   echo "$as_me:15299: \$? = $ac_status" >&5
15300   (exit $ac_status); };
15301 then
15302   eval cf_cv_prog_CXX_c_o=yes
15303 else
15304   eval cf_cv_prog_CXX_c_o=no
15305 fi
15306 rm -f conftest*
15307
15308 fi
15309 if test $cf_cv_prog_CXX_c_o = yes; then
15310   echo "$as_me:15310: result: yes" >&5
15311 echo "${ECHO_T}yes" >&6
15312 else
15313   echo "$as_me:15313: result: no" >&5
15314 echo "${ECHO_T}no" >&6
15315 fi
15316
15317         case $GXX_VERSION in
15318         1*|2.0-6*)
15319                 cf_cxx_library=yes
15320                 ;;
15321         *-2.7*|2.7*)
15322
15323 cf_cxx_library=unknown
15324 case $cf_cv_system_name in #(vi
15325 os2*) #(vi
15326         cf_gpp_libname=gpp
15327         ;;
15328 *)
15329         cf_gpp_libname=g++
15330         ;;
15331 esac
15332 if test "$GXX" = yes; then
15333         echo "$as_me:15333: checking for lib$cf_gpp_libname" >&5
15334 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6
15335         cf_save="$LIBS"
15336         LIBS="$LIBS -l$cf_gpp_libname"
15337         cat >conftest.$ac_ext <<_ACEOF
15338 #line 15338 "configure"
15339 #include "confdefs.h"
15340
15341 #include <$cf_gpp_libname/builtin.h>
15342
15343 int
15344 main ()
15345 {
15346 two_arg_error_handler_t foo2 = lib_error_handler
15347   ;
15348   return 0;
15349 }
15350 _ACEOF
15351 rm -f conftest.$ac_objext conftest$ac_exeext
15352 if { (eval echo "$as_me:15352: \"$ac_link\"") >&5
15353   (eval $ac_link) 2>&5
15354   ac_status=$?
15355   echo "$as_me:15355: \$? = $ac_status" >&5
15356   (exit $ac_status); } &&
15357          { ac_try='test -s conftest$ac_exeext'
15358   { (eval echo "$as_me:15358: \"$ac_try\"") >&5
15359   (eval $ac_try) 2>&5
15360   ac_status=$?
15361   echo "$as_me:15361: \$? = $ac_status" >&5
15362   (exit $ac_status); }; }; then
15363   cf_cxx_library=yes
15364          CXXLIBS="$CXXLIBS -l$cf_gpp_libname"
15365          if test "$cf_gpp_libname" = cpp ; then
15366             cat >>confdefs.h <<\EOF
15367 #define HAVE_GPP_BUILTIN_H 1
15368 EOF
15369
15370          else
15371             cat >>confdefs.h <<\EOF
15372 #define HAVE_GXX_BUILTIN_H 1
15373 EOF
15374
15375          fi
15376 else
15377   echo "$as_me: failed program was:" >&5
15378 cat conftest.$ac_ext >&5
15379 cat >conftest.$ac_ext <<_ACEOF
15380 #line 15380 "configure"
15381 #include "confdefs.h"
15382
15383 #include <builtin.h>
15384
15385 int
15386 main ()
15387 {
15388 two_arg_error_handler_t foo2 = lib_error_handler
15389   ;
15390   return 0;
15391 }
15392 _ACEOF
15393 rm -f conftest.$ac_objext conftest$ac_exeext
15394 if { (eval echo "$as_me:15394: \"$ac_link\"") >&5
15395   (eval $ac_link) 2>&5
15396   ac_status=$?
15397   echo "$as_me:15397: \$? = $ac_status" >&5
15398   (exit $ac_status); } &&
15399          { ac_try='test -s conftest$ac_exeext'
15400   { (eval echo "$as_me:15400: \"$ac_try\"") >&5
15401   (eval $ac_try) 2>&5
15402   ac_status=$?
15403   echo "$as_me:15403: \$? = $ac_status" >&5
15404   (exit $ac_status); }; }; then
15405   cf_cxx_library=yes
15406          CXXLIBS="$CXXLIBS -l$cf_gpp_libname"
15407          cat >>confdefs.h <<\EOF
15408 #define HAVE_BUILTIN_H 1
15409 EOF
15410
15411 else
15412   echo "$as_me: failed program was:" >&5
15413 cat conftest.$ac_ext >&5
15414 cf_cxx_library=no
15415 fi
15416 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15417 fi
15418 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15419         LIBS="$cf_save"
15420         echo "$as_me:15420: result: $cf_cxx_library" >&5
15421 echo "${ECHO_T}$cf_cxx_library" >&6
15422 fi
15423
15424                 ;;
15425         *)
15426                 cf_cxx_library=no
15427                 ;;
15428         esac
15429
15430         ac_ext=cc
15431 ac_cpp='$CXXCPP $CPPFLAGS'
15432 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15433 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15434 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15435 ac_main_return=return
15436 echo "$as_me:15436: checking how to run the C++ preprocessor" >&5
15437 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
15438 if test -z "$CXXCPP"; then
15439   if test "${ac_cv_prog_CXXCPP+set}" = set; then
15440   echo $ECHO_N "(cached) $ECHO_C" >&6
15441 else
15442       # Double quotes because CXXCPP needs to be expanded
15443     for CXXCPP in "$CXX -E" "/lib/cpp"
15444     do
15445       ac_preproc_ok=false
15446 for ac_cxx_preproc_warn_flag in '' yes
15447 do
15448   # Use a header file that comes with gcc, so configuring glibc
15449   # with a fresh cross-compiler works.
15450   # On the NeXT, cc -E runs the code through the compiler's parser,
15451   # not just through cpp. "Syntax error" is here to catch this case.
15452   cat >conftest.$ac_ext <<_ACEOF
15453 #line 15453 "configure"
15454 #include "confdefs.h"
15455 #include <assert.h>
15456                      Syntax error
15457 _ACEOF
15458 if { (eval echo "$as_me:15458: \"$ac_cpp conftest.$ac_ext\"") >&5
15459   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15460   ac_status=$?
15461   egrep -v '^ *\+' conftest.er1 >conftest.err
15462   rm -f conftest.er1
15463   cat conftest.err >&5
15464   echo "$as_me:15464: \$? = $ac_status" >&5
15465   (exit $ac_status); } >/dev/null; then
15466   if test -s conftest.err; then
15467     ac_cpp_err=$ac_cxx_preproc_warn_flag
15468   else
15469     ac_cpp_err=
15470   fi
15471 else
15472   ac_cpp_err=yes
15473 fi
15474 if test -z "$ac_cpp_err"; then
15475   :
15476 else
15477   echo "$as_me: failed program was:" >&5
15478   cat conftest.$ac_ext >&5
15479   # Broken: fails on valid input.
15480 continue
15481 fi
15482 rm -f conftest.err conftest.$ac_ext
15483
15484   # OK, works on sane cases.  Now check whether non-existent headers
15485   # can be detected and how.
15486   cat >conftest.$ac_ext <<_ACEOF
15487 #line 15487 "configure"
15488 #include "confdefs.h"
15489 #include <ac_nonexistent.h>
15490 _ACEOF
15491 if { (eval echo "$as_me:15491: \"$ac_cpp conftest.$ac_ext\"") >&5
15492   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15493   ac_status=$?
15494   egrep -v '^ *\+' conftest.er1 >conftest.err
15495   rm -f conftest.er1
15496   cat conftest.err >&5
15497   echo "$as_me:15497: \$? = $ac_status" >&5
15498   (exit $ac_status); } >/dev/null; then
15499   if test -s conftest.err; then
15500     ac_cpp_err=$ac_cxx_preproc_warn_flag
15501   else
15502     ac_cpp_err=
15503   fi
15504 else
15505   ac_cpp_err=yes
15506 fi
15507 if test -z "$ac_cpp_err"; then
15508   # Broken: success on invalid input.
15509 continue
15510 else
15511   echo "$as_me: failed program was:" >&5
15512   cat conftest.$ac_ext >&5
15513   # Passes both tests.
15514 ac_preproc_ok=:
15515 break
15516 fi
15517 rm -f conftest.err conftest.$ac_ext
15518
15519 done
15520 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
15521 rm -f conftest.err conftest.$ac_ext
15522 if $ac_preproc_ok; then
15523   break
15524 fi
15525
15526     done
15527     ac_cv_prog_CXXCPP=$CXXCPP
15528
15529 fi
15530   CXXCPP=$ac_cv_prog_CXXCPP
15531 else
15532   ac_cv_prog_CXXCPP=$CXXCPP
15533 fi
15534 echo "$as_me:15534: result: $CXXCPP" >&5
15535 echo "${ECHO_T}$CXXCPP" >&6
15536 ac_preproc_ok=false
15537 for ac_cxx_preproc_warn_flag in '' yes
15538 do
15539   # Use a header file that comes with gcc, so configuring glibc
15540   # with a fresh cross-compiler works.
15541   # On the NeXT, cc -E runs the code through the compiler's parser,
15542   # not just through cpp. "Syntax error" is here to catch this case.
15543   cat >conftest.$ac_ext <<_ACEOF
15544 #line 15544 "configure"
15545 #include "confdefs.h"
15546 #include <assert.h>
15547                      Syntax error
15548 _ACEOF
15549 if { (eval echo "$as_me:15549: \"$ac_cpp conftest.$ac_ext\"") >&5
15550   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15551   ac_status=$?
15552   egrep -v '^ *\+' conftest.er1 >conftest.err
15553   rm -f conftest.er1
15554   cat conftest.err >&5
15555   echo "$as_me:15555: \$? = $ac_status" >&5
15556   (exit $ac_status); } >/dev/null; then
15557   if test -s conftest.err; then
15558     ac_cpp_err=$ac_cxx_preproc_warn_flag
15559   else
15560     ac_cpp_err=
15561   fi
15562 else
15563   ac_cpp_err=yes
15564 fi
15565 if test -z "$ac_cpp_err"; then
15566   :
15567 else
15568   echo "$as_me: failed program was:" >&5
15569   cat conftest.$ac_ext >&5
15570   # Broken: fails on valid input.
15571 continue
15572 fi
15573 rm -f conftest.err conftest.$ac_ext
15574
15575   # OK, works on sane cases.  Now check whether non-existent headers
15576   # can be detected and how.
15577   cat >conftest.$ac_ext <<_ACEOF
15578 #line 15578 "configure"
15579 #include "confdefs.h"
15580 #include <ac_nonexistent.h>
15581 _ACEOF
15582 if { (eval echo "$as_me:15582: \"$ac_cpp conftest.$ac_ext\"") >&5
15583   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15584   ac_status=$?
15585   egrep -v '^ *\+' conftest.er1 >conftest.err
15586   rm -f conftest.er1
15587   cat conftest.err >&5
15588   echo "$as_me:15588: \$? = $ac_status" >&5
15589   (exit $ac_status); } >/dev/null; then
15590   if test -s conftest.err; then
15591     ac_cpp_err=$ac_cxx_preproc_warn_flag
15592   else
15593     ac_cpp_err=
15594   fi
15595 else
15596   ac_cpp_err=yes
15597 fi
15598 if test -z "$ac_cpp_err"; then
15599   # Broken: success on invalid input.
15600 continue
15601 else
15602   echo "$as_me: failed program was:" >&5
15603   cat conftest.$ac_ext >&5
15604   # Passes both tests.
15605 ac_preproc_ok=:
15606 break
15607 fi
15608 rm -f conftest.err conftest.$ac_ext
15609
15610 done
15611 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
15612 rm -f conftest.err conftest.$ac_ext
15613 if $ac_preproc_ok; then
15614   :
15615 else
15616   { { echo "$as_me:15616: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
15617 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;}
15618    { (exit 1); exit 1; }; }
15619 fi
15620
15621 ac_ext=cc
15622 ac_cpp='$CXXCPP $CPPFLAGS'
15623 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15624 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15625 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15626 ac_main_return=return
15627
15628 for ac_header in iostream typeinfo
15629 do
15630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15631 echo "$as_me:15631: checking for $ac_header" >&5
15632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15633 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15634   echo $ECHO_N "(cached) $ECHO_C" >&6
15635 else
15636   cat >conftest.$ac_ext <<_ACEOF
15637 #line 15637 "configure"
15638 #include "confdefs.h"
15639 #include <$ac_header>
15640 _ACEOF
15641 if { (eval echo "$as_me:15641: \"$ac_cpp conftest.$ac_ext\"") >&5
15642   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15643   ac_status=$?
15644   egrep -v '^ *\+' conftest.er1 >conftest.err
15645   rm -f conftest.er1
15646   cat conftest.err >&5
15647   echo "$as_me:15647: \$? = $ac_status" >&5
15648   (exit $ac_status); } >/dev/null; then
15649   if test -s conftest.err; then
15650     ac_cpp_err=$ac_cxx_preproc_warn_flag
15651   else
15652     ac_cpp_err=
15653   fi
15654 else
15655   ac_cpp_err=yes
15656 fi
15657 if test -z "$ac_cpp_err"; then
15658   eval "$as_ac_Header=yes"
15659 else
15660   echo "$as_me: failed program was:" >&5
15661   cat conftest.$ac_ext >&5
15662   eval "$as_ac_Header=no"
15663 fi
15664 rm -f conftest.err conftest.$ac_ext
15665 fi
15666 echo "$as_me:15666: result: `eval echo '${'$as_ac_Header'}'`" >&5
15667 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15668 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15669   cat >>confdefs.h <<EOF
15670 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15671 EOF
15672
15673 fi
15674 done
15675
15676     if test x"$ac_cv_header_iostream" = xyes ; then
15677         echo "$as_me:15677: checking if iostream uses std-namespace" >&5
15678 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6
15679         cat >conftest.$ac_ext <<_ACEOF
15680 #line 15680 "configure"
15681 #include "confdefs.h"
15682
15683 #include <iostream>
15684 using std::endl;
15685 using std::cerr;
15686 int
15687 main ()
15688 {
15689
15690 cerr << "testing" << endl;
15691
15692   ;
15693   return 0;
15694 }
15695 _ACEOF
15696 rm -f conftest.$ac_objext
15697 if { (eval echo "$as_me:15697: \"$ac_compile\"") >&5
15698   (eval $ac_compile) 2>&5
15699   ac_status=$?
15700   echo "$as_me:15700: \$? = $ac_status" >&5
15701   (exit $ac_status); } &&
15702          { ac_try='test -s conftest.$ac_objext'
15703   { (eval echo "$as_me:15703: \"$ac_try\"") >&5
15704   (eval $ac_try) 2>&5
15705   ac_status=$?
15706   echo "$as_me:15706: \$? = $ac_status" >&5
15707   (exit $ac_status); }; }; then
15708   cf_iostream_namespace=yes
15709 else
15710   echo "$as_me: failed program was:" >&5
15711 cat conftest.$ac_ext >&5
15712 cf_iostream_namespace=no
15713 fi
15714 rm -f conftest.$ac_objext conftest.$ac_ext
15715         echo "$as_me:15715: result: $cf_iostream_namespace" >&5
15716 echo "${ECHO_T}$cf_iostream_namespace" >&6
15717         if test "$cf_iostream_namespace" = yes ; then
15718             cat >>confdefs.h <<\EOF
15719 #define IOSTREAM_NAMESPACE 1
15720 EOF
15721
15722         fi
15723     fi
15724
15725 echo "$as_me:15725: checking if we should include stdbool.h" >&5
15726 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6
15727
15728 if test "${cf_cv_header_stdbool_h+set}" = set; then
15729   echo $ECHO_N "(cached) $ECHO_C" >&6
15730 else
15731
15732         cat >conftest.$ac_ext <<_ACEOF
15733 #line 15733 "configure"
15734 #include "confdefs.h"
15735
15736 int
15737 main ()
15738 {
15739 bool foo = false
15740   ;
15741   return 0;
15742 }
15743 _ACEOF
15744 rm -f conftest.$ac_objext
15745 if { (eval echo "$as_me:15745: \"$ac_compile\"") >&5
15746   (eval $ac_compile) 2>&5
15747   ac_status=$?
15748   echo "$as_me:15748: \$? = $ac_status" >&5
15749   (exit $ac_status); } &&
15750          { ac_try='test -s conftest.$ac_objext'
15751   { (eval echo "$as_me:15751: \"$ac_try\"") >&5
15752   (eval $ac_try) 2>&5
15753   ac_status=$?
15754   echo "$as_me:15754: \$? = $ac_status" >&5
15755   (exit $ac_status); }; }; then
15756   cf_cv_header_stdbool_h=0
15757 else
15758   echo "$as_me: failed program was:" >&5
15759 cat conftest.$ac_ext >&5
15760 cat >conftest.$ac_ext <<_ACEOF
15761 #line 15761 "configure"
15762 #include "confdefs.h"
15763
15764 #ifndef __BEOS__
15765 #include <stdbool.h>
15766 #endif
15767
15768 int
15769 main ()
15770 {
15771 bool foo = false
15772   ;
15773   return 0;
15774 }
15775 _ACEOF
15776 rm -f conftest.$ac_objext
15777 if { (eval echo "$as_me:15777: \"$ac_compile\"") >&5
15778   (eval $ac_compile) 2>&5
15779   ac_status=$?
15780   echo "$as_me:15780: \$? = $ac_status" >&5
15781   (exit $ac_status); } &&
15782          { ac_try='test -s conftest.$ac_objext'
15783   { (eval echo "$as_me:15783: \"$ac_try\"") >&5
15784   (eval $ac_try) 2>&5
15785   ac_status=$?
15786   echo "$as_me:15786: \$? = $ac_status" >&5
15787   (exit $ac_status); }; }; then
15788   cf_cv_header_stdbool_h=1
15789 else
15790   echo "$as_me: failed program was:" >&5
15791 cat conftest.$ac_ext >&5
15792 cf_cv_header_stdbool_h=0
15793 fi
15794 rm -f conftest.$ac_objext conftest.$ac_ext
15795 fi
15796 rm -f conftest.$ac_objext conftest.$ac_ext
15797 fi
15798
15799 if test "$cf_cv_header_stdbool_h" = 1
15800 then    echo "$as_me:15800: result: yes" >&5
15801 echo "${ECHO_T}yes" >&6
15802 else    echo "$as_me:15802: result: no" >&5
15803 echo "${ECHO_T}no" >&6
15804 fi
15805
15806 echo "$as_me:15806: checking for builtin bool type" >&5
15807 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6
15808
15809 if test "${cf_cv_builtin_bool+set}" = set; then
15810   echo $ECHO_N "(cached) $ECHO_C" >&6
15811 else
15812
15813         cat >conftest.$ac_ext <<_ACEOF
15814 #line 15814 "configure"
15815 #include "confdefs.h"
15816
15817 #include <stdio.h>
15818 #include <sys/types.h>
15819
15820 int
15821 main ()
15822 {
15823 bool x = false
15824   ;
15825   return 0;
15826 }
15827 _ACEOF
15828 rm -f conftest.$ac_objext
15829 if { (eval echo "$as_me:15829: \"$ac_compile\"") >&5
15830   (eval $ac_compile) 2>&5
15831   ac_status=$?
15832   echo "$as_me:15832: \$? = $ac_status" >&5
15833   (exit $ac_status); } &&
15834          { ac_try='test -s conftest.$ac_objext'
15835   { (eval echo "$as_me:15835: \"$ac_try\"") >&5
15836   (eval $ac_try) 2>&5
15837   ac_status=$?
15838   echo "$as_me:15838: \$? = $ac_status" >&5
15839   (exit $ac_status); }; }; then
15840   cf_cv_builtin_bool=1
15841 else
15842   echo "$as_me: failed program was:" >&5
15843 cat conftest.$ac_ext >&5
15844 cf_cv_builtin_bool=0
15845 fi
15846 rm -f conftest.$ac_objext conftest.$ac_ext
15847
15848 fi
15849
15850 if test "$cf_cv_builtin_bool" = 1
15851 then    echo "$as_me:15851: result: yes" >&5
15852 echo "${ECHO_T}yes" >&6
15853 else    echo "$as_me:15853: result: no" >&5
15854 echo "${ECHO_T}no" >&6
15855 fi
15856
15857 echo "$as_me:15857: checking for size of bool" >&5
15858 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6
15859 if test "${cf_cv_type_of_bool+set}" = set; then
15860   echo $ECHO_N "(cached) $ECHO_C" >&6
15861 else
15862
15863         rm -f cf_test.out
15864         if test "$cross_compiling" = yes; then
15865   cf_cv_type_of_bool=unknown
15866 else
15867   cat >conftest.$ac_ext <<_ACEOF
15868 #line 15868 "configure"
15869 #include "confdefs.h"
15870
15871 #include <stdlib.h>
15872 #include <stdio.h>
15873
15874 #if defined(__cplusplus)
15875
15876 #ifdef HAVE_GXX_BUILTIN_H
15877 #include <g++/builtin.h>
15878 #elif HAVE_GPP_BUILTIN_H
15879 #include <gpp/builtin.h>
15880 #elif HAVE_BUILTIN_H
15881 #include <builtin.h>
15882 #endif
15883
15884 #else
15885
15886 #if $cf_cv_header_stdbool_h
15887 #include <stdbool.h>
15888 #endif
15889
15890 #endif
15891
15892 main()
15893 {
15894         FILE *fp = fopen("cf_test.out", "w");
15895         if (fp != 0) {
15896                 bool x = true;
15897                 if ((bool)(-x) >= 0)
15898                         fputs("unsigned ", fp);
15899                 if (sizeof(x) == sizeof(int))       fputs("int",  fp);
15900                 else if (sizeof(x) == sizeof(char)) fputs("char", fp);
15901                 else if (sizeof(x) == sizeof(short))fputs("short",fp);
15902                 else if (sizeof(x) == sizeof(long)) fputs("long", fp);
15903                 fclose(fp);
15904         }
15905         ${cf_cv_main_return:-return}(0);
15906 }
15907
15908 _ACEOF
15909 rm -f conftest$ac_exeext
15910 if { (eval echo "$as_me:15910: \"$ac_link\"") >&5
15911   (eval $ac_link) 2>&5
15912   ac_status=$?
15913   echo "$as_me:15913: \$? = $ac_status" >&5
15914   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15915   { (eval echo "$as_me:15915: \"$ac_try\"") >&5
15916   (eval $ac_try) 2>&5
15917   ac_status=$?
15918   echo "$as_me:15918: \$? = $ac_status" >&5
15919   (exit $ac_status); }; }; then
15920   cf_cv_type_of_bool=`cat cf_test.out`
15921                  if test -z "$cf_cv_type_of_bool"; then
15922                    cf_cv_type_of_bool=unknown
15923                  fi
15924 else
15925   echo "$as_me: program exited with status $ac_status" >&5
15926 echo "$as_me: failed program was:" >&5
15927 cat conftest.$ac_ext >&5
15928 cf_cv_type_of_bool=unknown
15929 fi
15930 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15931 fi
15932
15933 fi
15934
15935         rm -f cf_test.out
15936 echo "$as_me:15936: result: $cf_cv_type_of_bool" >&5
15937 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
15938 if test "$cf_cv_type_of_bool" = unknown ; then
15939         case .$NCURSES_BOOL in #(vi
15940         .auto|.) NCURSES_BOOL=unsigned;;
15941         esac
15942         { echo "$as_me:15942: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
15943 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;}
15944         cf_cv_type_of_bool=$NCURSES_BOOL
15945 fi
15946
15947 echo "$as_me:15947: checking for special defines needed for etip.h" >&5
15948 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6
15949 cf_save_CXXFLAGS="$CXXFLAGS"
15950 cf_result="none"
15951 for cf_math in "" MATH_H
15952 do
15953 for cf_excp in "" MATH_EXCEPTION
15954 do
15955         CXXFLAGS="$cf_save_CXXFLAGS -I${srcdir}/c++ -I${srcdir}/menu -I${srcdir}/include"
15956         test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}"
15957         test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}"
15958 cat >conftest.$ac_ext <<_ACEOF
15959 #line 15959 "configure"
15960 #include "confdefs.h"
15961
15962 #include <etip.h.in>
15963
15964 int
15965 main ()
15966 {
15967
15968   ;
15969   return 0;
15970 }
15971 _ACEOF
15972 rm -f conftest.$ac_objext
15973 if { (eval echo "$as_me:15973: \"$ac_compile\"") >&5
15974   (eval $ac_compile) 2>&5
15975   ac_status=$?
15976   echo "$as_me:15976: \$? = $ac_status" >&5
15977   (exit $ac_status); } &&
15978          { ac_try='test -s conftest.$ac_objext'
15979   { (eval echo "$as_me:15979: \"$ac_try\"") >&5
15980   (eval $ac_try) 2>&5
15981   ac_status=$?
15982   echo "$as_me:15982: \$? = $ac_status" >&5
15983   (exit $ac_status); }; }; then
15984
15985         test -n "$cf_math" && cat >>confdefs.h <<EOF
15986 #define ETIP_NEEDS_${cf_math} 1
15987 EOF
15988
15989         test -n "$cf_excp" && cat >>confdefs.h <<EOF
15990 #define ETIP_NEEDS_${cf_excp} 1
15991 EOF
15992
15993         cf_result="$cf_math $cf_excp"
15994         break
15995
15996 else
15997   echo "$as_me: failed program was:" >&5
15998 cat conftest.$ac_ext >&5
15999 fi
16000 rm -f conftest.$ac_objext conftest.$ac_ext
16001 done
16002 done
16003 echo "$as_me:16003: result: $cf_result" >&5
16004 echo "${ECHO_T}$cf_result" >&6
16005 CXXFLAGS="$cf_save_CXXFLAGS"
16006
16007 if test -n "$CXX"; then
16008 echo "$as_me:16008: checking if $CXX accepts parameter initialization" >&5
16009 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6
16010 if test "${cf_cv_cpp_param_init+set}" = set; then
16011   echo $ECHO_N "(cached) $ECHO_C" >&6
16012 else
16013
16014         ac_ext=cc
16015 ac_cpp='$CXXCPP $CPPFLAGS'
16016 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16017 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16018 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16019 ac_main_return=return
16020
16021         if test "$cross_compiling" = yes; then
16022   cf_cv_cpp_param_init=unknown
16023 else
16024   cat >conftest.$ac_ext <<_ACEOF
16025 #line 16025 "configure"
16026 #include "confdefs.h"
16027
16028 class TEST {
16029 private:
16030         int value;
16031 public:
16032         TEST(int x = 1);
16033         ~TEST();
16034 };
16035
16036 TEST::TEST(int x = 1)   // some compilers do not like second initializer
16037 {
16038         value = x;
16039 }
16040 void main() { }
16041
16042 _ACEOF
16043 rm -f conftest$ac_exeext
16044 if { (eval echo "$as_me:16044: \"$ac_link\"") >&5
16045   (eval $ac_link) 2>&5
16046   ac_status=$?
16047   echo "$as_me:16047: \$? = $ac_status" >&5
16048   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16049   { (eval echo "$as_me:16049: \"$ac_try\"") >&5
16050   (eval $ac_try) 2>&5
16051   ac_status=$?
16052   echo "$as_me:16052: \$? = $ac_status" >&5
16053   (exit $ac_status); }; }; then
16054   cf_cv_cpp_param_init=yes
16055 else
16056   echo "$as_me: program exited with status $ac_status" >&5
16057 echo "$as_me: failed program was:" >&5
16058 cat conftest.$ac_ext >&5
16059 cf_cv_cpp_param_init=no
16060 fi
16061 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16062 fi
16063         ac_ext=cc
16064 ac_cpp='$CXXCPP $CPPFLAGS'
16065 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16066 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16067 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16068 ac_main_return=return
16069
16070 fi
16071 echo "$as_me:16071: result: $cf_cv_cpp_param_init" >&5
16072 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6
16073 fi
16074 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF
16075 #define CPP_HAS_PARAM_INIT 1
16076 EOF
16077
16078 if test -n "$CXX"; then
16079
16080 echo "$as_me:16080: checking if $CXX accepts static_cast" >&5
16081 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6
16082 if test "${cf_cv_cpp_static_cast+set}" = set; then
16083   echo $ECHO_N "(cached) $ECHO_C" >&6
16084 else
16085
16086         ac_ext=cc
16087 ac_cpp='$CXXCPP $CPPFLAGS'
16088 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16089 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16090 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16091 ac_main_return=return
16092
16093         cat >conftest.$ac_ext <<_ACEOF
16094 #line 16094 "configure"
16095 #include "confdefs.h"
16096
16097 class NCursesPanel
16098 {
16099 public:
16100   NCursesPanel(int nlines,
16101                int ncols,
16102                int begin_y = 0,
16103                int begin_x = 0)
16104   {
16105   }
16106
16107   ~NCursesPanel();
16108 };
16109
16110 template<class T> class NCursesUserPanel : public NCursesPanel
16111 {
16112 public:
16113   NCursesUserPanel (int nlines,
16114                     int ncols,
16115                     int begin_y = 0,
16116                     int begin_x = 0,
16117                     const T* p_UserData = static_cast<T*>(0))
16118     : NCursesPanel (nlines, ncols, begin_y, begin_x)
16119   {
16120   };
16121   NCursesUserPanel(const T* p_UserData = static_cast<T*>(0)) : NCursesPanel()
16122   {
16123   };
16124
16125   virtual ~NCursesUserPanel() {};
16126 };
16127
16128 int
16129 main ()
16130 {
16131
16132         const char* p_UserData = static_cast<char*>(0)
16133   ;
16134   return 0;
16135 }
16136 _ACEOF
16137 rm -f conftest.$ac_objext
16138 if { (eval echo "$as_me:16138: \"$ac_compile\"") >&5
16139   (eval $ac_compile) 2>&5
16140   ac_status=$?
16141   echo "$as_me:16141: \$? = $ac_status" >&5
16142   (exit $ac_status); } &&
16143          { ac_try='test -s conftest.$ac_objext'
16144   { (eval echo "$as_me:16144: \"$ac_try\"") >&5
16145   (eval $ac_try) 2>&5
16146   ac_status=$?
16147   echo "$as_me:16147: \$? = $ac_status" >&5
16148   (exit $ac_status); }; }; then
16149   cf_cv_cpp_static_cast=yes
16150 else
16151   echo "$as_me: failed program was:" >&5
16152 cat conftest.$ac_ext >&5
16153 cf_cv_cpp_static_cast=no
16154 fi
16155 rm -f conftest.$ac_objext conftest.$ac_ext
16156
16157         ac_ext=cc
16158 ac_cpp='$CXXCPP $CPPFLAGS'
16159 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16160 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16161 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16162 ac_main_return=return
16163
16164 fi
16165 echo "$as_me:16165: result: $cf_cv_cpp_static_cast" >&5
16166 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6
16167
16168 fi
16169
16170 test "$cf_cv_cpp_static_cast" = yes && cat >>confdefs.h <<\EOF
16171 #define CPP_HAS_STATIC_CAST 1
16172 EOF
16173
16174         CXX_AR='$(AR)'
16175         CXX_ARFLAGS='$(ARFLAGS)'
16176         case $cf_cv_system_name in #(vi
16177         irix*) #(vi
16178             if test "$GXX" != yes ; then
16179                 CXX_AR='$(CXX)'
16180                 CXX_ARFLAGS='-ar -o'
16181             fi
16182             ;;
16183         sco3.2v5*) #(vi
16184             CXXLDFLAGS="-u main"
16185             ;;
16186         solaris2*)
16187             if test "$GXX" != yes ; then
16188                 CXX_AR='$(CXX)'
16189                 CXX_ARFLAGS='-xar -o'
16190             fi
16191             ;;
16192         esac
16193
16194 else
16195         cf_cxx_library=no
16196         cf_cv_builtin_bool=1
16197
16198         # Just because we are not configuring against C++ right now does not
16199         # mean that a user will not want to use C++.  Some distributors disable
16200         # the C++ portion of this configuration as a shortcut (or just to avoid
16201         # compiling the demo in the c++ directory).  So we need a reasonable
16202         # default for the 'bool' type.
16203         #
16204         # Caveat: since the storage of the bool type is not standardized, it
16205         # may change.
16206
16207         if test "$NCURSES_BOOL" != auto ; then
16208                 cf_cv_type_of_bool=$NCURSES_BOOL
16209                 cf_cv_header_stdbool_h=0
16210         else
16211                 if test "$cf_cv_header_stdbool_h" = 1 ; then
16212
16213 echo "$as_me:16213: checking for size of bool" >&5
16214 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6
16215 if test "${cf_cv_type_of_bool+set}" = set; then
16216   echo $ECHO_N "(cached) $ECHO_C" >&6
16217 else
16218
16219         rm -f cf_test.out
16220         if test "$cross_compiling" = yes; then
16221   cf_cv_type_of_bool=unknown
16222 else
16223   cat >conftest.$ac_ext <<_ACEOF
16224 #line 16224 "configure"
16225 #include "confdefs.h"
16226
16227 #include <stdlib.h>
16228 #include <stdio.h>
16229
16230 #if defined(__cplusplus)
16231
16232 #ifdef HAVE_GXX_BUILTIN_H
16233 #include <g++/builtin.h>
16234 #elif HAVE_GPP_BUILTIN_H
16235 #include <gpp/builtin.h>
16236 #elif HAVE_BUILTIN_H
16237 #include <builtin.h>
16238 #endif
16239
16240 #else
16241
16242 #if $cf_cv_header_stdbool_h
16243 #include <stdbool.h>
16244 #endif
16245
16246 #endif
16247
16248 main()
16249 {
16250         FILE *fp = fopen("cf_test.out", "w");
16251         if (fp != 0) {
16252                 bool x = true;
16253                 if ((bool)(-x) >= 0)
16254                         fputs("unsigned ", fp);
16255                 if (sizeof(x) == sizeof(int))       fputs("int",  fp);
16256                 else if (sizeof(x) == sizeof(char)) fputs("char", fp);
16257                 else if (sizeof(x) == sizeof(short))fputs("short",fp);
16258                 else if (sizeof(x) == sizeof(long)) fputs("long", fp);
16259                 fclose(fp);
16260         }
16261         ${cf_cv_main_return:-return}(0);
16262 }
16263
16264 _ACEOF
16265 rm -f conftest$ac_exeext
16266 if { (eval echo "$as_me:16266: \"$ac_link\"") >&5
16267   (eval $ac_link) 2>&5
16268   ac_status=$?
16269   echo "$as_me:16269: \$? = $ac_status" >&5
16270   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16271   { (eval echo "$as_me:16271: \"$ac_try\"") >&5
16272   (eval $ac_try) 2>&5
16273   ac_status=$?
16274   echo "$as_me:16274: \$? = $ac_status" >&5
16275   (exit $ac_status); }; }; then
16276   cf_cv_type_of_bool=`cat cf_test.out`
16277                  if test -z "$cf_cv_type_of_bool"; then
16278                    cf_cv_type_of_bool=unknown
16279                  fi
16280 else
16281   echo "$as_me: program exited with status $ac_status" >&5
16282 echo "$as_me: failed program was:" >&5
16283 cat conftest.$ac_ext >&5
16284 cf_cv_type_of_bool=unknown
16285 fi
16286 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16287 fi
16288
16289 fi
16290
16291         rm -f cf_test.out
16292 echo "$as_me:16292: result: $cf_cv_type_of_bool" >&5
16293 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
16294 if test "$cf_cv_type_of_bool" = unknown ; then
16295         case .$NCURSES_BOOL in #(vi
16296         .auto|.) NCURSES_BOOL=unsigned;;
16297         esac
16298         { echo "$as_me:16298: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5
16299 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;}
16300         cf_cv_type_of_bool=$NCURSES_BOOL
16301 fi
16302
16303                 else
16304                         echo "$as_me:16304: checking for fallback type of bool" >&5
16305 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6
16306                         case "$host_cpu" in #(vi
16307                         i?86)   cf_cv_type_of_bool=char ;; #(vi
16308                         *)      cf_cv_type_of_bool=int  ;;
16309                         esac
16310                         echo "$as_me:16310: result: $cf_cv_type_of_bool" >&5
16311 echo "${ECHO_T}$cf_cv_type_of_bool" >&6
16312                 fi
16313         fi
16314 fi
16315
16316 # If the C compiler did not declare bool, and we did not determine that the C++
16317 # compiler does not declare bool, turn on an ifdef in curses.h that makes the
16318 # ncurses library use the same type as C++ bool.  Note that this allows one to
16319 # specify the type of bool in a configure-script option and postpone
16320 # integration with the C++ compiler provided that the types are compatible.
16321 USE_CXX_BOOL=1
16322 if test $cf_cv_cc_bool_type = 1
16323 then
16324         # oops: C has a bool.  Unlikely, but C++ could differ.
16325         USE_CXX_BOOL=0
16326 elif test $cf_cv_builtin_bool = 0
16327 then
16328         # C++ has no bool
16329         USE_CXX_BOOL=0
16330 else
16331         # this is the normal case
16332         USE_CXX_BOOL='defined(__cplusplus)'
16333 fi
16334
16335 if test -f "${srcdir}/Ada95/Makefile.in" ; then
16336
16337 if test "$cf_with_ada" != "no" ; then
16338     if test "$with_libtool" != "no"; then
16339         { echo "$as_me:16339: WARNING: libtool does not support Ada - disabling feature" >&5
16340 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;}
16341         cf_with_ada=no
16342     fi
16343 fi
16344
16345 if test "$cf_with_ada" != "no" ; then
16346 cf_ada_make=gnatmake
16347 # Extract the first word of "$cf_ada_make", so it can be a program name with args.
16348 set dummy $cf_ada_make; ac_word=$2
16349 echo "$as_me:16349: checking for $ac_word" >&5
16350 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
16351 if test "${ac_cv_prog_gnat_exists+set}" = set; then
16352   echo $ECHO_N "(cached) $ECHO_C" >&6
16353 else
16354   if test -n "$gnat_exists"; then
16355   ac_cv_prog_gnat_exists="$gnat_exists" # Let the user override the test.
16356 else
16357   ac_save_IFS=$IFS; IFS=$ac_path_separator
16358 ac_dummy="$PATH"
16359 for ac_dir in $ac_dummy; do
16360   IFS=$ac_save_IFS
16361   test -z "$ac_dir" && ac_dir=.
16362   $as_executable_p "$ac_dir/$ac_word" || continue
16363 ac_cv_prog_gnat_exists="yes"
16364 echo "$as_me:16364: found $ac_dir/$ac_word" >&5
16365 break
16366 done
16367
16368   test -z "$ac_cv_prog_gnat_exists" && ac_cv_prog_gnat_exists="no"
16369 fi
16370 fi
16371 gnat_exists=$ac_cv_prog_gnat_exists
16372 if test -n "$gnat_exists"; then
16373   echo "$as_me:16373: result: $gnat_exists" >&5
16374 echo "${ECHO_T}$gnat_exists" >&6
16375 else
16376   echo "$as_me:16376: result: no" >&5
16377 echo "${ECHO_T}no" >&6
16378 fi
16379
16380 if test "$ac_cv_prog_gnat_exists" = no; then
16381    cf_ada_make=
16382 else
16383
16384 echo "$as_me:16384: checking for gnat version" >&5
16385 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6
16386 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\
16387   sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'`
16388 echo "$as_me:16388: result: $cf_gnat_version" >&5
16389 echo "${ECHO_T}$cf_gnat_version" >&6
16390
16391 case $cf_gnat_version in
16392   3.1[1-9]*|3.[2-9]*|[4-9].*)
16393     cf_cv_prog_gnat_correct=yes
16394     ;;
16395   *) echo Unsupported GNAT version $cf_gnat_version. Required is 3.11 or better. Disabling Ada95 binding.
16396      cf_cv_prog_gnat_correct=no
16397      ;;
16398 esac
16399 case $cf_gnat_version in
16400   3.[1-9]*|[4-9].*)
16401       cf_compile_generics=generics
16402       cf_generic_objects="\${GENOBJS}"
16403       ;;
16404   *)  cf_compile_generics=
16405       cf_generic_objects=
16406       ;;
16407 esac
16408
16409    # Extract the first word of "m4", so it can be a program name with args.
16410 set dummy m4; ac_word=$2
16411 echo "$as_me:16411: checking for $ac_word" >&5
16412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
16413 if test "${ac_cv_prog_M4_exists+set}" = set; then
16414   echo $ECHO_N "(cached) $ECHO_C" >&6
16415 else
16416   if test -n "$M4_exists"; then
16417   ac_cv_prog_M4_exists="$M4_exists" # Let the user override the test.
16418 else
16419   ac_save_IFS=$IFS; IFS=$ac_path_separator
16420 ac_dummy="$PATH"
16421 for ac_dir in $ac_dummy; do
16422   IFS=$ac_save_IFS
16423   test -z "$ac_dir" && ac_dir=.
16424   $as_executable_p "$ac_dir/$ac_word" || continue
16425 ac_cv_prog_M4_exists="yes"
16426 echo "$as_me:16426: found $ac_dir/$ac_word" >&5
16427 break
16428 done
16429
16430   test -z "$ac_cv_prog_M4_exists" && ac_cv_prog_M4_exists="no"
16431 fi
16432 fi
16433 M4_exists=$ac_cv_prog_M4_exists
16434 if test -n "$M4_exists"; then
16435   echo "$as_me:16435: result: $M4_exists" >&5
16436 echo "${ECHO_T}$M4_exists" >&6
16437 else
16438   echo "$as_me:16438: result: no" >&5
16439 echo "${ECHO_T}no" >&6
16440 fi
16441
16442    if test "$ac_cv_prog_M4_exists" = no; then
16443       cf_cv_prog_gnat_correct=no
16444       echo Ada95 binding required program m4 not found. Ada95 binding disabled.
16445    fi
16446    if test "$cf_cv_prog_gnat_correct" = yes; then
16447       echo "$as_me:16447: checking if GNAT works" >&5
16448 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6
16449
16450 rm -f conftest*
16451 cat >>conftest.ads <<CF_EOF
16452 procedure conftest;
16453 CF_EOF
16454 cat >>conftest.adb <<CF_EOF
16455 with Text_IO;
16456 with GNAT.OS_Lib;
16457 procedure conftest is
16458 begin
16459    Text_IO.Put ("Hello World");
16460    Text_IO.New_Line;
16461    GNAT.OS_Lib.OS_Exit (0);
16462 end conftest;
16463 CF_EOF
16464 if ( $cf_ada_make $ADAFLAGS conftest 1>&5 2>&1 ) ; then
16465    if ( ./conftest 1>&5 2>&1 ) ; then
16466       cf_cv_prog_gnat_correct=yes
16467    else
16468       cf_cv_prog_gnat_correct=no
16469    fi
16470 else
16471    cf_cv_prog_gnat_correct=no
16472 fi
16473 rm -f conftest*
16474
16475       echo "$as_me:16475: result: $cf_cv_prog_gnat_correct" >&5
16476 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6
16477    fi
16478 fi
16479 if test "$cf_cv_prog_gnat_correct" = yes; then
16480    ADAFLAGS="-O3 -gnatpn $ADAFLAGS"
16481
16482    echo "$as_me:16482: checking if GNAT pragma Unreferenced works" >&5
16483 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6
16484
16485 rm -f conftest*
16486 cat >>conftest.ads <<CF_EOF
16487 procedure conftest;
16488 CF_EOF
16489 cat >>conftest.adb <<CF_EOF
16490 with Text_IO;
16491 with GNAT.OS_Lib;
16492 procedure conftest is
16493    test : Integer;
16494    pragma Unreferenced (test);
16495 begin
16496    test := 1;
16497    Text_IO.Put ("Hello World");
16498    Text_IO.New_Line;
16499    GNAT.OS_Lib.OS_Exit (0);
16500 end conftest;
16501 CF_EOF
16502 if ( $cf_ada_make $ADAFLAGS conftest 1>&5 2>&1 ) ; then
16503       cf_cv_pragma_unreferenced=yes
16504 else
16505    cf_cv_pragma_unreferenced=no
16506 fi
16507 rm -f conftest*
16508
16509    echo "$as_me:16509: result: $cf_cv_pragma_unreferenced" >&5
16510 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6
16511
16512    # if the pragma is supported, use it (needed in the Trace code).
16513    if test $cf_cv_pragma_unreferenced = yes ; then
16514       PRAGMA_UNREF=TRUE
16515    else
16516       PRAGMA_UNREF=FALSE
16517    fi
16518
16519 # Check whether --with-ada-compiler or --without-ada-compiler was given.
16520 if test "${with_ada_compiler+set}" = set; then
16521   withval="$with_ada_compiler"
16522   cf_ada_compiler=$withval
16523 else
16524   cf_ada_compiler=gnatmake
16525 fi;
16526
16527    cf_ada_package=terminal_interface
16528
16529 # Check whether --with-ada-include or --without-ada-include was given.
16530 if test "${with_ada_include+set}" = set; then
16531   withval="$with_ada_include"
16532
16533 else
16534   withval="${ADA_INCLUDE-$prefix/lib/ada/adainclude}"
16535 fi; if test -n "$prefix/lib/ada/adainclude" ; then
16536
16537 if test "x$prefix" != xNONE; then
16538   cf_path_syntax="$prefix"
16539 else
16540   cf_path_syntax="$ac_default_prefix"
16541 fi
16542
16543 case ".$withval" in #(vi
16544 .\$\(*\)*|.\'*\'*) #(vi
16545   ;;
16546 ..|./*|.\\*) #(vi
16547   ;;
16548 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
16549   ;;
16550 .\${*prefix}*) #(vi
16551   eval withval="$withval"
16552   case ".$withval" in #(vi
16553   .NONE/*)
16554     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
16555     ;;
16556   esac
16557   ;; #(vi
16558 .no|.NONE/*)
16559   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
16560   ;;
16561 *)
16562   { { echo "$as_me:16562: error: expected a pathname, not \"$withval\"" >&5
16563 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
16564    { (exit 1); exit 1; }; }
16565   ;;
16566 esac
16567
16568 fi
16569 ADA_INCLUDE="$withval"
16570
16571 # Check whether --with-ada-objects or --without-ada-objects was given.
16572 if test "${with_ada_objects+set}" = set; then
16573   withval="$with_ada_objects"
16574
16575 else
16576   withval="${ADA_OBJECTS-$prefix/lib/ada/adalib}"
16577 fi; if test -n "$prefix/lib/ada/adalib" ; then
16578
16579 if test "x$prefix" != xNONE; then
16580   cf_path_syntax="$prefix"
16581 else
16582   cf_path_syntax="$ac_default_prefix"
16583 fi
16584
16585 case ".$withval" in #(vi
16586 .\$\(*\)*|.\'*\'*) #(vi
16587   ;;
16588 ..|./*|.\\*) #(vi
16589   ;;
16590 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
16591   ;;
16592 .\${*prefix}*) #(vi
16593   eval withval="$withval"
16594   case ".$withval" in #(vi
16595   .NONE/*)
16596     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
16597     ;;
16598   esac
16599   ;; #(vi
16600 .no|.NONE/*)
16601   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
16602   ;;
16603 *)
16604   { { echo "$as_me:16604: error: expected a pathname, not \"$withval\"" >&5
16605 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
16606    { (exit 1); exit 1; }; }
16607   ;;
16608 esac
16609
16610 fi
16611 ADA_OBJECTS="$withval"
16612
16613 fi
16614 fi
16615 else
16616    cf_with_ada=no
16617 fi
16618
16619 ### Construct the ncurses library-subsets, if any, from this set of keywords:
16620 ###     none, base, ext_funcs, ext_tinfo, ticlib, termlib, widechar
16621 ###
16622 ### ticlib modules may be a separate library, otherwise contained in termlib.
16623 ### termlib modules may be a separate library, otherwise contained in ncurses.
16624 ###
16625 ### The of "+" or " " between the tokens controls the way the script
16626 ### chooses to split module lists into libraries.
16627 ###
16628 ### (see CF_LIB_RULES).
16629 echo "$as_me:16629: checking for library subsets" >&5
16630 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6
16631 LIB_SUBSETS=
16632
16633 if test "$cf_with_progs" = yes || test "$with_ticlib" != no || test "$with_termcap" != no; then
16634         LIB_SUBSETS="${LIB_SUBSETS}ticlib"
16635         if test "$with_ticlib" != no ; then
16636                 LIB_SUBSETS="${LIB_SUBSETS} "
16637         else
16638                 LIB_SUBSETS="${LIB_SUBSETS}+"
16639         fi
16640 fi
16641
16642 LIB_SUBSETS="${LIB_SUBSETS}termlib"
16643 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_tinfo"
16644
16645 if test "$with_term_driver" != no ; then
16646         LIB_SUBSETS="${LIB_SUBSETS}+port_drivers"
16647         case $cf_cv_system_name in #(vi
16648         *mingw32*) #(vi
16649                 LIB_SUBSETS="${LIB_SUBSETS}+port_tinfo+port_win32con"
16650                 ;;
16651         *) #(vi
16652                 LIB_SUBSETS="${LIB_SUBSETS}+port_tinfo"
16653                 ;;
16654         esac
16655 fi
16656
16657 if test "$with_termlib" != no ; then
16658         LIB_SUBSETS="${LIB_SUBSETS} "
16659 else
16660         LIB_SUBSETS="${LIB_SUBSETS}+"
16661 fi
16662
16663 LIB_SUBSETS="${LIB_SUBSETS}base"
16664
16665 test "$with_widec"     = yes && LIB_SUBSETS="${LIB_SUBSETS}+widechar"
16666 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs"
16667
16668 echo "$as_me:16668: result: $LIB_SUBSETS" >&5
16669 echo "${ECHO_T}$LIB_SUBSETS" >&6
16670
16671 ### Construct the list of include-directories to be generated
16672
16673 CPPFLAGS="$CPPFLAGS -I. -I../include"
16674 if test "$srcdir" != "."; then
16675         CPPFLAGS="$CPPFLAGS -I\${srcdir}/../include"
16676 fi
16677 if test "$GCC" != yes; then
16678         CPPFLAGS="$CPPFLAGS -I\${includedir}"
16679 elif test "$includedir" != "/usr/include"; then
16680         if test "$includedir" = '${prefix}/include' ; then
16681                 if test $prefix != /usr ; then
16682                         CPPFLAGS="$CPPFLAGS -I\${includedir}"
16683                 fi
16684         else
16685                 CPPFLAGS="$CPPFLAGS -I\${includedir}"
16686         fi
16687 fi
16688
16689 ACPPFLAGS="-I. -I../../include $ACPPFLAGS"
16690 if test "$srcdir" != "."; then
16691         ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
16692 fi
16693 if test "$GCC" != yes; then
16694         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
16695 elif test "$includedir" != "/usr/include"; then
16696         if test "$includedir" = '${prefix}/include' ; then
16697                 if test $prefix != /usr ; then
16698                         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
16699                 fi
16700         else
16701                 ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
16702         fi
16703 fi
16704
16705 ### Build up pieces for makefile rules
16706 echo "$as_me:16706: checking default library suffix" >&5
16707 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6
16708
16709         case $DFT_LWR_MODEL in
16710         libtool) DFT_ARG_SUFFIX=''   ;;
16711         normal)  DFT_ARG_SUFFIX=''   ;;
16712         debug)   DFT_ARG_SUFFIX='_g' ;;
16713         profile) DFT_ARG_SUFFIX='_p' ;;
16714         shared)  DFT_ARG_SUFFIX=''   ;;
16715         esac
16716         test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}"
16717 echo "$as_me:16717: result: $DFT_ARG_SUFFIX" >&5
16718 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6
16719
16720 echo "$as_me:16720: checking default library-dependency suffix" >&5
16721 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6
16722
16723         case $DFT_LWR_MODEL in #(vi
16724         libtool) #(vi
16725                 DFT_LIB_SUFFIX='.la'
16726                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16727                 ;;
16728         normal) #(vi
16729                 DFT_LIB_SUFFIX='.a'
16730                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16731                 ;;
16732         debug) #(vi
16733                 DFT_LIB_SUFFIX='_g.a'
16734                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16735                 ;;
16736         profile) #(vi
16737                 DFT_LIB_SUFFIX='_p.a'
16738                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16739                 ;;
16740         shared) #(vi
16741                 case $cf_cv_system_name in
16742                 aix[56]*) #(vi
16743                         DFT_LIB_SUFFIX='.a'
16744                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16745                         ;;
16746                 cygwin*) #(vi
16747                         DFT_LIB_SUFFIX='.dll'
16748                         DFT_DEP_SUFFIX='.dll.a'
16749                         ;;
16750                 darwin*) #(vi
16751                         DFT_LIB_SUFFIX='.dylib'
16752                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16753                         ;;
16754                 hpux*) #(vi
16755                         case $target in
16756                         ia64*) #(vi
16757                                 DFT_LIB_SUFFIX='.so'
16758                                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16759                                 ;;
16760                         *) #(vi
16761                                 DFT_LIB_SUFFIX='.sl'
16762                                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16763                                 ;;
16764                         esac
16765                         ;;
16766                 *)      DFT_LIB_SUFFIX='.so'
16767                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
16768                         ;;
16769                 esac
16770         esac
16771         test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}"
16772         test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}"
16773 echo "$as_me:16773: result: $DFT_DEP_SUFFIX" >&5
16774 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6
16775
16776 echo "$as_me:16776: checking default object directory" >&5
16777 echo $ECHO_N "checking default object directory... $ECHO_C" >&6
16778
16779         case $DFT_LWR_MODEL in
16780         libtool) DFT_OBJ_SUBDIR='obj_lo'  ;;
16781         normal)  DFT_OBJ_SUBDIR='objects' ;;
16782         debug)   DFT_OBJ_SUBDIR='obj_g' ;;
16783         profile) DFT_OBJ_SUBDIR='obj_p' ;;
16784         shared)
16785                 case $cf_cv_system_name in #(vi
16786                 cygwin) #(vi
16787                         DFT_OBJ_SUBDIR='objects' ;;
16788                 *)
16789                         DFT_OBJ_SUBDIR='obj_s' ;;
16790                 esac
16791         esac
16792 echo "$as_me:16792: result: $DFT_OBJ_SUBDIR" >&5
16793 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6
16794
16795 # libtool thinks it can make c++ shared libraries (perhaps only g++)
16796 if test "$cf_with_cxx" = yes ; then
16797 echo "$as_me:16797: checking c++ library-dependency suffix" >&5
16798 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6
16799 if test "$with_libtool" != "no"; then
16800         CXX_LIB_SUFFIX=$DFT_DEP_SUFFIX
16801 else
16802
16803         case normal in #(vi
16804         libtool) #(vi
16805                 CXX_LIB_SUFFIX='.la'
16806                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16807                 ;;
16808         normal) #(vi
16809                 CXX_LIB_SUFFIX='.a'
16810                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16811                 ;;
16812         debug) #(vi
16813                 CXX_LIB_SUFFIX='_g.a'
16814                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16815                 ;;
16816         profile) #(vi
16817                 CXX_LIB_SUFFIX='_p.a'
16818                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16819                 ;;
16820         shared) #(vi
16821                 case $cf_cv_system_name in
16822                 aix[56]*) #(vi
16823                         CXX_LIB_SUFFIX='.a'
16824                         CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16825                         ;;
16826                 cygwin*) #(vi
16827                         CXX_LIB_SUFFIX='.dll'
16828                         CXX_DEP_SUFFIX='.dll.a'
16829                         ;;
16830                 darwin*) #(vi
16831                         CXX_LIB_SUFFIX='.dylib'
16832                         CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16833                         ;;
16834                 hpux*) #(vi
16835                         case $target in
16836                         ia64*) #(vi
16837                                 CXX_LIB_SUFFIX='.so'
16838                                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16839                                 ;;
16840                         *) #(vi
16841                                 CXX_LIB_SUFFIX='.sl'
16842                                 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16843                                 ;;
16844                         esac
16845                         ;;
16846                 *)      CXX_LIB_SUFFIX='.so'
16847                         CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX
16848                         ;;
16849                 esac
16850         esac
16851         test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}"
16852         test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}"
16853 fi
16854 echo "$as_me:16854: result: $CXX_LIB_SUFFIX" >&5
16855 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6
16856
16857 fi
16858
16859 # do not want -ldl in build except as needed for -lncurses dependency
16860 if test "$with_dlsym" = yes ; then
16861 if test $DFT_LWR_MODEL = shared || \
16862    test $DFT_LWR_MODEL = libtool ; then
16863
16864 # remove dl library from $LIBS
16865 LIBS=`echo "$LIBS" | sed -e 's/-ldl[    ]//g' -e 's/-ldl$//'`
16866
16867 fi
16868 fi
16869 ### Set up low-level terminfo dependencies for makefiles.
16870
16871 # TICS_LIST and TINFO_LIST are needed to build libtic.so and libterm.so, but
16872 # do not need libdl
16873 TICS_LIST=
16874 if test "$with_dlsym" = yes ; then
16875
16876 # remove dl library from $SHLIB_LIST
16877 TINFO_LIST=`echo "$SHLIB_LIST" | sed -e 's/-ldl[        ]//g' -e 's/-ldl$//'`
16878
16879 fi
16880
16881 if test "$with_ticlib" != no ; then
16882
16883         if test "$with_ticlib" != yes ; then
16884                 TICS_NAME=$with_ticlib
16885                 TICS_ARG_SUFFIX="${with_ticlib}`echo ${DFT_ARG_SUFFIX}|sed -e "s/^${LIB_SUFFIX}//"`"
16886                 TICS_DEP_SUFFIX="${with_ticlib}`echo ${DFT_DEP_SUFFIX}|sed -e "s/^${LIB_SUFFIX}//"`"
16887                 TICS_LIB_SUFFIX="${with_ticlib}"
16888         else
16889                 TICS_ARG_SUFFIX="${TICS_NAME}${DFT_ARG_SUFFIX}"
16890                 TICS_DEP_SUFFIX="${TICS_NAME}${DFT_DEP_SUFFIX}"
16891                 TICS_LIB_SUFFIX="${TICS_NAME}${LIB_SUFFIX}"
16892         fi
16893         TICS_ARGS="-L${LIB_DIR} -l${TICS_LIB_SUFFIX}"
16894 else
16895         TICS_ARGS="-L${LIB_DIR} -l${LIB_NAME}${DFT_ARG_SUFFIX}"
16896 fi
16897
16898 if test "$with_termlib" != no ; then
16899
16900         if test "$with_termlib" != yes ; then
16901                 TINFO_NAME=$with_termlib
16902                 TINFO_SUFFIX="`echo ${DFT_LIB_SUFFIX}|sed -e "s/^${LIB_SUFFIX}//"`"
16903                 TINFO_ARG_SUFFIX="${with_termlib}`echo ${DFT_ARG_SUFFIX}|sed -e "s/^${LIB_SUFFIX}//"`"
16904                 TINFO_DEP_SUFFIX="${with_termlib}`echo ${DFT_DEP_SUFFIX}|sed -e "s/^${LIB_SUFFIX}//"`"
16905                 TINFO_LIB_SUFFIX="${with_termlib}"
16906         else
16907                 TINFO_SUFFIX=${DFT_LIB_SUFFIX}
16908                 TINFO_ARG_SUFFIX="${TINFO_NAME}${DFT_ARG_SUFFIX}"
16909                 TINFO_DEP_SUFFIX="${TINFO_NAME}${DFT_DEP_SUFFIX}"
16910                 TINFO_LIB_SUFFIX="${TINFO_NAME}${LIB_SUFFIX}"
16911         fi
16912
16913         TEST_DEPS="${LIB_DIR}/${LIB_PREFIX}${TINFO_DEP_SUFFIX}"
16914         TEST_DEP2="${LIB_2ND}/${LIB_PREFIX}${TINFO_DEP_SUFFIX}"
16915         if test "$DFT_LWR_MODEL" = "libtool"; then
16916                 TEST_ARGS="${TEST_DEPS}"
16917                 TEST_ARG2="${TEST_DEP2}"
16918                 TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS"
16919                 TICS_LIST="$SHLIB_LIST $TEST_ARGS"
16920                 SHLIB_LIST="${SHLIB_LIST} $TEST_ARGS"
16921         else
16922                 TEST_ARGS="-l${TINFO_ARG_SUFFIX}"
16923                 TEST_ARG2="-l${TINFO_ARG_SUFFIX}"
16924                 TICS_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
16925                 TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS"
16926                 SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
16927         fi
16928 else
16929         # the next lines are needed for linking libtic over libncurses
16930         TINFO_NAME=${LIB_NAME}
16931         TINFO_SUFFIX=${DFT_LIB_SUFFIX}
16932         TINFO_ARG_SUFFIX=${LIB_NAME}${DFT_ARG_SUFFIX}
16933         if test "$with_tic_depends" = yes ; then
16934                 TICS_LIST="$SHLIB_LIST -l${LIB_NAME}${DFT_ARG_SUFFIX}"
16935         else
16936                 TICS_LIST="$SHLIB_LIST"
16937         fi
16938
16939         TINFO_ARGS="-L${LIB_DIR} -l${LIB_NAME}${DFT_ARG_SUFFIX}"
16940 fi
16941
16942 if test "$DFT_LWR_MODEL" = shared ; then
16943         case $cf_cv_system_name in #(vi
16944         cygwin*)
16945                 # "lib" files have ".dll.a" suffix, "cyg" files have ".dll"
16946                 TINFO_SUFFIX=.dll
16947                 ;;
16948         esac
16949 fi
16950
16951 if test "$with_dlsym" = yes ; then
16952
16953 # remove dl library from $TICS_LIST
16954 TICS_LIST=`echo "$TICS_LIST" | sed -e 's/-ldl[  ]//g' -e 's/-ldl$//'`
16955
16956 fi
16957
16958 if test "$DFT_LWR_MODEL" = "libtool"; then
16959     OBJEXT=lo
16960 fi
16961
16962 # needed for Ada95
16963 TINFO_ARGS2=`echo "$TINFO_ARGS" | sed -e 's,-L\.\./,-L../../,'`
16964
16965 case $DFT_LWR_MODEL in
16966 normal|debug|profile)
16967
16968 if test "$GCC" = yes ; then
16969         case $cf_cv_system_name in #(
16970         OS/2*|os2*|aix[4]*|solaris2.1[0-9]|darwin*)     #( vi
16971                 LDFLAGS_STATIC=
16972                 LDFLAGS_SHARED=
16973                 ;;
16974     *)  #( normally, except when broken
16975         LDFLAGS_STATIC=-static
16976         LDFLAGS_SHARED=-dynamic
16977         ;;
16978     esac
16979 else
16980         case $cf_cv_system_name in #(
16981         aix[456]*)      #( from ld manpage
16982                 LDFLAGS_STATIC=-bstatic
16983                 LDFLAGS_SHARED=-bdynamic
16984                 ;;
16985         hpux*)          #( from ld manpage for hpux10.20, hpux11.11
16986                 # We could also use just "archive" and "shared".
16987                 LDFLAGS_STATIC=-Wl,-a,archive_shared
16988                 LDFLAGS_SHARED=-Wl,-a,shared_archive
16989                 ;;
16990         irix*)          #( from ld manpage IRIX64
16991                 LDFLAGS_STATIC=-Bstatic
16992                 LDFLAGS_SHARED=-Bdynamic
16993                 ;;
16994         osf[45]*)       #( from ld manpage osf4.0d, osf5.1
16995                 # alternative "-oldstyle_liblookup" (not in cc manpage)
16996                 LDFLAGS_STATIC=-noso
16997                 LDFLAGS_SHARED=-so_archive
16998                 ;;
16999         solaris2*)
17000                 LDFLAGS_STATIC=-Bstatic
17001                 LDFLAGS_SHARED=-Bdynamic
17002                 ;;
17003         esac
17004 fi
17005
17006         ;;
17007 esac
17008
17009 echo "$as_me:17009: checking where we will install curses.h" >&5
17010 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6
17011 test "$with_overwrite" = no && \
17012 test "x$includedir" = 'x${prefix}/include' && \
17013         includedir='${prefix}/include/ncurses'${LIB_SUFFIX}
17014 echo "$as_me:17014: result: $includedir" >&5
17015 echo "${ECHO_T}$includedir" >&6
17016
17017 ### Resolve a conflict between normal and wide-curses by forcing applications
17018 ### that will need libutf8 to add it to their configure script.
17019 if test "$with_overwrite" != no ; then
17020 if test "$NCURSES_LIBUTF8" = 1 ; then
17021         NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)'
17022         { echo "$as_me:17022: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5
17023 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;}
17024 fi
17025 fi
17026 WITH_OVERWRITE=$with_overwrite
17027
17028 # used to separate tack out of the tree
17029 NCURSES_TREE=
17030
17031 ### predefined stuff for the test programs
17032 cat >>confdefs.h <<\EOF
17033 #define HAVE_SLK_COLOR 1
17034 EOF
17035
17036 ### Construct the list of subdirectories for which we'll customize makefiles
17037 ### with the appropriate compile-rules.
17038
17039 echo "$as_me:17039: checking for src modules" >&5
17040 echo $ECHO_N "checking for src modules... $ECHO_C" >&6
17041
17042 # dependencies and linker-arguments for test-programs
17043 TEST_DEPS="${LIB_DIR}/${LIB_PREFIX}${LIB_NAME}${DFT_DEP_SUFFIX} $TEST_DEPS"
17044 TEST_DEP2="${LIB_2ND}/${LIB_PREFIX}${LIB_NAME}${DFT_DEP_SUFFIX} $TEST_DEP2"
17045 if test "$DFT_LWR_MODEL" = "libtool"; then
17046         TEST_ARGS="${TEST_DEPS}"
17047         TEST_ARG2="${TEST_DEP2}"
17048 else
17049         TEST_ARGS="-l${LIB_NAME}${DFT_ARG_SUFFIX} $TEST_ARGS"
17050         TEST_ARG2="-l${LIB_NAME}${DFT_ARG_SUFFIX} $TEST_ARG2"
17051 fi
17052
17053 cf_cv_src_modules=
17054 for cf_dir in $modules_to_build
17055 do
17056         if test -f $srcdir/$cf_dir/modules; then
17057
17058                 # We may/may not have tack in the distribution, though the
17059                 # makefile is.
17060                 if test $cf_dir = tack ; then
17061                         if test ! -f $srcdir/${cf_dir}/${cf_dir}.h; then
17062                                 continue
17063                         fi
17064                 fi
17065
17066                 if test -z "$cf_cv_src_modules"; then
17067                         cf_cv_src_modules=$cf_dir
17068                 else
17069                         cf_cv_src_modules="$cf_cv_src_modules $cf_dir"
17070                 fi
17071
17072                 # Make the ncurses_cfg.h file record the library interface files as
17073                 # well.  These are header files that are the same name as their
17074                 # directory.  Ncurses is the only library that does not follow
17075                 # that pattern.
17076                 if test $cf_dir = tack ; then
17077                         continue
17078                 elif test -f $srcdir/${cf_dir}/${cf_dir}.h; then
17079
17080 cf_have_include=`echo "$cf_dir" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
17081
17082                         cat >>confdefs.h <<EOF
17083 #define HAVE_${cf_have_include}_H 1
17084 EOF
17085
17086                         cat >>confdefs.h <<EOF
17087 #define HAVE_LIB${cf_have_include} 1
17088 EOF
17089
17090                         TEST_DEPS="${LIB_DIR}/${LIB_PREFIX}${cf_dir}${DFT_DEP_SUFFIX} $TEST_DEPS"
17091                         TEST_DEP2="${LIB_2ND}/${LIB_PREFIX}${cf_dir}${DFT_DEP_SUFFIX} $TEST_DEP2"
17092                         if test "$DFT_LWR_MODEL" = "libtool"; then
17093                                 TEST_ARGS="${TEST_DEPS}"
17094                                 TEST_ARG2="${TEST_DEP2}"
17095                         else
17096                                 TEST_ARGS="-l${cf_dir}${DFT_ARG_SUFFIX} $TEST_ARGS"
17097                                 TEST_ARG2="-l${cf_dir}${DFT_ARG_SUFFIX} $TEST_ARG2"
17098                         fi
17099                 fi
17100         fi
17101 done
17102 echo "$as_me:17102: result: $cf_cv_src_modules" >&5
17103 echo "${ECHO_T}$cf_cv_src_modules" >&6
17104
17105 TEST_ARGS="-L${LIB_DIR} $TEST_ARGS"
17106 TEST_ARG2="-L${LIB_2ND} $TEST_ARG2"
17107
17108 SRC_SUBDIRS=
17109 if test "x$cf_with_manpages" != xno ; then
17110         SRC_SUBDIRS="$SRC_SUBDIRS man"
17111 fi
17112 SRC_SUBDIRS="$SRC_SUBDIRS include"
17113 for cf_dir in $cf_cv_src_modules
17114 do
17115         SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
17116 done
17117 SRC_SUBDIRS="$SRC_SUBDIRS test"
17118 test -z "$MAKE_TERMINFO" && SRC_SUBDIRS="$SRC_SUBDIRS misc"
17119 test "$cf_with_cxx_binding" != no && SRC_SUBDIRS="$SRC_SUBDIRS c++"
17120
17121 ADA_SUBDIRS=
17122 if test "$cf_cv_prog_gnat_correct" = yes && test -f $srcdir/Ada95/Makefile.in; then
17123         SRC_SUBDIRS="$SRC_SUBDIRS Ada95"
17124         ADA_SUBDIRS="gen src samples"
17125 fi
17126
17127 SUB_MAKEFILES=
17128 for cf_dir in $SRC_SUBDIRS
17129 do
17130         SUB_MAKEFILES="$SUB_MAKEFILES $cf_dir/Makefile"
17131 done
17132
17133 if test -n "$ADA_SUBDIRS"; then
17134         for cf_dir in $ADA_SUBDIRS
17135         do
17136                 SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile"
17137         done
17138
17139 fi
17140
17141 if test "$cf_with_ada" != "no" && test "$cf_cv_prog_gnat_correct" != "no"; then
17142    SUB_MAKEFILES="$SUB_MAKEFILES Ada95/gen/adacurses${DFT_ARG_SUFFIX}-config:Ada95/gen/adacurses-config.in"
17143 fi
17144
17145 DIRS_TO_MAKE="lib"
17146 for cf_item in $cf_list_models
17147 do
17148
17149         case $cf_item in
17150         libtool) cf_subdir='obj_lo'  ;;
17151         normal)  cf_subdir='objects' ;;
17152         debug)   cf_subdir='obj_g' ;;
17153         profile) cf_subdir='obj_p' ;;
17154         shared)
17155                 case $cf_cv_system_name in #(vi
17156                 cygwin) #(vi
17157                         cf_subdir='objects' ;;
17158                 *)
17159                         cf_subdir='obj_s' ;;
17160                 esac
17161         esac
17162
17163         for cf_item2 in $DIRS_TO_MAKE
17164         do
17165                 test $cf_item2 = $cf_subdir && break
17166         done
17167         test ".$cf_item2" != ".$cf_subdir" && DIRS_TO_MAKE="$DIRS_TO_MAKE $cf_subdir"
17168 done
17169 for cf_dir in $DIRS_TO_MAKE
17170 do
17171         test ! -d $cf_dir && mkdir $cf_dir
17172 done
17173
17174 cat >>confdefs.h <<EOF
17175 #define NCURSES_PATHSEP '$PATH_SEPARATOR'
17176 EOF
17177
17178 cat >>confdefs.h <<EOF
17179 #define NCURSES_VERSION_STRING "${NCURSES_MAJOR}.${NCURSES_MINOR}.${NCURSES_PATCH}"
17180 EOF
17181
17182 ### Now that we're done running tests, add the compiler-warnings, if any
17183
17184 cf_fix_cppflags=no
17185 cf_new_cflags=
17186 cf_new_cppflags=
17187 cf_new_extra_cppflags=
17188
17189 for cf_add_cflags in $EXTRA_CFLAGS
17190 do
17191 case $cf_fix_cppflags in
17192 no)
17193         case $cf_add_cflags in #(vi
17194         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
17195                 case $cf_add_cflags in
17196                 -D*)
17197                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
17198
17199                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
17200                         && test -z "${cf_tst_cflags}" \
17201                         && cf_fix_cppflags=yes
17202
17203                         if test $cf_fix_cppflags = yes ; then
17204                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
17205                                 continue
17206                         elif test "${cf_tst_cflags}" = "\"'" ; then
17207                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
17208                                 continue
17209                         fi
17210                         ;;
17211                 esac
17212                 case "$CPPFLAGS" in
17213                 *$cf_add_cflags) #(vi
17214                         ;;
17215                 *) #(vi
17216                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
17217                         ;;
17218                 esac
17219                 ;;
17220         *)
17221                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
17222                 ;;
17223         esac
17224         ;;
17225 yes)
17226         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
17227
17228         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
17229
17230         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
17231         && test -z "${cf_tst_cflags}" \
17232         && cf_fix_cppflags=no
17233         ;;
17234 esac
17235 done
17236
17237 if test -n "$cf_new_cflags" ; then
17238
17239         CFLAGS="$CFLAGS $cf_new_cflags"
17240 fi
17241
17242 if test -n "$cf_new_cppflags" ; then
17243
17244         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
17245 fi
17246
17247 if test -n "$cf_new_extra_cppflags" ; then
17248
17249         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
17250 fi
17251
17252 ### If we're building with rpath, try to link non-standard libs that way too.
17253 if test "$DFT_LWR_MODEL" = "shared"; then
17254
17255 echo "$as_me:17255: checking for updated LDFLAGS" >&5
17256 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6
17257 if test -n "$LDFLAGS" ; then
17258 echo "$as_me:17258: result: maybe" >&5
17259 echo "${ECHO_T}maybe" >&6
17260 test -n "$verbose" && echo "    ...checking LDFLAGS $LDFLAGS" 1>&6
17261
17262 echo "${as_me-configure}:17262: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
17263
17264 test -n "$verbose" && echo "    ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
17265
17266 echo "${as_me-configure}:17266: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
17267
17268 case "$EXTRA_LDFLAGS" in #(vi
17269 -Wl,-rpath,*) #(vi
17270         cf_rpath_hack="-Wl,-rpath,"
17271         ;;
17272 -R\ *)
17273         cf_rpath_hack="-R "
17274         ;;
17275 -R*)
17276         cf_rpath_hack="-R"
17277         ;;
17278 *)
17279         cf_rpath_hack=
17280         ;;
17281 esac
17282 if test -n "$cf_rpath_hack" ; then
17283         cf_rpath_dst=
17284         for cf_rpath_src in $LDFLAGS
17285         do
17286                 test -n "$verbose" && echo "    Filtering $cf_rpath_src" 1>&6
17287
17288 echo "${as_me-configure}:17288: testing Filtering $cf_rpath_src ..." 1>&5
17289
17290                 case $cf_rpath_src in #(vi
17291                 -L*) #(vi
17292                         if test "$cf_rpath_hack" = "-R " ; then
17293                                 cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e 's%-L%-R %'`
17294                         else
17295                                 cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e s%-L%$cf_rpath_hack%`
17296                         fi
17297                         test -n "$verbose" && echo "    ...Filter $cf_rpath_tmp" 1>&6
17298
17299 echo "${as_me-configure}:17299: testing ...Filter $cf_rpath_tmp ..." 1>&5
17300
17301                         EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
17302                         ;;
17303                 esac
17304                 cf_rpath_dst="$cf_rpath_dst $cf_rpath_src"
17305         done
17306         LDFLAGS=$cf_rpath_dst
17307         test -n "$verbose" && echo "    ...checked LDFLAGS $LDFLAGS" 1>&6
17308
17309 echo "${as_me-configure}:17309: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
17310
17311         test -n "$verbose" && echo "    ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
17312
17313 echo "${as_me-configure}:17313: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
17314
17315 fi
17316 else
17317 echo "$as_me:17317: result: no" >&5
17318 echo "${ECHO_T}no" >&6
17319 fi
17320
17321 fi
17322
17323 ### Define substitutions for header files to avoid name-pollution
17324
17325 if test "$cf_cv_have_tcgetattr" = yes ; then
17326         HAVE_TCGETATTR=1
17327 else
17328         HAVE_TCGETATTR=0
17329 fi
17330
17331 if test "$ac_cv_header_termio_h" = yes ; then
17332         HAVE_TERMIO_H=1
17333 else
17334         HAVE_TERMIO_H=0
17335 fi
17336
17337 if test "$ac_cv_header_termios_h" = yes ; then
17338         HAVE_TERMIOS_H=1
17339 else
17340         HAVE_TERMIOS_H=0
17341 fi
17342
17343 ################################################################################
17344 test "$use_database" = yes && \
17345 SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
17346
17347 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in"
17348
17349 if test x"$enable_pc_files" = xyes ; then \
17350 SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in"
17351 MAKE_PC_FILES=
17352 else
17353 MAKE_PC_FILES="#"
17354 fi
17355
17356 ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.in include/ncurses_dll.h include/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile"
17357 ac_config_commands="$ac_config_commands default"
17358 cat >confcache <<\_ACEOF
17359 # This file is a shell script that caches the results of configure
17360 # tests run on this system so they can be shared between configure
17361 # scripts and configure runs, see configure's option --config-cache.
17362 # It is not useful on other systems.  If it contains results you don't
17363 # want to keep, you may remove or edit it.
17364 #
17365 # config.status only pays attention to the cache file if you give it
17366 # the --recheck option to rerun configure.
17367 #
17368 # `ac_cv_env_foo' variables (set or unset) will be overriden when
17369 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17370 # following values.
17371
17372 _ACEOF
17373
17374 # The following way of writing the cache mishandles newlines in values,
17375 # but we know of no workaround that is simple, portable, and efficient.
17376 # So, don't put newlines in cache variables' values.
17377 # Ultrix sh set writes to stderr and can't be redirected directly,
17378 # and sets the high bit in the cache file unless we assign to the vars.
17379 {
17380   (set) 2>&1 |
17381     case `(ac_space=' '; set | grep ac_space) 2>&1` in
17382     *ac_space=\ *)
17383       # `set' does not quote correctly, so add quotes (double-quote
17384       # substitution turns \\\\ into \\, and sed turns \\ into \).
17385       sed -n \
17386         "s/'/'\\\\''/g;
17387           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17388       ;;
17389     *)
17390       # `set' quotes correctly as required by POSIX, so do not add quotes.
17391       sed -n \
17392         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17393       ;;
17394     esac;
17395 } |
17396   sed '
17397      t clear
17398      : clear
17399      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17400      t end
17401      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17402      : end' >>confcache
17403 if cmp -s $cache_file confcache; then :; else
17404   if test -w $cache_file; then
17405     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17406     cat confcache >$cache_file
17407   else
17408     echo "not updating unwritable cache $cache_file"
17409   fi
17410 fi
17411 rm -f confcache
17412
17413 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17414 # Let make expand exec_prefix.
17415 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17416
17417 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17418 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17419 # trailing colons and then remove the whole line if VPATH becomes empty
17420 # (actually we leave an empty line to preserve line numbers).
17421 if test "x$srcdir" = x.; then
17422   ac_vpsub='/^[         ]*VPATH[        ]*=/{
17423 s/:*\$(srcdir):*/:/;
17424 s/:*\${srcdir}:*/:/;
17425 s/:*@srcdir@:*/:/;
17426 s/^\([^=]*=[    ]*\):*/\1/;
17427 s/:*$//;
17428 s/^[^=]*=[      ]*$//;
17429 }'
17430 fi
17431
17432 DEFS=-DHAVE_CONFIG_H
17433
17434 : ${CONFIG_STATUS=./config.status}
17435 ac_clean_files_save=$ac_clean_files
17436 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17437 { echo "$as_me:17437: creating $CONFIG_STATUS" >&5
17438 echo "$as_me: creating $CONFIG_STATUS" >&6;}
17439 cat >$CONFIG_STATUS <<_ACEOF
17440 #! $SHELL
17441 # Generated automatically by configure.
17442 # Run this file to recreate the current configuration.
17443 # Compiler output produced by configure, useful for debugging
17444 # configure, is in config.log if it exists.
17445
17446 debug=false
17447 SHELL=\${CONFIG_SHELL-$SHELL}
17448 ac_cs_invocation="\$0 \$@"
17449
17450 _ACEOF
17451
17452 cat >>$CONFIG_STATUS <<\_ACEOF
17453 # Be Bourne compatible
17454 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17455   emulate sh
17456   NULLCMD=:
17457 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17458   set -o posix
17459 fi
17460
17461 # Name of the executable.
17462 as_me=`echo "$0" |sed 's,.*[\\/],,'`
17463
17464 if expr a : '\(a\)' >/dev/null 2>&1; then
17465   as_expr=expr
17466 else
17467   as_expr=false
17468 fi
17469
17470 rm -f conf$$ conf$$.exe conf$$.file
17471 echo >conf$$.file
17472 if ln -s conf$$.file conf$$ 2>/dev/null; then
17473   # We could just check for DJGPP; but this test a) works b) is more generic
17474   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17475   if test -f conf$$.exe; then
17476     # Don't use ln at all; we don't have any links
17477     as_ln_s='cp -p'
17478   else
17479     as_ln_s='ln -s'
17480   fi
17481 elif ln conf$$.file conf$$ 2>/dev/null; then
17482   as_ln_s=ln
17483 else
17484   as_ln_s='cp -p'
17485 fi
17486 rm -f conf$$ conf$$.exe conf$$.file
17487
17488 as_executable_p="test -f"
17489
17490 # Support unset when possible.
17491 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
17492   as_unset=unset
17493 else
17494   as_unset=false
17495 fi
17496
17497 # NLS nuisances.
17498 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
17499 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
17500 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
17501 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
17502 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
17503 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
17504 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
17505 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
17506
17507 # IFS
17508 # We need space, tab and new line, in precisely that order.
17509 as_nl='
17510 '
17511 IFS="   $as_nl"
17512
17513 # CDPATH.
17514 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
17515
17516 exec 6>&1
17517
17518 _ACEOF
17519
17520 # Files that config.status was made for.
17521 if test -n "$ac_config_files"; then
17522   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17523 fi
17524
17525 if test -n "$ac_config_headers"; then
17526   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17527 fi
17528
17529 if test -n "$ac_config_links"; then
17530   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17531 fi
17532
17533 if test -n "$ac_config_commands"; then
17534   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17535 fi
17536
17537 cat >>$CONFIG_STATUS <<\EOF
17538
17539 ac_cs_usage="\
17540 \`$as_me' instantiates files from templates according to the
17541 current configuration.
17542
17543 Usage: $0 [OPTIONS] [FILE]...
17544
17545   -h, --help       print this help, then exit
17546   -V, --version    print version number, then exit
17547   -d, --debug      don't remove temporary files
17548       --recheck    update $as_me by reconfiguring in the same conditions
17549   --file=FILE[:TEMPLATE]
17550                    instantiate the configuration file FILE
17551   --header=FILE[:TEMPLATE]
17552                    instantiate the configuration header FILE
17553
17554 Configuration files:
17555 $config_files
17556
17557 Configuration headers:
17558 $config_headers
17559
17560 Configuration commands:
17561 $config_commands
17562
17563 Report bugs to <bug-autoconf@gnu.org>."
17564 EOF
17565
17566 cat >>$CONFIG_STATUS <<EOF
17567 ac_cs_version="\\
17568 config.status
17569 configured by $0, generated by GNU Autoconf 2.52.20081225,
17570   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17571
17572 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
17573 Free Software Foundation, Inc.
17574 This config.status script is free software; the Free Software Foundation
17575 gives unlimited permission to copy, distribute and modify it."
17576 srcdir=$srcdir
17577 INSTALL="$INSTALL"
17578 EOF
17579
17580 cat >>$CONFIG_STATUS <<\EOF
17581 # If no file are specified by the user, then we need to provide default
17582 # value.  By we need to know if files were specified by the user.
17583 ac_need_defaults=:
17584 while test $# != 0
17585 do
17586   case $1 in
17587   --*=*)
17588     ac_option=`expr "x$1" : 'x\([^=]*\)='`
17589     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
17590     shift
17591     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
17592     shift
17593     ;;
17594   -*);;
17595   *) # This is not an option, so the user has probably given explicit
17596      # arguments.
17597      ac_need_defaults=false;;
17598   esac
17599
17600   case $1 in
17601   # Handling of the options.
17602 EOF
17603 cat >>$CONFIG_STATUS <<EOF
17604   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17605     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
17606     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
17607 EOF
17608 cat >>$CONFIG_STATUS <<\EOF
17609   --version | --vers* | -V )
17610     echo "$ac_cs_version"; exit 0 ;;
17611   --he | --h)
17612     # Conflict between --help and --header
17613     { { echo "$as_me:17613: error: ambiguous option: $1
17614 Try \`$0 --help' for more information." >&5
17615 echo "$as_me: error: ambiguous option: $1
17616 Try \`$0 --help' for more information." >&2;}
17617    { (exit 1); exit 1; }; };;
17618   --help | --hel | -h )
17619     echo "$ac_cs_usage"; exit 0 ;;
17620   --debug | --d* | -d )
17621     debug=: ;;
17622   --file | --fil | --fi | --f )
17623     shift
17624     CONFIG_FILES="$CONFIG_FILES $1"
17625     ac_need_defaults=false;;
17626   --header | --heade | --head | --hea )
17627     shift
17628     CONFIG_HEADERS="$CONFIG_HEADERS $1"
17629     ac_need_defaults=false;;
17630
17631   # This is an error.
17632   -*) { { echo "$as_me:17632: error: unrecognized option: $1
17633 Try \`$0 --help' for more information." >&5
17634 echo "$as_me: error: unrecognized option: $1
17635 Try \`$0 --help' for more information." >&2;}
17636    { (exit 1); exit 1; }; } ;;
17637
17638   *) ac_config_targets="$ac_config_targets $1" ;;
17639
17640   esac
17641   shift
17642 done
17643
17644 exec 5>>config.log
17645 cat >&5 << _ACEOF
17646
17647 ## ----------------------- ##
17648 ## Running config.status.  ##
17649 ## ----------------------- ##
17650
17651 This file was extended by $as_me 2.52.20081225, executed with
17652   CONFIG_FILES    = $CONFIG_FILES
17653   CONFIG_HEADERS  = $CONFIG_HEADERS
17654   CONFIG_LINKS    = $CONFIG_LINKS
17655   CONFIG_COMMANDS = $CONFIG_COMMANDS
17656   > $ac_cs_invocation
17657 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17658
17659 _ACEOF
17660 EOF
17661
17662 cat >>$CONFIG_STATUS <<EOF
17663 #
17664 # INIT-COMMANDS section.
17665 #
17666
17667 ### Special initialization commands, used to pass information from the
17668 ### configuration-run into config.status
17669
17670 AWK="$AWK"
17671 DFT_ARG_SUFFIX="$DFT_ARG_SUFFIX"
17672 DFT_LWR_MODEL="$DFT_LWR_MODEL"
17673 ECHO_LINK="$ECHO_LINK"
17674 LDCONFIG="$LDCONFIG"
17675 LIB_NAME="$LIB_NAME"
17676 LIB_SUBSETS="$LIB_SUBSETS"
17677 LIB_SUFFIX="$LIB_SUFFIX"
17678 LIB_TRACING="$LIB_TRACING"
17679 MAKE_TERMINFO="$MAKE_TERMINFO"
17680 NCURSES_MAJOR="$NCURSES_MAJOR"
17681 NCURSES_MINOR="$NCURSES_MINOR"
17682 NCURSES_OSPEED="$NCURSES_OSPEED"
17683 NCURSES_PATCH="$NCURSES_PATCH"
17684 SRC_SUBDIRS="$SRC_SUBDIRS"
17685 TERMINFO="$TERMINFO"
17686 TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX"
17687 TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX"
17688 TICS_NAME="$TICS_NAME"
17689 TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX"
17690 TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX"
17691 TINFO_NAME="$TINFO_NAME"
17692 TINFO_SUFFIX="$TINFO_SUFFIX"
17693 WITH_CURSES_H="$with_curses_h"
17694 WITH_ECHO="$with_echo"
17695 WITH_OVERWRITE="$with_overwrite"
17696 cf_LIST_MODELS="$cf_list_models"
17697 cf_cv_abi_version="$cf_cv_abi_version"
17698 cf_cv_do_relink="$cf_cv_do_relink"
17699 cf_cv_do_symlinks="$cf_cv_do_symlinks"
17700 cf_cv_enable_lp64="$cf_cv_enable_lp64"
17701 cf_cv_enable_opaque="$cf_cv_enable_opaque"
17702 cf_cv_prog_CC_c_o=$cf_cv_prog_CC_c_o
17703 cf_cv_prog_CXX_c_o=$cf_cv_prog_CXX_c_o
17704 cf_cv_rel_version="$cf_cv_rel_version"
17705 cf_cv_rm_so_locs="$cf_cv_rm_so_locs"
17706 cf_cv_shared_soname='$cf_cv_shared_soname'
17707 cf_cv_shlib_version="$cf_cv_shlib_version"
17708 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix"
17709 cf_cv_system_name="$cf_cv_system_name"
17710 cf_with_cxx_binding="$cf_with_cxx_binding"
17711 cf_with_manpages="$cf_with_manpages"
17712 host="$host"
17713 target="$target"
17714
17715 EOF
17716
17717 cat >>$CONFIG_STATUS <<\EOF
17718 for ac_config_target in $ac_config_targets
17719 do
17720   case "$ac_config_target" in
17721   # Handling of arguments.
17722   "include/MKterm.h.awk" ) CONFIG_FILES="$CONFIG_FILES include/MKterm.h.awk" ;;
17723   "include/curses.head" ) CONFIG_FILES="$CONFIG_FILES include/curses.head:include/curses.h.in" ;;
17724   "include/ncurses_dll.h" ) CONFIG_FILES="$CONFIG_FILES include/ncurses_dll.h" ;;
17725   "include/termcap.h" ) CONFIG_FILES="$CONFIG_FILES include/termcap.h" ;;
17726   "include/unctrl.h" ) CONFIG_FILES="$CONFIG_FILES include/unctrl.h" ;;
17727   "$SUB_MAKEFILES" ) CONFIG_FILES="$CONFIG_FILES $SUB_MAKEFILES" ;;
17728   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17729   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17730   "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;;
17731   *) { { echo "$as_me:17731: error: invalid argument: $ac_config_target" >&5
17732 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17733    { (exit 1); exit 1; }; };;
17734   esac
17735 done
17736
17737 # If the user did not use the arguments to specify the items to instantiate,
17738 # then the envvar interface is used.  Set only those that are not.
17739 # We use the long form for the default assignment because of an extremely
17740 # bizarre bug on SunOS 4.1.3.
17741 if $ac_need_defaults; then
17742   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17743   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17744   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17745 fi
17746
17747 # Create a temporary directory, and hook for its removal unless debugging.
17748 $debug ||
17749 {
17750   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
17751   trap '{ (exit 1); exit 1; }' 1 2 13 15
17752 }
17753
17754 # Create a (secure) tmp directory for tmp files.
17755 : ${TMPDIR=/tmp}
17756 {
17757   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
17758   test -n "$tmp" && test -d "$tmp"
17759 }  ||
17760 {
17761   tmp=$TMPDIR/cs$$-$RANDOM
17762   (umask 077 && mkdir $tmp)
17763 } ||
17764 {
17765    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
17766    { (exit 1); exit 1; }
17767 }
17768
17769 EOF
17770
17771 cat >>$CONFIG_STATUS <<EOF
17772
17773 #
17774 # CONFIG_FILES section.
17775 #
17776
17777 # No need to generate the scripts if there are no CONFIG_FILES.
17778 # This happens for instance when ./config.status config.h
17779 if test -n "\$CONFIG_FILES"; then
17780   # Protect against being on the right side of a sed subst in config.status.
17781   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
17782    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
17783 s,@SHELL@,$SHELL,;t t
17784 s,@exec_prefix@,$exec_prefix,;t t
17785 s,@prefix@,$prefix,;t t
17786 s,@program_transform_name@,$program_transform_name,;t t
17787 s,@bindir@,$bindir,;t t
17788 s,@sbindir@,$sbindir,;t t
17789 s,@libexecdir@,$libexecdir,;t t
17790 s,@datadir@,$datadir,;t t
17791 s,@sysconfdir@,$sysconfdir,;t t
17792 s,@sharedstatedir@,$sharedstatedir,;t t
17793 s,@localstatedir@,$localstatedir,;t t
17794 s,@libdir@,$libdir,;t t
17795 s,@includedir@,$includedir,;t t
17796 s,@oldincludedir@,$oldincludedir,;t t
17797 s,@infodir@,$infodir,;t t
17798 s,@mandir@,$mandir,;t t
17799 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17800 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17801 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17802 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17803 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17804 s,@build_alias@,$build_alias,;t t
17805 s,@host_alias@,$host_alias,;t t
17806 s,@target_alias@,$target_alias,;t t
17807 s,@ECHO_C@,$ECHO_C,;t t
17808 s,@ECHO_N@,$ECHO_N,;t t
17809 s,@ECHO_T@,$ECHO_T,;t t
17810 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17811 s,@DEFS@,$DEFS,;t t
17812 s,@LIBS@,$LIBS,;t t
17813 s,@top_builddir@,$top_builddir,;t t
17814 s,@EGREP@,$EGREP,;t t
17815 s,@NCURSES_MAJOR@,$NCURSES_MAJOR,;t t
17816 s,@NCURSES_MINOR@,$NCURSES_MINOR,;t t
17817 s,@NCURSES_PATCH@,$NCURSES_PATCH,;t t
17818 s,@cf_cv_rel_version@,$cf_cv_rel_version,;t t
17819 s,@cf_cv_abi_version@,$cf_cv_abi_version,;t t
17820 s,@cf_cv_builtin_bool@,$cf_cv_builtin_bool,;t t
17821 s,@cf_cv_header_stdbool_h@,$cf_cv_header_stdbool_h,;t t
17822 s,@cf_cv_type_of_bool@,$cf_cv_type_of_bool,;t t
17823 s,@build@,$build,;t t
17824 s,@build_cpu@,$build_cpu,;t t
17825 s,@build_vendor@,$build_vendor,;t t
17826 s,@build_os@,$build_os,;t t
17827 s,@host@,$host,;t t
17828 s,@host_cpu@,$host_cpu,;t t
17829 s,@host_vendor@,$host_vendor,;t t
17830 s,@host_os@,$host_os,;t t
17831 s,@target@,$target,;t t
17832 s,@target_cpu@,$target_cpu,;t t
17833 s,@target_vendor@,$target_vendor,;t t
17834 s,@target_os@,$target_os,;t t
17835 s,@CC@,$CC,;t t
17836 s,@CFLAGS@,$CFLAGS,;t t
17837 s,@LDFLAGS@,$LDFLAGS,;t t
17838 s,@CPPFLAGS@,$CPPFLAGS,;t t
17839 s,@ac_ct_CC@,$ac_ct_CC,;t t
17840 s,@EXEEXT@,$EXEEXT,;t t
17841 s,@OBJEXT@,$OBJEXT,;t t
17842 s,@CPP@,$CPP,;t t
17843 s,@EXTRA_CPPFLAGS@,$EXTRA_CPPFLAGS,;t t
17844 s,@PROG_EXT@,$PROG_EXT,;t t
17845 s,@LDCONFIG@,$LDCONFIG,;t t
17846 s,@CXX@,$CXX,;t t
17847 s,@CXXFLAGS@,$CXXFLAGS,;t t
17848 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17849 s,@AWK@,$AWK,;t t
17850 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17851 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17852 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17853 s,@LINT@,$LINT,;t t
17854 s,@LINT_OPTS@,$LINT_OPTS,;t t
17855 s,@LN_S@,$LN_S,;t t
17856 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
17857 s,@PKG_CONFIG_LIBDIR@,$PKG_CONFIG_LIBDIR,;t t
17858 s,@SET_MAKE@,$SET_MAKE,;t t
17859 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t
17860 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t
17861 s,@cf_cv_makeflags@,$cf_cv_makeflags,;t t
17862 s,@RANLIB@,$RANLIB,;t t
17863 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17864 s,@LD@,$LD,;t t
17865 s,@ac_ct_LD@,$ac_ct_LD,;t t
17866 s,@AR@,$AR,;t t
17867 s,@ac_ct_AR@,$ac_ct_AR,;t t
17868 s,@ARFLAGS@,$ARFLAGS,;t t
17869 s,@DESTDIR@,$DESTDIR,;t t
17870 s,@BUILD_CC@,$BUILD_CC,;t t
17871 s,@BUILD_CPP@,$BUILD_CPP,;t t
17872 s,@BUILD_CFLAGS@,$BUILD_CFLAGS,;t t
17873 s,@BUILD_CPPFLAGS@,$BUILD_CPPFLAGS,;t t
17874 s,@BUILD_LDFLAGS@,$BUILD_LDFLAGS,;t t
17875 s,@BUILD_LIBS@,$BUILD_LIBS,;t t
17876 s,@BUILD_EXEEXT@,$BUILD_EXEEXT,;t t
17877 s,@BUILD_OBJEXT@,$BUILD_OBJEXT,;t t
17878 s,@cf_list_models@,$cf_list_models,;t t
17879 s,@LIBTOOL@,$LIBTOOL,;t t
17880 s,@LT_UNDEF@,$LT_UNDEF,;t t
17881 s,@LIBTOOL_CXX@,$LIBTOOL_CXX,;t t
17882 s,@LIBTOOL_OPTS@,$LIBTOOL_OPTS,;t t
17883 s,@LIB_CREATE@,$LIB_CREATE,;t t
17884 s,@LIB_OBJECT@,$LIB_OBJECT,;t t
17885 s,@LIB_SUFFIX@,$LIB_SUFFIX,;t t
17886 s,@LIB_PREP@,$LIB_PREP,;t t
17887 s,@LIB_CLEAN@,$LIB_CLEAN,;t t
17888 s,@LIB_COMPILE@,$LIB_COMPILE,;t t
17889 s,@LIB_LINK@,$LIB_LINK,;t t
17890 s,@LIB_INSTALL@,$LIB_INSTALL,;t t
17891 s,@LIB_UNINSTALL@,$LIB_UNINSTALL,;t t
17892 s,@DFT_LWR_MODEL@,$DFT_LWR_MODEL,;t t
17893 s,@DFT_UPR_MODEL@,$DFT_UPR_MODEL,;t t
17894 s,@TICS_NAME@,$TICS_NAME,;t t
17895 s,@TINFO_NAME@,$TINFO_NAME,;t t
17896 s,@LIB_NAME@,$LIB_NAME,;t t
17897 s,@LIB_PREFIX@,$LIB_PREFIX,;t t
17898 s,@CC_G_OPT@,$CC_G_OPT,;t t
17899 s,@CXX_G_OPT@,$CXX_G_OPT,;t t
17900 s,@LD_MODEL@,$LD_MODEL,;t t
17901 s,@CC_SHARED_OPTS@,$CC_SHARED_OPTS,;t t
17902 s,@LD_RPATH_OPT@,$LD_RPATH_OPT,;t t
17903 s,@LD_SHARED_OPTS@,$LD_SHARED_OPTS,;t t
17904 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t
17905 s,@LINK_PROGS@,$LINK_PROGS,;t t
17906 s,@LINK_TESTS@,$LINK_TESTS,;t t
17907 s,@EXTRA_LDFLAGS@,$EXTRA_LDFLAGS,;t t
17908 s,@LOCAL_LDFLAGS@,$LOCAL_LDFLAGS,;t t
17909 s,@LOCAL_LDFLAGS2@,$LOCAL_LDFLAGS2,;t t
17910 s,@INSTALL_LIB@,$INSTALL_LIB,;t t
17911 s,@TERMINFO_SRC@,$TERMINFO_SRC,;t t
17912 s,@FALLBACK_LIST@,$FALLBACK_LIST,;t t
17913 s,@WHICH_XTERM@,$WHICH_XTERM,;t t
17914 s,@TERMINFO_DIRS@,$TERMINFO_DIRS,;t t
17915 s,@TERMINFO@,$TERMINFO,;t t
17916 s,@MAKE_TERMINFO@,$MAKE_TERMINFO,;t t
17917 s,@USE_BIG_STRINGS@,$USE_BIG_STRINGS,;t t
17918 s,@TERMPATH@,$TERMPATH,;t t
17919 s,@BROKEN_LINKER@,$BROKEN_LINKER,;t t
17920 s,@NCURSES_CH_T@,$NCURSES_CH_T,;t t
17921 s,@NCURSES_LIBUTF8@,$NCURSES_LIBUTF8,;t t
17922 s,@NEED_WCHAR_H@,$NEED_WCHAR_H,;t t
17923 s,@NCURSES_MBSTATE_T@,$NCURSES_MBSTATE_T,;t t
17924 s,@NCURSES_WCHAR_T@,$NCURSES_WCHAR_T,;t t
17925 s,@NCURSES_WINT_T@,$NCURSES_WINT_T,;t t
17926 s,@NCURSES_OK_WCHAR_T@,$NCURSES_OK_WCHAR_T,;t t
17927 s,@NCURSES_OK_WINT_T@,$NCURSES_OK_WINT_T,;t t
17928 s,@cf_cv_enable_lp64@,$cf_cv_enable_lp64,;t t
17929 s,@NCURSES_TPARM_VARARGS@,$NCURSES_TPARM_VARARGS,;t t
17930 s,@NCURSES_BOOL@,$NCURSES_BOOL,;t t
17931 s,@TERMINFO_CAPS@,$TERMINFO_CAPS,;t t
17932 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t
17933 s,@NCURSES_CCHARW_MAX@,$NCURSES_CCHARW_MAX,;t t
17934 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t
17935 s,@NCURSES_EXT_FUNCS@,$NCURSES_EXT_FUNCS,;t t
17936 s,@GENERATED_EXT_FUNCS@,$GENERATED_EXT_FUNCS,;t t
17937 s,@NCURSES_SP_FUNCS@,$NCURSES_SP_FUNCS,;t t
17938 s,@GENERATED_SP_FUNCS@,$GENERATED_SP_FUNCS,;t t
17939 s,@NCURSES_CONST@,$NCURSES_CONST,;t t
17940 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t
17941 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t
17942 s,@NCURSES_SBOOL@,$NCURSES_SBOOL,;t t
17943 s,@NCURSES_XNAMES@,$NCURSES_XNAMES,;t t
17944 s,@NCURSES_INTEROP_FUNCS@,$NCURSES_INTEROP_FUNCS,;t t
17945 s,@PTHREAD@,$PTHREAD,;t t
17946 s,@cf_cv_enable_reentrant@,$cf_cv_enable_reentrant,;t t
17947 s,@cf_cv_enable_opaque@,$cf_cv_enable_opaque,;t t
17948 s,@NCURSES_OPAQUE@,$NCURSES_OPAQUE,;t t
17949 s,@NCURSES_SIZE_T@,$NCURSES_SIZE_T,;t t
17950 s,@NCURSES_WRAP_PREFIX@,$NCURSES_WRAP_PREFIX,;t t
17951 s,@ECHO_LINK@,$ECHO_LINK,;t t
17952 s,@EXTRA_CFLAGS@,$EXTRA_CFLAGS,;t t
17953 s,@EXTRA_CXXFLAGS@,$EXTRA_CXXFLAGS,;t t
17954 s,@ADA_TRACE@,$ADA_TRACE,;t t
17955 s,@MATH_LIB@,$MATH_LIB,;t t
17956 s,@NCURSES_INLINE@,$NCURSES_INLINE,;t t
17957 s,@cf_cv_typeof_chtype@,$cf_cv_typeof_chtype,;t t
17958 s,@cf_cv_1UL@,$cf_cv_1UL,;t t
17959 s,@cf_cv_typeof_mmask_t@,$cf_cv_typeof_mmask_t,;t t
17960 s,@HAVE_VSSCANF@,$HAVE_VSSCANF,;t t
17961 s,@TEST_LIBS@,$TEST_LIBS,;t t
17962 s,@CXXCPP@,$CXXCPP,;t t
17963 s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t
17964 s,@CXX_AR@,$CXX_AR,;t t
17965 s,@CXX_ARFLAGS@,$CXX_ARFLAGS,;t t
17966 s,@CXXLIBS@,$CXXLIBS,;t t
17967 s,@USE_CXX_BOOL@,$USE_CXX_BOOL,;t t
17968 s,@gnat_exists@,$gnat_exists,;t t
17969 s,@M4_exists@,$M4_exists,;t t
17970 s,@cf_ada_make@,$cf_ada_make,;t t
17971 s,@cf_ada_compiler@,$cf_ada_compiler,;t t
17972 s,@cf_ada_package@,$cf_ada_package,;t t
17973 s,@ADAFLAGS@,$ADAFLAGS,;t t
17974 s,@cf_compile_generics@,$cf_compile_generics,;t t
17975 s,@cf_generic_objects@,$cf_generic_objects,;t t
17976 s,@PRAGMA_UNREF@,$PRAGMA_UNREF,;t t
17977 s,@ADA_INCLUDE@,$ADA_INCLUDE,;t t
17978 s,@ADA_OBJECTS@,$ADA_OBJECTS,;t t
17979 s,@ACPPFLAGS@,$ACPPFLAGS,;t t
17980 s,@DFT_ARG_SUFFIX@,$DFT_ARG_SUFFIX,;t t
17981 s,@DFT_DEP_SUFFIX@,$DFT_DEP_SUFFIX,;t t
17982 s,@DFT_OBJ_SUBDIR@,$DFT_OBJ_SUBDIR,;t t
17983 s,@CXX_LIB_SUFFIX@,$CXX_LIB_SUFFIX,;t t
17984 s,@TICS_ARG_SUFFIX@,$TICS_ARG_SUFFIX,;t t
17985 s,@TICS_DEP_SUFFIX@,$TICS_DEP_SUFFIX,;t t
17986 s,@TICS_LIB_SUFFIX@,$TICS_LIB_SUFFIX,;t t
17987 s,@TICS_ARGS@,$TICS_ARGS,;t t
17988 s,@TINFO_ARG_SUFFIX@,$TINFO_ARG_SUFFIX,;t t
17989 s,@TINFO_DEP_SUFFIX@,$TINFO_DEP_SUFFIX,;t t
17990 s,@TINFO_LIB_SUFFIX@,$TINFO_LIB_SUFFIX,;t t
17991 s,@TINFO_ARGS@,$TINFO_ARGS,;t t
17992 s,@TINFO_ARGS2@,$TINFO_ARGS2,;t t
17993 s,@LDFLAGS_STATIC@,$LDFLAGS_STATIC,;t t
17994 s,@LDFLAGS_SHARED@,$LDFLAGS_SHARED,;t t
17995 s,@WITH_OVERWRITE@,$WITH_OVERWRITE,;t t
17996 s,@TICS_LIST@,$TICS_LIST,;t t
17997 s,@TINFO_LIST@,$TINFO_LIST,;t t
17998 s,@SHLIB_LIST@,$SHLIB_LIST,;t t
17999 s,@NCURSES_TREE@,$NCURSES_TREE,;t t
18000 s,@TEST_ARGS@,$TEST_ARGS,;t t
18001 s,@TEST_DEPS@,$TEST_DEPS,;t t
18002 s,@TEST_ARG2@,$TEST_ARG2,;t t
18003 s,@TEST_DEP2@,$TEST_DEP2,;t t
18004 s,@ADA_SUBDIRS@,$ADA_SUBDIRS,;t t
18005 s,@DIRS_TO_MAKE@,$DIRS_TO_MAKE,;t t
18006 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t
18007 s,@HAVE_TERMIO_H@,$HAVE_TERMIO_H,;t t
18008 s,@HAVE_TERMIOS_H@,$HAVE_TERMIOS_H,;t t
18009 s,@MAKE_PC_FILES@,$MAKE_PC_FILES,;t t
18010 s,@cross_compiling@,$cross_compiling,;t t
18011 CEOF
18012
18013 EOF
18014
18015   cat >>$CONFIG_STATUS <<\EOF
18016   # Split the substitutions into bite-sized pieces for seds with
18017   # small command number limits, like on Digital OSF/1 and HP-UX.
18018   ac_max_sed_lines=48
18019   ac_sed_frag=1 # Number of current file.
18020   ac_beg=1 # First line for current file.
18021   ac_end=$ac_max_sed_lines # Line after last line for current file.
18022   ac_more_lines=:
18023   ac_sed_cmds=
18024   while $ac_more_lines; do
18025     if test $ac_beg -gt 1; then
18026       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
18027     else
18028       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
18029     fi
18030     if test ! -s $tmp/subs.frag; then
18031       ac_more_lines=false
18032     else
18033       # The purpose of the label and of the branching condition is to
18034       # speed up the sed processing (if there are no `@' at all, there
18035       # is no need to browse any of the substitutions).
18036       # These are the two extra sed commands mentioned above.
18037       (echo ':t
18038   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
18039       if test -z "$ac_sed_cmds"; then
18040         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
18041       else
18042         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
18043       fi
18044       ac_sed_frag=`expr $ac_sed_frag + 1`
18045       ac_beg=$ac_end
18046       ac_end=`expr $ac_end + $ac_max_sed_lines`
18047     fi
18048   done
18049   if test -z "$ac_sed_cmds"; then
18050     ac_sed_cmds=cat
18051   fi
18052 fi # test -n "$CONFIG_FILES"
18053
18054 EOF
18055 cat >>$CONFIG_STATUS <<\EOF
18056 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
18057   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18058   case $ac_file in
18059   - | *:- | *:-:* ) # input from stdin
18060         cat >$tmp/stdin
18061         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18062         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18063   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18064         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18065   * )   ac_file_in=$ac_file.in ;;
18066   esac
18067
18068   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
18069   ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18070          X"$ac_file" : 'X\(//\)[^/]' \| \
18071          X"$ac_file" : 'X\(//\)$' \| \
18072          X"$ac_file" : 'X\(/\)' \| \
18073          .     : '\(.\)' 2>/dev/null ||
18074 echo X"$ac_file" |
18075     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18076           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18077           /^X\(\/\/\)$/{ s//\1/; q; }
18078           /^X\(\/\).*/{ s//\1/; q; }
18079           s/.*/./; q'`
18080   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18081     { case "$ac_dir" in
18082   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
18083   *)                      as_incr_dir=.;;
18084 esac
18085 as_dummy="$ac_dir"
18086 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
18087   case $as_mkdir_dir in
18088     # Skip DOS drivespec
18089     ?:) as_incr_dir=$as_mkdir_dir ;;
18090     *)
18091       as_incr_dir=$as_incr_dir/$as_mkdir_dir
18092       test -d "$as_incr_dir" || mkdir "$as_incr_dir"
18093     ;;
18094   esac
18095 done; }
18096
18097     ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
18098     # A "../" for each directory in $ac_dir_suffix.
18099     ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
18100   else
18101     ac_dir_suffix= ac_dots=
18102   fi
18103
18104   case $srcdir in
18105   .)  ac_srcdir=.
18106       if test -z "$ac_dots"; then
18107          ac_top_srcdir=.
18108       else
18109          ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
18110       fi ;;
18111   [\\/]* | ?:[\\/]* )
18112       ac_srcdir=$srcdir$ac_dir_suffix;
18113       ac_top_srcdir=$srcdir ;;
18114   *) # Relative path.
18115     ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
18116     ac_top_srcdir=$ac_dots$srcdir ;;
18117   esac
18118
18119   case $INSTALL in
18120   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18121   *) ac_INSTALL=$ac_dots$INSTALL ;;
18122   esac
18123
18124   if test x"$ac_file" != x-; then
18125     { echo "$as_me:18125: creating $ac_file" >&5
18126 echo "$as_me: creating $ac_file" >&6;}
18127     rm -f "$ac_file"
18128   fi
18129   # Let's still pretend it is `configure' which instantiates (i.e., don't
18130   # use $as_me), people would be surprised to read:
18131   #    /* config.h.  Generated automatically by config.status.  */
18132   configure_input="Generated automatically from `echo $ac_file_in |
18133                                                  sed 's,.*/,,'` by configure."
18134
18135   # First look for the input files in the build tree, otherwise in the
18136   # src tree.
18137   ac_file_inputs=`IFS=:
18138     for f in $ac_file_in; do
18139       case $f in
18140       -) echo $tmp/stdin ;;
18141       [\\/$]*)
18142          # Absolute (can't be DOS-style, as IFS=:)
18143          test -f "$f" || { { echo "$as_me:18143: error: cannot find input file: $f" >&5
18144 echo "$as_me: error: cannot find input file: $f" >&2;}
18145    { (exit 1); exit 1; }; }
18146          echo $f;;
18147       *) # Relative
18148          if test -f "$f"; then
18149            # Build tree
18150            echo $f
18151          elif test -f "$srcdir/$f"; then
18152            # Source tree
18153            echo $srcdir/$f
18154          else
18155            # /dev/null tree
18156            { { echo "$as_me:18156: error: cannot find input file: $f" >&5
18157 echo "$as_me: error: cannot find input file: $f" >&2;}
18158    { (exit 1); exit 1; }; }
18159          fi;;
18160       esac
18161     done` || { (exit 1); exit 1; }
18162 EOF
18163 cat >>$CONFIG_STATUS <<EOF
18164   sed "$ac_vpsub
18165 $extrasub
18166 EOF
18167 cat >>$CONFIG_STATUS <<\EOF
18168 :t
18169 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18170 s,@configure_input@,$configure_input,;t t
18171 s,@srcdir@,$ac_srcdir,;t t
18172 s,@top_srcdir@,$ac_top_srcdir,;t t
18173 s,@INSTALL@,$ac_INSTALL,;t t
18174 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
18175   rm -f $tmp/stdin
18176   if test x"$ac_file" != x-; then
18177     mv $tmp/out $ac_file
18178   else
18179     cat $tmp/out
18180     rm -f $tmp/out
18181   fi
18182
18183 done
18184 EOF
18185 cat >>$CONFIG_STATUS <<\EOF
18186
18187 #
18188 # CONFIG_HEADER section.
18189 #
18190
18191 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18192 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18193 #
18194 # ac_d sets the value in "#define NAME VALUE" lines.
18195 ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
18196 ac_dB='[        ].*$,\1#\2'
18197 ac_dC=' '
18198 ac_dD=',;t'
18199 # ac_i turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18200 ac_iA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
18201 ac_iB='\([      ]\),\1#\2define\3'
18202 ac_iC=' '
18203 ac_iD='\4,;t'
18204 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18205 ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
18206 ac_uB='$,\1#\2define\3'
18207 ac_uC=' '
18208 ac_uD=',;t'
18209
18210 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
18211   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18212   case $ac_file in
18213   - | *:- | *:-:* ) # input from stdin
18214         cat >$tmp/stdin
18215         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18216         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18217   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18218         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18219   * )   ac_file_in=$ac_file.in ;;
18220   esac
18221
18222   test x"$ac_file" != x- && { echo "$as_me:18222: creating $ac_file" >&5
18223 echo "$as_me: creating $ac_file" >&6;}
18224
18225   # First look for the input files in the build tree, otherwise in the
18226   # src tree.
18227   ac_file_inputs=`IFS=:
18228     for f in $ac_file_in; do
18229       case $f in
18230       -) echo $tmp/stdin ;;
18231       [\\/$]*)
18232          # Absolute (can't be DOS-style, as IFS=:)
18233          test -f "$f" || { { echo "$as_me:18233: error: cannot find input file: $f" >&5
18234 echo "$as_me: error: cannot find input file: $f" >&2;}
18235    { (exit 1); exit 1; }; }
18236          echo $f;;
18237       *) # Relative
18238          if test -f "$f"; then
18239            # Build tree
18240            echo $f
18241          elif test -f "$srcdir/$f"; then
18242            # Source tree
18243            echo $srcdir/$f
18244          else
18245            # /dev/null tree
18246            { { echo "$as_me:18246: error: cannot find input file: $f" >&5
18247 echo "$as_me: error: cannot find input file: $f" >&2;}
18248    { (exit 1); exit 1; }; }
18249          fi;;
18250       esac
18251     done` || { (exit 1); exit 1; }
18252   # Remove the trailing spaces.
18253   sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
18254
18255 EOF
18256
18257 # Transform confdefs.h into a list of #define's.  We won't use it as a sed
18258 # script, but as data to insert where we see @DEFS@.  We expect AC_SAVE_DEFS to
18259 # be either 'cat' or 'sort'.
18260 cat confdefs.h | uniq >conftest.vals
18261
18262 # Break up conftest.vals because some shells have a limit on
18263 # the size of here documents, and old seds have small limits too.
18264
18265 rm -f conftest.tail
18266 echo '  rm -f conftest.frag' >> $CONFIG_STATUS
18267 while grep . conftest.vals >/dev/null
18268 do
18269   # Write chunks of a limited-size here document to conftest.frag.
18270   echo '  cat >> conftest.frag <<CEOF' >> $CONFIG_STATUS
18271   sed ${ac_max_here_lines}q conftest.vals | sed -e 's/#ifdef.*/#if 0/' >> $CONFIG_STATUS
18272   echo 'CEOF' >> $CONFIG_STATUS
18273   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18274   rm -f conftest.vals
18275   mv conftest.tail conftest.vals
18276 done
18277 rm -f conftest.vals
18278
18279 # Run sed to substitute the contents of conftest.frag into $tmp/in at the
18280 # marker @DEFS@.
18281 echo '  cat >> conftest.edit <<CEOF
18282 /@DEFS@/r conftest.frag
18283 /@DEFS@/d
18284 CEOF
18285 sed -f conftest.edit $tmp/in > $tmp/out
18286 rm -f $tmp/in
18287 mv $tmp/out $tmp/in
18288 rm -f conftest.edit conftest.frag
18289 ' >> $CONFIG_STATUS
18290
18291 cat >>$CONFIG_STATUS <<\EOF
18292   # Let's still pretend it is `configure' which instantiates (i.e., don't
18293   # use $as_me), people would be surprised to read:
18294   #    /* config.h.  Generated automatically by config.status.  */
18295   if test x"$ac_file" = x-; then
18296     echo "/* Generated automatically by configure.  */" >$tmp/config.h
18297   else
18298     echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h
18299   fi
18300   cat $tmp/in >>$tmp/config.h
18301   rm -f $tmp/in
18302   if test x"$ac_file" != x-; then
18303     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
18304       { echo "$as_me:18304: $ac_file is unchanged" >&5
18305 echo "$as_me: $ac_file is unchanged" >&6;}
18306     else
18307       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18308          X"$ac_file" : 'X\(//\)[^/]' \| \
18309          X"$ac_file" : 'X\(//\)$' \| \
18310          X"$ac_file" : 'X\(/\)' \| \
18311          .     : '\(.\)' 2>/dev/null ||
18312 echo X"$ac_file" |
18313     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18314           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18315           /^X\(\/\/\)$/{ s//\1/; q; }
18316           /^X\(\/\).*/{ s//\1/; q; }
18317           s/.*/./; q'`
18318       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18319         { case "$ac_dir" in
18320   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
18321   *)                      as_incr_dir=.;;
18322 esac
18323 as_dummy="$ac_dir"
18324 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
18325   case $as_mkdir_dir in
18326     # Skip DOS drivespec
18327     ?:) as_incr_dir=$as_mkdir_dir ;;
18328     *)
18329       as_incr_dir=$as_incr_dir/$as_mkdir_dir
18330       test -d "$as_incr_dir" || mkdir "$as_incr_dir"
18331     ;;
18332   esac
18333 done; }
18334
18335       fi
18336       rm -f $ac_file
18337       mv $tmp/config.h $ac_file
18338     fi
18339   else
18340     cat $tmp/config.h
18341     rm -f $tmp/config.h
18342   fi
18343 done
18344 EOF
18345 cat >>$CONFIG_STATUS <<\EOF
18346
18347 #
18348 # CONFIG_COMMANDS section.
18349 #
18350 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
18351   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
18352   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
18353
18354   case $ac_dest in
18355     default )
18356
18357 for cf_dir in test
18358 do
18359         if test ! -d $srcdir/$cf_dir; then
18360                 continue
18361         elif test -f $srcdir/$cf_dir/programs; then
18362                 $AWK -f $srcdir/test/mk-test.awk ECHO_LINK="$ECHO_LINK" $srcdir/$cf_dir/programs >>$cf_dir/Makefile
18363         fi
18364 done
18365
18366         case $cf_cv_system_name in #(vi
18367         OS/2*|os2*) #(vi
18368         LIB_PREFIX=''
18369         ;;
18370         *)      LIB_PREFIX='lib'
18371         ;;
18372         esac
18373 cf_prefix=$LIB_PREFIX
18374
18375 if test $cf_cv_shlib_version = cygdll ; then
18376         TINFO_NAME=$TINFO_ARG_SUFFIX
18377         TINFO_SUFFIX=.dll
18378 fi
18379
18380 for cf_dir in $SRC_SUBDIRS
18381 do
18382         if test ! -d $srcdir/$cf_dir ; then
18383                 continue
18384         elif test -f $srcdir/$cf_dir/modules; then
18385
18386                 SHARED_LIB=
18387                 LIBS_TO_MAKE=
18388                 for cf_item in $cf_LIST_MODELS
18389                 do
18390
18391         case $cf_item in #(vi
18392         libtool) #(vi
18393                 cf_suffix='.la'
18394                 cf_depsuf=$cf_suffix
18395                 ;;
18396         normal) #(vi
18397                 cf_suffix='.a'
18398                 cf_depsuf=$cf_suffix
18399                 ;;
18400         debug) #(vi
18401                 cf_suffix='_g.a'
18402                 cf_depsuf=$cf_suffix
18403                 ;;
18404         profile) #(vi
18405                 cf_suffix='_p.a'
18406                 cf_depsuf=$cf_suffix
18407                 ;;
18408         shared) #(vi
18409                 case $cf_cv_system_name in
18410                 aix[56]*) #(vi
18411                         cf_suffix='.a'
18412                         cf_depsuf=$cf_suffix
18413                         ;;
18414                 cygwin*) #(vi
18415                         cf_suffix='.dll'
18416                         cf_depsuf='.dll.a'
18417                         ;;
18418                 darwin*) #(vi
18419                         cf_suffix='.dylib'
18420                         cf_depsuf=$cf_suffix
18421                         ;;
18422                 hpux*) #(vi
18423                         case $target in
18424                         ia64*) #(vi
18425                                 cf_suffix='.so'
18426                                 cf_depsuf=$cf_suffix
18427                                 ;;
18428                         *) #(vi
18429                                 cf_suffix='.sl'
18430                                 cf_depsuf=$cf_suffix
18431                                 ;;
18432                         esac
18433                         ;;
18434                 *)      cf_suffix='.so'
18435                         cf_depsuf=$cf_suffix
18436                         ;;
18437                 esac
18438         esac
18439         test -n "$LIB_SUFFIX" && cf_suffix="${LIB_SUFFIX}${cf_suffix}"
18440         test -n "$LIB_SUFFIX" && cf_depsuf="${LIB_SUFFIX}${cf_depsuf}"
18441
18442                         if test $cf_item = shared ; then
18443                         if test "$cf_cv_do_symlinks" = yes ; then
18444                                 case "$cf_cv_shlib_version" in #(vi
18445                                 rel) #(vi
18446                                         case "$cf_cv_system_name" in #(vi
18447                                         darwin*)
18448                                         case .${LIB_SUFFIX} in
18449                                         .w*)
18450                                                 cf_suffix=`echo $cf_suffix | sed 's/^w//'`
18451                                                 cf_suffix=w'.${REL_VERSION}'"$cf_suffix"
18452                                                 ;;
18453                                         *)
18454                                                 cf_suffix='.${REL_VERSION}'"$cf_suffix"
18455                                                 ;;
18456                                         esac
18457                                         ;; #(vi
18458                                         *) cf_suffix="$cf_suffix"'.${REL_VERSION}' ;;
18459                                         esac
18460                                         ;;
18461                                 abi)
18462                                         case "$cf_cv_system_name" in #(vi
18463                                         darwin*)
18464                                         case .${LIB_SUFFIX} in
18465                                         .w*)
18466                                                 cf_suffix=`echo $cf_suffix | sed 's/^w//'`
18467                                                 cf_suffix=w'.${ABI_VERSION}'"$cf_suffix"
18468                                                 ;;
18469                                         *)
18470                                                 cf_suffix='.${ABI_VERSION}'"$cf_suffix"
18471                                                 ;;
18472                                         esac
18473                                         ;; #(vi
18474                                         *) cf_suffix="$cf_suffix"'.${ABI_VERSION}' ;;
18475                                         esac
18476                                         ;;
18477                                 esac
18478                         fi
18479                         # cygwin needs import library, and has unique naming convention
18480                         # use autodetected ${cf_prefix} for import lib and static lib, but
18481                         # use 'cyg' prefix for shared lib.
18482                         if test $cf_cv_shlib_version = cygdll ; then
18483                                 cf_cygsuf=`echo "$cf_suffix" | sed -e 's/\.dll/\${ABI_VERSION}.dll/'`
18484                                 LIBS_TO_MAKE="$LIBS_TO_MAKE ../lib/cyg${cf_dir}${cf_cygsuf}"
18485                                 continue
18486                         fi
18487                         fi
18488                         LIBS_TO_MAKE="$LIBS_TO_MAKE ../lib/${cf_prefix}${cf_dir}${cf_suffix}"
18489                 done
18490
18491                 if test $cf_dir = ncurses ; then
18492                         cf_subsets="$LIB_SUBSETS"
18493                         cf_r_parts="$cf_subsets"
18494                         cf_liblist="$LIBS_TO_MAKE"
18495
18496                         while test -n "$cf_r_parts"
18497                         do
18498                                 cf_l_parts=`echo "$cf_r_parts" |sed -e 's/ .*$//'`
18499                                 cf_r_parts=`echo "$cf_r_parts" |sed -e 's/^[^ ]* //'`
18500                                 if test "$cf_l_parts" != "$cf_r_parts" ; then
18501                                         cf_item=
18502                                         case $cf_l_parts in #(vi
18503                                         *termlib*) #(vi
18504                                                 cf_item=`echo $cf_liblist |sed -e s%${LIB_NAME}${LIB_SUFFIX}%${TINFO_LIB_SUFFIX}%g`
18505                                                 ;;
18506                                         *ticlib*)
18507                                                 cf_item=`echo $cf_liblist |sed -e s%${LIB_NAME}${LIB_SUFFIX}%${TICS_LIB_SUFFIX}%g`
18508                                                 ;;
18509                                         *)
18510                                                 break
18511                                                 ;;
18512                                         esac
18513                                         if test -n "$cf_item"; then
18514                                                 LIBS_TO_MAKE="$cf_item $LIBS_TO_MAKE"
18515                                         fi
18516                                 else
18517                                         break
18518                                 fi
18519                         done
18520                 else
18521                         cf_subsets=`echo "$LIB_SUBSETS" | sed -e 's/^termlib.* //'`
18522                 fi
18523
18524                 sed -e "s%@LIBS_TO_MAKE@%$LIBS_TO_MAKE%" \
18525                     -e "s%@SHARED_LIB@%$SHARED_LIB%" \
18526                         $cf_dir/Makefile >$cf_dir/Makefile.out
18527                 mv $cf_dir/Makefile.out $cf_dir/Makefile
18528
18529                 $AWK -f $srcdir/mk-0th.awk \
18530                         libname="${cf_dir}${LIB_SUFFIX}" subsets="$LIB_SUBSETS" \
18531                         $srcdir/$cf_dir/modules >>$cf_dir/Makefile
18532
18533                 for cf_subset in $cf_subsets
18534                 do
18535                         cf_subdirs=
18536                         for cf_item in $cf_LIST_MODELS
18537                         do
18538                         echo "Appending rules for ${cf_item} model (${cf_dir}: ${cf_subset})"
18539
18540 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
18541
18542         case $cf_item in #(vi
18543         libtool) #(vi
18544                 cf_suffix='.la'
18545                 cf_depsuf=$cf_suffix
18546                 ;;
18547         normal) #(vi
18548                 cf_suffix='.a'
18549                 cf_depsuf=$cf_suffix
18550                 ;;
18551         debug) #(vi
18552                 cf_suffix='_g.a'
18553                 cf_depsuf=$cf_suffix
18554                 ;;
18555         profile) #(vi
18556                 cf_suffix='_p.a'
18557                 cf_depsuf=$cf_suffix
18558                 ;;
18559         shared) #(vi
18560                 case $cf_cv_system_name in
18561                 aix[56]*) #(vi
18562                         cf_suffix='.a'
18563                         cf_depsuf=$cf_suffix
18564                         ;;
18565                 cygwin*) #(vi
18566                         cf_suffix='.dll'
18567                         cf_depsuf='.dll.a'
18568                         ;;
18569                 darwin*) #(vi
18570                         cf_suffix='.dylib'
18571                         cf_depsuf=$cf_suffix
18572                         ;;
18573                 hpux*) #(vi
18574                         case $target in
18575                         ia64*) #(vi
18576                                 cf_suffix='.so'
18577                                 cf_depsuf=$cf_suffix
18578                                 ;;
18579                         *) #(vi
18580                                 cf_suffix='.sl'
18581                                 cf_depsuf=$cf_suffix
18582                                 ;;
18583                         esac
18584                         ;;
18585                 *)      cf_suffix='.so'
18586                         cf_depsuf=$cf_suffix
18587                         ;;
18588                 esac
18589         esac
18590         test -n "$LIB_SUFFIX" && cf_suffix="${LIB_SUFFIX}${cf_suffix}"
18591         test -n "$LIB_SUFFIX" && cf_depsuf="${LIB_SUFFIX}${cf_depsuf}"
18592
18593         case $cf_item in
18594         libtool) cf_subdir='obj_lo'  ;;
18595         normal)  cf_subdir='objects' ;;
18596         debug)   cf_subdir='obj_g' ;;
18597         profile) cf_subdir='obj_p' ;;
18598         shared)
18599                 case $cf_cv_system_name in #(vi
18600                 cygwin) #(vi
18601                         cf_subdir='objects' ;;
18602                 *)
18603                         cf_subdir='obj_s' ;;
18604                 esac
18605         esac
18606
18607                         # Test for case where we build libtinfo with a different name.
18608                         cf_libname=$cf_dir
18609                         if test $cf_dir = ncurses ; then
18610                                 case $cf_subset in
18611                                 *base*)
18612                                         cf_libname=${cf_libname}$LIB_SUFFIX
18613                                         ;;
18614                                 *termlib*)
18615                                         cf_libname=$TINFO_LIB_SUFFIX
18616                                         ;;
18617                                 ticlib*)
18618                                         cf_libname=$TICS_LIB_SUFFIX
18619                                         ;;
18620                                 esac
18621                         else
18622                                 cf_libname=${cf_libname}$LIB_SUFFIX
18623                         fi
18624                         if test -n "${DFT_ARG_SUFFIX}" ; then
18625                                 # undo $LIB_SUFFIX add-on in CF_LIB_SUFFIX
18626                                 cf_suffix=`echo $cf_suffix |sed -e "s%^${LIB_SUFFIX}%%"`
18627                         fi
18628
18629                         # These dependencies really are for development, not
18630                         # builds, but they are useful in porting, too.
18631                         cf_depend="../include/ncurses_cfg.h"
18632                         if test "$srcdir" = "."; then
18633                                 cf_reldir="."
18634                         else
18635                                 cf_reldir="\${srcdir}"
18636                         fi
18637
18638                         if test -f $srcdir/$cf_dir/$cf_dir.priv.h; then
18639                                 cf_depend="$cf_depend $cf_reldir/$cf_dir.priv.h"
18640                         elif test -f $srcdir/$cf_dir/curses.priv.h; then
18641                                 cf_depend="$cf_depend $cf_reldir/curses.priv.h"
18642                         fi
18643
18644                         cf_dir_suffix=
18645                         old_cf_suffix="$cf_suffix"
18646                         if test "$cf_cv_shlib_version_infix" = yes ; then
18647                         if test -n "$LIB_SUFFIX" ; then
18648                                 case $LIB_SUFFIX in
18649                                 w*)
18650                                         cf_libname=`echo $cf_libname | sed 's/w$//'`
18651                                         cf_suffix=`echo $cf_suffix | sed 's/^w//'`
18652                                         cf_dir_suffix=w
18653                                         ;;
18654                                 esac
18655                         fi
18656                         fi
18657
18658                         $AWK -f $srcdir/mk-1st.awk \
18659                                 name=${cf_libname}${cf_dir_suffix} \
18660                                 traces=$LIB_TRACING \
18661                                 MODEL=$cf_ITEM \
18662                                 model=$cf_subdir \
18663                                 prefix=$cf_prefix \
18664                                 suffix=$cf_suffix \
18665                                 subset=$cf_subset \
18666                                 TermlibRoot=$TINFO_NAME \
18667                                 TermlibSuffix=$TINFO_SUFFIX \
18668                                 ShlibVer=$cf_cv_shlib_version \
18669                                 ShlibVerInfix=$cf_cv_shlib_version_infix \
18670                                 ReLink=${cf_cv_do_relink-no} \
18671                                 DoLinks=$cf_cv_do_symlinks \
18672                                 rmSoLocs=$cf_cv_rm_so_locs \
18673                                 ldconfig="$LDCONFIG" \
18674                                 overwrite=$WITH_OVERWRITE \
18675                                 depend="$cf_depend" \
18676                                 host="$host" \
18677                                 $srcdir/$cf_dir/modules >>$cf_dir/Makefile
18678
18679                         cf_suffix="$old_cf_suffix"
18680
18681                         for cf_subdir2 in $cf_subdirs lib
18682                         do
18683                                 test $cf_subdir = $cf_subdir2 && break
18684                         done
18685                         test "${cf_subset}.${cf_subdir2}" != "${cf_subset}.${cf_subdir}" && \
18686                         $AWK -f $srcdir/mk-2nd.awk \
18687                                 name=$cf_dir \
18688                                 traces=$LIB_TRACING \
18689                                 MODEL=$cf_ITEM \
18690                                 model=$cf_subdir \
18691                                 subset=$cf_subset \
18692                                 srcdir=$srcdir \
18693                                 echo=$WITH_ECHO \
18694                                 crenames=$cf_cv_prog_CC_c_o \
18695                                 cxxrenames=$cf_cv_prog_CXX_c_o \
18696                                 $srcdir/$cf_dir/modules >>$cf_dir/Makefile
18697                         cf_subdirs="$cf_subdirs $cf_subdir"
18698                         done
18699                 done
18700         fi
18701
18702         echo '  cd '$cf_dir' && ${MAKE} ${CF_MFLAGS} $@' >>Makefile
18703 done
18704
18705 for cf_dir in $SRC_SUBDIRS
18706 do
18707         if test ! -d $srcdir/$cf_dir ; then
18708                 continue
18709         fi
18710
18711         if test -f $cf_dir/Makefile ; then
18712                 case "$cf_dir" in
18713                 Ada95) #(vi
18714                         echo 'libs \' >> Makefile
18715                         echo 'install.libs \' >> Makefile
18716                         echo 'uninstall.libs ::' >> Makefile
18717                         echo '  cd '$cf_dir' && ${MAKE} ${CF_MFLAGS} $@' >> Makefile
18718                         ;;
18719                 esac
18720         fi
18721
18722         if test -f $srcdir/$cf_dir/modules; then
18723                 echo >> Makefile
18724                 if test -f $srcdir/$cf_dir/headers; then
18725 cat >> Makefile <<CF_EOF
18726 install.includes \\
18727 uninstall.includes \\
18728 CF_EOF
18729                 fi
18730 if test "$cf_dir" != "c++" ; then
18731 echo 'lint \' >> Makefile
18732 fi
18733 cat >> Makefile <<CF_EOF
18734 libs \\
18735 lintlib \\
18736 install.libs \\
18737 uninstall.libs \\
18738 install.$cf_dir \\
18739 uninstall.$cf_dir ::
18740         cd $cf_dir && \${MAKE} \${CF_MFLAGS} \$@
18741 CF_EOF
18742         elif test -f $srcdir/$cf_dir/headers; then
18743 cat >> Makefile <<CF_EOF
18744
18745 libs \\
18746 install.libs \\
18747 uninstall.libs \\
18748 install.includes \\
18749 uninstall.includes ::
18750         cd $cf_dir && \${MAKE} \${CF_MFLAGS} \$@
18751 CF_EOF
18752 fi
18753 done
18754
18755 cat >> Makefile <<CF_EOF
18756
18757 install.libs uninstall.libs \\
18758 install.data uninstall.data ::
18759 $MAKE_TERMINFO  cd misc && \${MAKE} \${CF_MFLAGS} \$@
18760 CF_EOF
18761
18762 if test "x$cf_with_manpages" = xyes; then
18763 cat >> Makefile <<CF_EOF
18764
18765 install.man \\
18766 uninstall.man ::
18767         cd man && \${MAKE} \${CF_MFLAGS} \$@
18768 CF_EOF
18769 fi
18770
18771 cat >> Makefile <<CF_EOF
18772
18773 distclean ::
18774         rm -f config.cache config.log config.status Makefile include/ncurses_cfg.h
18775         rm -f headers.sh headers.sed mk_shared_lib.sh
18776         rm -f edit_man.* man_alias.*
18777         rm -rf \${DIRS_TO_MAKE}
18778 CF_EOF
18779
18780 # Special case: tack's manpage lives in its own directory.
18781 if test "x$cf_with_manpages" = xyes; then
18782 if test -d tack ; then
18783 if test -f $srcdir/$tack.h; then
18784 cat >> Makefile <<CF_EOF
18785
18786 install.man \\
18787 uninstall.man ::
18788         cd tack && \${MAKE} \${CF_MFLAGS} \$@
18789 CF_EOF
18790 fi
18791 fi
18792 fi
18793
18794 rm -f headers.sed headers.sh
18795
18796 echo creating headers.sh
18797 cat >headers.sh <<CF_EOF
18798 #! /bin/sh
18799 # This shell script is generated by the 'configure' script.  It is invoked in a
18800 # subdirectory of the build tree.  It generates a sed-script in the parent
18801 # directory that is used to adjust includes for header files that reside in a
18802 # subdirectory of /usr/include, etc.
18803 PRG=""
18804 while test \$# != 3
18805 do
18806 PRG="\$PRG \$1"; shift
18807 done
18808 DST=\$1
18809 REF=\$2
18810 SRC=\$3
18811 TMPSRC=\${TMPDIR-/tmp}/\`basename \$SRC\`\$\$
18812 TMPSED=\${TMPDIR-/tmp}/headers.sed\$\$
18813 echo installing \$SRC in \$DST
18814 CF_EOF
18815
18816 if test $WITH_CURSES_H = yes; then
18817         cat >>headers.sh <<CF_EOF
18818 case \$DST in
18819 /*/include/*)
18820         END=\`basename \$DST\`
18821         for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
18822         do
18823                 NAME=\`basename \$i\`
18824                 echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
18825         done
18826         ;;
18827 *)
18828         echo "" >> \$TMPSED
18829         ;;
18830 esac
18831 CF_EOF
18832
18833 else
18834         cat >>headers.sh <<CF_EOF
18835 case \$DST in
18836 /*/include/*)
18837         END=\`basename \$DST\`
18838         for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
18839         do
18840                 NAME=\`basename \$i\`
18841                 if test "\$NAME" = "curses.h"
18842                 then
18843                         echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
18844                         NAME=ncurses.h
18845                 fi
18846                 echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
18847         done
18848         ;;
18849 *)
18850         echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
18851         ;;
18852 esac
18853 CF_EOF
18854 fi
18855 cat >>headers.sh <<CF_EOF
18856 rm -f \$TMPSRC
18857 sed -f \$TMPSED \$SRC > \$TMPSRC
18858 NAME=\`basename \$SRC\`
18859 CF_EOF
18860 if test $WITH_CURSES_H != yes; then
18861         cat >>headers.sh <<CF_EOF
18862 test "\$NAME" = "curses.h" && NAME=ncurses.h
18863 CF_EOF
18864 fi
18865 cat >>headers.sh <<CF_EOF
18866 # Just in case someone gzip'd manpages, remove the conflicting copy.
18867 test -f \$DST/\$NAME.gz && rm -f \$DST/\$NAME.gz
18868
18869 eval \$PRG \$TMPSRC \$DST/\$NAME
18870 rm -f \$TMPSRC \$TMPSED
18871 CF_EOF
18872
18873 chmod 0755 headers.sh
18874
18875 for cf_dir in $SRC_SUBDIRS
18876 do
18877         if test ! -d $srcdir/$cf_dir ; then
18878                 continue
18879         fi
18880
18881         if test -f $srcdir/$cf_dir/headers; then
18882                 $AWK -f $srcdir/mk-hdr.awk \
18883                         subset="$LIB_SUBSETS" \
18884                         compat="$WITH_CURSES_H" \
18885                         $srcdir/$cf_dir/headers >>$cf_dir/Makefile
18886         fi
18887
18888         if test -f $srcdir/$cf_dir/modules; then
18889                 if test "$cf_dir" != "c++" ; then
18890                         cat >>$cf_dir/Makefile <<"CF_EOF"
18891 depend : ${AUTO_SRC}
18892         makedepend -- ${CPPFLAGS} -- ${C_SRC}
18893
18894 # DO NOT DELETE THIS LINE -- make depend depends on it.
18895 CF_EOF
18896                 fi
18897         fi
18898 done
18899
18900  ;;
18901   esac
18902 done
18903 EOF
18904
18905 cat >>$CONFIG_STATUS <<\EOF
18906
18907 { (exit 0); exit 0; }
18908 EOF
18909 chmod +x $CONFIG_STATUS
18910 ac_clean_files=$ac_clean_files_save
18911
18912 # configure is writing to config.log, and then calls config.status.
18913 # config.status does its own redirection, appending to config.log.
18914 # Unfortunately, on DOS this fails, as config.log is still kept open
18915 # by configure, so config.status won't be able to write to it; its
18916 # output is simply discarded.  So we exec the FD to /dev/null,
18917 # effectively closing config.log, so it can be properly (re)opened and
18918 # appended to by config.status.  When coming back to configure, we
18919 # need to make the FD available again.
18920 if test "$no_create" != yes; then
18921   ac_cs_success=:
18922   exec 5>/dev/null
18923   $SHELL $CONFIG_STATUS || ac_cs_success=false
18924   exec 5>>config.log
18925   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18926   # would make configure fail if this is the last instruction.
18927   $ac_cs_success || { (exit 1); exit 1; }
18928 fi
18929 ${MAKE-make} preinstall