]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/configure
ncurses 5.9 - patch 20111030
[ncurses.git] / Ada95 / configure
1 #! /bin/sh
2 # From configure.in Revision: 1.36 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by Autoconf 2.52.20101002.
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="gen/gen.c"
109
110 # Initialize some variables set by options.
111 ac_init_help=
112 ac_init_version=false
113 # The variables have the same names as the options, with
114 # dashes changed to underlines.
115 cache_file=/dev/null
116 exec_prefix=NONE
117 no_create=
118 no_recursion=
119 prefix=NONE
120 program_prefix=NONE
121 program_suffix=NONE
122 program_transform_name=s,x,x,
123 silent=
124 site=
125 srcdir=
126 verbose=
127 x_includes=NONE
128 x_libraries=NONE
129
130 # Installation directory options.
131 # These are left unexpanded so users can "make install exec_prefix=/foo"
132 # and all the variables that are supposed to be based on exec_prefix
133 # by default will actually change.
134 # Use braces instead of parens because sh, perl, etc. also accept them.
135 bindir='${exec_prefix}/bin'
136 sbindir='${exec_prefix}/sbin'
137 libexecdir='${exec_prefix}/libexec'
138 datadir='${prefix}/share'
139 sysconfdir='${prefix}/etc'
140 sharedstatedir='${prefix}/com'
141 localstatedir='${prefix}/var'
142 libdir='${exec_prefix}/lib'
143 includedir='${prefix}/include'
144 oldincludedir='/usr/include'
145 infodir='${prefix}/info'
146 mandir='${prefix}/man'
147
148 # Identity of this package.
149 PACKAGE_NAME=
150 PACKAGE_TARNAME=
151 PACKAGE_VERSION=
152 PACKAGE_STRING=
153 PACKAGE_BUGREPORT=
154
155 ac_prev=
156 for ac_option
157 do
158   # If the previous option needs an argument, assign it.
159   if test -n "$ac_prev"; then
160     eval "$ac_prev=\$ac_option"
161     ac_prev=
162     continue
163   fi
164
165   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
166
167   # Accept the important Cygnus configure options, so we can diagnose typos.
168
169   case $ac_option in
170
171   -bindir | --bindir | --bindi | --bind | --bin | --bi)
172     ac_prev=bindir ;;
173   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
174     bindir=$ac_optarg ;;
175
176   -build | --build | --buil | --bui | --bu)
177     ac_prev=build_alias ;;
178   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
179     build_alias=$ac_optarg ;;
180
181   -cache-file | --cache-file | --cache-fil | --cache-fi \
182   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
183     ac_prev=cache_file ;;
184   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
185   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
186     cache_file=$ac_optarg ;;
187
188   --config-cache | -C)
189     cache_file=config.cache ;;
190
191   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
192     ac_prev=datadir ;;
193   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
194   | --da=*)
195     datadir=$ac_optarg ;;
196
197   -disable-* | --disable-*)
198     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
199     # Reject names that are not valid shell variable names.
200     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
201       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
202    { (exit 1); exit 1; }; }
203     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
204     eval "enable_$ac_feature=no" ;;
205
206   -enable-* | --enable-*)
207     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
208     # Reject names that are not valid shell variable names.
209     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
210       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
211    { (exit 1); exit 1; }; }
212     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
213     case $ac_option in
214       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
215       *) ac_optarg=yes ;;
216     esac
217     eval "enable_$ac_feature='$ac_optarg'" ;;
218
219   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
220   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
221   | --exec | --exe | --ex)
222     ac_prev=exec_prefix ;;
223   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
224   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
225   | --exec=* | --exe=* | --ex=*)
226     exec_prefix=$ac_optarg ;;
227
228   -gas | --gas | --ga | --g)
229     # Obsolete; use --with-gas.
230     with_gas=yes ;;
231
232   -help | --help | --hel | --he | -h)
233     ac_init_help=long ;;
234   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
235     ac_init_help=recursive ;;
236   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
237     ac_init_help=short ;;
238
239   -host | --host | --hos | --ho)
240     ac_prev=host_alias ;;
241   -host=* | --host=* | --hos=* | --ho=*)
242     host_alias=$ac_optarg ;;
243
244   -includedir | --includedir | --includedi | --included | --include \
245   | --includ | --inclu | --incl | --inc)
246     ac_prev=includedir ;;
247   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
248   | --includ=* | --inclu=* | --incl=* | --inc=*)
249     includedir=$ac_optarg ;;
250
251   -infodir | --infodir | --infodi | --infod | --info | --inf)
252     ac_prev=infodir ;;
253   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
254     infodir=$ac_optarg ;;
255
256   -libdir | --libdir | --libdi | --libd)
257     ac_prev=libdir ;;
258   -libdir=* | --libdir=* | --libdi=* | --libd=*)
259     libdir=$ac_optarg ;;
260
261   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
262   | --libexe | --libex | --libe)
263     ac_prev=libexecdir ;;
264   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
265   | --libexe=* | --libex=* | --libe=*)
266     libexecdir=$ac_optarg ;;
267
268   -localstatedir | --localstatedir | --localstatedi | --localstated \
269   | --localstate | --localstat | --localsta | --localst \
270   | --locals | --local | --loca | --loc | --lo)
271     ac_prev=localstatedir ;;
272   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
273   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
274   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
275     localstatedir=$ac_optarg ;;
276
277   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
278     ac_prev=mandir ;;
279   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
280     mandir=$ac_optarg ;;
281
282   -nfp | --nfp | --nf)
283     # Obsolete; use --without-fp.
284     with_fp=no ;;
285
286   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
287   | --no-cr | --no-c)
288     no_create=yes ;;
289
290   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
291   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
292     no_recursion=yes ;;
293
294   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
295   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
296   | --oldin | --oldi | --old | --ol | --o)
297     ac_prev=oldincludedir ;;
298   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
299   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
300   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
301     oldincludedir=$ac_optarg ;;
302
303   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
304     ac_prev=prefix ;;
305   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
306     prefix=$ac_optarg ;;
307
308   -program-prefix | --program-prefix | --program-prefi | --program-pref \
309   | --program-pre | --program-pr | --program-p)
310     ac_prev=program_prefix ;;
311   -program-prefix=* | --program-prefix=* | --program-prefi=* \
312   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
313     program_prefix=$ac_optarg ;;
314
315   -program-suffix | --program-suffix | --program-suffi | --program-suff \
316   | --program-suf | --program-su | --program-s)
317     ac_prev=program_suffix ;;
318   -program-suffix=* | --program-suffix=* | --program-suffi=* \
319   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
320     program_suffix=$ac_optarg ;;
321
322   -program-transform-name | --program-transform-name \
323   | --program-transform-nam | --program-transform-na \
324   | --program-transform-n | --program-transform- \
325   | --program-transform | --program-transfor \
326   | --program-transfo | --program-transf \
327   | --program-trans | --program-tran \
328   | --progr-tra | --program-tr | --program-t)
329     ac_prev=program_transform_name ;;
330   -program-transform-name=* | --program-transform-name=* \
331   | --program-transform-nam=* | --program-transform-na=* \
332   | --program-transform-n=* | --program-transform-=* \
333   | --program-transform=* | --program-transfor=* \
334   | --program-transfo=* | --program-transf=* \
335   | --program-trans=* | --program-tran=* \
336   | --progr-tra=* | --program-tr=* | --program-t=*)
337     program_transform_name=$ac_optarg ;;
338
339   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
340   | -silent | --silent | --silen | --sile | --sil)
341     silent=yes ;;
342
343   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
344     ac_prev=sbindir ;;
345   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
346   | --sbi=* | --sb=*)
347     sbindir=$ac_optarg ;;
348
349   -sharedstatedir | --sharedstatedir | --sharedstatedi \
350   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
351   | --sharedst | --shareds | --shared | --share | --shar \
352   | --sha | --sh)
353     ac_prev=sharedstatedir ;;
354   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
355   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
356   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
357   | --sha=* | --sh=*)
358     sharedstatedir=$ac_optarg ;;
359
360   -site | --site | --sit)
361     ac_prev=site ;;
362   -site=* | --site=* | --sit=*)
363     site=$ac_optarg ;;
364
365   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
366     ac_prev=srcdir ;;
367   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
368     srcdir=$ac_optarg ;;
369
370   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
371   | --syscon | --sysco | --sysc | --sys | --sy)
372     ac_prev=sysconfdir ;;
373   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
374   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
375     sysconfdir=$ac_optarg ;;
376
377   -target | --target | --targe | --targ | --tar | --ta | --t)
378     ac_prev=target_alias ;;
379   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
380     target_alias=$ac_optarg ;;
381
382   -v | -verbose | --verbose | --verbos | --verbo | --verb)
383     verbose=yes ;;
384
385   -version | --version | --versio | --versi | --vers | -V)
386     ac_init_version=: ;;
387
388   -with-* | --with-*)
389     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
390     # Reject names that are not valid shell variable names.
391     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
392       { echo "$as_me: error: invalid package name: $ac_package" >&2
393    { (exit 1); exit 1; }; }
394     ac_package=`echo $ac_package| sed 's/-/_/g'`
395     case $ac_option in
396       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
397       *) ac_optarg=yes ;;
398     esac
399     eval "with_$ac_package='$ac_optarg'" ;;
400
401   -without-* | --without-*)
402     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
403     # Reject names that are not valid shell variable names.
404     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
405       { echo "$as_me: error: invalid package name: $ac_package" >&2
406    { (exit 1); exit 1; }; }
407     ac_package=`echo $ac_package | sed 's/-/_/g'`
408     eval "with_$ac_package=no" ;;
409
410   --x)
411     # Obsolete; use --with-x.
412     with_x=yes ;;
413
414   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
415   | --x-incl | --x-inc | --x-in | --x-i)
416     ac_prev=x_includes ;;
417   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
418   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
419     x_includes=$ac_optarg ;;
420
421   -x-libraries | --x-libraries | --x-librarie | --x-librari \
422   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
423     ac_prev=x_libraries ;;
424   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
425   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
426     x_libraries=$ac_optarg ;;
427
428   -*) { echo "$as_me: error: unrecognized option: $ac_option
429 Try \`$0 --help' for more information." >&2
430    { (exit 1); exit 1; }; }
431     ;;
432
433   *=*)
434     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
435     # Reject names that are not valid shell variable names.
436     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
437       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
438    { (exit 1); exit 1; }; }
439     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
440     eval "$ac_envvar='$ac_optarg'"
441     export $ac_envvar ;;
442
443   *)
444     # FIXME: should be removed in autoconf 3.0.
445     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
446     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
447       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
448     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
449     ;;
450
451   esac
452 done
453
454 if test -n "$ac_prev"; then
455   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
456   { echo "$as_me: error: missing argument to $ac_option" >&2
457    { (exit 1); exit 1; }; }
458 fi
459
460 # Be sure to have absolute paths.
461 for ac_var in exec_prefix prefix
462 do
463   eval ac_val=$`echo $ac_var`
464   case $ac_val in
465     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
466     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
467    { (exit 1); exit 1; }; };;
468   esac
469 done
470
471 # Be sure to have absolute paths.
472 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
473               localstatedir libdir includedir oldincludedir infodir mandir
474 do
475   eval ac_val=$`echo $ac_var`
476   case $ac_val in
477     [\\/$]* | ?:[\\/]* ) ;;
478     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
479    { (exit 1); exit 1; }; };;
480   esac
481 done
482
483 # There might be people who depend on the old broken behavior: `$host'
484 # used to hold the argument of --host etc.
485 build=$build_alias
486 host=$host_alias
487 target=$target_alias
488
489 # FIXME: should be removed in autoconf 3.0.
490 if test "x$host_alias" != x; then
491   if test "x$build_alias" = x; then
492     cross_compiling=maybe
493     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
494     If a cross compiler is detected then cross compile mode will be used." >&2
495   elif test "x$build_alias" != "x$host_alias"; then
496     cross_compiling=yes
497   fi
498 fi
499
500 ac_tool_prefix=
501 test -n "$host_alias" && ac_tool_prefix=$host_alias-
502
503 test "$silent" = yes && exec 6>/dev/null
504
505 # Find the source files, if location was not specified.
506 if test -z "$srcdir"; then
507   ac_srcdir_defaulted=yes
508   # Try the directory containing this script, then its parent.
509   ac_prog=$0
510   ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
511   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
512   srcdir=$ac_confdir
513   if test ! -r $srcdir/$ac_unique_file; then
514     srcdir=..
515   fi
516 else
517   ac_srcdir_defaulted=no
518 fi
519 if test ! -r $srcdir/$ac_unique_file; then
520   if test "$ac_srcdir_defaulted" = yes; then
521     { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
522    { (exit 1); exit 1; }; }
523   else
524     { echo "$as_me: error: cannot find sources in $srcdir" >&2
525    { (exit 1); exit 1; }; }
526   fi
527 fi
528 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
529 ac_env_build_alias_set=${build_alias+set}
530 ac_env_build_alias_value=$build_alias
531 ac_cv_env_build_alias_set=${build_alias+set}
532 ac_cv_env_build_alias_value=$build_alias
533 ac_env_host_alias_set=${host_alias+set}
534 ac_env_host_alias_value=$host_alias
535 ac_cv_env_host_alias_set=${host_alias+set}
536 ac_cv_env_host_alias_value=$host_alias
537 ac_env_target_alias_set=${target_alias+set}
538 ac_env_target_alias_value=$target_alias
539 ac_cv_env_target_alias_set=${target_alias+set}
540 ac_cv_env_target_alias_value=$target_alias
541 ac_env_CC_set=${CC+set}
542 ac_env_CC_value=$CC
543 ac_cv_env_CC_set=${CC+set}
544 ac_cv_env_CC_value=$CC
545 ac_env_CFLAGS_set=${CFLAGS+set}
546 ac_env_CFLAGS_value=$CFLAGS
547 ac_cv_env_CFLAGS_set=${CFLAGS+set}
548 ac_cv_env_CFLAGS_value=$CFLAGS
549 ac_env_LDFLAGS_set=${LDFLAGS+set}
550 ac_env_LDFLAGS_value=$LDFLAGS
551 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
552 ac_cv_env_LDFLAGS_value=$LDFLAGS
553 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
554 ac_env_CPPFLAGS_value=$CPPFLAGS
555 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
556 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
557 ac_env_CPP_set=${CPP+set}
558 ac_env_CPP_value=$CPP
559 ac_cv_env_CPP_set=${CPP+set}
560 ac_cv_env_CPP_value=$CPP
561
562 #
563 # Report the --help message.
564 #
565 if test "$ac_init_help" = "long"; then
566   # Omit some internal or obsolete options to make the list less imposing.
567   # This message is too long to be a string in the A/UX 3.1 sh.
568   cat <<EOF
569 \`configure' configures this package to adapt to many kinds of systems.
570
571 Usage: $0 [OPTION]... [VAR=VALUE]...
572
573 To assign environment variables (e.g., CC, CFLAGS...), specify them as
574 VAR=VALUE.  See below for descriptions of some of the useful variables.
575
576 Defaults for the options are specified in brackets.
577
578 Configuration:
579   -h, --help              display this help and exit
580       --help=short        display options specific to this package
581       --help=recursive    display the short help of all the included packages
582   -V, --version           display version information and exit
583   -q, --quiet, --silent   do not print \`checking...' messages
584       --cache-file=FILE   cache test results in FILE [disabled]
585   -C, --config-cache      alias for \`--cache-file=config.cache'
586   -n, --no-create         do not create output files
587       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
588
589 EOF
590
591   cat <<EOF
592 Installation directories:
593   --prefix=PREFIX         install architecture-independent files in PREFIX
594                           [$ac_default_prefix]
595   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
596                           [PREFIX]
597
598 By default, \`make install' will install all the files in
599 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
600 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
601 for instance \`--prefix=\$HOME'.
602
603 For better control, use the options below.
604
605 Fine tuning of the installation directories:
606   --bindir=DIR            user executables [EPREFIX/bin]
607   --sbindir=DIR           system admin executables [EPREFIX/sbin]
608   --libexecdir=DIR        program executables [EPREFIX/libexec]
609   --datadir=DIR           read-only architecture-independent data [PREFIX/share]
610   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
611   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
612   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
613   --libdir=DIR            object code libraries [EPREFIX/lib]
614   --includedir=DIR        C header files [PREFIX/include]
615   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
616   --infodir=DIR           info documentation [PREFIX/info]
617   --mandir=DIR            man documentation [PREFIX/man]
618 EOF
619
620   cat <<\EOF
621
622 Program names:
623   --program-prefix=PREFIX            prepend PREFIX to installed program names
624   --program-suffix=SUFFIX            append SUFFIX to installed program names
625   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
626
627 System types:
628   --build=BUILD           configure for building on BUILD [guessed]
629   --host=HOST       build programs to run on HOST [BUILD]
630   --target=TARGET   configure for building compilers for TARGET [HOST]
631 EOF
632 fi
633
634 if test -n "$ac_init_help"; then
635
636   cat <<\EOF
637
638 Optional Packages:
639   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
640   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
641
642 Optional Features:
643   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
644   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
645
646   --with-system-type=XXX  test: override derived host system-type
647   --with-pkg-config{=path} enable/disable use of pkg-config
648   --with-pkg-config-libdir=XXX use given directory for installing pc-files
649   --enable-pc-files       generate and install .pc files for pkg-config
650   --without-tests         suppress build with test-programs
651   --enable-mixed-case     tic should assume mixed-case filenames
652   --with-install-prefix   prefixes actual install-location ($DESTDIR)
653 Build-Tools Needed to Compile Temporary Applications for Cross-compiling:
654   --with-build-cc=XXX     the build C compiler ($BUILD_CC)
655   --with-build-cpp=XXX    the build C preprocessor ($BUILD_CPP)
656   --with-build-cflags=XXX the build C compiler-flags ($BUILD_CFLAGS)
657   --with-build-cppflags=XXX the build C preprocessor-flags ($BUILD_CPPFLAGS)
658   --with-build-ldflags=XXX the build linker-flags ($BUILD_LDFLAGS)
659   --with-build-libs=XXX   the build libraries (${BUILD_LIBS})
660 Options to Specify the Libraries Built/Used:
661   --with-shared           generate shared C-objects (needed for --with-ada-sharedlib)
662   --enable-widec          compile with wide-char/UTF-8 code
663   --with-curses-dir=DIR   directory in which (n)curses is installed
664   --with-shlib-version=X  Specify rel or abi version for shared libs
665   --enable-rpath-link     link sample programs with rpath option
666 Fine-Tuning Your Configuration:
667   --enable-broken_linker  compile with broken-linker support code
668   --disable-largefile     omit support for large files
669   --with-rcs-ids          compile-in RCS identifiers
670 Extensions:
671   --disable-ext-funcs     disable function-extensions
672   --enable-const          compile with extra/non-standard const
673 Development Code:
674   --without-develop       disable development options
675 Experimental Code:
676   --with-pthread          use POSIX thread library
677   --enable-weak-symbols   enable weak-symbols for pthreads
678   --enable-reentrant      compile with experimental reentrant code
679   --with-wrap-prefix=XXX  override prefix used for public variables
680 Testing/development Options:
681   --enable-echo           build: display "compiling" commands (default)
682   --enable-warnings       build: turn on GCC compiler warnings
683   --enable-assertions     test: turn on generation of assertion code
684   --enable-expanded       test: generate functions for certain macros
685   --disable-macros        test: use functions rather than macros
686   --with-trace            test: add trace() function to all models of ncurses
687 Ada95 Binding Options:
688   --with-ada-compiler=CMD specify Ada95 compiler command (default gnatmake)
689   --with-ada-include=DIR  Ada includes are in DIR (default: PREFIX/share/ada/adainclude)
690   --with-ada-objects=DIR  Ada objects are in DIR (default: PREFIX/lib/ada/adalib)
691   --with-ada-sharedlib=XX build Ada95 shared-library
692
693 Some influential environment variables:
694   CC          C compiler command
695   CFLAGS      C compiler flags
696   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
697               nonstandard directory <lib dir>
698   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
699               headers in a nonstandard directory <include dir>
700   CPP         C preprocessor
701
702 Use these variables to override the choices made by `configure' or to help
703 it to find libraries and programs with nonstandard names/locations.
704
705 EOF
706 fi
707
708 if test "$ac_init_help" = "recursive"; then
709   # If there are subdirs, report their specific --help.
710   ac_popdir=`pwd`
711   for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
712     cd $ac_subdir
713     # A "../" for each directory in /$ac_subdir.
714     ac_dots=`echo $ac_subdir |
715              sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
716
717     case $srcdir in
718     .) # No --srcdir option.  We are building in place.
719       ac_sub_srcdir=$srcdir ;;
720     [\\/]* | ?:[\\/]* ) # Absolute path.
721       ac_sub_srcdir=$srcdir/$ac_subdir ;;
722     *) # Relative path.
723       ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
724     esac
725
726     # Check for guested configure; otherwise get Cygnus style configure.
727     if test -f $ac_sub_srcdir/configure.gnu; then
728       echo
729       $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
730     elif test -f $ac_sub_srcdir/configure; then
731       echo
732       $SHELL $ac_sub_srcdir/configure  --help=recursive
733     elif test -f $ac_sub_srcdir/configure.ac ||
734            test -f $ac_sub_srcdir/configure.in; then
735       echo
736       $ac_configure --help
737     else
738       echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
739     fi
740     cd $ac_popdir
741   done
742 fi
743
744 test -n "$ac_init_help" && exit 0
745 if $ac_init_version; then
746   cat <<\EOF
747
748 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
749 Free Software Foundation, Inc.
750 This configure script is free software; the Free Software Foundation
751 gives unlimited permission to copy, distribute and modify it.
752 EOF
753   exit 0
754 fi
755 exec 5>config.log
756 cat >&5 <<EOF
757 This file contains any messages produced by compilers while
758 running configure, to aid debugging if configure makes a mistake.
759
760 It was created by $as_me, which was
761 generated by GNU Autoconf 2.52.20101002.  Invocation command line was
762
763   $ $0 $@
764
765 EOF
766 {
767 cat <<_ASUNAME
768 ## ---------- ##
769 ## Platform.  ##
770 ## ---------- ##
771
772 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
773 uname -m = `(uname -m) 2>/dev/null || echo unknown`
774 uname -r = `(uname -r) 2>/dev/null || echo unknown`
775 uname -s = `(uname -s) 2>/dev/null || echo unknown`
776 uname -v = `(uname -v) 2>/dev/null || echo unknown`
777
778 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
779 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
780
781 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
782 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
783 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
784 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
785 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
786 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
787 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
788
789 PATH = $PATH
790
791 _ASUNAME
792 } >&5
793
794 cat >&5 <<EOF
795 ## ------------ ##
796 ## Core tests.  ##
797 ## ------------ ##
798
799 EOF
800
801 # Keep a trace of the command line.
802 # Strip out --no-create and --no-recursion so they do not pile up.
803 # Also quote any args containing shell meta-characters.
804 ac_configure_args=
805 ac_sep=
806 for ac_arg
807 do
808   case $ac_arg in
809   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
810   | --no-cr | --no-c) ;;
811   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
812   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
813   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
814     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
815     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
816     ac_sep=" " ;;
817   *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
818      ac_sep=" " ;;
819   esac
820   # Get rid of the leading space.
821 done
822
823 # When interrupted or exit'd, cleanup temporary files, and complete
824 # config.log.  We remove comments because anyway the quotes in there
825 # would cause problems or look ugly.
826 trap 'exit_status=$?
827   # Save into config.log some information that might help in debugging.
828   echo >&5
829   echo "## ----------------- ##" >&5
830   echo "## Cache variables.  ##" >&5
831   echo "## ----------------- ##" >&5
832   echo >&5
833   # The following way of writing the cache mishandles newlines in values,
834 {
835   (set) 2>&1 |
836     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
837     *ac_space=\ *)
838       sed -n \
839         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
840           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
841       ;;
842     *)
843       sed -n \
844         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
845       ;;
846     esac;
847 } >&5
848   sed "/^$/d" confdefs.h >conftest.log
849   if test -s conftest.log; then
850     echo >&5
851     echo "## ------------ ##" >&5
852     echo "## confdefs.h.  ##" >&5
853     echo "## ------------ ##" >&5
854     echo >&5
855     cat conftest.log >&5
856   fi
857   (echo; echo) >&5
858   test "$ac_signal" != 0 &&
859     echo "$as_me: caught signal $ac_signal" >&5
860   echo "$as_me: exit $exit_status" >&5
861   rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
862     exit $exit_status
863      ' 0
864 for ac_signal in 1 2 13 15; do
865   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
866 done
867 ac_signal=0
868
869 # confdefs.h avoids OS command line length limits that DEFS can exceed.
870 rm -rf conftest* confdefs.h
871 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
872 echo >confdefs.h
873
874 # Let the site file select an alternate cache file if it wants to.
875 # Prefer explicitly selected file to automatically selected ones.
876 if test -z "$CONFIG_SITE"; then
877   if test "x$prefix" != xNONE; then
878     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
879   else
880     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
881   fi
882 fi
883 for ac_site_file in $CONFIG_SITE; do
884   if test -r "$ac_site_file"; then
885     { echo "$as_me:885: loading site script $ac_site_file" >&5
886 echo "$as_me: loading site script $ac_site_file" >&6;}
887     cat "$ac_site_file" >&5
888     . "$ac_site_file"
889   fi
890 done
891
892 if test -r "$cache_file"; then
893   # Some versions of bash will fail to source /dev/null (special
894   # files actually), so we avoid doing that.
895   if test -f "$cache_file"; then
896     { echo "$as_me:896: loading cache $cache_file" >&5
897 echo "$as_me: loading cache $cache_file" >&6;}
898     case $cache_file in
899       [\\/]* | ?:[\\/]* ) . $cache_file;;
900       *)                      . ./$cache_file;;
901     esac
902   fi
903 else
904   { echo "$as_me:904: creating cache $cache_file" >&5
905 echo "$as_me: creating cache $cache_file" >&6;}
906   >$cache_file
907 fi
908
909 # Check that the precious variables saved in the cache have kept the same
910 # value.
911 ac_cache_corrupted=false
912 for ac_var in `(set) 2>&1 |
913                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
914   eval ac_old_set=\$ac_cv_env_${ac_var}_set
915   eval ac_new_set=\$ac_env_${ac_var}_set
916   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
917   eval ac_new_val="\$ac_env_${ac_var}_value"
918   case $ac_old_set,$ac_new_set in
919     set,)
920       { echo "$as_me:920: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
921 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
922       ac_cache_corrupted=: ;;
923     ,set)
924       { echo "$as_me:924: error: \`$ac_var' was not set in the previous run" >&5
925 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
926       ac_cache_corrupted=: ;;
927     ,);;
928     *)
929       if test "x$ac_old_val" != "x$ac_new_val"; then
930         { echo "$as_me:930: error: \`$ac_var' has changed since the previous run:" >&5
931 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
932         { echo "$as_me:932:   former value:  $ac_old_val" >&5
933 echo "$as_me:   former value:  $ac_old_val" >&2;}
934         { echo "$as_me:934:   current value: $ac_new_val" >&5
935 echo "$as_me:   current value: $ac_new_val" >&2;}
936         ac_cache_corrupted=:
937       fi;;
938   esac
939   # Pass precious variables to config.status.  It doesn't matter if
940   # we pass some twice (in addition to the command line arguments).
941   if test "$ac_new_set" = set; then
942     case $ac_new_val in
943     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
944       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
945       ac_configure_args="$ac_configure_args '$ac_arg'"
946       ;;
947     *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
948        ;;
949     esac
950   fi
951 done
952 if $ac_cache_corrupted; then
953   { echo "$as_me:953: error: changes in the environment can compromise the build" >&5
954 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
955   { { echo "$as_me:955: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
956 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
957    { (exit 1); exit 1; }; }
958 fi
959
960 ac_ext=c
961 ac_cpp='$CPP $CPPFLAGS'
962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
965 ac_main_return=return
966
967 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
968   *c*,-n*) ECHO_N= ECHO_C='
969 ' ECHO_T='      ' ;;
970   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
971   *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
972 esac
973 echo "#! $SHELL" >conftest.sh
974 echo  "exit 0"   >>conftest.sh
975 chmod +x conftest.sh
976 if { (echo "$as_me:976: PATH=\".;.\"; conftest.sh") >&5
977   (PATH=".;."; conftest.sh) 2>&5
978   ac_status=$?
979   echo "$as_me:979: \$? = $ac_status" >&5
980   (exit $ac_status); }; then
981   ac_path_separator=';'
982 else
983   ac_path_separator=:
984 fi
985 PATH_SEPARATOR="$ac_path_separator"
986 rm -f conftest.sh
987
988 ac_config_headers="$ac_config_headers include/ncurses_cfg.h:include/ncurses_cfg.hin"
989
990 top_builddir=`pwd`
991
992 ac_aux_dir=
993 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
994   if test -f $ac_dir/install-sh; then
995     ac_aux_dir=$ac_dir
996     ac_install_sh="$ac_aux_dir/install-sh -c"
997     break
998   elif test -f $ac_dir/install.sh; then
999     ac_aux_dir=$ac_dir
1000     ac_install_sh="$ac_aux_dir/install.sh -c"
1001     break
1002   elif test -f $ac_dir/shtool; then
1003     ac_aux_dir=$ac_dir
1004     ac_install_sh="$ac_aux_dir/shtool install -c"
1005     break
1006   fi
1007 done
1008 if test -z "$ac_aux_dir"; then
1009   { { echo "$as_me:1009: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1010 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1011    { (exit 1); exit 1; }; }
1012 fi
1013 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1014 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1015 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1016
1017 # Make sure we can run config.sub.
1018 $ac_config_sub sun4 >/dev/null 2>&1 ||
1019   { { echo "$as_me:1019: error: cannot run $ac_config_sub" >&5
1020 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1021    { (exit 1); exit 1; }; }
1022
1023 echo "$as_me:1023: checking build system type" >&5
1024 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1025 if test "${ac_cv_build+set}" = set; then
1026   echo $ECHO_N "(cached) $ECHO_C" >&6
1027 else
1028   ac_cv_build_alias=$build_alias
1029 test -z "$ac_cv_build_alias" &&
1030   ac_cv_build_alias=`$ac_config_guess`
1031 test -z "$ac_cv_build_alias" &&
1032   { { echo "$as_me:1032: error: cannot guess build type; you must specify one" >&5
1033 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1034    { (exit 1); exit 1; }; }
1035 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1036   { { echo "$as_me:1036: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1037 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1038    { (exit 1); exit 1; }; }
1039
1040 fi
1041 echo "$as_me:1041: result: $ac_cv_build" >&5
1042 echo "${ECHO_T}$ac_cv_build" >&6
1043 build=$ac_cv_build
1044 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1045 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1046 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1047
1048 echo "$as_me:1048: checking host system type" >&5
1049 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1050 if test "${ac_cv_host+set}" = set; then
1051   echo $ECHO_N "(cached) $ECHO_C" >&6
1052 else
1053   ac_cv_host_alias=$host_alias
1054 test -z "$ac_cv_host_alias" &&
1055   ac_cv_host_alias=$ac_cv_build_alias
1056 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1057   { { echo "$as_me:1057: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1058 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1059    { (exit 1); exit 1; }; }
1060
1061 fi
1062 echo "$as_me:1062: result: $ac_cv_host" >&5
1063 echo "${ECHO_T}$ac_cv_host" >&6
1064 host=$ac_cv_host
1065 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1066 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1067 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1068
1069 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then
1070         echo "$as_me:1070: checking target system type" >&5
1071 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1072 if test "${ac_cv_target+set}" = set; then
1073   echo $ECHO_N "(cached) $ECHO_C" >&6
1074 else
1075   ac_cv_target_alias=$target_alias
1076 test "x$ac_cv_target_alias" = "x" &&
1077   ac_cv_target_alias=$ac_cv_host_alias
1078 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1079   { { echo "$as_me:1079: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1080 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1081    { (exit 1); exit 1; }; }
1082
1083 fi
1084 echo "$as_me:1084: result: $ac_cv_target" >&5
1085 echo "${ECHO_T}$ac_cv_target" >&6
1086 target=$ac_cv_target
1087 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1088 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1089 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1090
1091 # The aliases save the names the user supplied, while $host etc.
1092 # will get canonicalized.
1093 test -n "$target_alias" &&
1094   test "$program_prefix$program_suffix$program_transform_name" = \
1095     NONENONEs,x,x, &&
1096   program_prefix=${target_alias}-
1097         system_name="$host_os"
1098 else
1099         system_name="`(uname -s -r) 2>/dev/null`"
1100         if test -z "$system_name" ; then
1101                 system_name="`(hostname) 2>/dev/null`"
1102         fi
1103 fi
1104 test -n "$system_name" && cat >>confdefs.h <<EOF
1105 #define SYSTEM_NAME "$system_name"
1106 EOF
1107
1108 if test "${cf_cv_system_name+set}" = set; then
1109   echo $ECHO_N "(cached) $ECHO_C" >&6
1110 else
1111   cf_cv_system_name="$system_name"
1112 fi
1113
1114 test -z "$system_name" && system_name="$cf_cv_system_name"
1115 test -n "$cf_cv_system_name" && echo "$as_me:1115: result: Configuring for $cf_cv_system_name" >&5
1116 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
1117
1118 if test ".$system_name" != ".$cf_cv_system_name" ; then
1119         echo "$as_me:1119: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
1120 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
1121         { { echo "$as_me:1121: error: \"Please remove config.cache and try again.\"" >&5
1122 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
1123    { (exit 1); exit 1; }; }
1124 fi
1125
1126 # Check whether --with-system-type or --without-system-type was given.
1127 if test "${with_system_type+set}" = set; then
1128   withval="$with_system_type"
1129   { echo "$as_me:1129: WARNING: overriding system type to $withval" >&5
1130 echo "$as_me: WARNING: overriding system type to $withval" >&2;}
1131  cf_cv_system_name=$withval
1132 fi;
1133
1134 ###     Save the given $CFLAGS to allow user-override.
1135 cf_user_CFLAGS="$CFLAGS"
1136
1137 ###     Default install-location
1138
1139 echo "$as_me:1139: checking for prefix" >&5
1140 echo $ECHO_N "checking for prefix... $ECHO_C" >&6
1141 if test "x$prefix" = "xNONE" ; then
1142         case "$cf_cv_system_name" in
1143                 # non-vendor systems don't have a conflict
1144         openbsd*|freebsd*|mirbsd*|linux*|cygwin*|k*bsd*-gnu)
1145                 prefix=/usr
1146                 ;;
1147         *)      prefix=$ac_default_prefix
1148                 ;;
1149         esac
1150 fi
1151 echo "$as_me:1151: result: $prefix" >&5
1152 echo "${ECHO_T}$prefix" >&6
1153
1154 if test "x$prefix" = "xNONE" ; then
1155 echo "$as_me:1155: checking for default include-directory" >&5
1156 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6
1157 test -n "$verbose" && echo 1>&6
1158 for cf_symbol in \
1159         $includedir \
1160         $includedir/ncurses \
1161         $prefix/include \
1162         $prefix/include/ncurses \
1163         /usr/local/include \
1164         /usr/local/include/ncurses \
1165         /usr/include \
1166         /usr/include/ncurses
1167 do
1168         cf_dir=`eval echo $cf_symbol`
1169         if test -f $cf_dir/curses.h ; then
1170         if ( fgrep NCURSES_VERSION $cf_dir/curses.h 2>&1 >/dev/null ) ; then
1171                 includedir="$cf_symbol"
1172                 test -n "$verbose"  && echo $ac_n "     found " 1>&6
1173                 break
1174         fi
1175         fi
1176         test -n "$verbose"  && echo "   tested $cf_dir" 1>&6
1177 done
1178 echo "$as_me:1178: result: $includedir" >&5
1179 echo "${ECHO_T}$includedir" >&6
1180 fi
1181
1182 ###     Checks for programs.
1183 ac_ext=c
1184 ac_cpp='$CPP $CPPFLAGS'
1185 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1186 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1187 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1188 ac_main_return=return
1189 if test -n "$ac_tool_prefix"; then
1190   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1191 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1192 echo "$as_me:1192: checking for $ac_word" >&5
1193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1194 if test "${ac_cv_prog_CC+set}" = set; then
1195   echo $ECHO_N "(cached) $ECHO_C" >&6
1196 else
1197   if test -n "$CC"; then
1198   ac_cv_prog_CC="$CC" # Let the user override the test.
1199 else
1200   ac_save_IFS=$IFS; IFS=$ac_path_separator
1201 ac_dummy="$PATH"
1202 for ac_dir in $ac_dummy; do
1203   IFS=$ac_save_IFS
1204   test -z "$ac_dir" && ac_dir=.
1205   $as_executable_p "$ac_dir/$ac_word" || continue
1206 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1207 echo "$as_me:1207: found $ac_dir/$ac_word" >&5
1208 break
1209 done
1210
1211 fi
1212 fi
1213 CC=$ac_cv_prog_CC
1214 if test -n "$CC"; then
1215   echo "$as_me:1215: result: $CC" >&5
1216 echo "${ECHO_T}$CC" >&6
1217 else
1218   echo "$as_me:1218: result: no" >&5
1219 echo "${ECHO_T}no" >&6
1220 fi
1221
1222 fi
1223 if test -z "$ac_cv_prog_CC"; then
1224   ac_ct_CC=$CC
1225   # Extract the first word of "gcc", so it can be a program name with args.
1226 set dummy gcc; ac_word=$2
1227 echo "$as_me:1227: checking for $ac_word" >&5
1228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1229 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1230   echo $ECHO_N "(cached) $ECHO_C" >&6
1231 else
1232   if test -n "$ac_ct_CC"; then
1233   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1234 else
1235   ac_save_IFS=$IFS; IFS=$ac_path_separator
1236 ac_dummy="$PATH"
1237 for ac_dir in $ac_dummy; do
1238   IFS=$ac_save_IFS
1239   test -z "$ac_dir" && ac_dir=.
1240   $as_executable_p "$ac_dir/$ac_word" || continue
1241 ac_cv_prog_ac_ct_CC="gcc"
1242 echo "$as_me:1242: found $ac_dir/$ac_word" >&5
1243 break
1244 done
1245
1246 fi
1247 fi
1248 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1249 if test -n "$ac_ct_CC"; then
1250   echo "$as_me:1250: result: $ac_ct_CC" >&5
1251 echo "${ECHO_T}$ac_ct_CC" >&6
1252 else
1253   echo "$as_me:1253: result: no" >&5
1254 echo "${ECHO_T}no" >&6
1255 fi
1256
1257   CC=$ac_ct_CC
1258 else
1259   CC="$ac_cv_prog_CC"
1260 fi
1261
1262 if test -z "$CC"; then
1263   if test -n "$ac_tool_prefix"; then
1264   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1265 set dummy ${ac_tool_prefix}cc; ac_word=$2
1266 echo "$as_me:1266: checking for $ac_word" >&5
1267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1268 if test "${ac_cv_prog_CC+set}" = set; then
1269   echo $ECHO_N "(cached) $ECHO_C" >&6
1270 else
1271   if test -n "$CC"; then
1272   ac_cv_prog_CC="$CC" # Let the user override the test.
1273 else
1274   ac_save_IFS=$IFS; IFS=$ac_path_separator
1275 ac_dummy="$PATH"
1276 for ac_dir in $ac_dummy; do
1277   IFS=$ac_save_IFS
1278   test -z "$ac_dir" && ac_dir=.
1279   $as_executable_p "$ac_dir/$ac_word" || continue
1280 ac_cv_prog_CC="${ac_tool_prefix}cc"
1281 echo "$as_me:1281: found $ac_dir/$ac_word" >&5
1282 break
1283 done
1284
1285 fi
1286 fi
1287 CC=$ac_cv_prog_CC
1288 if test -n "$CC"; then
1289   echo "$as_me:1289: result: $CC" >&5
1290 echo "${ECHO_T}$CC" >&6
1291 else
1292   echo "$as_me:1292: result: no" >&5
1293 echo "${ECHO_T}no" >&6
1294 fi
1295
1296 fi
1297 if test -z "$ac_cv_prog_CC"; then
1298   ac_ct_CC=$CC
1299   # Extract the first word of "cc", so it can be a program name with args.
1300 set dummy cc; ac_word=$2
1301 echo "$as_me:1301: checking for $ac_word" >&5
1302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1303 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1304   echo $ECHO_N "(cached) $ECHO_C" >&6
1305 else
1306   if test -n "$ac_ct_CC"; then
1307   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1308 else
1309   ac_save_IFS=$IFS; IFS=$ac_path_separator
1310 ac_dummy="$PATH"
1311 for ac_dir in $ac_dummy; do
1312   IFS=$ac_save_IFS
1313   test -z "$ac_dir" && ac_dir=.
1314   $as_executable_p "$ac_dir/$ac_word" || continue
1315 ac_cv_prog_ac_ct_CC="cc"
1316 echo "$as_me:1316: found $ac_dir/$ac_word" >&5
1317 break
1318 done
1319
1320 fi
1321 fi
1322 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1323 if test -n "$ac_ct_CC"; then
1324   echo "$as_me:1324: result: $ac_ct_CC" >&5
1325 echo "${ECHO_T}$ac_ct_CC" >&6
1326 else
1327   echo "$as_me:1327: result: no" >&5
1328 echo "${ECHO_T}no" >&6
1329 fi
1330
1331   CC=$ac_ct_CC
1332 else
1333   CC="$ac_cv_prog_CC"
1334 fi
1335
1336 fi
1337 if test -z "$CC"; then
1338   # Extract the first word of "cc", so it can be a program name with args.
1339 set dummy cc; ac_word=$2
1340 echo "$as_me:1340: checking for $ac_word" >&5
1341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1342 if test "${ac_cv_prog_CC+set}" = set; then
1343   echo $ECHO_N "(cached) $ECHO_C" >&6
1344 else
1345   if test -n "$CC"; then
1346   ac_cv_prog_CC="$CC" # Let the user override the test.
1347 else
1348   ac_prog_rejected=no
1349   ac_save_IFS=$IFS; IFS=$ac_path_separator
1350 ac_dummy="$PATH"
1351 for ac_dir in $ac_dummy; do
1352   IFS=$ac_save_IFS
1353   test -z "$ac_dir" && ac_dir=.
1354   $as_executable_p "$ac_dir/$ac_word" || continue
1355 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1356   ac_prog_rejected=yes
1357   continue
1358 fi
1359 ac_cv_prog_CC="cc"
1360 echo "$as_me:1360: found $ac_dir/$ac_word" >&5
1361 break
1362 done
1363
1364 if test $ac_prog_rejected = yes; then
1365   # We found a bogon in the path, so make sure we never use it.
1366   set dummy $ac_cv_prog_CC
1367   shift
1368   if test $# != 0; then
1369     # We chose a different compiler from the bogus one.
1370     # However, it has the same basename, so the bogon will be chosen
1371     # first if we set CC to just the basename; use the full file name.
1372     shift
1373     set dummy "$ac_dir/$ac_word" ${1+"$@"}
1374     shift
1375     ac_cv_prog_CC="$@"
1376   fi
1377 fi
1378 fi
1379 fi
1380 CC=$ac_cv_prog_CC
1381 if test -n "$CC"; then
1382   echo "$as_me:1382: result: $CC" >&5
1383 echo "${ECHO_T}$CC" >&6
1384 else
1385   echo "$as_me:1385: result: no" >&5
1386 echo "${ECHO_T}no" >&6
1387 fi
1388
1389 fi
1390 if test -z "$CC"; then
1391   if test -n "$ac_tool_prefix"; then
1392   for ac_prog in cl
1393   do
1394     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1395 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1396 echo "$as_me:1396: checking for $ac_word" >&5
1397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1398 if test "${ac_cv_prog_CC+set}" = set; then
1399   echo $ECHO_N "(cached) $ECHO_C" >&6
1400 else
1401   if test -n "$CC"; then
1402   ac_cv_prog_CC="$CC" # Let the user override the test.
1403 else
1404   ac_save_IFS=$IFS; IFS=$ac_path_separator
1405 ac_dummy="$PATH"
1406 for ac_dir in $ac_dummy; do
1407   IFS=$ac_save_IFS
1408   test -z "$ac_dir" && ac_dir=.
1409   $as_executable_p "$ac_dir/$ac_word" || continue
1410 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1411 echo "$as_me:1411: found $ac_dir/$ac_word" >&5
1412 break
1413 done
1414
1415 fi
1416 fi
1417 CC=$ac_cv_prog_CC
1418 if test -n "$CC"; then
1419   echo "$as_me:1419: result: $CC" >&5
1420 echo "${ECHO_T}$CC" >&6
1421 else
1422   echo "$as_me:1422: result: no" >&5
1423 echo "${ECHO_T}no" >&6
1424 fi
1425
1426     test -n "$CC" && break
1427   done
1428 fi
1429 if test -z "$CC"; then
1430   ac_ct_CC=$CC
1431   for ac_prog in cl
1432 do
1433   # Extract the first word of "$ac_prog", so it can be a program name with args.
1434 set dummy $ac_prog; ac_word=$2
1435 echo "$as_me:1435: checking for $ac_word" >&5
1436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1437 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1438   echo $ECHO_N "(cached) $ECHO_C" >&6
1439 else
1440   if test -n "$ac_ct_CC"; then
1441   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1442 else
1443   ac_save_IFS=$IFS; IFS=$ac_path_separator
1444 ac_dummy="$PATH"
1445 for ac_dir in $ac_dummy; do
1446   IFS=$ac_save_IFS
1447   test -z "$ac_dir" && ac_dir=.
1448   $as_executable_p "$ac_dir/$ac_word" || continue
1449 ac_cv_prog_ac_ct_CC="$ac_prog"
1450 echo "$as_me:1450: found $ac_dir/$ac_word" >&5
1451 break
1452 done
1453
1454 fi
1455 fi
1456 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1457 if test -n "$ac_ct_CC"; then
1458   echo "$as_me:1458: result: $ac_ct_CC" >&5
1459 echo "${ECHO_T}$ac_ct_CC" >&6
1460 else
1461   echo "$as_me:1461: result: no" >&5
1462 echo "${ECHO_T}no" >&6
1463 fi
1464
1465   test -n "$ac_ct_CC" && break
1466 done
1467
1468   CC=$ac_ct_CC
1469 fi
1470
1471 fi
1472
1473 test -z "$CC" && { { echo "$as_me:1473: error: no acceptable cc found in \$PATH" >&5
1474 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1475    { (exit 1); exit 1; }; }
1476
1477 # Provide some information about the compiler.
1478 echo "$as_me:1478:" \
1479      "checking for C compiler version" >&5
1480 ac_compiler=`set X $ac_compile; echo $2`
1481 { (eval echo "$as_me:1481: \"$ac_compiler --version </dev/null >&5\"") >&5
1482   (eval $ac_compiler --version </dev/null >&5) 2>&5
1483   ac_status=$?
1484   echo "$as_me:1484: \$? = $ac_status" >&5
1485   (exit $ac_status); }
1486 { (eval echo "$as_me:1486: \"$ac_compiler -v </dev/null >&5\"") >&5
1487   (eval $ac_compiler -v </dev/null >&5) 2>&5
1488   ac_status=$?
1489   echo "$as_me:1489: \$? = $ac_status" >&5
1490   (exit $ac_status); }
1491 { (eval echo "$as_me:1491: \"$ac_compiler -V </dev/null >&5\"") >&5
1492   (eval $ac_compiler -V </dev/null >&5) 2>&5
1493   ac_status=$?
1494   echo "$as_me:1494: \$? = $ac_status" >&5
1495   (exit $ac_status); }
1496
1497 cat >conftest.$ac_ext <<_ACEOF
1498 #line 1498 "configure"
1499 #include "confdefs.h"
1500
1501 int
1502 main ()
1503 {
1504
1505   ;
1506   return 0;
1507 }
1508 _ACEOF
1509 ac_clean_files_save=$ac_clean_files
1510 ac_clean_files="$ac_clean_files a.out a.exe"
1511 # Try to create an executable without -o first, disregard a.out.
1512 # It will help us diagnose broken compilers, and finding out an intuition
1513 # of exeext.
1514 echo "$as_me:1514: checking for C compiler default output" >&5
1515 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1516 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1517 if { (eval echo "$as_me:1517: \"$ac_link_default\"") >&5
1518   (eval $ac_link_default) 2>&5
1519   ac_status=$?
1520   echo "$as_me:1520: \$? = $ac_status" >&5
1521   (exit $ac_status); }; then
1522   # Find the output, starting from the most likely.  This scheme is
1523 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1524 # resort.
1525 for ac_file in `ls a.exe conftest.exe 2>/dev/null;
1526                 ls a.out conftest 2>/dev/null;
1527                 ls a.* conftest.* 2>/dev/null`; do
1528   case $ac_file in
1529     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1530     a.out ) # We found the default executable, but exeext='' is most
1531             # certainly right.
1532             break;;
1533     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1534           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
1535           export ac_cv_exeext
1536           break;;
1537     * ) break;;
1538   esac
1539 done
1540 else
1541   echo "$as_me: failed program was:" >&5
1542 cat conftest.$ac_ext >&5
1543 { { echo "$as_me:1543: error: C compiler cannot create executables" >&5
1544 echo "$as_me: error: C compiler cannot create executables" >&2;}
1545    { (exit 77); exit 77; }; }
1546 fi
1547
1548 ac_exeext=$ac_cv_exeext
1549 echo "$as_me:1549: result: $ac_file" >&5
1550 echo "${ECHO_T}$ac_file" >&6
1551
1552 # Check the compiler produces executables we can run.  If not, either
1553 # the compiler is broken, or we cross compile.
1554 echo "$as_me:1554: checking whether the C compiler works" >&5
1555 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1556 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1557 # If not cross compiling, check that we can run a simple program.
1558 if test "$cross_compiling" != yes; then
1559   if { ac_try='./$ac_file'
1560   { (eval echo "$as_me:1560: \"$ac_try\"") >&5
1561   (eval $ac_try) 2>&5
1562   ac_status=$?
1563   echo "$as_me:1563: \$? = $ac_status" >&5
1564   (exit $ac_status); }; }; then
1565     cross_compiling=no
1566   else
1567     if test "$cross_compiling" = maybe; then
1568         cross_compiling=yes
1569     else
1570         { { echo "$as_me:1570: error: cannot run C compiled programs.
1571 If you meant to cross compile, use \`--host'." >&5
1572 echo "$as_me: error: cannot run C compiled programs.
1573 If you meant to cross compile, use \`--host'." >&2;}
1574    { (exit 1); exit 1; }; }
1575     fi
1576   fi
1577 fi
1578 echo "$as_me:1578: result: yes" >&5
1579 echo "${ECHO_T}yes" >&6
1580
1581 rm -f a.out a.exe conftest$ac_cv_exeext
1582 ac_clean_files=$ac_clean_files_save
1583 # Check the compiler produces executables we can run.  If not, either
1584 # the compiler is broken, or we cross compile.
1585 echo "$as_me:1585: checking whether we are cross compiling" >&5
1586 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1587 echo "$as_me:1587: result: $cross_compiling" >&5
1588 echo "${ECHO_T}$cross_compiling" >&6
1589
1590 echo "$as_me:1590: checking for executable suffix" >&5
1591 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1592 if { (eval echo "$as_me:1592: \"$ac_link\"") >&5
1593   (eval $ac_link) 2>&5
1594   ac_status=$?
1595   echo "$as_me:1595: \$? = $ac_status" >&5
1596   (exit $ac_status); }; then
1597   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1598 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1599 # work properly (i.e., refer to `conftest.exe'), while it won't with
1600 # `rm'.
1601 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
1602   case $ac_file in
1603     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1604     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1605           export ac_cv_exeext
1606           break;;
1607     * ) break;;
1608   esac
1609 done
1610 else
1611   { { echo "$as_me:1611: error: cannot compute EXEEXT: cannot compile and link" >&5
1612 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
1613    { (exit 1); exit 1; }; }
1614 fi
1615
1616 rm -f conftest$ac_cv_exeext
1617 echo "$as_me:1617: result: $ac_cv_exeext" >&5
1618 echo "${ECHO_T}$ac_cv_exeext" >&6
1619
1620 rm -f conftest.$ac_ext
1621 EXEEXT=$ac_cv_exeext
1622 ac_exeext=$EXEEXT
1623 echo "$as_me:1623: checking for object suffix" >&5
1624 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
1625 if test "${ac_cv_objext+set}" = set; then
1626   echo $ECHO_N "(cached) $ECHO_C" >&6
1627 else
1628   cat >conftest.$ac_ext <<_ACEOF
1629 #line 1629 "configure"
1630 #include "confdefs.h"
1631
1632 int
1633 main ()
1634 {
1635
1636   ;
1637   return 0;
1638 }
1639 _ACEOF
1640 rm -f conftest.o conftest.obj
1641 if { (eval echo "$as_me:1641: \"$ac_compile\"") >&5
1642   (eval $ac_compile) 2>&5
1643   ac_status=$?
1644   echo "$as_me:1644: \$? = $ac_status" >&5
1645   (exit $ac_status); }; then
1646   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1647   case $ac_file in
1648     *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
1649     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1650        break;;
1651   esac
1652 done
1653 else
1654   echo "$as_me: failed program was:" >&5
1655 cat conftest.$ac_ext >&5
1656 { { echo "$as_me:1656: error: cannot compute OBJEXT: cannot compile" >&5
1657 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
1658    { (exit 1); exit 1; }; }
1659 fi
1660
1661 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1662 fi
1663 echo "$as_me:1663: result: $ac_cv_objext" >&5
1664 echo "${ECHO_T}$ac_cv_objext" >&6
1665 OBJEXT=$ac_cv_objext
1666 ac_objext=$OBJEXT
1667 echo "$as_me:1667: checking whether we are using the GNU C compiler" >&5
1668 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1669 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1670   echo $ECHO_N "(cached) $ECHO_C" >&6
1671 else
1672   cat >conftest.$ac_ext <<_ACEOF
1673 #line 1673 "configure"
1674 #include "confdefs.h"
1675
1676 int
1677 main ()
1678 {
1679 #ifndef __GNUC__
1680        choke me
1681 #endif
1682
1683   ;
1684   return 0;
1685 }
1686 _ACEOF
1687 rm -f conftest.$ac_objext
1688 if { (eval echo "$as_me:1688: \"$ac_compile\"") >&5
1689   (eval $ac_compile) 2>&5
1690   ac_status=$?
1691   echo "$as_me:1691: \$? = $ac_status" >&5
1692   (exit $ac_status); } &&
1693          { ac_try='test -s conftest.$ac_objext'
1694   { (eval echo "$as_me:1694: \"$ac_try\"") >&5
1695   (eval $ac_try) 2>&5
1696   ac_status=$?
1697   echo "$as_me:1697: \$? = $ac_status" >&5
1698   (exit $ac_status); }; }; then
1699   ac_compiler_gnu=yes
1700 else
1701   echo "$as_me: failed program was:" >&5
1702 cat conftest.$ac_ext >&5
1703 ac_compiler_gnu=no
1704 fi
1705 rm -f conftest.$ac_objext conftest.$ac_ext
1706 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1707
1708 fi
1709 echo "$as_me:1709: result: $ac_cv_c_compiler_gnu" >&5
1710 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1711 GCC=`test $ac_compiler_gnu = yes && echo yes`
1712 ac_test_CFLAGS=${CFLAGS+set}
1713 ac_save_CFLAGS=$CFLAGS
1714 CFLAGS="-g"
1715 echo "$as_me:1715: checking whether $CC accepts -g" >&5
1716 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1717 if test "${ac_cv_prog_cc_g+set}" = set; then
1718   echo $ECHO_N "(cached) $ECHO_C" >&6
1719 else
1720   cat >conftest.$ac_ext <<_ACEOF
1721 #line 1721 "configure"
1722 #include "confdefs.h"
1723
1724 int
1725 main ()
1726 {
1727
1728   ;
1729   return 0;
1730 }
1731 _ACEOF
1732 rm -f conftest.$ac_objext
1733 if { (eval echo "$as_me:1733: \"$ac_compile\"") >&5
1734   (eval $ac_compile) 2>&5
1735   ac_status=$?
1736   echo "$as_me:1736: \$? = $ac_status" >&5
1737   (exit $ac_status); } &&
1738          { ac_try='test -s conftest.$ac_objext'
1739   { (eval echo "$as_me:1739: \"$ac_try\"") >&5
1740   (eval $ac_try) 2>&5
1741   ac_status=$?
1742   echo "$as_me:1742: \$? = $ac_status" >&5
1743   (exit $ac_status); }; }; then
1744   ac_cv_prog_cc_g=yes
1745 else
1746   echo "$as_me: failed program was:" >&5
1747 cat conftest.$ac_ext >&5
1748 ac_cv_prog_cc_g=no
1749 fi
1750 rm -f conftest.$ac_objext conftest.$ac_ext
1751 fi
1752 echo "$as_me:1752: result: $ac_cv_prog_cc_g" >&5
1753 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1754 if test "$ac_test_CFLAGS" = set; then
1755   CFLAGS=$ac_save_CFLAGS
1756 elif test $ac_cv_prog_cc_g = yes; then
1757   if test "$GCC" = yes; then
1758     CFLAGS="-g -O2"
1759   else
1760     CFLAGS="-g"
1761   fi
1762 else
1763   if test "$GCC" = yes; then
1764     CFLAGS="-O2"
1765   else
1766     CFLAGS=
1767   fi
1768 fi
1769 # Some people use a C++ compiler to compile C.  Since we use `exit',
1770 # in C++ we need to declare it.  In case someone uses the same compiler
1771 # for both compiling C and C++ we need to have the C++ compiler decide
1772 # the declaration of exit, since it's the most demanding environment.
1773 cat >conftest.$ac_ext <<_ACEOF
1774 #ifndef __cplusplus
1775   choke me
1776 #endif
1777 _ACEOF
1778 rm -f conftest.$ac_objext
1779 if { (eval echo "$as_me:1779: \"$ac_compile\"") >&5
1780   (eval $ac_compile) 2>&5
1781   ac_status=$?
1782   echo "$as_me:1782: \$? = $ac_status" >&5
1783   (exit $ac_status); } &&
1784          { ac_try='test -s conftest.$ac_objext'
1785   { (eval echo "$as_me:1785: \"$ac_try\"") >&5
1786   (eval $ac_try) 2>&5
1787   ac_status=$?
1788   echo "$as_me:1788: \$? = $ac_status" >&5
1789   (exit $ac_status); }; }; then
1790   for ac_declaration in \
1791    ''\
1792    '#include <stdlib.h>' \
1793    'extern "C" void std::exit (int) throw (); using std::exit;' \
1794    'extern "C" void std::exit (int); using std::exit;' \
1795    'extern "C" void exit (int) throw ();' \
1796    'extern "C" void exit (int);' \
1797    'void exit (int);'
1798 do
1799   cat >conftest.$ac_ext <<_ACEOF
1800 #line 1800 "configure"
1801 #include "confdefs.h"
1802 #include <stdlib.h>
1803 $ac_declaration
1804 int
1805 main ()
1806 {
1807 exit (42);
1808   ;
1809   return 0;
1810 }
1811 _ACEOF
1812 rm -f conftest.$ac_objext
1813 if { (eval echo "$as_me:1813: \"$ac_compile\"") >&5
1814   (eval $ac_compile) 2>&5
1815   ac_status=$?
1816   echo "$as_me:1816: \$? = $ac_status" >&5
1817   (exit $ac_status); } &&
1818          { ac_try='test -s conftest.$ac_objext'
1819   { (eval echo "$as_me:1819: \"$ac_try\"") >&5
1820   (eval $ac_try) 2>&5
1821   ac_status=$?
1822   echo "$as_me:1822: \$? = $ac_status" >&5
1823   (exit $ac_status); }; }; then
1824   :
1825 else
1826   echo "$as_me: failed program was:" >&5
1827 cat conftest.$ac_ext >&5
1828 continue
1829 fi
1830 rm -f conftest.$ac_objext conftest.$ac_ext
1831   cat >conftest.$ac_ext <<_ACEOF
1832 #line 1832 "configure"
1833 #include "confdefs.h"
1834 $ac_declaration
1835 int
1836 main ()
1837 {
1838 exit (42);
1839   ;
1840   return 0;
1841 }
1842 _ACEOF
1843 rm -f conftest.$ac_objext
1844 if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5
1845   (eval $ac_compile) 2>&5
1846   ac_status=$?
1847   echo "$as_me:1847: \$? = $ac_status" >&5
1848   (exit $ac_status); } &&
1849          { ac_try='test -s conftest.$ac_objext'
1850   { (eval echo "$as_me:1850: \"$ac_try\"") >&5
1851   (eval $ac_try) 2>&5
1852   ac_status=$?
1853   echo "$as_me:1853: \$? = $ac_status" >&5
1854   (exit $ac_status); }; }; then
1855   break
1856 else
1857   echo "$as_me: failed program was:" >&5
1858 cat conftest.$ac_ext >&5
1859 fi
1860 rm -f conftest.$ac_objext conftest.$ac_ext
1861 done
1862 rm -rf conftest*
1863 if test -n "$ac_declaration"; then
1864   echo '#ifdef __cplusplus' >>confdefs.h
1865   echo $ac_declaration      >>confdefs.h
1866   echo '#endif'             >>confdefs.h
1867 fi
1868
1869 else
1870   echo "$as_me: failed program was:" >&5
1871 cat conftest.$ac_ext >&5
1872 fi
1873 rm -f conftest.$ac_objext conftest.$ac_ext
1874 ac_ext=c
1875 ac_cpp='$CPP $CPPFLAGS'
1876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_main_return=return
1880
1881 GCC_VERSION=none
1882 if test "$GCC" = yes ; then
1883         echo "$as_me:1883: checking version of $CC" >&5
1884 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
1885         GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1886         test -z "$GCC_VERSION" && GCC_VERSION=unknown
1887         echo "$as_me:1887: result: $GCC_VERSION" >&5
1888 echo "${ECHO_T}$GCC_VERSION" >&6
1889 fi
1890
1891 ac_ext=c
1892 ac_cpp='$CPP $CPPFLAGS'
1893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1896 ac_main_return=return
1897 echo "$as_me:1897: checking how to run the C preprocessor" >&5
1898 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1899 # On Suns, sometimes $CPP names a directory.
1900 if test -n "$CPP" && test -d "$CPP"; then
1901   CPP=
1902 fi
1903 if test -z "$CPP"; then
1904   if test "${ac_cv_prog_CPP+set}" = set; then
1905   echo $ECHO_N "(cached) $ECHO_C" >&6
1906 else
1907       # Double quotes because CPP needs to be expanded
1908     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1909     do
1910       ac_preproc_ok=false
1911 for ac_c_preproc_warn_flag in '' yes
1912 do
1913   # Use a header file that comes with gcc, so configuring glibc
1914   # with a fresh cross-compiler works.
1915   # On the NeXT, cc -E runs the code through the compiler's parser,
1916   # not just through cpp. "Syntax error" is here to catch this case.
1917   cat >conftest.$ac_ext <<_ACEOF
1918 #line 1918 "configure"
1919 #include "confdefs.h"
1920 #include <assert.h>
1921                      Syntax error
1922 _ACEOF
1923 if { (eval echo "$as_me:1923: \"$ac_cpp conftest.$ac_ext\"") >&5
1924   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1925   ac_status=$?
1926   egrep -v '^ *\+' conftest.er1 >conftest.err
1927   rm -f conftest.er1
1928   cat conftest.err >&5
1929   echo "$as_me:1929: \$? = $ac_status" >&5
1930   (exit $ac_status); } >/dev/null; then
1931   if test -s conftest.err; then
1932     ac_cpp_err=$ac_c_preproc_warn_flag
1933   else
1934     ac_cpp_err=
1935   fi
1936 else
1937   ac_cpp_err=yes
1938 fi
1939 if test -z "$ac_cpp_err"; then
1940   :
1941 else
1942   echo "$as_me: failed program was:" >&5
1943   cat conftest.$ac_ext >&5
1944   # Broken: fails on valid input.
1945 continue
1946 fi
1947 rm -f conftest.err conftest.$ac_ext
1948
1949   # OK, works on sane cases.  Now check whether non-existent headers
1950   # can be detected and how.
1951   cat >conftest.$ac_ext <<_ACEOF
1952 #line 1952 "configure"
1953 #include "confdefs.h"
1954 #include <ac_nonexistent.h>
1955 _ACEOF
1956 if { (eval echo "$as_me:1956: \"$ac_cpp conftest.$ac_ext\"") >&5
1957   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1958   ac_status=$?
1959   egrep -v '^ *\+' conftest.er1 >conftest.err
1960   rm -f conftest.er1
1961   cat conftest.err >&5
1962   echo "$as_me:1962: \$? = $ac_status" >&5
1963   (exit $ac_status); } >/dev/null; then
1964   if test -s conftest.err; then
1965     ac_cpp_err=$ac_c_preproc_warn_flag
1966   else
1967     ac_cpp_err=
1968   fi
1969 else
1970   ac_cpp_err=yes
1971 fi
1972 if test -z "$ac_cpp_err"; then
1973   # Broken: success on invalid input.
1974 continue
1975 else
1976   echo "$as_me: failed program was:" >&5
1977   cat conftest.$ac_ext >&5
1978   # Passes both tests.
1979 ac_preproc_ok=:
1980 break
1981 fi
1982 rm -f conftest.err conftest.$ac_ext
1983
1984 done
1985 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
1986 rm -f conftest.err conftest.$ac_ext
1987 if $ac_preproc_ok; then
1988   break
1989 fi
1990
1991     done
1992     ac_cv_prog_CPP=$CPP
1993
1994 fi
1995   CPP=$ac_cv_prog_CPP
1996 else
1997   ac_cv_prog_CPP=$CPP
1998 fi
1999 echo "$as_me:1999: result: $CPP" >&5
2000 echo "${ECHO_T}$CPP" >&6
2001 ac_preproc_ok=false
2002 for ac_c_preproc_warn_flag in '' yes
2003 do
2004   # Use a header file that comes with gcc, so configuring glibc
2005   # with a fresh cross-compiler works.
2006   # On the NeXT, cc -E runs the code through the compiler's parser,
2007   # not just through cpp. "Syntax error" is here to catch this case.
2008   cat >conftest.$ac_ext <<_ACEOF
2009 #line 2009 "configure"
2010 #include "confdefs.h"
2011 #include <assert.h>
2012                      Syntax error
2013 _ACEOF
2014 if { (eval echo "$as_me:2014: \"$ac_cpp conftest.$ac_ext\"") >&5
2015   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2016   ac_status=$?
2017   egrep -v '^ *\+' conftest.er1 >conftest.err
2018   rm -f conftest.er1
2019   cat conftest.err >&5
2020   echo "$as_me:2020: \$? = $ac_status" >&5
2021   (exit $ac_status); } >/dev/null; then
2022   if test -s conftest.err; then
2023     ac_cpp_err=$ac_c_preproc_warn_flag
2024   else
2025     ac_cpp_err=
2026   fi
2027 else
2028   ac_cpp_err=yes
2029 fi
2030 if test -z "$ac_cpp_err"; then
2031   :
2032 else
2033   echo "$as_me: failed program was:" >&5
2034   cat conftest.$ac_ext >&5
2035   # Broken: fails on valid input.
2036 continue
2037 fi
2038 rm -f conftest.err conftest.$ac_ext
2039
2040   # OK, works on sane cases.  Now check whether non-existent headers
2041   # can be detected and how.
2042   cat >conftest.$ac_ext <<_ACEOF
2043 #line 2043 "configure"
2044 #include "confdefs.h"
2045 #include <ac_nonexistent.h>
2046 _ACEOF
2047 if { (eval echo "$as_me:2047: \"$ac_cpp conftest.$ac_ext\"") >&5
2048   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2049   ac_status=$?
2050   egrep -v '^ *\+' conftest.er1 >conftest.err
2051   rm -f conftest.er1
2052   cat conftest.err >&5
2053   echo "$as_me:2053: \$? = $ac_status" >&5
2054   (exit $ac_status); } >/dev/null; then
2055   if test -s conftest.err; then
2056     ac_cpp_err=$ac_c_preproc_warn_flag
2057   else
2058     ac_cpp_err=
2059   fi
2060 else
2061   ac_cpp_err=yes
2062 fi
2063 if test -z "$ac_cpp_err"; then
2064   # Broken: success on invalid input.
2065 continue
2066 else
2067   echo "$as_me: failed program was:" >&5
2068   cat conftest.$ac_ext >&5
2069   # Passes both tests.
2070 ac_preproc_ok=:
2071 break
2072 fi
2073 rm -f conftest.err conftest.$ac_ext
2074
2075 done
2076 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2077 rm -f conftest.err conftest.$ac_ext
2078 if $ac_preproc_ok; then
2079   :
2080 else
2081   { { echo "$as_me:2081: error: C preprocessor \"$CPP\" fails sanity check" >&5
2082 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
2083    { (exit 1); exit 1; }; }
2084 fi
2085
2086 ac_ext=c
2087 ac_cpp='$CPP $CPPFLAGS'
2088 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2089 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2090 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2091 ac_main_return=return
2092
2093 if test $ac_cv_c_compiler_gnu = yes; then
2094     echo "$as_me:2094: checking whether $CC needs -traditional" >&5
2095 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
2096 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
2097   echo $ECHO_N "(cached) $ECHO_C" >&6
2098 else
2099     ac_pattern="Autoconf.*'x'"
2100   cat >conftest.$ac_ext <<_ACEOF
2101 #line 2101 "configure"
2102 #include "confdefs.h"
2103 #include <sgtty.h>
2104 int Autoconf = TIOCGETP;
2105 _ACEOF
2106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2107   egrep "$ac_pattern" >/dev/null 2>&1; then
2108   ac_cv_prog_gcc_traditional=yes
2109 else
2110   ac_cv_prog_gcc_traditional=no
2111 fi
2112 rm -rf conftest*
2113
2114   if test $ac_cv_prog_gcc_traditional = no; then
2115     cat >conftest.$ac_ext <<_ACEOF
2116 #line 2116 "configure"
2117 #include "confdefs.h"
2118 #include <termio.h>
2119 int Autoconf = TCGETA;
2120 _ACEOF
2121 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2122   egrep "$ac_pattern" >/dev/null 2>&1; then
2123   ac_cv_prog_gcc_traditional=yes
2124 fi
2125 rm -rf conftest*
2126
2127   fi
2128 fi
2129 echo "$as_me:2129: result: $ac_cv_prog_gcc_traditional" >&5
2130 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
2131   if test $ac_cv_prog_gcc_traditional = yes; then
2132     CC="$CC -traditional"
2133   fi
2134 fi
2135
2136 echo "$as_me:2136: checking whether $CC understands -c and -o together" >&5
2137 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6
2138 if test "${cf_cv_prog_CC_c_o+set}" = set; then
2139   echo $ECHO_N "(cached) $ECHO_C" >&6
2140 else
2141
2142 cat > conftest.$ac_ext <<CF_EOF
2143 #include <stdio.h>
2144 int main()
2145 {
2146         ${cf_cv_main_return:-return}(0);
2147 }
2148 CF_EOF
2149 # We do the test twice because some compilers refuse to overwrite an
2150 # existing .o file with -o, though they will create one.
2151 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
2152 if { (eval echo "$as_me:2152: \"$ac_try\"") >&5
2153   (eval $ac_try) 2>&5
2154   ac_status=$?
2155   echo "$as_me:2155: \$? = $ac_status" >&5
2156   (exit $ac_status); } &&
2157   test -f conftest2.$ac_objext && { (eval echo "$as_me:2157: \"$ac_try\"") >&5
2158   (eval $ac_try) 2>&5
2159   ac_status=$?
2160   echo "$as_me:2160: \$? = $ac_status" >&5
2161   (exit $ac_status); };
2162 then
2163   eval cf_cv_prog_CC_c_o=yes
2164 else
2165   eval cf_cv_prog_CC_c_o=no
2166 fi
2167 rm -rf conftest*
2168
2169 fi
2170 if test $cf_cv_prog_CC_c_o = yes; then
2171   echo "$as_me:2171: result: yes" >&5
2172 echo "${ECHO_T}yes" >&6
2173 else
2174   echo "$as_me:2174: result: no" >&5
2175 echo "${ECHO_T}no" >&6
2176 fi
2177
2178 echo "$as_me:2178: checking for POSIXized ISC" >&5
2179 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
2180 if test -d /etc/conf/kconfig.d &&
2181    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2182 then
2183   echo "$as_me:2183: result: yes" >&5
2184 echo "${ECHO_T}yes" >&6
2185   ISC=yes # If later tests want to check for ISC.
2186
2187 cat >>confdefs.h <<\EOF
2188 #define _POSIX_SOURCE 1
2189 EOF
2190
2191   if test "$GCC" = yes; then
2192     CC="$CC -posix"
2193   else
2194     CC="$CC -Xp"
2195   fi
2196 else
2197   echo "$as_me:2197: result: no" >&5
2198 echo "${ECHO_T}no" >&6
2199   ISC=
2200 fi
2201
2202 # This should have been defined by AC_PROG_CC
2203 : ${CC:=cc}
2204
2205 # Check for user's environment-breakage by stuffing CFLAGS/CPPFLAGS content
2206 # into CC.  This will not help with broken scripts that wrap the compiler with
2207 # options, but eliminates a more common category of user confusion.
2208 echo "$as_me:2208: checking \$CC variable" >&5
2209 echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
2210 case "$CC" in #(vi
2211 *[\ \   ]-[IUD]*)
2212         echo "$as_me:2212: result: broken" >&5
2213 echo "${ECHO_T}broken" >&6
2214         { echo "$as_me:2214: WARNING: your environment misuses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
2215 echo "$as_me: WARNING: your environment misuses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
2216         # humor him...
2217         cf_flags=`echo "$CC" | sed -e 's/^[^    ]*[     ]//'`
2218         CC=`echo "$CC" | sed -e 's/[    ].*//'`
2219
2220 cf_fix_cppflags=no
2221 cf_new_cflags=
2222 cf_new_cppflags=
2223 cf_new_extra_cppflags=
2224
2225 for cf_add_cflags in $cf_flags
2226 do
2227 case $cf_fix_cppflags in
2228 no)
2229         case $cf_add_cflags in #(vi
2230         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
2231                 case $cf_add_cflags in
2232                 -D*)
2233                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
2234
2235                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2236                                 && test -z "${cf_tst_cflags}" \
2237                                 && cf_fix_cppflags=yes
2238
2239                         if test $cf_fix_cppflags = yes ; then
2240                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2241                                 continue
2242                         elif test "${cf_tst_cflags}" = "\"'" ; then
2243                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2244                                 continue
2245                         fi
2246                         ;;
2247                 esac
2248                 case "$CPPFLAGS" in
2249                 *$cf_add_cflags) #(vi
2250                         ;;
2251                 *) #(vi
2252                         case $cf_add_cflags in #(vi
2253                         -D*)
2254                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
2255
2256 CPPFLAGS=`echo "$CPPFLAGS" | \
2257         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
2258                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
2259
2260                                 ;;
2261                         esac
2262                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
2263                         ;;
2264                 esac
2265                 ;;
2266         *)
2267                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
2268                 ;;
2269         esac
2270         ;;
2271 yes)
2272         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2273
2274         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
2275
2276         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2277                 && test -z "${cf_tst_cflags}" \
2278                 && cf_fix_cppflags=no
2279         ;;
2280 esac
2281 done
2282
2283 if test -n "$cf_new_cflags" ; then
2284
2285         CFLAGS="$CFLAGS $cf_new_cflags"
2286 fi
2287
2288 if test -n "$cf_new_cppflags" ; then
2289
2290         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
2291 fi
2292
2293 if test -n "$cf_new_extra_cppflags" ; then
2294
2295         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
2296 fi
2297
2298         ;;
2299 *)
2300         echo "$as_me:2300: result: ok" >&5
2301 echo "${ECHO_T}ok" >&6
2302         ;;
2303 esac
2304
2305 echo "$as_me:2305: checking for ${CC:-cc} option to accept ANSI C" >&5
2306 echo $ECHO_N "checking for ${CC:-cc} option to accept ANSI C... $ECHO_C" >&6
2307 if test "${cf_cv_ansi_cc+set}" = set; then
2308   echo $ECHO_N "(cached) $ECHO_C" >&6
2309 else
2310
2311 cf_cv_ansi_cc=no
2312 cf_save_CFLAGS="$CFLAGS"
2313 cf_save_CPPFLAGS="$CPPFLAGS"
2314 # Don't try gcc -ansi; that turns off useful extensions and
2315 # breaks some systems' header files.
2316 # AIX                   -qlanglvl=ansi
2317 # Ultrix and OSF/1      -std1
2318 # HP-UX                 -Aa -D_HPUX_SOURCE
2319 # SVR4                  -Xc
2320 # UnixWare 1.2          (cannot use -Xc, since ANSI/POSIX clashes)
2321 for cf_arg in "-DCC_HAS_PROTOS" \
2322         "" \
2323         -qlanglvl=ansi \
2324         -std1 \
2325         -Ae \
2326         "-Aa -D_HPUX_SOURCE" \
2327         -Xc
2328 do
2329
2330 cf_fix_cppflags=no
2331 cf_new_cflags=
2332 cf_new_cppflags=
2333 cf_new_extra_cppflags=
2334
2335 for cf_add_cflags in $cf_arg
2336 do
2337 case $cf_fix_cppflags in
2338 no)
2339         case $cf_add_cflags in #(vi
2340         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
2341                 case $cf_add_cflags in
2342                 -D*)
2343                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
2344
2345                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2346                                 && test -z "${cf_tst_cflags}" \
2347                                 && cf_fix_cppflags=yes
2348
2349                         if test $cf_fix_cppflags = yes ; then
2350                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2351                                 continue
2352                         elif test "${cf_tst_cflags}" = "\"'" ; then
2353                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2354                                 continue
2355                         fi
2356                         ;;
2357                 esac
2358                 case "$CPPFLAGS" in
2359                 *$cf_add_cflags) #(vi
2360                         ;;
2361                 *) #(vi
2362                         case $cf_add_cflags in #(vi
2363                         -D*)
2364                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
2365
2366 CPPFLAGS=`echo "$CPPFLAGS" | \
2367         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
2368                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
2369
2370                                 ;;
2371                         esac
2372                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
2373                         ;;
2374                 esac
2375                 ;;
2376         *)
2377                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
2378                 ;;
2379         esac
2380         ;;
2381 yes)
2382         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2383
2384         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
2385
2386         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2387                 && test -z "${cf_tst_cflags}" \
2388                 && cf_fix_cppflags=no
2389         ;;
2390 esac
2391 done
2392
2393 if test -n "$cf_new_cflags" ; then
2394
2395         CFLAGS="$CFLAGS $cf_new_cflags"
2396 fi
2397
2398 if test -n "$cf_new_cppflags" ; then
2399
2400         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
2401 fi
2402
2403 if test -n "$cf_new_extra_cppflags" ; then
2404
2405         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
2406 fi
2407
2408         cat >conftest.$ac_ext <<_ACEOF
2409 #line 2409 "configure"
2410 #include "confdefs.h"
2411
2412 #ifndef CC_HAS_PROTOS
2413 #if !defined(__STDC__) || (__STDC__ != 1)
2414 choke me
2415 #endif
2416 #endif
2417
2418 int
2419 main ()
2420 {
2421
2422         int test (int i, double x);
2423         struct s1 {int (*f) (int a);};
2424         struct s2 {int (*f) (double a);};
2425   ;
2426   return 0;
2427 }
2428 _ACEOF
2429 rm -f conftest.$ac_objext
2430 if { (eval echo "$as_me:2430: \"$ac_compile\"") >&5
2431   (eval $ac_compile) 2>&5
2432   ac_status=$?
2433   echo "$as_me:2433: \$? = $ac_status" >&5
2434   (exit $ac_status); } &&
2435          { ac_try='test -s conftest.$ac_objext'
2436   { (eval echo "$as_me:2436: \"$ac_try\"") >&5
2437   (eval $ac_try) 2>&5
2438   ac_status=$?
2439   echo "$as_me:2439: \$? = $ac_status" >&5
2440   (exit $ac_status); }; }; then
2441   cf_cv_ansi_cc="$cf_arg"; break
2442 else
2443   echo "$as_me: failed program was:" >&5
2444 cat conftest.$ac_ext >&5
2445 fi
2446 rm -f conftest.$ac_objext conftest.$ac_ext
2447 done
2448 CFLAGS="$cf_save_CFLAGS"
2449 CPPFLAGS="$cf_save_CPPFLAGS"
2450
2451 fi
2452 echo "$as_me:2452: result: $cf_cv_ansi_cc" >&5
2453 echo "${ECHO_T}$cf_cv_ansi_cc" >&6
2454
2455 if test "$cf_cv_ansi_cc" != "no"; then
2456 if test ".$cf_cv_ansi_cc" != ".-DCC_HAS_PROTOS"; then
2457
2458 cf_fix_cppflags=no
2459 cf_new_cflags=
2460 cf_new_cppflags=
2461 cf_new_extra_cppflags=
2462
2463 for cf_add_cflags in $cf_cv_ansi_cc
2464 do
2465 case $cf_fix_cppflags in
2466 no)
2467         case $cf_add_cflags in #(vi
2468         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
2469                 case $cf_add_cflags in
2470                 -D*)
2471                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
2472
2473                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2474                                 && test -z "${cf_tst_cflags}" \
2475                                 && cf_fix_cppflags=yes
2476
2477                         if test $cf_fix_cppflags = yes ; then
2478                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2479                                 continue
2480                         elif test "${cf_tst_cflags}" = "\"'" ; then
2481                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2482                                 continue
2483                         fi
2484                         ;;
2485                 esac
2486                 case "$CPPFLAGS" in
2487                 *$cf_add_cflags) #(vi
2488                         ;;
2489                 *) #(vi
2490                         case $cf_add_cflags in #(vi
2491                         -D*)
2492                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
2493
2494 CPPFLAGS=`echo "$CPPFLAGS" | \
2495         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
2496                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
2497
2498                                 ;;
2499                         esac
2500                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
2501                         ;;
2502                 esac
2503                 ;;
2504         *)
2505                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
2506                 ;;
2507         esac
2508         ;;
2509 yes)
2510         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
2511
2512         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
2513
2514         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
2515                 && test -z "${cf_tst_cflags}" \
2516                 && cf_fix_cppflags=no
2517         ;;
2518 esac
2519 done
2520
2521 if test -n "$cf_new_cflags" ; then
2522
2523         CFLAGS="$CFLAGS $cf_new_cflags"
2524 fi
2525
2526 if test -n "$cf_new_cppflags" ; then
2527
2528         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
2529 fi
2530
2531 if test -n "$cf_new_extra_cppflags" ; then
2532
2533         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
2534 fi
2535
2536 else
2537         cat >>confdefs.h <<\EOF
2538 #define CC_HAS_PROTOS 1
2539 EOF
2540
2541 fi
2542 fi
2543
2544 if test "$cf_cv_ansi_cc" = "no"; then
2545         { { echo "$as_me:2545: error: Your compiler does not appear to recognize prototypes.
2546 You have the following choices:
2547         a. adjust your compiler options
2548         b. get an up-to-date compiler
2549         c. use a wrapper such as unproto" >&5
2550 echo "$as_me: error: Your compiler does not appear to recognize prototypes.
2551 You have the following choices:
2552         a. adjust your compiler options
2553         b. get an up-to-date compiler
2554         c. use a wrapper such as unproto" >&2;}
2555    { (exit 1); exit 1; }; }
2556 fi
2557
2558 case $cf_cv_system_name in
2559 os2*)
2560     CFLAGS="$CFLAGS -Zmt"
2561     CPPFLAGS="$CPPFLAGS -D__ST_MT_ERRNO__"
2562     CXXFLAGS="$CXXFLAGS -Zmt"
2563     # autoconf's macro sets -Zexe and suffix both, which conflict:w
2564     LDFLAGS="$LDFLAGS -Zmt -Zcrtdll"
2565     ac_cv_exeext=.exe
2566     ;;
2567 esac
2568
2569 PROG_EXT="$EXEEXT"
2570
2571 test -n "$PROG_EXT" && cat >>confdefs.h <<EOF
2572 #define PROG_EXT "$PROG_EXT"
2573 EOF
2574
2575 test "$program_prefix" != NONE &&
2576   program_transform_name="s,^,$program_prefix,;$program_transform_name"
2577 # Use a double $ so make ignores it.
2578 test "$program_suffix" != NONE &&
2579   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2580 # Double any \ or $.  echo might interpret backslashes.
2581 # By default was `s,x,x', remove it if useless.
2582 cat <<\_ACEOF >conftest.sed
2583 s/[\\$]/&&/g;s/;s,x,x,$//
2584 _ACEOF
2585 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2586 rm conftest.sed
2587
2588 for ac_prog in mawk gawk nawk awk
2589 do
2590   # Extract the first word of "$ac_prog", so it can be a program name with args.
2591 set dummy $ac_prog; ac_word=$2
2592 echo "$as_me:2592: checking for $ac_word" >&5
2593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2594 if test "${ac_cv_prog_AWK+set}" = set; then
2595   echo $ECHO_N "(cached) $ECHO_C" >&6
2596 else
2597   if test -n "$AWK"; then
2598   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2599 else
2600   ac_save_IFS=$IFS; IFS=$ac_path_separator
2601 ac_dummy="$PATH"
2602 for ac_dir in $ac_dummy; do
2603   IFS=$ac_save_IFS
2604   test -z "$ac_dir" && ac_dir=.
2605   $as_executable_p "$ac_dir/$ac_word" || continue
2606 ac_cv_prog_AWK="$ac_prog"
2607 echo "$as_me:2607: found $ac_dir/$ac_word" >&5
2608 break
2609 done
2610
2611 fi
2612 fi
2613 AWK=$ac_cv_prog_AWK
2614 if test -n "$AWK"; then
2615   echo "$as_me:2615: result: $AWK" >&5
2616 echo "${ECHO_T}$AWK" >&6
2617 else
2618   echo "$as_me:2618: result: no" >&5
2619 echo "${ECHO_T}no" >&6
2620 fi
2621
2622   test -n "$AWK" && break
2623 done
2624
2625 test -z "$AWK" && { { echo "$as_me:2625: error: No awk program found" >&5
2626 echo "$as_me: error: No awk program found" >&2;}
2627    { (exit 1); exit 1; }; }
2628
2629 echo "$as_me:2629: checking for egrep" >&5
2630 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2631 if test "${ac_cv_prog_egrep+set}" = set; then
2632   echo $ECHO_N "(cached) $ECHO_C" >&6
2633 else
2634   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2635     then ac_cv_prog_egrep='grep -E'
2636     else ac_cv_prog_egrep='egrep'
2637     fi
2638 fi
2639 echo "$as_me:2639: result: $ac_cv_prog_egrep" >&5
2640 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2641  EGREP=$ac_cv_prog_egrep
2642
2643 test -z "$EGREP" && { { echo "$as_me:2643: error: No egrep program found" >&5
2644 echo "$as_me: error: No egrep program found" >&2;}
2645    { (exit 1); exit 1; }; }
2646
2647 # Find a good install program.  We prefer a C program (faster),
2648 # so one script is as good as another.  But avoid the broken or
2649 # incompatible versions:
2650 # SysV /etc/install, /usr/sbin/install
2651 # SunOS /usr/etc/install
2652 # IRIX /sbin/install
2653 # AIX /bin/install
2654 # AmigaOS /C/install, which installs bootblocks on floppy discs
2655 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2656 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2657 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2658 # ./install, which can be erroneously created by make from ./install.sh.
2659 echo "$as_me:2659: checking for a BSD compatible install" >&5
2660 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
2661 if test -z "$INSTALL"; then
2662 if test "${ac_cv_path_install+set}" = set; then
2663   echo $ECHO_N "(cached) $ECHO_C" >&6
2664 else
2665     ac_save_IFS=$IFS; IFS=$ac_path_separator
2666   for ac_dir in $PATH; do
2667     IFS=$ac_save_IFS
2668     # Account for people who put trailing slashes in PATH elements.
2669     case $ac_dir/ in
2670     / | ./ | .// | /cC/* \
2671     | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
2672     | /usr/ucb/* ) ;;
2673     *)
2674       # OSF1 and SCO ODT 3.0 have their own names for install.
2675       # Don't use installbsd from OSF since it installs stuff as root
2676       # by default.
2677       for ac_prog in ginstall scoinst install; do
2678         if $as_executable_p "$ac_dir/$ac_prog"; then
2679           if test $ac_prog = install &&
2680             grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
2681             # AIX install.  It has an incompatible calling convention.
2682             :
2683           elif test $ac_prog = install &&
2684             grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
2685             # program-specific install script used by HP pwplus--don't use.
2686             :
2687           else
2688             ac_cv_path_install="$ac_dir/$ac_prog -c"
2689             break 2
2690           fi
2691         fi
2692       done
2693       ;;
2694     esac
2695   done
2696
2697 fi
2698   if test "${ac_cv_path_install+set}" = set; then
2699     INSTALL=$ac_cv_path_install
2700   else
2701     # As a last resort, use the slow shell script.  We don't cache a
2702     # path for INSTALL within a source directory, because that will
2703     # break other packages using the cache if that directory is
2704     # removed, or if the path is relative.
2705     INSTALL=$ac_install_sh
2706   fi
2707 fi
2708 echo "$as_me:2708: result: $INSTALL" >&5
2709 echo "${ECHO_T}$INSTALL" >&6
2710
2711 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2712 # It thinks the first close brace ends the variable substitution.
2713 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2714
2715 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2716
2717 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2718
2719 echo "$as_me:2719: checking whether ln -s works" >&5
2720 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2721 LN_S=$as_ln_s
2722 if test "$LN_S" = "ln -s"; then
2723   echo "$as_me:2723: result: yes" >&5
2724 echo "${ECHO_T}yes" >&6
2725 else
2726   echo "$as_me:2726: result: no, using $LN_S" >&5
2727 echo "${ECHO_T}no, using $LN_S" >&6
2728 fi
2729
2730 echo "$as_me:2730: checking if $LN_S -f options work" >&5
2731 echo $ECHO_N "checking if $LN_S -f options work... $ECHO_C" >&6
2732
2733 rm -f conf$$.src conf$$dst
2734 echo >conf$$.dst
2735 echo first >conf$$.src
2736 if $LN_S -f conf$$.src conf$$.dst 2>/dev/null; then
2737         cf_prog_ln_sf=yes
2738 else
2739         cf_prog_ln_sf=no
2740 fi
2741 rm -f conf$$.dst conf$$src
2742 echo "$as_me:2742: result: $cf_prog_ln_sf" >&5
2743 echo "${ECHO_T}$cf_prog_ln_sf" >&6
2744
2745 test "$cf_prog_ln_sf" = yes && LN_S="$LN_S -f"
2746
2747 echo "$as_me:2747: checking for long file names" >&5
2748 echo $ECHO_N "checking for long file names... $ECHO_C" >&6
2749 if test "${ac_cv_sys_long_file_names+set}" = set; then
2750   echo $ECHO_N "(cached) $ECHO_C" >&6
2751 else
2752   ac_cv_sys_long_file_names=yes
2753 # Test for long file names in all the places we know might matter:
2754 #      .                the current directory, where building will happen
2755 #      $prefix/lib      where we will be installing things
2756 #      $exec_prefix/lib likewise
2757 # eval it to expand exec_prefix.
2758 #      $TMPDIR          if set, where it might want to write temporary files
2759 # if $TMPDIR is not set:
2760 #      /tmp             where it might want to write temporary files
2761 #      /var/tmp         likewise
2762 #      /usr/tmp         likewise
2763 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
2764   ac_tmpdirs=$TMPDIR
2765 else
2766   ac_tmpdirs='/tmp /var/tmp /usr/tmp'
2767 fi
2768 for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
2769   test -d $ac_dir || continue
2770   test -w $ac_dir || continue # It is less confusing to not echo anything here.
2771   ac_xdir=$ac_dir/cf$$
2772   (umask 077 && mkdir $ac_xdir 2>/dev/null) || continue
2773   ac_tf1=$ac_xdir/conftest9012345
2774   ac_tf2=$ac_xdir/conftest9012346
2775   (echo 1 >$ac_tf1) 2>/dev/null
2776   (echo 2 >$ac_tf2) 2>/dev/null
2777   ac_val=`cat $ac_tf1 2>/dev/null`
2778   if test ! -f $ac_tf1 || test "$ac_val" != 1; then
2779     ac_cv_sys_long_file_names=no
2780     rm -rf $ac_xdir 2>/dev/null
2781     break
2782   fi
2783   rm -rf $ac_xdir 2>/dev/null
2784 done
2785 fi
2786 echo "$as_me:2786: result: $ac_cv_sys_long_file_names" >&5
2787 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
2788 if test $ac_cv_sys_long_file_names = yes; then
2789
2790 cat >>confdefs.h <<\EOF
2791 #define HAVE_LONG_FILE_NAMES 1
2792 EOF
2793
2794 fi
2795
2796 # if we find pkg-config, check if we should install the ".pc" files.
2797
2798 echo "$as_me:2798: checking if you want to use pkg-config" >&5
2799 echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6
2800
2801 # Check whether --with-pkg-config or --without-pkg-config was given.
2802 if test "${with_pkg_config+set}" = set; then
2803   withval="$with_pkg_config"
2804   cf_pkg_config=$withval
2805 else
2806   cf_pkg_config=yes
2807 fi;
2808 echo "$as_me:2808: result: $cf_pkg_config" >&5
2809 echo "${ECHO_T}$cf_pkg_config" >&6
2810
2811 case $cf_pkg_config in #(vi
2812 no) #(vi
2813         PKG_CONFIG=none
2814         ;;
2815 yes) #(vi
2816
2817 if test -n "$ac_tool_prefix"; then
2818   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2819 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2820 echo "$as_me:2820: checking for $ac_word" >&5
2821 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2822 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2823   echo $ECHO_N "(cached) $ECHO_C" >&6
2824 else
2825   case $PKG_CONFIG in
2826   [\\/]* | ?:[\\/]*)
2827   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2828   ;;
2829   *)
2830   ac_save_IFS=$IFS; IFS=$ac_path_separator
2831 ac_dummy="$PATH"
2832 for ac_dir in $ac_dummy; do
2833   IFS=$ac_save_IFS
2834   test -z "$ac_dir" && ac_dir=.
2835   if $as_executable_p "$ac_dir/$ac_word"; then
2836    ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
2837    echo "$as_me:2837: found $ac_dir/$ac_word" >&5
2838    break
2839 fi
2840 done
2841
2842   ;;
2843 esac
2844 fi
2845 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2846
2847 if test -n "$PKG_CONFIG"; then
2848   echo "$as_me:2848: result: $PKG_CONFIG" >&5
2849 echo "${ECHO_T}$PKG_CONFIG" >&6
2850 else
2851   echo "$as_me:2851: result: no" >&5
2852 echo "${ECHO_T}no" >&6
2853 fi
2854
2855 fi
2856 if test -z "$ac_cv_path_PKG_CONFIG"; then
2857   ac_pt_PKG_CONFIG=$PKG_CONFIG
2858   # Extract the first word of "pkg-config", so it can be a program name with args.
2859 set dummy pkg-config; ac_word=$2
2860 echo "$as_me:2860: checking for $ac_word" >&5
2861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2862 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2863   echo $ECHO_N "(cached) $ECHO_C" >&6
2864 else
2865   case $ac_pt_PKG_CONFIG in
2866   [\\/]* | ?:[\\/]*)
2867   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2868   ;;
2869   *)
2870   ac_save_IFS=$IFS; IFS=$ac_path_separator
2871 ac_dummy="$PATH"
2872 for ac_dir in $ac_dummy; do
2873   IFS=$ac_save_IFS
2874   test -z "$ac_dir" && ac_dir=.
2875   if $as_executable_p "$ac_dir/$ac_word"; then
2876    ac_cv_path_ac_pt_PKG_CONFIG="$ac_dir/$ac_word"
2877    echo "$as_me:2877: found $ac_dir/$ac_word" >&5
2878    break
2879 fi
2880 done
2881
2882   test -z "$ac_cv_path_ac_pt_PKG_CONFIG" && ac_cv_path_ac_pt_PKG_CONFIG="none"
2883   ;;
2884 esac
2885 fi
2886 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2887
2888 if test -n "$ac_pt_PKG_CONFIG"; then
2889   echo "$as_me:2889: result: $ac_pt_PKG_CONFIG" >&5
2890 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
2891 else
2892   echo "$as_me:2892: result: no" >&5
2893 echo "${ECHO_T}no" >&6
2894 fi
2895
2896   PKG_CONFIG=$ac_pt_PKG_CONFIG
2897 else
2898   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2899 fi
2900
2901         ;;
2902 *)
2903         PKG_CONFIG=$withval
2904         ;;
2905 esac
2906
2907 test -z "$PKG_CONFIG" && PKG_CONFIG=none
2908 if test "$PKG_CONFIG" != none ; then
2909
2910 if test "x$prefix" != xNONE; then
2911   cf_path_syntax="$prefix"
2912 else
2913   cf_path_syntax="$ac_default_prefix"
2914 fi
2915
2916 case ".$PKG_CONFIG" in #(vi
2917 .\$\(*\)*|.\'*\'*) #(vi
2918   ;;
2919 ..|./*|.\\*) #(vi
2920   ;;
2921 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
2922   ;;
2923 .\${*prefix}*) #(vi
2924   eval PKG_CONFIG="$PKG_CONFIG"
2925   case ".$PKG_CONFIG" in #(vi
2926   .NONE/*)
2927     PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
2928     ;;
2929   esac
2930   ;; #(vi
2931 .no|.NONE/*)
2932   PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
2933   ;;
2934 *)
2935   { { echo "$as_me:2935: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
2936 echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;}
2937    { (exit 1); exit 1; }; }
2938   ;;
2939 esac
2940
2941 fi
2942
2943 if test "$PKG_CONFIG" != no ; then
2944         echo "$as_me:2944: checking for $PKG_CONFIG library directory" >&5
2945 echo $ECHO_N "checking for $PKG_CONFIG library directory... $ECHO_C" >&6
2946
2947 # Check whether --with-pkg-config-libdir or --without-pkg-config-libdir was given.
2948 if test "${with_pkg_config_libdir+set}" = set; then
2949   withval="$with_pkg_config_libdir"
2950   PKG_CONFIG_LIBDIR=$withval
2951 else
2952   PKG_CONFIG_LIBDIR=yes
2953 fi;
2954
2955         case x$PKG_CONFIG_LIBDIR in #(vi
2956         x/*) #(vi
2957                 ;;
2958         xyes) #(vi
2959                 # look for the library directory using the same prefix as the executable
2960                 cf_path=`echo "$PKG_CONFIG" | sed -e 's,/[^/]*/[^/]*$,,'`
2961                 case x`(arch) 2>/dev/null` in #(vi
2962                 *64) #(vi
2963                         for cf_config in $cf_path/share $cf_path/lib64 $cf_path/lib32 $cf_path/lib
2964                         do
2965                                 if test -d $cf_config/pkgconfig
2966                                 then
2967                                         PKG_CONFIG_LIBDIR=$cf_config/pkgconfig
2968                                         break
2969                                 fi
2970                         done
2971                         ;;
2972                 *)
2973                         PKG_CONFIG_LIBDIR=$cf_path/lib/pkgconfig
2974                         ;;
2975                 esac
2976                 ;;
2977         *)
2978                 ;;
2979         esac
2980
2981         echo "$as_me:2981: result: $PKG_CONFIG_LIBDIR" >&5
2982 echo "${ECHO_T}$PKG_CONFIG_LIBDIR" >&6
2983 fi
2984
2985 if test "$PKG_CONFIG" != no ; then
2986         if test -n "$PKG_CONFIG_LIBDIR" && test -d "$PKG_CONFIG_LIBDIR" ; then
2987                 echo "$as_me:2987: checking if we should install .pc files for $PKG_CONFIG" >&5
2988 echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6
2989
2990 # Check whether --enable-pc-files or --disable-pc-files was given.
2991 if test "${enable_pc_files+set}" = set; then
2992   enableval="$enable_pc_files"
2993   enable_pc_files=$enableval
2994 else
2995   enable_pc_files=no
2996 fi;
2997                 echo "$as_me:2997: result: $enable_pc_files" >&5
2998 echo "${ECHO_T}$enable_pc_files" >&6
2999         elif test -z "$PKG_CONFIG_LIBDIR" || test "$PKG_CONFIG_LIBDIR" != no; then
3000                 enable_pc_files=no
3001                 { echo "$as_me:3001: WARNING: did not find $PKG_CONFIG library" >&5
3002 echo "$as_me: WARNING: did not find $PKG_CONFIG library" >&2;}
3003         fi
3004 else
3005         enable_pc_files=no
3006 fi
3007
3008 echo "$as_me:3008: checking if you want to build test-programs" >&5
3009 echo $ECHO_N "checking if you want to build test-programs... $ECHO_C" >&6
3010
3011 # Check whether --with-tests or --without-tests was given.
3012 if test "${with_tests+set}" = set; then
3013   withval="$with_tests"
3014   cf_with_tests=$withval
3015 else
3016   cf_with_tests=yes
3017 fi;
3018 echo "$as_me:3018: result: $cf_with_tests" >&5
3019 echo "${ECHO_T}$cf_with_tests" >&6
3020
3021 echo "$as_me:3021: checking if we should assume mixed-case filenames" >&5
3022 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
3023
3024 # Check whether --enable-mixed-case or --disable-mixed-case was given.
3025 if test "${enable_mixed_case+set}" = set; then
3026   enableval="$enable_mixed_case"
3027   enable_mixedcase=$enableval
3028 else
3029   enable_mixedcase=auto
3030 fi;
3031 echo "$as_me:3031: result: $enable_mixedcase" >&5
3032 echo "${ECHO_T}$enable_mixedcase" >&6
3033 if test "$enable_mixedcase" = "auto" ; then
3034
3035 echo "$as_me:3035: checking if filesystem supports mixed-case filenames" >&5
3036 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
3037 if test "${cf_cv_mixedcase+set}" = set; then
3038   echo $ECHO_N "(cached) $ECHO_C" >&6
3039 else
3040
3041 if test "$cross_compiling" = yes ; then
3042         case $target_alias in #(vi
3043         *-os2-emx*|*-msdosdjgpp*|*-cygwin*|*-mingw32*|*-uwin*) #(vi
3044                 cf_cv_mixedcase=no
3045                 ;;
3046         *)
3047                 cf_cv_mixedcase=yes
3048                 ;;
3049         esac
3050 else
3051         rm -f conftest CONFTEST
3052         echo test >conftest
3053         if test -f CONFTEST ; then
3054                 cf_cv_mixedcase=no
3055         else
3056                 cf_cv_mixedcase=yes
3057         fi
3058         rm -f conftest CONFTEST
3059 fi
3060
3061 fi
3062 echo "$as_me:3062: result: $cf_cv_mixedcase" >&5
3063 echo "${ECHO_T}$cf_cv_mixedcase" >&6
3064 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF
3065 #define MIXEDCASE_FILENAMES 1
3066 EOF
3067
3068 else
3069     cf_cv_mixedcase=$enable_mixedcase
3070     if test "$enable_mixedcase" = "yes" ; then
3071         cat >>confdefs.h <<\EOF
3072 #define MIXEDCASE_FILENAMES 1
3073 EOF
3074
3075     fi
3076 fi
3077
3078 # do this after mixed-case option (tags/TAGS is not as important as tic).
3079 echo "$as_me:3079: checking whether ${MAKE-make} sets \${MAKE}" >&5
3080 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
3081 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
3082 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3083   echo $ECHO_N "(cached) $ECHO_C" >&6
3084 else
3085   cat >conftest.make <<\EOF
3086 all:
3087         @echo 'ac_maketemp="${MAKE}"'
3088 EOF
3089 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3090 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3091 if test -n "$ac_maketemp"; then
3092   eval ac_cv_prog_make_${ac_make}_set=yes
3093 else
3094   eval ac_cv_prog_make_${ac_make}_set=no
3095 fi
3096 rm -f conftest.make
3097 fi
3098 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3099   echo "$as_me:3099: result: yes" >&5
3100 echo "${ECHO_T}yes" >&6
3101   SET_MAKE=
3102 else
3103   echo "$as_me:3103: result: no" >&5
3104 echo "${ECHO_T}no" >&6
3105   SET_MAKE="MAKE=${MAKE-make}"
3106 fi
3107
3108 for ac_prog in exctags ctags
3109 do
3110   # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 echo "$as_me:3112: checking for $ac_word" >&5
3113 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3114 if test "${ac_cv_prog_CTAGS+set}" = set; then
3115   echo $ECHO_N "(cached) $ECHO_C" >&6
3116 else
3117   if test -n "$CTAGS"; then
3118   ac_cv_prog_CTAGS="$CTAGS" # Let the user override the test.
3119 else
3120   ac_save_IFS=$IFS; IFS=$ac_path_separator
3121 ac_dummy="$PATH"
3122 for ac_dir in $ac_dummy; do
3123   IFS=$ac_save_IFS
3124   test -z "$ac_dir" && ac_dir=.
3125   $as_executable_p "$ac_dir/$ac_word" || continue
3126 ac_cv_prog_CTAGS="$ac_prog"
3127 echo "$as_me:3127: found $ac_dir/$ac_word" >&5
3128 break
3129 done
3130
3131 fi
3132 fi
3133 CTAGS=$ac_cv_prog_CTAGS
3134 if test -n "$CTAGS"; then
3135   echo "$as_me:3135: result: $CTAGS" >&5
3136 echo "${ECHO_T}$CTAGS" >&6
3137 else
3138   echo "$as_me:3138: result: no" >&5
3139 echo "${ECHO_T}no" >&6
3140 fi
3141
3142   test -n "$CTAGS" && break
3143 done
3144
3145 for ac_prog in exetags etags
3146 do
3147   # Extract the first word of "$ac_prog", so it can be a program name with args.
3148 set dummy $ac_prog; ac_word=$2
3149 echo "$as_me:3149: checking for $ac_word" >&5
3150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3151 if test "${ac_cv_prog_ETAGS+set}" = set; then
3152   echo $ECHO_N "(cached) $ECHO_C" >&6
3153 else
3154   if test -n "$ETAGS"; then
3155   ac_cv_prog_ETAGS="$ETAGS" # Let the user override the test.
3156 else
3157   ac_save_IFS=$IFS; IFS=$ac_path_separator
3158 ac_dummy="$PATH"
3159 for ac_dir in $ac_dummy; do
3160   IFS=$ac_save_IFS
3161   test -z "$ac_dir" && ac_dir=.
3162   $as_executable_p "$ac_dir/$ac_word" || continue
3163 ac_cv_prog_ETAGS="$ac_prog"
3164 echo "$as_me:3164: found $ac_dir/$ac_word" >&5
3165 break
3166 done
3167
3168 fi
3169 fi
3170 ETAGS=$ac_cv_prog_ETAGS
3171 if test -n "$ETAGS"; then
3172   echo "$as_me:3172: result: $ETAGS" >&5
3173 echo "${ECHO_T}$ETAGS" >&6
3174 else
3175   echo "$as_me:3175: result: no" >&5
3176 echo "${ECHO_T}no" >&6
3177 fi
3178
3179   test -n "$ETAGS" && break
3180 done
3181
3182 # Extract the first word of "${CTAGS:-ctags}", so it can be a program name with args.
3183 set dummy ${CTAGS:-ctags}; ac_word=$2
3184 echo "$as_me:3184: checking for $ac_word" >&5
3185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3186 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
3187   echo $ECHO_N "(cached) $ECHO_C" >&6
3188 else
3189   if test -n "$MAKE_LOWER_TAGS"; then
3190   ac_cv_prog_MAKE_LOWER_TAGS="$MAKE_LOWER_TAGS" # Let the user override the test.
3191 else
3192   ac_save_IFS=$IFS; IFS=$ac_path_separator
3193 ac_dummy="$PATH"
3194 for ac_dir in $ac_dummy; do
3195   IFS=$ac_save_IFS
3196   test -z "$ac_dir" && ac_dir=.
3197   $as_executable_p "$ac_dir/$ac_word" || continue
3198 ac_cv_prog_MAKE_LOWER_TAGS="yes"
3199 echo "$as_me:3199: found $ac_dir/$ac_word" >&5
3200 break
3201 done
3202
3203   test -z "$ac_cv_prog_MAKE_LOWER_TAGS" && ac_cv_prog_MAKE_LOWER_TAGS="no"
3204 fi
3205 fi
3206 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
3207 if test -n "$MAKE_LOWER_TAGS"; then
3208   echo "$as_me:3208: result: $MAKE_LOWER_TAGS" >&5
3209 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
3210 else
3211   echo "$as_me:3211: result: no" >&5
3212 echo "${ECHO_T}no" >&6
3213 fi
3214
3215 if test "$cf_cv_mixedcase" = yes ; then
3216         # Extract the first word of "${ETAGS:-etags}", so it can be a program name with args.
3217 set dummy ${ETAGS:-etags}; ac_word=$2
3218 echo "$as_me:3218: checking for $ac_word" >&5
3219 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3220 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
3221   echo $ECHO_N "(cached) $ECHO_C" >&6
3222 else
3223   if test -n "$MAKE_UPPER_TAGS"; then
3224   ac_cv_prog_MAKE_UPPER_TAGS="$MAKE_UPPER_TAGS" # Let the user override the test.
3225 else
3226   ac_save_IFS=$IFS; IFS=$ac_path_separator
3227 ac_dummy="$PATH"
3228 for ac_dir in $ac_dummy; do
3229   IFS=$ac_save_IFS
3230   test -z "$ac_dir" && ac_dir=.
3231   $as_executable_p "$ac_dir/$ac_word" || continue
3232 ac_cv_prog_MAKE_UPPER_TAGS="yes"
3233 echo "$as_me:3233: found $ac_dir/$ac_word" >&5
3234 break
3235 done
3236
3237   test -z "$ac_cv_prog_MAKE_UPPER_TAGS" && ac_cv_prog_MAKE_UPPER_TAGS="no"
3238 fi
3239 fi
3240 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
3241 if test -n "$MAKE_UPPER_TAGS"; then
3242   echo "$as_me:3242: result: $MAKE_UPPER_TAGS" >&5
3243 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
3244 else
3245   echo "$as_me:3245: result: no" >&5
3246 echo "${ECHO_T}no" >&6
3247 fi
3248
3249 else
3250         MAKE_UPPER_TAGS=no
3251 fi
3252
3253 if test "$MAKE_UPPER_TAGS" = yes ; then
3254         MAKE_UPPER_TAGS=
3255 else
3256         MAKE_UPPER_TAGS="#"
3257 fi
3258
3259 if test "$MAKE_LOWER_TAGS" = yes ; then
3260         MAKE_LOWER_TAGS=
3261 else
3262         MAKE_LOWER_TAGS="#"
3263 fi
3264
3265 echo "$as_me:3265: checking for makeflags variable" >&5
3266 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
3267 if test "${cf_cv_makeflags+set}" = set; then
3268   echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270
3271         cf_cv_makeflags=''
3272         for cf_option in '-${MAKEFLAGS}' '${MFLAGS}'
3273         do
3274                 cat >cf_makeflags.tmp <<CF_EOF
3275 SHELL = /bin/sh
3276 all :
3277         @ echo '.$cf_option'
3278 CF_EOF
3279                 cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[    ]*$,,'`
3280                 case "$cf_result" in
3281                 .*k)
3282                         cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
3283                         case "$cf_result" in
3284                         .*CC=*) cf_cv_makeflags=
3285                                 ;;
3286                         *)      cf_cv_makeflags=$cf_option
3287                                 ;;
3288                         esac
3289                         break
3290                         ;;
3291                 .-)     ;;
3292                 *)      echo "given option \"$cf_option\", no match \"$cf_result\""
3293                         ;;
3294                 esac
3295         done
3296         rm -f cf_makeflags.tmp
3297
3298 fi
3299 echo "$as_me:3299: result: $cf_cv_makeflags" >&5
3300 echo "${ECHO_T}$cf_cv_makeflags" >&6
3301
3302 if test -n "$ac_tool_prefix"; then
3303   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3304 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3305 echo "$as_me:3305: checking for $ac_word" >&5
3306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3307 if test "${ac_cv_prog_RANLIB+set}" = set; then
3308   echo $ECHO_N "(cached) $ECHO_C" >&6
3309 else
3310   if test -n "$RANLIB"; then
3311   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3312 else
3313   ac_save_IFS=$IFS; IFS=$ac_path_separator
3314 ac_dummy="$PATH"
3315 for ac_dir in $ac_dummy; do
3316   IFS=$ac_save_IFS
3317   test -z "$ac_dir" && ac_dir=.
3318   $as_executable_p "$ac_dir/$ac_word" || continue
3319 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3320 echo "$as_me:3320: found $ac_dir/$ac_word" >&5
3321 break
3322 done
3323
3324 fi
3325 fi
3326 RANLIB=$ac_cv_prog_RANLIB
3327 if test -n "$RANLIB"; then
3328   echo "$as_me:3328: result: $RANLIB" >&5
3329 echo "${ECHO_T}$RANLIB" >&6
3330 else
3331   echo "$as_me:3331: result: no" >&5
3332 echo "${ECHO_T}no" >&6
3333 fi
3334
3335 fi
3336 if test -z "$ac_cv_prog_RANLIB"; then
3337   ac_ct_RANLIB=$RANLIB
3338   # Extract the first word of "ranlib", so it can be a program name with args.
3339 set dummy ranlib; ac_word=$2
3340 echo "$as_me:3340: checking for $ac_word" >&5
3341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3342 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3343   echo $ECHO_N "(cached) $ECHO_C" >&6
3344 else
3345   if test -n "$ac_ct_RANLIB"; then
3346   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3347 else
3348   ac_save_IFS=$IFS; IFS=$ac_path_separator
3349 ac_dummy="$PATH"
3350 for ac_dir in $ac_dummy; do
3351   IFS=$ac_save_IFS
3352   test -z "$ac_dir" && ac_dir=.
3353   $as_executable_p "$ac_dir/$ac_word" || continue
3354 ac_cv_prog_ac_ct_RANLIB="ranlib"
3355 echo "$as_me:3355: found $ac_dir/$ac_word" >&5
3356 break
3357 done
3358
3359   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB="':'"
3360 fi
3361 fi
3362 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3363 if test -n "$ac_ct_RANLIB"; then
3364   echo "$as_me:3364: result: $ac_ct_RANLIB" >&5
3365 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3366 else
3367   echo "$as_me:3367: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3369 fi
3370
3371   RANLIB=$ac_ct_RANLIB
3372 else
3373   RANLIB="$ac_cv_prog_RANLIB"
3374 fi
3375
3376 if test -n "$ac_tool_prefix"; then
3377   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
3378 set dummy ${ac_tool_prefix}ld; ac_word=$2
3379 echo "$as_me:3379: checking for $ac_word" >&5
3380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3381 if test "${ac_cv_prog_LD+set}" = set; then
3382   echo $ECHO_N "(cached) $ECHO_C" >&6
3383 else
3384   if test -n "$LD"; then
3385   ac_cv_prog_LD="$LD" # Let the user override the test.
3386 else
3387   ac_save_IFS=$IFS; IFS=$ac_path_separator
3388 ac_dummy="$PATH"
3389 for ac_dir in $ac_dummy; do
3390   IFS=$ac_save_IFS
3391   test -z "$ac_dir" && ac_dir=.
3392   $as_executable_p "$ac_dir/$ac_word" || continue
3393 ac_cv_prog_LD="${ac_tool_prefix}ld"
3394 echo "$as_me:3394: found $ac_dir/$ac_word" >&5
3395 break
3396 done
3397
3398 fi
3399 fi
3400 LD=$ac_cv_prog_LD
3401 if test -n "$LD"; then
3402   echo "$as_me:3402: result: $LD" >&5
3403 echo "${ECHO_T}$LD" >&6
3404 else
3405   echo "$as_me:3405: result: no" >&5
3406 echo "${ECHO_T}no" >&6
3407 fi
3408
3409 fi
3410 if test -z "$ac_cv_prog_LD"; then
3411   ac_ct_LD=$LD
3412   # Extract the first word of "ld", so it can be a program name with args.
3413 set dummy ld; ac_word=$2
3414 echo "$as_me:3414: checking for $ac_word" >&5
3415 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3416 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
3417   echo $ECHO_N "(cached) $ECHO_C" >&6
3418 else
3419   if test -n "$ac_ct_LD"; then
3420   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
3421 else
3422   ac_save_IFS=$IFS; IFS=$ac_path_separator
3423 ac_dummy="$PATH"
3424 for ac_dir in $ac_dummy; do
3425   IFS=$ac_save_IFS
3426   test -z "$ac_dir" && ac_dir=.
3427   $as_executable_p "$ac_dir/$ac_word" || continue
3428 ac_cv_prog_ac_ct_LD="ld"
3429 echo "$as_me:3429: found $ac_dir/$ac_word" >&5
3430 break
3431 done
3432
3433   test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD="ld"
3434 fi
3435 fi
3436 ac_ct_LD=$ac_cv_prog_ac_ct_LD
3437 if test -n "$ac_ct_LD"; then
3438   echo "$as_me:3438: result: $ac_ct_LD" >&5
3439 echo "${ECHO_T}$ac_ct_LD" >&6
3440 else
3441   echo "$as_me:3441: result: no" >&5
3442 echo "${ECHO_T}no" >&6
3443 fi
3444
3445   LD=$ac_ct_LD
3446 else
3447   LD="$ac_cv_prog_LD"
3448 fi
3449
3450 if test -n "$ac_tool_prefix"; then
3451   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3452 set dummy ${ac_tool_prefix}ar; ac_word=$2
3453 echo "$as_me:3453: checking for $ac_word" >&5
3454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3455 if test "${ac_cv_prog_AR+set}" = set; then
3456   echo $ECHO_N "(cached) $ECHO_C" >&6
3457 else
3458   if test -n "$AR"; then
3459   ac_cv_prog_AR="$AR" # Let the user override the test.
3460 else
3461   ac_save_IFS=$IFS; IFS=$ac_path_separator
3462 ac_dummy="$PATH"
3463 for ac_dir in $ac_dummy; do
3464   IFS=$ac_save_IFS
3465   test -z "$ac_dir" && ac_dir=.
3466   $as_executable_p "$ac_dir/$ac_word" || continue
3467 ac_cv_prog_AR="${ac_tool_prefix}ar"
3468 echo "$as_me:3468: found $ac_dir/$ac_word" >&5
3469 break
3470 done
3471
3472 fi
3473 fi
3474 AR=$ac_cv_prog_AR
3475 if test -n "$AR"; then
3476   echo "$as_me:3476: result: $AR" >&5
3477 echo "${ECHO_T}$AR" >&6
3478 else
3479   echo "$as_me:3479: result: no" >&5
3480 echo "${ECHO_T}no" >&6
3481 fi
3482
3483 fi
3484 if test -z "$ac_cv_prog_AR"; then
3485   ac_ct_AR=$AR
3486   # Extract the first word of "ar", so it can be a program name with args.
3487 set dummy ar; ac_word=$2
3488 echo "$as_me:3488: checking for $ac_word" >&5
3489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3490 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3491   echo $ECHO_N "(cached) $ECHO_C" >&6
3492 else
3493   if test -n "$ac_ct_AR"; then
3494   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3495 else
3496   ac_save_IFS=$IFS; IFS=$ac_path_separator
3497 ac_dummy="$PATH"
3498 for ac_dir in $ac_dummy; do
3499   IFS=$ac_save_IFS
3500   test -z "$ac_dir" && ac_dir=.
3501   $as_executable_p "$ac_dir/$ac_word" || continue
3502 ac_cv_prog_ac_ct_AR="ar"
3503 echo "$as_me:3503: found $ac_dir/$ac_word" >&5
3504 break
3505 done
3506
3507   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
3508 fi
3509 fi
3510 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3511 if test -n "$ac_ct_AR"; then
3512   echo "$as_me:3512: result: $ac_ct_AR" >&5
3513 echo "${ECHO_T}$ac_ct_AR" >&6
3514 else
3515   echo "$as_me:3515: result: no" >&5
3516 echo "${ECHO_T}no" >&6
3517 fi
3518
3519   AR=$ac_ct_AR
3520 else
3521   AR="$ac_cv_prog_AR"
3522 fi
3523
3524 if test -n "$ac_tool_prefix"; then
3525   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3526 set dummy ${ac_tool_prefix}ar; ac_word=$2
3527 echo "$as_me:3527: checking for $ac_word" >&5
3528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3529 if test "${ac_cv_prog_AR+set}" = set; then
3530   echo $ECHO_N "(cached) $ECHO_C" >&6
3531 else
3532   if test -n "$AR"; then
3533   ac_cv_prog_AR="$AR" # Let the user override the test.
3534 else
3535   ac_save_IFS=$IFS; IFS=$ac_path_separator
3536 ac_dummy="$PATH"
3537 for ac_dir in $ac_dummy; do
3538   IFS=$ac_save_IFS
3539   test -z "$ac_dir" && ac_dir=.
3540   $as_executable_p "$ac_dir/$ac_word" || continue
3541 ac_cv_prog_AR="${ac_tool_prefix}ar"
3542 echo "$as_me:3542: found $ac_dir/$ac_word" >&5
3543 break
3544 done
3545
3546 fi
3547 fi
3548 AR=$ac_cv_prog_AR
3549 if test -n "$AR"; then
3550   echo "$as_me:3550: result: $AR" >&5
3551 echo "${ECHO_T}$AR" >&6
3552 else
3553   echo "$as_me:3553: result: no" >&5
3554 echo "${ECHO_T}no" >&6
3555 fi
3556
3557 fi
3558 if test -z "$ac_cv_prog_AR"; then
3559   ac_ct_AR=$AR
3560   # Extract the first word of "ar", so it can be a program name with args.
3561 set dummy ar; ac_word=$2
3562 echo "$as_me:3562: checking for $ac_word" >&5
3563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3564 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3565   echo $ECHO_N "(cached) $ECHO_C" >&6
3566 else
3567   if test -n "$ac_ct_AR"; then
3568   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3569 else
3570   ac_save_IFS=$IFS; IFS=$ac_path_separator
3571 ac_dummy="$PATH"
3572 for ac_dir in $ac_dummy; do
3573   IFS=$ac_save_IFS
3574   test -z "$ac_dir" && ac_dir=.
3575   $as_executable_p "$ac_dir/$ac_word" || continue
3576 ac_cv_prog_ac_ct_AR="ar"
3577 echo "$as_me:3577: found $ac_dir/$ac_word" >&5
3578 break
3579 done
3580
3581   test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
3582 fi
3583 fi
3584 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3585 if test -n "$ac_ct_AR"; then
3586   echo "$as_me:3586: result: $ac_ct_AR" >&5
3587 echo "${ECHO_T}$ac_ct_AR" >&6
3588 else
3589   echo "$as_me:3589: result: no" >&5
3590 echo "${ECHO_T}no" >&6
3591 fi
3592
3593   AR=$ac_ct_AR
3594 else
3595   AR="$ac_cv_prog_AR"
3596 fi
3597
3598 echo "$as_me:3598: checking for options to update archives" >&5
3599 echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
3600 if test "${cf_cv_ar_flags+set}" = set; then
3601   echo $ECHO_N "(cached) $ECHO_C" >&6
3602 else
3603
3604         cf_cv_ar_flags=unknown
3605         for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
3606         do
3607
3608                 # check if $ARFLAGS already contains this choice
3609                 if test "x$ARFLAGS" != "x" ; then
3610                         cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
3611                         if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
3612                                 cf_cv_ar_flags=
3613                                 break
3614                         fi
3615                 fi
3616
3617                 rm -f conftest.$ac_cv_objext
3618                 rm -f conftest.a
3619
3620                 cat >conftest.$ac_ext <<EOF
3621 #line 3621 "configure"
3622 int     testdata[3] = { 123, 456, 789 };
3623 EOF
3624                 if { (eval echo "$as_me:3624: \"$ac_compile\"") >&5
3625   (eval $ac_compile) 2>&5
3626   ac_status=$?
3627   echo "$as_me:3627: \$? = $ac_status" >&5
3628   (exit $ac_status); } ; then
3629                         echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&5
3630                         $AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null
3631                         if test -f conftest.a ; then
3632                                 cf_cv_ar_flags=$cf_ar_flags
3633                                 break
3634                         fi
3635                 else
3636                         test -n "$verbose" && echo "    cannot compile test-program" 1>&6
3637
3638 echo "${as_me:-configure}:3638: testing cannot compile test-program ..." 1>&5
3639
3640                         break
3641                 fi
3642         done
3643         rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
3644
3645 fi
3646 echo "$as_me:3646: result: $cf_cv_ar_flags" >&5
3647 echo "${ECHO_T}$cf_cv_ar_flags" >&6
3648
3649 if test -n "$ARFLAGS" ; then
3650         if test -n "$cf_cv_ar_flags" ; then
3651                 ARFLAGS="$ARFLAGS $cf_cv_ar_flags"
3652         fi
3653 else
3654         ARFLAGS=$cf_cv_ar_flags
3655 fi
3656
3657 echo "$as_me:3657: checking if you have specified an install-prefix" >&5
3658 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
3659
3660 # Check whether --with-install-prefix or --without-install-prefix was given.
3661 if test "${with_install_prefix+set}" = set; then
3662   withval="$with_install_prefix"
3663   case "$withval" in #(vi
3664         yes|no) #(vi
3665                 ;;
3666         *)      DESTDIR="$withval"
3667                 ;;
3668         esac
3669 fi;
3670 echo "$as_me:3670: result: $DESTDIR" >&5
3671 echo "${ECHO_T}$DESTDIR" >&6
3672
3673 ###############################################################################
3674
3675 # If we're cross-compiling, allow the user to override the tools and their
3676 # options.  The configure script is oriented toward identifying the host
3677 # compiler, etc., but we need a build compiler to generate parts of the source.
3678
3679 if test "$cross_compiling" = yes ; then
3680
3681         # defaults that we might want to override
3682         : ${BUILD_CFLAGS:=''}
3683         : ${BUILD_CPPFLAGS:=''}
3684         : ${BUILD_LDFLAGS:=''}
3685         : ${BUILD_LIBS:=''}
3686         : ${BUILD_EXEEXT:='$x'}
3687         : ${BUILD_OBJEXT:='o'}
3688
3689 # Check whether --with-build-cc or --without-build-cc was given.
3690 if test "${with_build_cc+set}" = set; then
3691   withval="$with_build_cc"
3692   BUILD_CC="$withval"
3693 else
3694   for ac_prog in gcc cc cl
3695 do
3696   # Extract the first word of "$ac_prog", so it can be a program name with args.
3697 set dummy $ac_prog; ac_word=$2
3698 echo "$as_me:3698: checking for $ac_word" >&5
3699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3700 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
3701   echo $ECHO_N "(cached) $ECHO_C" >&6
3702 else
3703   if test -n "$BUILD_CC"; then
3704   ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
3705 else
3706   ac_save_IFS=$IFS; IFS=$ac_path_separator
3707 ac_dummy="$PATH"
3708 for ac_dir in $ac_dummy; do
3709   IFS=$ac_save_IFS
3710   test -z "$ac_dir" && ac_dir=.
3711   $as_executable_p "$ac_dir/$ac_word" || continue
3712 ac_cv_prog_BUILD_CC="$ac_prog"
3713 echo "$as_me:3713: found $ac_dir/$ac_word" >&5
3714 break
3715 done
3716
3717 fi
3718 fi
3719 BUILD_CC=$ac_cv_prog_BUILD_CC
3720 if test -n "$BUILD_CC"; then
3721   echo "$as_me:3721: result: $BUILD_CC" >&5
3722 echo "${ECHO_T}$BUILD_CC" >&6
3723 else
3724   echo "$as_me:3724: result: no" >&5
3725 echo "${ECHO_T}no" >&6
3726 fi
3727
3728   test -n "$BUILD_CC" && break
3729 done
3730
3731 fi;
3732         echo "$as_me:3732: checking for native build C compiler" >&5
3733 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
3734         echo "$as_me:3734: result: $BUILD_CC" >&5
3735 echo "${ECHO_T}$BUILD_CC" >&6
3736
3737         echo "$as_me:3737: checking for native build C preprocessor" >&5
3738 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
3739
3740 # Check whether --with-build-cpp or --without-build-cpp was given.
3741 if test "${with_build_cpp+set}" = set; then
3742   withval="$with_build_cpp"
3743   BUILD_CPP="$withval"
3744 else
3745   BUILD_CPP='${BUILD_CC} -E'
3746 fi;
3747         echo "$as_me:3747: result: $BUILD_CPP" >&5
3748 echo "${ECHO_T}$BUILD_CPP" >&6
3749
3750         echo "$as_me:3750: checking for native build C flags" >&5
3751 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
3752
3753 # Check whether --with-build-cflags or --without-build-cflags was given.
3754 if test "${with_build_cflags+set}" = set; then
3755   withval="$with_build_cflags"
3756   BUILD_CFLAGS="$withval"
3757 fi;
3758         echo "$as_me:3758: result: $BUILD_CFLAGS" >&5
3759 echo "${ECHO_T}$BUILD_CFLAGS" >&6
3760
3761         echo "$as_me:3761: checking for native build C preprocessor-flags" >&5
3762 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
3763
3764 # Check whether --with-build-cppflags or --without-build-cppflags was given.
3765 if test "${with_build_cppflags+set}" = set; then
3766   withval="$with_build_cppflags"
3767   BUILD_CPPFLAGS="$withval"
3768 fi;
3769         echo "$as_me:3769: result: $BUILD_CPPFLAGS" >&5
3770 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
3771
3772         echo "$as_me:3772: checking for native build linker-flags" >&5
3773 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
3774
3775 # Check whether --with-build-ldflags or --without-build-ldflags was given.
3776 if test "${with_build_ldflags+set}" = set; then
3777   withval="$with_build_ldflags"
3778   BUILD_LDFLAGS="$withval"
3779 fi;
3780         echo "$as_me:3780: result: $BUILD_LDFLAGS" >&5
3781 echo "${ECHO_T}$BUILD_LDFLAGS" >&6
3782
3783         echo "$as_me:3783: checking for native build linker-libraries" >&5
3784 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
3785
3786 # Check whether --with-build-libs or --without-build-libs was given.
3787 if test "${with_build_libs+set}" = set; then
3788   withval="$with_build_libs"
3789   BUILD_LIBS="$withval"
3790 fi;
3791         echo "$as_me:3791: result: $BUILD_LIBS" >&5
3792 echo "${ECHO_T}$BUILD_LIBS" >&6
3793
3794         # this assumes we're on Unix.
3795         BUILD_EXEEXT=
3796         BUILD_OBJEXT=o
3797
3798         : ${BUILD_CC:='${CC}'}
3799
3800         if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
3801                 { { echo "$as_me:3801: error: Cross-build requires two compilers.
3802 Use --with-build-cc to specify the native compiler." >&5
3803 echo "$as_me: error: Cross-build requires two compilers.
3804 Use --with-build-cc to specify the native compiler." >&2;}
3805    { (exit 1); exit 1; }; }
3806         fi
3807
3808 else
3809         : ${BUILD_CC:='${CC}'}
3810         : ${BUILD_CPP:='${CPP}'}
3811         : ${BUILD_CFLAGS:='${CFLAGS}'}
3812         : ${BUILD_CPPFLAGS:='${CPPFLAGS}'}
3813         : ${BUILD_LDFLAGS:='${LDFLAGS}'}
3814         : ${BUILD_LIBS:='${LIBS}'}
3815         : ${BUILD_EXEEXT:='$x'}
3816         : ${BUILD_OBJEXT:='o'}
3817 fi
3818
3819 ###############################################################################
3820
3821 ### Options to allow the user to specify the set of libraries which are used.
3822 ### Use "--without-normal --with-shared" to allow the default model to be
3823 ### shared, for example.
3824 cf_list_models=""
3825
3826 echo "$as_me:3826: checking if you want to build shared C-objects" >&5
3827 echo $ECHO_N "checking if you want to build shared C-objects... $ECHO_C" >&6
3828
3829 # Check whether --with-shared or --without-shared was given.
3830 if test "${with_shared+set}" = set; then
3831   withval="$with_shared"
3832   with_shared=$withval
3833 else
3834   with_shared=no
3835 fi;
3836 echo "$as_me:3836: result: $with_shared" >&5
3837 echo "${ECHO_T}$with_shared" >&6
3838 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared"
3839
3840 echo "$as_me:3840: checking for specified models" >&5
3841 echo $ECHO_N "checking for specified models... $ECHO_C" >&6
3842 test -z "$cf_list_models" && cf_list_models=normal
3843 echo "$as_me:3843: result: $cf_list_models" >&5
3844 echo "${ECHO_T}$cf_list_models" >&6
3845
3846 ### Use the first model as the default, and save its suffix for use in building
3847 ### up test-applications.
3848 echo "$as_me:3848: checking for default model" >&5
3849 echo $ECHO_N "checking for default model... $ECHO_C" >&6
3850 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
3851 echo "$as_me:3851: result: $DFT_LWR_MODEL" >&5
3852 echo "${ECHO_T}$DFT_LWR_MODEL" >&6
3853
3854 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
3855
3856 echo "$as_me:3856: checking for specific curses-directory" >&5
3857 echo $ECHO_N "checking for specific curses-directory... $ECHO_C" >&6
3858
3859 # Check whether --with-curses-dir or --without-curses-dir was given.
3860 if test "${with_curses_dir+set}" = set; then
3861   withval="$with_curses_dir"
3862   cf_cv_curses_dir=$withval
3863 else
3864   cf_cv_curses_dir=no
3865 fi;
3866 echo "$as_me:3866: result: $cf_cv_curses_dir" >&5
3867 echo "${ECHO_T}$cf_cv_curses_dir" >&6
3868
3869 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
3870 then
3871
3872 if test "x$prefix" != xNONE; then
3873   cf_path_syntax="$prefix"
3874 else
3875   cf_path_syntax="$ac_default_prefix"
3876 fi
3877
3878 case ".$withval" in #(vi
3879 .\$\(*\)*|.\'*\'*) #(vi
3880   ;;
3881 ..|./*|.\\*) #(vi
3882   ;;
3883 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
3884   ;;
3885 .\${*prefix}*) #(vi
3886   eval withval="$withval"
3887   case ".$withval" in #(vi
3888   .NONE/*)
3889     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
3890     ;;
3891   esac
3892   ;; #(vi
3893 .no|.NONE/*)
3894   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
3895   ;;
3896 *)
3897   { { echo "$as_me:3897: error: expected a pathname, not \"$withval\"" >&5
3898 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
3899    { (exit 1); exit 1; }; }
3900   ;;
3901 esac
3902
3903         if test -d "$cf_cv_curses_dir"
3904         then
3905
3906 if test -n "$cf_cv_curses_dir/include" ; then
3907   for cf_add_incdir in $cf_cv_curses_dir/include
3908   do
3909         while test $cf_add_incdir != /usr/include
3910         do
3911           if test -d $cf_add_incdir
3912           then
3913                 cf_have_incdir=no
3914                 if test -n "$CFLAGS$CPPFLAGS" ; then
3915                   # a loop is needed to ensure we can add subdirs of existing dirs
3916                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
3917                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
3918                           cf_have_incdir=yes; break
3919                         fi
3920                   done
3921                 fi
3922
3923                 if test "$cf_have_incdir" = no ; then
3924                   if test "$cf_add_incdir" = /usr/local/include ; then
3925                         if test "$GCC" = yes
3926                         then
3927                           cf_save_CPPFLAGS=$CPPFLAGS
3928                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
3929                           cat >conftest.$ac_ext <<_ACEOF
3930 #line 3930 "configure"
3931 #include "confdefs.h"
3932 #include <stdio.h>
3933 int
3934 main ()
3935 {
3936 printf("Hello")
3937   ;
3938   return 0;
3939 }
3940 _ACEOF
3941 rm -f conftest.$ac_objext
3942 if { (eval echo "$as_me:3942: \"$ac_compile\"") >&5
3943   (eval $ac_compile) 2>&5
3944   ac_status=$?
3945   echo "$as_me:3945: \$? = $ac_status" >&5
3946   (exit $ac_status); } &&
3947          { ac_try='test -s conftest.$ac_objext'
3948   { (eval echo "$as_me:3948: \"$ac_try\"") >&5
3949   (eval $ac_try) 2>&5
3950   ac_status=$?
3951   echo "$as_me:3951: \$? = $ac_status" >&5
3952   (exit $ac_status); }; }; then
3953   :
3954 else
3955   echo "$as_me: failed program was:" >&5
3956 cat conftest.$ac_ext >&5
3957 cf_have_incdir=yes
3958 fi
3959 rm -f conftest.$ac_objext conftest.$ac_ext
3960                           CPPFLAGS=$cf_save_CPPFLAGS
3961                         fi
3962                   fi
3963                 fi
3964
3965                 if test "$cf_have_incdir" = no ; then
3966                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
3967
3968 echo "${as_me:-configure}:3968: testing adding $cf_add_incdir to include-path ..." 1>&5
3969
3970                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
3971
3972                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
3973                   test "$cf_top_incdir" = "$cf_add_incdir" && break
3974                   cf_add_incdir="$cf_top_incdir"
3975                 else
3976                   break
3977                 fi
3978           fi
3979         done
3980   done
3981 fi
3982
3983 if test -n "$cf_cv_curses_dir/lib" ; then
3984   for cf_add_libdir in $cf_cv_curses_dir/lib
3985   do
3986     if test $cf_add_libdir = /usr/lib ; then
3987       :
3988     elif test -d $cf_add_libdir
3989     then
3990       cf_have_libdir=no
3991       if test -n "$LDFLAGS$LIBS" ; then
3992         # a loop is needed to ensure we can add subdirs of existing dirs
3993         for cf_test_libdir in $LDFLAGS $LIBS ; do
3994           if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
3995             cf_have_libdir=yes; break
3996           fi
3997         done
3998       fi
3999       if test "$cf_have_libdir" = no ; then
4000         test -n "$verbose" && echo "    adding $cf_add_libdir to library-path" 1>&6
4001
4002 echo "${as_me:-configure}:4002: testing adding $cf_add_libdir to library-path ..." 1>&5
4003
4004         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
4005       fi
4006     fi
4007   done
4008 fi
4009
4010         fi
4011 fi
4012
4013 echo "$as_me:4013: checking if you want wide-character code" >&5
4014 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
4015
4016 # Check whether --enable-widec or --disable-widec was given.
4017 if test "${enable_widec+set}" = set; then
4018   enableval="$enable_widec"
4019   with_widec=$enableval
4020 else
4021   with_widec=no
4022 fi;
4023 echo "$as_me:4023: result: $with_widec" >&5
4024 echo "${ECHO_T}$with_widec" >&6
4025 if test "$with_widec" = yes ; then
4026
4027 echo "$as_me:4027: checking for multibyte character support" >&5
4028 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
4029 if test "${cf_cv_utf8_lib+set}" = set; then
4030   echo $ECHO_N "(cached) $ECHO_C" >&6
4031 else
4032
4033         cf_save_LIBS="$LIBS"
4034         cat >conftest.$ac_ext <<_ACEOF
4035 #line 4035 "configure"
4036 #include "confdefs.h"
4037
4038 #include <stdlib.h>
4039 int
4040 main ()
4041 {
4042 putwc(0,0);
4043   ;
4044   return 0;
4045 }
4046 _ACEOF
4047 rm -f conftest.$ac_objext conftest$ac_exeext
4048 if { (eval echo "$as_me:4048: \"$ac_link\"") >&5
4049   (eval $ac_link) 2>&5
4050   ac_status=$?
4051   echo "$as_me:4051: \$? = $ac_status" >&5
4052   (exit $ac_status); } &&
4053          { ac_try='test -s conftest$ac_exeext'
4054   { (eval echo "$as_me:4054: \"$ac_try\"") >&5
4055   (eval $ac_try) 2>&5
4056   ac_status=$?
4057   echo "$as_me:4057: \$? = $ac_status" >&5
4058   (exit $ac_status); }; }; then
4059   cf_cv_utf8_lib=yes
4060 else
4061   echo "$as_me: failed program was:" >&5
4062 cat conftest.$ac_ext >&5
4063
4064 # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these
4065 # will be set on completion of the AC_TRY_LINK below.
4066 cf_cv_header_path_utf8=
4067 cf_cv_library_path_utf8=
4068
4069 echo "${as_me:-configure}:4069: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
4070
4071 cf_save_LIBS="$LIBS"
4072
4073 cat >conftest.$ac_ext <<_ACEOF
4074 #line 4074 "configure"
4075 #include "confdefs.h"
4076
4077 #include <libutf8.h>
4078 int
4079 main ()
4080 {
4081 putwc(0,0);
4082   ;
4083   return 0;
4084 }
4085 _ACEOF
4086 rm -f conftest.$ac_objext conftest$ac_exeext
4087 if { (eval echo "$as_me:4087: \"$ac_link\"") >&5
4088   (eval $ac_link) 2>&5
4089   ac_status=$?
4090   echo "$as_me:4090: \$? = $ac_status" >&5
4091   (exit $ac_status); } &&
4092          { ac_try='test -s conftest$ac_exeext'
4093   { (eval echo "$as_me:4093: \"$ac_try\"") >&5
4094   (eval $ac_try) 2>&5
4095   ac_status=$?
4096   echo "$as_me:4096: \$? = $ac_status" >&5
4097   (exit $ac_status); }; }; then
4098
4099         cf_cv_find_linkage_utf8=yes
4100         cf_cv_header_path_utf8=/usr/include
4101         cf_cv_library_path_utf8=/usr/lib
4102
4103 else
4104   echo "$as_me: failed program was:" >&5
4105 cat conftest.$ac_ext >&5
4106
4107 LIBS="-lutf8  $cf_save_LIBS"
4108
4109 cat >conftest.$ac_ext <<_ACEOF
4110 #line 4110 "configure"
4111 #include "confdefs.h"
4112
4113 #include <libutf8.h>
4114 int
4115 main ()
4116 {
4117 putwc(0,0);
4118   ;
4119   return 0;
4120 }
4121 _ACEOF
4122 rm -f conftest.$ac_objext conftest$ac_exeext
4123 if { (eval echo "$as_me:4123: \"$ac_link\"") >&5
4124   (eval $ac_link) 2>&5
4125   ac_status=$?
4126   echo "$as_me:4126: \$? = $ac_status" >&5
4127   (exit $ac_status); } &&
4128          { ac_try='test -s conftest$ac_exeext'
4129   { (eval echo "$as_me:4129: \"$ac_try\"") >&5
4130   (eval $ac_try) 2>&5
4131   ac_status=$?
4132   echo "$as_me:4132: \$? = $ac_status" >&5
4133   (exit $ac_status); }; }; then
4134
4135         cf_cv_find_linkage_utf8=yes
4136         cf_cv_header_path_utf8=/usr/include
4137         cf_cv_library_path_utf8=/usr/lib
4138         cf_cv_library_file_utf8="-lutf8"
4139
4140 else
4141   echo "$as_me: failed program was:" >&5
4142 cat conftest.$ac_ext >&5
4143
4144         cf_cv_find_linkage_utf8=no
4145         LIBS="$cf_save_LIBS"
4146
4147     test -n "$verbose" && echo "        find linkage for utf8 library" 1>&6
4148
4149 echo "${as_me:-configure}:4149: testing find linkage for utf8 library ..." 1>&5
4150
4151 echo "${as_me:-configure}:4151: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
4152
4153     cf_save_CPPFLAGS="$CPPFLAGS"
4154     cf_test_CPPFLAGS="$CPPFLAGS"
4155
4156 cf_search=
4157
4158 # collect the current set of include-directories from compiler flags
4159 cf_header_path_list=""
4160 if test -n "${CFLAGS}${CPPFLAGS}" ; then
4161         for cf_header_path in $CPPFLAGS $CFLAGS
4162         do
4163                 case $cf_header_path in #(vi
4164                 -I*)
4165                         cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
4166
4167 test "$cf_header_path" != "NONE" && \
4168 test -d "$cf_header_path" && \
4169  {
4170         test -n "$verbose" && echo "    ... testing for include-directories under $cf_header_path"
4171         test -d $cf_header_path/include &&          cf_search="$cf_search $cf_header_path/include"
4172         test -d $cf_header_path/include/utf8 &&       cf_search="$cf_search $cf_header_path/include/utf8"
4173         test -d $cf_header_path/include/utf8/include &&    cf_search="$cf_search $cf_header_path/include/utf8/include"
4174         test -d $cf_header_path/utf8/include &&       cf_search="$cf_search $cf_header_path/utf8/include"
4175         test -d $cf_header_path/utf8/include/utf8 &&    cf_search="$cf_search $cf_header_path/utf8/include/utf8"
4176 }
4177
4178                         cf_header_path_list="$cf_header_path_list $cf_search"
4179                         ;;
4180                 esac
4181         done
4182 fi
4183
4184 # add the variations for the package we are looking for
4185
4186 cf_search=
4187
4188 test "/usr" != "$prefix" && \
4189 test -d "/usr" && \
4190 (test $prefix = NONE || test "/usr" != "$prefix") && {
4191         test -n "$verbose" && echo "    ... testing for include-directories under /usr"
4192         test -d /usr/include &&          cf_search="$cf_search /usr/include"
4193         test -d /usr/include/utf8 &&       cf_search="$cf_search /usr/include/utf8"
4194         test -d /usr/include/utf8/include &&    cf_search="$cf_search /usr/include/utf8/include"
4195         test -d /usr/utf8/include &&       cf_search="$cf_search /usr/utf8/include"
4196         test -d /usr/utf8/include/utf8 &&    cf_search="$cf_search /usr/utf8/include/utf8"
4197 }
4198
4199 test "$prefix" != "NONE" && \
4200 test -d "$prefix" && \
4201  {
4202         test -n "$verbose" && echo "    ... testing for include-directories under $prefix"
4203         test -d $prefix/include &&          cf_search="$cf_search $prefix/include"
4204         test -d $prefix/include/utf8 &&       cf_search="$cf_search $prefix/include/utf8"
4205         test -d $prefix/include/utf8/include &&    cf_search="$cf_search $prefix/include/utf8/include"
4206         test -d $prefix/utf8/include &&       cf_search="$cf_search $prefix/utf8/include"
4207         test -d $prefix/utf8/include/utf8 &&    cf_search="$cf_search $prefix/utf8/include/utf8"
4208 }
4209
4210 test "/usr/local" != "$prefix" && \
4211 test -d "/usr/local" && \
4212 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
4213         test -n "$verbose" && echo "    ... testing for include-directories under /usr/local"
4214         test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
4215         test -d /usr/local/include/utf8 &&       cf_search="$cf_search /usr/local/include/utf8"
4216         test -d /usr/local/include/utf8/include &&    cf_search="$cf_search /usr/local/include/utf8/include"
4217         test -d /usr/local/utf8/include &&       cf_search="$cf_search /usr/local/utf8/include"
4218         test -d /usr/local/utf8/include/utf8 &&    cf_search="$cf_search /usr/local/utf8/include/utf8"
4219 }
4220
4221 test "/opt" != "$prefix" && \
4222 test -d "/opt" && \
4223 (test $prefix = NONE || test "/opt" != "$prefix") && {
4224         test -n "$verbose" && echo "    ... testing for include-directories under /opt"
4225         test -d /opt/include &&          cf_search="$cf_search /opt/include"
4226         test -d /opt/include/utf8 &&       cf_search="$cf_search /opt/include/utf8"
4227         test -d /opt/include/utf8/include &&    cf_search="$cf_search /opt/include/utf8/include"
4228         test -d /opt/utf8/include &&       cf_search="$cf_search /opt/utf8/include"
4229         test -d /opt/utf8/include/utf8 &&    cf_search="$cf_search /opt/utf8/include/utf8"
4230 }
4231
4232 test "$HOME" != "$prefix" && \
4233 test -d "$HOME" && \
4234 (test $prefix = NONE || test "$HOME" != "$prefix") && {
4235         test -n "$verbose" && echo "    ... testing for include-directories under $HOME"
4236         test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
4237         test -d $HOME/include/utf8 &&       cf_search="$cf_search $HOME/include/utf8"
4238         test -d $HOME/include/utf8/include &&    cf_search="$cf_search $HOME/include/utf8/include"
4239         test -d $HOME/utf8/include &&       cf_search="$cf_search $HOME/utf8/include"
4240         test -d $HOME/utf8/include/utf8 &&    cf_search="$cf_search $HOME/utf8/include/utf8"
4241 }
4242
4243 test "$includedir" != NONE && \
4244 test "$includedir" != "/usr/include" && \
4245 test -d "$includedir" && {
4246         test -d $includedir &&    cf_search="$cf_search $includedir"
4247         test -d $includedir/utf8 && cf_search="$cf_search $includedir/utf8"
4248 }
4249
4250 test "$oldincludedir" != NONE && \
4251 test "$oldincludedir" != "/usr/include" && \
4252 test -d "$oldincludedir" && {
4253         test -d $oldincludedir    && cf_search="$cf_search $oldincludedir"
4254         test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8"
4255 }
4256
4257 cf_search="$cf_search $cf_header_path_list"
4258
4259     for cf_cv_header_path_utf8 in $cf_search
4260     do
4261       if test -d $cf_cv_header_path_utf8 ; then
4262         test -n "$verbose" && echo "    ... testing $cf_cv_header_path_utf8" 1>&6
4263
4264 echo "${as_me:-configure}:4264: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
4265
4266         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8"
4267         cat >conftest.$ac_ext <<_ACEOF
4268 #line 4268 "configure"
4269 #include "confdefs.h"
4270
4271 #include <libutf8.h>
4272 int
4273 main ()
4274 {
4275 putwc(0,0);
4276   ;
4277   return 0;
4278 }
4279 _ACEOF
4280 rm -f conftest.$ac_objext
4281 if { (eval echo "$as_me:4281: \"$ac_compile\"") >&5
4282   (eval $ac_compile) 2>&5
4283   ac_status=$?
4284   echo "$as_me:4284: \$? = $ac_status" >&5
4285   (exit $ac_status); } &&
4286          { ac_try='test -s conftest.$ac_objext'
4287   { (eval echo "$as_me:4287: \"$ac_try\"") >&5
4288   (eval $ac_try) 2>&5
4289   ac_status=$?
4290   echo "$as_me:4290: \$? = $ac_status" >&5
4291   (exit $ac_status); }; }; then
4292
4293             test -n "$verbose" && echo "        ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6
4294
4295 echo "${as_me:-configure}:4295: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
4296
4297             cf_cv_find_linkage_utf8=maybe
4298             cf_test_CPPFLAGS="$CPPFLAGS"
4299             break
4300 else
4301   echo "$as_me: failed program was:" >&5
4302 cat conftest.$ac_ext >&5
4303
4304             CPPFLAGS="$cf_save_CPPFLAGS"
4305
4306 fi
4307 rm -f conftest.$ac_objext conftest.$ac_ext
4308       fi
4309     done
4310
4311     if test "$cf_cv_find_linkage_utf8" = maybe ; then
4312
4313 echo "${as_me:-configure}:4313: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
4314
4315       cf_save_LIBS="$LIBS"
4316       cf_save_LDFLAGS="$LDFLAGS"
4317
4318       if test "$cf_cv_find_linkage_utf8" != yes ; then
4319
4320 cf_search=
4321 cf_library_path_list=""
4322 if test -n "${LDFLAGS}${LIBS}" ; then
4323         for cf_library_path in $LDFLAGS $LIBS
4324         do
4325                 case $cf_library_path in #(vi
4326                 -L*)
4327                         cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
4328
4329 test "$cf_library_path" != "NONE" && \
4330 test -d "$cf_library_path" && \
4331  {
4332         test -n "$verbose" && echo "    ... testing for lib-directories under $cf_library_path"
4333         test -d $cf_library_path/lib &&          cf_search="$cf_search $cf_library_path/lib"
4334         test -d $cf_library_path/lib/utf8 &&       cf_search="$cf_search $cf_library_path/lib/utf8"
4335         test -d $cf_library_path/lib/utf8/lib &&    cf_search="$cf_search $cf_library_path/lib/utf8/lib"
4336         test -d $cf_library_path/utf8/lib &&       cf_search="$cf_search $cf_library_path/utf8/lib"
4337         test -d $cf_library_path/utf8/lib/utf8 &&    cf_search="$cf_search $cf_library_path/utf8/lib/utf8"
4338 }
4339
4340                         cf_library_path_list="$cf_library_path_list $cf_search"
4341                         ;;
4342                 esac
4343         done
4344 fi
4345
4346 cf_search=
4347
4348 test "/usr" != "$prefix" && \
4349 test -d "/usr" && \
4350 (test $prefix = NONE || test "/usr" != "$prefix") && {
4351         test -n "$verbose" && echo "    ... testing for lib-directories under /usr"
4352         test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
4353         test -d /usr/lib/utf8 &&       cf_search="$cf_search /usr/lib/utf8"
4354         test -d /usr/lib/utf8/lib &&    cf_search="$cf_search /usr/lib/utf8/lib"
4355         test -d /usr/utf8/lib &&       cf_search="$cf_search /usr/utf8/lib"
4356         test -d /usr/utf8/lib/utf8 &&    cf_search="$cf_search /usr/utf8/lib/utf8"
4357 }
4358
4359 test "$prefix" != "NONE" && \
4360 test -d "$prefix" && \
4361  {
4362         test -n "$verbose" && echo "    ... testing for lib-directories under $prefix"
4363         test -d $prefix/lib &&          cf_search="$cf_search $prefix/lib"
4364         test -d $prefix/lib/utf8 &&       cf_search="$cf_search $prefix/lib/utf8"
4365         test -d $prefix/lib/utf8/lib &&    cf_search="$cf_search $prefix/lib/utf8/lib"
4366         test -d $prefix/utf8/lib &&       cf_search="$cf_search $prefix/utf8/lib"
4367         test -d $prefix/utf8/lib/utf8 &&    cf_search="$cf_search $prefix/utf8/lib/utf8"
4368 }
4369
4370 test "/usr/local" != "$prefix" && \
4371 test -d "/usr/local" && \
4372 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
4373         test -n "$verbose" && echo "    ... testing for lib-directories under /usr/local"
4374         test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
4375         test -d /usr/local/lib/utf8 &&       cf_search="$cf_search /usr/local/lib/utf8"
4376         test -d /usr/local/lib/utf8/lib &&    cf_search="$cf_search /usr/local/lib/utf8/lib"
4377         test -d /usr/local/utf8/lib &&       cf_search="$cf_search /usr/local/utf8/lib"
4378         test -d /usr/local/utf8/lib/utf8 &&    cf_search="$cf_search /usr/local/utf8/lib/utf8"
4379 }
4380
4381 test "/opt" != "$prefix" && \
4382 test -d "/opt" && \
4383 (test $prefix = NONE || test "/opt" != "$prefix") && {
4384         test -n "$verbose" && echo "    ... testing for lib-directories under /opt"
4385         test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
4386         test -d /opt/lib/utf8 &&       cf_search="$cf_search /opt/lib/utf8"
4387         test -d /opt/lib/utf8/lib &&    cf_search="$cf_search /opt/lib/utf8/lib"
4388         test -d /opt/utf8/lib &&       cf_search="$cf_search /opt/utf8/lib"
4389         test -d /opt/utf8/lib/utf8 &&    cf_search="$cf_search /opt/utf8/lib/utf8"
4390 }
4391
4392 test "$HOME" != "$prefix" && \
4393 test -d "$HOME" && \
4394 (test $prefix = NONE || test "$HOME" != "$prefix") && {
4395         test -n "$verbose" && echo "    ... testing for lib-directories under $HOME"
4396         test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
4397         test -d $HOME/lib/utf8 &&       cf_search="$cf_search $HOME/lib/utf8"
4398         test -d $HOME/lib/utf8/lib &&    cf_search="$cf_search $HOME/lib/utf8/lib"
4399         test -d $HOME/utf8/lib &&       cf_search="$cf_search $HOME/utf8/lib"
4400         test -d $HOME/utf8/lib/utf8 &&    cf_search="$cf_search $HOME/utf8/lib/utf8"
4401 }
4402
4403 cf_search="$cf_library_path_list $cf_search"
4404
4405         for cf_cv_library_path_utf8 in $cf_search
4406         do
4407           if test -d $cf_cv_library_path_utf8 ; then
4408             test -n "$verbose" && echo "        ... testing $cf_cv_library_path_utf8" 1>&6
4409
4410 echo "${as_me:-configure}:4410: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
4411
4412             CPPFLAGS="$cf_test_CPPFLAGS"
4413             LIBS="-lutf8  $cf_save_LIBS"
4414             LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8"
4415             cat >conftest.$ac_ext <<_ACEOF
4416 #line 4416 "configure"
4417 #include "confdefs.h"
4418
4419 #include <libutf8.h>
4420 int
4421 main ()
4422 {
4423 putwc(0,0);
4424   ;
4425   return 0;
4426 }
4427 _ACEOF
4428 rm -f conftest.$ac_objext conftest$ac_exeext
4429 if { (eval echo "$as_me:4429: \"$ac_link\"") >&5
4430   (eval $ac_link) 2>&5
4431   ac_status=$?
4432   echo "$as_me:4432: \$? = $ac_status" >&5
4433   (exit $ac_status); } &&
4434          { ac_try='test -s conftest$ac_exeext'
4435   { (eval echo "$as_me:4435: \"$ac_try\"") >&5
4436   (eval $ac_try) 2>&5
4437   ac_status=$?
4438   echo "$as_me:4438: \$? = $ac_status" >&5
4439   (exit $ac_status); }; }; then
4440
4441                 test -n "$verbose" && echo "    ... found utf8 library in $cf_cv_library_path_utf8" 1>&6
4442
4443 echo "${as_me:-configure}:4443: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
4444
4445                 cf_cv_find_linkage_utf8=yes
4446                 cf_cv_library_file_utf8="-lutf8"
4447                 break
4448 else
4449   echo "$as_me: failed program was:" >&5
4450 cat conftest.$ac_ext >&5
4451
4452                 CPPFLAGS="$cf_save_CPPFLAGS"
4453                 LIBS="$cf_save_LIBS"
4454                 LDFLAGS="$cf_save_LDFLAGS"
4455
4456 fi
4457 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4458           fi
4459         done
4460         CPPFLAGS="$cf_save_CPPFLAGS"
4461         LDFLAGS="$cf_save_LDFLAGS"
4462       fi
4463
4464     else
4465       cf_cv_find_linkage_utf8=no
4466     fi
4467
4468 fi
4469 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4470
4471 fi
4472 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4473
4474 LIBS="$cf_save_LIBS"
4475
4476 if test "$cf_cv_find_linkage_utf8" = yes ; then
4477 cf_cv_utf8_lib=add-on
4478 else
4479 cf_cv_utf8_lib=no
4480 fi
4481
4482 fi
4483 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4484 fi
4485 echo "$as_me:4485: result: $cf_cv_utf8_lib" >&5
4486 echo "${ECHO_T}$cf_cv_utf8_lib" >&6
4487
4488 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
4489 # ncurses/ncursesw:
4490 if test "$cf_cv_utf8_lib" = "add-on" ; then
4491         cat >>confdefs.h <<\EOF
4492 #define HAVE_LIBUTF8_H 1
4493 EOF
4494
4495 if test -n "$cf_cv_header_path_utf8" ; then
4496   for cf_add_incdir in $cf_cv_header_path_utf8
4497   do
4498         while test $cf_add_incdir != /usr/include
4499         do
4500           if test -d $cf_add_incdir
4501           then
4502                 cf_have_incdir=no
4503                 if test -n "$CFLAGS$CPPFLAGS" ; then
4504                   # a loop is needed to ensure we can add subdirs of existing dirs
4505                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
4506                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
4507                           cf_have_incdir=yes; break
4508                         fi
4509                   done
4510                 fi
4511
4512                 if test "$cf_have_incdir" = no ; then
4513                   if test "$cf_add_incdir" = /usr/local/include ; then
4514                         if test "$GCC" = yes
4515                         then
4516                           cf_save_CPPFLAGS=$CPPFLAGS
4517                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
4518                           cat >conftest.$ac_ext <<_ACEOF
4519 #line 4519 "configure"
4520 #include "confdefs.h"
4521 #include <stdio.h>
4522 int
4523 main ()
4524 {
4525 printf("Hello")
4526   ;
4527   return 0;
4528 }
4529 _ACEOF
4530 rm -f conftest.$ac_objext
4531 if { (eval echo "$as_me:4531: \"$ac_compile\"") >&5
4532   (eval $ac_compile) 2>&5
4533   ac_status=$?
4534   echo "$as_me:4534: \$? = $ac_status" >&5
4535   (exit $ac_status); } &&
4536          { ac_try='test -s conftest.$ac_objext'
4537   { (eval echo "$as_me:4537: \"$ac_try\"") >&5
4538   (eval $ac_try) 2>&5
4539   ac_status=$?
4540   echo "$as_me:4540: \$? = $ac_status" >&5
4541   (exit $ac_status); }; }; then
4542   :
4543 else
4544   echo "$as_me: failed program was:" >&5
4545 cat conftest.$ac_ext >&5
4546 cf_have_incdir=yes
4547 fi
4548 rm -f conftest.$ac_objext conftest.$ac_ext
4549                           CPPFLAGS=$cf_save_CPPFLAGS
4550                         fi
4551                   fi
4552                 fi
4553
4554                 if test "$cf_have_incdir" = no ; then
4555                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
4556
4557 echo "${as_me:-configure}:4557: testing adding $cf_add_incdir to include-path ..." 1>&5
4558
4559                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
4560
4561                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
4562                   test "$cf_top_incdir" = "$cf_add_incdir" && break
4563                   cf_add_incdir="$cf_top_incdir"
4564                 else
4565                   break
4566                 fi
4567           fi
4568         done
4569   done
4570 fi
4571
4572 if test -n "$cf_cv_library_path_utf8" ; then
4573   for cf_add_libdir in $cf_cv_library_path_utf8
4574   do
4575     if test $cf_add_libdir = /usr/lib ; then
4576       :
4577     elif test -d $cf_add_libdir
4578     then
4579       cf_have_libdir=no
4580       if test -n "$LDFLAGS$LIBS" ; then
4581         # a loop is needed to ensure we can add subdirs of existing dirs
4582         for cf_test_libdir in $LDFLAGS $LIBS ; do
4583           if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
4584             cf_have_libdir=yes; break
4585           fi
4586         done
4587       fi
4588       if test "$cf_have_libdir" = no ; then
4589         test -n "$verbose" && echo "    adding $cf_add_libdir to library-path" 1>&6
4590
4591 echo "${as_me:-configure}:4591: testing adding $cf_add_libdir to library-path ..." 1>&5
4592
4593         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
4594       fi
4595     fi
4596   done
4597 fi
4598
4599         LIBS="$cf_cv_library_file_utf8 $LIBS"
4600 fi
4601
4602 cf_ncuconfig_root=ncursesw
4603
4604 echo "Looking for ${cf_ncuconfig_root}-config"
4605 for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config
4606 do
4607   # Extract the first word of "$ac_prog", so it can be a program name with args.
4608 set dummy $ac_prog; ac_word=$2
4609 echo "$as_me:4609: checking for $ac_word" >&5
4610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4611 if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then
4612   echo $ECHO_N "(cached) $ECHO_C" >&6
4613 else
4614   case $NCURSES_CONFIG in
4615   [\\/]* | ?:[\\/]*)
4616   ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a path.
4617   ;;
4618   *)
4619   ac_save_IFS=$IFS; IFS=$ac_path_separator
4620 ac_dummy="$PATH"
4621 for ac_dir in $ac_dummy; do
4622   IFS=$ac_save_IFS
4623   test -z "$ac_dir" && ac_dir=.
4624   if $as_executable_p "$ac_dir/$ac_word"; then
4625    ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
4626    echo "$as_me:4626: found $ac_dir/$ac_word" >&5
4627    break
4628 fi
4629 done
4630
4631   ;;
4632 esac
4633 fi
4634 NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG
4635
4636 if test -n "$NCURSES_CONFIG"; then
4637   echo "$as_me:4637: result: $NCURSES_CONFIG" >&5
4638 echo "${ECHO_T}$NCURSES_CONFIG" >&6
4639 else
4640   echo "$as_me:4640: result: no" >&5
4641 echo "${ECHO_T}no" >&6
4642 fi
4643
4644   test -n "$NCURSES_CONFIG" && break
4645 done
4646 test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"
4647
4648 if test "$NCURSES_CONFIG" != none ; then
4649
4650 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
4651 LIBS="`$NCURSES_CONFIG --libs` $LIBS"
4652
4653 # even with config script, some packages use no-override for curses.h
4654
4655 echo "$as_me:4655: checking if we have identified curses headers" >&5
4656 echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6
4657 if test "${cf_cv_ncurses_header+set}" = set; then
4658   echo $ECHO_N "(cached) $ECHO_C" >&6
4659 else
4660
4661 cf_cv_ncurses_header=none
4662 for cf_header in  \
4663     ncursesw/ncurses.h \
4664         ncursesw/curses.h \
4665         ncurses.h \
4666         curses.h
4667 do
4668 cat >conftest.$ac_ext <<_ACEOF
4669 #line 4669 "configure"
4670 #include "confdefs.h"
4671 #include <${cf_header}>
4672 int
4673 main ()
4674 {
4675 initscr(); tgoto("?", 0,0)
4676   ;
4677   return 0;
4678 }
4679 _ACEOF
4680 rm -f conftest.$ac_objext
4681 if { (eval echo "$as_me:4681: \"$ac_compile\"") >&5
4682   (eval $ac_compile) 2>&5
4683   ac_status=$?
4684   echo "$as_me:4684: \$? = $ac_status" >&5
4685   (exit $ac_status); } &&
4686          { ac_try='test -s conftest.$ac_objext'
4687   { (eval echo "$as_me:4687: \"$ac_try\"") >&5
4688   (eval $ac_try) 2>&5
4689   ac_status=$?
4690   echo "$as_me:4690: \$? = $ac_status" >&5
4691   (exit $ac_status); }; }; then
4692   cf_cv_ncurses_header=$cf_header; break
4693 else
4694   echo "$as_me: failed program was:" >&5
4695 cat conftest.$ac_ext >&5
4696 fi
4697 rm -f conftest.$ac_objext conftest.$ac_ext
4698 done
4699
4700 fi
4701 echo "$as_me:4701: result: $cf_cv_ncurses_header" >&5
4702 echo "${ECHO_T}$cf_cv_ncurses_header" >&6
4703
4704 if test "$cf_cv_ncurses_header" = none ; then
4705         { { echo "$as_me:4705: error: No curses header-files found" >&5
4706 echo "$as_me: error: No curses header-files found" >&2;}
4707    { (exit 1); exit 1; }; }
4708 fi
4709
4710 # cheat, to get the right #define's for HAVE_NCURSES_H, etc.
4711
4712 for ac_header in $cf_cv_ncurses_header
4713 do
4714 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4715 echo "$as_me:4715: checking for $ac_header" >&5
4716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4717 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4718   echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720   cat >conftest.$ac_ext <<_ACEOF
4721 #line 4721 "configure"
4722 #include "confdefs.h"
4723 #include <$ac_header>
4724 _ACEOF
4725 if { (eval echo "$as_me:4725: \"$ac_cpp conftest.$ac_ext\"") >&5
4726   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4727   ac_status=$?
4728   egrep -v '^ *\+' conftest.er1 >conftest.err
4729   rm -f conftest.er1
4730   cat conftest.err >&5
4731   echo "$as_me:4731: \$? = $ac_status" >&5
4732   (exit $ac_status); } >/dev/null; then
4733   if test -s conftest.err; then
4734     ac_cpp_err=$ac_c_preproc_warn_flag
4735   else
4736     ac_cpp_err=
4737   fi
4738 else
4739   ac_cpp_err=yes
4740 fi
4741 if test -z "$ac_cpp_err"; then
4742   eval "$as_ac_Header=yes"
4743 else
4744   echo "$as_me: failed program was:" >&5
4745   cat conftest.$ac_ext >&5
4746   eval "$as_ac_Header=no"
4747 fi
4748 rm -f conftest.err conftest.$ac_ext
4749 fi
4750 echo "$as_me:4750: result: `eval echo '${'$as_ac_Header'}'`" >&5
4751 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4752 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4753   cat >>confdefs.h <<EOF
4754 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4755 EOF
4756
4757 fi
4758 done
4759
4760 cat >>confdefs.h <<\EOF
4761 #define NCURSES 1
4762 EOF
4763
4764 cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
4765
4766 cat >>confdefs.h <<EOF
4767 #define $cf_nculib_ROOT 1
4768 EOF
4769
4770 cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
4771
4772 else
4773
4774 cf_ncuhdr_root=ncursesw
4775
4776 test -n "$cf_cv_curses_dir" && \
4777 test "$cf_cv_curses_dir" != "no" && { \
4778
4779 if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
4780   for cf_add_incdir in $cf_cv_curses_dir/include/$cf_ncuhdr_root
4781   do
4782         while test $cf_add_incdir != /usr/include
4783         do
4784           if test -d $cf_add_incdir
4785           then
4786                 cf_have_incdir=no
4787                 if test -n "$CFLAGS$CPPFLAGS" ; then
4788                   # a loop is needed to ensure we can add subdirs of existing dirs
4789                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
4790                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
4791                           cf_have_incdir=yes; break
4792                         fi
4793                   done
4794                 fi
4795
4796                 if test "$cf_have_incdir" = no ; then
4797                   if test "$cf_add_incdir" = /usr/local/include ; then
4798                         if test "$GCC" = yes
4799                         then
4800                           cf_save_CPPFLAGS=$CPPFLAGS
4801                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
4802                           cat >conftest.$ac_ext <<_ACEOF
4803 #line 4803 "configure"
4804 #include "confdefs.h"
4805 #include <stdio.h>
4806 int
4807 main ()
4808 {
4809 printf("Hello")
4810   ;
4811   return 0;
4812 }
4813 _ACEOF
4814 rm -f conftest.$ac_objext
4815 if { (eval echo "$as_me:4815: \"$ac_compile\"") >&5
4816   (eval $ac_compile) 2>&5
4817   ac_status=$?
4818   echo "$as_me:4818: \$? = $ac_status" >&5
4819   (exit $ac_status); } &&
4820          { ac_try='test -s conftest.$ac_objext'
4821   { (eval echo "$as_me:4821: \"$ac_try\"") >&5
4822   (eval $ac_try) 2>&5
4823   ac_status=$?
4824   echo "$as_me:4824: \$? = $ac_status" >&5
4825   (exit $ac_status); }; }; then
4826   :
4827 else
4828   echo "$as_me: failed program was:" >&5
4829 cat conftest.$ac_ext >&5
4830 cf_have_incdir=yes
4831 fi
4832 rm -f conftest.$ac_objext conftest.$ac_ext
4833                           CPPFLAGS=$cf_save_CPPFLAGS
4834                         fi
4835                   fi
4836                 fi
4837
4838                 if test "$cf_have_incdir" = no ; then
4839                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
4840
4841 echo "${as_me:-configure}:4841: testing adding $cf_add_incdir to include-path ..." 1>&5
4842
4843                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
4844
4845                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
4846                   test "$cf_top_incdir" = "$cf_add_incdir" && break
4847                   cf_add_incdir="$cf_top_incdir"
4848                 else
4849                   break
4850                 fi
4851           fi
4852         done
4853   done
4854 fi
4855
4856 }
4857
4858 echo "$as_me:4858: checking for $cf_ncuhdr_root header in include-path" >&5
4859 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
4860 if test "${cf_cv_ncurses_h+set}" = set; then
4861   echo $ECHO_N "(cached) $ECHO_C" >&6
4862 else
4863
4864         cf_header_list="$cf_ncuhdr_root/curses.h $cf_ncuhdr_root/ncurses.h"
4865         ( test "$cf_ncuhdr_root" = ncurses || test "$cf_ncuhdr_root" = ncursesw ) && cf_header_list="$cf_header_list curses.h ncurses.h"
4866         for cf_header in $cf_header_list
4867         do
4868
4869         cat >conftest.$ac_ext <<_ACEOF
4870 #line 4870 "configure"
4871 #include "confdefs.h"
4872
4873 #define _XOPEN_SOURCE_EXTENDED
4874 #undef  HAVE_LIBUTF8_H  /* in case we used CF_UTF8_LIB */
4875 #define HAVE_LIBUTF8_H  /* to force ncurses' header file to use cchar_t */
4876
4877 #include <$cf_header>
4878 int
4879 main ()
4880 {
4881
4882 #ifdef NCURSES_VERSION
4883
4884 #ifndef WACS_BSSB
4885         make an error
4886 #endif
4887
4888 printf("%s\n", NCURSES_VERSION);
4889 #else
4890 #ifdef __NCURSES_H
4891 printf("old\n");
4892 #else
4893         make an error
4894 #endif
4895 #endif
4896
4897   ;
4898   return 0;
4899 }
4900 _ACEOF
4901 rm -f conftest.$ac_objext
4902 if { (eval echo "$as_me:4902: \"$ac_compile\"") >&5
4903   (eval $ac_compile) 2>&5
4904   ac_status=$?
4905   echo "$as_me:4905: \$? = $ac_status" >&5
4906   (exit $ac_status); } &&
4907          { ac_try='test -s conftest.$ac_objext'
4908   { (eval echo "$as_me:4908: \"$ac_try\"") >&5
4909   (eval $ac_try) 2>&5
4910   ac_status=$?
4911   echo "$as_me:4911: \$? = $ac_status" >&5
4912   (exit $ac_status); }; }; then
4913   cf_cv_ncurses_h=$cf_header
4914
4915 else
4916   echo "$as_me: failed program was:" >&5
4917 cat conftest.$ac_ext >&5
4918 cf_cv_ncurses_h=no
4919 fi
4920 rm -f conftest.$ac_objext conftest.$ac_ext
4921
4922                 test "$cf_cv_ncurses_h" != no && break
4923         done
4924
4925 fi
4926 echo "$as_me:4926: result: $cf_cv_ncurses_h" >&5
4927 echo "${ECHO_T}$cf_cv_ncurses_h" >&6
4928
4929 if test "$cf_cv_ncurses_h" != no ; then
4930         cf_cv_ncurses_header=$cf_cv_ncurses_h
4931 else
4932
4933 echo "$as_me:4933: checking for $cf_ncuhdr_root include-path" >&5
4934 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
4935 if test "${cf_cv_ncurses_h2+set}" = set; then
4936   echo $ECHO_N "(cached) $ECHO_C" >&6
4937 else
4938
4939         test -n "$verbose" && echo
4940
4941 cf_search=
4942
4943 # collect the current set of include-directories from compiler flags
4944 cf_header_path_list=""
4945 if test -n "${CFLAGS}${CPPFLAGS}" ; then
4946         for cf_header_path in $CPPFLAGS $CFLAGS
4947         do
4948                 case $cf_header_path in #(vi
4949                 -I*)
4950                         cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
4951
4952 test "$cf_header_path" != "NONE" && \
4953 test -d "$cf_header_path" && \
4954  {
4955         test -n "$verbose" && echo "    ... testing for include-directories under $cf_header_path"
4956         test -d $cf_header_path/include &&          cf_search="$cf_search $cf_header_path/include"
4957         test -d $cf_header_path/include/$cf_ncuhdr_root &&       cf_search="$cf_search $cf_header_path/include/$cf_ncuhdr_root"
4958         test -d $cf_header_path/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $cf_header_path/include/$cf_ncuhdr_root/include"
4959         test -d $cf_header_path/$cf_ncuhdr_root/include &&       cf_search="$cf_search $cf_header_path/$cf_ncuhdr_root/include"
4960         test -d $cf_header_path/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $cf_header_path/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
4961 }
4962
4963                         cf_header_path_list="$cf_header_path_list $cf_search"
4964                         ;;
4965                 esac
4966         done
4967 fi
4968
4969 # add the variations for the package we are looking for
4970
4971 cf_search=
4972
4973 test "/usr" != "$prefix" && \
4974 test -d "/usr" && \
4975 (test $prefix = NONE || test "/usr" != "$prefix") && {
4976         test -n "$verbose" && echo "    ... testing for include-directories under /usr"
4977         test -d /usr/include &&          cf_search="$cf_search /usr/include"
4978         test -d /usr/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/include/$cf_ncuhdr_root"
4979         test -d /usr/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /usr/include/$cf_ncuhdr_root/include"
4980         test -d /usr/$cf_ncuhdr_root/include &&       cf_search="$cf_search /usr/$cf_ncuhdr_root/include"
4981         test -d /usr/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /usr/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
4982 }
4983
4984 test "$prefix" != "NONE" && \
4985 test -d "$prefix" && \
4986  {
4987         test -n "$verbose" && echo "    ... testing for include-directories under $prefix"
4988         test -d $prefix/include &&          cf_search="$cf_search $prefix/include"
4989         test -d $prefix/include/$cf_ncuhdr_root &&       cf_search="$cf_search $prefix/include/$cf_ncuhdr_root"
4990         test -d $prefix/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $prefix/include/$cf_ncuhdr_root/include"
4991         test -d $prefix/$cf_ncuhdr_root/include &&       cf_search="$cf_search $prefix/$cf_ncuhdr_root/include"
4992         test -d $prefix/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $prefix/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
4993 }
4994
4995 test "/usr/local" != "$prefix" && \
4996 test -d "/usr/local" && \
4997 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
4998         test -n "$verbose" && echo "    ... testing for include-directories under /usr/local"
4999         test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
5000         test -d /usr/local/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root"
5001         test -d /usr/local/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root/include"
5002         test -d /usr/local/$cf_ncuhdr_root/include &&       cf_search="$cf_search /usr/local/$cf_ncuhdr_root/include"
5003         test -d /usr/local/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /usr/local/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
5004 }
5005
5006 test "/opt" != "$prefix" && \
5007 test -d "/opt" && \
5008 (test $prefix = NONE || test "/opt" != "$prefix") && {
5009         test -n "$verbose" && echo "    ... testing for include-directories under /opt"
5010         test -d /opt/include &&          cf_search="$cf_search /opt/include"
5011         test -d /opt/include/$cf_ncuhdr_root &&       cf_search="$cf_search /opt/include/$cf_ncuhdr_root"
5012         test -d /opt/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /opt/include/$cf_ncuhdr_root/include"
5013         test -d /opt/$cf_ncuhdr_root/include &&       cf_search="$cf_search /opt/$cf_ncuhdr_root/include"
5014         test -d /opt/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /opt/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
5015 }
5016
5017 test "$HOME" != "$prefix" && \
5018 test -d "$HOME" && \
5019 (test $prefix = NONE || test "$HOME" != "$prefix") && {
5020         test -n "$verbose" && echo "    ... testing for include-directories under $HOME"
5021         test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
5022         test -d $HOME/include/$cf_ncuhdr_root &&       cf_search="$cf_search $HOME/include/$cf_ncuhdr_root"
5023         test -d $HOME/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $HOME/include/$cf_ncuhdr_root/include"
5024         test -d $HOME/$cf_ncuhdr_root/include &&       cf_search="$cf_search $HOME/$cf_ncuhdr_root/include"
5025         test -d $HOME/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $HOME/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
5026 }
5027
5028 test "$includedir" != NONE && \
5029 test "$includedir" != "/usr/include" && \
5030 test -d "$includedir" && {
5031         test -d $includedir &&    cf_search="$cf_search $includedir"
5032         test -d $includedir/$cf_ncuhdr_root && cf_search="$cf_search $includedir/$cf_ncuhdr_root"
5033 }
5034
5035 test "$oldincludedir" != NONE && \
5036 test "$oldincludedir" != "/usr/include" && \
5037 test -d "$oldincludedir" && {
5038         test -d $oldincludedir    && cf_search="$cf_search $oldincludedir"
5039         test -d $oldincludedir/$cf_ncuhdr_root && cf_search="$cf_search $oldincludedir/$cf_ncuhdr_root"
5040 }
5041
5042 cf_search="$cf_search $cf_header_path_list"
5043
5044         test -n "$verbose" && echo search path $cf_search
5045         cf_save2_CPPFLAGS="$CPPFLAGS"
5046         for cf_incdir in $cf_search
5047         do
5048
5049 if test -n "$cf_incdir" ; then
5050   for cf_add_incdir in $cf_incdir
5051   do
5052         while test $cf_add_incdir != /usr/include
5053         do
5054           if test -d $cf_add_incdir
5055           then
5056                 cf_have_incdir=no
5057                 if test -n "$CFLAGS$CPPFLAGS" ; then
5058                   # a loop is needed to ensure we can add subdirs of existing dirs
5059                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
5060                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
5061                           cf_have_incdir=yes; break
5062                         fi
5063                   done
5064                 fi
5065
5066                 if test "$cf_have_incdir" = no ; then
5067                   if test "$cf_add_incdir" = /usr/local/include ; then
5068                         if test "$GCC" = yes
5069                         then
5070                           cf_save_CPPFLAGS=$CPPFLAGS
5071                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
5072                           cat >conftest.$ac_ext <<_ACEOF
5073 #line 5073 "configure"
5074 #include "confdefs.h"
5075 #include <stdio.h>
5076 int
5077 main ()
5078 {
5079 printf("Hello")
5080   ;
5081   return 0;
5082 }
5083 _ACEOF
5084 rm -f conftest.$ac_objext
5085 if { (eval echo "$as_me:5085: \"$ac_compile\"") >&5
5086   (eval $ac_compile) 2>&5
5087   ac_status=$?
5088   echo "$as_me:5088: \$? = $ac_status" >&5
5089   (exit $ac_status); } &&
5090          { ac_try='test -s conftest.$ac_objext'
5091   { (eval echo "$as_me:5091: \"$ac_try\"") >&5
5092   (eval $ac_try) 2>&5
5093   ac_status=$?
5094   echo "$as_me:5094: \$? = $ac_status" >&5
5095   (exit $ac_status); }; }; then
5096   :
5097 else
5098   echo "$as_me: failed program was:" >&5
5099 cat conftest.$ac_ext >&5
5100 cf_have_incdir=yes
5101 fi
5102 rm -f conftest.$ac_objext conftest.$ac_ext
5103                           CPPFLAGS=$cf_save_CPPFLAGS
5104                         fi
5105                   fi
5106                 fi
5107
5108                 if test "$cf_have_incdir" = no ; then
5109                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
5110
5111 echo "${as_me:-configure}:5111: testing adding $cf_add_incdir to include-path ..." 1>&5
5112
5113                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
5114
5115                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
5116                   test "$cf_top_incdir" = "$cf_add_incdir" && break
5117                   cf_add_incdir="$cf_top_incdir"
5118                 else
5119                   break
5120                 fi
5121           fi
5122         done
5123   done
5124 fi
5125
5126                 for cf_header in \
5127                         ncurses.h \
5128                         curses.h
5129                 do
5130
5131         cat >conftest.$ac_ext <<_ACEOF
5132 #line 5132 "configure"
5133 #include "confdefs.h"
5134
5135 #include <$cf_header>
5136 int
5137 main ()
5138 {
5139
5140 #ifdef NCURSES_VERSION
5141
5142 printf("%s\n", NCURSES_VERSION);
5143 #else
5144 #ifdef __NCURSES_H
5145 printf("old\n");
5146 #else
5147         make an error
5148 #endif
5149 #endif
5150
5151   ;
5152   return 0;
5153 }
5154 _ACEOF
5155 rm -f conftest.$ac_objext
5156 if { (eval echo "$as_me:5156: \"$ac_compile\"") >&5
5157   (eval $ac_compile) 2>&5
5158   ac_status=$?
5159   echo "$as_me:5159: \$? = $ac_status" >&5
5160   (exit $ac_status); } &&
5161          { ac_try='test -s conftest.$ac_objext'
5162   { (eval echo "$as_me:5162: \"$ac_try\"") >&5
5163   (eval $ac_try) 2>&5
5164   ac_status=$?
5165   echo "$as_me:5165: \$? = $ac_status" >&5
5166   (exit $ac_status); }; }; then
5167   cf_cv_ncurses_h2=$cf_header
5168
5169 else
5170   echo "$as_me: failed program was:" >&5
5171 cat conftest.$ac_ext >&5
5172 cf_cv_ncurses_h2=no
5173 fi
5174 rm -f conftest.$ac_objext conftest.$ac_ext
5175
5176                         if test "$cf_cv_ncurses_h2" != no ; then
5177                                 cf_cv_ncurses_h2=$cf_incdir/$cf_header
5178                                 test -n "$verbose" && echo $ac_n "      ... found $ac_c" 1>&6
5179                                 break
5180                         fi
5181                         test -n "$verbose" && echo "    ... tested $cf_incdir/$cf_header" 1>&6
5182                 done
5183                 CPPFLAGS="$cf_save2_CPPFLAGS"
5184                 test "$cf_cv_ncurses_h2" != no && break
5185         done
5186         test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:5186: error: not found" >&5
5187 echo "$as_me: error: not found" >&2;}
5188    { (exit 1); exit 1; }; }
5189
5190 fi
5191 echo "$as_me:5191: result: $cf_cv_ncurses_h2" >&5
5192 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
5193
5194         cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
5195         cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
5196         if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
5197                 cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
5198         fi
5199
5200 if test -n "$cf_1st_incdir" ; then
5201   for cf_add_incdir in $cf_1st_incdir
5202   do
5203         while test $cf_add_incdir != /usr/include
5204         do
5205           if test -d $cf_add_incdir
5206           then
5207                 cf_have_incdir=no
5208                 if test -n "$CFLAGS$CPPFLAGS" ; then
5209                   # a loop is needed to ensure we can add subdirs of existing dirs
5210                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
5211                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
5212                           cf_have_incdir=yes; break
5213                         fi
5214                   done
5215                 fi
5216
5217                 if test "$cf_have_incdir" = no ; then
5218                   if test "$cf_add_incdir" = /usr/local/include ; then
5219                         if test "$GCC" = yes
5220                         then
5221                           cf_save_CPPFLAGS=$CPPFLAGS
5222                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
5223                           cat >conftest.$ac_ext <<_ACEOF
5224 #line 5224 "configure"
5225 #include "confdefs.h"
5226 #include <stdio.h>
5227 int
5228 main ()
5229 {
5230 printf("Hello")
5231   ;
5232   return 0;
5233 }
5234 _ACEOF
5235 rm -f conftest.$ac_objext
5236 if { (eval echo "$as_me:5236: \"$ac_compile\"") >&5
5237   (eval $ac_compile) 2>&5
5238   ac_status=$?
5239   echo "$as_me:5239: \$? = $ac_status" >&5
5240   (exit $ac_status); } &&
5241          { ac_try='test -s conftest.$ac_objext'
5242   { (eval echo "$as_me:5242: \"$ac_try\"") >&5
5243   (eval $ac_try) 2>&5
5244   ac_status=$?
5245   echo "$as_me:5245: \$? = $ac_status" >&5
5246   (exit $ac_status); }; }; then
5247   :
5248 else
5249   echo "$as_me: failed program was:" >&5
5250 cat conftest.$ac_ext >&5
5251 cf_have_incdir=yes
5252 fi
5253 rm -f conftest.$ac_objext conftest.$ac_ext
5254                           CPPFLAGS=$cf_save_CPPFLAGS
5255                         fi
5256                   fi
5257                 fi
5258
5259                 if test "$cf_have_incdir" = no ; then
5260                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
5261
5262 echo "${as_me:-configure}:5262: testing adding $cf_add_incdir to include-path ..." 1>&5
5263
5264                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
5265
5266                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
5267                   test "$cf_top_incdir" = "$cf_add_incdir" && break
5268                   cf_add_incdir="$cf_top_incdir"
5269                 else
5270                   break
5271                 fi
5272           fi
5273         done
5274   done
5275 fi
5276
5277 fi
5278
5279 # Set definitions to allow ifdef'ing for ncurses.h
5280
5281 case $cf_cv_ncurses_header in # (vi
5282 *ncurses.h)
5283         cat >>confdefs.h <<\EOF
5284 #define HAVE_NCURSES_H 1
5285 EOF
5286
5287         ;;
5288 esac
5289
5290 case $cf_cv_ncurses_header in # (vi
5291 ncurses/curses.h|ncurses/ncurses.h)
5292         cat >>confdefs.h <<\EOF
5293 #define HAVE_NCURSES_NCURSES_H 1
5294 EOF
5295
5296         ;;
5297 ncursesw/curses.h|ncursesw/ncurses.h)
5298         cat >>confdefs.h <<\EOF
5299 #define HAVE_NCURSESW_NCURSES_H 1
5300 EOF
5301
5302         ;;
5303 esac
5304
5305 echo "$as_me:5305: checking for terminfo header" >&5
5306 echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6
5307 if test "${cf_cv_term_header+set}" = set; then
5308   echo $ECHO_N "(cached) $ECHO_C" >&6
5309 else
5310
5311 case ${cf_cv_ncurses_header} in #(vi
5312 */ncurses.h|*/ncursesw.h) #(vi
5313         cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
5314         ;;
5315 *)
5316         cf_term_header=term.h
5317         ;;
5318 esac
5319
5320 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
5321 do
5322 cat >conftest.$ac_ext <<_ACEOF
5323 #line 5323 "configure"
5324 #include "confdefs.h"
5325 #include <stdio.h>
5326 #include <${cf_cv_ncurses_header:-curses.h}>
5327 #include <$cf_test>
5328
5329 int
5330 main ()
5331 {
5332 int x = auto_left_margin
5333   ;
5334   return 0;
5335 }
5336 _ACEOF
5337 rm -f conftest.$ac_objext
5338 if { (eval echo "$as_me:5338: \"$ac_compile\"") >&5
5339   (eval $ac_compile) 2>&5
5340   ac_status=$?
5341   echo "$as_me:5341: \$? = $ac_status" >&5
5342   (exit $ac_status); } &&
5343          { ac_try='test -s conftest.$ac_objext'
5344   { (eval echo "$as_me:5344: \"$ac_try\"") >&5
5345   (eval $ac_try) 2>&5
5346   ac_status=$?
5347   echo "$as_me:5347: \$? = $ac_status" >&5
5348   (exit $ac_status); }; }; then
5349
5350         cf_cv_term_header="$cf_test"
5351 else
5352   echo "$as_me: failed program was:" >&5
5353 cat conftest.$ac_ext >&5
5354
5355         cf_cv_term_header=unknown
5356
5357 fi
5358 rm -f conftest.$ac_objext conftest.$ac_ext
5359         test "$cf_cv_term_header" != unknown && break
5360 done
5361
5362 fi
5363 echo "$as_me:5363: result: $cf_cv_term_header" >&5
5364 echo "${ECHO_T}$cf_cv_term_header" >&6
5365
5366 # Set definitions to allow ifdef'ing to accommodate subdirectories
5367
5368 case $cf_cv_term_header in # (vi
5369 *term.h)
5370         cat >>confdefs.h <<\EOF
5371 #define HAVE_TERM_H 1
5372 EOF
5373
5374         ;;
5375 esac
5376
5377 case $cf_cv_term_header in # (vi
5378 ncurses/term.h) #(vi
5379         cat >>confdefs.h <<\EOF
5380 #define HAVE_NCURSES_TERM_H 1
5381 EOF
5382
5383         ;;
5384 ncursesw/term.h)
5385         cat >>confdefs.h <<\EOF
5386 #define HAVE_NCURSESW_TERM_H 1
5387 EOF
5388
5389         ;;
5390 esac
5391
5392 # some applications need this, but should check for NCURSES_VERSION
5393 cat >>confdefs.h <<\EOF
5394 #define NCURSES 1
5395 EOF
5396
5397 echo "$as_me:5397: checking for ncurses version" >&5
5398 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
5399 if test "${cf_cv_ncurses_version+set}" = set; then
5400   echo $ECHO_N "(cached) $ECHO_C" >&6
5401 else
5402
5403         cf_cv_ncurses_version=no
5404         cf_tempfile=out$$
5405         rm -f $cf_tempfile
5406         if test "$cross_compiling" = yes; then
5407
5408         # This will not work if the preprocessor splits the line after the
5409         # Autoconf token.  The 'unproto' program does that.
5410         cat > conftest.$ac_ext <<EOF
5411 #include <${cf_cv_ncurses_header:-curses.h}>
5412 #undef Autoconf
5413 #ifdef NCURSES_VERSION
5414 Autoconf NCURSES_VERSION
5415 #else
5416 #ifdef __NCURSES_H
5417 Autoconf "old"
5418 #endif
5419 ;
5420 #endif
5421 EOF
5422         cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
5423         { (eval echo "$as_me:5423: \"$cf_try\"") >&5
5424   (eval $cf_try) 2>&5
5425   ac_status=$?
5426   echo "$as_me:5426: \$? = $ac_status" >&5
5427   (exit $ac_status); }
5428         if test -f conftest.out ; then
5429                 cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
5430                 test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
5431                 rm -f conftest.out
5432         fi
5433
5434 else
5435   cat >conftest.$ac_ext <<_ACEOF
5436 #line 5436 "configure"
5437 #include "confdefs.h"
5438
5439 #include <${cf_cv_ncurses_header:-curses.h}>
5440 #include <stdio.h>
5441 int main()
5442 {
5443         FILE *fp = fopen("$cf_tempfile", "w");
5444 #ifdef NCURSES_VERSION
5445 # ifdef NCURSES_VERSION_PATCH
5446         fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
5447 # else
5448         fprintf(fp, "%s\n", NCURSES_VERSION);
5449 # endif
5450 #else
5451 # ifdef __NCURSES_H
5452         fprintf(fp, "old\n");
5453 # else
5454         make an error
5455 # endif
5456 #endif
5457         ${cf_cv_main_return:-return}(0);
5458 }
5459 _ACEOF
5460 rm -f conftest$ac_exeext
5461 if { (eval echo "$as_me:5461: \"$ac_link\"") >&5
5462   (eval $ac_link) 2>&5
5463   ac_status=$?
5464   echo "$as_me:5464: \$? = $ac_status" >&5
5465   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5466   { (eval echo "$as_me:5466: \"$ac_try\"") >&5
5467   (eval $ac_try) 2>&5
5468   ac_status=$?
5469   echo "$as_me:5469: \$? = $ac_status" >&5
5470   (exit $ac_status); }; }; then
5471
5472         cf_cv_ncurses_version=`cat $cf_tempfile`
5473 else
5474   echo "$as_me: program exited with status $ac_status" >&5
5475 echo "$as_me: failed program was:" >&5
5476 cat conftest.$ac_ext >&5
5477 fi
5478 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5479 fi
5480         rm -f $cf_tempfile
5481
5482 fi
5483 echo "$as_me:5483: result: $cf_cv_ncurses_version" >&5
5484 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
5485 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
5486 #define NCURSES 1
5487 EOF
5488
5489 cf_nculib_root=ncursesw
5490         # This works, except for the special case where we find gpm, but
5491         # ncurses is in a nonstandard location via $LIBS, and we really want
5492         # to link gpm.
5493 cf_ncurses_LIBS=""
5494 cf_ncurses_SAVE="$LIBS"
5495 echo "$as_me:5495: checking for Gpm_Open in -lgpm" >&5
5496 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
5497 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
5498   echo $ECHO_N "(cached) $ECHO_C" >&6
5499 else
5500   ac_check_lib_save_LIBS=$LIBS
5501 LIBS="-lgpm  $LIBS"
5502 cat >conftest.$ac_ext <<_ACEOF
5503 #line 5503 "configure"
5504 #include "confdefs.h"
5505
5506 /* Override any gcc2 internal prototype to avoid an error.  */
5507 #ifdef __cplusplus
5508 extern "C"
5509 #endif
5510 /* We use char because int might match the return type of a gcc2
5511    builtin and then its argument prototype would still apply.  */
5512 char Gpm_Open ();
5513 int
5514 main ()
5515 {
5516 Gpm_Open ();
5517   ;
5518   return 0;
5519 }
5520 _ACEOF
5521 rm -f conftest.$ac_objext conftest$ac_exeext
5522 if { (eval echo "$as_me:5522: \"$ac_link\"") >&5
5523   (eval $ac_link) 2>&5
5524   ac_status=$?
5525   echo "$as_me:5525: \$? = $ac_status" >&5
5526   (exit $ac_status); } &&
5527          { ac_try='test -s conftest$ac_exeext'
5528   { (eval echo "$as_me:5528: \"$ac_try\"") >&5
5529   (eval $ac_try) 2>&5
5530   ac_status=$?
5531   echo "$as_me:5531: \$? = $ac_status" >&5
5532   (exit $ac_status); }; }; then
5533   ac_cv_lib_gpm_Gpm_Open=yes
5534 else
5535   echo "$as_me: failed program was:" >&5
5536 cat conftest.$ac_ext >&5
5537 ac_cv_lib_gpm_Gpm_Open=no
5538 fi
5539 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5540 LIBS=$ac_check_lib_save_LIBS
5541 fi
5542 echo "$as_me:5542: result: $ac_cv_lib_gpm_Gpm_Open" >&5
5543 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
5544 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
5545   echo "$as_me:5545: checking for initscr in -lgpm" >&5
5546 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
5547 if test "${ac_cv_lib_gpm_initscr+set}" = set; then
5548   echo $ECHO_N "(cached) $ECHO_C" >&6
5549 else
5550   ac_check_lib_save_LIBS=$LIBS
5551 LIBS="-lgpm  $LIBS"
5552 cat >conftest.$ac_ext <<_ACEOF
5553 #line 5553 "configure"
5554 #include "confdefs.h"
5555
5556 /* Override any gcc2 internal prototype to avoid an error.  */
5557 #ifdef __cplusplus
5558 extern "C"
5559 #endif
5560 /* We use char because int might match the return type of a gcc2
5561    builtin and then its argument prototype would still apply.  */
5562 char initscr ();
5563 int
5564 main ()
5565 {
5566 initscr ();
5567   ;
5568   return 0;
5569 }
5570 _ACEOF
5571 rm -f conftest.$ac_objext conftest$ac_exeext
5572 if { (eval echo "$as_me:5572: \"$ac_link\"") >&5
5573   (eval $ac_link) 2>&5
5574   ac_status=$?
5575   echo "$as_me:5575: \$? = $ac_status" >&5
5576   (exit $ac_status); } &&
5577          { ac_try='test -s conftest$ac_exeext'
5578   { (eval echo "$as_me:5578: \"$ac_try\"") >&5
5579   (eval $ac_try) 2>&5
5580   ac_status=$?
5581   echo "$as_me:5581: \$? = $ac_status" >&5
5582   (exit $ac_status); }; }; then
5583   ac_cv_lib_gpm_initscr=yes
5584 else
5585   echo "$as_me: failed program was:" >&5
5586 cat conftest.$ac_ext >&5
5587 ac_cv_lib_gpm_initscr=no
5588 fi
5589 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5590 LIBS=$ac_check_lib_save_LIBS
5591 fi
5592 echo "$as_me:5592: result: $ac_cv_lib_gpm_initscr" >&5
5593 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
5594 if test $ac_cv_lib_gpm_initscr = yes; then
5595   LIBS="$cf_ncurses_SAVE"
5596 else
5597   cf_ncurses_LIBS="-lgpm"
5598 fi
5599
5600 fi
5601
5602 case $host_os in #(vi
5603 freebsd*)
5604         # This is only necessary if you are linking against an obsolete
5605         # version of ncurses (but it should do no harm, since it's static).
5606         if test "$cf_nculib_root" = ncurses ; then
5607                 echo "$as_me:5607: checking for tgoto in -lmytinfo" >&5
5608 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
5609 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
5610   echo $ECHO_N "(cached) $ECHO_C" >&6
5611 else
5612   ac_check_lib_save_LIBS=$LIBS
5613 LIBS="-lmytinfo  $LIBS"
5614 cat >conftest.$ac_ext <<_ACEOF
5615 #line 5615 "configure"
5616 #include "confdefs.h"
5617
5618 /* Override any gcc2 internal prototype to avoid an error.  */
5619 #ifdef __cplusplus
5620 extern "C"
5621 #endif
5622 /* We use char because int might match the return type of a gcc2
5623    builtin and then its argument prototype would still apply.  */
5624 char tgoto ();
5625 int
5626 main ()
5627 {
5628 tgoto ();
5629   ;
5630   return 0;
5631 }
5632 _ACEOF
5633 rm -f conftest.$ac_objext conftest$ac_exeext
5634 if { (eval echo "$as_me:5634: \"$ac_link\"") >&5
5635   (eval $ac_link) 2>&5
5636   ac_status=$?
5637   echo "$as_me:5637: \$? = $ac_status" >&5
5638   (exit $ac_status); } &&
5639          { ac_try='test -s conftest$ac_exeext'
5640   { (eval echo "$as_me:5640: \"$ac_try\"") >&5
5641   (eval $ac_try) 2>&5
5642   ac_status=$?
5643   echo "$as_me:5643: \$? = $ac_status" >&5
5644   (exit $ac_status); }; }; then
5645   ac_cv_lib_mytinfo_tgoto=yes
5646 else
5647   echo "$as_me: failed program was:" >&5
5648 cat conftest.$ac_ext >&5
5649 ac_cv_lib_mytinfo_tgoto=no
5650 fi
5651 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5652 LIBS=$ac_check_lib_save_LIBS
5653 fi
5654 echo "$as_me:5654: result: $ac_cv_lib_mytinfo_tgoto" >&5
5655 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
5656 if test $ac_cv_lib_mytinfo_tgoto = yes; then
5657   cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS"
5658 fi
5659
5660         fi
5661         ;;
5662 esac
5663
5664 LIBS="$cf_ncurses_LIBS $LIBS"
5665
5666 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
5667 then
5668         LIBS="-l$cf_nculib_root $LIBS"
5669 else
5670
5671         eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
5672         cf_libdir=""
5673         echo "$as_me:5673: checking for initscr" >&5
5674 echo $ECHO_N "checking for initscr... $ECHO_C" >&6
5675 if test "${ac_cv_func_initscr+set}" = set; then
5676   echo $ECHO_N "(cached) $ECHO_C" >&6
5677 else
5678   cat >conftest.$ac_ext <<_ACEOF
5679 #line 5679 "configure"
5680 #include "confdefs.h"
5681 /* System header to define __stub macros and hopefully few prototypes,
5682     which can conflict with char initscr (); below.  */
5683 #include <assert.h>
5684 /* Override any gcc2 internal prototype to avoid an error.  */
5685 #ifdef __cplusplus
5686 extern "C"
5687 #endif
5688 /* We use char because int might match the return type of a gcc2
5689    builtin and then its argument prototype would still apply.  */
5690 char initscr ();
5691 char (*f) ();
5692
5693 int
5694 main ()
5695 {
5696 /* The GNU C library defines this for functions which it implements
5697     to always fail with ENOSYS.  Some functions are actually named
5698     something starting with __ and the normal name is an alias.  */
5699 #if defined (__stub_initscr) || defined (__stub___initscr)
5700 choke me
5701 #else
5702 f = initscr;
5703 #endif
5704
5705   ;
5706   return 0;
5707 }
5708 _ACEOF
5709 rm -f conftest.$ac_objext conftest$ac_exeext
5710 if { (eval echo "$as_me:5710: \"$ac_link\"") >&5
5711   (eval $ac_link) 2>&5
5712   ac_status=$?
5713   echo "$as_me:5713: \$? = $ac_status" >&5
5714   (exit $ac_status); } &&
5715          { ac_try='test -s conftest$ac_exeext'
5716   { (eval echo "$as_me:5716: \"$ac_try\"") >&5
5717   (eval $ac_try) 2>&5
5718   ac_status=$?
5719   echo "$as_me:5719: \$? = $ac_status" >&5
5720   (exit $ac_status); }; }; then
5721   ac_cv_func_initscr=yes
5722 else
5723   echo "$as_me: failed program was:" >&5
5724 cat conftest.$ac_ext >&5
5725 ac_cv_func_initscr=no
5726 fi
5727 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5728 fi
5729 echo "$as_me:5729: result: $ac_cv_func_initscr" >&5
5730 echo "${ECHO_T}$ac_cv_func_initscr" >&6
5731 if test $ac_cv_func_initscr = yes; then
5732   eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
5733 else
5734
5735                 cf_save_LIBS="$LIBS"
5736                 echo "$as_me:5736: checking for initscr in -l$cf_nculib_root" >&5
5737 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
5738                 LIBS="-l$cf_nculib_root $LIBS"
5739                 cat >conftest.$ac_ext <<_ACEOF
5740 #line 5740 "configure"
5741 #include "confdefs.h"
5742 #include <${cf_cv_ncurses_header:-curses.h}>
5743 int
5744 main ()
5745 {
5746 initscr()
5747   ;
5748   return 0;
5749 }
5750 _ACEOF
5751 rm -f conftest.$ac_objext conftest$ac_exeext
5752 if { (eval echo "$as_me:5752: \"$ac_link\"") >&5
5753   (eval $ac_link) 2>&5
5754   ac_status=$?
5755   echo "$as_me:5755: \$? = $ac_status" >&5
5756   (exit $ac_status); } &&
5757          { ac_try='test -s conftest$ac_exeext'
5758   { (eval echo "$as_me:5758: \"$ac_try\"") >&5
5759   (eval $ac_try) 2>&5
5760   ac_status=$?
5761   echo "$as_me:5761: \$? = $ac_status" >&5
5762   (exit $ac_status); }; }; then
5763   echo "$as_me:5763: result: yes" >&5
5764 echo "${ECHO_T}yes" >&6
5765                          eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
5766
5767 else
5768   echo "$as_me: failed program was:" >&5
5769 cat conftest.$ac_ext >&5
5770 echo "$as_me:5770: result: no" >&5
5771 echo "${ECHO_T}no" >&6
5772
5773 cf_search=
5774 cf_library_path_list=""
5775 if test -n "${LDFLAGS}${LIBS}" ; then
5776         for cf_library_path in $LDFLAGS $LIBS
5777         do
5778                 case $cf_library_path in #(vi
5779                 -L*)
5780                         cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
5781
5782 test "$cf_library_path" != "NONE" && \
5783 test -d "$cf_library_path" && \
5784  {
5785         test -n "$verbose" && echo "    ... testing for lib-directories under $cf_library_path"
5786         test -d $cf_library_path/lib &&          cf_search="$cf_search $cf_library_path/lib"
5787         test -d $cf_library_path/lib/$cf_nculib_root &&       cf_search="$cf_search $cf_library_path/lib/$cf_nculib_root"
5788         test -d $cf_library_path/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $cf_library_path/lib/$cf_nculib_root/lib"
5789         test -d $cf_library_path/$cf_nculib_root/lib &&       cf_search="$cf_search $cf_library_path/$cf_nculib_root/lib"
5790         test -d $cf_library_path/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $cf_library_path/$cf_nculib_root/lib/$cf_nculib_root"
5791 }
5792
5793                         cf_library_path_list="$cf_library_path_list $cf_search"
5794                         ;;
5795                 esac
5796         done
5797 fi
5798
5799 cf_search=
5800
5801 test "/usr" != "$prefix" && \
5802 test -d "/usr" && \
5803 (test $prefix = NONE || test "/usr" != "$prefix") && {
5804         test -n "$verbose" && echo "    ... testing for lib-directories under /usr"
5805         test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
5806         test -d /usr/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/lib/$cf_nculib_root"
5807         test -d /usr/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /usr/lib/$cf_nculib_root/lib"
5808         test -d /usr/$cf_nculib_root/lib &&       cf_search="$cf_search /usr/$cf_nculib_root/lib"
5809         test -d /usr/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /usr/$cf_nculib_root/lib/$cf_nculib_root"
5810 }
5811
5812 test "$prefix" != "NONE" && \
5813 test -d "$prefix" && \
5814  {
5815         test -n "$verbose" && echo "    ... testing for lib-directories under $prefix"
5816         test -d $prefix/lib &&          cf_search="$cf_search $prefix/lib"
5817         test -d $prefix/lib/$cf_nculib_root &&       cf_search="$cf_search $prefix/lib/$cf_nculib_root"
5818         test -d $prefix/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $prefix/lib/$cf_nculib_root/lib"
5819         test -d $prefix/$cf_nculib_root/lib &&       cf_search="$cf_search $prefix/$cf_nculib_root/lib"
5820         test -d $prefix/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $prefix/$cf_nculib_root/lib/$cf_nculib_root"
5821 }
5822
5823 test "/usr/local" != "$prefix" && \
5824 test -d "/usr/local" && \
5825 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
5826         test -n "$verbose" && echo "    ... testing for lib-directories under /usr/local"
5827         test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
5828         test -d /usr/local/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/local/lib/$cf_nculib_root"
5829         test -d /usr/local/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /usr/local/lib/$cf_nculib_root/lib"
5830         test -d /usr/local/$cf_nculib_root/lib &&       cf_search="$cf_search /usr/local/$cf_nculib_root/lib"
5831         test -d /usr/local/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /usr/local/$cf_nculib_root/lib/$cf_nculib_root"
5832 }
5833
5834 test "/opt" != "$prefix" && \
5835 test -d "/opt" && \
5836 (test $prefix = NONE || test "/opt" != "$prefix") && {
5837         test -n "$verbose" && echo "    ... testing for lib-directories under /opt"
5838         test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
5839         test -d /opt/lib/$cf_nculib_root &&       cf_search="$cf_search /opt/lib/$cf_nculib_root"
5840         test -d /opt/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /opt/lib/$cf_nculib_root/lib"
5841         test -d /opt/$cf_nculib_root/lib &&       cf_search="$cf_search /opt/$cf_nculib_root/lib"
5842         test -d /opt/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /opt/$cf_nculib_root/lib/$cf_nculib_root"
5843 }
5844
5845 test "$HOME" != "$prefix" && \
5846 test -d "$HOME" && \
5847 (test $prefix = NONE || test "$HOME" != "$prefix") && {
5848         test -n "$verbose" && echo "    ... testing for lib-directories under $HOME"
5849         test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
5850         test -d $HOME/lib/$cf_nculib_root &&       cf_search="$cf_search $HOME/lib/$cf_nculib_root"
5851         test -d $HOME/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $HOME/lib/$cf_nculib_root/lib"
5852         test -d $HOME/$cf_nculib_root/lib &&       cf_search="$cf_search $HOME/$cf_nculib_root/lib"
5853         test -d $HOME/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $HOME/$cf_nculib_root/lib/$cf_nculib_root"
5854 }
5855
5856 cf_search="$cf_library_path_list $cf_search"
5857
5858                         for cf_libdir in $cf_search
5859                         do
5860                                 echo "$as_me:5860: checking for -l$cf_nculib_root in $cf_libdir" >&5
5861 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
5862                                 LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
5863                                 cat >conftest.$ac_ext <<_ACEOF
5864 #line 5864 "configure"
5865 #include "confdefs.h"
5866 #include <${cf_cv_ncurses_header:-curses.h}>
5867 int
5868 main ()
5869 {
5870 initscr()
5871   ;
5872   return 0;
5873 }
5874 _ACEOF
5875 rm -f conftest.$ac_objext conftest$ac_exeext
5876 if { (eval echo "$as_me:5876: \"$ac_link\"") >&5
5877   (eval $ac_link) 2>&5
5878   ac_status=$?
5879   echo "$as_me:5879: \$? = $ac_status" >&5
5880   (exit $ac_status); } &&
5881          { ac_try='test -s conftest$ac_exeext'
5882   { (eval echo "$as_me:5882: \"$ac_try\"") >&5
5883   (eval $ac_try) 2>&5
5884   ac_status=$?
5885   echo "$as_me:5885: \$? = $ac_status" >&5
5886   (exit $ac_status); }; }; then
5887   echo "$as_me:5887: result: yes" >&5
5888 echo "${ECHO_T}yes" >&6
5889                                          eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
5890                                          break
5891 else
5892   echo "$as_me: failed program was:" >&5
5893 cat conftest.$ac_ext >&5
5894 echo "$as_me:5894: result: no" >&5
5895 echo "${ECHO_T}no" >&6
5896                                          LIBS="$cf_save_LIBS"
5897 fi
5898 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5899                         done
5900
5901 fi
5902 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5903
5904 fi
5905
5906 eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root
5907
5908 if test $cf_found_library = no ; then
5909         { { echo "$as_me:5909: error: Cannot link $cf_nculib_root library" >&5
5910 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
5911    { (exit 1); exit 1; }; }
5912 fi
5913
5914 fi
5915
5916 if test -n "$cf_ncurses_LIBS" ; then
5917         echo "$as_me:5917: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
5918 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
5919         cf_ncurses_SAVE="$LIBS"
5920         for p in $cf_ncurses_LIBS ; do
5921                 q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
5922                 if test "$q" != "$LIBS" ; then
5923                         LIBS="$q"
5924                 fi
5925         done
5926         cat >conftest.$ac_ext <<_ACEOF
5927 #line 5927 "configure"
5928 #include "confdefs.h"
5929 #include <${cf_cv_ncurses_header:-curses.h}>
5930 int
5931 main ()
5932 {
5933 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
5934   ;
5935   return 0;
5936 }
5937 _ACEOF
5938 rm -f conftest.$ac_objext conftest$ac_exeext
5939 if { (eval echo "$as_me:5939: \"$ac_link\"") >&5
5940   (eval $ac_link) 2>&5
5941   ac_status=$?
5942   echo "$as_me:5942: \$? = $ac_status" >&5
5943   (exit $ac_status); } &&
5944          { ac_try='test -s conftest$ac_exeext'
5945   { (eval echo "$as_me:5945: \"$ac_try\"") >&5
5946   (eval $ac_try) 2>&5
5947   ac_status=$?
5948   echo "$as_me:5948: \$? = $ac_status" >&5
5949   (exit $ac_status); }; }; then
5950   echo "$as_me:5950: result: yes" >&5
5951 echo "${ECHO_T}yes" >&6
5952 else
5953   echo "$as_me: failed program was:" >&5
5954 cat conftest.$ac_ext >&5
5955 echo "$as_me:5955: result: no" >&5
5956 echo "${ECHO_T}no" >&6
5957                  LIBS="$cf_ncurses_SAVE"
5958 fi
5959 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5960 fi
5961
5962 cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
5963
5964 cat >>confdefs.h <<EOF
5965 #define $cf_nculib_ROOT 1
5966 EOF
5967
5968 fi
5969
5970 else
5971
5972 cf_ncuconfig_root=ncurses
5973
5974 echo "Looking for ${cf_ncuconfig_root}-config"
5975 for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config
5976 do
5977   # Extract the first word of "$ac_prog", so it can be a program name with args.
5978 set dummy $ac_prog; ac_word=$2
5979 echo "$as_me:5979: checking for $ac_word" >&5
5980 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5981 if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then
5982   echo $ECHO_N "(cached) $ECHO_C" >&6
5983 else
5984   case $NCURSES_CONFIG in
5985   [\\/]* | ?:[\\/]*)
5986   ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a path.
5987   ;;
5988   *)
5989   ac_save_IFS=$IFS; IFS=$ac_path_separator
5990 ac_dummy="$PATH"
5991 for ac_dir in $ac_dummy; do
5992   IFS=$ac_save_IFS
5993   test -z "$ac_dir" && ac_dir=.
5994   if $as_executable_p "$ac_dir/$ac_word"; then
5995    ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word"
5996    echo "$as_me:5996: found $ac_dir/$ac_word" >&5
5997    break
5998 fi
5999 done
6000
6001   ;;
6002 esac
6003 fi
6004 NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG
6005
6006 if test -n "$NCURSES_CONFIG"; then
6007   echo "$as_me:6007: result: $NCURSES_CONFIG" >&5
6008 echo "${ECHO_T}$NCURSES_CONFIG" >&6
6009 else
6010   echo "$as_me:6010: result: no" >&5
6011 echo "${ECHO_T}no" >&6
6012 fi
6013
6014   test -n "$NCURSES_CONFIG" && break
6015 done
6016 test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"
6017
6018 if test "$NCURSES_CONFIG" != none ; then
6019
6020 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
6021 LIBS="`$NCURSES_CONFIG --libs` $LIBS"
6022
6023 # even with config script, some packages use no-override for curses.h
6024
6025 echo "$as_me:6025: checking if we have identified curses headers" >&5
6026 echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6
6027 if test "${cf_cv_ncurses_header+set}" = set; then
6028   echo $ECHO_N "(cached) $ECHO_C" >&6
6029 else
6030
6031 cf_cv_ncurses_header=none
6032 for cf_header in  \
6033     ncurses/ncurses.h \
6034         ncurses/curses.h \
6035         ncurses.h \
6036         curses.h
6037 do
6038 cat >conftest.$ac_ext <<_ACEOF
6039 #line 6039 "configure"
6040 #include "confdefs.h"
6041 #include <${cf_header}>
6042 int
6043 main ()
6044 {
6045 initscr(); tgoto("?", 0,0)
6046   ;
6047   return 0;
6048 }
6049 _ACEOF
6050 rm -f conftest.$ac_objext
6051 if { (eval echo "$as_me:6051: \"$ac_compile\"") >&5
6052   (eval $ac_compile) 2>&5
6053   ac_status=$?
6054   echo "$as_me:6054: \$? = $ac_status" >&5
6055   (exit $ac_status); } &&
6056          { ac_try='test -s conftest.$ac_objext'
6057   { (eval echo "$as_me:6057: \"$ac_try\"") >&5
6058   (eval $ac_try) 2>&5
6059   ac_status=$?
6060   echo "$as_me:6060: \$? = $ac_status" >&5
6061   (exit $ac_status); }; }; then
6062   cf_cv_ncurses_header=$cf_header; break
6063 else
6064   echo "$as_me: failed program was:" >&5
6065 cat conftest.$ac_ext >&5
6066 fi
6067 rm -f conftest.$ac_objext conftest.$ac_ext
6068 done
6069
6070 fi
6071 echo "$as_me:6071: result: $cf_cv_ncurses_header" >&5
6072 echo "${ECHO_T}$cf_cv_ncurses_header" >&6
6073
6074 if test "$cf_cv_ncurses_header" = none ; then
6075         { { echo "$as_me:6075: error: No curses header-files found" >&5
6076 echo "$as_me: error: No curses header-files found" >&2;}
6077    { (exit 1); exit 1; }; }
6078 fi
6079
6080 # cheat, to get the right #define's for HAVE_NCURSES_H, etc.
6081
6082 for ac_header in $cf_cv_ncurses_header
6083 do
6084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6085 echo "$as_me:6085: checking for $ac_header" >&5
6086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6087 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6088   echo $ECHO_N "(cached) $ECHO_C" >&6
6089 else
6090   cat >conftest.$ac_ext <<_ACEOF
6091 #line 6091 "configure"
6092 #include "confdefs.h"
6093 #include <$ac_header>
6094 _ACEOF
6095 if { (eval echo "$as_me:6095: \"$ac_cpp conftest.$ac_ext\"") >&5
6096   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6097   ac_status=$?
6098   egrep -v '^ *\+' conftest.er1 >conftest.err
6099   rm -f conftest.er1
6100   cat conftest.err >&5
6101   echo "$as_me:6101: \$? = $ac_status" >&5
6102   (exit $ac_status); } >/dev/null; then
6103   if test -s conftest.err; then
6104     ac_cpp_err=$ac_c_preproc_warn_flag
6105   else
6106     ac_cpp_err=
6107   fi
6108 else
6109   ac_cpp_err=yes
6110 fi
6111 if test -z "$ac_cpp_err"; then
6112   eval "$as_ac_Header=yes"
6113 else
6114   echo "$as_me: failed program was:" >&5
6115   cat conftest.$ac_ext >&5
6116   eval "$as_ac_Header=no"
6117 fi
6118 rm -f conftest.err conftest.$ac_ext
6119 fi
6120 echo "$as_me:6120: result: `eval echo '${'$as_ac_Header'}'`" >&5
6121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6122 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6123   cat >>confdefs.h <<EOF
6124 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6125 EOF
6126
6127 fi
6128 done
6129
6130 cat >>confdefs.h <<\EOF
6131 #define NCURSES 1
6132 EOF
6133
6134 cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
6135
6136 cat >>confdefs.h <<EOF
6137 #define $cf_nculib_ROOT 1
6138 EOF
6139
6140 cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
6141
6142 else
6143
6144 cf_ncuhdr_root=ncurses
6145
6146 test -n "$cf_cv_curses_dir" && \
6147 test "$cf_cv_curses_dir" != "no" && { \
6148
6149 if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
6150   for cf_add_incdir in $cf_cv_curses_dir/include/$cf_ncuhdr_root
6151   do
6152         while test $cf_add_incdir != /usr/include
6153         do
6154           if test -d $cf_add_incdir
6155           then
6156                 cf_have_incdir=no
6157                 if test -n "$CFLAGS$CPPFLAGS" ; then
6158                   # a loop is needed to ensure we can add subdirs of existing dirs
6159                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
6160                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
6161                           cf_have_incdir=yes; break
6162                         fi
6163                   done
6164                 fi
6165
6166                 if test "$cf_have_incdir" = no ; then
6167                   if test "$cf_add_incdir" = /usr/local/include ; then
6168                         if test "$GCC" = yes
6169                         then
6170                           cf_save_CPPFLAGS=$CPPFLAGS
6171                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6172                           cat >conftest.$ac_ext <<_ACEOF
6173 #line 6173 "configure"
6174 #include "confdefs.h"
6175 #include <stdio.h>
6176 int
6177 main ()
6178 {
6179 printf("Hello")
6180   ;
6181   return 0;
6182 }
6183 _ACEOF
6184 rm -f conftest.$ac_objext
6185 if { (eval echo "$as_me:6185: \"$ac_compile\"") >&5
6186   (eval $ac_compile) 2>&5
6187   ac_status=$?
6188   echo "$as_me:6188: \$? = $ac_status" >&5
6189   (exit $ac_status); } &&
6190          { ac_try='test -s conftest.$ac_objext'
6191   { (eval echo "$as_me:6191: \"$ac_try\"") >&5
6192   (eval $ac_try) 2>&5
6193   ac_status=$?
6194   echo "$as_me:6194: \$? = $ac_status" >&5
6195   (exit $ac_status); }; }; then
6196   :
6197 else
6198   echo "$as_me: failed program was:" >&5
6199 cat conftest.$ac_ext >&5
6200 cf_have_incdir=yes
6201 fi
6202 rm -f conftest.$ac_objext conftest.$ac_ext
6203                           CPPFLAGS=$cf_save_CPPFLAGS
6204                         fi
6205                   fi
6206                 fi
6207
6208                 if test "$cf_have_incdir" = no ; then
6209                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
6210
6211 echo "${as_me:-configure}:6211: testing adding $cf_add_incdir to include-path ..." 1>&5
6212
6213                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6214
6215                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
6216                   test "$cf_top_incdir" = "$cf_add_incdir" && break
6217                   cf_add_incdir="$cf_top_incdir"
6218                 else
6219                   break
6220                 fi
6221           fi
6222         done
6223   done
6224 fi
6225
6226 }
6227
6228 echo "$as_me:6228: checking for $cf_ncuhdr_root header in include-path" >&5
6229 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
6230 if test "${cf_cv_ncurses_h+set}" = set; then
6231   echo $ECHO_N "(cached) $ECHO_C" >&6
6232 else
6233
6234         cf_header_list="$cf_ncuhdr_root/curses.h $cf_ncuhdr_root/ncurses.h"
6235         ( test "$cf_ncuhdr_root" = ncurses || test "$cf_ncuhdr_root" = ncursesw ) && cf_header_list="$cf_header_list curses.h ncurses.h"
6236         for cf_header in $cf_header_list
6237         do
6238
6239         cat >conftest.$ac_ext <<_ACEOF
6240 #line 6240 "configure"
6241 #include "confdefs.h"
6242
6243 #include <$cf_header>
6244 int
6245 main ()
6246 {
6247
6248 #ifdef NCURSES_VERSION
6249
6250 printf("%s\n", NCURSES_VERSION);
6251 #else
6252 #ifdef __NCURSES_H
6253 printf("old\n");
6254 #else
6255         make an error
6256 #endif
6257 #endif
6258
6259   ;
6260   return 0;
6261 }
6262 _ACEOF
6263 rm -f conftest.$ac_objext
6264 if { (eval echo "$as_me:6264: \"$ac_compile\"") >&5
6265   (eval $ac_compile) 2>&5
6266   ac_status=$?
6267   echo "$as_me:6267: \$? = $ac_status" >&5
6268   (exit $ac_status); } &&
6269          { ac_try='test -s conftest.$ac_objext'
6270   { (eval echo "$as_me:6270: \"$ac_try\"") >&5
6271   (eval $ac_try) 2>&5
6272   ac_status=$?
6273   echo "$as_me:6273: \$? = $ac_status" >&5
6274   (exit $ac_status); }; }; then
6275   cf_cv_ncurses_h=$cf_header
6276
6277 else
6278   echo "$as_me: failed program was:" >&5
6279 cat conftest.$ac_ext >&5
6280 cf_cv_ncurses_h=no
6281 fi
6282 rm -f conftest.$ac_objext conftest.$ac_ext
6283
6284                 test "$cf_cv_ncurses_h" != no && break
6285         done
6286
6287 fi
6288 echo "$as_me:6288: result: $cf_cv_ncurses_h" >&5
6289 echo "${ECHO_T}$cf_cv_ncurses_h" >&6
6290
6291 if test "$cf_cv_ncurses_h" != no ; then
6292         cf_cv_ncurses_header=$cf_cv_ncurses_h
6293 else
6294
6295 echo "$as_me:6295: checking for $cf_ncuhdr_root include-path" >&5
6296 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
6297 if test "${cf_cv_ncurses_h2+set}" = set; then
6298   echo $ECHO_N "(cached) $ECHO_C" >&6
6299 else
6300
6301         test -n "$verbose" && echo
6302
6303 cf_search=
6304
6305 # collect the current set of include-directories from compiler flags
6306 cf_header_path_list=""
6307 if test -n "${CFLAGS}${CPPFLAGS}" ; then
6308         for cf_header_path in $CPPFLAGS $CFLAGS
6309         do
6310                 case $cf_header_path in #(vi
6311                 -I*)
6312                         cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
6313
6314 test "$cf_header_path" != "NONE" && \
6315 test -d "$cf_header_path" && \
6316  {
6317         test -n "$verbose" && echo "    ... testing for include-directories under $cf_header_path"
6318         test -d $cf_header_path/include &&          cf_search="$cf_search $cf_header_path/include"
6319         test -d $cf_header_path/include/$cf_ncuhdr_root &&       cf_search="$cf_search $cf_header_path/include/$cf_ncuhdr_root"
6320         test -d $cf_header_path/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $cf_header_path/include/$cf_ncuhdr_root/include"
6321         test -d $cf_header_path/$cf_ncuhdr_root/include &&       cf_search="$cf_search $cf_header_path/$cf_ncuhdr_root/include"
6322         test -d $cf_header_path/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $cf_header_path/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6323 }
6324
6325                         cf_header_path_list="$cf_header_path_list $cf_search"
6326                         ;;
6327                 esac
6328         done
6329 fi
6330
6331 # add the variations for the package we are looking for
6332
6333 cf_search=
6334
6335 test "/usr" != "$prefix" && \
6336 test -d "/usr" && \
6337 (test $prefix = NONE || test "/usr" != "$prefix") && {
6338         test -n "$verbose" && echo "    ... testing for include-directories under /usr"
6339         test -d /usr/include &&          cf_search="$cf_search /usr/include"
6340         test -d /usr/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/include/$cf_ncuhdr_root"
6341         test -d /usr/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /usr/include/$cf_ncuhdr_root/include"
6342         test -d /usr/$cf_ncuhdr_root/include &&       cf_search="$cf_search /usr/$cf_ncuhdr_root/include"
6343         test -d /usr/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /usr/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6344 }
6345
6346 test "$prefix" != "NONE" && \
6347 test -d "$prefix" && \
6348  {
6349         test -n "$verbose" && echo "    ... testing for include-directories under $prefix"
6350         test -d $prefix/include &&          cf_search="$cf_search $prefix/include"
6351         test -d $prefix/include/$cf_ncuhdr_root &&       cf_search="$cf_search $prefix/include/$cf_ncuhdr_root"
6352         test -d $prefix/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $prefix/include/$cf_ncuhdr_root/include"
6353         test -d $prefix/$cf_ncuhdr_root/include &&       cf_search="$cf_search $prefix/$cf_ncuhdr_root/include"
6354         test -d $prefix/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $prefix/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6355 }
6356
6357 test "/usr/local" != "$prefix" && \
6358 test -d "/usr/local" && \
6359 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
6360         test -n "$verbose" && echo "    ... testing for include-directories under /usr/local"
6361         test -d /usr/local/include &&          cf_search="$cf_search /usr/local/include"
6362         test -d /usr/local/include/$cf_ncuhdr_root &&       cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root"
6363         test -d /usr/local/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /usr/local/include/$cf_ncuhdr_root/include"
6364         test -d /usr/local/$cf_ncuhdr_root/include &&       cf_search="$cf_search /usr/local/$cf_ncuhdr_root/include"
6365         test -d /usr/local/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /usr/local/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6366 }
6367
6368 test "/opt" != "$prefix" && \
6369 test -d "/opt" && \
6370 (test $prefix = NONE || test "/opt" != "$prefix") && {
6371         test -n "$verbose" && echo "    ... testing for include-directories under /opt"
6372         test -d /opt/include &&          cf_search="$cf_search /opt/include"
6373         test -d /opt/include/$cf_ncuhdr_root &&       cf_search="$cf_search /opt/include/$cf_ncuhdr_root"
6374         test -d /opt/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search /opt/include/$cf_ncuhdr_root/include"
6375         test -d /opt/$cf_ncuhdr_root/include &&       cf_search="$cf_search /opt/$cf_ncuhdr_root/include"
6376         test -d /opt/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search /opt/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6377 }
6378
6379 test "$HOME" != "$prefix" && \
6380 test -d "$HOME" && \
6381 (test $prefix = NONE || test "$HOME" != "$prefix") && {
6382         test -n "$verbose" && echo "    ... testing for include-directories under $HOME"
6383         test -d $HOME/include &&          cf_search="$cf_search $HOME/include"
6384         test -d $HOME/include/$cf_ncuhdr_root &&       cf_search="$cf_search $HOME/include/$cf_ncuhdr_root"
6385         test -d $HOME/include/$cf_ncuhdr_root/include &&    cf_search="$cf_search $HOME/include/$cf_ncuhdr_root/include"
6386         test -d $HOME/$cf_ncuhdr_root/include &&       cf_search="$cf_search $HOME/$cf_ncuhdr_root/include"
6387         test -d $HOME/$cf_ncuhdr_root/include/$cf_ncuhdr_root &&    cf_search="$cf_search $HOME/$cf_ncuhdr_root/include/$cf_ncuhdr_root"
6388 }
6389
6390 test "$includedir" != NONE && \
6391 test "$includedir" != "/usr/include" && \
6392 test -d "$includedir" && {
6393         test -d $includedir &&    cf_search="$cf_search $includedir"
6394         test -d $includedir/$cf_ncuhdr_root && cf_search="$cf_search $includedir/$cf_ncuhdr_root"
6395 }
6396
6397 test "$oldincludedir" != NONE && \
6398 test "$oldincludedir" != "/usr/include" && \
6399 test -d "$oldincludedir" && {
6400         test -d $oldincludedir    && cf_search="$cf_search $oldincludedir"
6401         test -d $oldincludedir/$cf_ncuhdr_root && cf_search="$cf_search $oldincludedir/$cf_ncuhdr_root"
6402 }
6403
6404 cf_search="$cf_search $cf_header_path_list"
6405
6406         test -n "$verbose" && echo search path $cf_search
6407         cf_save2_CPPFLAGS="$CPPFLAGS"
6408         for cf_incdir in $cf_search
6409         do
6410
6411 if test -n "$cf_incdir" ; then
6412   for cf_add_incdir in $cf_incdir
6413   do
6414         while test $cf_add_incdir != /usr/include
6415         do
6416           if test -d $cf_add_incdir
6417           then
6418                 cf_have_incdir=no
6419                 if test -n "$CFLAGS$CPPFLAGS" ; then
6420                   # a loop is needed to ensure we can add subdirs of existing dirs
6421                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
6422                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
6423                           cf_have_incdir=yes; break
6424                         fi
6425                   done
6426                 fi
6427
6428                 if test "$cf_have_incdir" = no ; then
6429                   if test "$cf_add_incdir" = /usr/local/include ; then
6430                         if test "$GCC" = yes
6431                         then
6432                           cf_save_CPPFLAGS=$CPPFLAGS
6433                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6434                           cat >conftest.$ac_ext <<_ACEOF
6435 #line 6435 "configure"
6436 #include "confdefs.h"
6437 #include <stdio.h>
6438 int
6439 main ()
6440 {
6441 printf("Hello")
6442   ;
6443   return 0;
6444 }
6445 _ACEOF
6446 rm -f conftest.$ac_objext
6447 if { (eval echo "$as_me:6447: \"$ac_compile\"") >&5
6448   (eval $ac_compile) 2>&5
6449   ac_status=$?
6450   echo "$as_me:6450: \$? = $ac_status" >&5
6451   (exit $ac_status); } &&
6452          { ac_try='test -s conftest.$ac_objext'
6453   { (eval echo "$as_me:6453: \"$ac_try\"") >&5
6454   (eval $ac_try) 2>&5
6455   ac_status=$?
6456   echo "$as_me:6456: \$? = $ac_status" >&5
6457   (exit $ac_status); }; }; then
6458   :
6459 else
6460   echo "$as_me: failed program was:" >&5
6461 cat conftest.$ac_ext >&5
6462 cf_have_incdir=yes
6463 fi
6464 rm -f conftest.$ac_objext conftest.$ac_ext
6465                           CPPFLAGS=$cf_save_CPPFLAGS
6466                         fi
6467                   fi
6468                 fi
6469
6470                 if test "$cf_have_incdir" = no ; then
6471                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
6472
6473 echo "${as_me:-configure}:6473: testing adding $cf_add_incdir to include-path ..." 1>&5
6474
6475                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6476
6477                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
6478                   test "$cf_top_incdir" = "$cf_add_incdir" && break
6479                   cf_add_incdir="$cf_top_incdir"
6480                 else
6481                   break
6482                 fi
6483           fi
6484         done
6485   done
6486 fi
6487
6488                 for cf_header in \
6489                         ncurses.h \
6490                         curses.h
6491                 do
6492
6493         cat >conftest.$ac_ext <<_ACEOF
6494 #line 6494 "configure"
6495 #include "confdefs.h"
6496
6497 #include <$cf_header>
6498 int
6499 main ()
6500 {
6501
6502 #ifdef NCURSES_VERSION
6503
6504 printf("%s\n", NCURSES_VERSION);
6505 #else
6506 #ifdef __NCURSES_H
6507 printf("old\n");
6508 #else
6509         make an error
6510 #endif
6511 #endif
6512
6513   ;
6514   return 0;
6515 }
6516 _ACEOF
6517 rm -f conftest.$ac_objext
6518 if { (eval echo "$as_me:6518: \"$ac_compile\"") >&5
6519   (eval $ac_compile) 2>&5
6520   ac_status=$?
6521   echo "$as_me:6521: \$? = $ac_status" >&5
6522   (exit $ac_status); } &&
6523          { ac_try='test -s conftest.$ac_objext'
6524   { (eval echo "$as_me:6524: \"$ac_try\"") >&5
6525   (eval $ac_try) 2>&5
6526   ac_status=$?
6527   echo "$as_me:6527: \$? = $ac_status" >&5
6528   (exit $ac_status); }; }; then
6529   cf_cv_ncurses_h2=$cf_header
6530
6531 else
6532   echo "$as_me: failed program was:" >&5
6533 cat conftest.$ac_ext >&5
6534 cf_cv_ncurses_h2=no
6535 fi
6536 rm -f conftest.$ac_objext conftest.$ac_ext
6537
6538                         if test "$cf_cv_ncurses_h2" != no ; then
6539                                 cf_cv_ncurses_h2=$cf_incdir/$cf_header
6540                                 test -n "$verbose" && echo $ac_n "      ... found $ac_c" 1>&6
6541                                 break
6542                         fi
6543                         test -n "$verbose" && echo "    ... tested $cf_incdir/$cf_header" 1>&6
6544                 done
6545                 CPPFLAGS="$cf_save2_CPPFLAGS"
6546                 test "$cf_cv_ncurses_h2" != no && break
6547         done
6548         test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:6548: error: not found" >&5
6549 echo "$as_me: error: not found" >&2;}
6550    { (exit 1); exit 1; }; }
6551
6552 fi
6553 echo "$as_me:6553: result: $cf_cv_ncurses_h2" >&5
6554 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
6555
6556         cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
6557         cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
6558         if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
6559                 cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
6560         fi
6561
6562 if test -n "$cf_1st_incdir" ; then
6563   for cf_add_incdir in $cf_1st_incdir
6564   do
6565         while test $cf_add_incdir != /usr/include
6566         do
6567           if test -d $cf_add_incdir
6568           then
6569                 cf_have_incdir=no
6570                 if test -n "$CFLAGS$CPPFLAGS" ; then
6571                   # a loop is needed to ensure we can add subdirs of existing dirs
6572                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
6573                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
6574                           cf_have_incdir=yes; break
6575                         fi
6576                   done
6577                 fi
6578
6579                 if test "$cf_have_incdir" = no ; then
6580                   if test "$cf_add_incdir" = /usr/local/include ; then
6581                         if test "$GCC" = yes
6582                         then
6583                           cf_save_CPPFLAGS=$CPPFLAGS
6584                           CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6585                           cat >conftest.$ac_ext <<_ACEOF
6586 #line 6586 "configure"
6587 #include "confdefs.h"
6588 #include <stdio.h>
6589 int
6590 main ()
6591 {
6592 printf("Hello")
6593   ;
6594   return 0;
6595 }
6596 _ACEOF
6597 rm -f conftest.$ac_objext
6598 if { (eval echo "$as_me:6598: \"$ac_compile\"") >&5
6599   (eval $ac_compile) 2>&5
6600   ac_status=$?
6601   echo "$as_me:6601: \$? = $ac_status" >&5
6602   (exit $ac_status); } &&
6603          { ac_try='test -s conftest.$ac_objext'
6604   { (eval echo "$as_me:6604: \"$ac_try\"") >&5
6605   (eval $ac_try) 2>&5
6606   ac_status=$?
6607   echo "$as_me:6607: \$? = $ac_status" >&5
6608   (exit $ac_status); }; }; then
6609   :
6610 else
6611   echo "$as_me: failed program was:" >&5
6612 cat conftest.$ac_ext >&5
6613 cf_have_incdir=yes
6614 fi
6615 rm -f conftest.$ac_objext conftest.$ac_ext
6616                           CPPFLAGS=$cf_save_CPPFLAGS
6617                         fi
6618                   fi
6619                 fi
6620
6621                 if test "$cf_have_incdir" = no ; then
6622                   test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
6623
6624 echo "${as_me:-configure}:6624: testing adding $cf_add_incdir to include-path ..." 1>&5
6625
6626                   CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
6627
6628                   cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
6629                   test "$cf_top_incdir" = "$cf_add_incdir" && break
6630                   cf_add_incdir="$cf_top_incdir"
6631                 else
6632                   break
6633                 fi
6634           fi
6635         done
6636   done
6637 fi
6638
6639 fi
6640
6641 # Set definitions to allow ifdef'ing for ncurses.h
6642
6643 case $cf_cv_ncurses_header in # (vi
6644 *ncurses.h)
6645         cat >>confdefs.h <<\EOF
6646 #define HAVE_NCURSES_H 1
6647 EOF
6648
6649         ;;
6650 esac
6651
6652 case $cf_cv_ncurses_header in # (vi
6653 ncurses/curses.h|ncurses/ncurses.h)
6654         cat >>confdefs.h <<\EOF
6655 #define HAVE_NCURSES_NCURSES_H 1
6656 EOF
6657
6658         ;;
6659 ncursesw/curses.h|ncursesw/ncurses.h)
6660         cat >>confdefs.h <<\EOF
6661 #define HAVE_NCURSESW_NCURSES_H 1
6662 EOF
6663
6664         ;;
6665 esac
6666
6667 echo "$as_me:6667: checking for terminfo header" >&5
6668 echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6
6669 if test "${cf_cv_term_header+set}" = set; then
6670   echo $ECHO_N "(cached) $ECHO_C" >&6
6671 else
6672
6673 case ${cf_cv_ncurses_header} in #(vi
6674 */ncurses.h|*/ncursesw.h) #(vi
6675         cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
6676         ;;
6677 *)
6678         cf_term_header=term.h
6679         ;;
6680 esac
6681
6682 for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
6683 do
6684 cat >conftest.$ac_ext <<_ACEOF
6685 #line 6685 "configure"
6686 #include "confdefs.h"
6687 #include <stdio.h>
6688 #include <${cf_cv_ncurses_header:-curses.h}>
6689 #include <$cf_test>
6690
6691 int
6692 main ()
6693 {
6694 int x = auto_left_margin
6695   ;
6696   return 0;
6697 }
6698 _ACEOF
6699 rm -f conftest.$ac_objext
6700 if { (eval echo "$as_me:6700: \"$ac_compile\"") >&5
6701   (eval $ac_compile) 2>&5
6702   ac_status=$?
6703   echo "$as_me:6703: \$? = $ac_status" >&5
6704   (exit $ac_status); } &&
6705          { ac_try='test -s conftest.$ac_objext'
6706   { (eval echo "$as_me:6706: \"$ac_try\"") >&5
6707   (eval $ac_try) 2>&5
6708   ac_status=$?
6709   echo "$as_me:6709: \$? = $ac_status" >&5
6710   (exit $ac_status); }; }; then
6711
6712         cf_cv_term_header="$cf_test"
6713 else
6714   echo "$as_me: failed program was:" >&5
6715 cat conftest.$ac_ext >&5
6716
6717         cf_cv_term_header=unknown
6718
6719 fi
6720 rm -f conftest.$ac_objext conftest.$ac_ext
6721         test "$cf_cv_term_header" != unknown && break
6722 done
6723
6724 fi
6725 echo "$as_me:6725: result: $cf_cv_term_header" >&5
6726 echo "${ECHO_T}$cf_cv_term_header" >&6
6727
6728 # Set definitions to allow ifdef'ing to accommodate subdirectories
6729
6730 case $cf_cv_term_header in # (vi
6731 *term.h)
6732         cat >>confdefs.h <<\EOF
6733 #define HAVE_TERM_H 1
6734 EOF
6735
6736         ;;
6737 esac
6738
6739 case $cf_cv_term_header in # (vi
6740 ncurses/term.h) #(vi
6741         cat >>confdefs.h <<\EOF
6742 #define HAVE_NCURSES_TERM_H 1
6743 EOF
6744
6745         ;;
6746 ncursesw/term.h)
6747         cat >>confdefs.h <<\EOF
6748 #define HAVE_NCURSESW_TERM_H 1
6749 EOF
6750
6751         ;;
6752 esac
6753
6754 # some applications need this, but should check for NCURSES_VERSION
6755 cat >>confdefs.h <<\EOF
6756 #define NCURSES 1
6757 EOF
6758
6759 echo "$as_me:6759: checking for ncurses version" >&5
6760 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
6761 if test "${cf_cv_ncurses_version+set}" = set; then
6762   echo $ECHO_N "(cached) $ECHO_C" >&6
6763 else
6764
6765         cf_cv_ncurses_version=no
6766         cf_tempfile=out$$
6767         rm -f $cf_tempfile
6768         if test "$cross_compiling" = yes; then
6769
6770         # This will not work if the preprocessor splits the line after the
6771         # Autoconf token.  The 'unproto' program does that.
6772         cat > conftest.$ac_ext <<EOF
6773 #include <${cf_cv_ncurses_header:-curses.h}>
6774 #undef Autoconf
6775 #ifdef NCURSES_VERSION
6776 Autoconf NCURSES_VERSION
6777 #else
6778 #ifdef __NCURSES_H
6779 Autoconf "old"
6780 #endif
6781 ;
6782 #endif
6783 EOF
6784         cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
6785         { (eval echo "$as_me:6785: \"$cf_try\"") >&5
6786   (eval $cf_try) 2>&5
6787   ac_status=$?
6788   echo "$as_me:6788: \$? = $ac_status" >&5
6789   (exit $ac_status); }
6790         if test -f conftest.out ; then
6791                 cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
6792                 test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
6793                 rm -f conftest.out
6794         fi
6795
6796 else
6797   cat >conftest.$ac_ext <<_ACEOF
6798 #line 6798 "configure"
6799 #include "confdefs.h"
6800
6801 #include <${cf_cv_ncurses_header:-curses.h}>
6802 #include <stdio.h>
6803 int main()
6804 {
6805         FILE *fp = fopen("$cf_tempfile", "w");
6806 #ifdef NCURSES_VERSION
6807 # ifdef NCURSES_VERSION_PATCH
6808         fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
6809 # else
6810         fprintf(fp, "%s\n", NCURSES_VERSION);
6811 # endif
6812 #else
6813 # ifdef __NCURSES_H
6814         fprintf(fp, "old\n");
6815 # else
6816         make an error
6817 # endif
6818 #endif
6819         ${cf_cv_main_return:-return}(0);
6820 }
6821 _ACEOF
6822 rm -f conftest$ac_exeext
6823 if { (eval echo "$as_me:6823: \"$ac_link\"") >&5
6824   (eval $ac_link) 2>&5
6825   ac_status=$?
6826   echo "$as_me:6826: \$? = $ac_status" >&5
6827   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6828   { (eval echo "$as_me:6828: \"$ac_try\"") >&5
6829   (eval $ac_try) 2>&5
6830   ac_status=$?
6831   echo "$as_me:6831: \$? = $ac_status" >&5
6832   (exit $ac_status); }; }; then
6833
6834         cf_cv_ncurses_version=`cat $cf_tempfile`
6835 else
6836   echo "$as_me: program exited with status $ac_status" >&5
6837 echo "$as_me: failed program was:" >&5
6838 cat conftest.$ac_ext >&5
6839 fi
6840 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6841 fi
6842         rm -f $cf_tempfile
6843
6844 fi
6845 echo "$as_me:6845: result: $cf_cv_ncurses_version" >&5
6846 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
6847 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
6848 #define NCURSES 1
6849 EOF
6850
6851 cf_nculib_root=ncurses
6852         # This works, except for the special case where we find gpm, but
6853         # ncurses is in a nonstandard location via $LIBS, and we really want
6854         # to link gpm.
6855 cf_ncurses_LIBS=""
6856 cf_ncurses_SAVE="$LIBS"
6857 echo "$as_me:6857: checking for Gpm_Open in -lgpm" >&5
6858 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
6859 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
6860   echo $ECHO_N "(cached) $ECHO_C" >&6
6861 else
6862   ac_check_lib_save_LIBS=$LIBS
6863 LIBS="-lgpm  $LIBS"
6864 cat >conftest.$ac_ext <<_ACEOF
6865 #line 6865 "configure"
6866 #include "confdefs.h"
6867
6868 /* Override any gcc2 internal prototype to avoid an error.  */
6869 #ifdef __cplusplus
6870 extern "C"
6871 #endif
6872 /* We use char because int might match the return type of a gcc2
6873    builtin and then its argument prototype would still apply.  */
6874 char Gpm_Open ();
6875 int
6876 main ()
6877 {
6878 Gpm_Open ();
6879   ;
6880   return 0;
6881 }
6882 _ACEOF
6883 rm -f conftest.$ac_objext conftest$ac_exeext
6884 if { (eval echo "$as_me:6884: \"$ac_link\"") >&5
6885   (eval $ac_link) 2>&5
6886   ac_status=$?
6887   echo "$as_me:6887: \$? = $ac_status" >&5
6888   (exit $ac_status); } &&
6889          { ac_try='test -s conftest$ac_exeext'
6890   { (eval echo "$as_me:6890: \"$ac_try\"") >&5
6891   (eval $ac_try) 2>&5
6892   ac_status=$?
6893   echo "$as_me:6893: \$? = $ac_status" >&5
6894   (exit $ac_status); }; }; then
6895   ac_cv_lib_gpm_Gpm_Open=yes
6896 else
6897   echo "$as_me: failed program was:" >&5
6898 cat conftest.$ac_ext >&5
6899 ac_cv_lib_gpm_Gpm_Open=no
6900 fi
6901 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6902 LIBS=$ac_check_lib_save_LIBS
6903 fi
6904 echo "$as_me:6904: result: $ac_cv_lib_gpm_Gpm_Open" >&5
6905 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
6906 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
6907   echo "$as_me:6907: checking for initscr in -lgpm" >&5
6908 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
6909 if test "${ac_cv_lib_gpm_initscr+set}" = set; then
6910   echo $ECHO_N "(cached) $ECHO_C" >&6
6911 else
6912   ac_check_lib_save_LIBS=$LIBS
6913 LIBS="-lgpm  $LIBS"
6914 cat >conftest.$ac_ext <<_ACEOF
6915 #line 6915 "configure"
6916 #include "confdefs.h"
6917
6918 /* Override any gcc2 internal prototype to avoid an error.  */
6919 #ifdef __cplusplus
6920 extern "C"
6921 #endif
6922 /* We use char because int might match the return type of a gcc2
6923    builtin and then its argument prototype would still apply.  */
6924 char initscr ();
6925 int
6926 main ()
6927 {
6928 initscr ();
6929   ;
6930   return 0;
6931 }
6932 _ACEOF
6933 rm -f conftest.$ac_objext conftest$ac_exeext
6934 if { (eval echo "$as_me:6934: \"$ac_link\"") >&5
6935   (eval $ac_link) 2>&5
6936   ac_status=$?
6937   echo "$as_me:6937: \$? = $ac_status" >&5
6938   (exit $ac_status); } &&
6939          { ac_try='test -s conftest$ac_exeext'
6940   { (eval echo "$as_me:6940: \"$ac_try\"") >&5
6941   (eval $ac_try) 2>&5
6942   ac_status=$?
6943   echo "$as_me:6943: \$? = $ac_status" >&5
6944   (exit $ac_status); }; }; then
6945   ac_cv_lib_gpm_initscr=yes
6946 else
6947   echo "$as_me: failed program was:" >&5
6948 cat conftest.$ac_ext >&5
6949 ac_cv_lib_gpm_initscr=no
6950 fi
6951 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6952 LIBS=$ac_check_lib_save_LIBS
6953 fi
6954 echo "$as_me:6954: result: $ac_cv_lib_gpm_initscr" >&5
6955 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
6956 if test $ac_cv_lib_gpm_initscr = yes; then
6957   LIBS="$cf_ncurses_SAVE"
6958 else
6959   cf_ncurses_LIBS="-lgpm"
6960 fi
6961
6962 fi
6963
6964 case $host_os in #(vi
6965 freebsd*)
6966         # This is only necessary if you are linking against an obsolete
6967         # version of ncurses (but it should do no harm, since it's static).
6968         if test "$cf_nculib_root" = ncurses ; then
6969                 echo "$as_me:6969: checking for tgoto in -lmytinfo" >&5
6970 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
6971 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
6972   echo $ECHO_N "(cached) $ECHO_C" >&6
6973 else
6974   ac_check_lib_save_LIBS=$LIBS
6975 LIBS="-lmytinfo  $LIBS"
6976 cat >conftest.$ac_ext <<_ACEOF
6977 #line 6977 "configure"
6978 #include "confdefs.h"
6979
6980 /* Override any gcc2 internal prototype to avoid an error.  */
6981 #ifdef __cplusplus
6982 extern "C"
6983 #endif
6984 /* We use char because int might match the return type of a gcc2
6985    builtin and then its argument prototype would still apply.  */
6986 char tgoto ();
6987 int
6988 main ()
6989 {
6990 tgoto ();
6991   ;
6992   return 0;
6993 }
6994 _ACEOF
6995 rm -f conftest.$ac_objext conftest$ac_exeext
6996 if { (eval echo "$as_me:6996: \"$ac_link\"") >&5
6997   (eval $ac_link) 2>&5
6998   ac_status=$?
6999   echo "$as_me:6999: \$? = $ac_status" >&5
7000   (exit $ac_status); } &&
7001          { ac_try='test -s conftest$ac_exeext'
7002   { (eval echo "$as_me:7002: \"$ac_try\"") >&5
7003   (eval $ac_try) 2>&5
7004   ac_status=$?
7005   echo "$as_me:7005: \$? = $ac_status" >&5
7006   (exit $ac_status); }; }; then
7007   ac_cv_lib_mytinfo_tgoto=yes
7008 else
7009   echo "$as_me: failed program was:" >&5
7010 cat conftest.$ac_ext >&5
7011 ac_cv_lib_mytinfo_tgoto=no
7012 fi
7013 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7014 LIBS=$ac_check_lib_save_LIBS
7015 fi
7016 echo "$as_me:7016: result: $ac_cv_lib_mytinfo_tgoto" >&5
7017 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
7018 if test $ac_cv_lib_mytinfo_tgoto = yes; then
7019   cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS"
7020 fi
7021
7022         fi
7023         ;;
7024 esac
7025
7026 LIBS="$cf_ncurses_LIBS $LIBS"
7027
7028 if ( test -n "$cf_cv_curses_dir" && test "$cf_cv_curses_dir" != "no" )
7029 then
7030         LIBS="-l$cf_nculib_root $LIBS"
7031 else
7032
7033         eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
7034         cf_libdir=""
7035         echo "$as_me:7035: checking for initscr" >&5
7036 echo $ECHO_N "checking for initscr... $ECHO_C" >&6
7037 if test "${ac_cv_func_initscr+set}" = set; then
7038   echo $ECHO_N "(cached) $ECHO_C" >&6
7039 else
7040   cat >conftest.$ac_ext <<_ACEOF
7041 #line 7041 "configure"
7042 #include "confdefs.h"
7043 /* System header to define __stub macros and hopefully few prototypes,
7044     which can conflict with char initscr (); below.  */
7045 #include <assert.h>
7046 /* Override any gcc2 internal prototype to avoid an error.  */
7047 #ifdef __cplusplus
7048 extern "C"
7049 #endif
7050 /* We use char because int might match the return type of a gcc2
7051    builtin and then its argument prototype would still apply.  */
7052 char initscr ();
7053 char (*f) ();
7054
7055 int
7056 main ()
7057 {
7058 /* The GNU C library defines this for functions which it implements
7059     to always fail with ENOSYS.  Some functions are actually named
7060     something starting with __ and the normal name is an alias.  */
7061 #if defined (__stub_initscr) || defined (__stub___initscr)
7062 choke me
7063 #else
7064 f = initscr;
7065 #endif
7066
7067   ;
7068   return 0;
7069 }
7070 _ACEOF
7071 rm -f conftest.$ac_objext conftest$ac_exeext
7072 if { (eval echo "$as_me:7072: \"$ac_link\"") >&5
7073   (eval $ac_link) 2>&5
7074   ac_status=$?
7075   echo "$as_me:7075: \$? = $ac_status" >&5
7076   (exit $ac_status); } &&
7077          { ac_try='test -s conftest$ac_exeext'
7078   { (eval echo "$as_me:7078: \"$ac_try\"") >&5
7079   (eval $ac_try) 2>&5
7080   ac_status=$?
7081   echo "$as_me:7081: \$? = $ac_status" >&5
7082   (exit $ac_status); }; }; then
7083   ac_cv_func_initscr=yes
7084 else
7085   echo "$as_me: failed program was:" >&5
7086 cat conftest.$ac_ext >&5
7087 ac_cv_func_initscr=no
7088 fi
7089 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7090 fi
7091 echo "$as_me:7091: result: $ac_cv_func_initscr" >&5
7092 echo "${ECHO_T}$ac_cv_func_initscr" >&6
7093 if test $ac_cv_func_initscr = yes; then
7094   eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
7095 else
7096
7097                 cf_save_LIBS="$LIBS"
7098                 echo "$as_me:7098: checking for initscr in -l$cf_nculib_root" >&5
7099 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
7100                 LIBS="-l$cf_nculib_root $LIBS"
7101                 cat >conftest.$ac_ext <<_ACEOF
7102 #line 7102 "configure"
7103 #include "confdefs.h"
7104 #include <${cf_cv_ncurses_header:-curses.h}>
7105 int
7106 main ()
7107 {
7108 initscr()
7109   ;
7110   return 0;
7111 }
7112 _ACEOF
7113 rm -f conftest.$ac_objext conftest$ac_exeext
7114 if { (eval echo "$as_me:7114: \"$ac_link\"") >&5
7115   (eval $ac_link) 2>&5
7116   ac_status=$?
7117   echo "$as_me:7117: \$? = $ac_status" >&5
7118   (exit $ac_status); } &&
7119          { ac_try='test -s conftest$ac_exeext'
7120   { (eval echo "$as_me:7120: \"$ac_try\"") >&5
7121   (eval $ac_try) 2>&5
7122   ac_status=$?
7123   echo "$as_me:7123: \$? = $ac_status" >&5
7124   (exit $ac_status); }; }; then
7125   echo "$as_me:7125: result: yes" >&5
7126 echo "${ECHO_T}yes" >&6
7127                          eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
7128
7129 else
7130   echo "$as_me: failed program was:" >&5
7131 cat conftest.$ac_ext >&5
7132 echo "$as_me:7132: result: no" >&5
7133 echo "${ECHO_T}no" >&6
7134
7135 cf_search=
7136 cf_library_path_list=""
7137 if test -n "${LDFLAGS}${LIBS}" ; then
7138         for cf_library_path in $LDFLAGS $LIBS
7139         do
7140                 case $cf_library_path in #(vi
7141                 -L*)
7142                         cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
7143
7144 test "$cf_library_path" != "NONE" && \
7145 test -d "$cf_library_path" && \
7146  {
7147         test -n "$verbose" && echo "    ... testing for lib-directories under $cf_library_path"
7148         test -d $cf_library_path/lib &&          cf_search="$cf_search $cf_library_path/lib"
7149         test -d $cf_library_path/lib/$cf_nculib_root &&       cf_search="$cf_search $cf_library_path/lib/$cf_nculib_root"
7150         test -d $cf_library_path/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $cf_library_path/lib/$cf_nculib_root/lib"
7151         test -d $cf_library_path/$cf_nculib_root/lib &&       cf_search="$cf_search $cf_library_path/$cf_nculib_root/lib"
7152         test -d $cf_library_path/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $cf_library_path/$cf_nculib_root/lib/$cf_nculib_root"
7153 }
7154
7155                         cf_library_path_list="$cf_library_path_list $cf_search"
7156                         ;;
7157                 esac
7158         done
7159 fi
7160
7161 cf_search=
7162
7163 test "/usr" != "$prefix" && \
7164 test -d "/usr" && \
7165 (test $prefix = NONE || test "/usr" != "$prefix") && {
7166         test -n "$verbose" && echo "    ... testing for lib-directories under /usr"
7167         test -d /usr/lib &&          cf_search="$cf_search /usr/lib"
7168         test -d /usr/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/lib/$cf_nculib_root"
7169         test -d /usr/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /usr/lib/$cf_nculib_root/lib"
7170         test -d /usr/$cf_nculib_root/lib &&       cf_search="$cf_search /usr/$cf_nculib_root/lib"
7171         test -d /usr/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /usr/$cf_nculib_root/lib/$cf_nculib_root"
7172 }
7173
7174 test "$prefix" != "NONE" && \
7175 test -d "$prefix" && \
7176  {
7177         test -n "$verbose" && echo "    ... testing for lib-directories under $prefix"
7178         test -d $prefix/lib &&          cf_search="$cf_search $prefix/lib"
7179         test -d $prefix/lib/$cf_nculib_root &&       cf_search="$cf_search $prefix/lib/$cf_nculib_root"
7180         test -d $prefix/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $prefix/lib/$cf_nculib_root/lib"
7181         test -d $prefix/$cf_nculib_root/lib &&       cf_search="$cf_search $prefix/$cf_nculib_root/lib"
7182         test -d $prefix/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $prefix/$cf_nculib_root/lib/$cf_nculib_root"
7183 }
7184
7185 test "/usr/local" != "$prefix" && \
7186 test -d "/usr/local" && \
7187 (test $prefix = NONE || test "/usr/local" != "$prefix") && {
7188         test -n "$verbose" && echo "    ... testing for lib-directories under /usr/local"
7189         test -d /usr/local/lib &&          cf_search="$cf_search /usr/local/lib"
7190         test -d /usr/local/lib/$cf_nculib_root &&       cf_search="$cf_search /usr/local/lib/$cf_nculib_root"
7191         test -d /usr/local/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /usr/local/lib/$cf_nculib_root/lib"
7192         test -d /usr/local/$cf_nculib_root/lib &&       cf_search="$cf_search /usr/local/$cf_nculib_root/lib"
7193         test -d /usr/local/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /usr/local/$cf_nculib_root/lib/$cf_nculib_root"
7194 }
7195
7196 test "/opt" != "$prefix" && \
7197 test -d "/opt" && \
7198 (test $prefix = NONE || test "/opt" != "$prefix") && {
7199         test -n "$verbose" && echo "    ... testing for lib-directories under /opt"
7200         test -d /opt/lib &&          cf_search="$cf_search /opt/lib"
7201         test -d /opt/lib/$cf_nculib_root &&       cf_search="$cf_search /opt/lib/$cf_nculib_root"
7202         test -d /opt/lib/$cf_nculib_root/lib &&    cf_search="$cf_search /opt/lib/$cf_nculib_root/lib"
7203         test -d /opt/$cf_nculib_root/lib &&       cf_search="$cf_search /opt/$cf_nculib_root/lib"
7204         test -d /opt/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search /opt/$cf_nculib_root/lib/$cf_nculib_root"
7205 }
7206
7207 test "$HOME" != "$prefix" && \
7208 test -d "$HOME" && \
7209 (test $prefix = NONE || test "$HOME" != "$prefix") && {
7210         test -n "$verbose" && echo "    ... testing for lib-directories under $HOME"
7211         test -d $HOME/lib &&          cf_search="$cf_search $HOME/lib"
7212         test -d $HOME/lib/$cf_nculib_root &&       cf_search="$cf_search $HOME/lib/$cf_nculib_root"
7213         test -d $HOME/lib/$cf_nculib_root/lib &&    cf_search="$cf_search $HOME/lib/$cf_nculib_root/lib"
7214         test -d $HOME/$cf_nculib_root/lib &&       cf_search="$cf_search $HOME/$cf_nculib_root/lib"
7215         test -d $HOME/$cf_nculib_root/lib/$cf_nculib_root &&    cf_search="$cf_search $HOME/$cf_nculib_root/lib/$cf_nculib_root"
7216 }
7217
7218 cf_search="$cf_library_path_list $cf_search"
7219
7220                         for cf_libdir in $cf_search
7221                         do
7222                                 echo "$as_me:7222: checking for -l$cf_nculib_root in $cf_libdir" >&5
7223 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
7224                                 LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
7225                                 cat >conftest.$ac_ext <<_ACEOF
7226 #line 7226 "configure"
7227 #include "confdefs.h"
7228 #include <${cf_cv_ncurses_header:-curses.h}>
7229 int
7230 main ()
7231 {
7232 initscr()
7233   ;
7234   return 0;
7235 }
7236 _ACEOF
7237 rm -f conftest.$ac_objext conftest$ac_exeext
7238 if { (eval echo "$as_me:7238: \"$ac_link\"") >&5
7239   (eval $ac_link) 2>&5
7240   ac_status=$?
7241   echo "$as_me:7241: \$? = $ac_status" >&5
7242   (exit $ac_status); } &&
7243          { ac_try='test -s conftest$ac_exeext'
7244   { (eval echo "$as_me:7244: \"$ac_try\"") >&5
7245   (eval $ac_try) 2>&5
7246   ac_status=$?
7247   echo "$as_me:7247: \$? = $ac_status" >&5
7248   (exit $ac_status); }; }; then
7249   echo "$as_me:7249: result: yes" >&5
7250 echo "${ECHO_T}yes" >&6
7251                                          eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
7252                                          break
7253 else
7254   echo "$as_me: failed program was:" >&5
7255 cat conftest.$ac_ext >&5
7256 echo "$as_me:7256: result: no" >&5
7257 echo "${ECHO_T}no" >&6
7258                                          LIBS="$cf_save_LIBS"
7259 fi
7260 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7261                         done
7262
7263 fi
7264 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7265
7266 fi
7267
7268 eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root
7269
7270 if test $cf_found_library = no ; then
7271         { { echo "$as_me:7271: error: Cannot link $cf_nculib_root library" >&5
7272 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
7273    { (exit 1); exit 1; }; }
7274 fi
7275
7276 fi
7277
7278 if test -n "$cf_ncurses_LIBS" ; then
7279         echo "$as_me:7279: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
7280 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
7281         cf_ncurses_SAVE="$LIBS"
7282         for p in $cf_ncurses_LIBS ; do
7283                 q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
7284                 if test "$q" != "$LIBS" ; then
7285                         LIBS="$q"
7286                 fi
7287         done
7288         cat >conftest.$ac_ext <<_ACEOF
7289 #line 7289 "configure"
7290 #include "confdefs.h"
7291 #include <${cf_cv_ncurses_header:-curses.h}>
7292 int
7293 main ()
7294 {
7295 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
7296   ;
7297   return 0;
7298 }
7299 _ACEOF
7300 rm -f conftest.$ac_objext conftest$ac_exeext
7301 if { (eval echo "$as_me:7301: \"$ac_link\"") >&5
7302   (eval $ac_link) 2>&5
7303   ac_status=$?
7304   echo "$as_me:7304: \$? = $ac_status" >&5
7305   (exit $ac_status); } &&
7306          { ac_try='test -s conftest$ac_exeext'
7307   { (eval echo "$as_me:7307: \"$ac_try\"") >&5
7308   (eval $ac_try) 2>&5
7309   ac_status=$?
7310   echo "$as_me:7310: \$? = $ac_status" >&5
7311   (exit $ac_status); }; }; then
7312   echo "$as_me:7312: result: yes" >&5
7313 echo "${ECHO_T}yes" >&6
7314 else
7315   echo "$as_me: failed program was:" >&5
7316 cat conftest.$ac_ext >&5
7317 echo "$as_me:7317: result: no" >&5
7318 echo "${ECHO_T}no" >&6
7319                  LIBS="$cf_ncurses_SAVE"
7320 fi
7321 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7322 fi
7323
7324 cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
7325
7326 cat >>confdefs.h <<EOF
7327 #define $cf_nculib_ROOT 1
7328 EOF
7329
7330 fi
7331
7332 fi
7333
7334 if test "$NCURSES_CONFIG" != none ; then
7335
7336 cf_version=`$NCURSES_CONFIG --version`
7337
7338 NCURSES_MAJOR=`echo "$cf_version" | sed -e 's/\..*//'`
7339 NCURSES_MINOR=`echo "$cf_version" | sed -e 's/^[0-9][0-9]*\.//' -e 's/\..*//'`
7340 NCURSES_PATCH=`echo "$cf_version" | sed -e 's/^[0-9][0-9]*\.[0-9][0-9]*\.//'`
7341
7342 # ABI version is not available from headers
7343 cf_cv_abi_version=`$NCURSES_CONFIG --abi-version`
7344
7345 else
7346
7347 for cf_name in MAJOR MINOR PATCH
7348 do
7349 cat >conftest.$ac_ext <<CF_EOF
7350 #include <${cf_cv_ncurses_header:-curses.h}>
7351 AUTOCONF_$cf_name NCURSES_VERSION_$cf_name
7352 CF_EOF
7353         cf_try="$ac_cpp conftest.$ac_ext 2>&5 | fgrep AUTOCONF_$cf_name >conftest.out"
7354         { (eval echo "$as_me:7354: \"$cf_try\"") >&5
7355   (eval $cf_try) 2>&5
7356   ac_status=$?
7357   echo "$as_me:7357: \$? = $ac_status" >&5
7358   (exit $ac_status); }
7359         if test -f conftest.out ; then
7360                 cf_result=`cat conftest.out | sed -e "s/^.*AUTOCONF_$cf_name[   ][      ]*//"`
7361                 eval NCURSES_$cf_name=\"$cf_result\"
7362                 # cat conftest.$ac_ext
7363                 # cat conftest.out
7364         fi
7365 done
7366
7367 cf_cv_abi_version=${NCURSES_MAJOR}
7368
7369 fi
7370
7371 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
7372
7373 cf_cv_timestamp=`date`
7374
7375 echo "$as_me:7375: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
7376 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
7377
7378         case $cf_cv_system_name in #(vi
7379         OS/2*|os2*) #(vi
7380         LIB_PREFIX=''
7381         ;;
7382         *)      LIB_PREFIX='lib'
7383         ;;
7384         esac
7385 cf_prefix=$LIB_PREFIX
7386
7387 LIB_PREFIX=$cf_prefix
7388
7389 LIB_SUFFIX=
7390
7391 ###############################################################################
7392
7393 if test X"$CC_G_OPT" = X"" ; then
7394         CC_G_OPT='-g'
7395         test -n "$GCC" && test "${ac_cv_prog_cc_g}" != yes && CC_G_OPT=''
7396 fi
7397
7398 echo "$as_me:7398: checking for default loader flags" >&5
7399 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
7400 case $DFT_LWR_MODEL in
7401 normal)  LD_MODEL=''   ;;
7402 debug)   LD_MODEL=$CC_G_OPT ;;
7403 profile) LD_MODEL='-pg';;
7404 shared)  LD_MODEL=''   ;;
7405 esac
7406 echo "$as_me:7406: result: $LD_MODEL" >&5
7407 echo "${ECHO_T}$LD_MODEL" >&6
7408
7409 LD_RPATH_OPT=
7410 echo "$as_me:7410: checking for an rpath option" >&5
7411 echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
7412 case $cf_cv_system_name in #(vi
7413 irix*) #(vi
7414         if test "$GCC" = yes; then
7415                 LD_RPATH_OPT="-Wl,-rpath,"
7416         else
7417                 LD_RPATH_OPT="-rpath "
7418         fi
7419         ;;
7420 linux*|gnu*|k*bsd*-gnu) #(vi
7421         LD_RPATH_OPT="-Wl,-rpath,"
7422         ;;
7423 openbsd[2-9].*|mirbsd*) #(vi
7424         LD_RPATH_OPT="-Wl,-rpath,"
7425         ;;
7426 dragonfly*|freebsd*) #(vi
7427         LD_RPATH_OPT="-rpath "
7428         ;;
7429 netbsd*) #(vi
7430         LD_RPATH_OPT="-Wl,-rpath,"
7431         ;;
7432 osf*|mls+*) #(vi
7433         LD_RPATH_OPT="-rpath "
7434         ;;
7435 solaris2*) #(vi
7436         LD_RPATH_OPT="-R"
7437         ;;
7438 *)
7439         ;;
7440 esac
7441 echo "$as_me:7441: result: $LD_RPATH_OPT" >&5
7442 echo "${ECHO_T}$LD_RPATH_OPT" >&6
7443
7444 case "x$LD_RPATH_OPT" in #(vi
7445 x-R*)
7446         echo "$as_me:7446: checking if we need a space after rpath option" >&5
7447 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
7448         cf_save_LIBS="$LIBS"
7449         LIBS="${LD_RPATH_OPT}$libdir $LIBS"
7450         cat >conftest.$ac_ext <<_ACEOF
7451 #line 7451 "configure"
7452 #include "confdefs.h"
7453
7454 int
7455 main ()
7456 {
7457
7458   ;
7459   return 0;
7460 }
7461 _ACEOF
7462 rm -f conftest.$ac_objext conftest$ac_exeext
7463 if { (eval echo "$as_me:7463: \"$ac_link\"") >&5
7464   (eval $ac_link) 2>&5
7465   ac_status=$?
7466   echo "$as_me:7466: \$? = $ac_status" >&5
7467   (exit $ac_status); } &&
7468          { ac_try='test -s conftest$ac_exeext'
7469   { (eval echo "$as_me:7469: \"$ac_try\"") >&5
7470   (eval $ac_try) 2>&5
7471   ac_status=$?
7472   echo "$as_me:7472: \$? = $ac_status" >&5
7473   (exit $ac_status); }; }; then
7474   cf_rpath_space=no
7475 else
7476   echo "$as_me: failed program was:" >&5
7477 cat conftest.$ac_ext >&5
7478 cf_rpath_space=yes
7479 fi
7480 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7481         LIBS="$cf_save_LIBS"
7482         echo "$as_me:7482: result: $cf_rpath_space" >&5
7483 echo "${ECHO_T}$cf_rpath_space" >&6
7484         test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
7485         ;;
7486 esac
7487
7488         LOCAL_LDFLAGS=
7489         LOCAL_LDFLAGS2=
7490         LD_SHARED_OPTS=
7491         INSTALL_LIB="-m 644"
7492
7493         cf_cv_do_symlinks=no
7494         cf_ld_rpath_opt=
7495         test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
7496
7497         echo "$as_me:7497: checking if release/abi version should be used for shared libs" >&5
7498 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
7499
7500 # Check whether --with-shlib-version or --without-shlib-version was given.
7501 if test "${with_shlib_version+set}" = set; then
7502   withval="$with_shlib_version"
7503   test -z "$withval" && withval=auto
7504         case $withval in #(vi
7505         yes) #(vi
7506                 cf_cv_shlib_version=auto
7507                 ;;
7508         rel|abi|auto|no) #(vi
7509                 cf_cv_shlib_version=$withval
7510                 ;;
7511         *)
7512                 { { echo "$as_me:7512: error: option value must be one of: rel, abi, auto or no" >&5
7513 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;}
7514    { (exit 1); exit 1; }; }
7515                 ;;
7516         esac
7517
7518 else
7519   cf_cv_shlib_version=auto
7520 fi;
7521         echo "$as_me:7521: result: $cf_cv_shlib_version" >&5
7522 echo "${ECHO_T}$cf_cv_shlib_version" >&6
7523
7524         cf_cv_rm_so_locs=no
7525
7526         # Some less-capable ports of gcc support only -fpic
7527         CC_SHARED_OPTS=
7528         if test "$GCC" = yes
7529         then
7530                 echo "$as_me:7530: checking which $CC option to use" >&5
7531 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
7532                 cf_save_CFLAGS="$CFLAGS"
7533                 for CC_SHARED_OPTS in -fPIC -fpic ''
7534                 do
7535                         CFLAGS="$cf_save_CFLAGS $CC_SHARED_OPTS"
7536                         cat >conftest.$ac_ext <<_ACEOF
7537 #line 7537 "configure"
7538 #include "confdefs.h"
7539 #include <stdio.h>
7540 int
7541 main ()
7542 {
7543 int x = 1
7544   ;
7545   return 0;
7546 }
7547 _ACEOF
7548 rm -f conftest.$ac_objext
7549 if { (eval echo "$as_me:7549: \"$ac_compile\"") >&5
7550   (eval $ac_compile) 2>&5
7551   ac_status=$?
7552   echo "$as_me:7552: \$? = $ac_status" >&5
7553   (exit $ac_status); } &&
7554          { ac_try='test -s conftest.$ac_objext'
7555   { (eval echo "$as_me:7555: \"$ac_try\"") >&5
7556   (eval $ac_try) 2>&5
7557   ac_status=$?
7558   echo "$as_me:7558: \$? = $ac_status" >&5
7559   (exit $ac_status); }; }; then
7560   break
7561 else
7562   echo "$as_me: failed program was:" >&5
7563 cat conftest.$ac_ext >&5
7564 fi
7565 rm -f conftest.$ac_objext conftest.$ac_ext
7566                 done
7567                 echo "$as_me:7567: result: $CC_SHARED_OPTS" >&5
7568 echo "${ECHO_T}$CC_SHARED_OPTS" >&6
7569                 CFLAGS="$cf_save_CFLAGS"
7570         fi
7571
7572         cf_cv_shlib_version_infix=no
7573
7574         case $cf_cv_system_name in #(vi
7575         aix4.3-9*|aix[5-7]*) #(vi
7576                 if test "$GCC" = yes; then
7577                         CC_SHARED_OPTS=
7578                         MK_SHARED_LIB='${CC} -shared -Wl,-brtl -Wl,-blibpath:${RPATH_LIST}:/usr/lib -o $@'
7579                 else
7580                         # CC_SHARED_OPTS='-qpic=large -G'
7581                         # perhaps "-bM:SRE -bnoentry -bexpall"
7582                         MK_SHARED_LIB='${CC} -G -Wl,-brtl -Wl,-blibpath:${RPATH_LIST}:/usr/lib -o $@'
7583                 fi
7584                 ;;
7585         beos*) #(vi
7586                 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0'
7587                 ;;
7588         cygwin*) #(vi
7589                 CC_SHARED_OPTS=
7590                 MK_SHARED_LIB='sh ../mk_shared_lib.sh $@ ${CC} ${CFLAGS}'
7591                 cf_cv_shlib_version=cygdll
7592                 cf_cv_shlib_version_infix=cygdll
7593                 cat >mk_shared_lib.sh <<-CF_EOF
7594                 #!/bin/sh
7595                 SHARED_LIB=\$1
7596                 IMPORT_LIB=\`echo "\$1" | sed -e 's/cyg/lib/' -e 's/[0-9]*\.dll$/.dll.a/'\`
7597                 shift
7598                 cat <<-EOF
7599                 Linking shared library
7600                 ** SHARED_LIB \$SHARED_LIB
7601                 ** IMPORT_LIB \$IMPORT_LIB
7602 EOF
7603                 exec \$* -shared -Wl,--out-implib=../lib/\${IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\${SHARED_LIB}
7604 CF_EOF
7605                 chmod +x mk_shared_lib.sh
7606                 ;;
7607         darwin*) #(vi
7608                 EXTRA_CFLAGS="-no-cpp-precomp"
7609                 CC_SHARED_OPTS="-dynamic"
7610                 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
7611                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
7612                 cf_cv_shlib_version_infix=yes
7613                 echo "$as_me:7613: checking if ld -search_paths_first works" >&5
7614 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
7615 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
7616   echo $ECHO_N "(cached) $ECHO_C" >&6
7617 else
7618
7619                         cf_save_LDFLAGS=$LDFLAGS
7620                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
7621                         cat >conftest.$ac_ext <<_ACEOF
7622 #line 7622 "configure"
7623 #include "confdefs.h"
7624
7625 int
7626 main ()
7627 {
7628 int i;
7629   ;
7630   return 0;
7631 }
7632 _ACEOF
7633 rm -f conftest.$ac_objext conftest$ac_exeext
7634 if { (eval echo "$as_me:7634: \"$ac_link\"") >&5
7635   (eval $ac_link) 2>&5
7636   ac_status=$?
7637   echo "$as_me:7637: \$? = $ac_status" >&5
7638   (exit $ac_status); } &&
7639          { ac_try='test -s conftest$ac_exeext'
7640   { (eval echo "$as_me:7640: \"$ac_try\"") >&5
7641   (eval $ac_try) 2>&5
7642   ac_status=$?
7643   echo "$as_me:7643: \$? = $ac_status" >&5
7644   (exit $ac_status); }; }; then
7645   cf_cv_ldflags_search_paths_first=yes
7646 else
7647   echo "$as_me: failed program was:" >&5
7648 cat conftest.$ac_ext >&5
7649 cf_cv_ldflags_search_paths_first=no
7650 fi
7651 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7652                                 LDFLAGS=$cf_save_LDFLAGS
7653 fi
7654 echo "$as_me:7654: result: $cf_cv_ldflags_search_paths_first" >&5
7655 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
7656                 if test $cf_cv_ldflags_search_paths_first = yes; then
7657                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
7658                 fi
7659                 ;;
7660         hpux*) #(vi
7661                 # (tested with gcc 2.7.2 -- I don't have c89)
7662                 if test "$GCC" = yes; then
7663                         LD_SHARED_OPTS='-Xlinker +b -Xlinker ${libdir}'
7664                 else
7665                         CC_SHARED_OPTS='+Z'
7666                         LD_SHARED_OPTS='-Wl,+b,${libdir}'
7667                 fi
7668                 MK_SHARED_LIB='${LD} +b ${libdir} -b -o $@'
7669                 # HP-UX shared libraries must be executable, and should be
7670                 # readonly to exploit a quirk in the memory manager.
7671                 INSTALL_LIB="-m 555"
7672                 ;;
7673         interix*)
7674                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7675                 if test "$cf_cv_shlib_version" = rel; then
7676                         cf_shared_soname='`basename  .${REL_VERSION}`.${ABI_VERSION}'
7677                 else
7678                         cf_shared_soname='`basename `'
7679                 fi
7680                 CC_SHARED_OPTS=
7681                 MK_SHARED_LIB='${CC} -shared -Wl,-rpath,${RPATH_LIST} -Wl,-h,'$cf_shared_soname' -o '
7682                 ;;
7683         irix*) #(vi
7684                 if test "$cf_cv_enable_rpath" = yes ; then
7685                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7686                 fi
7687                 # tested with IRIX 5.2 and 'cc'.
7688                 if test "$GCC" != yes; then
7689                         CC_SHARED_OPTS='-KPIC'
7690                         MK_SHARED_LIB='${CC} -shared -rdata_shared -soname `basename $@` -o $@'
7691                 else
7692                         MK_SHARED_LIB='${CC} -shared -Wl,-soname,`basename $@` -o $@'
7693                 fi
7694                 cf_cv_rm_so_locs=yes
7695                 ;;
7696         linux*|gnu*|k*bsd*-gnu) #(vi
7697                 if test "$DFT_LWR_MODEL" = "shared" ; then
7698                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7699                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7700                 fi
7701                 if test "$cf_cv_enable_rpath" = yes ; then
7702                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7703                 fi
7704
7705         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7706         if test "$cf_cv_shlib_version" = rel; then
7707                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
7708         else
7709                 cf_cv_shared_soname='`basename $@`'
7710         fi
7711
7712                 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $@'
7713                 ;;
7714         openbsd[2-9].*|mirbsd*) #(vi
7715                 if test "$DFT_LWR_MODEL" = "shared" ; then
7716                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7717                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7718                 fi
7719                 if test "$cf_cv_enable_rpath" = yes ; then
7720                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7721                 fi
7722                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7723
7724         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7725         if test "$cf_cv_shlib_version" = rel; then
7726                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
7727         else
7728                 cf_cv_shared_soname='`basename $@`'
7729         fi
7730
7731                 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-Bshareable,-soname,'$cf_cv_shared_soname',-stats,-lc -o $@'
7732                 ;;
7733         nto-qnx*|openbsd*|freebsd[12].*) #(vi
7734                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7735                 MK_SHARED_LIB='${LD} -Bshareable -o $@'
7736                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7737                 ;;
7738         dragonfly*|freebsd*) #(vi
7739                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7740                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_enable_rpath" = yes ; then
7741                         LOCAL_LDFLAGS="${cf_ld_rpath_opt}\$(LOCAL_LIBDIR)"
7742                         LOCAL_LDFLAGS2="${cf_ld_rpath_opt}\${RPATH_LIST} $LOCAL_LDFLAGS"
7743                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7744                 fi
7745
7746         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7747         if test "$cf_cv_shlib_version" = rel; then
7748                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
7749         else
7750                 cf_cv_shared_soname='`basename $@`'
7751         fi
7752
7753                 MK_SHARED_LIB='${LD} -shared -Bshareable -soname=`basename $@` -o $@'
7754                 ;;
7755         netbsd*) #(vi
7756                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7757                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_enable_rpath" = yes ; then
7758                         LOCAL_LDFLAGS="${cf_ld_rpath_opt}\$(LOCAL_LIBDIR)"
7759                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7760                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7761                         if test "$cf_cv_shlib_version" = auto; then
7762                         if test -f /usr/libexec/ld.elf_so; then
7763                                 cf_cv_shlib_version=abi
7764                         else
7765                                 cf_cv_shlib_version=rel
7766                         fi
7767                         fi
7768
7769         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7770         if test "$cf_cv_shlib_version" = rel; then
7771                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
7772         else
7773                 cf_cv_shared_soname='`basename $@`'
7774         fi
7775
7776                         MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@'
7777                 else
7778                         MK_SHARED_LIB='${LD} -shared -Bshareable -o $@'
7779                 fi
7780                 ;;
7781         osf*|mls+*) #(vi
7782                 # tested with OSF/1 V3.2 and 'cc'
7783                 # tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't
7784                 # link with shared libs).
7785                 MK_SHARED_LIB='${LD} -set_version ${REL_VERSION}:${ABI_VERSION} -expect_unresolved "*" -shared -soname `basename $@`'
7786                 case $host_os in #(vi
7787                 osf4*)
7788                         MK_SHARED_LIB="${MK_SHARED_LIB} -msym"
7789                         ;;
7790                 esac
7791                 MK_SHARED_LIB="${MK_SHARED_LIB}"' -o $@'
7792                 if test "$DFT_LWR_MODEL" = "shared" ; then
7793                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7794                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7795                 fi
7796                 cf_cv_rm_so_locs=yes
7797                 ;;
7798         sco3.2v5*)  # (also uw2* and UW7: hops 13-Apr-98
7799                 # tested with osr5.0.5
7800                 if test "$GCC" != yes; then
7801                         CC_SHARED_OPTS='-belf -KPIC'
7802                 fi
7803                 MK_SHARED_LIB='${LD} -dy -G -h `basename $@ .${REL_VERSION}`.${ABI_VERSION} -o $@'
7804                 if test "$cf_cv_enable_rpath" = yes ; then
7805                         # only way is to set LD_RUN_PATH but no switch for it
7806                         RUN_PATH=$libdir
7807                 fi
7808                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7809                 LINK_PROGS='LD_RUN_PATH=${libdir}'
7810                 LINK_TESTS='Pwd=`pwd`;LD_RUN_PATH=`dirname $${Pwd}`/lib'
7811                 ;;
7812         sunos4*) #(vi
7813                 # tested with SunOS 4.1.1 and gcc 2.7.0
7814                 if test "$GCC" != yes; then
7815                         CC_SHARED_OPTS='-KPIC'
7816                 fi
7817                 MK_SHARED_LIB='${LD} -assert pure-text -o $@'
7818                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7819                 ;;
7820         solaris2*) #(vi
7821                 # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
7822                 # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
7823                 if test "$DFT_LWR_MODEL" = "shared" ; then
7824                         LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}"
7825                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7826                 fi
7827                 if test "$cf_cv_enable_rpath" = yes ; then
7828                         EXTRA_LDFLAGS="-R \${libdir} $EXTRA_LDFLAGS"
7829                 fi
7830
7831         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7832         if test "$cf_cv_shlib_version" = rel; then
7833                 cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
7834         else
7835                 cf_cv_shared_soname='`basename $@`'
7836         fi
7837
7838                 if test "$GCC" != yes; then
7839                         cf_save_CFLAGS="$CFLAGS"
7840                         for cf_shared_opts in -xcode=pic32 -xcode=pic13 -KPIC -Kpic -O
7841                         do
7842                                 CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
7843                                 cat >conftest.$ac_ext <<_ACEOF
7844 #line 7844 "configure"
7845 #include "confdefs.h"
7846 #include <stdio.h>
7847 int
7848 main ()
7849 {
7850 printf("Hello\n");
7851   ;
7852   return 0;
7853 }
7854 _ACEOF
7855 rm -f conftest.$ac_objext
7856 if { (eval echo "$as_me:7856: \"$ac_compile\"") >&5
7857   (eval $ac_compile) 2>&5
7858   ac_status=$?
7859   echo "$as_me:7859: \$? = $ac_status" >&5
7860   (exit $ac_status); } &&
7861          { ac_try='test -s conftest.$ac_objext'
7862   { (eval echo "$as_me:7862: \"$ac_try\"") >&5
7863   (eval $ac_try) 2>&5
7864   ac_status=$?
7865   echo "$as_me:7865: \$? = $ac_status" >&5
7866   (exit $ac_status); }; }; then
7867   break
7868 else
7869   echo "$as_me: failed program was:" >&5
7870 cat conftest.$ac_ext >&5
7871 fi
7872 rm -f conftest.$ac_objext conftest.$ac_ext
7873                         done
7874                         CFLAGS="$cf_save_CFLAGS"
7875                         CC_SHARED_OPTS=$cf_shared_opts
7876                         MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $@'
7877                 else
7878                         MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@'
7879                 fi
7880                 ;;
7881         sysv5uw7*|unix_sv*) #(vi
7882                 # tested with UnixWare 7.1.0 (gcc 2.95.2 and cc)
7883                 if test "$GCC" != yes; then
7884                         CC_SHARED_OPTS='-KPIC'
7885                 fi
7886                 MK_SHARED_LIB='${LD} -d y -G -o $@'
7887                 ;;
7888         *)
7889                 CC_SHARED_OPTS='unknown'
7890                 MK_SHARED_LIB='echo unknown'
7891                 ;;
7892         esac
7893
7894         # This works if the last tokens in $MK_SHARED_LIB are the -o target.
7895         case "$cf_cv_shlib_version" in #(vi
7896         rel|abi)
7897                 case "$MK_SHARED_LIB" in #(vi
7898                 *'-o $@') #(vi
7899                         test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
7900                         ;;
7901                 *)
7902                         { echo "$as_me:7902: WARNING: ignored --with-shlib-version" >&5
7903 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
7904                         ;;
7905                 esac
7906                 ;;
7907         esac
7908
7909         # RPATH_LIST is a colon-separated list of directories
7910         test -n "$cf_ld_rpath_opt" && MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${RPATH_LIST}"
7911         test -z "$RPATH_LIST" && RPATH_LIST="\${libdir}"
7912
7913 # The test/sample programs in the original tree link using rpath option.
7914 # Make it optional for packagers.
7915 if test -n "$LOCAL_LDFLAGS"
7916 then
7917         echo "$as_me:7917: checking if you want to link sample programs with rpath option" >&5
7918 echo $ECHO_N "checking if you want to link sample programs with rpath option... $ECHO_C" >&6
7919
7920 # Check whether --enable-rpath-link or --disable-rpath-link was given.
7921 if test "${enable_rpath_link+set}" = set; then
7922   enableval="$enable_rpath_link"
7923   with_rpath_link=$enableval
7924 else
7925   with_rpath_link=yes
7926 fi;
7927         echo "$as_me:7927: result: $with_rpath_link" >&5
7928 echo "${ECHO_T}$with_rpath_link" >&6
7929         if test "$with_rpath_link" = no
7930         then
7931                 LOCAL_LDFLAGS=
7932                 LOCAL_LDFLAGS2=
7933         fi
7934 fi
7935
7936 ###############################################################################
7937
7938 ###   use option --enable-broken-linker to force on use of broken-linker support
7939 echo "$as_me:7939: checking if you want broken-linker support code" >&5
7940 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
7941
7942 # Check whether --enable-broken_linker or --disable-broken_linker was given.
7943 if test "${enable_broken_linker+set}" = set; then
7944   enableval="$enable_broken_linker"
7945   with_broken_linker=$enableval
7946 else
7947   with_broken_linker=${BROKEN_LINKER:-no}
7948 fi;
7949 echo "$as_me:7949: result: $with_broken_linker" >&5
7950 echo "${ECHO_T}$with_broken_linker" >&6
7951
7952 BROKEN_LINKER=0
7953 if test "$with_broken_linker" = yes ; then
7954         cat >>confdefs.h <<\EOF
7955 #define BROKEN_LINKER 1
7956 EOF
7957
7958         BROKEN_LINKER=1
7959 elif test "$DFT_LWR_MODEL" = shared ; then
7960         case $cf_cv_system_name in #(vi
7961         cygwin*)
7962                 cat >>confdefs.h <<\EOF
7963 #define BROKEN_LINKER 1
7964 EOF
7965
7966                 BROKEN_LINKER=1
7967                 test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
7968
7969 echo "${as_me:-configure}:7969: testing cygwin linker is broken anyway ..." 1>&5
7970
7971                 ;;
7972         esac
7973 fi
7974
7975 # Check to define _XOPEN_SOURCE "automatically"
7976
7977 cf_XOPEN_SOURCE=500
7978 cf_POSIX_C_SOURCE=199506L
7979 cf_xopen_source=
7980
7981 case $host_os in #(vi
7982 aix[4-7]*) #(vi
7983         cf_xopen_source="-D_ALL_SOURCE"
7984         ;;
7985 cygwin) #(vi
7986         cf_XOPEN_SOURCE=600
7987         ;;
7988 darwin[0-8].*) #(vi
7989         cf_xopen_source="-D_APPLE_C_SOURCE"
7990         ;;
7991 darwin*) #(vi
7992         cf_xopen_source="-D_DARWIN_C_SOURCE"
7993         ;;
7994 freebsd*|dragonfly*) #(vi
7995         # 5.x headers associate
7996         #       _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
7997         #       _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
7998         cf_POSIX_C_SOURCE=200112L
7999         cf_XOPEN_SOURCE=600
8000         cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
8001         ;;
8002 hpux11*) #(vi
8003         cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
8004         ;;
8005 hpux*) #(vi
8006         cf_xopen_source="-D_HPUX_SOURCE"
8007         ;;
8008 irix[56].*) #(vi
8009         cf_xopen_source="-D_SGI_SOURCE"
8010         ;;
8011 linux*|gnu*|mint*|k*bsd*-gnu) #(vi
8012
8013 echo "$as_me:8013: checking if we must define _GNU_SOURCE" >&5
8014 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
8015 if test "${cf_cv_gnu_source+set}" = set; then
8016   echo $ECHO_N "(cached) $ECHO_C" >&6
8017 else
8018
8019 cat >conftest.$ac_ext <<_ACEOF
8020 #line 8020 "configure"
8021 #include "confdefs.h"
8022 #include <sys/types.h>
8023 int
8024 main ()
8025 {
8026
8027 #ifndef _XOPEN_SOURCE
8028 make an error
8029 #endif
8030   ;
8031   return 0;
8032 }
8033 _ACEOF
8034 rm -f conftest.$ac_objext
8035 if { (eval echo "$as_me:8035: \"$ac_compile\"") >&5
8036   (eval $ac_compile) 2>&5
8037   ac_status=$?
8038   echo "$as_me:8038: \$? = $ac_status" >&5
8039   (exit $ac_status); } &&
8040          { ac_try='test -s conftest.$ac_objext'
8041   { (eval echo "$as_me:8041: \"$ac_try\"") >&5
8042   (eval $ac_try) 2>&5
8043   ac_status=$?
8044   echo "$as_me:8044: \$? = $ac_status" >&5
8045   (exit $ac_status); }; }; then
8046   cf_cv_gnu_source=no
8047 else
8048   echo "$as_me: failed program was:" >&5
8049 cat conftest.$ac_ext >&5
8050 cf_save="$CPPFLAGS"
8051          CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
8052          cat >conftest.$ac_ext <<_ACEOF
8053 #line 8053 "configure"
8054 #include "confdefs.h"
8055 #include <sys/types.h>
8056 int
8057 main ()
8058 {
8059
8060 #ifdef _XOPEN_SOURCE
8061 make an error
8062 #endif
8063   ;
8064   return 0;
8065 }
8066 _ACEOF
8067 rm -f conftest.$ac_objext
8068 if { (eval echo "$as_me:8068: \"$ac_compile\"") >&5
8069   (eval $ac_compile) 2>&5
8070   ac_status=$?
8071   echo "$as_me:8071: \$? = $ac_status" >&5
8072   (exit $ac_status); } &&
8073          { ac_try='test -s conftest.$ac_objext'
8074   { (eval echo "$as_me:8074: \"$ac_try\"") >&5
8075   (eval $ac_try) 2>&5
8076   ac_status=$?
8077   echo "$as_me:8077: \$? = $ac_status" >&5
8078   (exit $ac_status); }; }; then
8079   cf_cv_gnu_source=no
8080 else
8081   echo "$as_me: failed program was:" >&5
8082 cat conftest.$ac_ext >&5
8083 cf_cv_gnu_source=yes
8084 fi
8085 rm -f conftest.$ac_objext conftest.$ac_ext
8086         CPPFLAGS="$cf_save"
8087
8088 fi
8089 rm -f conftest.$ac_objext conftest.$ac_ext
8090
8091 fi
8092 echo "$as_me:8092: result: $cf_cv_gnu_source" >&5
8093 echo "${ECHO_T}$cf_cv_gnu_source" >&6
8094 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
8095
8096         ;;
8097 mirbsd*) #(vi
8098         # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <arpa/inet.h>
8099         ;;
8100 netbsd*) #(vi
8101         cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
8102         ;;
8103 openbsd*) #(vi
8104         # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
8105         ;;
8106 osf[45]*) #(vi
8107         cf_xopen_source="-D_OSF_SOURCE"
8108         ;;
8109 nto-qnx*) #(vi
8110         cf_xopen_source="-D_QNX_SOURCE"
8111         ;;
8112 sco*) #(vi
8113         # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
8114         ;;
8115 solaris2.*) #(vi
8116         cf_xopen_source="-D__EXTENSIONS__"
8117         ;;
8118 *)
8119
8120 echo "$as_me:8120: checking if we should define _XOPEN_SOURCE" >&5
8121 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
8122 if test "${cf_cv_xopen_source+set}" = set; then
8123   echo $ECHO_N "(cached) $ECHO_C" >&6
8124 else
8125
8126         cat >conftest.$ac_ext <<_ACEOF
8127 #line 8127 "configure"
8128 #include "confdefs.h"
8129
8130 #include <stdlib.h>
8131 #include <string.h>
8132 #include <sys/types.h>
8133
8134 int
8135 main ()
8136 {
8137
8138 #ifndef _XOPEN_SOURCE
8139 make an error
8140 #endif
8141   ;
8142   return 0;
8143 }
8144 _ACEOF
8145 rm -f conftest.$ac_objext
8146 if { (eval echo "$as_me:8146: \"$ac_compile\"") >&5
8147   (eval $ac_compile) 2>&5
8148   ac_status=$?
8149   echo "$as_me:8149: \$? = $ac_status" >&5
8150   (exit $ac_status); } &&
8151          { ac_try='test -s conftest.$ac_objext'
8152   { (eval echo "$as_me:8152: \"$ac_try\"") >&5
8153   (eval $ac_try) 2>&5
8154   ac_status=$?
8155   echo "$as_me:8155: \$? = $ac_status" >&5
8156   (exit $ac_status); }; }; then
8157   cf_cv_xopen_source=no
8158 else
8159   echo "$as_me: failed program was:" >&5
8160 cat conftest.$ac_ext >&5
8161 cf_save="$CPPFLAGS"
8162          CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
8163          cat >conftest.$ac_ext <<_ACEOF
8164 #line 8164 "configure"
8165 #include "confdefs.h"
8166
8167 #include <stdlib.h>
8168 #include <string.h>
8169 #include <sys/types.h>
8170
8171 int
8172 main ()
8173 {
8174
8175 #ifdef _XOPEN_SOURCE
8176 make an error
8177 #endif
8178   ;
8179   return 0;
8180 }
8181 _ACEOF
8182 rm -f conftest.$ac_objext
8183 if { (eval echo "$as_me:8183: \"$ac_compile\"") >&5
8184   (eval $ac_compile) 2>&5
8185   ac_status=$?
8186   echo "$as_me:8186: \$? = $ac_status" >&5
8187   (exit $ac_status); } &&
8188          { ac_try='test -s conftest.$ac_objext'
8189   { (eval echo "$as_me:8189: \"$ac_try\"") >&5
8190   (eval $ac_try) 2>&5
8191   ac_status=$?
8192   echo "$as_me:8192: \$? = $ac_status" >&5
8193   (exit $ac_status); }; }; then
8194   cf_cv_xopen_source=no
8195 else
8196   echo "$as_me: failed program was:" >&5
8197 cat conftest.$ac_ext >&5
8198 cf_cv_xopen_source=$cf_XOPEN_SOURCE
8199 fi
8200 rm -f conftest.$ac_objext conftest.$ac_ext
8201         CPPFLAGS="$cf_save"
8202
8203 fi
8204 rm -f conftest.$ac_objext conftest.$ac_ext
8205
8206 fi
8207 echo "$as_me:8207: result: $cf_cv_xopen_source" >&5
8208 echo "${ECHO_T}$cf_cv_xopen_source" >&6
8209
8210 if test "$cf_cv_xopen_source" != no ; then
8211
8212 CFLAGS=`echo "$CFLAGS" | \
8213         sed     -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?[         ]/ /g' \
8214                 -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?$//g'`
8215
8216 CPPFLAGS=`echo "$CPPFLAGS" | \
8217         sed     -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?[         ]/ /g' \
8218                 -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?$//g'`
8219
8220         cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
8221
8222 cf_fix_cppflags=no
8223 cf_new_cflags=
8224 cf_new_cppflags=
8225 cf_new_extra_cppflags=
8226
8227 for cf_add_cflags in $cf_temp_xopen_source
8228 do
8229 case $cf_fix_cppflags in
8230 no)
8231         case $cf_add_cflags in #(vi
8232         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
8233                 case $cf_add_cflags in
8234                 -D*)
8235                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
8236
8237                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8238                                 && test -z "${cf_tst_cflags}" \
8239                                 && cf_fix_cppflags=yes
8240
8241                         if test $cf_fix_cppflags = yes ; then
8242                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8243                                 continue
8244                         elif test "${cf_tst_cflags}" = "\"'" ; then
8245                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8246                                 continue
8247                         fi
8248                         ;;
8249                 esac
8250                 case "$CPPFLAGS" in
8251                 *$cf_add_cflags) #(vi
8252                         ;;
8253                 *) #(vi
8254                         case $cf_add_cflags in #(vi
8255                         -D*)
8256                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
8257
8258 CPPFLAGS=`echo "$CPPFLAGS" | \
8259         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
8260                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
8261
8262                                 ;;
8263                         esac
8264                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
8265                         ;;
8266                 esac
8267                 ;;
8268         *)
8269                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
8270                 ;;
8271         esac
8272         ;;
8273 yes)
8274         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8275
8276         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
8277
8278         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8279                 && test -z "${cf_tst_cflags}" \
8280                 && cf_fix_cppflags=no
8281         ;;
8282 esac
8283 done
8284
8285 if test -n "$cf_new_cflags" ; then
8286
8287         CFLAGS="$CFLAGS $cf_new_cflags"
8288 fi
8289
8290 if test -n "$cf_new_cppflags" ; then
8291
8292         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
8293 fi
8294
8295 if test -n "$cf_new_extra_cppflags" ; then
8296
8297         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
8298 fi
8299
8300 fi
8301
8302 cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
8303
8304 cf_save_CFLAGS="$CFLAGS"
8305 cf_save_CPPFLAGS="$CPPFLAGS"
8306
8307 cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
8308         sed     -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^     ]*\)\?[         ]/ /g' \
8309                 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^     ]*\)\?$//g'`
8310
8311 cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \
8312         sed     -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^     ]*\)\?[         ]/ /g' \
8313                 -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^     ]*\)\?$//g'`
8314
8315 echo "$as_me:8315: checking if we should define _POSIX_C_SOURCE" >&5
8316 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
8317 if test "${cf_cv_posix_c_source+set}" = set; then
8318   echo $ECHO_N "(cached) $ECHO_C" >&6
8319 else
8320
8321 echo "${as_me:-configure}:8321: testing if the symbol is already defined go no further ..." 1>&5
8322
8323         cat >conftest.$ac_ext <<_ACEOF
8324 #line 8324 "configure"
8325 #include "confdefs.h"
8326 #include <sys/types.h>
8327 int
8328 main ()
8329 {
8330
8331 #ifndef _POSIX_C_SOURCE
8332 make an error
8333 #endif
8334   ;
8335   return 0;
8336 }
8337 _ACEOF
8338 rm -f conftest.$ac_objext
8339 if { (eval echo "$as_me:8339: \"$ac_compile\"") >&5
8340   (eval $ac_compile) 2>&5
8341   ac_status=$?
8342   echo "$as_me:8342: \$? = $ac_status" >&5
8343   (exit $ac_status); } &&
8344          { ac_try='test -s conftest.$ac_objext'
8345   { (eval echo "$as_me:8345: \"$ac_try\"") >&5
8346   (eval $ac_try) 2>&5
8347   ac_status=$?
8348   echo "$as_me:8348: \$? = $ac_status" >&5
8349   (exit $ac_status); }; }; then
8350   cf_cv_posix_c_source=no
8351 else
8352   echo "$as_me: failed program was:" >&5
8353 cat conftest.$ac_ext >&5
8354 cf_want_posix_source=no
8355          case .$cf_POSIX_C_SOURCE in #(vi
8356          .[12]??*) #(vi
8357                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
8358                 ;;
8359          .2) #(vi
8360                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
8361                 cf_want_posix_source=yes
8362                 ;;
8363          .*)
8364                 cf_want_posix_source=yes
8365                 ;;
8366          esac
8367          if test "$cf_want_posix_source" = yes ; then
8368                 cat >conftest.$ac_ext <<_ACEOF
8369 #line 8369 "configure"
8370 #include "confdefs.h"
8371 #include <sys/types.h>
8372 int
8373 main ()
8374 {
8375
8376 #ifdef _POSIX_SOURCE
8377 make an error
8378 #endif
8379   ;
8380   return 0;
8381 }
8382 _ACEOF
8383 rm -f conftest.$ac_objext
8384 if { (eval echo "$as_me:8384: \"$ac_compile\"") >&5
8385   (eval $ac_compile) 2>&5
8386   ac_status=$?
8387   echo "$as_me:8387: \$? = $ac_status" >&5
8388   (exit $ac_status); } &&
8389          { ac_try='test -s conftest.$ac_objext'
8390   { (eval echo "$as_me:8390: \"$ac_try\"") >&5
8391   (eval $ac_try) 2>&5
8392   ac_status=$?
8393   echo "$as_me:8393: \$? = $ac_status" >&5
8394   (exit $ac_status); }; }; then
8395   :
8396 else
8397   echo "$as_me: failed program was:" >&5
8398 cat conftest.$ac_ext >&5
8399 cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
8400 fi
8401 rm -f conftest.$ac_objext conftest.$ac_ext
8402          fi
8403
8404 echo "${as_me:-configure}:8404: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
8405
8406          CFLAGS="$cf_trim_CFLAGS"
8407          CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
8408
8409 echo "${as_me:-configure}:8409: testing if the second compile does not leave our definition intact error ..." 1>&5
8410
8411          cat >conftest.$ac_ext <<_ACEOF
8412 #line 8412 "configure"
8413 #include "confdefs.h"
8414 #include <sys/types.h>
8415 int
8416 main ()
8417 {
8418
8419 #ifndef _POSIX_C_SOURCE
8420 make an error
8421 #endif
8422   ;
8423   return 0;
8424 }
8425 _ACEOF
8426 rm -f conftest.$ac_objext
8427 if { (eval echo "$as_me:8427: \"$ac_compile\"") >&5
8428   (eval $ac_compile) 2>&5
8429   ac_status=$?
8430   echo "$as_me:8430: \$? = $ac_status" >&5
8431   (exit $ac_status); } &&
8432          { ac_try='test -s conftest.$ac_objext'
8433   { (eval echo "$as_me:8433: \"$ac_try\"") >&5
8434   (eval $ac_try) 2>&5
8435   ac_status=$?
8436   echo "$as_me:8436: \$? = $ac_status" >&5
8437   (exit $ac_status); }; }; then
8438   :
8439 else
8440   echo "$as_me: failed program was:" >&5
8441 cat conftest.$ac_ext >&5
8442 cf_cv_posix_c_source=no
8443 fi
8444 rm -f conftest.$ac_objext conftest.$ac_ext
8445          CFLAGS="$cf_save_CFLAGS"
8446          CPPFLAGS="$cf_save_CPPFLAGS"
8447
8448 fi
8449 rm -f conftest.$ac_objext conftest.$ac_ext
8450
8451 fi
8452 echo "$as_me:8452: result: $cf_cv_posix_c_source" >&5
8453 echo "${ECHO_T}$cf_cv_posix_c_source" >&6
8454
8455 if test "$cf_cv_posix_c_source" != no ; then
8456         CFLAGS="$cf_trim_CFLAGS"
8457         CPPFLAGS="$cf_trim_CPPFLAGS"
8458
8459 cf_fix_cppflags=no
8460 cf_new_cflags=
8461 cf_new_cppflags=
8462 cf_new_extra_cppflags=
8463
8464 for cf_add_cflags in $cf_cv_posix_c_source
8465 do
8466 case $cf_fix_cppflags in
8467 no)
8468         case $cf_add_cflags in #(vi
8469         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
8470                 case $cf_add_cflags in
8471                 -D*)
8472                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
8473
8474                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8475                                 && test -z "${cf_tst_cflags}" \
8476                                 && cf_fix_cppflags=yes
8477
8478                         if test $cf_fix_cppflags = yes ; then
8479                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8480                                 continue
8481                         elif test "${cf_tst_cflags}" = "\"'" ; then
8482                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8483                                 continue
8484                         fi
8485                         ;;
8486                 esac
8487                 case "$CPPFLAGS" in
8488                 *$cf_add_cflags) #(vi
8489                         ;;
8490                 *) #(vi
8491                         case $cf_add_cflags in #(vi
8492                         -D*)
8493                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
8494
8495 CPPFLAGS=`echo "$CPPFLAGS" | \
8496         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
8497                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
8498
8499                                 ;;
8500                         esac
8501                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
8502                         ;;
8503                 esac
8504                 ;;
8505         *)
8506                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
8507                 ;;
8508         esac
8509         ;;
8510 yes)
8511         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8512
8513         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
8514
8515         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8516                 && test -z "${cf_tst_cflags}" \
8517                 && cf_fix_cppflags=no
8518         ;;
8519 esac
8520 done
8521
8522 if test -n "$cf_new_cflags" ; then
8523
8524         CFLAGS="$CFLAGS $cf_new_cflags"
8525 fi
8526
8527 if test -n "$cf_new_cppflags" ; then
8528
8529         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
8530 fi
8531
8532 if test -n "$cf_new_extra_cppflags" ; then
8533
8534         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
8535 fi
8536
8537 fi
8538
8539         ;;
8540 esac
8541
8542 if test -n "$cf_xopen_source" ; then
8543
8544 cf_fix_cppflags=no
8545 cf_new_cflags=
8546 cf_new_cppflags=
8547 cf_new_extra_cppflags=
8548
8549 for cf_add_cflags in $cf_xopen_source
8550 do
8551 case $cf_fix_cppflags in
8552 no)
8553         case $cf_add_cflags in #(vi
8554         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
8555                 case $cf_add_cflags in
8556                 -D*)
8557                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
8558
8559                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8560                                 && test -z "${cf_tst_cflags}" \
8561                                 && cf_fix_cppflags=yes
8562
8563                         if test $cf_fix_cppflags = yes ; then
8564                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8565                                 continue
8566                         elif test "${cf_tst_cflags}" = "\"'" ; then
8567                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8568                                 continue
8569                         fi
8570                         ;;
8571                 esac
8572                 case "$CPPFLAGS" in
8573                 *$cf_add_cflags) #(vi
8574                         ;;
8575                 *) #(vi
8576                         case $cf_add_cflags in #(vi
8577                         -D*)
8578                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
8579
8580 CPPFLAGS=`echo "$CPPFLAGS" | \
8581         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
8582                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
8583
8584                                 ;;
8585                         esac
8586                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
8587                         ;;
8588                 esac
8589                 ;;
8590         *)
8591                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
8592                 ;;
8593         esac
8594         ;;
8595 yes)
8596         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8597
8598         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
8599
8600         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8601                 && test -z "${cf_tst_cflags}" \
8602                 && cf_fix_cppflags=no
8603         ;;
8604 esac
8605 done
8606
8607 if test -n "$cf_new_cflags" ; then
8608
8609         CFLAGS="$CFLAGS $cf_new_cflags"
8610 fi
8611
8612 if test -n "$cf_new_cppflags" ; then
8613
8614         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
8615 fi
8616
8617 if test -n "$cf_new_extra_cppflags" ; then
8618
8619         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
8620 fi
8621
8622 fi
8623
8624 if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
8625         echo "$as_me:8625: checking if _XOPEN_SOURCE really is set" >&5
8626 echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6
8627         cat >conftest.$ac_ext <<_ACEOF
8628 #line 8628 "configure"
8629 #include "confdefs.h"
8630 #include <stdlib.h>
8631 int
8632 main ()
8633 {
8634
8635 #ifndef _XOPEN_SOURCE
8636 make an error
8637 #endif
8638   ;
8639   return 0;
8640 }
8641 _ACEOF
8642 rm -f conftest.$ac_objext
8643 if { (eval echo "$as_me:8643: \"$ac_compile\"") >&5
8644   (eval $ac_compile) 2>&5
8645   ac_status=$?
8646   echo "$as_me:8646: \$? = $ac_status" >&5
8647   (exit $ac_status); } &&
8648          { ac_try='test -s conftest.$ac_objext'
8649   { (eval echo "$as_me:8649: \"$ac_try\"") >&5
8650   (eval $ac_try) 2>&5
8651   ac_status=$?
8652   echo "$as_me:8652: \$? = $ac_status" >&5
8653   (exit $ac_status); }; }; then
8654   cf_XOPEN_SOURCE_set=yes
8655 else
8656   echo "$as_me: failed program was:" >&5
8657 cat conftest.$ac_ext >&5
8658 cf_XOPEN_SOURCE_set=no
8659 fi
8660 rm -f conftest.$ac_objext conftest.$ac_ext
8661         echo "$as_me:8661: result: $cf_XOPEN_SOURCE_set" >&5
8662 echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6
8663         if test $cf_XOPEN_SOURCE_set = yes
8664         then
8665                 cat >conftest.$ac_ext <<_ACEOF
8666 #line 8666 "configure"
8667 #include "confdefs.h"
8668 #include <stdlib.h>
8669 int
8670 main ()
8671 {
8672
8673 #if (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
8674 make an error
8675 #endif
8676   ;
8677   return 0;
8678 }
8679 _ACEOF
8680 rm -f conftest.$ac_objext
8681 if { (eval echo "$as_me:8681: \"$ac_compile\"") >&5
8682   (eval $ac_compile) 2>&5
8683   ac_status=$?
8684   echo "$as_me:8684: \$? = $ac_status" >&5
8685   (exit $ac_status); } &&
8686          { ac_try='test -s conftest.$ac_objext'
8687   { (eval echo "$as_me:8687: \"$ac_try\"") >&5
8688   (eval $ac_try) 2>&5
8689   ac_status=$?
8690   echo "$as_me:8690: \$? = $ac_status" >&5
8691   (exit $ac_status); }; }; then
8692   cf_XOPEN_SOURCE_set_ok=yes
8693 else
8694   echo "$as_me: failed program was:" >&5
8695 cat conftest.$ac_ext >&5
8696 cf_XOPEN_SOURCE_set_ok=no
8697 fi
8698 rm -f conftest.$ac_objext conftest.$ac_ext
8699                 if test $cf_XOPEN_SOURCE_set_ok = no
8700                 then
8701                         { echo "$as_me:8701: WARNING: _XOPEN_SOURCE is lower than requested" >&5
8702 echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;}
8703                 fi
8704         else
8705
8706 echo "$as_me:8706: checking if we should define _XOPEN_SOURCE" >&5
8707 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
8708 if test "${cf_cv_xopen_source+set}" = set; then
8709   echo $ECHO_N "(cached) $ECHO_C" >&6
8710 else
8711
8712         cat >conftest.$ac_ext <<_ACEOF
8713 #line 8713 "configure"
8714 #include "confdefs.h"
8715
8716 #include <stdlib.h>
8717 #include <string.h>
8718 #include <sys/types.h>
8719
8720 int
8721 main ()
8722 {
8723
8724 #ifndef _XOPEN_SOURCE
8725 make an error
8726 #endif
8727   ;
8728   return 0;
8729 }
8730 _ACEOF
8731 rm -f conftest.$ac_objext
8732 if { (eval echo "$as_me:8732: \"$ac_compile\"") >&5
8733   (eval $ac_compile) 2>&5
8734   ac_status=$?
8735   echo "$as_me:8735: \$? = $ac_status" >&5
8736   (exit $ac_status); } &&
8737          { ac_try='test -s conftest.$ac_objext'
8738   { (eval echo "$as_me:8738: \"$ac_try\"") >&5
8739   (eval $ac_try) 2>&5
8740   ac_status=$?
8741   echo "$as_me:8741: \$? = $ac_status" >&5
8742   (exit $ac_status); }; }; then
8743   cf_cv_xopen_source=no
8744 else
8745   echo "$as_me: failed program was:" >&5
8746 cat conftest.$ac_ext >&5
8747 cf_save="$CPPFLAGS"
8748          CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
8749          cat >conftest.$ac_ext <<_ACEOF
8750 #line 8750 "configure"
8751 #include "confdefs.h"
8752
8753 #include <stdlib.h>
8754 #include <string.h>
8755 #include <sys/types.h>
8756
8757 int
8758 main ()
8759 {
8760
8761 #ifdef _XOPEN_SOURCE
8762 make an error
8763 #endif
8764   ;
8765   return 0;
8766 }
8767 _ACEOF
8768 rm -f conftest.$ac_objext
8769 if { (eval echo "$as_me:8769: \"$ac_compile\"") >&5
8770   (eval $ac_compile) 2>&5
8771   ac_status=$?
8772   echo "$as_me:8772: \$? = $ac_status" >&5
8773   (exit $ac_status); } &&
8774          { ac_try='test -s conftest.$ac_objext'
8775   { (eval echo "$as_me:8775: \"$ac_try\"") >&5
8776   (eval $ac_try) 2>&5
8777   ac_status=$?
8778   echo "$as_me:8778: \$? = $ac_status" >&5
8779   (exit $ac_status); }; }; then
8780   cf_cv_xopen_source=no
8781 else
8782   echo "$as_me: failed program was:" >&5
8783 cat conftest.$ac_ext >&5
8784 cf_cv_xopen_source=$cf_XOPEN_SOURCE
8785 fi
8786 rm -f conftest.$ac_objext conftest.$ac_ext
8787         CPPFLAGS="$cf_save"
8788
8789 fi
8790 rm -f conftest.$ac_objext conftest.$ac_ext
8791
8792 fi
8793 echo "$as_me:8793: result: $cf_cv_xopen_source" >&5
8794 echo "${ECHO_T}$cf_cv_xopen_source" >&6
8795
8796 if test "$cf_cv_xopen_source" != no ; then
8797
8798 CFLAGS=`echo "$CFLAGS" | \
8799         sed     -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?[         ]/ /g' \
8800                 -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?$//g'`
8801
8802 CPPFLAGS=`echo "$CPPFLAGS" | \
8803         sed     -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?[         ]/ /g' \
8804                 -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^       ]*\)\?$//g'`
8805
8806         cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
8807
8808 cf_fix_cppflags=no
8809 cf_new_cflags=
8810 cf_new_cppflags=
8811 cf_new_extra_cppflags=
8812
8813 for cf_add_cflags in $cf_temp_xopen_source
8814 do
8815 case $cf_fix_cppflags in
8816 no)
8817         case $cf_add_cflags in #(vi
8818         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
8819                 case $cf_add_cflags in
8820                 -D*)
8821                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
8822
8823                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8824                                 && test -z "${cf_tst_cflags}" \
8825                                 && cf_fix_cppflags=yes
8826
8827                         if test $cf_fix_cppflags = yes ; then
8828                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8829                                 continue
8830                         elif test "${cf_tst_cflags}" = "\"'" ; then
8831                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8832                                 continue
8833                         fi
8834                         ;;
8835                 esac
8836                 case "$CPPFLAGS" in
8837                 *$cf_add_cflags) #(vi
8838                         ;;
8839                 *) #(vi
8840                         case $cf_add_cflags in #(vi
8841                         -D*)
8842                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
8843
8844 CPPFLAGS=`echo "$CPPFLAGS" | \
8845         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
8846                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
8847
8848                                 ;;
8849                         esac
8850                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
8851                         ;;
8852                 esac
8853                 ;;
8854         *)
8855                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
8856                 ;;
8857         esac
8858         ;;
8859 yes)
8860         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
8861
8862         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
8863
8864         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
8865                 && test -z "${cf_tst_cflags}" \
8866                 && cf_fix_cppflags=no
8867         ;;
8868 esac
8869 done
8870
8871 if test -n "$cf_new_cflags" ; then
8872
8873         CFLAGS="$CFLAGS $cf_new_cflags"
8874 fi
8875
8876 if test -n "$cf_new_cppflags" ; then
8877
8878         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
8879 fi
8880
8881 if test -n "$cf_new_extra_cppflags" ; then
8882
8883         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
8884 fi
8885
8886 fi
8887
8888         fi
8889 fi
8890
8891 # Check whether --enable-largefile or --disable-largefile was given.
8892 if test "${enable_largefile+set}" = set; then
8893   enableval="$enable_largefile"
8894
8895 fi;
8896 if test "$enable_largefile" != no; then
8897
8898   echo "$as_me:8898: checking for special C compiler options needed for large files" >&5
8899 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
8900 if test "${ac_cv_sys_largefile_CC+set}" = set; then
8901   echo $ECHO_N "(cached) $ECHO_C" >&6
8902 else
8903   ac_cv_sys_largefile_CC=no
8904      if test "$GCC" != yes; then
8905        ac_save_CC=$CC
8906        while :; do
8907          # IRIX 6.2 and later do not support large files by default,
8908          # so use the C compiler's -n32 option if that helps.
8909          cat >conftest.$ac_ext <<_ACEOF
8910 #line 8910 "configure"
8911 #include "confdefs.h"
8912 #include <sys/types.h>
8913  /* Check that off_t can represent 2**63 - 1 correctly.
8914     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8915     since some C++ compilers masquerading as C compilers
8916     incorrectly reject 9223372036854775807.  */
8917 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8918   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8919                        && LARGE_OFF_T % 2147483647 == 1)
8920                       ? 1 : -1];
8921 int
8922 main ()
8923 {
8924
8925   ;
8926   return 0;
8927 }
8928 _ACEOF
8929          rm -f conftest.$ac_objext
8930 if { (eval echo "$as_me:8930: \"$ac_compile\"") >&5
8931   (eval $ac_compile) 2>&5
8932   ac_status=$?
8933   echo "$as_me:8933: \$? = $ac_status" >&5
8934   (exit $ac_status); } &&
8935          { ac_try='test -s conftest.$ac_objext'
8936   { (eval echo "$as_me:8936: \"$ac_try\"") >&5
8937   (eval $ac_try) 2>&5
8938   ac_status=$?
8939   echo "$as_me:8939: \$? = $ac_status" >&5
8940   (exit $ac_status); }; }; then
8941   break
8942 else
8943   echo "$as_me: failed program was:" >&5
8944 cat conftest.$ac_ext >&5
8945 fi
8946 rm -f conftest.$ac_objext
8947          CC="$CC -n32"
8948          rm -f conftest.$ac_objext
8949 if { (eval echo "$as_me:8949: \"$ac_compile\"") >&5
8950   (eval $ac_compile) 2>&5
8951   ac_status=$?
8952   echo "$as_me:8952: \$? = $ac_status" >&5
8953   (exit $ac_status); } &&
8954          { ac_try='test -s conftest.$ac_objext'
8955   { (eval echo "$as_me:8955: \"$ac_try\"") >&5
8956   (eval $ac_try) 2>&5
8957   ac_status=$?
8958   echo "$as_me:8958: \$? = $ac_status" >&5
8959   (exit $ac_status); }; }; then
8960   ac_cv_sys_largefile_CC=' -n32'; break
8961 else
8962   echo "$as_me: failed program was:" >&5
8963 cat conftest.$ac_ext >&5
8964 fi
8965 rm -f conftest.$ac_objext
8966          break
8967        done
8968        CC=$ac_save_CC
8969        rm -f conftest.$ac_ext
8970     fi
8971 fi
8972 echo "$as_me:8972: result: $ac_cv_sys_largefile_CC" >&5
8973 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
8974   if test "$ac_cv_sys_largefile_CC" != no; then
8975     CC=$CC$ac_cv_sys_largefile_CC
8976   fi
8977
8978   echo "$as_me:8978: checking for _FILE_OFFSET_BITS value needed for large files" >&5
8979 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
8980 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
8981   echo $ECHO_N "(cached) $ECHO_C" >&6
8982 else
8983   while :; do
8984   ac_cv_sys_file_offset_bits=no
8985   cat >conftest.$ac_ext <<_ACEOF
8986 #line 8986 "configure"
8987 #include "confdefs.h"
8988 #include <sys/types.h>
8989  /* Check that off_t can represent 2**63 - 1 correctly.
8990     We can't simply define LARGE_OFF_T to be 9223372036854775807,
8991     since some C++ compilers masquerading as C compilers
8992     incorrectly reject 9223372036854775807.  */
8993 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
8994   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
8995                        && LARGE_OFF_T % 2147483647 == 1)
8996                       ? 1 : -1];
8997 int
8998 main ()
8999 {
9000
9001   ;
9002   return 0;
9003 }
9004 _ACEOF
9005 rm -f conftest.$ac_objext
9006 if { (eval echo "$as_me:9006: \"$ac_compile\"") >&5
9007   (eval $ac_compile) 2>&5
9008   ac_status=$?
9009   echo "$as_me:9009: \$? = $ac_status" >&5
9010   (exit $ac_status); } &&
9011          { ac_try='test -s conftest.$ac_objext'
9012   { (eval echo "$as_me:9012: \"$ac_try\"") >&5
9013   (eval $ac_try) 2>&5
9014   ac_status=$?
9015   echo "$as_me:9015: \$? = $ac_status" >&5
9016   (exit $ac_status); }; }; then
9017   break
9018 else
9019   echo "$as_me: failed program was:" >&5
9020 cat conftest.$ac_ext >&5
9021 fi
9022 rm -f conftest.$ac_objext conftest.$ac_ext
9023   cat >conftest.$ac_ext <<_ACEOF
9024 #line 9024 "configure"
9025 #include "confdefs.h"
9026 #define _FILE_OFFSET_BITS 64
9027 #include <sys/types.h>
9028  /* Check that off_t can represent 2**63 - 1 correctly.
9029     We can't simply define LARGE_OFF_T to be 9223372036854775807,
9030     since some C++ compilers masquerading as C compilers
9031     incorrectly reject 9223372036854775807.  */
9032 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
9033   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9034                        && LARGE_OFF_T % 2147483647 == 1)
9035                       ? 1 : -1];
9036 int
9037 main ()
9038 {
9039
9040   ;
9041   return 0;
9042 }
9043 _ACEOF
9044 rm -f conftest.$ac_objext
9045 if { (eval echo "$as_me:9045: \"$ac_compile\"") >&5
9046   (eval $ac_compile) 2>&5
9047   ac_status=$?
9048   echo "$as_me:9048: \$? = $ac_status" >&5
9049   (exit $ac_status); } &&
9050          { ac_try='test -s conftest.$ac_objext'
9051   { (eval echo "$as_me:9051: \"$ac_try\"") >&5
9052   (eval $ac_try) 2>&5
9053   ac_status=$?
9054   echo "$as_me:9054: \$? = $ac_status" >&5
9055   (exit $ac_status); }; }; then
9056   ac_cv_sys_file_offset_bits=64; break
9057 else
9058   echo "$as_me: failed program was:" >&5
9059 cat conftest.$ac_ext >&5
9060 fi
9061 rm -f conftest.$ac_objext conftest.$ac_ext
9062   break
9063 done
9064 fi
9065 echo "$as_me:9065: result: $ac_cv_sys_file_offset_bits" >&5
9066 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
9067 if test "$ac_cv_sys_file_offset_bits" != no; then
9068
9069 cat >>confdefs.h <<EOF
9070 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
9071 EOF
9072
9073 fi
9074 rm -rf conftest*
9075   echo "$as_me:9075: checking for _LARGE_FILES value needed for large files" >&5
9076 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
9077 if test "${ac_cv_sys_large_files+set}" = set; then
9078   echo $ECHO_N "(cached) $ECHO_C" >&6
9079 else
9080   while :; do
9081   ac_cv_sys_large_files=no
9082   cat >conftest.$ac_ext <<_ACEOF
9083 #line 9083 "configure"
9084 #include "confdefs.h"
9085 #include <sys/types.h>
9086  /* Check that off_t can represent 2**63 - 1 correctly.
9087     We can't simply define LARGE_OFF_T to be 9223372036854775807,
9088     since some C++ compilers masquerading as C compilers
9089     incorrectly reject 9223372036854775807.  */
9090 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
9091   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9092                        && LARGE_OFF_T % 2147483647 == 1)
9093                       ? 1 : -1];
9094 int
9095 main ()
9096 {
9097
9098   ;
9099   return 0;
9100 }
9101 _ACEOF
9102 rm -f conftest.$ac_objext
9103 if { (eval echo "$as_me:9103: \"$ac_compile\"") >&5
9104   (eval $ac_compile) 2>&5
9105   ac_status=$?
9106   echo "$as_me:9106: \$? = $ac_status" >&5
9107   (exit $ac_status); } &&
9108          { ac_try='test -s conftest.$ac_objext'
9109   { (eval echo "$as_me:9109: \"$ac_try\"") >&5
9110   (eval $ac_try) 2>&5
9111   ac_status=$?
9112   echo "$as_me:9112: \$? = $ac_status" >&5
9113   (exit $ac_status); }; }; then
9114   break
9115 else
9116   echo "$as_me: failed program was:" >&5
9117 cat conftest.$ac_ext >&5
9118 fi
9119 rm -f conftest.$ac_objext conftest.$ac_ext
9120   cat >conftest.$ac_ext <<_ACEOF
9121 #line 9121 "configure"
9122 #include "confdefs.h"
9123 #define _LARGE_FILES 1
9124 #include <sys/types.h>
9125  /* Check that off_t can represent 2**63 - 1 correctly.
9126     We can't simply define LARGE_OFF_T to be 9223372036854775807,
9127     since some C++ compilers masquerading as C compilers
9128     incorrectly reject 9223372036854775807.  */
9129 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
9130   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9131                        && LARGE_OFF_T % 2147483647 == 1)
9132                       ? 1 : -1];
9133 int
9134 main ()
9135 {
9136
9137   ;
9138   return 0;
9139 }
9140 _ACEOF
9141 rm -f conftest.$ac_objext
9142 if { (eval echo "$as_me:9142: \"$ac_compile\"") >&5
9143   (eval $ac_compile) 2>&5
9144   ac_status=$?
9145   echo "$as_me:9145: \$? = $ac_status" >&5
9146   (exit $ac_status); } &&
9147          { ac_try='test -s conftest.$ac_objext'
9148   { (eval echo "$as_me:9148: \"$ac_try\"") >&5
9149   (eval $ac_try) 2>&5
9150   ac_status=$?
9151   echo "$as_me:9151: \$? = $ac_status" >&5
9152   (exit $ac_status); }; }; then
9153   ac_cv_sys_large_files=1; break
9154 else
9155   echo "$as_me: failed program was:" >&5
9156 cat conftest.$ac_ext >&5
9157 fi
9158 rm -f conftest.$ac_objext conftest.$ac_ext
9159   break
9160 done
9161 fi
9162 echo "$as_me:9162: result: $ac_cv_sys_large_files" >&5
9163 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
9164 if test "$ac_cv_sys_large_files" != no; then
9165
9166 cat >>confdefs.h <<EOF
9167 #define _LARGE_FILES $ac_cv_sys_large_files
9168 EOF
9169
9170 fi
9171 rm -rf conftest*
9172 fi
9173
9174     if test "$enable_largefile" != no ; then
9175         echo "$as_me:9175: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9176 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9177 if test "${ac_cv_sys_largefile_source+set}" = set; then
9178   echo $ECHO_N "(cached) $ECHO_C" >&6
9179 else
9180   while :; do
9181   ac_cv_sys_largefile_source=no
9182   cat >conftest.$ac_ext <<_ACEOF
9183 #line 9183 "configure"
9184 #include "confdefs.h"
9185 #include <stdio.h>
9186 int
9187 main ()
9188 {
9189 return !fseeko;
9190   ;
9191   return 0;
9192 }
9193 _ACEOF
9194 rm -f conftest.$ac_objext
9195 if { (eval echo "$as_me:9195: \"$ac_compile\"") >&5
9196   (eval $ac_compile) 2>&5
9197   ac_status=$?
9198   echo "$as_me:9198: \$? = $ac_status" >&5
9199   (exit $ac_status); } &&
9200          { ac_try='test -s conftest.$ac_objext'
9201   { (eval echo "$as_me:9201: \"$ac_try\"") >&5
9202   (eval $ac_try) 2>&5
9203   ac_status=$?
9204   echo "$as_me:9204: \$? = $ac_status" >&5
9205   (exit $ac_status); }; }; then
9206   break
9207 else
9208   echo "$as_me: failed program was:" >&5
9209 cat conftest.$ac_ext >&5
9210 fi
9211 rm -f conftest.$ac_objext conftest.$ac_ext
9212   cat >conftest.$ac_ext <<_ACEOF
9213 #line 9213 "configure"
9214 #include "confdefs.h"
9215 #define _LARGEFILE_SOURCE 1
9216 #include <stdio.h>
9217 int
9218 main ()
9219 {
9220 return !fseeko;
9221   ;
9222   return 0;
9223 }
9224 _ACEOF
9225 rm -f conftest.$ac_objext
9226 if { (eval echo "$as_me:9226: \"$ac_compile\"") >&5
9227   (eval $ac_compile) 2>&5
9228   ac_status=$?
9229   echo "$as_me:9229: \$? = $ac_status" >&5
9230   (exit $ac_status); } &&
9231          { ac_try='test -s conftest.$ac_objext'
9232   { (eval echo "$as_me:9232: \"$ac_try\"") >&5
9233   (eval $ac_try) 2>&5
9234   ac_status=$?
9235   echo "$as_me:9235: \$? = $ac_status" >&5
9236   (exit $ac_status); }; }; then
9237   ac_cv_sys_largefile_source=1; break
9238 else
9239   echo "$as_me: failed program was:" >&5
9240 cat conftest.$ac_ext >&5
9241 fi
9242 rm -f conftest.$ac_objext conftest.$ac_ext
9243   break
9244 done
9245 fi
9246 echo "$as_me:9246: result: $ac_cv_sys_largefile_source" >&5
9247 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9248 if test "$ac_cv_sys_largefile_source" != no; then
9249
9250 cat >>confdefs.h <<EOF
9251 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
9252 EOF
9253
9254 fi
9255 rm -rf conftest*
9256
9257 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9258 # in glibc 2.1.3, but that breaks too many other things.
9259 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9260 echo "$as_me:9260: checking for fseeko" >&5
9261 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9262 if test "${ac_cv_func_fseeko+set}" = set; then
9263   echo $ECHO_N "(cached) $ECHO_C" >&6
9264 else
9265   cat >conftest.$ac_ext <<_ACEOF
9266 #line 9266 "configure"
9267 #include "confdefs.h"
9268 #include <stdio.h>
9269 int
9270 main ()
9271 {
9272 return fseeko && fseeko (stdin, 0, 0);
9273   ;
9274   return 0;
9275 }
9276 _ACEOF
9277 rm -f conftest.$ac_objext conftest$ac_exeext
9278 if { (eval echo "$as_me:9278: \"$ac_link\"") >&5
9279   (eval $ac_link) 2>&5
9280   ac_status=$?
9281   echo "$as_me:9281: \$? = $ac_status" >&5
9282   (exit $ac_status); } &&
9283          { ac_try='test -s conftest$ac_exeext'
9284   { (eval echo "$as_me:9284: \"$ac_try\"") >&5
9285   (eval $ac_try) 2>&5
9286   ac_status=$?
9287   echo "$as_me:9287: \$? = $ac_status" >&5
9288   (exit $ac_status); }; }; then
9289   ac_cv_func_fseeko=yes
9290 else
9291   echo "$as_me: failed program was:" >&5
9292 cat conftest.$ac_ext >&5
9293 ac_cv_func_fseeko=no
9294 fi
9295 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9296 fi
9297 echo "$as_me:9297: result: $ac_cv_func_fseeko" >&5
9298 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9299 if test $ac_cv_func_fseeko = yes; then
9300
9301 cat >>confdefs.h <<\EOF
9302 #define HAVE_FSEEKO 1
9303 EOF
9304
9305 fi
9306
9307         # Normally we would collect these definitions in the config.h,
9308         # but (like _XOPEN_SOURCE), some environments rely on having these
9309         # defined before any of the system headers are included.  Another
9310         # case comes up with C++, e.g., on AIX the compiler compiles the
9311         # header files by themselves before looking at the body files it is
9312         # told to compile.  For ncurses, those header files do not include
9313         # the config.h
9314         test "$ac_cv_sys_large_files"      != no && CPPFLAGS="$CPPFLAGS -D_LARGE_FILES "
9315         test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE "
9316         test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
9317
9318         echo "$as_me:9318: checking whether to use struct dirent64" >&5
9319 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
9320 if test "${cf_cv_struct_dirent64+set}" = set; then
9321   echo $ECHO_N "(cached) $ECHO_C" >&6
9322 else
9323
9324                 cat >conftest.$ac_ext <<_ACEOF
9325 #line 9325 "configure"
9326 #include "confdefs.h"
9327
9328 #include <sys/types.h>
9329 #include <dirent.h>
9330
9331 int
9332 main ()
9333 {
9334
9335                 /* if transitional largefile support is setup, this is true */
9336                 extern struct dirent64 * readdir(DIR *);
9337                 struct dirent64 *x = readdir((DIR *)0);
9338                 struct dirent *y = readdir((DIR *)0);
9339                 int z = x - y;
9340
9341   ;
9342   return 0;
9343 }
9344 _ACEOF
9345 rm -f conftest.$ac_objext
9346 if { (eval echo "$as_me:9346: \"$ac_compile\"") >&5
9347   (eval $ac_compile) 2>&5
9348   ac_status=$?
9349   echo "$as_me:9349: \$? = $ac_status" >&5
9350   (exit $ac_status); } &&
9351          { ac_try='test -s conftest.$ac_objext'
9352   { (eval echo "$as_me:9352: \"$ac_try\"") >&5
9353   (eval $ac_try) 2>&5
9354   ac_status=$?
9355   echo "$as_me:9355: \$? = $ac_status" >&5
9356   (exit $ac_status); }; }; then
9357   cf_cv_struct_dirent64=yes
9358 else
9359   echo "$as_me: failed program was:" >&5
9360 cat conftest.$ac_ext >&5
9361 cf_cv_struct_dirent64=no
9362 fi
9363 rm -f conftest.$ac_objext conftest.$ac_ext
9364
9365 fi
9366 echo "$as_me:9366: result: $cf_cv_struct_dirent64" >&5
9367 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
9368         test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF
9369 #define HAVE_STRUCT_DIRENT64 1
9370 EOF
9371
9372     fi
9373
9374 ### Enable compiling-in rcs id's
9375 echo "$as_me:9375: checking if RCS identifiers should be compiled-in" >&5
9376 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
9377
9378 # Check whether --with-rcs-ids or --without-rcs-ids was given.
9379 if test "${with_rcs_ids+set}" = set; then
9380   withval="$with_rcs_ids"
9381   with_rcs_ids=$withval
9382 else
9383   with_rcs_ids=no
9384 fi;
9385 echo "$as_me:9385: result: $with_rcs_ids" >&5
9386 echo "${ECHO_T}$with_rcs_ids" >&6
9387 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF
9388 #define USE_RCS_IDS 1
9389 EOF
9390
9391 ###############################################################################
9392
9393 ### Note that some functions (such as const) are normally disabled anyway.
9394 echo "$as_me:9394: checking if you want to build with function extensions" >&5
9395 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
9396
9397 # Check whether --enable-ext-funcs or --disable-ext-funcs was given.
9398 if test "${enable_ext_funcs+set}" = set; then
9399   enableval="$enable_ext_funcs"
9400   with_ext_funcs=$enableval
9401 else
9402   with_ext_funcs=yes
9403 fi;
9404 echo "$as_me:9404: result: $with_ext_funcs" >&5
9405 echo "${ECHO_T}$with_ext_funcs" >&6
9406 if test "$with_ext_funcs" = yes ; then
9407         NCURSES_EXT_FUNCS=1
9408         cat >>confdefs.h <<\EOF
9409 #define HAVE_USE_DEFAULT_COLORS 1
9410 EOF
9411
9412         cat >>confdefs.h <<\EOF
9413 #define NCURSES_EXT_FUNCS 1
9414 EOF
9415
9416 else
9417         NCURSES_EXT_FUNCS=0
9418 fi
9419
9420 ###   use option --enable-const to turn on use of const beyond that in XSI.
9421 echo "$as_me:9421: checking for extended use of const keyword" >&5
9422 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
9423
9424 # Check whether --enable-const or --disable-const was given.
9425 if test "${enable_const+set}" = set; then
9426   enableval="$enable_const"
9427   with_ext_const=$enableval
9428 else
9429   with_ext_const=no
9430 fi;
9431 echo "$as_me:9431: result: $with_ext_const" >&5
9432 echo "${ECHO_T}$with_ext_const" >&6
9433 NCURSES_CONST='/*nothing*/'
9434 if test "$with_ext_const" = yes ; then
9435         NCURSES_CONST=const
9436 fi
9437
9438 ###############################################################################
9439 # These options are relatively safe to experiment with.
9440
9441 echo "$as_me:9441: checking if you want all development code" >&5
9442 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
9443
9444 # Check whether --with-develop or --without-develop was given.
9445 if test "${with_develop+set}" = set; then
9446   withval="$with_develop"
9447   with_develop=$withval
9448 else
9449   with_develop=no
9450 fi;
9451 echo "$as_me:9451: result: $with_develop" >&5
9452 echo "${ECHO_T}$with_develop" >&6
9453
9454 ###############################################################################
9455 # These are just experimental, probably should not be in a package:
9456
9457 # This is still experimental (20080329), but should ultimately be moved to
9458 # the script-block --with-normal, etc.
9459
9460 echo "$as_me:9460: checking if you want to link with the pthread library" >&5
9461 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
9462
9463 # Check whether --with-pthread or --without-pthread was given.
9464 if test "${with_pthread+set}" = set; then
9465   withval="$with_pthread"
9466   with_pthread=$withval
9467 else
9468   with_pthread=no
9469 fi;
9470 echo "$as_me:9470: result: $with_pthread" >&5
9471 echo "${ECHO_T}$with_pthread" >&6
9472
9473 if test "$with_pthread" != no ; then
9474     echo "$as_me:9474: checking for pthread.h" >&5
9475 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
9476 if test "${ac_cv_header_pthread_h+set}" = set; then
9477   echo $ECHO_N "(cached) $ECHO_C" >&6
9478 else
9479   cat >conftest.$ac_ext <<_ACEOF
9480 #line 9480 "configure"
9481 #include "confdefs.h"
9482 #include <pthread.h>
9483 _ACEOF
9484 if { (eval echo "$as_me:9484: \"$ac_cpp conftest.$ac_ext\"") >&5
9485   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9486   ac_status=$?
9487   egrep -v '^ *\+' conftest.er1 >conftest.err
9488   rm -f conftest.er1
9489   cat conftest.err >&5
9490   echo "$as_me:9490: \$? = $ac_status" >&5
9491   (exit $ac_status); } >/dev/null; then
9492   if test -s conftest.err; then
9493     ac_cpp_err=$ac_c_preproc_warn_flag
9494   else
9495     ac_cpp_err=
9496   fi
9497 else
9498   ac_cpp_err=yes
9499 fi
9500 if test -z "$ac_cpp_err"; then
9501   ac_cv_header_pthread_h=yes
9502 else
9503   echo "$as_me: failed program was:" >&5
9504   cat conftest.$ac_ext >&5
9505   ac_cv_header_pthread_h=no
9506 fi
9507 rm -f conftest.err conftest.$ac_ext
9508 fi
9509 echo "$as_me:9509: result: $ac_cv_header_pthread_h" >&5
9510 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
9511 if test $ac_cv_header_pthread_h = yes; then
9512
9513         cat >>confdefs.h <<\EOF
9514 #define HAVE_PTHREADS_H 1
9515 EOF
9516
9517         echo "$as_me:9517: checking if we can link with the pthread library" >&5
9518 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6
9519         cf_save_LIBS="$LIBS"
9520         LIBS="-lpthread $LIBS"
9521         cat >conftest.$ac_ext <<_ACEOF
9522 #line 9522 "configure"
9523 #include "confdefs.h"
9524
9525 #include <pthread.h>
9526
9527 int
9528 main ()
9529 {
9530
9531         int rc = pthread_create(0,0,0,0);
9532
9533   ;
9534   return 0;
9535 }
9536 _ACEOF
9537 rm -f conftest.$ac_objext conftest$ac_exeext
9538 if { (eval echo "$as_me:9538: \"$ac_link\"") >&5
9539   (eval $ac_link) 2>&5
9540   ac_status=$?
9541   echo "$as_me:9541: \$? = $ac_status" >&5
9542   (exit $ac_status); } &&
9543          { ac_try='test -s conftest$ac_exeext'
9544   { (eval echo "$as_me:9544: \"$ac_try\"") >&5
9545   (eval $ac_try) 2>&5
9546   ac_status=$?
9547   echo "$as_me:9547: \$? = $ac_status" >&5
9548   (exit $ac_status); }; }; then
9549   with_pthread=yes
9550 else
9551   echo "$as_me: failed program was:" >&5
9552 cat conftest.$ac_ext >&5
9553 with_pthread=no
9554 fi
9555 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9556         LIBS="$cf_save_LIBS"
9557         echo "$as_me:9557: result: $with_pthread" >&5
9558 echo "${ECHO_T}$with_pthread" >&6
9559
9560         if test "$with_pthread" = yes ; then
9561             LIBS="-lpthread $LIBS"
9562             cat >>confdefs.h <<\EOF
9563 #define HAVE_LIBPTHREADS 1
9564 EOF
9565
9566         else
9567             { { echo "$as_me:9567: error: Cannot link with pthread library" >&5
9568 echo "$as_me: error: Cannot link with pthread library" >&2;}
9569    { (exit 1); exit 1; }; }
9570         fi
9571
9572 fi
9573
9574 fi
9575
9576 echo "$as_me:9576: checking if you want to use weak-symbols for pthreads" >&5
9577 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
9578
9579 # Check whether --enable-weak-symbols or --disable-weak-symbols was given.
9580 if test "${enable_weak_symbols+set}" = set; then
9581   enableval="$enable_weak_symbols"
9582   use_weak_symbols=$withval
9583 else
9584   use_weak_symbols=no
9585 fi;
9586 echo "$as_me:9586: result: $use_weak_symbols" >&5
9587 echo "${ECHO_T}$use_weak_symbols" >&6
9588 if test "$use_weak_symbols" = yes ; then
9589
9590 echo "$as_me:9590: checking if $CC supports weak symbols" >&5
9591 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
9592 if test "${cf_cv_weak_symbols+set}" = set; then
9593   echo $ECHO_N "(cached) $ECHO_C" >&6
9594 else
9595
9596 cat >conftest.$ac_ext <<_ACEOF
9597 #line 9597 "configure"
9598 #include "confdefs.h"
9599
9600 #include <stdio.h>
9601 int
9602 main ()
9603 {
9604
9605 #if defined(__GNUC__)
9606 #  if defined __USE_ISOC99
9607 #    define _cat_pragma(exp)    _Pragma(#exp)
9608 #    define _weak_pragma(exp)   _cat_pragma(weak name)
9609 #  else
9610 #    define _weak_pragma(exp)
9611 #  endif
9612 #  define _declare(name)        __extension__ extern __typeof__(name) name
9613 #  define weak_symbol(name)     _weak_pragma(name) _declare(name) __attribute__((weak))
9614 #endif
9615
9616 weak_symbol(fopen);
9617
9618   ;
9619   return 0;
9620 }
9621 _ACEOF
9622 rm -f conftest.$ac_objext
9623 if { (eval echo "$as_me:9623: \"$ac_compile\"") >&5
9624   (eval $ac_compile) 2>&5
9625   ac_status=$?
9626   echo "$as_me:9626: \$? = $ac_status" >&5
9627   (exit $ac_status); } &&
9628          { ac_try='test -s conftest.$ac_objext'
9629   { (eval echo "$as_me:9629: \"$ac_try\"") >&5
9630   (eval $ac_try) 2>&5
9631   ac_status=$?
9632   echo "$as_me:9632: \$? = $ac_status" >&5
9633   (exit $ac_status); }; }; then
9634   cf_cv_weak_symbols=yes
9635 else
9636   echo "$as_me: failed program was:" >&5
9637 cat conftest.$ac_ext >&5
9638 cf_cv_weak_symbols=no
9639 fi
9640 rm -f conftest.$ac_objext conftest.$ac_ext
9641
9642 fi
9643 echo "$as_me:9643: result: $cf_cv_weak_symbols" >&5
9644 echo "${ECHO_T}$cf_cv_weak_symbols" >&6
9645
9646 else
9647     cf_cv_weak_symbols=no
9648 fi
9649
9650 if test $cf_cv_weak_symbols = yes ; then
9651     cat >>confdefs.h <<\EOF
9652 #define USE_WEAK_SYMBOLS 1
9653 EOF
9654
9655 fi
9656
9657 PTHREAD=
9658 if test "$with_pthread" = "yes" ; then
9659     cat >>confdefs.h <<\EOF
9660 #define USE_PTHREADS 1
9661 EOF
9662
9663     enable_reentrant=yes
9664     if test $cf_cv_weak_symbols = yes ; then
9665         PTHREAD=-lpthread
9666     fi
9667 fi
9668
9669 # OpenSUSE is installing ncurses6, using reentrant option.
9670 echo "$as_me:9670: checking for _nc_TABSIZE" >&5
9671 echo $ECHO_N "checking for _nc_TABSIZE... $ECHO_C" >&6
9672 if test "${ac_cv_func__nc_TABSIZE+set}" = set; then
9673   echo $ECHO_N "(cached) $ECHO_C" >&6
9674 else
9675   cat >conftest.$ac_ext <<_ACEOF
9676 #line 9676 "configure"
9677 #include "confdefs.h"
9678 /* System header to define __stub macros and hopefully few prototypes,
9679     which can conflict with char _nc_TABSIZE (); below.  */
9680 #include <assert.h>
9681 /* Override any gcc2 internal prototype to avoid an error.  */
9682 #ifdef __cplusplus
9683 extern "C"
9684 #endif
9685 /* We use char because int might match the return type of a gcc2
9686    builtin and then its argument prototype would still apply.  */
9687 char _nc_TABSIZE ();
9688 char (*f) ();
9689
9690 int
9691 main ()
9692 {
9693 /* The GNU C library defines this for functions which it implements
9694     to always fail with ENOSYS.  Some functions are actually named
9695     something starting with __ and the normal name is an alias.  */
9696 #if defined (__stub__nc_TABSIZE) || defined (__stub____nc_TABSIZE)
9697 choke me
9698 #else
9699 f = _nc_TABSIZE;
9700 #endif
9701
9702   ;
9703   return 0;
9704 }
9705 _ACEOF
9706 rm -f conftest.$ac_objext conftest$ac_exeext
9707 if { (eval echo "$as_me:9707: \"$ac_link\"") >&5
9708   (eval $ac_link) 2>&5
9709   ac_status=$?
9710   echo "$as_me:9710: \$? = $ac_status" >&5
9711   (exit $ac_status); } &&
9712          { ac_try='test -s conftest$ac_exeext'
9713   { (eval echo "$as_me:9713: \"$ac_try\"") >&5
9714   (eval $ac_try) 2>&5
9715   ac_status=$?
9716   echo "$as_me:9716: \$? = $ac_status" >&5
9717   (exit $ac_status); }; }; then
9718   ac_cv_func__nc_TABSIZE=yes
9719 else
9720   echo "$as_me: failed program was:" >&5
9721 cat conftest.$ac_ext >&5
9722 ac_cv_func__nc_TABSIZE=no
9723 fi
9724 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9725 fi
9726 echo "$as_me:9726: result: $ac_cv_func__nc_TABSIZE" >&5
9727 echo "${ECHO_T}$ac_cv_func__nc_TABSIZE" >&6
9728 if test $ac_cv_func__nc_TABSIZE = yes; then
9729   assume_reentrant=yes
9730 else
9731   assume_reentrant=no
9732 fi
9733
9734 # Reentrant code has to be opaque; there's little advantage to making ncurses
9735 # opaque outside of that, so there is no --enable-opaque option.  We can use
9736 # this option without --with-pthreads, but this will be always set for
9737 # pthreads.
9738 echo "$as_me:9738: checking if you want experimental reentrant code" >&5
9739 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
9740
9741 # Check whether --enable-reentrant or --disable-reentrant was given.
9742 if test "${enable_reentrant+set}" = set; then
9743   enableval="$enable_reentrant"
9744   with_reentrant=$enableval
9745 else
9746   with_reentrant=$assume_reentrant
9747 fi;
9748 echo "$as_me:9748: result: $with_reentrant" >&5
9749 echo "${ECHO_T}$with_reentrant" >&6
9750 if test "$with_reentrant" = yes ; then
9751         cf_cv_enable_reentrant=1
9752         if test $cf_cv_weak_symbols = yes ; then
9753
9754 # remove pthread library from $LIBS
9755 LIBS=`echo "$LIBS" | sed -e 's/-lpthread[       ]//g' -e 's/-lpthread$//'`
9756
9757         elif test "$assume_reentrant" = no ; then
9758                 LIB_SUFFIX="t${LIB_SUFFIX}"
9759         fi
9760         cat >>confdefs.h <<\EOF
9761 #define USE_REENTRANT 1
9762 EOF
9763
9764 else
9765         cf_cv_enable_reentrant=0
9766 fi
9767
9768 ### Allow using a different wrap-prefix
9769 if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
9770         echo "$as_me:9770: checking for prefix used to wrap public variables" >&5
9771 echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6
9772
9773 # Check whether --with-wrap-prefix or --without-wrap-prefix was given.
9774 if test "${with_wrap_prefix+set}" = set; then
9775   withval="$with_wrap_prefix"
9776   NCURSES_WRAP_PREFIX=$withval
9777 else
9778   NCURSES_WRAP_PREFIX=_nc_
9779 fi;
9780         echo "$as_me:9780: result: $NCURSES_WRAP_PREFIX" >&5
9781 echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6
9782 else
9783         NCURSES_WRAP_PREFIX=_nc_
9784 fi
9785
9786 cat >>confdefs.h <<EOF
9787 #define NCURSES_WRAP_PREFIX "$NCURSES_WRAP_PREFIX"
9788 EOF
9789
9790 ###############################################################################
9791
9792 ###     use option --disable-echo to suppress full display compiling commands
9793 echo "$as_me:9793: checking if you want to display full commands during build" >&5
9794 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6
9795
9796 # Check whether --enable-echo or --disable-echo was given.
9797 if test "${enable_echo+set}" = set; then
9798   enableval="$enable_echo"
9799   with_echo=$enableval
9800 else
9801   with_echo=yes
9802 fi;
9803 if test "$with_echo" = yes; then
9804         ECHO_LINK=
9805 else
9806         ECHO_LINK='@ echo linking $@ ... ;'
9807 fi
9808 echo "$as_me:9808: result: $with_echo" >&5
9809 echo "${ECHO_T}$with_echo" >&6
9810
9811 ###     use option --enable-warnings to turn on all gcc warnings
9812 echo "$as_me:9812: checking if you want to see compiler warnings" >&5
9813 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
9814
9815 # Check whether --enable-warnings or --disable-warnings was given.
9816 if test "${enable_warnings+set}" = set; then
9817   enableval="$enable_warnings"
9818   with_warnings=$enableval
9819 fi;
9820 echo "$as_me:9820: result: $with_warnings" >&5
9821 echo "${ECHO_T}$with_warnings" >&6
9822
9823 if test "x$with_warnings" = "xyes"; then
9824
9825         ADAFLAGS="$ADAFLAGS -gnatg"
9826
9827 INTEL_COMPILER=no
9828
9829 if test "$GCC" = yes ; then
9830         case $host_os in
9831         linux*|gnu*)
9832                 echo "$as_me:9832: checking if this is really Intel C compiler" >&5
9833 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
9834                 cf_save_CFLAGS="$CFLAGS"
9835                 CFLAGS="$CFLAGS -no-gcc"
9836                 cat >conftest.$ac_ext <<_ACEOF
9837 #line 9837 "configure"
9838 #include "confdefs.h"
9839
9840 int
9841 main ()
9842 {
9843
9844 #ifdef __INTEL_COMPILER
9845 #else
9846 make an error
9847 #endif
9848
9849   ;
9850   return 0;
9851 }
9852 _ACEOF
9853 rm -f conftest.$ac_objext
9854 if { (eval echo "$as_me:9854: \"$ac_compile\"") >&5
9855   (eval $ac_compile) 2>&5
9856   ac_status=$?
9857   echo "$as_me:9857: \$? = $ac_status" >&5
9858   (exit $ac_status); } &&
9859          { ac_try='test -s conftest.$ac_objext'
9860   { (eval echo "$as_me:9860: \"$ac_try\"") >&5
9861   (eval $ac_try) 2>&5
9862   ac_status=$?
9863   echo "$as_me:9863: \$? = $ac_status" >&5
9864   (exit $ac_status); }; }; then
9865   INTEL_COMPILER=yes
9866 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
9867
9868 else
9869   echo "$as_me: failed program was:" >&5
9870 cat conftest.$ac_ext >&5
9871 fi
9872 rm -f conftest.$ac_objext conftest.$ac_ext
9873                 CFLAGS="$cf_save_CFLAGS"
9874                 echo "$as_me:9874: result: $INTEL_COMPILER" >&5
9875 echo "${ECHO_T}$INTEL_COMPILER" >&6
9876                 ;;
9877         esac
9878 fi
9879
9880 cat > conftest.$ac_ext <<EOF
9881 #line 9881 "${as_me:-configure}"
9882 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
9883 EOF
9884
9885 if test "$INTEL_COMPILER" = yes
9886 then
9887 # The "-wdXXX" options suppress warnings:
9888 # remark #1419: external declaration in primary source file
9889 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
9890 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
9891 # remark #193: zero used for undefined preprocessing identifier
9892 # remark #593: variable "curs_sb_left_arrow" was set but never used
9893 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
9894 # remark #869: parameter "tw" was never referenced
9895 # remark #981: operands are evaluated in unspecified order
9896 # warning #279: controlling expression is constant
9897
9898         { echo "$as_me:9898: checking for $CC warning options..." >&5
9899 echo "$as_me: checking for $CC warning options..." >&6;}
9900         cf_save_CFLAGS="$CFLAGS"
9901         EXTRA_CFLAGS="-Wall"
9902         for cf_opt in \
9903                 wd1419 \
9904                 wd1683 \
9905                 wd1684 \
9906                 wd193 \
9907                 wd593 \
9908                 wd279 \
9909                 wd810 \
9910                 wd869 \
9911                 wd981
9912         do
9913                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
9914                 if { (eval echo "$as_me:9914: \"$ac_compile\"") >&5
9915   (eval $ac_compile) 2>&5
9916   ac_status=$?
9917   echo "$as_me:9917: \$? = $ac_status" >&5
9918   (exit $ac_status); }; then
9919                         test -n "$verbose" && echo "$as_me:9919: result: ... -$cf_opt" >&5
9920 echo "${ECHO_T}... -$cf_opt" >&6
9921                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
9922                 fi
9923         done
9924         CFLAGS="$cf_save_CFLAGS"
9925
9926 elif test "$GCC" = yes
9927 then
9928         { echo "$as_me:9928: checking for $CC warning options..." >&5
9929 echo "$as_me: checking for $CC warning options..." >&6;}
9930         cf_save_CFLAGS="$CFLAGS"
9931         EXTRA_CFLAGS=
9932         cf_warn_CONST=""
9933         test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
9934         for cf_opt in W Wall \
9935                 Wbad-function-cast \
9936                 Wcast-align \
9937                 Wcast-qual \
9938                 Winline \
9939                 Wmissing-declarations \
9940                 Wmissing-prototypes \
9941                 Wnested-externs \
9942                 Wpointer-arith \
9943                 Wshadow \
9944                 Wstrict-prototypes \
9945                 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum
9946         do
9947                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
9948                 if { (eval echo "$as_me:9948: \"$ac_compile\"") >&5
9949   (eval $ac_compile) 2>&5
9950   ac_status=$?
9951   echo "$as_me:9951: \$? = $ac_status" >&5
9952   (exit $ac_status); }; then
9953                         test -n "$verbose" && echo "$as_me:9953: result: ... -$cf_opt" >&5
9954 echo "${ECHO_T}... -$cf_opt" >&6
9955                         case $cf_opt in #(vi
9956                         Wcast-qual) #(vi
9957                                 CPPFLAGS="$CPPFLAGS -DXTSTRINGDEFINES"
9958                                 ;;
9959                         Winline) #(vi
9960                                 case $GCC_VERSION in
9961                                 [34].*)
9962                                         test -n "$verbose" && echo "    feature is broken in gcc $GCC_VERSION" 1>&6
9963
9964 echo "${as_me:-configure}:9964: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
9965
9966                                         continue;;
9967                                 esac
9968                                 ;;
9969                         esac
9970                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
9971                 fi
9972         done
9973         CFLAGS="$cf_save_CFLAGS"
9974 fi
9975 rm -rf conftest*
9976
9977 fi
9978
9979 if test "$GCC" = yes
9980 then
9981 cat > conftest.i <<EOF
9982 #ifndef GCC_PRINTF
9983 #define GCC_PRINTF 0
9984 #endif
9985 #ifndef GCC_SCANF
9986 #define GCC_SCANF 0
9987 #endif
9988 #ifndef GCC_NORETURN
9989 #define GCC_NORETURN /* nothing */
9990 #endif
9991 #ifndef GCC_UNUSED
9992 #define GCC_UNUSED /* nothing */
9993 #endif
9994 EOF
9995 if test "$GCC" = yes
9996 then
9997         { echo "$as_me:9997: checking for $CC __attribute__ directives..." >&5
9998 echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
9999 cat > conftest.$ac_ext <<EOF
10000 #line 10000 "${as_me:-configure}"
10001 #include "confdefs.h"
10002 #include "conftest.h"
10003 #include "conftest.i"
10004 #if     GCC_PRINTF
10005 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
10006 #else
10007 #define GCC_PRINTFLIKE(fmt,var) /*nothing*/
10008 #endif
10009 #if     GCC_SCANF
10010 #define GCC_SCANFLIKE(fmt,var)  __attribute__((format(scanf,fmt,var)))
10011 #else
10012 #define GCC_SCANFLIKE(fmt,var)  /*nothing*/
10013 #endif
10014 extern void wow(char *,...) GCC_SCANFLIKE(1,2);
10015 extern void oops(char *,...) GCC_PRINTFLIKE(1,2) GCC_NORETURN;
10016 extern void foo(void) GCC_NORETURN;
10017 int main(int argc GCC_UNUSED, char *argv[] GCC_UNUSED) { return 0; }
10018 EOF
10019         cf_printf_attribute=no
10020         cf_scanf_attribute=no
10021         for cf_attribute in scanf printf unused noreturn
10022         do
10023
10024 cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
10025
10026                 cf_directive="__attribute__(($cf_attribute))"
10027                 echo "checking for $CC $cf_directive" 1>&5
10028
10029                 case $cf_attribute in #(vi
10030                 printf) #(vi
10031                         cf_printf_attribute=yes
10032                         cat >conftest.h <<EOF
10033 #define GCC_$cf_ATTRIBUTE 1
10034 EOF
10035                         ;;
10036                 scanf) #(vi
10037                         cf_scanf_attribute=yes
10038                         cat >conftest.h <<EOF
10039 #define GCC_$cf_ATTRIBUTE 1
10040 EOF
10041                         ;;
10042                 *) #(vi
10043                         cat >conftest.h <<EOF
10044 #define GCC_$cf_ATTRIBUTE $cf_directive
10045 EOF
10046                         ;;
10047                 esac
10048
10049                 if { (eval echo "$as_me:10049: \"$ac_compile\"") >&5
10050   (eval $ac_compile) 2>&5
10051   ac_status=$?
10052   echo "$as_me:10052: \$? = $ac_status" >&5
10053   (exit $ac_status); }; then
10054                         test -n "$verbose" && echo "$as_me:10054: result: ... $cf_attribute" >&5
10055 echo "${ECHO_T}... $cf_attribute" >&6
10056                         cat conftest.h >>confdefs.h
10057                         case $cf_attribute in #(vi
10058                         printf) #(vi
10059                                 if test "$cf_printf_attribute" = no ; then
10060                                         cat >>confdefs.h <<EOF
10061 #define GCC_PRINTFLIKE(fmt,var) /* nothing */
10062 EOF
10063                                 else
10064                                         cat >>confdefs.h <<EOF
10065 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
10066 EOF
10067                                 fi
10068                                 ;;
10069                         scanf) #(vi
10070                                 if test "$cf_scanf_attribute" = no ; then
10071                                         cat >>confdefs.h <<EOF
10072 #define GCC_SCANFLIKE(fmt,var) /* nothing */
10073 EOF
10074                                 else
10075                                         cat >>confdefs.h <<EOF
10076 #define GCC_SCANFLIKE(fmt,var)  __attribute__((format(scanf,fmt,var)))
10077 EOF
10078                                 fi
10079                                 ;;
10080                         esac
10081                 fi
10082         done
10083 else
10084         fgrep define conftest.i >>confdefs.h
10085 fi
10086 rm -rf conftest*
10087 fi
10088
10089 ###     use option --enable-assertions to turn on generation of assertion code
10090 echo "$as_me:10090: checking if you want to enable runtime assertions" >&5
10091 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
10092
10093 # Check whether --enable-assertions or --disable-assertions was given.
10094 if test "${enable_assertions+set}" = set; then
10095   enableval="$enable_assertions"
10096   with_assertions=$enableval
10097 else
10098   with_assertions=no
10099 fi;
10100 echo "$as_me:10100: result: $with_assertions" >&5
10101 echo "${ECHO_T}$with_assertions" >&6
10102 if test -n "$GCC"
10103 then
10104         if test "$with_assertions" = no
10105         then
10106                 cat >>confdefs.h <<\EOF
10107 #define NDEBUG 1
10108 EOF
10109
10110                 CPPFLAGS="$CPPFLAGS -DNDEBUG"
10111         else
10112
10113         ADAFLAGS="$ADAFLAGS -gnata"
10114
10115         fi
10116 fi
10117
10118 ###     use option --disable-leaks to suppress "permanent" leaks, for testing
10119 cat >>confdefs.h <<\EOF
10120 #define HAVE_NC_ALLOC_H 1
10121 EOF
10122
10123 ###     use option --enable-expanded to generate certain macros as functions
10124
10125 # Check whether --enable-expanded or --disable-expanded was given.
10126 if test "${enable_expanded+set}" = set; then
10127   enableval="$enable_expanded"
10128   test "$enableval" = yes && cat >>confdefs.h <<\EOF
10129 #define NCURSES_EXPANDED 1
10130 EOF
10131
10132 fi;
10133
10134 ###     use option --disable-macros to suppress macros in favor of functions
10135
10136 # Check whether --enable-macros or --disable-macros was given.
10137 if test "${enable_macros+set}" = set; then
10138   enableval="$enable_macros"
10139   test "$enableval" = no && cat >>confdefs.h <<\EOF
10140 #define NCURSES_NOMACROS 1
10141 EOF
10142
10143 fi;
10144
10145 # Normally we only add trace() to the debug-library.  Allow this to be
10146 # extended to all models of the ncurses library:
10147 cf_all_traces=no
10148 case "$CFLAGS $CPPFLAGS" in
10149 *-DTRACE*)
10150         cf_all_traces=yes
10151         ;;
10152 esac
10153
10154 echo "$as_me:10154: checking whether to add trace feature to all models" >&5
10155 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6
10156
10157 # Check whether --with-trace or --without-trace was given.
10158 if test "${with_trace+set}" = set; then
10159   withval="$with_trace"
10160   cf_with_trace=$withval
10161 else
10162   cf_with_trace=$cf_all_traces
10163 fi;
10164 echo "$as_me:10164: result: $cf_with_trace" >&5
10165 echo "${ECHO_T}$cf_with_trace" >&6
10166
10167 if test "$cf_with_trace" = yes ; then
10168         ADA_TRACE=TRUE
10169
10170 cf_fix_cppflags=no
10171 cf_new_cflags=
10172 cf_new_cppflags=
10173 cf_new_extra_cppflags=
10174
10175 for cf_add_cflags in -DTRACE
10176 do
10177 case $cf_fix_cppflags in
10178 no)
10179         case $cf_add_cflags in #(vi
10180         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
10181                 case $cf_add_cflags in
10182                 -D*)
10183                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
10184
10185                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
10186                                 && test -z "${cf_tst_cflags}" \
10187                                 && cf_fix_cppflags=yes
10188
10189                         if test $cf_fix_cppflags = yes ; then
10190                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10191                                 continue
10192                         elif test "${cf_tst_cflags}" = "\"'" ; then
10193                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10194                                 continue
10195                         fi
10196                         ;;
10197                 esac
10198                 case "$CPPFLAGS" in
10199                 *$cf_add_cflags) #(vi
10200                         ;;
10201                 *) #(vi
10202                         case $cf_add_cflags in #(vi
10203                         -D*)
10204                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
10205
10206 CPPFLAGS=`echo "$CPPFLAGS" | \
10207         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
10208                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
10209
10210                                 ;;
10211                         esac
10212                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
10213                         ;;
10214                 esac
10215                 ;;
10216         *)
10217                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
10218                 ;;
10219         esac
10220         ;;
10221 yes)
10222         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
10223
10224         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
10225
10226         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
10227                 && test -z "${cf_tst_cflags}" \
10228                 && cf_fix_cppflags=no
10229         ;;
10230 esac
10231 done
10232
10233 if test -n "$cf_new_cflags" ; then
10234
10235         CFLAGS="$CFLAGS $cf_new_cflags"
10236 fi
10237
10238 if test -n "$cf_new_cppflags" ; then
10239
10240         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
10241 fi
10242
10243 if test -n "$cf_new_extra_cppflags" ; then
10244
10245         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
10246 fi
10247
10248 else
10249         ADA_TRACE=FALSE
10250 fi
10251
10252 ###     Checks for libraries.
10253 case $cf_cv_system_name in #(vi
10254 *mingw32*) #(vi
10255         ;;
10256 *)
10257 echo "$as_me:10257: checking for gettimeofday" >&5
10258 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
10259 if test "${ac_cv_func_gettimeofday+set}" = set; then
10260   echo $ECHO_N "(cached) $ECHO_C" >&6
10261 else
10262   cat >conftest.$ac_ext <<_ACEOF
10263 #line 10263 "configure"
10264 #include "confdefs.h"
10265 /* System header to define __stub macros and hopefully few prototypes,
10266     which can conflict with char gettimeofday (); below.  */
10267 #include <assert.h>
10268 /* Override any gcc2 internal prototype to avoid an error.  */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 /* We use char because int might match the return type of a gcc2
10273    builtin and then its argument prototype would still apply.  */
10274 char gettimeofday ();
10275 char (*f) ();
10276
10277 int
10278 main ()
10279 {
10280 /* The GNU C library defines this for functions which it implements
10281     to always fail with ENOSYS.  Some functions are actually named
10282     something starting with __ and the normal name is an alias.  */
10283 #if defined (__stub_gettimeofday) || defined (__stub___gettimeofday)
10284 choke me
10285 #else
10286 f = gettimeofday;
10287 #endif
10288
10289   ;
10290   return 0;
10291 }
10292 _ACEOF
10293 rm -f conftest.$ac_objext conftest$ac_exeext
10294 if { (eval echo "$as_me:10294: \"$ac_link\"") >&5
10295   (eval $ac_link) 2>&5
10296   ac_status=$?
10297   echo "$as_me:10297: \$? = $ac_status" >&5
10298   (exit $ac_status); } &&
10299          { ac_try='test -s conftest$ac_exeext'
10300   { (eval echo "$as_me:10300: \"$ac_try\"") >&5
10301   (eval $ac_try) 2>&5
10302   ac_status=$?
10303   echo "$as_me:10303: \$? = $ac_status" >&5
10304   (exit $ac_status); }; }; then
10305   ac_cv_func_gettimeofday=yes
10306 else
10307   echo "$as_me: failed program was:" >&5
10308 cat conftest.$ac_ext >&5
10309 ac_cv_func_gettimeofday=no
10310 fi
10311 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10312 fi
10313 echo "$as_me:10313: result: $ac_cv_func_gettimeofday" >&5
10314 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6
10315 if test $ac_cv_func_gettimeofday = yes; then
10316   cat >>confdefs.h <<\EOF
10317 #define HAVE_GETTIMEOFDAY 1
10318 EOF
10319
10320 else
10321
10322 echo "$as_me:10322: checking for gettimeofday in -lbsd" >&5
10323 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
10324 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
10325   echo $ECHO_N "(cached) $ECHO_C" >&6
10326 else
10327   ac_check_lib_save_LIBS=$LIBS
10328 LIBS="-lbsd  $LIBS"
10329 cat >conftest.$ac_ext <<_ACEOF
10330 #line 10330 "configure"
10331 #include "confdefs.h"
10332
10333 /* Override any gcc2 internal prototype to avoid an error.  */
10334 #ifdef __cplusplus
10335 extern "C"
10336 #endif
10337 /* We use char because int might match the return type of a gcc2
10338    builtin and then its argument prototype would still apply.  */
10339 char gettimeofday ();
10340 int
10341 main ()
10342 {
10343 gettimeofday ();
10344   ;
10345   return 0;
10346 }
10347 _ACEOF
10348 rm -f conftest.$ac_objext conftest$ac_exeext
10349 if { (eval echo "$as_me:10349: \"$ac_link\"") >&5
10350   (eval $ac_link) 2>&5
10351   ac_status=$?
10352   echo "$as_me:10352: \$? = $ac_status" >&5
10353   (exit $ac_status); } &&
10354          { ac_try='test -s conftest$ac_exeext'
10355   { (eval echo "$as_me:10355: \"$ac_try\"") >&5
10356   (eval $ac_try) 2>&5
10357   ac_status=$?
10358   echo "$as_me:10358: \$? = $ac_status" >&5
10359   (exit $ac_status); }; }; then
10360   ac_cv_lib_bsd_gettimeofday=yes
10361 else
10362   echo "$as_me: failed program was:" >&5
10363 cat conftest.$ac_ext >&5
10364 ac_cv_lib_bsd_gettimeofday=no
10365 fi
10366 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10367 LIBS=$ac_check_lib_save_LIBS
10368 fi
10369 echo "$as_me:10369: result: $ac_cv_lib_bsd_gettimeofday" >&5
10370 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6
10371 if test $ac_cv_lib_bsd_gettimeofday = yes; then
10372   cat >>confdefs.h <<\EOF
10373 #define HAVE_GETTIMEOFDAY 1
10374 EOF
10375
10376         LIBS="$LIBS -lbsd"
10377 fi
10378
10379 fi
10380         ;;
10381 esac
10382
10383 ###     Checks for header files.
10384 echo "$as_me:10384: checking for ANSI C header files" >&5
10385 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
10386 if test "${ac_cv_header_stdc+set}" = set; then
10387   echo $ECHO_N "(cached) $ECHO_C" >&6
10388 else
10389   cat >conftest.$ac_ext <<_ACEOF
10390 #line 10390 "configure"
10391 #include "confdefs.h"
10392 #include <stdlib.h>
10393 #include <stdarg.h>
10394 #include <string.h>
10395 #include <float.h>
10396
10397 _ACEOF
10398 if { (eval echo "$as_me:10398: \"$ac_cpp conftest.$ac_ext\"") >&5
10399   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10400   ac_status=$?
10401   egrep -v '^ *\+' conftest.er1 >conftest.err
10402   rm -f conftest.er1
10403   cat conftest.err >&5
10404   echo "$as_me:10404: \$? = $ac_status" >&5
10405   (exit $ac_status); } >/dev/null; then
10406   if test -s conftest.err; then
10407     ac_cpp_err=$ac_c_preproc_warn_flag
10408   else
10409     ac_cpp_err=
10410   fi
10411 else
10412   ac_cpp_err=yes
10413 fi
10414 if test -z "$ac_cpp_err"; then
10415   ac_cv_header_stdc=yes
10416 else
10417   echo "$as_me: failed program was:" >&5
10418   cat conftest.$ac_ext >&5
10419   ac_cv_header_stdc=no
10420 fi
10421 rm -f conftest.err conftest.$ac_ext
10422
10423 if test $ac_cv_header_stdc = yes; then
10424   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10425   cat >conftest.$ac_ext <<_ACEOF
10426 #line 10426 "configure"
10427 #include "confdefs.h"
10428 #include <string.h>
10429
10430 _ACEOF
10431 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10432   egrep "memchr" >/dev/null 2>&1; then
10433   :
10434 else
10435   ac_cv_header_stdc=no
10436 fi
10437 rm -rf conftest*
10438
10439 fi
10440
10441 if test $ac_cv_header_stdc = yes; then
10442   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10443   cat >conftest.$ac_ext <<_ACEOF
10444 #line 10444 "configure"
10445 #include "confdefs.h"
10446 #include <stdlib.h>
10447
10448 _ACEOF
10449 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10450   egrep "free" >/dev/null 2>&1; then
10451   :
10452 else
10453   ac_cv_header_stdc=no
10454 fi
10455 rm -rf conftest*
10456
10457 fi
10458
10459 if test $ac_cv_header_stdc = yes; then
10460   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10461   if test "$cross_compiling" = yes; then
10462   :
10463 else
10464   cat >conftest.$ac_ext <<_ACEOF
10465 #line 10465 "configure"
10466 #include "confdefs.h"
10467 #include <ctype.h>
10468 #if ((' ' & 0x0FF) == 0x020)
10469 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10470 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10471 #else
10472 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
10473                      || ('j' <= (c) && (c) <= 'r') \
10474                      || ('s' <= (c) && (c) <= 'z'))
10475 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10476 #endif
10477
10478 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10479 int
10480 main ()
10481 {
10482   int i;
10483   for (i = 0; i < 256; i++)
10484     if (XOR (islower (i), ISLOWER (i))
10485         || toupper (i) != TOUPPER (i))
10486       $ac_main_return(2);
10487   $ac_main_return (0);
10488 }
10489 _ACEOF
10490 rm -f conftest$ac_exeext
10491 if { (eval echo "$as_me:10491: \"$ac_link\"") >&5
10492   (eval $ac_link) 2>&5
10493   ac_status=$?
10494   echo "$as_me:10494: \$? = $ac_status" >&5
10495   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10496   { (eval echo "$as_me:10496: \"$ac_try\"") >&5
10497   (eval $ac_try) 2>&5
10498   ac_status=$?
10499   echo "$as_me:10499: \$? = $ac_status" >&5
10500   (exit $ac_status); }; }; then
10501   :
10502 else
10503   echo "$as_me: program exited with status $ac_status" >&5
10504 echo "$as_me: failed program was:" >&5
10505 cat conftest.$ac_ext >&5
10506 ac_cv_header_stdc=no
10507 fi
10508 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10509 fi
10510 fi
10511 fi
10512 echo "$as_me:10512: result: $ac_cv_header_stdc" >&5
10513 echo "${ECHO_T}$ac_cv_header_stdc" >&6
10514 if test $ac_cv_header_stdc = yes; then
10515
10516 cat >>confdefs.h <<\EOF
10517 #define STDC_HEADERS 1
10518 EOF
10519
10520 fi
10521
10522 ac_header_dirent=no
10523 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
10524   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
10525 echo "$as_me:10525: checking for $ac_hdr that defines DIR" >&5
10526 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
10527 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10528   echo $ECHO_N "(cached) $ECHO_C" >&6
10529 else
10530   cat >conftest.$ac_ext <<_ACEOF
10531 #line 10531 "configure"
10532 #include "confdefs.h"
10533 #include <sys/types.h>
10534 #include <$ac_hdr>
10535
10536 int
10537 main ()
10538 {
10539 if ((DIR *) 0)
10540 return 0;
10541   ;
10542   return 0;
10543 }
10544 _ACEOF
10545 rm -f conftest.$ac_objext
10546 if { (eval echo "$as_me:10546: \"$ac_compile\"") >&5
10547   (eval $ac_compile) 2>&5
10548   ac_status=$?
10549   echo "$as_me:10549: \$? = $ac_status" >&5
10550   (exit $ac_status); } &&
10551          { ac_try='test -s conftest.$ac_objext'
10552   { (eval echo "$as_me:10552: \"$ac_try\"") >&5
10553   (eval $ac_try) 2>&5
10554   ac_status=$?
10555   echo "$as_me:10555: \$? = $ac_status" >&5
10556   (exit $ac_status); }; }; then
10557   eval "$as_ac_Header=yes"
10558 else
10559   echo "$as_me: failed program was:" >&5
10560 cat conftest.$ac_ext >&5
10561 eval "$as_ac_Header=no"
10562 fi
10563 rm -f conftest.$ac_objext conftest.$ac_ext
10564 fi
10565 echo "$as_me:10565: result: `eval echo '${'$as_ac_Header'}'`" >&5
10566 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10567 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10568   cat >>confdefs.h <<EOF
10569 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
10570 EOF
10571
10572 ac_header_dirent=$ac_hdr; break
10573 fi
10574
10575 done
10576 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
10577 if test $ac_header_dirent = dirent.h; then
10578   echo "$as_me:10578: checking for opendir in -ldir" >&5
10579 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
10580 if test "${ac_cv_lib_dir_opendir+set}" = set; then
10581   echo $ECHO_N "(cached) $ECHO_C" >&6
10582 else
10583   ac_check_lib_save_LIBS=$LIBS
10584 LIBS="-ldir  $LIBS"
10585 cat >conftest.$ac_ext <<_ACEOF
10586 #line 10586 "configure"
10587 #include "confdefs.h"
10588
10589 /* Override any gcc2 internal prototype to avoid an error.  */
10590 #ifdef __cplusplus
10591 extern "C"
10592 #endif
10593 /* We use char because int might match the return type of a gcc2
10594    builtin and then its argument prototype would still apply.  */
10595 char opendir ();
10596 int
10597 main ()
10598 {
10599 opendir ();
10600   ;
10601   return 0;
10602 }
10603 _ACEOF
10604 rm -f conftest.$ac_objext conftest$ac_exeext
10605 if { (eval echo "$as_me:10605: \"$ac_link\"") >&5
10606   (eval $ac_link) 2>&5
10607   ac_status=$?
10608   echo "$as_me:10608: \$? = $ac_status" >&5
10609   (exit $ac_status); } &&
10610          { ac_try='test -s conftest$ac_exeext'
10611   { (eval echo "$as_me:10611: \"$ac_try\"") >&5
10612   (eval $ac_try) 2>&5
10613   ac_status=$?
10614   echo "$as_me:10614: \$? = $ac_status" >&5
10615   (exit $ac_status); }; }; then
10616   ac_cv_lib_dir_opendir=yes
10617 else
10618   echo "$as_me: failed program was:" >&5
10619 cat conftest.$ac_ext >&5
10620 ac_cv_lib_dir_opendir=no
10621 fi
10622 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10623 LIBS=$ac_check_lib_save_LIBS
10624 fi
10625 echo "$as_me:10625: result: $ac_cv_lib_dir_opendir" >&5
10626 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
10627 if test $ac_cv_lib_dir_opendir = yes; then
10628   LIBS="$LIBS -ldir"
10629 fi
10630
10631 else
10632   echo "$as_me:10632: checking for opendir in -lx" >&5
10633 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
10634 if test "${ac_cv_lib_x_opendir+set}" = set; then
10635   echo $ECHO_N "(cached) $ECHO_C" >&6
10636 else
10637   ac_check_lib_save_LIBS=$LIBS
10638 LIBS="-lx  $LIBS"
10639 cat >conftest.$ac_ext <<_ACEOF
10640 #line 10640 "configure"
10641 #include "confdefs.h"
10642
10643 /* Override any gcc2 internal prototype to avoid an error.  */
10644 #ifdef __cplusplus
10645 extern "C"
10646 #endif
10647 /* We use char because int might match the return type of a gcc2
10648    builtin and then its argument prototype would still apply.  */
10649 char opendir ();
10650 int
10651 main ()
10652 {
10653 opendir ();
10654   ;
10655   return 0;
10656 }
10657 _ACEOF
10658 rm -f conftest.$ac_objext conftest$ac_exeext
10659 if { (eval echo "$as_me:10659: \"$ac_link\"") >&5
10660   (eval $ac_link) 2>&5
10661   ac_status=$?
10662   echo "$as_me:10662: \$? = $ac_status" >&5
10663   (exit $ac_status); } &&
10664          { ac_try='test -s conftest$ac_exeext'
10665   { (eval echo "$as_me:10665: \"$ac_try\"") >&5
10666   (eval $ac_try) 2>&5
10667   ac_status=$?
10668   echo "$as_me:10668: \$? = $ac_status" >&5
10669   (exit $ac_status); }; }; then
10670   ac_cv_lib_x_opendir=yes
10671 else
10672   echo "$as_me: failed program was:" >&5
10673 cat conftest.$ac_ext >&5
10674 ac_cv_lib_x_opendir=no
10675 fi
10676 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10677 LIBS=$ac_check_lib_save_LIBS
10678 fi
10679 echo "$as_me:10679: result: $ac_cv_lib_x_opendir" >&5
10680 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
10681 if test $ac_cv_lib_x_opendir = yes; then
10682   LIBS="$LIBS -lx"
10683 fi
10684
10685 fi
10686
10687 echo "$as_me:10687: checking whether time.h and sys/time.h may both be included" >&5
10688 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
10689 if test "${ac_cv_header_time+set}" = set; then
10690   echo $ECHO_N "(cached) $ECHO_C" >&6
10691 else
10692   cat >conftest.$ac_ext <<_ACEOF
10693 #line 10693 "configure"
10694 #include "confdefs.h"
10695 #include <sys/types.h>
10696 #include <sys/time.h>
10697 #include <time.h>
10698
10699 int
10700 main ()
10701 {
10702 if ((struct tm *) 0)
10703 return 0;
10704   ;
10705   return 0;
10706 }
10707 _ACEOF
10708 rm -f conftest.$ac_objext
10709 if { (eval echo "$as_me:10709: \"$ac_compile\"") >&5
10710   (eval $ac_compile) 2>&5
10711   ac_status=$?
10712   echo "$as_me:10712: \$? = $ac_status" >&5
10713   (exit $ac_status); } &&
10714          { ac_try='test -s conftest.$ac_objext'
10715   { (eval echo "$as_me:10715: \"$ac_try\"") >&5
10716   (eval $ac_try) 2>&5
10717   ac_status=$?
10718   echo "$as_me:10718: \$? = $ac_status" >&5
10719   (exit $ac_status); }; }; then
10720   ac_cv_header_time=yes
10721 else
10722   echo "$as_me: failed program was:" >&5
10723 cat conftest.$ac_ext >&5
10724 ac_cv_header_time=no
10725 fi
10726 rm -f conftest.$ac_objext conftest.$ac_ext
10727 fi
10728 echo "$as_me:10728: result: $ac_cv_header_time" >&5
10729 echo "${ECHO_T}$ac_cv_header_time" >&6
10730 if test $ac_cv_header_time = yes; then
10731
10732 cat >>confdefs.h <<\EOF
10733 #define TIME_WITH_SYS_TIME 1
10734 EOF
10735
10736 fi
10737
10738 ###     checks for compiler characteristics
10739 ac_ext=c
10740 ac_cpp='$CPP $CPPFLAGS'
10741 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10742 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10743 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10744 ac_main_return=return
10745
10746 echo "$as_me:10746: checking for $CC option to accept ANSI C" >&5
10747 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10748 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10749   echo $ECHO_N "(cached) $ECHO_C" >&6
10750 else
10751   ac_cv_prog_cc_stdc=no
10752 ac_save_CC=$CC
10753 cat >conftest.$ac_ext <<_ACEOF
10754 #line 10754 "configure"
10755 #include "confdefs.h"
10756 #include <stdarg.h>
10757 #include <stdio.h>
10758 #include <sys/types.h>
10759 #include <sys/stat.h>
10760 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
10761 struct buf { int x; };
10762 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10763 static char *e (p, i)
10764      char **p;
10765      int i;
10766 {
10767   return p[i];
10768 }
10769 static char *f (char * (*g) (char **, int), char **p, ...)
10770 {
10771   char *s;
10772   va_list v;
10773   va_start (v,p);
10774   s = g (p, va_arg (v,int));
10775   va_end (v);
10776   return s;
10777 }
10778 int test (int i, double x);
10779 struct s1 {int (*f) (int a);};
10780 struct s2 {int (*f) (double a);};
10781 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10782 int argc;
10783 char **argv;
10784 int
10785 main ()
10786 {
10787 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
10788   ;
10789   return 0;
10790 }
10791 _ACEOF
10792 # Don't try gcc -ansi; that turns off useful extensions and
10793 # breaks some systems' header files.
10794 # AIX                   -qlanglvl=ansi
10795 # Ultrix and OSF/1      -std1
10796 # HP-UX 10.20 and later -Ae
10797 # HP-UX older versions  -Aa -D_HPUX_SOURCE
10798 # SVR4                  -Xc -D__EXTENSIONS__
10799 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10800 do
10801   CC="$ac_save_CC $ac_arg"
10802   rm -f conftest.$ac_objext
10803 if { (eval echo "$as_me:10803: \"$ac_compile\"") >&5
10804   (eval $ac_compile) 2>&5
10805   ac_status=$?
10806   echo "$as_me:10806: \$? = $ac_status" >&5
10807   (exit $ac_status); } &&
10808          { ac_try='test -s conftest.$ac_objext'
10809   { (eval echo "$as_me:10809: \"$ac_try\"") >&5
10810   (eval $ac_try) 2>&5
10811   ac_status=$?
10812   echo "$as_me:10812: \$? = $ac_status" >&5
10813   (exit $ac_status); }; }; then
10814   ac_cv_prog_cc_stdc=$ac_arg
10815 break
10816 else
10817   echo "$as_me: failed program was:" >&5
10818 cat conftest.$ac_ext >&5
10819 fi
10820 rm -f conftest.$ac_objext
10821 done
10822 rm -f conftest.$ac_ext conftest.$ac_objext
10823 CC=$ac_save_CC
10824
10825 fi
10826
10827 case "x$ac_cv_prog_cc_stdc" in
10828   x|xno)
10829     echo "$as_me:10829: result: none needed" >&5
10830 echo "${ECHO_T}none needed" >&6 ;;
10831   *)
10832     echo "$as_me:10832: result: $ac_cv_prog_cc_stdc" >&5
10833 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10834     CC="$CC $ac_cv_prog_cc_stdc" ;;
10835 esac
10836
10837 echo "$as_me:10837: checking for an ANSI C-conforming const" >&5
10838 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
10839 if test "${ac_cv_c_const+set}" = set; then
10840   echo $ECHO_N "(cached) $ECHO_C" >&6
10841 else
10842   cat >conftest.$ac_ext <<_ACEOF
10843 #line 10843 "configure"
10844 #include "confdefs.h"
10845
10846 int
10847 main ()
10848 {
10849 /* FIXME: Include the comments suggested by Paul. */
10850 #ifndef __cplusplus
10851   /* Ultrix mips cc rejects this.  */
10852   typedef int charset[2];
10853   const charset x;
10854   /* SunOS 4.1.1 cc rejects this.  */
10855   char const *const *ccp;
10856   char **p;
10857   /* NEC SVR4.0.2 mips cc rejects this.  */
10858   struct point {int x, y;};
10859   static struct point const zero = {0,0};
10860   /* AIX XL C 1.02.0.0 rejects this.
10861      It does not let you subtract one const X* pointer from another in
10862      an arm of an if-expression whose if-part is not a constant
10863      expression */
10864   const char *g = "string";
10865   ccp = &g + (g ? g-g : 0);
10866   /* HPUX 7.0 cc rejects these. */
10867   ++ccp;
10868   p = (char**) ccp;
10869   ccp = (char const *const *) p;
10870   { /* SCO 3.2v4 cc rejects this.  */
10871     char *t;
10872     char const *s = 0 ? (char *) 0 : (char const *) 0;
10873
10874     *t++ = 0;
10875   }
10876   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
10877     int x[] = {25, 17};
10878     const int *foo = &x[0];
10879     ++foo;
10880   }
10881   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10882     typedef const int *iptr;
10883     iptr p = 0;
10884     ++p;
10885   }
10886   { /* AIX XL C 1.02.0.0 rejects this saying
10887        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10888     struct s { int j; const int *ap[3]; };
10889     struct s *b; b->j = 5;
10890   }
10891   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10892     const int foo = 10;
10893   }
10894 #endif
10895
10896   ;
10897   return 0;
10898 }
10899 _ACEOF
10900 rm -f conftest.$ac_objext
10901 if { (eval echo "$as_me:10901: \"$ac_compile\"") >&5
10902   (eval $ac_compile) 2>&5
10903   ac_status=$?
10904   echo "$as_me:10904: \$? = $ac_status" >&5
10905   (exit $ac_status); } &&
10906          { ac_try='test -s conftest.$ac_objext'
10907   { (eval echo "$as_me:10907: \"$ac_try\"") >&5
10908   (eval $ac_try) 2>&5
10909   ac_status=$?
10910   echo "$as_me:10910: \$? = $ac_status" >&5
10911   (exit $ac_status); }; }; then
10912   ac_cv_c_const=yes
10913 else
10914   echo "$as_me: failed program was:" >&5
10915 cat conftest.$ac_ext >&5
10916 ac_cv_c_const=no
10917 fi
10918 rm -f conftest.$ac_objext conftest.$ac_ext
10919 fi
10920 echo "$as_me:10920: result: $ac_cv_c_const" >&5
10921 echo "${ECHO_T}$ac_cv_c_const" >&6
10922 if test $ac_cv_c_const = no; then
10923
10924 cat >>confdefs.h <<\EOF
10925 #define const
10926 EOF
10927
10928 fi
10929
10930 ###     Checks for external-data
10931
10932 echo "$as_me:10932: checking if data-only library module links" >&5
10933 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6
10934 if test "${cf_cv_link_dataonly+set}" = set; then
10935   echo $ECHO_N "(cached) $ECHO_C" >&6
10936 else
10937
10938         rm -f conftest.a
10939         cat >conftest.$ac_ext <<EOF
10940 #line 10940 "configure"
10941 int     testdata[3] = { 123, 456, 789 };
10942 EOF
10943         if { (eval echo "$as_me:10943: \"$ac_compile\"") >&5
10944   (eval $ac_compile) 2>&5
10945   ac_status=$?
10946   echo "$as_me:10946: \$? = $ac_status" >&5
10947   (exit $ac_status); } ; then
10948                 mv conftest.o data.o && \
10949                 ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null
10950         fi
10951         rm -f conftest.$ac_ext data.o
10952         cat >conftest.$ac_ext <<EOF
10953 #line 10953 "configure"
10954 int     testfunc()
10955 {
10956 #if defined(NeXT)
10957         ${cf_cv_main_return:-return}(1);        /* I'm told this linker is broken */
10958 #else
10959         extern int testdata[3];
10960         return testdata[0] == 123
10961            &&  testdata[1] == 456
10962            &&  testdata[2] == 789;
10963 #endif
10964 }
10965 EOF
10966         if { (eval echo "$as_me:10966: \"$ac_compile\"") >&5
10967   (eval $ac_compile) 2>&5
10968   ac_status=$?
10969   echo "$as_me:10969: \$? = $ac_status" >&5
10970   (exit $ac_status); }; then
10971                 mv conftest.o func.o && \
10972                 ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null
10973         fi
10974         rm -f conftest.$ac_ext func.o
10975         ( eval $RANLIB conftest.a ) 2>&5 >/dev/null
10976         cf_saveLIBS="$LIBS"
10977         LIBS="conftest.a $LIBS"
10978         if test "$cross_compiling" = yes; then
10979   cf_cv_link_dataonly=unknown
10980 else
10981   cat >conftest.$ac_ext <<_ACEOF
10982 #line 10982 "configure"
10983 #include "confdefs.h"
10984
10985         int main()
10986         {
10987                 extern int testfunc();
10988                 ${cf_cv_main_return:-return} (!testfunc());
10989         }
10990
10991 _ACEOF
10992 rm -f conftest$ac_exeext
10993 if { (eval echo "$as_me:10993: \"$ac_link\"") >&5
10994   (eval $ac_link) 2>&5
10995   ac_status=$?
10996   echo "$as_me:10996: \$? = $ac_status" >&5
10997   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10998   { (eval echo "$as_me:10998: \"$ac_try\"") >&5
10999   (eval $ac_try) 2>&5
11000   ac_status=$?
11001   echo "$as_me:11001: \$? = $ac_status" >&5
11002   (exit $ac_status); }; }; then
11003   cf_cv_link_dataonly=yes
11004 else
11005   echo "$as_me: program exited with status $ac_status" >&5
11006 echo "$as_me: failed program was:" >&5
11007 cat conftest.$ac_ext >&5
11008 cf_cv_link_dataonly=no
11009 fi
11010 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11011 fi
11012         LIBS="$cf_saveLIBS"
11013
11014 fi
11015
11016 echo "$as_me:11016: result: $cf_cv_link_dataonly" >&5
11017 echo "${ECHO_T}$cf_cv_link_dataonly" >&6
11018
11019 if test "$cf_cv_link_dataonly" = no ; then
11020         cat >>confdefs.h <<\EOF
11021 #define BROKEN_LINKER 1
11022 EOF
11023
11024         BROKEN_LINKER=1
11025 fi
11026
11027 ###     Checks for library functions.
11028
11029 echo "$as_me:11029: checking for working mkstemp" >&5
11030 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6
11031 if test "${cf_cv_func_mkstemp+set}" = set; then
11032   echo $ECHO_N "(cached) $ECHO_C" >&6
11033 else
11034
11035 rm -rf conftest*
11036 if test "$cross_compiling" = yes; then
11037   echo "$as_me:11037: checking for mkstemp" >&5
11038 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6
11039 if test "${ac_cv_func_mkstemp+set}" = set; then
11040   echo $ECHO_N "(cached) $ECHO_C" >&6
11041 else
11042   cat >conftest.$ac_ext <<_ACEOF
11043 #line 11043 "configure"
11044 #include "confdefs.h"
11045 /* System header to define __stub macros and hopefully few prototypes,
11046     which can conflict with char mkstemp (); below.  */
11047 #include <assert.h>
11048 /* Override any gcc2 internal prototype to avoid an error.  */
11049 #ifdef __cplusplus
11050 extern "C"
11051 #endif
11052 /* We use char because int might match the return type of a gcc2
11053    builtin and then its argument prototype would still apply.  */
11054 char mkstemp ();
11055 char (*f) ();
11056
11057 int
11058 main ()
11059 {
11060 /* The GNU C library defines this for functions which it implements
11061     to always fail with ENOSYS.  Some functions are actually named
11062     something starting with __ and the normal name is an alias.  */
11063 #if defined (__stub_mkstemp) || defined (__stub___mkstemp)
11064 choke me
11065 #else
11066 f = mkstemp;
11067 #endif
11068
11069   ;
11070   return 0;
11071 }
11072 _ACEOF
11073 rm -f conftest.$ac_objext conftest$ac_exeext
11074 if { (eval echo "$as_me:11074: \"$ac_link\"") >&5
11075   (eval $ac_link) 2>&5
11076   ac_status=$?
11077   echo "$as_me:11077: \$? = $ac_status" >&5
11078   (exit $ac_status); } &&
11079          { ac_try='test -s conftest$ac_exeext'
11080   { (eval echo "$as_me:11080: \"$ac_try\"") >&5
11081   (eval $ac_try) 2>&5
11082   ac_status=$?
11083   echo "$as_me:11083: \$? = $ac_status" >&5
11084   (exit $ac_status); }; }; then
11085   ac_cv_func_mkstemp=yes
11086 else
11087   echo "$as_me: failed program was:" >&5
11088 cat conftest.$ac_ext >&5
11089 ac_cv_func_mkstemp=no
11090 fi
11091 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11092 fi
11093 echo "$as_me:11093: result: $ac_cv_func_mkstemp" >&5
11094 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6
11095
11096 else
11097   cat >conftest.$ac_ext <<_ACEOF
11098 #line 11098 "configure"
11099 #include "confdefs.h"
11100
11101 #include <sys/types.h>
11102 #include <stdlib.h>
11103 #include <stdio.h>
11104 #include <string.h>
11105 #include <sys/stat.h>
11106 int main()
11107 {
11108         char *tmpl = "conftestXXXXXX";
11109         char name[2][80];
11110         int n;
11111         int result = 0;
11112         int fd;
11113         struct stat sb;
11114
11115         umask(077);
11116         for (n = 0; n < 2; ++n) {
11117                 strcpy(name[n], tmpl);
11118                 if ((fd = mkstemp(name[n])) >= 0) {
11119                         if (!strcmp(name[n], tmpl)
11120                          || stat(name[n], &sb) != 0
11121                          || (sb.st_mode & S_IFMT) != S_IFREG
11122                          || (sb.st_mode & 077) != 0) {
11123                                 result = 1;
11124                         }
11125                         close(fd);
11126                 }
11127         }
11128         if (result == 0
11129          && !strcmp(name[0], name[1]))
11130                 result = 1;
11131         ${cf_cv_main_return:-return}(result);
11132 }
11133
11134 _ACEOF
11135 rm -f conftest$ac_exeext
11136 if { (eval echo "$as_me:11136: \"$ac_link\"") >&5
11137   (eval $ac_link) 2>&5
11138   ac_status=$?
11139   echo "$as_me:11139: \$? = $ac_status" >&5
11140   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11141   { (eval echo "$as_me:11141: \"$ac_try\"") >&5
11142   (eval $ac_try) 2>&5
11143   ac_status=$?
11144   echo "$as_me:11144: \$? = $ac_status" >&5
11145   (exit $ac_status); }; }; then
11146   cf_cv_func_mkstemp=yes
11147
11148 else
11149   echo "$as_me: program exited with status $ac_status" >&5
11150 echo "$as_me: failed program was:" >&5
11151 cat conftest.$ac_ext >&5
11152 cf_cv_func_mkstemp=no
11153
11154 fi
11155 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11156 fi
11157
11158 fi
11159 echo "$as_me:11159: result: $cf_cv_func_mkstemp" >&5
11160 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6
11161 if test "x$cf_cv_func_mkstemp" = xyes || test "x$ac_cv_func_mkstemp" = xyes ; then
11162         cat >>confdefs.h <<\EOF
11163 #define HAVE_MKSTEMP 1
11164 EOF
11165
11166 fi
11167
11168 echo "$as_me:11168: checking return type of signal handlers" >&5
11169 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
11170 if test "${ac_cv_type_signal+set}" = set; then
11171   echo $ECHO_N "(cached) $ECHO_C" >&6
11172 else
11173   cat >conftest.$ac_ext <<_ACEOF
11174 #line 11174 "configure"
11175 #include "confdefs.h"
11176 #include <sys/types.h>
11177 #include <signal.h>
11178 #ifdef signal
11179 # undef signal
11180 #endif
11181 #ifdef __cplusplus
11182 extern "C" void (*signal (int, void (*)(int)))(int);
11183 #else
11184 void (*signal ()) ();
11185 #endif
11186
11187 int
11188 main ()
11189 {
11190 int i;
11191   ;
11192   return 0;
11193 }
11194 _ACEOF
11195 rm -f conftest.$ac_objext
11196 if { (eval echo "$as_me:11196: \"$ac_compile\"") >&5
11197   (eval $ac_compile) 2>&5
11198   ac_status=$?
11199   echo "$as_me:11199: \$? = $ac_status" >&5
11200   (exit $ac_status); } &&
11201          { ac_try='test -s conftest.$ac_objext'
11202   { (eval echo "$as_me:11202: \"$ac_try\"") >&5
11203   (eval $ac_try) 2>&5
11204   ac_status=$?
11205   echo "$as_me:11205: \$? = $ac_status" >&5
11206   (exit $ac_status); }; }; then
11207   ac_cv_type_signal=void
11208 else
11209   echo "$as_me: failed program was:" >&5
11210 cat conftest.$ac_ext >&5
11211 ac_cv_type_signal=int
11212 fi
11213 rm -f conftest.$ac_objext conftest.$ac_ext
11214 fi
11215 echo "$as_me:11215: result: $ac_cv_type_signal" >&5
11216 echo "${ECHO_T}$ac_cv_type_signal" >&6
11217
11218 cat >>confdefs.h <<EOF
11219 #define RETSIGTYPE $ac_cv_type_signal
11220 EOF
11221
11222 if test -z "$cf_user_CFLAGS" && test "$with_no_leaks" = no ; then
11223         CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
11224         CXXFLAGS=`echo ${CXXFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
11225 fi
11226
11227 cf_with_ada=yes
11228 if test "$cf_with_ada" != "no" ; then
11229
11230 cf_ada_make=gnatmake
11231 # Extract the first word of "$cf_ada_make", so it can be a program name with args.
11232 set dummy $cf_ada_make; ac_word=$2
11233 echo "$as_me:11233: checking for $ac_word" >&5
11234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11235 if test "${ac_cv_prog_gnat_exists+set}" = set; then
11236   echo $ECHO_N "(cached) $ECHO_C" >&6
11237 else
11238   if test -n "$gnat_exists"; then
11239   ac_cv_prog_gnat_exists="$gnat_exists" # Let the user override the test.
11240 else
11241   ac_save_IFS=$IFS; IFS=$ac_path_separator
11242 ac_dummy="$PATH"
11243 for ac_dir in $ac_dummy; do
11244   IFS=$ac_save_IFS
11245   test -z "$ac_dir" && ac_dir=.
11246   $as_executable_p "$ac_dir/$ac_word" || continue
11247 ac_cv_prog_gnat_exists="yes"
11248 echo "$as_me:11248: found $ac_dir/$ac_word" >&5
11249 break
11250 done
11251
11252   test -z "$ac_cv_prog_gnat_exists" && ac_cv_prog_gnat_exists="no"
11253 fi
11254 fi
11255 gnat_exists=$ac_cv_prog_gnat_exists
11256 if test -n "$gnat_exists"; then
11257   echo "$as_me:11257: result: $gnat_exists" >&5
11258 echo "${ECHO_T}$gnat_exists" >&6
11259 else
11260   echo "$as_me:11260: result: no" >&5
11261 echo "${ECHO_T}no" >&6
11262 fi
11263
11264 if test "$ac_cv_prog_gnat_exists" = no; then
11265    cf_ada_make=
11266    cf_cv_prog_gnat_correct=no
11267 else
11268
11269 echo "$as_me:11269: checking for gnat version" >&5
11270 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6
11271 cf_gnat_version=`${cf_ada_make:-gnatmake} -v 2>&1 | \
11272         grep '[0-9].[0-9][0-9]*' |\
11273     sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'`
11274 echo "$as_me:11274: result: $cf_gnat_version" >&5
11275 echo "${ECHO_T}$cf_gnat_version" >&6
11276
11277 case $cf_gnat_version in #(vi
11278 3.1[1-9]*|3.[2-9]*|[4-9].*) #(vi
11279         cf_cv_prog_gnat_correct=yes
11280         ;;
11281 *)
11282         { echo "$as_me:11282: WARNING: Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding." >&5
11283 echo "$as_me: WARNING: Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding." >&2;}
11284         cf_cv_prog_gnat_correct=no
11285         ;;
11286 esac
11287
11288    # Extract the first word of "m4", so it can be a program name with args.
11289 set dummy m4; ac_word=$2
11290 echo "$as_me:11290: checking for $ac_word" >&5
11291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11292 if test "${ac_cv_prog_M4_exists+set}" = set; then
11293   echo $ECHO_N "(cached) $ECHO_C" >&6
11294 else
11295   if test -n "$M4_exists"; then
11296   ac_cv_prog_M4_exists="$M4_exists" # Let the user override the test.
11297 else
11298   ac_save_IFS=$IFS; IFS=$ac_path_separator
11299 ac_dummy="$PATH"
11300 for ac_dir in $ac_dummy; do
11301   IFS=$ac_save_IFS
11302   test -z "$ac_dir" && ac_dir=.
11303   $as_executable_p "$ac_dir/$ac_word" || continue
11304 ac_cv_prog_M4_exists="yes"
11305 echo "$as_me:11305: found $ac_dir/$ac_word" >&5
11306 break
11307 done
11308
11309   test -z "$ac_cv_prog_M4_exists" && ac_cv_prog_M4_exists="no"
11310 fi
11311 fi
11312 M4_exists=$ac_cv_prog_M4_exists
11313 if test -n "$M4_exists"; then
11314   echo "$as_me:11314: result: $M4_exists" >&5
11315 echo "${ECHO_T}$M4_exists" >&6
11316 else
11317   echo "$as_me:11317: result: no" >&5
11318 echo "${ECHO_T}no" >&6
11319 fi
11320
11321    if test "$ac_cv_prog_M4_exists" = no; then
11322       cf_cv_prog_gnat_correct=no
11323       echo Ada95 binding required program m4 not found. Ada95 binding disabled.
11324    fi
11325    if test "$cf_cv_prog_gnat_correct" = yes; then
11326       echo "$as_me:11326: checking if GNAT works" >&5
11327 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6
11328
11329 rm -rf conftest* *~conftest*
11330 cat >>conftest.ads <<CF_EOF
11331 procedure conftest;
11332 CF_EOF
11333 cat >>conftest.adb <<CF_EOF
11334 with Text_IO;
11335 with GNAT.OS_Lib;
11336 procedure conftest is
11337 begin
11338    Text_IO.Put ("Hello World");
11339    Text_IO.New_Line;
11340    GNAT.OS_Lib.OS_Exit (0);
11341 end conftest;
11342 CF_EOF
11343 if ( $cf_ada_make $ADAFLAGS conftest 1>&5 2>&1 ) ; then
11344    if ( ./conftest 1>&5 2>&1 ) ; then
11345       cf_cv_prog_gnat_correct=yes
11346    else
11347       cf_cv_prog_gnat_correct=no
11348    fi
11349 else
11350    cf_cv_prog_gnat_correct=no
11351 fi
11352 rm -rf conftest* *~conftest*
11353
11354       echo "$as_me:11354: result: $cf_cv_prog_gnat_correct" >&5
11355 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6
11356    fi
11357 fi
11358
11359         if test "$cf_cv_prog_gnat_correct" = yes; then
11360
11361                 # make ADAFLAGS consistent with CFLAGS
11362                 case "$CFLAGS" in
11363                 *-g*)
11364
11365         ADAFLAGS="$ADAFLAGS -g"
11366
11367                         ;;
11368                 esac
11369                 case "$CFLAGS" in
11370                 *-O*)
11371
11372         ADAFLAGS="$ADAFLAGS -O3"
11373
11374                         ;;
11375                 esac
11376
11377 echo "$as_me:11377: checking if GNAT supports generics" >&5
11378 echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6
11379 case $cf_gnat_version in #(vi
11380 3.[1-9]*|[4-9].*) #(vi
11381         cf_gnat_generics=yes
11382         ;;
11383 *)
11384         cf_gnat_generics=no
11385         ;;
11386 esac
11387 echo "$as_me:11387: result: $cf_gnat_generics" >&5
11388 echo "${ECHO_T}$cf_gnat_generics" >&6
11389
11390 if test "$cf_gnat_generics" = yes
11391 then
11392         cf_compile_generics=generics
11393         cf_generic_objects="\${GENOBJS}"
11394 else
11395         cf_compile_generics=
11396         cf_generic_objects=
11397 fi
11398
11399 echo "$as_me:11399: checking if GNAT supports SIGINT" >&5
11400 echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6
11401 if test "${cf_cv_gnat_sigint+set}" = set; then
11402   echo $ECHO_N "(cached) $ECHO_C" >&6
11403 else
11404
11405 rm -rf conftest* *~conftest*
11406 cat >>conftest.ads <<CF_EOF
11407 with Ada.Interrupts.Names;
11408
11409 package ConfTest is
11410
11411    pragma Warnings (Off);  --  the next pragma exists since 3.11p
11412    pragma Unreserve_All_Interrupts;
11413    pragma Warnings (On);
11414
11415    protected Process is
11416       procedure Stop;
11417       function Continue return Boolean;
11418       pragma Attach_Handler (Stop, Ada.Interrupts.Names.SIGINT);
11419    private
11420       Done : Boolean := False;
11421    end Process;
11422
11423 end ConfTest;
11424 CF_EOF
11425 cat >>conftest.adb <<CF_EOF
11426 package body ConfTest is
11427    protected body Process is
11428       procedure Stop is
11429       begin
11430          Done := True;
11431       end Stop;
11432       function Continue return Boolean is
11433       begin
11434          return not Done;
11435       end Continue;
11436    end Process;
11437 end ConfTest;
11438 CF_EOF
11439 if ( $cf_ada_make $ADAFLAGS conftest 1>&5 2>&1 ) ; then
11440       cf_cv_gnat_sigint=yes
11441 else
11442    cf_cv_gnat_sigint=no
11443 fi
11444 rm -rf conftest* *~conftest*
11445
11446 fi
11447 echo "$as_me:11447: result: $cf_cv_gnat_sigint" >&5
11448 echo "${ECHO_T}$cf_cv_gnat_sigint" >&6
11449
11450 if test $cf_cv_gnat_sigint = yes ; then
11451         USE_GNAT_SIGINT=""
11452 else
11453         USE_GNAT_SIGINT="#"
11454 fi
11455
11456 echo "$as_me:11456: checking if GNAT pragma Unreferenced works" >&5
11457 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6
11458 if test "${cf_cv_pragma_unreferenced+set}" = set; then
11459   echo $ECHO_N "(cached) $ECHO_C" >&6
11460 else
11461
11462 rm -rf conftest* *~conftest*
11463 cat >>conftest.ads <<CF_EOF
11464 procedure conftest;
11465 CF_EOF
11466 cat >>conftest.adb <<CF_EOF
11467 with Text_IO;
11468 with GNAT.OS_Lib;
11469 procedure conftest is
11470    test : Integer;
11471    pragma Unreferenced (test);
11472 begin
11473    test := 1;
11474    Text_IO.Put ("Hello World");
11475    Text_IO.New_Line;
11476    GNAT.OS_Lib.OS_Exit (0);
11477 end conftest;
11478 CF_EOF
11479 if ( $cf_ada_make $ADAFLAGS conftest 1>&5 2>&1 ) ; then
11480       cf_cv_pragma_unreferenced=yes
11481 else
11482    cf_cv_pragma_unreferenced=no
11483 fi
11484 rm -rf conftest* *~conftest*
11485
11486 fi
11487 echo "$as_me:11487: result: $cf_cv_pragma_unreferenced" >&5
11488 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6
11489
11490 # if the pragma is supported, use it (needed in the Trace code).
11491 if test $cf_cv_pragma_unreferenced = yes ; then
11492         PRAGMA_UNREF=TRUE
11493 else
11494         PRAGMA_UNREF=FALSE
11495 fi
11496
11497 cf_gnat_libraries=no
11498 cf_gnat_projects=no
11499
11500 echo "$as_me:11500: checking if GNAT supports project files" >&5
11501 echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6
11502 case $cf_gnat_version in #(vi
11503 3.[0-9]*) #(vi
11504         ;;
11505 *)
11506         case $cf_cv_system_name in #(vi
11507         cygwin*) #(vi
11508                 ;;
11509         *)
11510                 mkdir conftest.src conftest.bin conftest.lib
11511                 cd conftest.src
11512                 rm -rf conftest* *~conftest*
11513                 cat >>library.gpr <<CF_EOF
11514 project Library is
11515   Kind := External ("LIB_KIND");
11516   for Library_Name use "ConfTest";
11517   for Object_Dir use ".";
11518   for Library_ALI_Dir use External("LIBRARY_DIR");
11519   for Library_Version use External ("SONAME");
11520   for Library_Kind use Kind;
11521   for Library_Dir use External("BUILD_DIR");
11522   Source_Dir := External ("SOURCE_DIR");
11523   for Source_Dirs use (Source_Dir);
11524   package Compiler is
11525      for Default_Switches ("Ada") use
11526        ("-g",
11527         "-O2",
11528         "-gnatafno",
11529         "-gnatVa",   -- All validity checks
11530         "-gnatwa");  -- Activate all optional errors
11531   end Compiler;
11532 end Library;
11533 CF_EOF
11534                 cat >>confpackage.ads <<CF_EOF
11535 package ConfPackage is
11536    procedure conftest;
11537 end ConfPackage;
11538 CF_EOF
11539                 cat >>confpackage.adb <<CF_EOF
11540 with Text_IO;
11541 package body ConfPackage is
11542    procedure conftest is
11543    begin
11544       Text_IO.Put ("Hello World");
11545       Text_IO.New_Line;
11546    end conftest;
11547 end ConfPackage;
11548 CF_EOF
11549                 if ( $cf_ada_make $ADAFLAGS \
11550                                 -Plibrary.gpr \
11551                                 -XBUILD_DIR=`cd ../conftest.bin;pwd` \
11552                                 -XLIBRARY_DIR=`cd ../conftest.lib;pwd` \
11553                                 -XSOURCE_DIR=`pwd` \
11554                                 -XSONAME=libConfTest.so.1 \
11555                                 -XLIB_KIND=static 1>&5 2>&1 ) ; then
11556                         cf_gnat_projects=yes
11557                 fi
11558                 cd ..
11559                 if test -f conftest.lib/confpackage.ali
11560                 then
11561                         cf_gnat_libraries=yes
11562                 fi
11563                 rm -rf conftest* *~conftest*
11564                 ;;
11565         esac
11566         ;;
11567 esac
11568 echo "$as_me:11568: result: $cf_gnat_projects" >&5
11569 echo "${ECHO_T}$cf_gnat_projects" >&6
11570
11571 if test $cf_gnat_projects = yes
11572 then
11573         echo "$as_me:11573: checking if GNAT supports libraries" >&5
11574 echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6
11575         echo "$as_me:11575: result: $cf_gnat_libraries" >&5
11576 echo "${ECHO_T}$cf_gnat_libraries" >&6
11577 fi
11578
11579 if test "$cf_gnat_projects" = yes
11580 then
11581         USE_OLD_MAKERULES="#"
11582         USE_GNAT_PROJECTS=""
11583 else
11584         USE_OLD_MAKERULES=""
11585         USE_GNAT_PROJECTS="#"
11586 fi
11587
11588 if test "$cf_gnat_libraries" = yes
11589 then
11590         USE_GNAT_LIBRARIES=""
11591 else
11592         USE_GNAT_LIBRARIES="#"
11593 fi
11594
11595 echo "$as_me:11595: checking for ada-compiler" >&5
11596 echo $ECHO_N "checking for ada-compiler... $ECHO_C" >&6
11597
11598 # Check whether --with-ada-compiler or --without-ada-compiler was given.
11599 if test "${with_ada_compiler+set}" = set; then
11600   withval="$with_ada_compiler"
11601   cf_ada_compiler=$withval
11602 else
11603   cf_ada_compiler=gnatmake
11604 fi;
11605
11606 echo "$as_me:11606: result: $cf_ada_compiler" >&5
11607 echo "${ECHO_T}$cf_ada_compiler" >&6
11608
11609                 cf_ada_package=terminal_interface
11610
11611 echo "$as_me:11611: checking for ada-include" >&5
11612 echo $ECHO_N "checking for ada-include... $ECHO_C" >&6
11613
11614 # Check whether --with-ada-include or --without-ada-include was given.
11615 if test "${with_ada_include+set}" = set; then
11616   withval="$with_ada_include"
11617
11618 else
11619   withval="${ADA_INCLUDE:-$prefix/share/ada/adainclude}"
11620 fi; if test -n "$prefix/share/ada/adainclude" ; then
11621
11622 if test "x$prefix" != xNONE; then
11623   cf_path_syntax="$prefix"
11624 else
11625   cf_path_syntax="$ac_default_prefix"
11626 fi
11627
11628 case ".$withval" in #(vi
11629 .\$\(*\)*|.\'*\'*) #(vi
11630   ;;
11631 ..|./*|.\\*) #(vi
11632   ;;
11633 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
11634   ;;
11635 .\${*prefix}*) #(vi
11636   eval withval="$withval"
11637   case ".$withval" in #(vi
11638   .NONE/*)
11639     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
11640     ;;
11641   esac
11642   ;; #(vi
11643 .no|.NONE/*)
11644   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
11645   ;;
11646 *)
11647   { { echo "$as_me:11647: error: expected a pathname, not \"$withval\"" >&5
11648 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
11649    { (exit 1); exit 1; }; }
11650   ;;
11651 esac
11652
11653 fi
11654 ADA_INCLUDE="$withval"
11655
11656 echo "$as_me:11656: result: $ADA_INCLUDE" >&5
11657 echo "${ECHO_T}$ADA_INCLUDE" >&6
11658
11659 echo "$as_me:11659: checking for ada-objects" >&5
11660 echo $ECHO_N "checking for ada-objects... $ECHO_C" >&6
11661
11662 # Check whether --with-ada-objects or --without-ada-objects was given.
11663 if test "${with_ada_objects+set}" = set; then
11664   withval="$with_ada_objects"
11665
11666 else
11667   withval="${ADA_OBJECTS:-$prefix/lib/ada/adalib}"
11668 fi; if test -n "$prefix/lib/ada/adalib" ; then
11669
11670 if test "x$prefix" != xNONE; then
11671   cf_path_syntax="$prefix"
11672 else
11673   cf_path_syntax="$ac_default_prefix"
11674 fi
11675
11676 case ".$withval" in #(vi
11677 .\$\(*\)*|.\'*\'*) #(vi
11678   ;;
11679 ..|./*|.\\*) #(vi
11680   ;;
11681 .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
11682   ;;
11683 .\${*prefix}*) #(vi
11684   eval withval="$withval"
11685   case ".$withval" in #(vi
11686   .NONE/*)
11687     withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
11688     ;;
11689   esac
11690   ;; #(vi
11691 .no|.NONE/*)
11692   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
11693   ;;
11694 *)
11695   { { echo "$as_me:11695: error: expected a pathname, not \"$withval\"" >&5
11696 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
11697    { (exit 1); exit 1; }; }
11698   ;;
11699 esac
11700
11701 fi
11702 ADA_OBJECTS="$withval"
11703
11704 echo "$as_me:11704: result: $ADA_OBJECTS" >&5
11705 echo "${ECHO_T}$ADA_OBJECTS" >&6
11706
11707 echo "$as_me:11707: checking if an Ada95 shared-library should be built" >&5
11708 echo $ECHO_N "checking if an Ada95 shared-library should be built... $ECHO_C" >&6
11709
11710 # Check whether --with-ada-sharedlib or --without-ada-sharedlib was given.
11711 if test "${with_ada_sharedlib+set}" = set; then
11712   withval="$with_ada_sharedlib"
11713   with_ada_sharedlib=$withval
11714 else
11715   with_ada_sharedlib=no
11716 fi;
11717 echo "$as_me:11717: result: $with_ada_sharedlib" >&5
11718 echo "${ECHO_T}$with_ada_sharedlib" >&6
11719
11720 ADA_SHAREDLIB='lib$(LIB_NAME).so.1'
11721 MAKE_ADA_SHAREDLIB="#"
11722
11723 if test "x$with_ada_sharedlib" != xno
11724 then
11725         MAKE_ADA_SHAREDLIB=
11726         if test "x$with_ada_sharedlib" != xyes
11727         then
11728                 ADA_SHAREDLIB="$with_ada_sharedlib"
11729         fi
11730 fi
11731
11732         else
11733                 { { echo "$as_me:11733: error: No usable Ada compiler found" >&5
11734 echo "$as_me: error: No usable Ada compiler found" >&2;}
11735    { (exit 1); exit 1; }; }
11736         fi
11737 else
11738         { { echo "$as_me:11738: error: The Ada compiler is needed for this package" >&5
11739 echo "$as_me: error: The Ada compiler is needed for this package" >&2;}
11740    { (exit 1); exit 1; }; }
11741 fi
11742
11743 ################################################################################
11744
11745 # not needed
11746 TINFO_LDFLAGS2=
11747
11748 TINFO_LIBS=
11749
11750 ### Construct the list of include-directories to be generated
11751
11752 CPPFLAGS="$CPPFLAGS -I. -I../include"
11753 if test "$srcdir" != "."; then
11754         CPPFLAGS="$CPPFLAGS -I\${srcdir}/../include"
11755 fi
11756 if test "$GCC" != yes; then
11757         CPPFLAGS="$CPPFLAGS -I\${includedir}"
11758 elif test "$includedir" != "/usr/include"; then
11759         if test "$includedir" = '${prefix}/include' ; then
11760                 if test $prefix != /usr ; then
11761                         CPPFLAGS="$CPPFLAGS -I\${includedir}"
11762                 fi
11763         else
11764                 CPPFLAGS="$CPPFLAGS -I\${includedir}"
11765         fi
11766 fi
11767
11768 ACPPFLAGS="-I. -I../include -I../../include $ACPPFLAGS"
11769 if test "$srcdir" != "."; then
11770         ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
11771 fi
11772 if test "$GCC" != yes; then
11773         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
11774 elif test "$includedir" != "/usr/include"; then
11775         if test "$includedir" = '${prefix}/include' ; then
11776                 if test $prefix != /usr ; then
11777                         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
11778                 fi
11779         else
11780                 ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
11781         fi
11782 fi
11783
11784 ### Build up pieces for makefile rules
11785 echo "$as_me:11785: checking default library suffix" >&5
11786 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6
11787
11788         case $DFT_LWR_MODEL in
11789         libtool) DFT_ARG_SUFFIX=''   ;;
11790         normal)  DFT_ARG_SUFFIX=''   ;;
11791         debug)   DFT_ARG_SUFFIX='_g' ;;
11792         profile) DFT_ARG_SUFFIX='_p' ;;
11793         shared)  DFT_ARG_SUFFIX=''   ;;
11794         esac
11795         test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}"
11796 echo "$as_me:11796: result: $DFT_ARG_SUFFIX" >&5
11797 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6
11798
11799 echo "$as_me:11799: checking default library-dependency suffix" >&5
11800 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6
11801
11802         case $DFT_LWR_MODEL in #(vi
11803         libtool) #(vi
11804                 DFT_LIB_SUFFIX='.la'
11805                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11806                 ;;
11807         normal) #(vi
11808                 DFT_LIB_SUFFIX='.a'
11809                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11810                 ;;
11811         debug) #(vi
11812                 DFT_LIB_SUFFIX='_g.a'
11813                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11814                 ;;
11815         profile) #(vi
11816                 DFT_LIB_SUFFIX='_p.a'
11817                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11818                 ;;
11819         shared) #(vi
11820                 case $cf_cv_system_name in
11821                 aix[5-7]*) #(vi
11822                         DFT_LIB_SUFFIX='.a'
11823                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11824                         ;;
11825                 cygwin*) #(vi
11826                         DFT_LIB_SUFFIX='.dll'
11827                         DFT_DEP_SUFFIX='.dll.a'
11828                         ;;
11829                 darwin*) #(vi
11830                         DFT_LIB_SUFFIX='.dylib'
11831                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11832                         ;;
11833                 hpux*) #(vi
11834                         case $target in
11835                         ia64*) #(vi
11836                                 DFT_LIB_SUFFIX='.so'
11837                                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11838                                 ;;
11839                         *) #(vi
11840                                 DFT_LIB_SUFFIX='.sl'
11841                                 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11842                                 ;;
11843                         esac
11844                         ;;
11845                 *)      DFT_LIB_SUFFIX='.so'
11846                         DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX
11847                         ;;
11848                 esac
11849         esac
11850         test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}"
11851         test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}"
11852 echo "$as_me:11852: result: $DFT_DEP_SUFFIX" >&5
11853 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6
11854
11855 echo "$as_me:11855: checking default object directory" >&5
11856 echo $ECHO_N "checking default object directory... $ECHO_C" >&6
11857
11858         case $DFT_LWR_MODEL in
11859         libtool) DFT_OBJ_SUBDIR='obj_lo'  ;;
11860         normal)  DFT_OBJ_SUBDIR='objects' ;;
11861         debug)   DFT_OBJ_SUBDIR='obj_g' ;;
11862         profile) DFT_OBJ_SUBDIR='obj_p' ;;
11863         shared)
11864                 case $cf_cv_system_name in #(vi
11865                 cygwin) #(vi
11866                         DFT_OBJ_SUBDIR='objects' ;;
11867                 *)
11868                         DFT_OBJ_SUBDIR='obj_s' ;;
11869                 esac
11870         esac
11871 echo "$as_me:11871: result: $DFT_OBJ_SUBDIR" >&5
11872 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6
11873
11874 ### Set up low-level terminfo dependencies for makefiles.
11875
11876 if test "$DFT_LWR_MODEL" = shared ; then
11877         case $cf_cv_system_name in #(vi
11878         cygwin*)
11879                 # "lib" files have ".dll.a" suffix, "cyg" files have ".dll"
11880                 ;;
11881         esac
11882 fi
11883
11884 ### Construct the list of subdirectories for which we'll customize makefiles
11885 ### with the appropriate compile-rules.
11886
11887 SUB_MAKEFILES="gen/adacurses${DFT_ARG_SUFFIX}-config:gen/adacurses-config.in"
11888
11889 cat >>confdefs.h <<EOF
11890 #define NCURSES_PATHSEP '$PATH_SEPARATOR'
11891 EOF
11892
11893 ### Now that we're done running tests, add the compiler-warnings, if any
11894
11895 cf_fix_cppflags=no
11896 cf_new_cflags=
11897 cf_new_cppflags=
11898 cf_new_extra_cppflags=
11899
11900 for cf_add_cflags in $EXTRA_CFLAGS
11901 do
11902 case $cf_fix_cppflags in
11903 no)
11904         case $cf_add_cflags in #(vi
11905         -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi
11906                 case $cf_add_cflags in
11907                 -D*)
11908                         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
11909
11910                         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11911                                 && test -z "${cf_tst_cflags}" \
11912                                 && cf_fix_cppflags=yes
11913
11914                         if test $cf_fix_cppflags = yes ; then
11915                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11916                                 continue
11917                         elif test "${cf_tst_cflags}" = "\"'" ; then
11918                                 cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11919                                 continue
11920                         fi
11921                         ;;
11922                 esac
11923                 case "$CPPFLAGS" in
11924                 *$cf_add_cflags) #(vi
11925                         ;;
11926                 *) #(vi
11927                         case $cf_add_cflags in #(vi
11928                         -D*)
11929                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
11930
11931 CPPFLAGS=`echo "$CPPFLAGS" | \
11932         sed     -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?[         ]/ /g' \
11933                 -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^    ]*\)\?$//g'`
11934
11935                                 ;;
11936                         esac
11937                         cf_new_cppflags="$cf_new_cppflags $cf_add_cflags"
11938                         ;;
11939                 esac
11940                 ;;
11941         *)
11942                 cf_new_cflags="$cf_new_cflags $cf_add_cflags"
11943                 ;;
11944         esac
11945         ;;
11946 yes)
11947         cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags"
11948
11949         cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
11950
11951         test "${cf_add_cflags}" != "${cf_tst_cflags}" \
11952                 && test -z "${cf_tst_cflags}" \
11953                 && cf_fix_cppflags=no
11954         ;;
11955 esac
11956 done
11957
11958 if test -n "$cf_new_cflags" ; then
11959
11960         CFLAGS="$CFLAGS $cf_new_cflags"
11961 fi
11962
11963 if test -n "$cf_new_cppflags" ; then
11964
11965         CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
11966 fi
11967
11968 if test -n "$cf_new_extra_cppflags" ; then
11969
11970         EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
11971 fi
11972
11973 ################################################################################
11974
11975 if test x"$enable_pc_files" = xyes ; then \
11976 SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in"
11977 MAKE_PC_FILES=
11978 else
11979 MAKE_PC_FILES="#"
11980 fi
11981
11982 ################################################################################
11983
11984 TEST_ARG2=
11985
11986 TEST_LIBS2=
11987
11988 NCURSES_SHLIB2="sh -c"
11989
11990 ADA_SUBDIRS="include gen src doc"
11991 if test "x$cf_with_tests" != "xno" ; then
11992         ADA_SUBDIRS="$ADA_SUBDIRS samples"
11993 fi
11994 for cf_dir in $ADA_SUBDIRS
11995 do
11996         SUB_MAKEFILES="$SUB_MAKEFILES $cf_dir/Makefile"
11997 done
11998
11999 NCURSES_TREE="#"
12000
12001 EXTERNAL_TREE=
12002
12003 # match layout used by make-tar.sh
12004 ADAHTML_DIR=../doc/ada
12005
12006 ac_config_files="$ac_config_files $SUB_MAKEFILES doc/adacurses${DFT_ARG_SUFFIX}-config.1:doc/MKada_config.in Makefile"
12007 ac_config_commands="$ac_config_commands default"
12008 cat >confcache <<\_ACEOF
12009 # This file is a shell script that caches the results of configure
12010 # tests run on this system so they can be shared between configure
12011 # scripts and configure runs, see configure's option --config-cache.
12012 # It is not useful on other systems.  If it contains results you don't
12013 # want to keep, you may remove or edit it.
12014 #
12015 # config.status only pays attention to the cache file if you give it
12016 # the --recheck option to rerun configure.
12017 #
12018 # `ac_cv_env_foo' variables (set or unset) will be overriden when
12019 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12020 # following values.
12021
12022 _ACEOF
12023
12024 # The following way of writing the cache mishandles newlines in values,
12025 # but we know of no workaround that is simple, portable, and efficient.
12026 # So, don't put newlines in cache variables' values.
12027 # Ultrix sh set writes to stderr and can't be redirected directly,
12028 # and sets the high bit in the cache file unless we assign to the vars.
12029 {
12030   (set) 2>&1 |
12031     case `(ac_space=' '; set | grep ac_space) 2>&1` in
12032     *ac_space=\ *)
12033       # `set' does not quote correctly, so add quotes (double-quote
12034       # substitution turns \\\\ into \\, and sed turns \\ into \).
12035       sed -n \
12036         "s/'/'\\\\''/g;
12037           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12038       ;;
12039     *)
12040       # `set' quotes correctly as required by POSIX, so do not add quotes.
12041       sed -n \
12042         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12043       ;;
12044     esac;
12045 } |
12046   sed '
12047      t clear
12048      : clear
12049      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12050      t end
12051      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12052      : end' >>confcache
12053 if cmp -s $cache_file confcache; then :; else
12054   if test -w $cache_file; then
12055     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12056     cat confcache >$cache_file
12057   else
12058     echo "not updating unwritable cache $cache_file"
12059   fi
12060 fi
12061 rm -f confcache
12062
12063 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12064 # Let make expand exec_prefix.
12065 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12066
12067 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12068 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12069 # trailing colons and then remove the whole line if VPATH becomes empty
12070 # (actually we leave an empty line to preserve line numbers).
12071 if test "x$srcdir" = x.; then
12072   ac_vpsub='/^[         ]*VPATH[        ]*=/{
12073 s/:*\$(srcdir):*/:/;
12074 s/:*\${srcdir}:*/:/;
12075 s/:*@srcdir@:*/:/;
12076 s/^\([^=]*=[    ]*\):*/\1/;
12077 s/:*$//;
12078 s/^[^=]*=[      ]*$//;
12079 }'
12080 fi
12081
12082 DEFS=-DHAVE_CONFIG_H
12083
12084 : ${CONFIG_STATUS=./config.status}
12085 ac_clean_files_save=$ac_clean_files
12086 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12087 { echo "$as_me:12087: creating $CONFIG_STATUS" >&5
12088 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12089 cat >$CONFIG_STATUS <<_ACEOF
12090 #! $SHELL
12091 # Generated automatically by configure.
12092 # Run this file to recreate the current configuration.
12093 # Compiler output produced by configure, useful for debugging
12094 # configure, is in config.log if it exists.
12095
12096 debug=false
12097 SHELL=\${CONFIG_SHELL-$SHELL}
12098 ac_cs_invocation="\$0 \$@"
12099
12100 _ACEOF
12101
12102 cat >>$CONFIG_STATUS <<\_ACEOF
12103 # Be Bourne compatible
12104 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12105   emulate sh
12106   NULLCMD=:
12107 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
12108   set -o posix
12109 fi
12110
12111 # Name of the executable.
12112 as_me=`echo "$0" |sed 's,.*[\\/],,'`
12113
12114 if expr a : '\(a\)' >/dev/null 2>&1; then
12115   as_expr=expr
12116 else
12117   as_expr=false
12118 fi
12119
12120 rm -f conf$$ conf$$.exe conf$$.file
12121 echo >conf$$.file
12122 if ln -s conf$$.file conf$$ 2>/dev/null; then
12123   # We could just check for DJGPP; but this test a) works b) is more generic
12124   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12125   if test -f conf$$.exe; then
12126     # Don't use ln at all; we don't have any links
12127     as_ln_s='cp -p'
12128   else
12129     as_ln_s='ln -s'
12130   fi
12131 elif ln conf$$.file conf$$ 2>/dev/null; then
12132   as_ln_s=ln
12133 else
12134   as_ln_s='cp -p'
12135 fi
12136 rm -f conf$$ conf$$.exe conf$$.file
12137
12138 as_executable_p="test -f"
12139
12140 # Support unset when possible.
12141 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
12142   as_unset=unset
12143 else
12144   as_unset=false
12145 fi
12146
12147 # NLS nuisances.
12148 $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
12149 $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
12150 $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
12151 $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
12152 $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
12153 $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
12154 $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
12155 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
12156
12157 # IFS
12158 # We need space, tab and new line, in precisely that order.
12159 as_nl='
12160 '
12161 IFS="   $as_nl"
12162
12163 # CDPATH.
12164 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
12165
12166 exec 6>&1
12167
12168 _ACEOF
12169
12170 # Files that config.status was made for.
12171 if test -n "$ac_config_files"; then
12172   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12173 fi
12174
12175 if test -n "$ac_config_headers"; then
12176   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12177 fi
12178
12179 if test -n "$ac_config_links"; then
12180   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12181 fi
12182
12183 if test -n "$ac_config_commands"; then
12184   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12185 fi
12186
12187 cat >>$CONFIG_STATUS <<\EOF
12188
12189 ac_cs_usage="\
12190 \`$as_me' instantiates files from templates according to the
12191 current configuration.
12192
12193 Usage: $0 [OPTIONS] [FILE]...
12194
12195   -h, --help       print this help, then exit
12196   -V, --version    print version number, then exit
12197   -d, --debug      don't remove temporary files
12198       --recheck    update $as_me by reconfiguring in the same conditions
12199   --file=FILE[:TEMPLATE]
12200                    instantiate the configuration file FILE
12201   --header=FILE[:TEMPLATE]
12202                    instantiate the configuration header FILE
12203
12204 Configuration files:
12205 $config_files
12206
12207 Configuration headers:
12208 $config_headers
12209
12210 Configuration commands:
12211 $config_commands
12212
12213 Report bugs to <dickey@invisible-island.net>."
12214 EOF
12215
12216 cat >>$CONFIG_STATUS <<EOF
12217 ac_cs_version="\\
12218 config.status
12219 configured by $0, generated by GNU Autoconf 2.52.20101002,
12220   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12221
12222 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
12223 Free Software Foundation, Inc.
12224 This config.status script is free software; the Free Software Foundation
12225 gives unlimited permission to copy, distribute and modify it."
12226 srcdir=$srcdir
12227 INSTALL="$INSTALL"
12228 EOF
12229
12230 cat >>$CONFIG_STATUS <<\EOF
12231 # If no file are specified by the user, then we need to provide default
12232 # value.  By we need to know if files were specified by the user.
12233 ac_need_defaults=:
12234 while test $# != 0
12235 do
12236   case $1 in
12237   --*=*)
12238     ac_option=`expr "x$1" : 'x\([^=]*\)='`
12239     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
12240     shift
12241     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
12242     shift
12243     ;;
12244   -*);;
12245   *) # This is not an option, so the user has probably given explicit
12246      # arguments.
12247      ac_need_defaults=false;;
12248   esac
12249
12250   case $1 in
12251   # Handling of the options.
12252 EOF
12253 cat >>$CONFIG_STATUS <<EOF
12254   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12255     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
12256     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
12257 EOF
12258 cat >>$CONFIG_STATUS <<\EOF
12259   --version | --vers* | -V )
12260     echo "$ac_cs_version"; exit 0 ;;
12261   --he | --h)
12262     # Conflict between --help and --header
12263     { { echo "$as_me:12263: error: ambiguous option: $1
12264 Try \`$0 --help' for more information." >&5
12265 echo "$as_me: error: ambiguous option: $1
12266 Try \`$0 --help' for more information." >&2;}
12267    { (exit 1); exit 1; }; };;
12268   --help | --hel | -h )
12269     echo "$ac_cs_usage"; exit 0 ;;
12270   --debug | --d* | -d )
12271     debug=: ;;
12272   --file | --fil | --fi | --f )
12273     shift
12274     CONFIG_FILES="$CONFIG_FILES $1"
12275     ac_need_defaults=false;;
12276   --header | --heade | --head | --hea )
12277     shift
12278     CONFIG_HEADERS="$CONFIG_HEADERS $1"
12279     ac_need_defaults=false;;
12280
12281   # This is an error.
12282   -*) { { echo "$as_me:12282: error: unrecognized option: $1
12283 Try \`$0 --help' for more information." >&5
12284 echo "$as_me: error: unrecognized option: $1
12285 Try \`$0 --help' for more information." >&2;}
12286    { (exit 1); exit 1; }; } ;;
12287
12288   *) ac_config_targets="$ac_config_targets $1" ;;
12289
12290   esac
12291   shift
12292 done
12293
12294 exec 5>>config.log
12295 cat >&5 << _ACEOF
12296
12297 ## ----------------------- ##
12298 ## Running config.status.  ##
12299 ## ----------------------- ##
12300
12301 This file was extended by $as_me 2.52.20101002, executed with
12302   CONFIG_FILES    = $CONFIG_FILES
12303   CONFIG_HEADERS  = $CONFIG_HEADERS
12304   CONFIG_LINKS    = $CONFIG_LINKS
12305   CONFIG_COMMANDS = $CONFIG_COMMANDS
12306   > $ac_cs_invocation
12307 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12308
12309 _ACEOF
12310 EOF
12311
12312 cat >>$CONFIG_STATUS <<EOF
12313 #
12314 # INIT-COMMANDS section.
12315 #
12316
12317 ### Special initialization commands, used to pass information from the
12318 ### configuration-run into config.status
12319
12320 AWK="$AWK"
12321 DFT_ARG_SUFFIX="$DFT_ARG_SUFFIX"
12322 DFT_LWR_MODEL="$DFT_LWR_MODEL"
12323 ECHO_LINK="$ECHO_LINK"
12324 LIB_NAME="$LIB_NAME"
12325 LIB_SUFFIX="$LIB_SUFFIX"
12326 LN_S="$LN_S"
12327 NCURSES_MAJOR="$NCURSES_MAJOR"
12328 NCURSES_MINOR="$NCURSES_MINOR"
12329 NCURSES_PATCH="$NCURSES_PATCH"
12330 USE_OLD_MAKERULES="$USE_OLD_MAKERULES"
12331 cf_cv_abi_version="$cf_cv_abi_version"
12332 cf_cv_rel_version="$cf_cv_rel_version"
12333 cf_cv_rm_so_locs="$cf_cv_rm_so_locs"
12334 cf_cv_shared_soname='$cf_cv_shared_soname'
12335 cf_cv_shlib_version="$cf_cv_shlib_version"
12336 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix"
12337 cf_cv_system_name="$cf_cv_system_name"
12338 host="$host"
12339 target="$target"
12340
12341 EOF
12342
12343 cat >>$CONFIG_STATUS <<\EOF
12344 for ac_config_target in $ac_config_targets
12345 do
12346   case "$ac_config_target" in
12347   # Handling of arguments.
12348   "$SUB_MAKEFILES" ) CONFIG_FILES="$CONFIG_FILES $SUB_MAKEFILES" ;;
12349   "doc/adacurses${DFT_ARG_SUFFIX}-config.1" ) CONFIG_FILES="$CONFIG_FILES doc/adacurses${DFT_ARG_SUFFIX}-config.1:doc/MKada_config.in" ;;
12350   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12351   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12352   "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;;
12353   *) { { echo "$as_me:12353: error: invalid argument: $ac_config_target" >&5
12354 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12355    { (exit 1); exit 1; }; };;
12356   esac
12357 done
12358
12359 # If the user did not use the arguments to specify the items to instantiate,
12360 # then the envvar interface is used.  Set only those that are not.
12361 # We use the long form for the default assignment because of an extremely
12362 # bizarre bug on SunOS 4.1.3.
12363 if $ac_need_defaults; then
12364   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12365   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12366   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12367 fi
12368
12369 # Create a temporary directory, and hook for its removal unless debugging.
12370 $debug ||
12371 {
12372   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12373   trap '{ (exit 1); exit 1; }' 1 2 13 15
12374 }
12375
12376 # Create a (secure) tmp directory for tmp files.
12377 : ${TMPDIR=/tmp}
12378 {
12379   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
12380   test -n "$tmp" && test -d "$tmp"
12381 }  ||
12382 {
12383   tmp=$TMPDIR/cs$$-$RANDOM
12384   (umask 077 && mkdir $tmp)
12385 } ||
12386 {
12387    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
12388    { (exit 1); exit 1; }
12389 }
12390
12391 EOF
12392
12393 cat >>$CONFIG_STATUS <<EOF
12394
12395 #
12396 # CONFIG_FILES section.
12397 #
12398
12399 # No need to generate the scripts if there are no CONFIG_FILES.
12400 # This happens for instance when ./config.status config.h
12401 if test -n "\$CONFIG_FILES"; then
12402   # Protect against being on the right side of a sed subst in config.status.
12403   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12404    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12405 s,@SHELL@,$SHELL,;t t
12406 s,@exec_prefix@,$exec_prefix,;t t
12407 s,@prefix@,$prefix,;t t
12408 s,@program_transform_name@,$program_transform_name,;t t
12409 s,@bindir@,$bindir,;t t
12410 s,@sbindir@,$sbindir,;t t
12411 s,@libexecdir@,$libexecdir,;t t
12412 s,@datadir@,$datadir,;t t
12413 s,@sysconfdir@,$sysconfdir,;t t
12414 s,@sharedstatedir@,$sharedstatedir,;t t
12415 s,@localstatedir@,$localstatedir,;t t
12416 s,@libdir@,$libdir,;t t
12417 s,@includedir@,$includedir,;t t
12418 s,@oldincludedir@,$oldincludedir,;t t
12419 s,@infodir@,$infodir,;t t
12420 s,@mandir@,$mandir,;t t
12421 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12422 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12423 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12424 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12425 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12426 s,@build_alias@,$build_alias,;t t
12427 s,@host_alias@,$host_alias,;t t
12428 s,@target_alias@,$target_alias,;t t
12429 s,@ECHO_C@,$ECHO_C,;t t
12430 s,@ECHO_N@,$ECHO_N,;t t
12431 s,@ECHO_T@,$ECHO_T,;t t
12432 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12433 s,@DEFS@,$DEFS,;t t
12434 s,@LIBS@,$LIBS,;t t
12435 s,@top_builddir@,$top_builddir,;t t
12436 s,@build@,$build,;t t
12437 s,@build_cpu@,$build_cpu,;t t
12438 s,@build_vendor@,$build_vendor,;t t
12439 s,@build_os@,$build_os,;t t
12440 s,@host@,$host,;t t
12441 s,@host_cpu@,$host_cpu,;t t
12442 s,@host_vendor@,$host_vendor,;t t
12443 s,@host_os@,$host_os,;t t
12444 s,@target@,$target,;t t
12445 s,@target_cpu@,$target_cpu,;t t
12446 s,@target_vendor@,$target_vendor,;t t
12447 s,@target_os@,$target_os,;t t
12448 s,@CC@,$CC,;t t
12449 s,@CFLAGS@,$CFLAGS,;t t
12450 s,@LDFLAGS@,$LDFLAGS,;t t
12451 s,@CPPFLAGS@,$CPPFLAGS,;t t
12452 s,@ac_ct_CC@,$ac_ct_CC,;t t
12453 s,@EXEEXT@,$EXEEXT,;t t
12454 s,@OBJEXT@,$OBJEXT,;t t
12455 s,@CPP@,$CPP,;t t
12456 s,@EXTRA_CPPFLAGS@,$EXTRA_CPPFLAGS,;t t
12457 s,@PROG_EXT@,$PROG_EXT,;t t
12458 s,@AWK@,$AWK,;t t
12459 s,@EGREP@,$EGREP,;t t
12460 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12461 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12462 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12463 s,@LN_S@,$LN_S,;t t
12464 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
12465 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
12466 s,@PKG_CONFIG_LIBDIR@,$PKG_CONFIG_LIBDIR,;t t
12467 s,@SET_MAKE@,$SET_MAKE,;t t
12468 s,@CTAGS@,$CTAGS,;t t
12469 s,@ETAGS@,$ETAGS,;t t
12470 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t
12471 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t
12472 s,@cf_cv_makeflags@,$cf_cv_makeflags,;t t
12473 s,@RANLIB@,$RANLIB,;t t
12474 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
12475 s,@LD@,$LD,;t t
12476 s,@ac_ct_LD@,$ac_ct_LD,;t t
12477 s,@AR@,$AR,;t t
12478 s,@ac_ct_AR@,$ac_ct_AR,;t t
12479 s,@ARFLAGS@,$ARFLAGS,;t t
12480 s,@DESTDIR@,$DESTDIR,;t t
12481 s,@BUILD_CC@,$BUILD_CC,;t t
12482 s,@BUILD_CPP@,$BUILD_CPP,;t t
12483 s,@BUILD_CFLAGS@,$BUILD_CFLAGS,;t t
12484 s,@BUILD_CPPFLAGS@,$BUILD_CPPFLAGS,;t t
12485 s,@BUILD_LDFLAGS@,$BUILD_LDFLAGS,;t t
12486 s,@BUILD_LIBS@,$BUILD_LIBS,;t t
12487 s,@BUILD_EXEEXT@,$BUILD_EXEEXT,;t t
12488 s,@BUILD_OBJEXT@,$BUILD_OBJEXT,;t t
12489 s,@DFT_LWR_MODEL@,$DFT_LWR_MODEL,;t t
12490 s,@DFT_UPR_MODEL@,$DFT_UPR_MODEL,;t t
12491 s,@NCURSES_CONFIG@,$NCURSES_CONFIG,;t t
12492 s,@NCURSES_MAJOR@,$NCURSES_MAJOR,;t t
12493 s,@NCURSES_MINOR@,$NCURSES_MINOR,;t t
12494 s,@NCURSES_PATCH@,$NCURSES_PATCH,;t t
12495 s,@cf_cv_rel_version@,$cf_cv_rel_version,;t t
12496 s,@cf_cv_abi_version@,$cf_cv_abi_version,;t t
12497 s,@cf_cv_builtin_bool@,$cf_cv_builtin_bool,;t t
12498 s,@cf_cv_header_stdbool_h@,$cf_cv_header_stdbool_h,;t t
12499 s,@cf_cv_type_of_bool@,$cf_cv_type_of_bool,;t t
12500 s,@LIB_PREFIX@,$LIB_PREFIX,;t t
12501 s,@LIB_SUFFIX@,$LIB_SUFFIX,;t t
12502 s,@CC_G_OPT@,$CC_G_OPT,;t t
12503 s,@LD_MODEL@,$LD_MODEL,;t t
12504 s,@CC_SHARED_OPTS@,$CC_SHARED_OPTS,;t t
12505 s,@LD_RPATH_OPT@,$LD_RPATH_OPT,;t t
12506 s,@LD_SHARED_OPTS@,$LD_SHARED_OPTS,;t t
12507 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t
12508 s,@LINK_PROGS@,$LINK_PROGS,;t t
12509 s,@LINK_TESTS@,$LINK_TESTS,;t t
12510 s,@EXTRA_LDFLAGS@,$EXTRA_LDFLAGS,;t t
12511 s,@LOCAL_LDFLAGS@,$LOCAL_LDFLAGS,;t t
12512 s,@LOCAL_LDFLAGS2@,$LOCAL_LDFLAGS2,;t t
12513 s,@INSTALL_LIB@,$INSTALL_LIB,;t t
12514 s,@RPATH_LIST@,$RPATH_LIST,;t t
12515 s,@BROKEN_LINKER@,$BROKEN_LINKER,;t t
12516 s,@NCURSES_EXT_FUNCS@,$NCURSES_EXT_FUNCS,;t t
12517 s,@NCURSES_CONST@,$NCURSES_CONST,;t t
12518 s,@PTHREAD@,$PTHREAD,;t t
12519 s,@cf_cv_enable_reentrant@,$cf_cv_enable_reentrant,;t t
12520 s,@NCURSES_WRAP_PREFIX@,$NCURSES_WRAP_PREFIX,;t t
12521 s,@ECHO_LINK@,$ECHO_LINK,;t t
12522 s,@ADAFLAGS@,$ADAFLAGS,;t t
12523 s,@EXTRA_CFLAGS@,$EXTRA_CFLAGS,;t t
12524 s,@ADA_TRACE@,$ADA_TRACE,;t t
12525 s,@gnat_exists@,$gnat_exists,;t t
12526 s,@M4_exists@,$M4_exists,;t t
12527 s,@cf_ada_make@,$cf_ada_make,;t t
12528 s,@cf_compile_generics@,$cf_compile_generics,;t t
12529 s,@cf_generic_objects@,$cf_generic_objects,;t t
12530 s,@USE_GNAT_SIGINT@,$USE_GNAT_SIGINT,;t t
12531 s,@PRAGMA_UNREF@,$PRAGMA_UNREF,;t t
12532 s,@USE_OLD_MAKERULES@,$USE_OLD_MAKERULES,;t t
12533 s,@USE_GNAT_PROJECTS@,$USE_GNAT_PROJECTS,;t t
12534 s,@USE_GNAT_LIBRARIES@,$USE_GNAT_LIBRARIES,;t t
12535 s,@cf_ada_compiler@,$cf_ada_compiler,;t t
12536 s,@cf_ada_package@,$cf_ada_package,;t t
12537 s,@ADA_INCLUDE@,$ADA_INCLUDE,;t t
12538 s,@ADA_OBJECTS@,$ADA_OBJECTS,;t t
12539 s,@ADA_SHAREDLIB@,$ADA_SHAREDLIB,;t t
12540 s,@MAKE_ADA_SHAREDLIB@,$MAKE_ADA_SHAREDLIB,;t t
12541 s,@TINFO_LDFLAGS2@,$TINFO_LDFLAGS2,;t t
12542 s,@TINFO_LIBS@,$TINFO_LIBS,;t t
12543 s,@ACPPFLAGS@,$ACPPFLAGS,;t t
12544 s,@DFT_ARG_SUFFIX@,$DFT_ARG_SUFFIX,;t t
12545 s,@DFT_DEP_SUFFIX@,$DFT_DEP_SUFFIX,;t t
12546 s,@DFT_OBJ_SUBDIR@,$DFT_OBJ_SUBDIR,;t t
12547 s,@MAKE_PC_FILES@,$MAKE_PC_FILES,;t t
12548 s,@cross_compiling@,$cross_compiling,;t t
12549 s,@TEST_ARG2@,$TEST_ARG2,;t t
12550 s,@TEST_LIBS2@,$TEST_LIBS2,;t t
12551 s,@NCURSES_SHLIB2@,$NCURSES_SHLIB2,;t t
12552 s,@ADA_SUBDIRS@,$ADA_SUBDIRS,;t t
12553 s,@NCURSES_TREE@,$NCURSES_TREE,;t t
12554 s,@EXTERNAL_TREE@,$EXTERNAL_TREE,;t t
12555 s,@ADAHTML_DIR@,$ADAHTML_DIR,;t t
12556 CEOF
12557
12558 EOF
12559
12560   cat >>$CONFIG_STATUS <<\EOF
12561   # Split the substitutions into bite-sized pieces for seds with
12562   # small command number limits, like on Digital OSF/1 and HP-UX.
12563   ac_max_sed_lines=48
12564   ac_sed_frag=1 # Number of current file.
12565   ac_beg=1 # First line for current file.
12566   ac_end=$ac_max_sed_lines # Line after last line for current file.
12567   ac_more_lines=:
12568   ac_sed_cmds=
12569   while $ac_more_lines; do
12570     if test $ac_beg -gt 1; then
12571       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12572     else
12573       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12574     fi
12575     if test ! -s $tmp/subs.frag; then
12576       ac_more_lines=false
12577     else
12578       # The purpose of the label and of the branching condition is to
12579       # speed up the sed processing (if there are no `@' at all, there
12580       # is no need to browse any of the substitutions).
12581       # These are the two extra sed commands mentioned above.
12582       (echo ':t
12583   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12584       if test -z "$ac_sed_cmds"; then
12585         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12586       else
12587         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12588       fi
12589       ac_sed_frag=`expr $ac_sed_frag + 1`
12590       ac_beg=$ac_end
12591       ac_end=`expr $ac_end + $ac_max_sed_lines`
12592     fi
12593   done
12594   if test -z "$ac_sed_cmds"; then
12595     ac_sed_cmds=cat
12596   fi
12597 fi # test -n "$CONFIG_FILES"
12598
12599 EOF
12600 cat >>$CONFIG_STATUS <<\EOF
12601 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12602   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12603   case $ac_file in
12604   - | *:- | *:-:* ) # input from stdin
12605         cat >$tmp/stdin
12606         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12607         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12608   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12609         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12610   * )   ac_file_in=$ac_file.in ;;
12611   esac
12612
12613   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12614   ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12615          X"$ac_file" : 'X\(//\)[^/]' \| \
12616          X"$ac_file" : 'X\(//\)$' \| \
12617          X"$ac_file" : 'X\(/\)' \| \
12618          .     : '\(.\)' 2>/dev/null ||
12619 echo X"$ac_file" |
12620     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12621           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12622           /^X\(\/\/\)$/{ s//\1/; q; }
12623           /^X\(\/\).*/{ s//\1/; q; }
12624           s/.*/./; q'`
12625   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
12626     { case "$ac_dir" in
12627   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
12628   *)                      as_incr_dir=.;;
12629 esac
12630 as_dummy="$ac_dir"
12631 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
12632   case $as_mkdir_dir in
12633     # Skip DOS drivespec
12634     ?:) as_incr_dir=$as_mkdir_dir ;;
12635     *)
12636       as_incr_dir=$as_incr_dir/$as_mkdir_dir
12637       test -d "$as_incr_dir" || mkdir "$as_incr_dir"
12638     ;;
12639   esac
12640 done; }
12641
12642     ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
12643     # A "../" for each directory in $ac_dir_suffix.
12644     ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
12645   else
12646     ac_dir_suffix= ac_dots=
12647   fi
12648
12649   case $srcdir in
12650   .)  ac_srcdir=.
12651       if test -z "$ac_dots"; then
12652          ac_top_srcdir=.
12653       else
12654          ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
12655       fi ;;
12656   [\\/]* | ?:[\\/]* )
12657       ac_srcdir=$srcdir$ac_dir_suffix;
12658       ac_top_srcdir=$srcdir ;;
12659   *) # Relative path.
12660     ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
12661     ac_top_srcdir=$ac_dots$srcdir ;;
12662   esac
12663
12664   case $INSTALL in
12665   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12666   *) ac_INSTALL=$ac_dots$INSTALL ;;
12667   esac
12668
12669   if test x"$ac_file" != x-; then
12670     { echo "$as_me:12670: creating $ac_file" >&5
12671 echo "$as_me: creating $ac_file" >&6;}
12672     rm -f "$ac_file"
12673   fi
12674   # Let's still pretend it is `configure' which instantiates (i.e., don't
12675   # use $as_me), people would be surprised to read:
12676   #    /* config.h.  Generated automatically by config.status.  */
12677   configure_input="Generated automatically from `echo $ac_file_in |
12678                                                  sed 's,.*/,,'` by configure."
12679
12680   # First look for the input files in the build tree, otherwise in the
12681   # src tree.
12682   ac_file_inputs=`IFS=:
12683     for f in $ac_file_in; do
12684       case $f in
12685       -) echo $tmp/stdin ;;
12686       [\\/$]*)
12687          # Absolute (can't be DOS-style, as IFS=:)
12688          test -f "$f" || { { echo "$as_me:12688: error: cannot find input file: $f" >&5
12689 echo "$as_me: error: cannot find input file: $f" >&2;}
12690    { (exit 1); exit 1; }; }
12691          echo $f;;
12692       *) # Relative
12693          if test -f "$f"; then
12694            # Build tree
12695            echo $f
12696          elif test -f "$srcdir/$f"; then
12697            # Source tree
12698            echo $srcdir/$f
12699          else
12700            # /dev/null tree
12701            { { echo "$as_me:12701: error: cannot find input file: $f" >&5
12702 echo "$as_me: error: cannot find input file: $f" >&2;}
12703    { (exit 1); exit 1; }; }
12704          fi;;
12705       esac
12706     done` || { (exit 1); exit 1; }
12707 EOF
12708 cat >>$CONFIG_STATUS <<EOF
12709   sed "$ac_vpsub
12710 $extrasub
12711 EOF
12712 cat >>$CONFIG_STATUS <<\EOF
12713 :t
12714 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12715 s,@configure_input@,$configure_input,;t t
12716 s,@srcdir@,$ac_srcdir,;t t
12717 s,@top_srcdir@,$ac_top_srcdir,;t t
12718 s,@INSTALL@,$ac_INSTALL,;t t
12719 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12720   rm -f $tmp/stdin
12721   if test x"$ac_file" != x-; then
12722     mv $tmp/out $ac_file
12723   else
12724     cat $tmp/out
12725     rm -f $tmp/out
12726   fi
12727
12728 done
12729 EOF
12730 cat >>$CONFIG_STATUS <<\EOF
12731
12732 #
12733 # CONFIG_HEADER section.
12734 #
12735
12736 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
12737 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12738 #
12739 # ac_d sets the value in "#define NAME VALUE" lines.
12740 ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
12741 ac_dB='[        ].*$,\1#\2'
12742 ac_dC=' '
12743 ac_dD=',;t'
12744 # ac_i turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
12745 ac_iA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
12746 ac_iB='\([      ]\),\1#\2define\3'
12747 ac_iC=' '
12748 ac_iD='\4,;t'
12749 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12750 ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
12751 ac_uB='$,\1#\2define\3'
12752 ac_uC=' '
12753 ac_uD=',;t'
12754
12755 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
12756   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12757   case $ac_file in
12758   - | *:- | *:-:* ) # input from stdin
12759         cat >$tmp/stdin
12760         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12761         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12762   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12763         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12764   * )   ac_file_in=$ac_file.in ;;
12765   esac
12766
12767   test x"$ac_file" != x- && { echo "$as_me:12767: creating $ac_file" >&5
12768 echo "$as_me: creating $ac_file" >&6;}
12769
12770   # First look for the input files in the build tree, otherwise in the
12771   # src tree.
12772   ac_file_inputs=`IFS=:
12773     for f in $ac_file_in; do
12774       case $f in
12775       -) echo $tmp/stdin ;;
12776       [\\/$]*)
12777          # Absolute (can't be DOS-style, as IFS=:)
12778          test -f "$f" || { { echo "$as_me:12778: error: cannot find input file: $f" >&5
12779 echo "$as_me: error: cannot find input file: $f" >&2;}
12780    { (exit 1); exit 1; }; }
12781          echo $f;;
12782       *) # Relative
12783          if test -f "$f"; then
12784            # Build tree
12785            echo $f
12786          elif test -f "$srcdir/$f"; then
12787            # Source tree
12788            echo $srcdir/$f
12789          else
12790            # /dev/null tree
12791            { { echo "$as_me:12791: error: cannot find input file: $f" >&5
12792 echo "$as_me: error: cannot find input file: $f" >&2;}
12793    { (exit 1); exit 1; }; }
12794          fi;;
12795       esac
12796     done` || { (exit 1); exit 1; }
12797   # Remove the trailing spaces.
12798   sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
12799
12800 EOF
12801
12802 # Transform confdefs.h into a list of #define's.  We won't use it as a sed
12803 # script, but as data to insert where we see @DEFS@.  We expect AC_SAVE_DEFS to
12804 # be either 'cat' or 'sort'.
12805 cat confdefs.h | uniq >conftest.vals
12806
12807 # Break up conftest.vals because some shells have a limit on
12808 # the size of here documents, and old seds have small limits too.
12809
12810 rm -f conftest.tail
12811 echo '  rm -f conftest.frag' >> $CONFIG_STATUS
12812 while grep . conftest.vals >/dev/null
12813 do
12814   # Write chunks of a limited-size here document to conftest.frag.
12815   echo '  cat >> conftest.frag <<CEOF' >> $CONFIG_STATUS
12816   sed ${ac_max_here_lines}q conftest.vals | sed -e 's/#ifdef.*/#if 0/' >> $CONFIG_STATUS
12817   echo 'CEOF' >> $CONFIG_STATUS
12818   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
12819   rm -f conftest.vals
12820   mv conftest.tail conftest.vals
12821 done
12822 rm -f conftest.vals
12823
12824 # Run sed to substitute the contents of conftest.frag into $tmp/in at the
12825 # marker @DEFS@.
12826 echo '  cat >> conftest.edit <<CEOF
12827 /@DEFS@/r conftest.frag
12828 /@DEFS@/d
12829 CEOF
12830 sed -f conftest.edit $tmp/in > $tmp/out
12831 rm -f $tmp/in
12832 mv $tmp/out $tmp/in
12833 rm -f conftest.edit conftest.frag
12834 ' >> $CONFIG_STATUS
12835
12836 cat >>$CONFIG_STATUS <<\EOF
12837   # Let's still pretend it is `configure' which instantiates (i.e., don't
12838   # use $as_me), people would be surprised to read:
12839   #    /* config.h.  Generated automatically by config.status.  */
12840   if test x"$ac_file" = x-; then
12841     echo "/* Generated automatically by configure.  */" >$tmp/config.h
12842   else
12843     echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h
12844   fi
12845   cat $tmp/in >>$tmp/config.h
12846   rm -f $tmp/in
12847   if test x"$ac_file" != x-; then
12848     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
12849       { echo "$as_me:12849: $ac_file is unchanged" >&5
12850 echo "$as_me: $ac_file is unchanged" >&6;}
12851     else
12852       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12853          X"$ac_file" : 'X\(//\)[^/]' \| \
12854          X"$ac_file" : 'X\(//\)$' \| \
12855          X"$ac_file" : 'X\(/\)' \| \
12856          .     : '\(.\)' 2>/dev/null ||
12857 echo X"$ac_file" |
12858     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12859           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12860           /^X\(\/\/\)$/{ s//\1/; q; }
12861           /^X\(\/\).*/{ s//\1/; q; }
12862           s/.*/./; q'`
12863       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
12864         { case "$ac_dir" in
12865   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
12866   *)                      as_incr_dir=.;;
12867 esac
12868 as_dummy="$ac_dir"
12869 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
12870   case $as_mkdir_dir in
12871     # Skip DOS drivespec
12872     ?:) as_incr_dir=$as_mkdir_dir ;;
12873     *)
12874       as_incr_dir=$as_incr_dir/$as_mkdir_dir
12875       test -d "$as_incr_dir" || mkdir "$as_incr_dir"
12876     ;;
12877   esac
12878 done; }
12879
12880       fi
12881       rm -f $ac_file
12882       mv $tmp/config.h $ac_file
12883     fi
12884   else
12885     cat $tmp/config.h
12886     rm -f $tmp/config.h
12887   fi
12888 done
12889 EOF
12890 cat >>$CONFIG_STATUS <<\EOF
12891 #
12892 # CONFIG_COMMANDS section.
12893 #
12894 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
12895   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
12896   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
12897
12898   case $ac_dest in
12899     default )
12900 if test -z "$USE_OLD_MAKERULES" ; then
12901         $AWK -f $srcdir/mk-1st.awk <$srcdir/src/modules >>src/Makefile
12902 fi
12903  ;;
12904   esac
12905 done
12906 EOF
12907
12908 cat >>$CONFIG_STATUS <<\EOF
12909
12910 { (exit 0); exit 0; }
12911 EOF
12912 chmod +x $CONFIG_STATUS
12913 ac_clean_files=$ac_clean_files_save
12914
12915 # configure is writing to config.log, and then calls config.status.
12916 # config.status does its own redirection, appending to config.log.
12917 # Unfortunately, on DOS this fails, as config.log is still kept open
12918 # by configure, so config.status won't be able to write to it; its
12919 # output is simply discarded.  So we exec the FD to /dev/null,
12920 # effectively closing config.log, so it can be properly (re)opened and
12921 # appended to by config.status.  When coming back to configure, we
12922 # need to make the FD available again.
12923 if test "$no_create" != yes; then
12924   ac_cs_success=:
12925   exec 5>/dev/null
12926   $SHELL $CONFIG_STATUS || ac_cs_success=false
12927   exec 5>>config.log
12928   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12929   # would make configure fail if this is the last instruction.
12930   $ac_cs_success || { (exit 1); exit 1; }
12931 fi
12932 ${MAKE:-make} preinstall