Make setthetime() static per the prototype.
[dragonfly.git] / contrib / ncurses / test / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13.19990117 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 srcdir=
32 target=NONE
33 verbose=
34 x_includes=NONE
35 x_libraries=NONE
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
48
49 # Initialize some other variables.
50 subdirs=
51 MFLAGS= MAKEFLAGS=
52 SHELL=${CONFIG_SHELL-/bin/sh}
53 # Maximum number of lines to put in a shell here document.
54 ac_max_here_lines=12
55
56 ac_prev=
57 for ac_option
58 do
59
60   # If the previous option needs an argument, assign it.
61   if test -n "$ac_prev"; then
62     eval "$ac_prev=\$ac_option"
63     ac_prev=
64     continue
65   fi
66
67   case "$ac_option" in
68   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69   *) ac_optarg= ;;
70   esac
71
72   # Accept the important Cygnus configure options, so we can diagnose typos.
73
74   case "$ac_option" in
75
76   -bindir | --bindir | --bindi | --bind | --bin | --bi)
77     ac_prev=bindir ;;
78   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79     bindir="$ac_optarg" ;;
80
81   -build | --build | --buil | --bui | --bu)
82     ac_prev=build ;;
83   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84     build="$ac_optarg" ;;
85
86   -cache-file | --cache-file | --cache-fil | --cache-fi \
87   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88     ac_prev=cache_file ;;
89   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91     cache_file="$ac_optarg" ;;
92
93   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94     ac_prev=datadir ;;
95   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96   | --da=*)
97     datadir="$ac_optarg" ;;
98
99   -disable-* | --disable-*)
100     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101     # Reject names that are not valid shell variable names.
102     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104     fi
105     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106     eval "enable_${ac_feature}=no" ;;
107
108   -enable-* | --enable-*)
109     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110     # Reject names that are not valid shell variable names.
111     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113     fi
114     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115     case "$ac_option" in
116       *=*) ;;
117       *) ac_optarg=yes ;;
118     esac
119     eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123   | --exec | --exe | --ex)
124     ac_prev=exec_prefix ;;
125   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127   | --exec=* | --exe=* | --ex=*)
128     exec_prefix="$ac_optarg" ;;
129
130   -gas | --gas | --ga | --g)
131     # Obsolete; use --with-gas.
132     with_gas=yes ;;
133
134   -help | --help | --hel | --he)
135     # Omit some internal or obsolete options to make the list less imposing.
136     # This message is too long to be a string in the A/UX 3.1 sh.
137     cat << EOF
138 Usage: configure [options] [host]
139 Options: [defaults in brackets after descriptions]
140 Configuration:
141   --cache-file=FILE       cache test results in FILE
142   --help                  print this message
143   --no-create             do not create output files
144   --quiet, --silent       do not print \`checking...' messages
145   --version               print the version of autoconf that created configure
146 Directory and file names:
147   --prefix=PREFIX         install architecture-independent files in PREFIX
148                           [$ac_default_prefix]
149   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
150                           [same as prefix]
151   --bindir=DIR            user executables in DIR [EPREFIX/bin]
152   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
153   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
154   --datadir=DIR           read-only architecture-independent data in DIR
155                           [PREFIX/share]
156   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
157   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
158                           [PREFIX/com]
159   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
160   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
161   --includedir=DIR        C header files in DIR [PREFIX/include]
162   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
163   --infodir=DIR           info documentation in DIR [PREFIX/info]
164   --mandir=DIR            man documentation in DIR [PREFIX/man]
165   --srcdir=DIR            find the sources in DIR [configure dir or ..]
166   --program-prefix=PREFIX prepend PREFIX to installed program names
167   --program-suffix=SUFFIX append SUFFIX to installed program names
168   --program-transform-name=PROGRAM
169                           run sed PROGRAM on installed program names
170 EOF
171     cat << EOF
172 Host type:
173   --build=BUILD           configure for building on BUILD [BUILD=HOST]
174   --host=HOST             configure for HOST [guessed]
175   --target=TARGET         configure for TARGET [TARGET=HOST]
176 Features and packages:
177   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
178   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
179   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
180   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
181   --x-includes=DIR        X include files are in DIR
182   --x-libraries=DIR       X library files are in DIR
183 EOF
184 cat <<EOF
185 --enable and --with options recognized:
186   --with-5lib             use SunOS sysv-libraries
187   --with-ncurses          use ncurses-libraries (installed)
188 EOF
189     exit 0 ;;
190
191   -host | --host | --hos | --ho)
192     ac_prev=host ;;
193   -host=* | --host=* | --hos=* | --ho=*)
194     host="$ac_optarg" ;;
195
196   -includedir | --includedir | --includedi | --included | --include \
197   | --includ | --inclu | --incl | --inc)
198     ac_prev=includedir ;;
199   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200   | --includ=* | --inclu=* | --incl=* | --inc=*)
201     includedir="$ac_optarg" ;;
202
203   -infodir | --infodir | --infodi | --infod | --info | --inf)
204     ac_prev=infodir ;;
205   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206     infodir="$ac_optarg" ;;
207
208   -libdir | --libdir | --libdi | --libd)
209     ac_prev=libdir ;;
210   -libdir=* | --libdir=* | --libdi=* | --libd=*)
211     libdir="$ac_optarg" ;;
212
213   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214   | --libexe | --libex | --libe)
215     ac_prev=libexecdir ;;
216   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217   | --libexe=* | --libex=* | --libe=*)
218     libexecdir="$ac_optarg" ;;
219
220   -localstatedir | --localstatedir | --localstatedi | --localstated \
221   | --localstate | --localstat | --localsta | --localst \
222   | --locals | --local | --loca | --loc | --lo)
223     ac_prev=localstatedir ;;
224   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227     localstatedir="$ac_optarg" ;;
228
229   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230     ac_prev=mandir ;;
231   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232     mandir="$ac_optarg" ;;
233
234   -nfp | --nfp | --nf)
235     # Obsolete; use --without-fp.
236     with_fp=no ;;
237
238   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239   | --no-cr | --no-c)
240     no_create=yes ;;
241
242   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244     no_recursion=yes ;;
245
246   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248   | --oldin | --oldi | --old | --ol | --o)
249     ac_prev=oldincludedir ;;
250   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253     oldincludedir="$ac_optarg" ;;
254
255   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256     ac_prev=prefix ;;
257   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258     prefix="$ac_optarg" ;;
259
260   -program-prefix | --program-prefix | --program-prefi | --program-pref \
261   | --program-pre | --program-pr | --program-p)
262     ac_prev=program_prefix ;;
263   -program-prefix=* | --program-prefix=* | --program-prefi=* \
264   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265     program_prefix="$ac_optarg" ;;
266
267   -program-suffix | --program-suffix | --program-suffi | --program-suff \
268   | --program-suf | --program-su | --program-s)
269     ac_prev=program_suffix ;;
270   -program-suffix=* | --program-suffix=* | --program-suffi=* \
271   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272     program_suffix="$ac_optarg" ;;
273
274   -program-transform-name | --program-transform-name \
275   | --program-transform-nam | --program-transform-na \
276   | --program-transform-n | --program-transform- \
277   | --program-transform | --program-transfor \
278   | --program-transfo | --program-transf \
279   | --program-trans | --program-tran \
280   | --progr-tra | --program-tr | --program-t)
281     ac_prev=program_transform_name ;;
282   -program-transform-name=* | --program-transform-name=* \
283   | --program-transform-nam=* | --program-transform-na=* \
284   | --program-transform-n=* | --program-transform-=* \
285   | --program-transform=* | --program-transfor=* \
286   | --program-transfo=* | --program-transf=* \
287   | --program-trans=* | --program-tran=* \
288   | --progr-tra=* | --program-tr=* | --program-t=*)
289     program_transform_name="$ac_optarg" ;;
290
291   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292   | -silent | --silent | --silen | --sile | --sil)
293     silent=yes ;;
294
295   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296     ac_prev=sbindir ;;
297   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298   | --sbi=* | --sb=*)
299     sbindir="$ac_optarg" ;;
300
301   -sharedstatedir | --sharedstatedir | --sharedstatedi \
302   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303   | --sharedst | --shareds | --shared | --share | --shar \
304   | --sha | --sh)
305     ac_prev=sharedstatedir ;;
306   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309   | --sha=* | --sh=*)
310     sharedstatedir="$ac_optarg" ;;
311
312   -site | --site | --sit)
313     ac_prev=site ;;
314   -site=* | --site=* | --sit=*)
315     site="$ac_optarg" ;;
316
317   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
318     ac_prev=srcdir ;;
319   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
320     srcdir="$ac_optarg" ;;
321
322   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
323   | --syscon | --sysco | --sysc | --sys | --sy)
324     ac_prev=sysconfdir ;;
325   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
326   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
327     sysconfdir="$ac_optarg" ;;
328
329   -target | --target | --targe | --targ | --tar | --ta | --t)
330     ac_prev=target ;;
331   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
332     target="$ac_optarg" ;;
333
334   -v | -verbose | --verbose | --verbos | --verbo | --verb)
335     verbose=yes ;;
336
337   -version | --version | --versio | --versi | --vers)
338     echo "configure generated by autoconf version 2.13.19990117"
339     exit 0 ;;
340
341   -with-* | --with-*)
342     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
343     # Reject names that are not valid shell variable names.
344     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
345       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
346     fi
347     ac_package=`echo $ac_package| sed 's/-/_/g'`
348     case "$ac_option" in
349       *=*) ;;
350       *) ac_optarg=yes ;;
351     esac
352     eval "with_${ac_package}='$ac_optarg'" ;;
353
354   -without-* | --without-*)
355     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
356     # Reject names that are not valid shell variable names.
357     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
358       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
359     fi
360     ac_package=`echo $ac_package| sed 's/-/_/g'`
361     eval "with_${ac_package}=no" ;;
362
363   --x)
364     # Obsolete; use --with-x.
365     with_x=yes ;;
366
367   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
368   | --x-incl | --x-inc | --x-in | --x-i)
369     ac_prev=x_includes ;;
370   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
371   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
372     x_includes="$ac_optarg" ;;
373
374   -x-libraries | --x-libraries | --x-librarie | --x-librari \
375   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
376     ac_prev=x_libraries ;;
377   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
378   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
379     x_libraries="$ac_optarg" ;;
380
381   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
382     ;;
383
384   *)
385     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
386       echo "configure: warning: $ac_option: invalid host type" 1>&2
387     fi
388     if test "x$nonopt" != xNONE; then
389       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
390     fi
391     nonopt="$ac_option"
392     ;;
393
394   esac
395 done
396
397 if test -n "$ac_prev"; then
398   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
399 fi
400
401 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
402
403 # File descriptor usage:
404 # 0 standard input
405 # 1 file creation
406 # 2 errors and warnings
407 # 3 some systems may open it to /dev/tty
408 # 4 used on the Kubota Titan
409 # 6 checking for... messages and results
410 # 5 compiler messages saved in config.log
411 if test "$silent" = yes; then
412   exec 6>/dev/null
413 else
414   exec 6>&1
415 fi
416 exec 5>./config.log
417
418 echo "\
419 This file contains any messages produced by compilers while
420 running configure, to aid debugging if configure makes a mistake.
421 " 1>&5
422
423 # Strip out --no-create and --no-recursion so they do not pile up.
424 # Also quote any args containing shell metacharacters.
425 ac_configure_args=
426 for ac_arg
427 do
428   case "$ac_arg" in
429   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
430   | --no-cr | --no-c) ;;
431   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
432   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
433   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
434   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
435   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
436   esac
437 done
438
439 # NLS nuisances.
440 # Only set these to C if already set.  These must not be set unconditionally
441 # because not all systems understand e.g. LANG=C (notably SCO).
442 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
443 # Non-C LC_CTYPE values break the ctype check.
444 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
445 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
446 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
447 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
448
449 # confdefs.h avoids OS command line length limits that DEFS can exceed.
450 rm -rf conftest* confdefs.h
451 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
452 echo > confdefs.h
453
454 # A filename unique to this package, relative to the directory that
455 # configure is in, which we can look for to find out if srcdir is correct.
456 ac_unique_file=ncurses.c
457
458 # Find the source files, if location was not specified.
459 if test -z "$srcdir"; then
460   ac_srcdir_defaulted=yes
461   # Try the directory containing this script, then its parent.
462   ac_prog=$0
463   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
464   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
465   srcdir=$ac_confdir
466   if test ! -r $srcdir/$ac_unique_file; then
467     srcdir=..
468   fi
469 else
470   ac_srcdir_defaulted=no
471 fi
472 if test ! -r $srcdir/$ac_unique_file; then
473   if test "$ac_srcdir_defaulted" = yes; then
474     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
475   else
476     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
477   fi
478 fi
479 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
480
481 # Prefer explicitly selected file to automatically selected ones.
482 if test -z "$CONFIG_SITE"; then
483   if test "x$prefix" != xNONE; then
484     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
485   else
486     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
487   fi
488 fi
489 for ac_site_file in $CONFIG_SITE; do
490   if test -r "$ac_site_file"; then
491     echo "loading site script $ac_site_file"
492     . "$ac_site_file"
493   fi
494 done
495
496 if test -r "$cache_file"; then
497   echo "loading cache $cache_file"
498   . $cache_file
499 else
500   echo "creating cache $cache_file"
501   > $cache_file
502 fi
503
504 ac_ext=c
505 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
506 ac_cpp='$CPP $CPPFLAGS'
507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
509 cross_compiling=$ac_cv_prog_cc_cross
510
511 ac_exeext=
512 ac_objext=o
513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
514   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
515   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
516     ac_n= ac_c='
517 ' ac_t='        '
518   else
519     ac_n=-n ac_c= ac_t=
520   fi
521 else
522   ac_n= ac_c='\c' ac_t=
523 fi
524
525
526
527
528 # Extract the first word of "gcc", so it can be a program name with args.
529 set dummy gcc; ac_word=$2
530 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
531 echo "configure:532: checking for $ac_word" >&5
532 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
533   echo $ac_n "(cached) $ac_c" 1>&6
534 else
535   if test -n "$CC"; then
536   ac_cv_prog_CC="$CC" # Let the user override the test.
537 else
538   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
539   ac_dummy="$PATH"
540   for ac_dir in $ac_dummy; do
541     test -z "$ac_dir" && ac_dir=.
542     if test -f $ac_dir/$ac_word; then
543       ac_cv_prog_CC="gcc"
544       break
545     fi
546   done
547   IFS="$ac_save_ifs"
548 fi
549 fi
550 CC="$ac_cv_prog_CC"
551 if test -n "$CC"; then
552   echo "$ac_t""$CC" 1>&6
553 else
554   echo "$ac_t""no" 1>&6
555 fi
556
557 if test -z "$CC"; then
558   # Extract the first word of "cc", so it can be a program name with args.
559 set dummy cc; ac_word=$2
560 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
561 echo "configure:562: checking for $ac_word" >&5
562 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
563   echo $ac_n "(cached) $ac_c" 1>&6
564 else
565   if test -n "$CC"; then
566   ac_cv_prog_CC="$CC" # Let the user override the test.
567 else
568   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
569   ac_prog_rejected=no
570   ac_dummy="$PATH"
571   for ac_dir in $ac_dummy; do
572     test -z "$ac_dir" && ac_dir=.
573     if test -f $ac_dir/$ac_word; then
574       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
575         ac_prog_rejected=yes
576         continue
577       fi
578       ac_cv_prog_CC="cc"
579       break
580     fi
581   done
582   IFS="$ac_save_ifs"
583 if test $ac_prog_rejected = yes; then
584   # We found a bogon in the path, so make sure we never use it.
585   set dummy $ac_cv_prog_CC
586   shift
587   if test $# -gt 0; then
588     # We chose a different compiler from the bogus one.
589     # However, it has the same basename, so the bogon will be chosen
590     # first if we set CC to just the basename; use the full file name.
591     shift
592     set dummy "$ac_dir/$ac_word" "$@"
593     shift
594     ac_cv_prog_CC="$@"
595   fi
596 fi
597 fi
598 fi
599 CC="$ac_cv_prog_CC"
600 if test -n "$CC"; then
601   echo "$ac_t""$CC" 1>&6
602 else
603   echo "$ac_t""no" 1>&6
604 fi
605
606   if test -z "$CC"; then
607     case "`uname -s`" in
608     *win32* | *WIN32*)
609       # Extract the first word of "cl", so it can be a program name with args.
610 set dummy cl; ac_word=$2
611 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
612 echo "configure:613: checking for $ac_word" >&5
613 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
614   echo $ac_n "(cached) $ac_c" 1>&6
615 else
616   if test -n "$CC"; then
617   ac_cv_prog_CC="$CC" # Let the user override the test.
618 else
619   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
620   ac_dummy="$PATH"
621   for ac_dir in $ac_dummy; do
622     test -z "$ac_dir" && ac_dir=.
623     if test -f $ac_dir/$ac_word; then
624       ac_cv_prog_CC="cl"
625       break
626     fi
627   done
628   IFS="$ac_save_ifs"
629 fi
630 fi
631 CC="$ac_cv_prog_CC"
632 if test -n "$CC"; then
633   echo "$ac_t""$CC" 1>&6
634 else
635   echo "$ac_t""no" 1>&6
636 fi
637  ;;
638     esac
639   fi
640   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
641 fi
642
643 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
644 echo "configure:645: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
645
646 ac_ext=c
647 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
648 ac_cpp='$CPP $CPPFLAGS'
649 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
650 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
651 cross_compiling=$ac_cv_prog_cc_cross
652
653 cat > conftest.$ac_ext << EOF
654
655 #line 656 "configure"
656 #include "confdefs.h"
657
658 main(){return(0);}
659 EOF
660 if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
661   ac_cv_prog_cc_works=yes
662   # If we can't run a trivial program, we are probably using a cross compiler.
663   if (./conftest; exit) 2>/dev/null; then
664     ac_cv_prog_cc_cross=no
665   else
666     ac_cv_prog_cc_cross=yes
667   fi
668 else
669   echo "configure: failed program was:" >&5
670   cat conftest.$ac_ext >&5
671   ac_cv_prog_cc_works=no
672 fi
673 rm -fr conftest*
674 ac_ext=c
675 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
676 ac_cpp='$CPP $CPPFLAGS'
677 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
678 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
679 cross_compiling=$ac_cv_prog_cc_cross
680
681 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
682 if test $ac_cv_prog_cc_works = no; then
683   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
684 fi
685 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
686 echo "configure:687: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
687 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
688 cross_compiling=$ac_cv_prog_cc_cross
689
690 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
691 echo "configure:692: checking whether we are using GNU C" >&5
692 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
693   echo $ac_n "(cached) $ac_c" 1>&6
694 else
695   cat > conftest.c <<EOF
696 #ifdef __GNUC__
697   yes;
698 #endif
699 EOF
700 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:701: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
701   ac_cv_prog_gcc=yes
702 else
703   ac_cv_prog_gcc=no
704 fi
705 fi
706
707 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
708
709 if test $ac_cv_prog_gcc = yes; then
710   GCC=yes
711 else
712   GCC=
713 fi
714
715 ac_test_CFLAGS="${CFLAGS+set}"
716 ac_save_CFLAGS="$CFLAGS"
717 CFLAGS=
718 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
719 echo "configure:720: checking whether ${CC-cc} accepts -g" >&5
720 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
721   echo $ac_n "(cached) $ac_c" 1>&6
722 else
723   echo 'void f(){}' > conftest.c
724 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
725   ac_cv_prog_cc_g=yes
726 else
727   ac_cv_prog_cc_g=no
728 fi
729 rm -f conftest*
730
731 fi
732
733 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
734 if test "$ac_test_CFLAGS" = set; then
735   CFLAGS="$ac_save_CFLAGS"
736 elif test $ac_cv_prog_cc_g = yes; then
737   if test "$GCC" = yes; then
738     CFLAGS="-g -O2"
739   else
740     CFLAGS="-g"
741   fi
742 else
743   if test "$GCC" = yes; then
744     CFLAGS="-O2"
745   else
746     CFLAGS=
747   fi
748 fi
749
750
751 CC_G_OPT="-g"                           
752 CC_SHARED_OPTS=unknown                  
753 CPPFLAGS="$CPPFLAGS"                    
754 DFT_DEP_SUFFIX=""                       
755 DFT_OBJ_SUBDIR=`pwd|sed -e's:.*/::'`    
756 DFT_UPR_MODEL="NORMAL"                  
757 ECHO_LINK='@ echo linking $@ ... ;'     
758 EXTRA_LIBS=""                           
759 LD="ld"                                 
760 LDFLAGS_SHARED=""                       
761 LD_MODEL=""                             
762 LD_SHARED_OPTS=""                       
763 LIB_NAME=curses                         
764 LIB_PREFIX="-l"                         
765 LINK_TESTS=""                           
766 LINT=lint                               
767 LINT_OPTS=""                            
768 LOCAL_LDFLAGS=""                        
769 MATH_LIB="-lm"                          
770 PROG_EXT=""                             
771 TEST_ARGS=""                            
772 TEST_DEPS=""                            
773 cf_cv_abi_version=""                    
774 cf_cv_rel_version=""                    
775
776
777 # Check whether --with-5lib or --without-5lib was given.
778 if test "${with_5lib+set}" = set; then
779   withval="$with_5lib"
780   LIBS="-L/usr/5lib $LIBS"
781          CPPFLAGS="$CPPFLAGS -I/usr/5include"
782 fi
783
784
785
786 # Check whether --with-ncurses or --without-ncurses was given.
787 if test "${with_ncurses+set}" = set; then
788   withval="$with_ncurses"
789   echo $ac_n "checking for initscr""... $ac_c" 1>&6
790 echo "configure:791: checking for initscr" >&5
791 if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then
792   echo $ac_n "(cached) $ac_c" 1>&6
793 else
794   cat > conftest.$ac_ext <<EOF
795 #line 796 "configure"
796 #include "confdefs.h"
797 /* System header to define __stub macros and hopefully few prototypes,
798     which can conflict with char initscr(); below.  */
799 #include <assert.h>
800 /* Override any gcc2 internal prototype to avoid an error.  */
801 /* We use char because int might match the return type of a gcc2
802     builtin and then its argument prototype would still apply.  */
803 char initscr();
804
805 int main() {
806
807 /* The GNU C library defines this for functions which it implements
808     to always fail with ENOSYS.  Some functions are actually named
809     something starting with __ and the normal name is an alias.  */
810 #if defined (__stub_initscr) || defined (__stub___initscr)
811 choke me
812 #else
813 initscr();
814 #endif
815
816 ; return 0; }
817 EOF
818 if { (eval echo configure:819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
819   rm -rf conftest*
820   eval "ac_cv_func_initscr=yes"
821 else
822   echo "configure: failed program was:" >&5
823   cat conftest.$ac_ext >&5
824   rm -rf conftest*
825   eval "ac_cv_func_initscr=no"
826 fi
827 rm -f conftest*
828 fi
829
830 if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then
831   echo "$ac_t""yes" 1>&6
832   :
833 else
834   echo "$ac_t""no" 1>&6
835
836          echo $ac_n "checking for Gpm_Open in -lgpm""... $ac_c" 1>&6
837 echo "configure:838: checking for Gpm_Open in -lgpm" >&5
838 ac_lib_var=`echo gpm'_'Gpm_Open | sed 'y%./+-%__p_%'`
839 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
840   echo $ac_n "(cached) $ac_c" 1>&6
841 else
842   ac_save_LIBS="$LIBS"
843 LIBS="-lgpm  $LIBS"
844 cat > conftest.$ac_ext <<EOF
845 #line 846 "configure"
846 #include "confdefs.h"
847 /* Override any gcc2 internal prototype to avoid an error.  */
848 /* We use char because int might match the return type of a gcc2
849     builtin and then its argument prototype would still apply.  */
850 char Gpm_Open();
851
852 int main() {
853 Gpm_Open()
854 ; return 0; }
855 EOF
856 if { (eval echo configure:857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
857   rm -rf conftest*
858   eval "ac_cv_lib_$ac_lib_var=yes"
859 else
860   echo "configure: failed program was:" >&5
861   cat conftest.$ac_ext >&5
862   rm -rf conftest*
863   eval "ac_cv_lib_$ac_lib_var=no"
864 fi
865 rm -f conftest*
866 LIBS="$ac_save_LIBS"
867
868 fi
869 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
870   echo "$ac_t""yes" 1>&6
871     ac_tr_lib=HAVE_LIB`echo gpm | sed -e 's/[^a-zA-Z0-9_]/_/g' \
872     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
873   cat >> confdefs.h <<EOF
874 #define $ac_tr_lib 1
875 EOF
876
877   LIBS="-lgpm $LIBS"
878
879 else
880   echo "$ac_t""no" 1>&6
881 fi
882
883          LIB_NAME=ncurses
884          for p in $HOME /usr/local /usr
885          do
886                 if test -f $p/include/ncurses/curses.h
887                 then
888                         CPPFLAGS="$CPPFLAGS -I$p/include/ncurses"
889                         test $p != /usr && CPPFLAGS="$CPPFLAGS -I$p/include"
890                         test $p != /usr && LIBS="-L$p/lib $LIBS"
891                         break
892                 elif test $p != /usr
893                 then
894                         if test -f $p/include/curses.h
895                         then
896                                 CPPFLAGS="$CPPFLAGS -I$p/include"
897                                 LIBS="-L$p/lib $LIBS"
898                                 break
899                         fi
900                 fi
901          done
902         
903 fi
904
905 fi
906
907
908
909
910 echo $ac_n "checking for initscr""... $ac_c" 1>&6
911 echo "configure:912: checking for initscr" >&5
912 if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then
913   echo $ac_n "(cached) $ac_c" 1>&6
914 else
915   cat > conftest.$ac_ext <<EOF
916 #line 917 "configure"
917 #include "confdefs.h"
918 /* System header to define __stub macros and hopefully few prototypes,
919     which can conflict with char initscr(); below.  */
920 #include <assert.h>
921 /* Override any gcc2 internal prototype to avoid an error.  */
922 /* We use char because int might match the return type of a gcc2
923     builtin and then its argument prototype would still apply.  */
924 char initscr();
925
926 int main() {
927
928 /* The GNU C library defines this for functions which it implements
929     to always fail with ENOSYS.  Some functions are actually named
930     something starting with __ and the normal name is an alias.  */
931 #if defined (__stub_initscr) || defined (__stub___initscr)
932 choke me
933 #else
934 initscr();
935 #endif
936
937 ; return 0; }
938 EOF
939 if { (eval echo configure:940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
940   rm -rf conftest*
941   eval "ac_cv_func_initscr=yes"
942 else
943   echo "configure: failed program was:" >&5
944   cat conftest.$ac_ext >&5
945   rm -rf conftest*
946   eval "ac_cv_func_initscr=no"
947 fi
948 rm -f conftest*
949 fi
950
951 if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then
952   echo "$ac_t""yes" 1>&6
953   :
954 else
955   echo "$ac_t""no" 1>&6
956
957 echo $ac_n "checking for initscr in -l$LIB_NAME""... $ac_c" 1>&6
958 echo "configure:959: checking for initscr in -l$LIB_NAME" >&5
959 ac_lib_var=`echo $LIB_NAME'_'initscr | sed 'y%./+-%__p_%'`
960 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
961   echo $ac_n "(cached) $ac_c" 1>&6
962 else
963   ac_save_LIBS="$LIBS"
964 LIBS="-l$LIB_NAME  $LIBS"
965 cat > conftest.$ac_ext <<EOF
966 #line 967 "configure"
967 #include "confdefs.h"
968 /* Override any gcc2 internal prototype to avoid an error.  */
969 /* We use char because int might match the return type of a gcc2
970     builtin and then its argument prototype would still apply.  */
971 char initscr();
972
973 int main() {
974 initscr()
975 ; return 0; }
976 EOF
977 if { (eval echo configure:978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
978   rm -rf conftest*
979   eval "ac_cv_lib_$ac_lib_var=yes"
980 else
981   echo "configure: failed program was:" >&5
982   cat conftest.$ac_ext >&5
983   rm -rf conftest*
984   eval "ac_cv_lib_$ac_lib_var=no"
985 fi
986 rm -f conftest*
987 LIBS="$ac_save_LIBS"
988
989 fi
990 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
991   echo "$ac_t""yes" 1>&6
992     ac_tr_lib=HAVE_LIB`echo $LIB_NAME | sed -e 's/[^a-zA-Z0-9_]/_/g' \
993     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
994   cat >> confdefs.h <<EOF
995 #define $ac_tr_lib 1
996 EOF
997
998   LIBS="-l$LIB_NAME $LIBS"
999
1000 else
1001   echo "$ac_t""no" 1>&6
1002 fi
1003
1004 fi
1005
1006 echo $ac_n "checking for form_driver in -lform""... $ac_c" 1>&6
1007 echo "configure:1008: checking for form_driver in -lform" >&5
1008 ac_lib_var=`echo form'_'form_driver | sed 'y%./+-%__p_%'`
1009 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1010   echo $ac_n "(cached) $ac_c" 1>&6
1011 else
1012   ac_save_LIBS="$LIBS"
1013 LIBS="-lform  $LIBS"
1014 cat > conftest.$ac_ext <<EOF
1015 #line 1016 "configure"
1016 #include "confdefs.h"
1017 /* Override any gcc2 internal prototype to avoid an error.  */
1018 /* We use char because int might match the return type of a gcc2
1019     builtin and then its argument prototype would still apply.  */
1020 char form_driver();
1021
1022 int main() {
1023 form_driver()
1024 ; return 0; }
1025 EOF
1026 if { (eval echo configure:1027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1027   rm -rf conftest*
1028   eval "ac_cv_lib_$ac_lib_var=yes"
1029 else
1030   echo "configure: failed program was:" >&5
1031   cat conftest.$ac_ext >&5
1032   rm -rf conftest*
1033   eval "ac_cv_lib_$ac_lib_var=no"
1034 fi
1035 rm -f conftest*
1036 LIBS="$ac_save_LIBS"
1037
1038 fi
1039 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1040   echo "$ac_t""yes" 1>&6
1041     ac_tr_lib=HAVE_LIB`echo form | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1042     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1043   cat >> confdefs.h <<EOF
1044 #define $ac_tr_lib 1
1045 EOF
1046
1047   LIBS="-lform $LIBS"
1048
1049 else
1050   echo "$ac_t""no" 1>&6
1051 fi
1052
1053 echo $ac_n "checking for menu_driver in -lmenu""... $ac_c" 1>&6
1054 echo "configure:1055: checking for menu_driver in -lmenu" >&5
1055 ac_lib_var=`echo menu'_'menu_driver | sed 'y%./+-%__p_%'`
1056 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1057   echo $ac_n "(cached) $ac_c" 1>&6
1058 else
1059   ac_save_LIBS="$LIBS"
1060 LIBS="-lmenu  $LIBS"
1061 cat > conftest.$ac_ext <<EOF
1062 #line 1063 "configure"
1063 #include "confdefs.h"
1064 /* Override any gcc2 internal prototype to avoid an error.  */
1065 /* We use char because int might match the return type of a gcc2
1066     builtin and then its argument prototype would still apply.  */
1067 char menu_driver();
1068
1069 int main() {
1070 menu_driver()
1071 ; return 0; }
1072 EOF
1073 if { (eval echo configure:1074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1074   rm -rf conftest*
1075   eval "ac_cv_lib_$ac_lib_var=yes"
1076 else
1077   echo "configure: failed program was:" >&5
1078   cat conftest.$ac_ext >&5
1079   rm -rf conftest*
1080   eval "ac_cv_lib_$ac_lib_var=no"
1081 fi
1082 rm -f conftest*
1083 LIBS="$ac_save_LIBS"
1084
1085 fi
1086 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1087   echo "$ac_t""yes" 1>&6
1088     ac_tr_lib=HAVE_LIB`echo menu | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1089     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1090   cat >> confdefs.h <<EOF
1091 #define $ac_tr_lib 1
1092 EOF
1093
1094   LIBS="-lmenu $LIBS"
1095
1096 else
1097   echo "$ac_t""no" 1>&6
1098 fi
1099
1100 echo $ac_n "checking for new_panel in -lpanel""... $ac_c" 1>&6
1101 echo "configure:1102: checking for new_panel in -lpanel" >&5
1102 ac_lib_var=`echo panel'_'new_panel | sed 'y%./+-%__p_%'`
1103 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1104   echo $ac_n "(cached) $ac_c" 1>&6
1105 else
1106   ac_save_LIBS="$LIBS"
1107 LIBS="-lpanel  $LIBS"
1108 cat > conftest.$ac_ext <<EOF
1109 #line 1110 "configure"
1110 #include "confdefs.h"
1111 /* Override any gcc2 internal prototype to avoid an error.  */
1112 /* We use char because int might match the return type of a gcc2
1113     builtin and then its argument prototype would still apply.  */
1114 char new_panel();
1115
1116 int main() {
1117 new_panel()
1118 ; return 0; }
1119 EOF
1120 if { (eval echo configure:1121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1121   rm -rf conftest*
1122   eval "ac_cv_lib_$ac_lib_var=yes"
1123 else
1124   echo "configure: failed program was:" >&5
1125   cat conftest.$ac_ext >&5
1126   rm -rf conftest*
1127   eval "ac_cv_lib_$ac_lib_var=no"
1128 fi
1129 rm -f conftest*
1130 LIBS="$ac_save_LIBS"
1131
1132 fi
1133 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1134   echo "$ac_t""yes" 1>&6
1135     ac_tr_lib=HAVE_LIB`echo panel | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1136     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1137   cat >> confdefs.h <<EOF
1138 #define $ac_tr_lib 1
1139 EOF
1140
1141   LIBS="-lpanel $LIBS"
1142
1143 else
1144   echo "$ac_t""no" 1>&6
1145 fi
1146
1147
1148 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
1149 echo "configure:1150: checking return type of signal handlers" >&5
1150 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1151   echo $ac_n "(cached) $ac_c" 1>&6
1152 else
1153   cat > conftest.$ac_ext <<EOF
1154 #line 1155 "configure"
1155 #include "confdefs.h"
1156 #include <sys/types.h>
1157 #include <signal.h>
1158 #ifdef signal
1159 #undef signal
1160 #endif
1161 #ifdef __cplusplus
1162 extern "C" void (*signal (int, void (*)(int)))(int);
1163 #else
1164 void (*signal ()) ();
1165 #endif
1166
1167 int main() {
1168 int i;
1169 ; return 0; }
1170 EOF
1171 if { (eval echo configure:1172: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1172   rm -rf conftest*
1173   ac_cv_type_signal=void
1174 else
1175   echo "configure: failed program was:" >&5
1176   cat conftest.$ac_ext >&5
1177   rm -rf conftest*
1178   ac_cv_type_signal=int
1179 fi
1180 rm -f conftest*
1181 fi
1182
1183 echo "$ac_t""$ac_cv_type_signal" 1>&6
1184 cat >> confdefs.h <<EOF
1185 #define RETSIGTYPE $ac_cv_type_signal
1186 EOF
1187
1188
1189
1190 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1191 echo "configure:1192: checking how to run the C preprocessor" >&5
1192 # On Suns, sometimes $CPP names a directory.
1193 if test -n "$CPP" && test -d "$CPP"; then
1194   CPP=
1195 fi
1196 if test -z "$CPP"; then
1197 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1198   echo $ac_n "(cached) $ac_c" 1>&6
1199 else
1200     # This must be in double quotes, not single quotes, because CPP may get
1201   # substituted into the Makefile and "${CC-cc}" will confuse make.
1202   CPP="${CC-cc} -E"
1203   # On the NeXT, cc -E runs the code through the compiler's parser,
1204   # not just through cpp.
1205   cat > conftest.$ac_ext <<EOF
1206 #line 1207 "configure"
1207 #include "confdefs.h"
1208 #include <assert.h>
1209 Syntax Error
1210 EOF
1211 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1212 { (eval echo configure:1213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1213 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1214 if test -z "$ac_err"; then
1215   :
1216 else
1217   echo "$ac_err" >&5
1218   echo "configure: failed program was:" >&5
1219   cat conftest.$ac_ext >&5
1220   rm -rf conftest*
1221   CPP="${CC-cc} -E -traditional-cpp"
1222   cat > conftest.$ac_ext <<EOF
1223 #line 1224 "configure"
1224 #include "confdefs.h"
1225 #include <assert.h>
1226 Syntax Error
1227 EOF
1228 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1229 { (eval echo configure:1230: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1230 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1231 if test -z "$ac_err"; then
1232   :
1233 else
1234   echo "$ac_err" >&5
1235   echo "configure: failed program was:" >&5
1236   cat conftest.$ac_ext >&5
1237   rm -rf conftest*
1238   CPP="${CC-cc} -nologo -E"
1239   cat > conftest.$ac_ext <<EOF
1240 #line 1241 "configure"
1241 #include "confdefs.h"
1242 #include <assert.h>
1243 Syntax Error
1244 EOF
1245 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1246 { (eval echo configure:1247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1247 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1248 if test -z "$ac_err"; then
1249   :
1250 else
1251   echo "$ac_err" >&5
1252   echo "configure: failed program was:" >&5
1253   cat conftest.$ac_ext >&5
1254   rm -rf conftest*
1255   CPP=/lib/cpp
1256 fi
1257 rm -f conftest*
1258 fi
1259 rm -f conftest*
1260 fi
1261 rm -f conftest*
1262   ac_cv_prog_CPP="$CPP"
1263 fi
1264   CPP="$ac_cv_prog_CPP"
1265 else
1266   ac_cv_prog_CPP="$CPP"
1267 fi
1268 echo "$ac_t""$CPP" 1>&6
1269
1270 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1271 echo "configure:1272: checking for ANSI C header files" >&5
1272 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1273   echo $ac_n "(cached) $ac_c" 1>&6
1274 else
1275   cat > conftest.$ac_ext <<EOF
1276 #line 1277 "configure"
1277 #include "confdefs.h"
1278 #include <stdlib.h>
1279 #include <stdarg.h>
1280 #include <string.h>
1281 #include <float.h>
1282 EOF
1283 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1284 { (eval echo configure:1285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1285 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1286 if test -z "$ac_err"; then
1287   rm -rf conftest*
1288   ac_cv_header_stdc=yes
1289 else
1290   echo "$ac_err" >&5
1291   echo "configure: failed program was:" >&5
1292   cat conftest.$ac_ext >&5
1293   rm -rf conftest*
1294   ac_cv_header_stdc=no
1295 fi
1296 rm -f conftest*
1297
1298 if test $ac_cv_header_stdc = yes; then
1299   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1300 cat > conftest.$ac_ext <<EOF
1301 #line 1302 "configure"
1302 #include "confdefs.h"
1303 #include <string.h>
1304 EOF
1305 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1306   egrep "memchr" >/dev/null 2>&1; then
1307   :
1308 else
1309   rm -rf conftest*
1310   ac_cv_header_stdc=no
1311 fi
1312 rm -f conftest*
1313
1314 fi
1315
1316 if test $ac_cv_header_stdc = yes; then
1317   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1318 cat > conftest.$ac_ext <<EOF
1319 #line 1320 "configure"
1320 #include "confdefs.h"
1321 #include <stdlib.h>
1322 EOF
1323 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1324   egrep "free" >/dev/null 2>&1; then
1325   :
1326 else
1327   rm -rf conftest*
1328   ac_cv_header_stdc=no
1329 fi
1330 rm -f conftest*
1331
1332 fi
1333
1334 if test $ac_cv_header_stdc = yes; then
1335   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1336 if test "$cross_compiling" = yes; then
1337   :
1338 else
1339   cat > conftest.$ac_ext <<EOF
1340 #line 1341 "configure"
1341 #include "confdefs.h"
1342 #include <ctype.h>
1343 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1344 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1345 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1346 int main () { int i; for (i = 0; i < 256; i++)
1347 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1348 exit (0); }
1349
1350 EOF
1351 if { (eval echo configure:1352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1352 then
1353   :
1354 else
1355   echo "configure: failed program was:" >&5
1356   cat conftest.$ac_ext >&5
1357   rm -fr conftest*
1358   ac_cv_header_stdc=no
1359 fi
1360 rm -fr conftest*
1361 fi
1362
1363 fi
1364 fi
1365
1366 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1367 if test $ac_cv_header_stdc = yes; then
1368   cat >> confdefs.h <<\EOF
1369 #define STDC_HEADERS 1
1370 EOF
1371
1372 fi
1373
1374 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
1375 echo "configure:1376: checking whether time.h and sys/time.h may both be included" >&5
1376 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1377   echo $ac_n "(cached) $ac_c" 1>&6
1378 else
1379   cat > conftest.$ac_ext <<EOF
1380 #line 1381 "configure"
1381 #include "confdefs.h"
1382 #include <sys/types.h>
1383 #include <sys/time.h>
1384 #include <time.h>
1385 int main() {
1386 struct tm *tp;
1387 ; return 0; }
1388 EOF
1389 if { (eval echo configure:1390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1390   rm -rf conftest*
1391   ac_cv_header_time=yes
1392 else
1393   echo "configure: failed program was:" >&5
1394   cat conftest.$ac_ext >&5
1395   rm -rf conftest*
1396   ac_cv_header_time=no
1397 fi
1398 rm -f conftest*
1399 fi
1400
1401 echo "$ac_t""$ac_cv_header_time" 1>&6
1402 if test $ac_cv_header_time = yes; then
1403   cat >> confdefs.h <<\EOF
1404 #define TIME_WITH_SYS_TIME 1
1405 EOF
1406
1407 fi
1408
1409 for ac_hdr in \
1410 form.h \
1411 getopt.h \
1412 menu.h \
1413 nc_alloc.h \
1414 panel.h \
1415 sys/ioctl.h \
1416 sys/select.h \
1417 sys/time.h \
1418 termios.h \
1419 unistd.h \
1420
1421 do
1422 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1423 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1424 echo "configure:1425: checking for $ac_hdr" >&5
1425 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1426   echo $ac_n "(cached) $ac_c" 1>&6
1427 else
1428   cat > conftest.$ac_ext <<EOF
1429 #line 1430 "configure"
1430 #include "confdefs.h"
1431 #include <$ac_hdr>
1432 EOF
1433 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1434 { (eval echo configure:1435: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1435 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1436 if test -z "$ac_err"; then
1437   rm -rf conftest*
1438   eval "ac_cv_header_$ac_safe=yes"
1439 else
1440   echo "$ac_err" >&5
1441   echo "configure: failed program was:" >&5
1442   cat conftest.$ac_ext >&5
1443   rm -rf conftest*
1444   eval "ac_cv_header_$ac_safe=no"
1445 fi
1446 rm -f conftest*
1447 fi
1448 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1449   echo "$ac_t""yes" 1>&6
1450     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1451   cat >> confdefs.h <<EOF
1452 #define $ac_tr_hdr 1
1453 EOF
1454  
1455 else
1456   echo "$ac_t""no" 1>&6
1457 fi
1458 done
1459
1460
1461 for ac_func in \
1462 gettimeofday \
1463 napms \
1464 resizeterm \
1465 strdup \
1466 use_default_colors \
1467 vsscanf \
1468 wresize \
1469
1470 do
1471 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1472 echo "configure:1473: checking for $ac_func" >&5
1473 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1474   echo $ac_n "(cached) $ac_c" 1>&6
1475 else
1476   cat > conftest.$ac_ext <<EOF
1477 #line 1478 "configure"
1478 #include "confdefs.h"
1479 /* System header to define __stub macros and hopefully few prototypes,
1480     which can conflict with char $ac_func(); below.  */
1481 #include <assert.h>
1482 /* Override any gcc2 internal prototype to avoid an error.  */
1483 /* We use char because int might match the return type of a gcc2
1484     builtin and then its argument prototype would still apply.  */
1485 char $ac_func();
1486
1487 int main() {
1488
1489 /* The GNU C library defines this for functions which it implements
1490     to always fail with ENOSYS.  Some functions are actually named
1491     something starting with __ and the normal name is an alias.  */
1492 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1493 choke me
1494 #else
1495 $ac_func();
1496 #endif
1497
1498 ; return 0; }
1499 EOF
1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1501   rm -rf conftest*
1502   eval "ac_cv_func_$ac_func=yes"
1503 else
1504   echo "configure: failed program was:" >&5
1505   cat conftest.$ac_ext >&5
1506   rm -rf conftest*
1507   eval "ac_cv_func_$ac_func=no"
1508 fi
1509 rm -f conftest*
1510 fi
1511
1512 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1513   echo "$ac_t""yes" 1>&6
1514     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1515   cat >> confdefs.h <<EOF
1516 #define $ac_tr_func 1
1517 EOF
1518  
1519 else
1520   echo "$ac_t""no" 1>&6
1521 fi
1522 done
1523
1524
1525 echo $ac_n "checking for function curses_version""... $ac_c" 1>&6
1526 echo "configure:1527: checking for function curses_version" >&5
1527 if eval "test \"`echo '$''{'cf_cv_func_curses_version'+set}'`\" = set"; then
1528   echo $ac_n "(cached) $ac_c" 1>&6
1529 else
1530   
1531 if test "$cross_compiling" = yes; then
1532   cf_cv_func_curses_version=unknown
1533 else
1534   cat > conftest.$ac_ext <<EOF
1535 #line 1536 "configure"
1536 #include "confdefs.h"
1537
1538 #include <curses.h>
1539 int main()
1540 {
1541         char temp[1024];
1542         sprintf(temp, "%s\n", curses_version());
1543         exit(0);
1544 }
1545
1546 EOF
1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1548 then
1549   cf_cv_func_curses_version=yes
1550
1551 else
1552   echo "configure: failed program was:" >&5
1553   cat conftest.$ac_ext >&5
1554   rm -fr conftest*
1555   cf_cv_func_curses_version=no
1556
1557 fi
1558 rm -fr conftest*
1559 fi
1560
1561 rm -f core
1562 fi
1563
1564 echo "$ac_t""$cf_cv_func_curses_version" 1>&6
1565 test "$cf_cv_func_curses_version" = yes && cat >> confdefs.h <<\EOF
1566 #define HAVE_CURSES_VERSION 1
1567 EOF
1568
1569
1570 echo $ac_n "checking if sys/time.h conflicts with sys/select.h""... $ac_c" 1>&6
1571 echo "configure:1572: checking if sys/time.h conflicts with sys/select.h" >&5
1572 if eval "test \"`echo '$''{'cf_cv_sys_time_select'+set}'`\" = set"; then
1573   echo $ac_n "(cached) $ac_c" 1>&6
1574 else
1575   
1576 cat > conftest.$ac_ext <<EOF
1577 #line 1578 "configure"
1578 #include "confdefs.h"
1579
1580 #if HAVE_SYS_TIME_H
1581 #include <sys/time.h>
1582 #endif
1583 #if HAVE_SYS_SELECT_H
1584 #include <sys/select.h>
1585 #endif
1586
1587 int main() {
1588
1589 ; return 0; }
1590 EOF
1591 if { (eval echo configure:1592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1592   rm -rf conftest*
1593   cf_cv_sys_time_select=yes
1594 else
1595   echo "configure: failed program was:" >&5
1596   cat conftest.$ac_ext >&5
1597   rm -rf conftest*
1598   cf_cv_sys_time_select=no
1599 fi
1600 rm -f conftest*
1601      
1602 fi
1603
1604 echo "$ac_t""$cf_cv_sys_time_select" 1>&6
1605 test $cf_cv_sys_time_select = yes && cat >> confdefs.h <<\EOF
1606 #define HAVE_SYS_TIME_SELECT 1
1607 EOF
1608
1609
1610 trap '' 1 2 15
1611 cat > confcache <<\EOF
1612 # This file is a shell script that caches the results of configure
1613 # tests run on this system so they can be shared between configure
1614 # scripts and configure runs.  It is not useful on other systems.
1615 # If it contains results you don't want to keep, you may remove or edit it.
1616 #
1617 # By default, configure uses ./config.cache as the cache file,
1618 # creating it if it does not exist already.  You can give configure
1619 # the --cache-file=FILE option to use a different cache file; that is
1620 # what configure does when it calls configure scripts in
1621 # subdirectories, so they share the cache.
1622 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1623 # config.status only pays attention to the cache file if you give it the
1624 # --recheck option to rerun configure.
1625 #
1626 EOF
1627 # The following way of writing the cache mishandles newlines in values,
1628 # but we know of no workaround that is simple, portable, and efficient.
1629 # So, don't put newlines in cache variables' values.
1630 # Ultrix sh set writes to stderr and can't be redirected directly,
1631 # and sets the high bit in the cache file unless we assign to the vars.
1632 (set) 2>&1 |
1633   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1634   *ac_space=\ *)
1635     # `set' does not quote correctly, so add quotes (double-quote substitution
1636     # turns \\\\ into \\, and sed turns \\ into \).
1637     sed -n \
1638       -e "s/'/'\\\\''/g" \
1639       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1640     ;;
1641   *)
1642     # `set' quotes correctly as required by POSIX, so do not add quotes.
1643     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1644     ;;
1645   esac >> confcache
1646 if cmp -s $cache_file confcache; then
1647   :
1648 else
1649   if test -w $cache_file; then
1650     echo "updating cache $cache_file"
1651     cat confcache > $cache_file
1652   else
1653     echo "not updating unwritable cache $cache_file"
1654   fi
1655 fi
1656 rm -f confcache
1657
1658 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1659
1660 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1661 # Let make expand exec_prefix.
1662 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1663
1664 # Any assignment to VPATH causes Sun make to only execute
1665 # the first set of double-colon rules, so remove it if not needed.
1666 # If there is a colon in the path, we need to keep it.
1667 if test "x$srcdir" = x.; then
1668   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1669 fi
1670
1671 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1672
1673 DEFS=-DHAVE_CONFIG_H
1674
1675 # Without the "./", some shells look in PATH for config.status.
1676 : ${CONFIG_STATUS=./config.status}
1677
1678 echo creating $CONFIG_STATUS
1679 rm -f $CONFIG_STATUS
1680 cat > $CONFIG_STATUS <<EOF
1681 #! /bin/sh
1682 # Generated automatically by configure.
1683 # Run this file to recreate the current configuration.
1684 # This directory was configured as follows,
1685 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1686 #
1687 # $0 $ac_configure_args
1688 #
1689 # Compiler output produced by configure, useful for debugging
1690 # configure, is in ./config.log if it exists.
1691
1692 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1693 for ac_option
1694 do
1695   case "\$ac_option" in
1696   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1697     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1698     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1699   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1700     echo "$CONFIG_STATUS generated by autoconf version 2.13.19990117"
1701     exit 0 ;;
1702   -help | --help | --hel | --he | --h)
1703     echo "\$ac_cs_usage"; exit 0 ;;
1704   *) echo "\$ac_cs_usage"; exit 1 ;;
1705   esac
1706 done
1707
1708 ac_given_srcdir=$srcdir
1709
1710 trap 'rm -fr `echo "Makefile ncurses_cfg.h:ncurses_tst.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1711 EOF
1712 cat >> $CONFIG_STATUS <<EOF
1713
1714 # Protect against being on the right side of a sed subst in config.status.
1715 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1716  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1717 $ac_vpsub
1718 $extrasub
1719 s%@SHELL@%$SHELL%g
1720 s%@CFLAGS@%$CFLAGS%g
1721 s%@CPPFLAGS@%$CPPFLAGS%g
1722 s%@CXXFLAGS@%$CXXFLAGS%g
1723 s%@FFLAGS@%$FFLAGS%g
1724 s%@DEFS@%$DEFS%g
1725 s%@LDFLAGS@%$LDFLAGS%g
1726 s%@LIBS@%$LIBS%g
1727 s%@exec_prefix@%$exec_prefix%g
1728 s%@prefix@%$prefix%g
1729 s%@program_transform_name@%$program_transform_name%g
1730 s%@bindir@%$bindir%g
1731 s%@sbindir@%$sbindir%g
1732 s%@libexecdir@%$libexecdir%g
1733 s%@datadir@%$datadir%g
1734 s%@sysconfdir@%$sysconfdir%g
1735 s%@sharedstatedir@%$sharedstatedir%g
1736 s%@localstatedir@%$localstatedir%g
1737 s%@libdir@%$libdir%g
1738 s%@includedir@%$includedir%g
1739 s%@oldincludedir@%$oldincludedir%g
1740 s%@infodir@%$infodir%g
1741 s%@mandir@%$mandir%g
1742 s%@CC@%$CC%g
1743 s%@CC_G_OPT@%$CC_G_OPT%g
1744 s%@CC_SHARED_OPTS@%$CC_SHARED_OPTS%g
1745 s%@DFT_DEP_SUFFIX@%$DFT_DEP_SUFFIX%g
1746 s%@DFT_OBJ_SUBDIR@%$DFT_OBJ_SUBDIR%g
1747 s%@DFT_UPR_MODEL@%$DFT_UPR_MODEL%g
1748 s%@ECHO_LINK@%$ECHO_LINK%g
1749 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
1750 s%@LD@%$LD%g
1751 s%@LDFLAGS_SHARED@%$LDFLAGS_SHARED%g
1752 s%@LD_MODEL@%$LD_MODEL%g
1753 s%@LD_SHARED_OPTS@%$LD_SHARED_OPTS%g
1754 s%@LIB_NAME@%$LIB_NAME%g
1755 s%@LIB_PREFIX@%$LIB_PREFIX%g
1756 s%@LINK_TESTS@%$LINK_TESTS%g
1757 s%@LINT@%$LINT%g
1758 s%@LINT_OPTS@%$LINT_OPTS%g
1759 s%@LOCAL_LDFLAGS@%$LOCAL_LDFLAGS%g
1760 s%@MATH_LIB@%$MATH_LIB%g
1761 s%@PROG_EXT@%$PROG_EXT%g
1762 s%@TEST_ARGS@%$TEST_ARGS%g
1763 s%@TEST_DEPS@%$TEST_DEPS%g
1764 s%@cf_cv_abi_version@%$cf_cv_abi_version%g
1765 s%@cf_cv_rel_version@%$cf_cv_rel_version%g
1766 s%@CPP@%$CPP%g
1767
1768 CEOF
1769 EOF
1770
1771 cat >> $CONFIG_STATUS <<\EOF
1772
1773 # Split the substitutions into bite-sized pieces for seds with
1774 # small command number limits, like on Digital OSF/1 and HP-UX.
1775 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1776 ac_file=1 # Number of current file.
1777 ac_beg=1 # First line for current file.
1778 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1779 ac_more_lines=:
1780 ac_sed_cmds=""
1781 while $ac_more_lines; do
1782   if test $ac_beg -gt 1; then
1783     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1784   else
1785     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1786   fi
1787   if test ! -s conftest.s$ac_file; then
1788     ac_more_lines=false
1789     rm -f conftest.s$ac_file
1790   else
1791     if test -z "$ac_sed_cmds"; then
1792       ac_sed_cmds="sed -f conftest.s$ac_file"
1793     else
1794       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1795     fi
1796     ac_file=`expr $ac_file + 1`
1797     ac_beg=$ac_end
1798     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1799   fi
1800 done
1801 if test -z "$ac_sed_cmds"; then
1802   ac_sed_cmds=cat
1803 fi
1804 EOF
1805
1806 cat >> $CONFIG_STATUS <<EOF
1807
1808 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1809 EOF
1810 cat >> $CONFIG_STATUS <<\EOF
1811 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1812   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1813   case "$ac_file" in
1814   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1815        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1816   *) ac_file_in="${ac_file}.in" ;;
1817   esac
1818
1819   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1820
1821   # Remove last slash and all that follows it.  Not all systems have dirname.
1822   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1823   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1824     # The file is in a subdirectory.
1825     test ! -d "$ac_dir" && mkdir "$ac_dir"
1826     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1827     # A "../" for each directory in $ac_dir_suffix.
1828     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1829   else
1830     ac_dir_suffix= ac_dots=
1831   fi
1832
1833   case "$ac_given_srcdir" in
1834   .)  srcdir=.
1835       if test -z "$ac_dots"; then top_srcdir=.
1836       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1837   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1838   *) # Relative path.
1839     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1840     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1841   esac
1842
1843
1844   echo creating "$ac_file"
1845   rm -f "$ac_file"
1846   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1847   case "$ac_file" in
1848   *Makefile*) ac_comsub="1i\\
1849 # $configure_input" ;;
1850   *) ac_comsub= ;;
1851   esac
1852
1853   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1854   sed -e "$ac_comsub
1855 s%@configure_input@%$configure_input%g
1856 s%@srcdir@%$srcdir%g
1857 s%@top_srcdir@%$top_srcdir%g
1858 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1859 fi; done
1860 rm -f conftest.s*
1861
1862 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1863 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1864 #
1865 # ac_d sets the value in "#define NAME VALUE" lines.
1866 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1867 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1868 ac_dC='\3'
1869 ac_dD='%g'
1870 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1871 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1872 ac_uB='\([      ]\)%\1#\2define\3'
1873 ac_uC=' '
1874 ac_uD='\4%g'
1875 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1876 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1877 ac_eB='$%\1#\2define\3'
1878 ac_eC=' '
1879 ac_eD='%g'
1880
1881 if test "${CONFIG_HEADERS+set}" != set; then
1882 EOF
1883 cat >> $CONFIG_STATUS <<EOF
1884   CONFIG_HEADERS="ncurses_cfg.h:ncurses_tst.hin"
1885 EOF
1886 cat >> $CONFIG_STATUS <<\EOF
1887 fi
1888 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1889   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1890   case "$ac_file" in
1891   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1892        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1893   *) ac_file_in="${ac_file}.in" ;;
1894   esac
1895
1896   echo creating $ac_file
1897
1898   rm -f conftest.frag conftest.in conftest.out
1899   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1900   cat $ac_file_inputs > conftest.in
1901
1902 EOF
1903
1904
1905 # Transform confdefs.h into a list of #define's.  We won't use it as a sed
1906 # script, but as data to insert where we see @DEFS@.  We expect AC_SAVE_DEFS to
1907 # be either 'cat' or 'sort'.
1908 sort confdefs.h >conftest.vals
1909
1910 # Break up conftest.vals because some shells have a limit on
1911 # the size of here documents, and old seds have small limits too.
1912
1913 rm -f conftest.tail
1914 echo '  rm -f conftest.frag' >> $CONFIG_STATUS
1915 while :
1916 do
1917   ac_lines=`grep -c . conftest.vals`
1918   # grep -c gives empty output for an empty file on some AIX systems.
1919   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1920   # Write chunks of a limited-size here document to conftest.frag.
1921   echo '  cat >> conftest.frag <<CEOF' >> $CONFIG_STATUS
1922   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1923   echo 'CEOF' >> $CONFIG_STATUS
1924   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1925   rm -f conftest.vals
1926   mv conftest.tail conftest.vals
1927 done
1928 rm -f conftest.vals
1929
1930 # Run sed to substitute the contents of conftest.frag into conftest.in at the
1931 # marker @DEFS@.
1932 echo '  cat >> conftest.edit <<CEOF
1933 /@DEFS@/r conftest.frag
1934 /@DEFS@/d
1935 CEOF
1936 sed -f conftest.edit conftest.in > conftest.out
1937 rm -f conftest.in
1938 mv conftest.out conftest.in
1939 rm -f conftest.edit conftest.frag
1940 ' >> $CONFIG_STATUS
1941
1942
1943 cat >> $CONFIG_STATUS <<\EOF
1944   rm -f conftest.frag conftest.h
1945   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1946   cat conftest.in >> conftest.h
1947   rm -f conftest.in
1948   if cmp -s $ac_file conftest.h 2>/dev/null; then
1949     echo "$ac_file is unchanged"
1950     rm -f conftest.h
1951   else
1952     # Remove last slash and all that follows it.  Not all systems have dirname.
1953       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1954       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1955       # The file is in a subdirectory.
1956       test ! -d "$ac_dir" && mkdir "$ac_dir"
1957     fi
1958     rm -f $ac_file
1959     mv conftest.h $ac_file
1960   fi
1961 fi; done
1962
1963 EOF
1964 cat >> $CONFIG_STATUS <<EOF
1965 # Extra initialization commands, if any
1966
1967 EOF
1968 cat >> $CONFIG_STATUS <<\EOF
1969 # Extra commands, if any
1970
1971         cat >>Makefile <<TEST_EOF
1972
1973 # These rules are generated so we do not rely on suffix rules, which do not
1974 # work consistently for different make-programs (the '\$(MODEL)/' confuses
1975 # some, and the '\$x' confuses others).
1976 TEST_EOF
1977 LIST=`make echo_tests`
1978 LAST=`make echo_suffix`
1979 for n in $LIST
1980 do
1981         N=`echo $n | sed -e s/${LAST}\$//`
1982         cat >>Makefile <<TEST_EOF
1983
1984 \$(MODEL)/$N.o : $N.c \\
1985         test.priv.h \\
1986         ncurses_cfg.h
1987         @echo compiling $N; \$(CC) -c \$(CFLAGS_DEFAULT) $N.c
1988 TEST_EOF
1989 done
1990
1991 exit 0
1992 EOF
1993 chmod +x $CONFIG_STATUS
1994 rm -fr confdefs* $ac_clean_files
1995 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1996