2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="abook.c"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP U ANSI2KNR LIBOBJS LTLIBOBJS'
315 # Initialize some variables set by options.
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name=s,x,x,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 datadir=$ac_optarg ;;
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
430 -help | --help | --hel | --he | -h)
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
454 -libdir | --libdir | --libdi | --libd)
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
481 # Obsolete; use --without-fp.
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
545 sbindir=$ac_optarg ;;
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
556 sharedstatedir=$ac_optarg ;;
558 -site | --site | --sit)
560 -site=* | --site=* | --sit=*)
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 -version | --version | --versio | --versi | --vers | -V)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
661 eval ac_val=$`echo $ac_var`
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val=$`echo $ac_var`
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
702 test "$silent" = yes && exec 6>/dev/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
840 --build=BUILD configure for building on BUILD [guessed]
841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
845 if test -n "$ac_init_help"; then
850 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
852 --disable-dependency-tracking speeds up one-time build
853 --enable-dependency-tracking do not reject slow dependency extractors
854 --enable-debug Enable debugging support
857 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
858 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
859 --with-curses=DIR Where ncurses is installed
860 --with-readline=DIR Where readline is installed
862 Some influential environment variables:
863 CC C compiler command
864 CFLAGS C compiler flags
865 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
866 nonstandard directory <lib dir>
867 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
868 headers in a nonstandard directory <include dir>
871 Use these variables to override the choices made by `configure' or to help
872 it to find libraries and programs with nonstandard names/locations.
877 if test "$ac_init_help" = "recursive"; then
878 # If there are subdirs, report their specific --help.
880 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
881 test -d $ac_dir || continue
884 if test "$ac_dir" != .; then
885 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
886 # A "../" for each directory in $ac_dir_suffix.
887 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
889 ac_dir_suffix= ac_top_builddir=
893 .) # No --srcdir option. We are building in place.
895 if test -z "$ac_top_builddir"; then
898 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
900 [\\/]* | ?:[\\/]* ) # Absolute path.
901 ac_srcdir=$srcdir$ac_dir_suffix;
902 ac_top_srcdir=$srcdir ;;
904 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
905 ac_top_srcdir=$ac_top_builddir$srcdir ;;
908 # Do not use `cd foo && pwd` to compute absolute paths, because
909 # the directories may not exist.
911 .) ac_abs_builddir="$ac_dir";;
914 .) ac_abs_builddir=`pwd`;;
915 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
916 *) ac_abs_builddir=`pwd`/"$ac_dir";;
919 case $ac_abs_builddir in
920 .) ac_abs_top_builddir=${ac_top_builddir}.;;
922 case ${ac_top_builddir}. in
923 .) ac_abs_top_builddir=$ac_abs_builddir;;
924 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
925 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
928 case $ac_abs_builddir in
929 .) ac_abs_srcdir=$ac_srcdir;;
932 .) ac_abs_srcdir=$ac_abs_builddir;;
933 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
934 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
937 case $ac_abs_builddir in
938 .) ac_abs_top_srcdir=$ac_top_srcdir;;
940 case $ac_top_srcdir in
941 .) ac_abs_top_srcdir=$ac_abs_builddir;;
942 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
943 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
948 # Check for guested configure; otherwise get Cygnus style configure.
949 if test -f $ac_srcdir/configure.gnu; then
951 $SHELL $ac_srcdir/configure.gnu --help=recursive
952 elif test -f $ac_srcdir/configure; then
954 $SHELL $ac_srcdir/configure --help=recursive
955 elif test -f $ac_srcdir/configure.ac ||
956 test -f $ac_srcdir/configure.in; then
960 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
966 test -n "$ac_init_help" && exit 0
967 if $ac_init_version; then
970 Copyright (C) 2003 Free Software Foundation, Inc.
971 This configure script is free software; the Free Software Foundation
972 gives unlimited permission to copy, distribute and modify it.
978 This file contains any messages produced by compilers while
979 running configure, to aid debugging if configure makes a mistake.
981 It was created by $as_me, which was
982 generated by GNU Autoconf 2.59. Invocation command line was
993 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
994 uname -m = `(uname -m) 2>/dev/null || echo unknown`
995 uname -r = `(uname -r) 2>/dev/null || echo unknown`
996 uname -s = `(uname -s) 2>/dev/null || echo unknown`
997 uname -v = `(uname -v) 2>/dev/null || echo unknown`
999 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1000 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1002 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1003 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1004 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1005 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1006 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1007 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1008 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1016 test -z "$as_dir" && as_dir=.
1017 echo "PATH: $as_dir"
1032 # Keep a trace of the command line.
1033 # Strip out --no-create and --no-recursion so they do not pile up.
1034 # Strip out --silent because we don't want to record it for future runs.
1035 # Also quote any args containing shell meta-characters.
1036 # Make two passes to allow for proper duplicate-argument suppression.
1041 ac_must_keep_next=false
1047 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1051 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1052 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1055 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1057 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1058 if test $ac_must_keep_next = true; then
1059 ac_must_keep_next=false # Got value, back to normal.
1062 *=* | --config-cache | -C | -disable-* | --disable-* \
1063 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1064 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1065 | -with-* | --with-* | -without-* | --without-* | --x)
1066 case "$ac_configure_args0 " in
1067 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1070 -* ) ac_must_keep_next=true ;;
1073 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1074 # Get rid of the leading space.
1080 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1081 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1083 # When interrupted or exit'd, cleanup temporary files, and complete
1084 # config.log. We remove comments because anyway the quotes in there
1085 # would cause problems or look ugly.
1086 # WARNING: Be sure not to use single quotes in there, as some shells,
1087 # such as our DU 5.0 friend, will then `close' the trap.
1088 trap 'exit_status=$?
1089 # Save into config.log some information that might help in debugging.
1094 ## ---------------- ##
1095 ## Cache variables. ##
1096 ## ---------------- ##
1099 # The following way of writing the cache mishandles newlines in values,
1102 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1105 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1106 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1110 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1117 ## ----------------- ##
1118 ## Output variables. ##
1119 ## ----------------- ##
1122 for ac_var in $ac_subst_vars
1124 eval ac_val=$`echo $ac_var`
1125 echo "$ac_var='"'"'$ac_val'"'"'"
1129 if test -n "$ac_subst_files"; then
1136 for ac_var in $ac_subst_files
1138 eval ac_val=$`echo $ac_var`
1139 echo "$ac_var='"'"'$ac_val'"'"'"
1144 if test -s confdefs.h; then
1151 sed "/^$/d" confdefs.h | sort
1154 test "$ac_signal" != 0 &&
1155 echo "$as_me: caught signal $ac_signal"
1156 echo "$as_me: exit $exit_status"
1158 rm -f core *.core &&
1159 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1162 for ac_signal in 1 2 13 15; do
1163 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1167 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1168 rm -rf conftest* confdefs.h
1169 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1172 # Predefined preprocessor variables.
1174 cat >>confdefs.h <<_ACEOF
1175 #define PACKAGE_NAME "$PACKAGE_NAME"
1179 cat >>confdefs.h <<_ACEOF
1180 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1184 cat >>confdefs.h <<_ACEOF
1185 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_STRING "$PACKAGE_STRING"
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1199 # Let the site file select an alternate cache file if it wants to.
1200 # Prefer explicitly selected file to automatically selected ones.
1201 if test -z "$CONFIG_SITE"; then
1202 if test "x$prefix" != xNONE; then
1203 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1205 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1208 for ac_site_file in $CONFIG_SITE; do
1209 if test -r "$ac_site_file"; then
1210 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1211 echo "$as_me: loading site script $ac_site_file" >&6;}
1212 sed 's/^/| /' "$ac_site_file" >&5
1217 if test -r "$cache_file"; then
1218 # Some versions of bash will fail to source /dev/null (special
1219 # files actually), so we avoid doing that.
1220 if test -f "$cache_file"; then
1221 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1222 echo "$as_me: loading cache $cache_file" >&6;}
1224 [\\/]* | ?:[\\/]* ) . $cache_file;;
1225 *) . ./$cache_file;;
1229 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1230 echo "$as_me: creating cache $cache_file" >&6;}
1234 # Check that the precious variables saved in the cache have kept the same
1236 ac_cache_corrupted=false
1237 for ac_var in `(set) 2>&1 |
1238 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1239 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1240 eval ac_new_set=\$ac_env_${ac_var}_set
1241 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1242 eval ac_new_val="\$ac_env_${ac_var}_value"
1243 case $ac_old_set,$ac_new_set in
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1246 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1247 ac_cache_corrupted=: ;;
1249 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1250 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1251 ac_cache_corrupted=: ;;
1254 if test "x$ac_old_val" != "x$ac_new_val"; then
1255 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1256 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1257 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1258 echo "$as_me: former value: $ac_old_val" >&2;}
1259 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1260 echo "$as_me: current value: $ac_new_val" >&2;}
1261 ac_cache_corrupted=:
1264 # Pass precious variables to config.status.
1265 if test "$ac_new_set" = set; then
1267 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1269 *) ac_arg=$ac_var=$ac_new_val ;;
1271 case " $ac_configure_args " in
1272 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1273 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1277 if $ac_cache_corrupted; then
1278 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1279 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1280 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1281 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1282 { (exit 1); exit 1; }; }
1286 ac_cpp='$CPP $CPPFLAGS'
1287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1309 am__api_version="1.9"
1311 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1312 if test -f $ac_dir/install-sh; then
1314 ac_install_sh="$ac_aux_dir/install-sh -c"
1316 elif test -f $ac_dir/install.sh; then
1318 ac_install_sh="$ac_aux_dir/install.sh -c"
1320 elif test -f $ac_dir/shtool; then
1322 ac_install_sh="$ac_aux_dir/shtool install -c"
1326 if test -z "$ac_aux_dir"; then
1327 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1328 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1329 { (exit 1); exit 1; }; }
1331 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1332 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1333 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1335 # Find a good install program. We prefer a C program (faster),
1336 # so one script is as good as another. But avoid the broken or
1337 # incompatible versions:
1338 # SysV /etc/install, /usr/sbin/install
1339 # SunOS /usr/etc/install
1340 # IRIX /sbin/install
1342 # AmigaOS /C/install, which installs bootblocks on floppy discs
1343 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1344 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1345 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1346 # OS/2's system install, which has a completely different semantic
1347 # ./install, which can be erroneously created by make from ./install.sh.
1348 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1349 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1350 if test -z "$INSTALL"; then
1351 if test "${ac_cv_path_install+set}" = set; then
1352 echo $ECHO_N "(cached) $ECHO_C" >&6
1354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1358 test -z "$as_dir" && as_dir=.
1359 # Account for people who put trailing slashes in PATH elements.
1361 ./ | .// | /cC/* | \
1362 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1363 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1366 # OSF1 and SCO ODT 3.0 have their own names for install.
1367 # Don't use installbsd from OSF since it installs stuff as root
1369 for ac_prog in ginstall scoinst install; do
1370 for ac_exec_ext in '' $ac_executable_extensions; do
1371 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1372 if test $ac_prog = install &&
1373 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1374 # AIX install. It has an incompatible calling convention.
1376 elif test $ac_prog = install &&
1377 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1378 # program-specific install script used by HP pwplus--don't use.
1381 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1393 if test "${ac_cv_path_install+set}" = set; then
1394 INSTALL=$ac_cv_path_install
1396 # As a last resort, use the slow shell script. We don't cache a
1397 # path for INSTALL within a source directory, because that will
1398 # break other packages using the cache if that directory is
1399 # removed, or if the path is relative.
1400 INSTALL=$ac_install_sh
1403 echo "$as_me:$LINENO: result: $INSTALL" >&5
1404 echo "${ECHO_T}$INSTALL" >&6
1406 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1407 # It thinks the first close brace ends the variable substitution.
1408 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1410 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1412 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1414 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1415 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1418 echo timestamp > conftest.file
1419 # Do `set' in a subshell so we don't clobber the current shell's
1420 # arguments. Must try -L first in case configure is actually a
1421 # symlink; some systems play weird games with the mod time of symlinks
1422 # (eg FreeBSD returns the mod time of the symlink's containing
1425 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1426 if test "$*" = "X"; then
1428 set X `ls -t $srcdir/configure conftest.file`
1431 if test "$*" != "X $srcdir/configure conftest.file" \
1432 && test "$*" != "X conftest.file $srcdir/configure"; then
1434 # If neither matched, then we have a broken ls. This can happen
1435 # if, for instance, CONFIG_SHELL is bash and it inherits a
1436 # broken ls alias from the environment. This has actually
1437 # happened. Such a system could not be considered "sane".
1438 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1439 alias in your environment" >&5
1440 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1441 alias in your environment" >&2;}
1442 { (exit 1); exit 1; }; }
1445 test "$2" = conftest.file
1451 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1452 Check your system clock" >&5
1453 echo "$as_me: error: newly created file is older than distributed files!
1454 Check your system clock" >&2;}
1455 { (exit 1); exit 1; }; }
1457 echo "$as_me:$LINENO: result: yes" >&5
1458 echo "${ECHO_T}yes" >&6
1459 test "$program_prefix" != NONE &&
1460 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1461 # Use a double $ so make ignores it.
1462 test "$program_suffix" != NONE &&
1463 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1464 # Double any \ or $. echo might interpret backslashes.
1465 # By default was `s,x,x', remove it if useless.
1466 cat <<\_ACEOF >conftest.sed
1467 s/[\\$]/&&/g;s/;s,x,x,$//
1469 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1472 # expand $ac_aux_dir to an absolute path
1473 am_aux_dir=`cd $ac_aux_dir && pwd`
1475 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1476 # Use eval to expand $SHELL
1477 if eval "$MISSING --run true"; then
1478 am_missing_run="$MISSING --run "
1481 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1482 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1485 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1486 # We used to keeping the `.' as first argument, in order to
1487 # allow $(mkdir_p) to be used without argument. As in
1488 # $(mkdir_p) $(somedir)
1489 # where $(somedir) is conditionally defined. However this is wrong
1491 # 1. if the package is installed by a user who cannot write `.'
1492 # make install will fail,
1493 # 2. the above comment should most certainly read
1494 # $(mkdir_p) $(DESTDIR)$(somedir)
1495 # so it does not work when $(somedir) is undefined and
1496 # $(DESTDIR) is not.
1497 # To support the latter case, we have to write
1498 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1499 # so the `.' trick is pointless.
1500 mkdir_p='mkdir -p --'
1502 # On NextStep and OpenStep, the `mkdir' command does not
1503 # recognize any option. It will interpret all options as
1504 # directories to create, and then abort because `.' already
1506 for d in ./-p ./--version;
1508 test -d $d && rmdir $d
1510 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1511 if test -f "$ac_aux_dir/mkinstalldirs"; then
1512 mkdir_p='$(mkinstalldirs)'
1514 mkdir_p='$(install_sh) -d'
1518 for ac_prog in gawk mawk nawk awk
1520 # Extract the first word of "$ac_prog", so it can be a program name with args.
1521 set dummy $ac_prog; ac_word=$2
1522 echo "$as_me:$LINENO: checking for $ac_word" >&5
1523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524 if test "${ac_cv_prog_AWK+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1527 if test -n "$AWK"; then
1528 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_AWK="$ac_prog"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1547 if test -n "$AWK"; then
1548 echo "$as_me:$LINENO: result: $AWK" >&5
1549 echo "${ECHO_T}$AWK" >&6
1551 echo "$as_me:$LINENO: result: no" >&5
1552 echo "${ECHO_T}no" >&6
1555 test -n "$AWK" && break
1558 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1559 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1560 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1561 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1562 echo $ECHO_N "(cached) $ECHO_C" >&6
1564 cat >conftest.make <<\_ACEOF
1566 @echo 'ac_maketemp="$(MAKE)"'
1568 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1569 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1570 if test -n "$ac_maketemp"; then
1571 eval ac_cv_prog_make_${ac_make}_set=yes
1573 eval ac_cv_prog_make_${ac_make}_set=no
1577 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1578 echo "$as_me:$LINENO: result: yes" >&5
1579 echo "${ECHO_T}yes" >&6
1582 echo "$as_me:$LINENO: result: no" >&5
1583 echo "${ECHO_T}no" >&6
1584 SET_MAKE="MAKE=${MAKE-make}"
1587 rm -rf .tst 2>/dev/null
1588 mkdir .tst 2>/dev/null
1589 if test -d .tst; then
1594 rmdir .tst 2>/dev/null
1596 # test to see if srcdir already configured
1597 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1598 test -f $srcdir/config.status; then
1599 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1600 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1601 { (exit 1); exit 1; }; }
1604 # test whether we have cygpath
1605 if test -z "$CYGPATH_W"; then
1606 if (cygpath --version) >/dev/null 2>/dev/null; then
1607 CYGPATH_W='cygpath -w'
1614 # Define the identity of the package.
1619 cat >>confdefs.h <<_ACEOF
1620 #define PACKAGE "$PACKAGE"
1624 cat >>confdefs.h <<_ACEOF
1625 #define VERSION "$VERSION"
1628 # Some tools Automake needs.
1630 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1633 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1636 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1639 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1642 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1644 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1646 # Installed binaries are usually stripped using `strip' when the user
1647 # run `make install-strip'. However `strip' might not be the right
1648 # tool to use in cross-compilation environments, therefore Automake
1649 # will honor the `STRIP' environment variable to overrule this program.
1650 if test "$cross_compiling" != no; then
1651 if test -n "$ac_tool_prefix"; then
1652 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1653 set dummy ${ac_tool_prefix}strip; ac_word=$2
1654 echo "$as_me:$LINENO: checking for $ac_word" >&5
1655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1656 if test "${ac_cv_prog_STRIP+set}" = set; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
1659 if test -n "$STRIP"; then
1660 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1666 test -z "$as_dir" && as_dir=.
1667 for ac_exec_ext in '' $ac_executable_extensions; do
1668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1669 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1678 STRIP=$ac_cv_prog_STRIP
1679 if test -n "$STRIP"; then
1680 echo "$as_me:$LINENO: result: $STRIP" >&5
1681 echo "${ECHO_T}$STRIP" >&6
1683 echo "$as_me:$LINENO: result: no" >&5
1684 echo "${ECHO_T}no" >&6
1688 if test -z "$ac_cv_prog_STRIP"; then
1690 # Extract the first word of "strip", so it can be a program name with args.
1691 set dummy strip; ac_word=$2
1692 echo "$as_me:$LINENO: checking for $ac_word" >&5
1693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1694 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1695 echo $ECHO_N "(cached) $ECHO_C" >&6
1697 if test -n "$ac_ct_STRIP"; then
1698 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1704 test -z "$as_dir" && as_dir=.
1705 for ac_exec_ext in '' $ac_executable_extensions; do
1706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1707 ac_cv_prog_ac_ct_STRIP="strip"
1708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1714 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1717 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1718 if test -n "$ac_ct_STRIP"; then
1719 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1720 echo "${ECHO_T}$ac_ct_STRIP" >&6
1722 echo "$as_me:$LINENO: result: no" >&5
1723 echo "${ECHO_T}no" >&6
1728 STRIP="$ac_cv_prog_STRIP"
1732 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1734 # We need awk for the "check" target. The system "awk" is bad on
1736 # Always define AMTAR for backward compatibility.
1738 AMTAR=${AMTAR-"${am_missing_run}tar"}
1740 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1746 ac_config_headers="$ac_config_headers config.h"
1749 # Make sure we can run config.sub.
1750 $ac_config_sub sun4 >/dev/null 2>&1 ||
1751 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1752 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1753 { (exit 1); exit 1; }; }
1755 echo "$as_me:$LINENO: checking build system type" >&5
1756 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1757 if test "${ac_cv_build+set}" = set; then
1758 echo $ECHO_N "(cached) $ECHO_C" >&6
1760 ac_cv_build_alias=$build_alias
1761 test -z "$ac_cv_build_alias" &&
1762 ac_cv_build_alias=`$ac_config_guess`
1763 test -z "$ac_cv_build_alias" &&
1764 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1765 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1766 { (exit 1); exit 1; }; }
1767 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1768 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1769 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1770 { (exit 1); exit 1; }; }
1773 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1774 echo "${ECHO_T}$ac_cv_build" >&6
1776 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1777 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1778 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1781 echo "$as_me:$LINENO: checking host system type" >&5
1782 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1783 if test "${ac_cv_host+set}" = set; then
1784 echo $ECHO_N "(cached) $ECHO_C" >&6
1786 ac_cv_host_alias=$host_alias
1787 test -z "$ac_cv_host_alias" &&
1788 ac_cv_host_alias=$ac_cv_build_alias
1789 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1790 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1791 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1792 { (exit 1); exit 1; }; }
1795 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1796 echo "${ECHO_T}$ac_cv_host" >&6
1798 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1799 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1800 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1805 ac_cpp='$CPP $CPPFLAGS'
1806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1809 if test -n "$ac_tool_prefix"; then
1810 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1811 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1812 echo "$as_me:$LINENO: checking for $ac_word" >&5
1813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1814 if test "${ac_cv_prog_CC+set}" = set; then
1815 echo $ECHO_N "(cached) $ECHO_C" >&6
1817 if test -n "$CC"; then
1818 ac_cv_prog_CC="$CC" # Let the user override the test.
1820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1824 test -z "$as_dir" && as_dir=.
1825 for ac_exec_ext in '' $ac_executable_extensions; do
1826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1827 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1837 if test -n "$CC"; then
1838 echo "$as_me:$LINENO: result: $CC" >&5
1839 echo "${ECHO_T}$CC" >&6
1841 echo "$as_me:$LINENO: result: no" >&5
1842 echo "${ECHO_T}no" >&6
1846 if test -z "$ac_cv_prog_CC"; then
1848 # Extract the first word of "gcc", so it can be a program name with args.
1849 set dummy gcc; ac_word=$2
1850 echo "$as_me:$LINENO: checking for $ac_word" >&5
1851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1852 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1853 echo $ECHO_N "(cached) $ECHO_C" >&6
1855 if test -n "$ac_ct_CC"; then
1856 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1862 test -z "$as_dir" && as_dir=.
1863 for ac_exec_ext in '' $ac_executable_extensions; do
1864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1865 ac_cv_prog_ac_ct_CC="gcc"
1866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1874 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1875 if test -n "$ac_ct_CC"; then
1876 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1877 echo "${ECHO_T}$ac_ct_CC" >&6
1879 echo "$as_me:$LINENO: result: no" >&5
1880 echo "${ECHO_T}no" >&6
1888 if test -z "$CC"; then
1889 if test -n "$ac_tool_prefix"; then
1890 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1891 set dummy ${ac_tool_prefix}cc; ac_word=$2
1892 echo "$as_me:$LINENO: checking for $ac_word" >&5
1893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1894 if test "${ac_cv_prog_CC+set}" = set; then
1895 echo $ECHO_N "(cached) $ECHO_C" >&6
1897 if test -n "$CC"; then
1898 ac_cv_prog_CC="$CC" # Let the user override the test.
1900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1904 test -z "$as_dir" && as_dir=.
1905 for ac_exec_ext in '' $ac_executable_extensions; do
1906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1907 ac_cv_prog_CC="${ac_tool_prefix}cc"
1908 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1917 if test -n "$CC"; then
1918 echo "$as_me:$LINENO: result: $CC" >&5
1919 echo "${ECHO_T}$CC" >&6
1921 echo "$as_me:$LINENO: result: no" >&5
1922 echo "${ECHO_T}no" >&6
1926 if test -z "$ac_cv_prog_CC"; then
1928 # Extract the first word of "cc", so it can be a program name with args.
1929 set dummy cc; ac_word=$2
1930 echo "$as_me:$LINENO: checking for $ac_word" >&5
1931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1932 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1933 echo $ECHO_N "(cached) $ECHO_C" >&6
1935 if test -n "$ac_ct_CC"; then
1936 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1942 test -z "$as_dir" && as_dir=.
1943 for ac_exec_ext in '' $ac_executable_extensions; do
1944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1945 ac_cv_prog_ac_ct_CC="cc"
1946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1954 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1955 if test -n "$ac_ct_CC"; then
1956 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1957 echo "${ECHO_T}$ac_ct_CC" >&6
1959 echo "$as_me:$LINENO: result: no" >&5
1960 echo "${ECHO_T}no" >&6
1969 if test -z "$CC"; then
1970 # Extract the first word of "cc", so it can be a program name with args.
1971 set dummy cc; ac_word=$2
1972 echo "$as_me:$LINENO: checking for $ac_word" >&5
1973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1974 if test "${ac_cv_prog_CC+set}" = set; then
1975 echo $ECHO_N "(cached) $ECHO_C" >&6
1977 if test -n "$CC"; then
1978 ac_cv_prog_CC="$CC" # Let the user override the test.
1981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1985 test -z "$as_dir" && as_dir=.
1986 for ac_exec_ext in '' $ac_executable_extensions; do
1987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1988 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1989 ac_prog_rejected=yes
1993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1999 if test $ac_prog_rejected = yes; then
2000 # We found a bogon in the path, so make sure we never use it.
2001 set dummy $ac_cv_prog_CC
2003 if test $# != 0; then
2004 # We chose a different compiler from the bogus one.
2005 # However, it has the same basename, so the bogon will be chosen
2006 # first if we set CC to just the basename; use the full file name.
2008 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2014 if test -n "$CC"; then
2015 echo "$as_me:$LINENO: result: $CC" >&5
2016 echo "${ECHO_T}$CC" >&6
2018 echo "$as_me:$LINENO: result: no" >&5
2019 echo "${ECHO_T}no" >&6
2023 if test -z "$CC"; then
2024 if test -n "$ac_tool_prefix"; then
2027 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2028 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2029 echo "$as_me:$LINENO: checking for $ac_word" >&5
2030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2031 if test "${ac_cv_prog_CC+set}" = set; then
2032 echo $ECHO_N "(cached) $ECHO_C" >&6
2034 if test -n "$CC"; then
2035 ac_cv_prog_CC="$CC" # Let the user override the test.
2037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2041 test -z "$as_dir" && as_dir=.
2042 for ac_exec_ext in '' $ac_executable_extensions; do
2043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2044 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2054 if test -n "$CC"; then
2055 echo "$as_me:$LINENO: result: $CC" >&5
2056 echo "${ECHO_T}$CC" >&6
2058 echo "$as_me:$LINENO: result: no" >&5
2059 echo "${ECHO_T}no" >&6
2062 test -n "$CC" && break
2065 if test -z "$CC"; then
2069 # Extract the first word of "$ac_prog", so it can be a program name with args.
2070 set dummy $ac_prog; ac_word=$2
2071 echo "$as_me:$LINENO: checking for $ac_word" >&5
2072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2073 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2074 echo $ECHO_N "(cached) $ECHO_C" >&6
2076 if test -n "$ac_ct_CC"; then
2077 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2083 test -z "$as_dir" && as_dir=.
2084 for ac_exec_ext in '' $ac_executable_extensions; do
2085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2086 ac_cv_prog_ac_ct_CC="$ac_prog"
2087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2095 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2096 if test -n "$ac_ct_CC"; then
2097 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2098 echo "${ECHO_T}$ac_ct_CC" >&6
2100 echo "$as_me:$LINENO: result: no" >&5
2101 echo "${ECHO_T}no" >&6
2104 test -n "$ac_ct_CC" && break
2113 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2114 See \`config.log' for more details." >&5
2115 echo "$as_me: error: no acceptable C compiler found in \$PATH
2116 See \`config.log' for more details." >&2;}
2117 { (exit 1); exit 1; }; }
2119 # Provide some information about the compiler.
2120 echo "$as_me:$LINENO:" \
2121 "checking for C compiler version" >&5
2122 ac_compiler=`set X $ac_compile; echo $2`
2123 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2124 (eval $ac_compiler --version </dev/null >&5) 2>&5
2126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2127 (exit $ac_status); }
2128 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2129 (eval $ac_compiler -v </dev/null >&5) 2>&5
2131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2132 (exit $ac_status); }
2133 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2134 (eval $ac_compiler -V </dev/null >&5) 2>&5
2136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2137 (exit $ac_status); }
2139 cat >conftest.$ac_ext <<_ACEOF
2142 cat confdefs.h >>conftest.$ac_ext
2143 cat >>conftest.$ac_ext <<_ACEOF
2144 /* end confdefs.h. */
2154 ac_clean_files_save=$ac_clean_files
2155 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2156 # Try to create an executable without -o first, disregard a.out.
2157 # It will help us diagnose broken compilers, and finding out an intuition
2159 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2160 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2161 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2162 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2163 (eval $ac_link_default) 2>&5
2165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2166 (exit $ac_status); }; then
2167 # Find the output, starting from the most likely. This scheme is
2168 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2171 # Be careful to initialize this variable, since it used to be cached.
2172 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2174 # b.out is created by i960 compilers.
2175 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2177 test -f "$ac_file" || continue
2179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2182 # This is the source file.
2185 # We found the default executable, but exeext='' is most
2189 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2190 # FIXME: I believe we export ac_cv_exeext for Libtool,
2191 # but it would be cool to find out if it's true. Does anybody
2192 # maintain Libtool? --akim.
2200 echo "$as_me: failed program was:" >&5
2201 sed 's/^/| /' conftest.$ac_ext >&5
2203 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2204 See \`config.log' for more details." >&5
2205 echo "$as_me: error: C compiler cannot create executables
2206 See \`config.log' for more details." >&2;}
2207 { (exit 77); exit 77; }; }
2210 ac_exeext=$ac_cv_exeext
2211 echo "$as_me:$LINENO: result: $ac_file" >&5
2212 echo "${ECHO_T}$ac_file" >&6
2214 # Check the compiler produces executables we can run. If not, either
2215 # the compiler is broken, or we cross compile.
2216 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2217 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2218 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2219 # If not cross compiling, check that we can run a simple program.
2220 if test "$cross_compiling" != yes; then
2221 if { ac_try='./$ac_file'
2222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2226 (exit $ac_status); }; }; then
2229 if test "$cross_compiling" = maybe; then
2232 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2233 If you meant to cross compile, use \`--host'.
2234 See \`config.log' for more details." >&5
2235 echo "$as_me: error: cannot run C compiled programs.
2236 If you meant to cross compile, use \`--host'.
2237 See \`config.log' for more details." >&2;}
2238 { (exit 1); exit 1; }; }
2242 echo "$as_me:$LINENO: result: yes" >&5
2243 echo "${ECHO_T}yes" >&6
2245 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2246 ac_clean_files=$ac_clean_files_save
2247 # Check the compiler produces executables we can run. If not, either
2248 # the compiler is broken, or we cross compile.
2249 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2250 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2251 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2252 echo "${ECHO_T}$cross_compiling" >&6
2254 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2255 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2257 (eval $ac_link) 2>&5
2259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2260 (exit $ac_status); }; then
2261 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2262 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2263 # work properly (i.e., refer to `conftest.exe'), while it won't with
2265 for ac_file in conftest.exe conftest conftest.*; do
2266 test -f "$ac_file" || continue
2268 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2269 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2276 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2277 See \`config.log' for more details." >&5
2278 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2279 See \`config.log' for more details." >&2;}
2280 { (exit 1); exit 1; }; }
2283 rm -f conftest$ac_cv_exeext
2284 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2285 echo "${ECHO_T}$ac_cv_exeext" >&6
2287 rm -f conftest.$ac_ext
2288 EXEEXT=$ac_cv_exeext
2290 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2291 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2292 if test "${ac_cv_objext+set}" = set; then
2293 echo $ECHO_N "(cached) $ECHO_C" >&6
2295 cat >conftest.$ac_ext <<_ACEOF
2298 cat confdefs.h >>conftest.$ac_ext
2299 cat >>conftest.$ac_ext <<_ACEOF
2300 /* end confdefs.h. */
2310 rm -f conftest.o conftest.obj
2311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2312 (eval $ac_compile) 2>&5
2314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2315 (exit $ac_status); }; then
2316 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2319 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2324 echo "$as_me: failed program was:" >&5
2325 sed 's/^/| /' conftest.$ac_ext >&5
2327 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2328 See \`config.log' for more details." >&5
2329 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2330 See \`config.log' for more details." >&2;}
2331 { (exit 1); exit 1; }; }
2334 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2336 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2337 echo "${ECHO_T}$ac_cv_objext" >&6
2338 OBJEXT=$ac_cv_objext
2340 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2341 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2342 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2343 echo $ECHO_N "(cached) $ECHO_C" >&6
2345 cat >conftest.$ac_ext <<_ACEOF
2348 cat confdefs.h >>conftest.$ac_ext
2349 cat >>conftest.$ac_ext <<_ACEOF
2350 /* end confdefs.h. */
2363 rm -f conftest.$ac_objext
2364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2365 (eval $ac_compile) 2>conftest.er1
2367 grep -v '^ *+' conftest.er1 >conftest.err
2369 cat conftest.err >&5
2370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371 (exit $ac_status); } &&
2372 { ac_try='test -z "$ac_c_werror_flag"
2373 || test ! -s conftest.err'
2374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); }; } &&
2379 { ac_try='test -s conftest.$ac_objext'
2380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384 (exit $ac_status); }; }; then
2387 echo "$as_me: failed program was:" >&5
2388 sed 's/^/| /' conftest.$ac_ext >&5
2392 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2393 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2396 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2397 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2398 GCC=`test $ac_compiler_gnu = yes && echo yes`
2399 ac_test_CFLAGS=${CFLAGS+set}
2400 ac_save_CFLAGS=$CFLAGS
2402 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2403 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2404 if test "${ac_cv_prog_cc_g+set}" = set; then
2405 echo $ECHO_N "(cached) $ECHO_C" >&6
2407 cat >conftest.$ac_ext <<_ACEOF
2410 cat confdefs.h >>conftest.$ac_ext
2411 cat >>conftest.$ac_ext <<_ACEOF
2412 /* end confdefs.h. */
2422 rm -f conftest.$ac_objext
2423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2424 (eval $ac_compile) 2>conftest.er1
2426 grep -v '^ *+' conftest.er1 >conftest.err
2428 cat conftest.err >&5
2429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2430 (exit $ac_status); } &&
2431 { ac_try='test -z "$ac_c_werror_flag"
2432 || test ! -s conftest.err'
2433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437 (exit $ac_status); }; } &&
2438 { ac_try='test -s conftest.$ac_objext'
2439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2443 (exit $ac_status); }; }; then
2446 echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.$ac_ext >&5
2451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2453 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2454 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2455 if test "$ac_test_CFLAGS" = set; then
2456 CFLAGS=$ac_save_CFLAGS
2457 elif test $ac_cv_prog_cc_g = yes; then
2458 if test "$GCC" = yes; then
2464 if test "$GCC" = yes; then
2470 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2471 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2472 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2473 echo $ECHO_N "(cached) $ECHO_C" >&6
2475 ac_cv_prog_cc_stdc=no
2477 cat >conftest.$ac_ext <<_ACEOF
2480 cat confdefs.h >>conftest.$ac_ext
2481 cat >>conftest.$ac_ext <<_ACEOF
2482 /* end confdefs.h. */
2485 #include <sys/types.h>
2486 #include <sys/stat.h>
2487 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2488 struct buf { int x; };
2489 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2490 static char *e (p, i)
2496 static char *f (char * (*g) (char **, int), char **p, ...)
2501 s = g (p, va_arg (v,int));
2506 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2507 function prototypes and stuff, but not '\xHH' hex character constants.
2508 These don't provoke an error unfortunately, instead are silently treated
2509 as 'x'. The following induces an error, until -std1 is added to get
2510 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2511 array size at least. It's necessary to write '\x00'==0 to get something
2512 that's true only with -std1. */
2513 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2515 int test (int i, double x);
2516 struct s1 {int (*f) (int a);};
2517 struct s2 {int (*f) (double a);};
2518 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2524 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2529 # Don't try gcc -ansi; that turns off useful extensions and
2530 # breaks some systems' header files.
2531 # AIX -qlanglvl=ansi
2532 # Ultrix and OSF/1 -std1
2533 # HP-UX 10.20 and later -Ae
2534 # HP-UX older versions -Aa -D_HPUX_SOURCE
2535 # SVR4 -Xc -D__EXTENSIONS__
2536 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2538 CC="$ac_save_CC $ac_arg"
2539 rm -f conftest.$ac_objext
2540 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2541 (eval $ac_compile) 2>conftest.er1
2543 grep -v '^ *+' conftest.er1 >conftest.err
2545 cat conftest.err >&5
2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547 (exit $ac_status); } &&
2548 { ac_try='test -z "$ac_c_werror_flag"
2549 || test ! -s conftest.err'
2550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2554 (exit $ac_status); }; } &&
2555 { ac_try='test -s conftest.$ac_objext'
2556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2560 (exit $ac_status); }; }; then
2561 ac_cv_prog_cc_stdc=$ac_arg
2564 echo "$as_me: failed program was:" >&5
2565 sed 's/^/| /' conftest.$ac_ext >&5
2568 rm -f conftest.err conftest.$ac_objext
2570 rm -f conftest.$ac_ext conftest.$ac_objext
2575 case "x$ac_cv_prog_cc_stdc" in
2577 echo "$as_me:$LINENO: result: none needed" >&5
2578 echo "${ECHO_T}none needed" >&6 ;;
2580 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2581 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2582 CC="$CC $ac_cv_prog_cc_stdc" ;;
2585 # Some people use a C++ compiler to compile C. Since we use `exit',
2586 # in C++ we need to declare it. In case someone uses the same compiler
2587 # for both compiling C and C++ we need to have the C++ compiler decide
2588 # the declaration of exit, since it's the most demanding environment.
2589 cat >conftest.$ac_ext <<_ACEOF
2594 rm -f conftest.$ac_objext
2595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2596 (eval $ac_compile) 2>conftest.er1
2598 grep -v '^ *+' conftest.er1 >conftest.err
2600 cat conftest.err >&5
2601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602 (exit $ac_status); } &&
2603 { ac_try='test -z "$ac_c_werror_flag"
2604 || test ! -s conftest.err'
2605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2609 (exit $ac_status); }; } &&
2610 { ac_try='test -s conftest.$ac_objext'
2611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }; }; then
2616 for ac_declaration in \
2618 'extern "C" void std::exit (int) throw (); using std::exit;' \
2619 'extern "C" void std::exit (int); using std::exit;' \
2620 'extern "C" void exit (int) throw ();' \
2621 'extern "C" void exit (int);' \
2624 cat >conftest.$ac_ext <<_ACEOF
2627 cat confdefs.h >>conftest.$ac_ext
2628 cat >>conftest.$ac_ext <<_ACEOF
2629 /* end confdefs.h. */
2640 rm -f conftest.$ac_objext
2641 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2642 (eval $ac_compile) 2>conftest.er1
2644 grep -v '^ *+' conftest.er1 >conftest.err
2646 cat conftest.err >&5
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); } &&
2649 { ac_try='test -z "$ac_c_werror_flag"
2650 || test ! -s conftest.err'
2651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2655 (exit $ac_status); }; } &&
2656 { ac_try='test -s conftest.$ac_objext'
2657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661 (exit $ac_status); }; }; then
2664 echo "$as_me: failed program was:" >&5
2665 sed 's/^/| /' conftest.$ac_ext >&5
2669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2670 cat >conftest.$ac_ext <<_ACEOF
2673 cat confdefs.h >>conftest.$ac_ext
2674 cat >>conftest.$ac_ext <<_ACEOF
2675 /* end confdefs.h. */
2685 rm -f conftest.$ac_objext
2686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2687 (eval $ac_compile) 2>conftest.er1
2689 grep -v '^ *+' conftest.er1 >conftest.err
2691 cat conftest.err >&5
2692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693 (exit $ac_status); } &&
2694 { ac_try='test -z "$ac_c_werror_flag"
2695 || test ! -s conftest.err'
2696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2700 (exit $ac_status); }; } &&
2701 { ac_try='test -s conftest.$ac_objext'
2702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2706 (exit $ac_status); }; }; then
2709 echo "$as_me: failed program was:" >&5
2710 sed 's/^/| /' conftest.$ac_ext >&5
2713 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2716 if test -n "$ac_declaration"; then
2717 echo '#ifdef __cplusplus' >>confdefs.h
2718 echo $ac_declaration >>confdefs.h
2719 echo '#endif' >>confdefs.h
2723 echo "$as_me: failed program was:" >&5
2724 sed 's/^/| /' conftest.$ac_ext >&5
2727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2729 ac_cpp='$CPP $CPPFLAGS'
2730 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2731 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2732 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2733 DEPDIR="${am__leading_dot}deps"
2735 ac_config_commands="$ac_config_commands depfiles"
2738 am_make=${MAKE-make}
2739 cat > confinc << 'END'
2744 # If we don't find an include directive, just comment out the code.
2745 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2746 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2750 # First try GNU make style include.
2751 echo "include confinc" > confmf
2752 # We grep out `Entering directory' and `Leaving directory'
2753 # messages which can occur if `w' ends up in MAKEFLAGS.
2754 # In particular we don't look at `^make:' because GNU make might
2755 # be invoked under some other name (usually "gmake"), in which
2756 # case it prints its new name instead of `make'.
2757 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2762 # Now try BSD make style include.
2763 if test "$am__include" = "#"; then
2764 echo '.include "confinc"' > confmf
2765 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2766 am__include=.include
2773 echo "$as_me:$LINENO: result: $_am_result" >&5
2774 echo "${ECHO_T}$_am_result" >&6
2775 rm -f confinc confmf
2777 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2778 if test "${enable_dependency_tracking+set}" = set; then
2779 enableval="$enable_dependency_tracking"
2782 if test "x$enable_dependency_tracking" != xno; then
2783 am_depcomp="$ac_aux_dir/depcomp"
2788 if test "x$enable_dependency_tracking" != xno; then
2799 depcc="$CC" am_compiler_list=
2801 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2802 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2803 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2804 echo $ECHO_N "(cached) $ECHO_C" >&6
2806 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2807 # We make a subdir and do the tests there. Otherwise we can end up
2808 # making bogus files that we don't know about and never remove. For
2809 # instance it was reported that on HP-UX the gcc test will end up
2810 # making a dummy file named `D' -- because `-MD' means `put the output
2813 # Copy depcomp to subdir because otherwise we won't find it if we're
2814 # using a relative directory.
2815 cp "$am_depcomp" conftest.dir
2817 # We will build objects and dependencies in a subdirectory because
2818 # it helps to detect inapplicable dependency modes. For instance
2819 # both Tru64's cc and ICC support -MD to output dependencies as a
2820 # side effect of compilation, but ICC will put the dependencies in
2821 # the current directory while Tru64 will put them in the object
2825 am_cv_CC_dependencies_compiler_type=none
2826 if test "$am_compiler_list" = ""; then
2827 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2829 for depmode in $am_compiler_list; do
2830 # Setup a source with many dependencies, because some compilers
2831 # like to wrap large dependency lists on column 80 (with \), and
2832 # we should not choose a depcomp mode which is confused by this.
2834 # We need to recreate these files for each test, as the compiler may
2835 # overwrite some of them when testing with obscure command lines.
2836 # This happens at least with the AIX C compiler.
2838 for i in 1 2 3 4 5 6; do
2839 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2840 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2841 # Solaris 8's {/usr,}/bin/sh.
2842 touch sub/conftst$i.h
2844 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2848 # after this tag, mechanisms are not by side-effect, so they'll
2849 # only be used when explicitly requested
2850 if test "x$enable_dependency_tracking" = xyes; then
2858 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2859 # mode. It turns out that the SunPro C++ compiler does not properly
2860 # handle `-M -o', and we need to detect this.
2861 if depmode=$depmode \
2862 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2863 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2864 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2865 >/dev/null 2>conftest.err &&
2866 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2867 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2868 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2869 # icc doesn't choke on unknown options, it will just issue warnings
2870 # or remarks (even with -Werror). So we grep stderr for any message
2871 # that says an option was ignored or not supported.
2872 # When given -MP, icc 7.0 and 7.1 complain thusly:
2873 # icc: Command line warning: ignoring option '-M'; no argument required
2874 # The diagnosis changed in icc 8.0:
2875 # icc: Command line remark: option '-MP' not supported
2876 if (grep 'ignoring option' conftest.err ||
2877 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2878 am_cv_CC_dependencies_compiler_type=$depmode
2887 am_cv_CC_dependencies_compiler_type=none
2891 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2892 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2893 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2898 test "x$enable_dependency_tracking" != xno \
2899 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2901 am__fastdepCC_FALSE='#'
2903 am__fastdepCC_TRUE='#'
2904 am__fastdepCC_FALSE=
2909 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2910 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2911 if test "${ac_cv_search_strerror+set}" = set; then
2912 echo $ECHO_N "(cached) $ECHO_C" >&6
2914 ac_func_search_save_LIBS=$LIBS
2915 ac_cv_search_strerror=no
2916 cat >conftest.$ac_ext <<_ACEOF
2919 cat confdefs.h >>conftest.$ac_ext
2920 cat >>conftest.$ac_ext <<_ACEOF
2921 /* end confdefs.h. */
2923 /* Override any gcc2 internal prototype to avoid an error. */
2927 /* We use char because int might match the return type of a gcc2
2928 builtin and then its argument prototype would still apply. */
2938 rm -f conftest.$ac_objext conftest$ac_exeext
2939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2940 (eval $ac_link) 2>conftest.er1
2942 grep -v '^ *+' conftest.er1 >conftest.err
2944 cat conftest.err >&5
2945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2946 (exit $ac_status); } &&
2947 { ac_try='test -z "$ac_c_werror_flag"
2948 || test ! -s conftest.err'
2949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); }; } &&
2954 { ac_try='test -s conftest$ac_exeext'
2955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959 (exit $ac_status); }; }; then
2960 ac_cv_search_strerror="none required"
2962 echo "$as_me: failed program was:" >&5
2963 sed 's/^/| /' conftest.$ac_ext >&5
2966 rm -f conftest.err conftest.$ac_objext \
2967 conftest$ac_exeext conftest.$ac_ext
2968 if test "$ac_cv_search_strerror" = no; then
2969 for ac_lib in cposix; do
2970 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2971 cat >conftest.$ac_ext <<_ACEOF
2974 cat confdefs.h >>conftest.$ac_ext
2975 cat >>conftest.$ac_ext <<_ACEOF
2976 /* end confdefs.h. */
2978 /* Override any gcc2 internal prototype to avoid an error. */
2982 /* We use char because int might match the return type of a gcc2
2983 builtin and then its argument prototype would still apply. */
2993 rm -f conftest.$ac_objext conftest$ac_exeext
2994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2995 (eval $ac_link) 2>conftest.er1
2997 grep -v '^ *+' conftest.er1 >conftest.err
2999 cat conftest.err >&5
3000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3001 (exit $ac_status); } &&
3002 { ac_try='test -z "$ac_c_werror_flag"
3003 || test ! -s conftest.err'
3004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008 (exit $ac_status); }; } &&
3009 { ac_try='test -s conftest$ac_exeext'
3010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3014 (exit $ac_status); }; }; then
3015 ac_cv_search_strerror="-l$ac_lib"
3018 echo "$as_me: failed program was:" >&5
3019 sed 's/^/| /' conftest.$ac_ext >&5
3022 rm -f conftest.err conftest.$ac_objext \
3023 conftest$ac_exeext conftest.$ac_ext
3026 LIBS=$ac_func_search_save_LIBS
3028 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3029 echo "${ECHO_T}$ac_cv_search_strerror" >&6
3030 if test "$ac_cv_search_strerror" != no; then
3031 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3035 echo "$as_me:$LINENO: checking for function prototypes" >&5
3036 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
3037 if test "$ac_cv_prog_cc_stdc" != no; then
3038 echo "$as_me:$LINENO: result: yes" >&5
3039 echo "${ECHO_T}yes" >&6
3041 cat >>confdefs.h <<\_ACEOF
3042 #define PROTOTYPES 1
3046 cat >>confdefs.h <<\_ACEOF
3047 #define __PROTOTYPES 1
3051 echo "$as_me:$LINENO: result: no" >&5
3052 echo "${ECHO_T}no" >&6
3056 ac_cpp='$CPP $CPPFLAGS'
3057 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3058 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3059 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3060 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3061 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3062 # On Suns, sometimes $CPP names a directory.
3063 if test -n "$CPP" && test -d "$CPP"; then
3066 if test -z "$CPP"; then
3067 if test "${ac_cv_prog_CPP+set}" = set; then
3068 echo $ECHO_N "(cached) $ECHO_C" >&6
3070 # Double quotes because CPP needs to be expanded
3071 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3074 for ac_c_preproc_warn_flag in '' yes
3076 # Use a header file that comes with gcc, so configuring glibc
3077 # with a fresh cross-compiler works.
3078 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3079 # <limits.h> exists even on freestanding compilers.
3080 # On the NeXT, cc -E runs the code through the compiler's parser,
3081 # not just through cpp. "Syntax error" is here to catch this case.
3082 cat >conftest.$ac_ext <<_ACEOF
3085 cat confdefs.h >>conftest.$ac_ext
3086 cat >>conftest.$ac_ext <<_ACEOF
3087 /* end confdefs.h. */
3089 # include <limits.h>
3091 # include <assert.h>
3095 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3096 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3098 grep -v '^ *+' conftest.er1 >conftest.err
3100 cat conftest.err >&5
3101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3102 (exit $ac_status); } >/dev/null; then
3103 if test -s conftest.err; then
3104 ac_cpp_err=$ac_c_preproc_warn_flag
3105 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3112 if test -z "$ac_cpp_err"; then
3115 echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 # Broken: fails on valid input.
3121 rm -f conftest.err conftest.$ac_ext
3123 # OK, works on sane cases. Now check whether non-existent headers
3124 # can be detected and how.
3125 cat >conftest.$ac_ext <<_ACEOF
3128 cat confdefs.h >>conftest.$ac_ext
3129 cat >>conftest.$ac_ext <<_ACEOF
3130 /* end confdefs.h. */
3131 #include <ac_nonexistent.h>
3133 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3134 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3136 grep -v '^ *+' conftest.er1 >conftest.err
3138 cat conftest.err >&5
3139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } >/dev/null; then
3141 if test -s conftest.err; then
3142 ac_cpp_err=$ac_c_preproc_warn_flag
3143 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3150 if test -z "$ac_cpp_err"; then
3151 # Broken: success on invalid input.
3154 echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 # Passes both tests.
3161 rm -f conftest.err conftest.$ac_ext
3164 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3165 rm -f conftest.err conftest.$ac_ext
3166 if $ac_preproc_ok; then
3178 echo "$as_me:$LINENO: result: $CPP" >&5
3179 echo "${ECHO_T}$CPP" >&6
3181 for ac_c_preproc_warn_flag in '' yes
3183 # Use a header file that comes with gcc, so configuring glibc
3184 # with a fresh cross-compiler works.
3185 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3186 # <limits.h> exists even on freestanding compilers.
3187 # On the NeXT, cc -E runs the code through the compiler's parser,
3188 # not just through cpp. "Syntax error" is here to catch this case.
3189 cat >conftest.$ac_ext <<_ACEOF
3192 cat confdefs.h >>conftest.$ac_ext
3193 cat >>conftest.$ac_ext <<_ACEOF
3194 /* end confdefs.h. */
3196 # include <limits.h>
3198 # include <assert.h>
3202 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3203 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3205 grep -v '^ *+' conftest.er1 >conftest.err
3207 cat conftest.err >&5
3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209 (exit $ac_status); } >/dev/null; then
3210 if test -s conftest.err; then
3211 ac_cpp_err=$ac_c_preproc_warn_flag
3212 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3219 if test -z "$ac_cpp_err"; then
3222 echo "$as_me: failed program was:" >&5
3223 sed 's/^/| /' conftest.$ac_ext >&5
3225 # Broken: fails on valid input.
3228 rm -f conftest.err conftest.$ac_ext
3230 # OK, works on sane cases. Now check whether non-existent headers
3231 # can be detected and how.
3232 cat >conftest.$ac_ext <<_ACEOF
3235 cat confdefs.h >>conftest.$ac_ext
3236 cat >>conftest.$ac_ext <<_ACEOF
3237 /* end confdefs.h. */
3238 #include <ac_nonexistent.h>
3240 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3241 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3243 grep -v '^ *+' conftest.er1 >conftest.err
3245 cat conftest.err >&5
3246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3247 (exit $ac_status); } >/dev/null; then
3248 if test -s conftest.err; then
3249 ac_cpp_err=$ac_c_preproc_warn_flag
3250 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3257 if test -z "$ac_cpp_err"; then
3258 # Broken: success on invalid input.
3261 echo "$as_me: failed program was:" >&5
3262 sed 's/^/| /' conftest.$ac_ext >&5
3264 # Passes both tests.
3268 rm -f conftest.err conftest.$ac_ext
3271 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3272 rm -f conftest.err conftest.$ac_ext
3273 if $ac_preproc_ok; then
3276 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3277 See \`config.log' for more details." >&5
3278 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3279 See \`config.log' for more details." >&2;}
3280 { (exit 1); exit 1; }; }
3284 ac_cpp='$CPP $CPPFLAGS'
3285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3290 echo "$as_me:$LINENO: checking for egrep" >&5
3291 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3292 if test "${ac_cv_prog_egrep+set}" = set; then
3293 echo $ECHO_N "(cached) $ECHO_C" >&6
3295 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3296 then ac_cv_prog_egrep='grep -E'
3297 else ac_cv_prog_egrep='egrep'
3300 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3301 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3302 EGREP=$ac_cv_prog_egrep
3305 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3306 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3307 if test "${ac_cv_header_stdc+set}" = set; then
3308 echo $ECHO_N "(cached) $ECHO_C" >&6
3310 cat >conftest.$ac_ext <<_ACEOF
3313 cat confdefs.h >>conftest.$ac_ext
3314 cat >>conftest.$ac_ext <<_ACEOF
3315 /* end confdefs.h. */
3329 rm -f conftest.$ac_objext
3330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3331 (eval $ac_compile) 2>conftest.er1
3333 grep -v '^ *+' conftest.er1 >conftest.err
3335 cat conftest.err >&5
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); } &&
3338 { ac_try='test -z "$ac_c_werror_flag"
3339 || test ! -s conftest.err'
3340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }; } &&
3345 { ac_try='test -s conftest.$ac_objext'
3346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3350 (exit $ac_status); }; }; then
3351 ac_cv_header_stdc=yes
3353 echo "$as_me: failed program was:" >&5
3354 sed 's/^/| /' conftest.$ac_ext >&5
3356 ac_cv_header_stdc=no
3358 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3360 if test $ac_cv_header_stdc = yes; then
3361 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3362 cat >conftest.$ac_ext <<_ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3372 $EGREP "memchr" >/dev/null 2>&1; then
3375 ac_cv_header_stdc=no
3381 if test $ac_cv_header_stdc = yes; then
3382 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3383 cat >conftest.$ac_ext <<_ACEOF
3386 cat confdefs.h >>conftest.$ac_ext
3387 cat >>conftest.$ac_ext <<_ACEOF
3388 /* end confdefs.h. */
3392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3393 $EGREP "free" >/dev/null 2>&1; then
3396 ac_cv_header_stdc=no
3402 if test $ac_cv_header_stdc = yes; then
3403 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3404 if test "$cross_compiling" = yes; then
3407 cat >conftest.$ac_ext <<_ACEOF
3410 cat confdefs.h >>conftest.$ac_ext
3411 cat >>conftest.$ac_ext <<_ACEOF
3412 /* end confdefs.h. */
3414 #if ((' ' & 0x0FF) == 0x020)
3415 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3416 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3418 # define ISLOWER(c) \
3419 (('a' <= (c) && (c) <= 'i') \
3420 || ('j' <= (c) && (c) <= 'r') \
3421 || ('s' <= (c) && (c) <= 'z'))
3422 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3425 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3430 for (i = 0; i < 256; i++)
3431 if (XOR (islower (i), ISLOWER (i))
3432 || toupper (i) != TOUPPER (i))
3437 rm -f conftest$ac_exeext
3438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3439 (eval $ac_link) 2>&5
3441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3442 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447 (exit $ac_status); }; }; then
3450 echo "$as_me: program exited with status $ac_status" >&5
3451 echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3455 ac_cv_header_stdc=no
3457 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3461 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3462 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3463 if test $ac_cv_header_stdc = yes; then
3465 cat >>confdefs.h <<\_ACEOF
3466 #define STDC_HEADERS 1
3471 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3481 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3482 inttypes.h stdint.h unistd.h
3484 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3485 echo "$as_me:$LINENO: checking for $ac_header" >&5
3486 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3487 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
3490 cat >conftest.$ac_ext <<_ACEOF
3493 cat confdefs.h >>conftest.$ac_ext
3494 cat >>conftest.$ac_ext <<_ACEOF
3495 /* end confdefs.h. */
3496 $ac_includes_default
3498 #include <$ac_header>
3500 rm -f conftest.$ac_objext
3501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3502 (eval $ac_compile) 2>conftest.er1
3504 grep -v '^ *+' conftest.er1 >conftest.err
3506 cat conftest.err >&5
3507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); } &&
3509 { ac_try='test -z "$ac_c_werror_flag"
3510 || test ! -s conftest.err'
3511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3515 (exit $ac_status); }; } &&
3516 { ac_try='test -s conftest.$ac_objext'
3517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3521 (exit $ac_status); }; }; then
3522 eval "$as_ac_Header=yes"
3524 echo "$as_me: failed program was:" >&5
3525 sed 's/^/| /' conftest.$ac_ext >&5
3527 eval "$as_ac_Header=no"
3529 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3531 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3532 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3533 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3534 cat >>confdefs.h <<_ACEOF
3535 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3544 if test "$ac_cv_prog_cc_stdc" != no; then
3547 U=_ ANSI2KNR=./ansi2knr
3549 # Ensure some checks needed by ansi2knr itself.
3552 for ac_header in string.h
3554 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3555 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3556 echo "$as_me:$LINENO: checking for $ac_header" >&5
3557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3558 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3559 echo $ECHO_N "(cached) $ECHO_C" >&6
3561 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3562 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3564 # Is the header compilable?
3565 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3566 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3567 cat >conftest.$ac_ext <<_ACEOF
3570 cat confdefs.h >>conftest.$ac_ext
3571 cat >>conftest.$ac_ext <<_ACEOF
3572 /* end confdefs.h. */
3573 $ac_includes_default
3574 #include <$ac_header>
3576 rm -f conftest.$ac_objext
3577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3578 (eval $ac_compile) 2>conftest.er1
3580 grep -v '^ *+' conftest.er1 >conftest.err
3582 cat conftest.err >&5
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); } &&
3585 { ac_try='test -z "$ac_c_werror_flag"
3586 || test ! -s conftest.err'
3587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3591 (exit $ac_status); }; } &&
3592 { ac_try='test -s conftest.$ac_objext'
3593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); }; }; then
3598 ac_header_compiler=yes
3600 echo "$as_me: failed program was:" >&5
3601 sed 's/^/| /' conftest.$ac_ext >&5
3603 ac_header_compiler=no
3605 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3606 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3607 echo "${ECHO_T}$ac_header_compiler" >&6
3609 # Is the header present?
3610 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3611 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3612 cat >conftest.$ac_ext <<_ACEOF
3615 cat confdefs.h >>conftest.$ac_ext
3616 cat >>conftest.$ac_ext <<_ACEOF
3617 /* end confdefs.h. */
3618 #include <$ac_header>
3620 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3621 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3623 grep -v '^ *+' conftest.er1 >conftest.err
3625 cat conftest.err >&5
3626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3627 (exit $ac_status); } >/dev/null; then
3628 if test -s conftest.err; then
3629 ac_cpp_err=$ac_c_preproc_warn_flag
3630 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3637 if test -z "$ac_cpp_err"; then
3638 ac_header_preproc=yes
3640 echo "$as_me: failed program was:" >&5
3641 sed 's/^/| /' conftest.$ac_ext >&5
3643 ac_header_preproc=no
3645 rm -f conftest.err conftest.$ac_ext
3646 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3647 echo "${ECHO_T}$ac_header_preproc" >&6
3649 # So? What about this header?
3650 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3652 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3653 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3654 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3655 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3656 ac_header_preproc=yes
3659 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3660 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3661 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3662 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3663 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3664 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3665 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3666 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3667 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3668 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3669 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3670 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3673 ## ------------------------------------------ ##
3674 ## Report this to the AC_PACKAGE_NAME lists. ##
3675 ## ------------------------------------------ ##
3678 sed "s/^/$as_me: WARNING: /" >&2
3681 echo "$as_me:$LINENO: checking for $ac_header" >&5
3682 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3683 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3684 echo $ECHO_N "(cached) $ECHO_C" >&6
3686 eval "$as_ac_Header=\$ac_header_preproc"
3688 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3689 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3692 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3693 cat >>confdefs.h <<_ACEOF
3694 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3702 if test "x$U" != "x"; then
3703 { { echo "$as_me:$LINENO: error: Compiler not ANSI compliant" >&5
3704 echo "$as_me: error: Compiler not ANSI compliant" >&2;}
3705 { (exit 1); exit 1; }; }
3707 echo "$as_me:$LINENO: checking for inline" >&5
3708 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3709 if test "${ac_cv_c_inline+set}" = set; then
3710 echo $ECHO_N "(cached) $ECHO_C" >&6
3713 for ac_kw in inline __inline__ __inline; do
3714 cat >conftest.$ac_ext <<_ACEOF
3717 cat confdefs.h >>conftest.$ac_ext
3718 cat >>conftest.$ac_ext <<_ACEOF
3719 /* end confdefs.h. */
3722 static $ac_kw foo_t static_foo () {return 0; }
3723 $ac_kw foo_t foo () {return 0; }
3727 rm -f conftest.$ac_objext
3728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3729 (eval $ac_compile) 2>conftest.er1
3731 grep -v '^ *+' conftest.er1 >conftest.err
3733 cat conftest.err >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735 (exit $ac_status); } &&
3736 { ac_try='test -z "$ac_c_werror_flag"
3737 || test ! -s conftest.err'
3738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3742 (exit $ac_status); }; } &&
3743 { ac_try='test -s conftest.$ac_objext'
3744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748 (exit $ac_status); }; }; then
3749 ac_cv_c_inline=$ac_kw; break
3751 echo "$as_me: failed program was:" >&5
3752 sed 's/^/| /' conftest.$ac_ext >&5
3755 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3759 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3760 echo "${ECHO_T}$ac_cv_c_inline" >&6
3763 case $ac_cv_c_inline in
3766 case $ac_cv_c_inline in
3768 *) ac_val=$ac_cv_c_inline;;
3770 cat >>confdefs.h <<_ACEOF
3772 #define inline $ac_val
3778 # Find a good install program. We prefer a C program (faster),
3779 # so one script is as good as another. But avoid the broken or
3780 # incompatible versions:
3781 # SysV /etc/install, /usr/sbin/install
3782 # SunOS /usr/etc/install
3783 # IRIX /sbin/install
3785 # AmigaOS /C/install, which installs bootblocks on floppy discs
3786 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3787 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3788 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3789 # OS/2's system install, which has a completely different semantic
3790 # ./install, which can be erroneously created by make from ./install.sh.
3791 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3792 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3793 if test -z "$INSTALL"; then
3794 if test "${ac_cv_path_install+set}" = set; then
3795 echo $ECHO_N "(cached) $ECHO_C" >&6
3797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3801 test -z "$as_dir" && as_dir=.
3802 # Account for people who put trailing slashes in PATH elements.
3804 ./ | .// | /cC/* | \
3805 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3806 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3809 # OSF1 and SCO ODT 3.0 have their own names for install.
3810 # Don't use installbsd from OSF since it installs stuff as root
3812 for ac_prog in ginstall scoinst install; do
3813 for ac_exec_ext in '' $ac_executable_extensions; do
3814 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3815 if test $ac_prog = install &&
3816 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3817 # AIX install. It has an incompatible calling convention.
3819 elif test $ac_prog = install &&
3820 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3821 # program-specific install script used by HP pwplus--don't use.
3824 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3836 if test "${ac_cv_path_install+set}" = set; then
3837 INSTALL=$ac_cv_path_install
3839 # As a last resort, use the slow shell script. We don't cache a
3840 # path for INSTALL within a source directory, because that will
3841 # break other packages using the cache if that directory is
3842 # removed, or if the path is relative.
3843 INSTALL=$ac_install_sh
3846 echo "$as_me:$LINENO: result: $INSTALL" >&5
3847 echo "${ECHO_T}$INSTALL" >&6
3849 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3850 # It thinks the first close brace ends the variable substitution.
3851 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3853 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3855 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3857 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3858 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3859 if test "${ac_cv_header_stdc+set}" = set; then
3860 echo $ECHO_N "(cached) $ECHO_C" >&6
3862 cat >conftest.$ac_ext <<_ACEOF
3865 cat confdefs.h >>conftest.$ac_ext
3866 cat >>conftest.$ac_ext <<_ACEOF
3867 /* end confdefs.h. */
3881 rm -f conftest.$ac_objext
3882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3883 (eval $ac_compile) 2>conftest.er1
3885 grep -v '^ *+' conftest.er1 >conftest.err
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); } &&
3890 { ac_try='test -z "$ac_c_werror_flag"
3891 || test ! -s conftest.err'
3892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3896 (exit $ac_status); }; } &&
3897 { ac_try='test -s conftest.$ac_objext'
3898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3902 (exit $ac_status); }; }; then
3903 ac_cv_header_stdc=yes
3905 echo "$as_me: failed program was:" >&5
3906 sed 's/^/| /' conftest.$ac_ext >&5
3908 ac_cv_header_stdc=no
3910 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3912 if test $ac_cv_header_stdc = yes; then
3913 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3914 cat >conftest.$ac_ext <<_ACEOF
3917 cat confdefs.h >>conftest.$ac_ext
3918 cat >>conftest.$ac_ext <<_ACEOF
3919 /* end confdefs.h. */
3923 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3924 $EGREP "memchr" >/dev/null 2>&1; then
3927 ac_cv_header_stdc=no
3933 if test $ac_cv_header_stdc = yes; then
3934 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3935 cat >conftest.$ac_ext <<_ACEOF
3938 cat confdefs.h >>conftest.$ac_ext
3939 cat >>conftest.$ac_ext <<_ACEOF
3940 /* end confdefs.h. */
3944 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3945 $EGREP "free" >/dev/null 2>&1; then
3948 ac_cv_header_stdc=no
3954 if test $ac_cv_header_stdc = yes; then
3955 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3956 if test "$cross_compiling" = yes; then
3959 cat >conftest.$ac_ext <<_ACEOF
3962 cat confdefs.h >>conftest.$ac_ext
3963 cat >>conftest.$ac_ext <<_ACEOF
3964 /* end confdefs.h. */
3966 #if ((' ' & 0x0FF) == 0x020)
3967 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3968 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3970 # define ISLOWER(c) \
3971 (('a' <= (c) && (c) <= 'i') \
3972 || ('j' <= (c) && (c) <= 'r') \
3973 || ('s' <= (c) && (c) <= 'z'))
3974 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3977 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3982 for (i = 0; i < 256; i++)
3983 if (XOR (islower (i), ISLOWER (i))
3984 || toupper (i) != TOUPPER (i))
3989 rm -f conftest$ac_exeext
3990 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3991 (eval $ac_link) 2>&5
3993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3994 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3999 (exit $ac_status); }; }; then
4002 echo "$as_me: program exited with status $ac_status" >&5
4003 echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4007 ac_cv_header_stdc=no
4009 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4013 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4014 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4015 if test $ac_cv_header_stdc = yes; then
4017 cat >>confdefs.h <<\_ACEOF
4018 #define STDC_HEADERS 1
4026 for ac_header in unistd.h locale.h sys/ioctl.h
4028 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4029 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4030 echo "$as_me:$LINENO: checking for $ac_header" >&5
4031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4033 echo $ECHO_N "(cached) $ECHO_C" >&6
4035 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4036 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4038 # Is the header compilable?
4039 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4041 cat >conftest.$ac_ext <<_ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4047 $ac_includes_default
4048 #include <$ac_header>
4050 rm -f conftest.$ac_objext
4051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4052 (eval $ac_compile) 2>conftest.er1
4054 grep -v '^ *+' conftest.er1 >conftest.err
4056 cat conftest.err >&5
4057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4058 (exit $ac_status); } &&
4059 { ac_try='test -z "$ac_c_werror_flag"
4060 || test ! -s conftest.err'
4061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065 (exit $ac_status); }; } &&
4066 { ac_try='test -s conftest.$ac_objext'
4067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 (exit $ac_status); }; }; then
4072 ac_header_compiler=yes
4074 echo "$as_me: failed program was:" >&5
4075 sed 's/^/| /' conftest.$ac_ext >&5
4077 ac_header_compiler=no
4079 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4080 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4081 echo "${ECHO_T}$ac_header_compiler" >&6
4083 # Is the header present?
4084 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4085 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4086 cat >conftest.$ac_ext <<_ACEOF
4089 cat confdefs.h >>conftest.$ac_ext
4090 cat >>conftest.$ac_ext <<_ACEOF
4091 /* end confdefs.h. */
4092 #include <$ac_header>
4094 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4095 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4097 grep -v '^ *+' conftest.er1 >conftest.err
4099 cat conftest.err >&5
4100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4101 (exit $ac_status); } >/dev/null; then
4102 if test -s conftest.err; then
4103 ac_cpp_err=$ac_c_preproc_warn_flag
4104 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4111 if test -z "$ac_cpp_err"; then
4112 ac_header_preproc=yes
4114 echo "$as_me: failed program was:" >&5
4115 sed 's/^/| /' conftest.$ac_ext >&5
4117 ac_header_preproc=no
4119 rm -f conftest.err conftest.$ac_ext
4120 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4121 echo "${ECHO_T}$ac_header_preproc" >&6
4123 # So? What about this header?
4124 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4126 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4127 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4128 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4129 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4130 ac_header_preproc=yes
4133 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4134 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4135 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4136 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4137 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4138 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4139 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4140 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4141 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4142 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4143 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4144 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4147 ## ------------------------------------------ ##
4148 ## Report this to the AC_PACKAGE_NAME lists. ##
4149 ## ------------------------------------------ ##
4152 sed "s/^/$as_me: WARNING: /" >&2
4155 echo "$as_me:$LINENO: checking for $ac_header" >&5
4156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4157 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4158 echo $ECHO_N "(cached) $ECHO_C" >&6
4160 eval "$as_ac_Header=\$ac_header_preproc"
4162 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4163 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4166 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4167 cat >>confdefs.h <<_ACEOF
4168 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4175 if test "${ac_cv_header_stdarg_h+set}" = set; then
4176 echo "$as_me:$LINENO: checking for stdarg.h" >&5
4177 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6
4178 if test "${ac_cv_header_stdarg_h+set}" = set; then
4179 echo $ECHO_N "(cached) $ECHO_C" >&6
4181 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5
4182 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6
4184 # Is the header compilable?
4185 echo "$as_me:$LINENO: checking stdarg.h usability" >&5
4186 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6
4187 cat >conftest.$ac_ext <<_ACEOF
4190 cat confdefs.h >>conftest.$ac_ext
4191 cat >>conftest.$ac_ext <<_ACEOF
4192 /* end confdefs.h. */
4193 $ac_includes_default
4196 rm -f conftest.$ac_objext
4197 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4198 (eval $ac_compile) 2>conftest.er1
4200 grep -v '^ *+' conftest.er1 >conftest.err
4202 cat conftest.err >&5
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); } &&
4205 { ac_try='test -z "$ac_c_werror_flag"
4206 || test ! -s conftest.err'
4207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4211 (exit $ac_status); }; } &&
4212 { ac_try='test -s conftest.$ac_objext'
4213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); }; }; then
4218 ac_header_compiler=yes
4220 echo "$as_me: failed program was:" >&5
4221 sed 's/^/| /' conftest.$ac_ext >&5
4223 ac_header_compiler=no
4225 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4226 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4227 echo "${ECHO_T}$ac_header_compiler" >&6
4229 # Is the header present?
4230 echo "$as_me:$LINENO: checking stdarg.h presence" >&5
4231 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6
4232 cat >conftest.$ac_ext <<_ACEOF
4235 cat confdefs.h >>conftest.$ac_ext
4236 cat >>conftest.$ac_ext <<_ACEOF
4237 /* end confdefs.h. */
4240 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4241 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4243 grep -v '^ *+' conftest.er1 >conftest.err
4245 cat conftest.err >&5
4246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4247 (exit $ac_status); } >/dev/null; then
4248 if test -s conftest.err; then
4249 ac_cpp_err=$ac_c_preproc_warn_flag
4250 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4257 if test -z "$ac_cpp_err"; then
4258 ac_header_preproc=yes
4260 echo "$as_me: failed program was:" >&5
4261 sed 's/^/| /' conftest.$ac_ext >&5
4263 ac_header_preproc=no
4265 rm -f conftest.err conftest.$ac_ext
4266 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4267 echo "${ECHO_T}$ac_header_preproc" >&6
4269 # So? What about this header?
4270 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4272 { echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5
4273 echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4274 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&5
4275 echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;}
4276 ac_header_preproc=yes
4279 { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5
4280 echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;}
4281 { echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&5
4282 echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;}
4283 { echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&5
4284 echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;}
4285 { echo "$as_me:$LINENO: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&5
4286 echo "$as_me: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&2;}
4287 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5
4288 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;}
4289 { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5
4290 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;}
4293 ## ------------------------------------------ ##
4294 ## Report this to the AC_PACKAGE_NAME lists. ##
4295 ## ------------------------------------------ ##
4298 sed "s/^/$as_me: WARNING: /" >&2
4301 echo "$as_me:$LINENO: checking for stdarg.h" >&5
4302 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6
4303 if test "${ac_cv_header_stdarg_h+set}" = set; then
4304 echo $ECHO_N "(cached) $ECHO_C" >&6
4306 ac_cv_header_stdarg_h=$ac_header_preproc
4308 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5
4309 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6
4312 if test $ac_cv_header_stdarg_h = yes; then
4314 cat >>confdefs.h <<\_ACEOF
4315 #define HAVE_STDARG_H 1
4319 { { echo "$as_me:$LINENO: error: *** stdarg.h is missing on your system ***" >&5
4320 echo "$as_me: error: *** stdarg.h is missing on your system ***" >&2;}
4321 { (exit 1); exit 1; }; }
4325 echo "$as_me:$LINENO: checking for working strcoll" >&5
4326 echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6
4327 if test "${ac_cv_func_strcoll_works+set}" = set; then
4328 echo $ECHO_N "(cached) $ECHO_C" >&6
4330 if test "$cross_compiling" = yes; then
4331 ac_cv_func_strcoll_works=no
4333 cat >conftest.$ac_ext <<_ACEOF
4336 cat confdefs.h >>conftest.$ac_ext
4337 cat >>conftest.$ac_ext <<_ACEOF
4338 /* end confdefs.h. */
4339 $ac_includes_default
4343 exit (strcoll ("abc", "def") >= 0 ||
4344 strcoll ("ABC", "DEF") >= 0 ||
4345 strcoll ("123", "456") >= 0)
4350 rm -f conftest$ac_exeext
4351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4352 (eval $ac_link) 2>&5
4354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); }; }; then
4361 ac_cv_func_strcoll_works=yes
4363 echo "$as_me: program exited with status $ac_status" >&5
4364 echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.$ac_ext >&5
4368 ac_cv_func_strcoll_works=no
4370 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4373 echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5
4374 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6
4375 if test $ac_cv_func_strcoll_works = yes; then
4377 cat >>confdefs.h <<\_ACEOF
4378 #define HAVE_STRCOLL 1
4384 for ac_func in setlocale
4386 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4387 echo "$as_me:$LINENO: checking for $ac_func" >&5
4388 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4389 if eval "test \"\${$as_ac_var+set}\" = set"; then
4390 echo $ECHO_N "(cached) $ECHO_C" >&6
4392 cat >conftest.$ac_ext <<_ACEOF
4395 cat confdefs.h >>conftest.$ac_ext
4396 cat >>conftest.$ac_ext <<_ACEOF
4397 /* end confdefs.h. */
4398 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4399 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4400 #define $ac_func innocuous_$ac_func
4402 /* System header to define __stub macros and hopefully few prototypes,
4403 which can conflict with char $ac_func (); below.
4404 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4405 <limits.h> exists even on freestanding compilers. */
4408 # include <limits.h>
4410 # include <assert.h>
4415 /* Override any gcc2 internal prototype to avoid an error. */
4420 /* We use char because int might match the return type of a gcc2
4421 builtin and then its argument prototype would still apply. */
4423 /* The GNU C library defines this for functions which it implements
4424 to always fail with ENOSYS. Some functions are actually named
4425 something starting with __ and the normal name is an alias. */
4426 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4429 char (*f) () = $ac_func;
4438 return f != $ac_func;
4443 rm -f conftest.$ac_objext conftest$ac_exeext
4444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4445 (eval $ac_link) 2>conftest.er1
4447 grep -v '^ *+' conftest.er1 >conftest.err
4449 cat conftest.err >&5
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); } &&
4452 { ac_try='test -z "$ac_c_werror_flag"
4453 || test ! -s conftest.err'
4454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4458 (exit $ac_status); }; } &&
4459 { ac_try='test -s conftest$ac_exeext'
4460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4464 (exit $ac_status); }; }; then
4465 eval "$as_ac_var=yes"
4467 echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.$ac_ext >&5
4470 eval "$as_ac_var=no"
4472 rm -f conftest.err conftest.$ac_objext \
4473 conftest$ac_exeext conftest.$ac_ext
4475 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4476 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4477 if test `eval echo '${'$as_ac_var'}'` = yes; then
4478 cat >>confdefs.h <<_ACEOF
4479 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4487 if test "${ac_cv_header_wchar_h+set}" = set; then
4488 echo "$as_me:$LINENO: checking for wchar.h" >&5
4489 echo $ECHO_N "checking for wchar.h... $ECHO_C" >&6
4490 if test "${ac_cv_header_wchar_h+set}" = set; then
4491 echo $ECHO_N "(cached) $ECHO_C" >&6
4493 echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5
4494 echo "${ECHO_T}$ac_cv_header_wchar_h" >&6
4496 # Is the header compilable?
4497 echo "$as_me:$LINENO: checking wchar.h usability" >&5
4498 echo $ECHO_N "checking wchar.h usability... $ECHO_C" >&6
4499 cat >conftest.$ac_ext <<_ACEOF
4502 cat confdefs.h >>conftest.$ac_ext
4503 cat >>conftest.$ac_ext <<_ACEOF
4504 /* end confdefs.h. */
4505 $ac_includes_default
4508 rm -f conftest.$ac_objext
4509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4510 (eval $ac_compile) 2>conftest.er1
4512 grep -v '^ *+' conftest.er1 >conftest.err
4514 cat conftest.err >&5
4515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4516 (exit $ac_status); } &&
4517 { ac_try='test -z "$ac_c_werror_flag"
4518 || test ! -s conftest.err'
4519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4523 (exit $ac_status); }; } &&
4524 { ac_try='test -s conftest.$ac_objext'
4525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4529 (exit $ac_status); }; }; then
4530 ac_header_compiler=yes
4532 echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4535 ac_header_compiler=no
4537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4538 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4539 echo "${ECHO_T}$ac_header_compiler" >&6
4541 # Is the header present?
4542 echo "$as_me:$LINENO: checking wchar.h presence" >&5
4543 echo $ECHO_N "checking wchar.h presence... $ECHO_C" >&6
4544 cat >conftest.$ac_ext <<_ACEOF
4547 cat confdefs.h >>conftest.$ac_ext
4548 cat >>conftest.$ac_ext <<_ACEOF
4549 /* end confdefs.h. */
4552 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4553 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4555 grep -v '^ *+' conftest.er1 >conftest.err
4557 cat conftest.err >&5
4558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4559 (exit $ac_status); } >/dev/null; then
4560 if test -s conftest.err; then
4561 ac_cpp_err=$ac_c_preproc_warn_flag
4562 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4569 if test -z "$ac_cpp_err"; then
4570 ac_header_preproc=yes
4572 echo "$as_me: failed program was:" >&5
4573 sed 's/^/| /' conftest.$ac_ext >&5
4575 ac_header_preproc=no
4577 rm -f conftest.err conftest.$ac_ext
4578 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4579 echo "${ECHO_T}$ac_header_preproc" >&6
4581 # So? What about this header?
4582 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4584 { echo "$as_me:$LINENO: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor!" >&5
4585 echo "$as_me: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4586 { echo "$as_me:$LINENO: WARNING: wchar.h: proceeding with the compiler's result" >&5
4587 echo "$as_me: WARNING: wchar.h: proceeding with the compiler's result" >&2;}
4588 ac_header_preproc=yes
4591 { echo "$as_me:$LINENO: WARNING: wchar.h: present but cannot be compiled" >&5
4592 echo "$as_me: WARNING: wchar.h: present but cannot be compiled" >&2;}
4593 { echo "$as_me:$LINENO: WARNING: wchar.h: check for missing prerequisite headers?" >&5
4594 echo "$as_me: WARNING: wchar.h: check for missing prerequisite headers?" >&2;}
4595 { echo "$as_me:$LINENO: WARNING: wchar.h: see the Autoconf documentation" >&5
4596 echo "$as_me: WARNING: wchar.h: see the Autoconf documentation" >&2;}
4597 { echo "$as_me:$LINENO: WARNING: wchar.h: section \"Present But Cannot Be Compiled\"" >&5
4598 echo "$as_me: WARNING: wchar.h: section \"Present But Cannot Be Compiled\"" >&2;}
4599 { echo "$as_me:$LINENO: WARNING: wchar.h: proceeding with the preprocessor's result" >&5
4600 echo "$as_me: WARNING: wchar.h: proceeding with the preprocessor's result" >&2;}
4601 { echo "$as_me:$LINENO: WARNING: wchar.h: in the future, the compiler will take precedence" >&5
4602 echo "$as_me: WARNING: wchar.h: in the future, the compiler will take precedence" >&2;}
4605 ## ------------------------------------------ ##
4606 ## Report this to the AC_PACKAGE_NAME lists. ##
4607 ## ------------------------------------------ ##
4610 sed "s/^/$as_me: WARNING: /" >&2
4613 echo "$as_me:$LINENO: checking for wchar.h" >&5
4614 echo $ECHO_N "checking for wchar.h... $ECHO_C" >&6
4615 if test "${ac_cv_header_wchar_h+set}" = set; then
4616 echo $ECHO_N "(cached) $ECHO_C" >&6
4618 ac_cv_header_wchar_h=$ac_header_preproc
4620 echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5
4621 echo "${ECHO_T}$ac_cv_header_wchar_h" >&6
4624 if test $ac_cv_header_wchar_h = yes; then
4628 cat >>confdefs.h <<\_ACEOF
4629 #define HAVE_WCHAR_H 1
4641 for ac_func in mbtowc wcwidth mbrtowc mbsinit
4643 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4644 echo "$as_me:$LINENO: checking for $ac_func" >&5
4645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4646 if eval "test \"\${$as_ac_var+set}\" = set"; then
4647 echo $ECHO_N "(cached) $ECHO_C" >&6
4649 cat >conftest.$ac_ext <<_ACEOF
4652 cat confdefs.h >>conftest.$ac_ext
4653 cat >>conftest.$ac_ext <<_ACEOF
4654 /* end confdefs.h. */
4655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4657 #define $ac_func innocuous_$ac_func
4659 /* System header to define __stub macros and hopefully few prototypes,
4660 which can conflict with char $ac_func (); below.
4661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4662 <limits.h> exists even on freestanding compilers. */
4665 # include <limits.h>
4667 # include <assert.h>
4672 /* Override any gcc2 internal prototype to avoid an error. */
4677 /* We use char because int might match the return type of a gcc2
4678 builtin and then its argument prototype would still apply. */
4680 /* The GNU C library defines this for functions which it implements
4681 to always fail with ENOSYS. Some functions are actually named
4682 something starting with __ and the normal name is an alias. */
4683 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4686 char (*f) () = $ac_func;
4695 return f != $ac_func;
4700 rm -f conftest.$ac_objext conftest$ac_exeext
4701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4702 (eval $ac_link) 2>conftest.er1
4704 grep -v '^ *+' conftest.er1 >conftest.err
4706 cat conftest.err >&5
4707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4708 (exit $ac_status); } &&
4709 { ac_try='test -z "$ac_c_werror_flag"
4710 || test ! -s conftest.err'
4711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4715 (exit $ac_status); }; } &&
4716 { ac_try='test -s conftest$ac_exeext'
4717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4721 (exit $ac_status); }; }; then
4722 eval "$as_ac_var=yes"
4724 echo "$as_me: failed program was:" >&5
4725 sed 's/^/| /' conftest.$ac_ext >&5
4727 eval "$as_ac_var=no"
4729 rm -f conftest.err conftest.$ac_objext \
4730 conftest$ac_exeext conftest.$ac_ext
4732 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4733 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4734 if test `eval echo '${'$as_ac_var'}'` = yes; then
4735 cat >>confdefs.h <<_ACEOF
4736 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4744 echo "$as_me:$LINENO: checking whether wcwidth is declared" >&5
4745 echo $ECHO_N "checking whether wcwidth is declared... $ECHO_C" >&6
4746 if test "${ac_cv_have_decl_wcwidth+set}" = set; then
4747 echo $ECHO_N "(cached) $ECHO_C" >&6
4749 cat >conftest.$ac_ext <<_ACEOF
4752 cat confdefs.h >>conftest.$ac_ext
4753 cat >>conftest.$ac_ext <<_ACEOF
4754 /* end confdefs.h. */
4755 $ac_includes_default
4760 char *p = (char *) wcwidth;
4767 rm -f conftest.$ac_objext
4768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4769 (eval $ac_compile) 2>conftest.er1
4771 grep -v '^ *+' conftest.er1 >conftest.err
4773 cat conftest.err >&5
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); } &&
4776 { ac_try='test -z "$ac_c_werror_flag"
4777 || test ! -s conftest.err'
4778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4782 (exit $ac_status); }; } &&
4783 { ac_try='test -s conftest.$ac_objext'
4784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4788 (exit $ac_status); }; }; then
4789 ac_cv_have_decl_wcwidth=yes
4791 echo "$as_me: failed program was:" >&5
4792 sed 's/^/| /' conftest.$ac_ext >&5
4794 ac_cv_have_decl_wcwidth=no
4796 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4798 echo "$as_me:$LINENO: result: $ac_cv_have_decl_wcwidth" >&5
4799 echo "${ECHO_T}$ac_cv_have_decl_wcwidth" >&6
4800 if test $ac_cv_have_decl_wcwidth = yes; then
4802 cat >>confdefs.h <<_ACEOF
4803 #define HAVE_DECL_WCWIDTH 1
4808 cat >>confdefs.h <<_ACEOF
4809 #define HAVE_DECL_WCWIDTH 0
4816 echo "$as_me:$LINENO: checking for wchar_t" >&5
4817 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
4818 if test "${ac_cv_type_wchar_t+set}" = set; then
4819 echo $ECHO_N "(cached) $ECHO_C" >&6
4821 cat >conftest.$ac_ext <<_ACEOF
4824 cat confdefs.h >>conftest.$ac_ext
4825 cat >>conftest.$ac_ext <<_ACEOF
4826 /* end confdefs.h. */
4827 $ac_includes_default
4833 if (sizeof (wchar_t))
4839 rm -f conftest.$ac_objext
4840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4841 (eval $ac_compile) 2>conftest.er1
4843 grep -v '^ *+' conftest.er1 >conftest.err
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } &&
4848 { ac_try='test -z "$ac_c_werror_flag"
4849 || test ! -s conftest.err'
4850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; } &&
4855 { ac_try='test -s conftest.$ac_objext'
4856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4860 (exit $ac_status); }; }; then
4861 ac_cv_type_wchar_t=yes
4863 echo "$as_me: failed program was:" >&5
4864 sed 's/^/| /' conftest.$ac_ext >&5
4866 ac_cv_type_wchar_t=no
4868 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4870 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
4871 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
4872 if test $ac_cv_type_wchar_t = yes; then
4879 if test x$ac_widec_funcs = xyes -a x$ac_have_wchar_h = xyes; then
4880 ac_widec_possible=yes
4882 ac_widec_possible=no
4886 abook_cv_curses=/usr
4888 # Check whether --with-curses or --without-curses was given.
4889 if test "${with_curses+set}" = set; then
4890 withval="$with_curses"
4891 if test $withval != yes; then
4892 abook_cv_curses=$withval
4894 if test x$abook_cv_curses != x/usr; then
4895 LDFLAGS="-L${abook_cv_curses}/lib $LDFLAGS"
4896 CPPFLAGS="$CPPFLAGS -I${abook_cv_curses}/include"
4900 echo "$as_me:$LINENO: checking for initscr in -lncursesw" >&5
4901 echo $ECHO_N "checking for initscr in -lncursesw... $ECHO_C" >&6
4902 if test "${ac_cv_lib_ncursesw_initscr+set}" = set; then
4903 echo $ECHO_N "(cached) $ECHO_C" >&6
4905 ac_check_lib_save_LIBS=$LIBS
4906 LIBS="-lncursesw $LIBS"
4907 cat >conftest.$ac_ext <<_ACEOF
4910 cat confdefs.h >>conftest.$ac_ext
4911 cat >>conftest.$ac_ext <<_ACEOF
4912 /* end confdefs.h. */
4914 /* Override any gcc2 internal prototype to avoid an error. */
4918 /* We use char because int might match the return type of a gcc2
4919 builtin and then its argument prototype would still apply. */
4929 rm -f conftest.$ac_objext conftest$ac_exeext
4930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4931 (eval $ac_link) 2>conftest.er1
4933 grep -v '^ *+' conftest.er1 >conftest.err
4935 cat conftest.err >&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); } &&
4938 { ac_try='test -z "$ac_c_werror_flag"
4939 || test ! -s conftest.err'
4940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); }; } &&
4945 { ac_try='test -s conftest$ac_exeext'
4946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950 (exit $ac_status); }; }; then
4951 ac_cv_lib_ncursesw_initscr=yes
4953 echo "$as_me: failed program was:" >&5
4954 sed 's/^/| /' conftest.$ac_ext >&5
4956 ac_cv_lib_ncursesw_initscr=no
4958 rm -f conftest.err conftest.$ac_objext \
4959 conftest$ac_exeext conftest.$ac_ext
4960 LIBS=$ac_check_lib_save_LIBS
4962 echo "$as_me:$LINENO: result: $ac_cv_lib_ncursesw_initscr" >&5
4963 echo "${ECHO_T}$ac_cv_lib_ncursesw_initscr" >&6
4964 if test $ac_cv_lib_ncursesw_initscr = yes; then
4965 LIBS="$LIBS -lncursesw"
4966 if test x$abook_cv_curses = x/usr -a -d /usr/include/ncursesw; then
4967 CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
4970 for ac_header in ncurses.h
4972 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4973 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4974 echo "$as_me:$LINENO: checking for $ac_header" >&5
4975 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4976 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4977 echo $ECHO_N "(cached) $ECHO_C" >&6
4979 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4980 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4982 # Is the header compilable?
4983 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4984 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4985 cat >conftest.$ac_ext <<_ACEOF
4988 cat confdefs.h >>conftest.$ac_ext
4989 cat >>conftest.$ac_ext <<_ACEOF
4990 /* end confdefs.h. */
4991 $ac_includes_default
4992 #include <$ac_header>
4994 rm -f conftest.$ac_objext
4995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4996 (eval $ac_compile) 2>conftest.er1
4998 grep -v '^ *+' conftest.er1 >conftest.err
5000 cat conftest.err >&5
5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002 (exit $ac_status); } &&
5003 { ac_try='test -z "$ac_c_werror_flag"
5004 || test ! -s conftest.err'
5005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); }; } &&
5010 { ac_try='test -s conftest.$ac_objext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; }; then
5016 ac_header_compiler=yes
5018 echo "$as_me: failed program was:" >&5
5019 sed 's/^/| /' conftest.$ac_ext >&5
5021 ac_header_compiler=no
5023 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5024 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5025 echo "${ECHO_T}$ac_header_compiler" >&6
5027 # Is the header present?
5028 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5029 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5030 cat >conftest.$ac_ext <<_ACEOF
5033 cat confdefs.h >>conftest.$ac_ext
5034 cat >>conftest.$ac_ext <<_ACEOF
5035 /* end confdefs.h. */
5036 #include <$ac_header>
5038 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5039 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5041 grep -v '^ *+' conftest.er1 >conftest.err
5043 cat conftest.err >&5
5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045 (exit $ac_status); } >/dev/null; then
5046 if test -s conftest.err; then
5047 ac_cpp_err=$ac_c_preproc_warn_flag
5048 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5055 if test -z "$ac_cpp_err"; then
5056 ac_header_preproc=yes
5058 echo "$as_me: failed program was:" >&5
5059 sed 's/^/| /' conftest.$ac_ext >&5
5061 ac_header_preproc=no
5063 rm -f conftest.err conftest.$ac_ext
5064 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5065 echo "${ECHO_T}$ac_header_preproc" >&6
5067 # So? What about this header?
5068 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5070 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5071 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5072 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5073 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5074 ac_header_preproc=yes
5077 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5078 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5079 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5080 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5081 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5082 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5083 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5084 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5085 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5086 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5087 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5088 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5091 ## ------------------------------------------ ##
5092 ## Report this to the AC_PACKAGE_NAME lists. ##
5093 ## ------------------------------------------ ##
5096 sed "s/^/$as_me: WARNING: /" >&2
5099 echo "$as_me:$LINENO: checking for $ac_header" >&5
5100 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5101 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5104 eval "$as_ac_Header=\$ac_header_preproc"
5106 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5107 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5110 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5111 cat >>confdefs.h <<_ACEOF
5112 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5121 ac_widec_possible=no
5122 echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
5123 echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
5124 if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
5125 echo $ECHO_N "(cached) $ECHO_C" >&6
5127 ac_check_lib_save_LIBS=$LIBS
5128 LIBS="-lncurses $LIBS"
5129 cat >conftest.$ac_ext <<_ACEOF
5132 cat confdefs.h >>conftest.$ac_ext
5133 cat >>conftest.$ac_ext <<_ACEOF
5134 /* end confdefs.h. */
5136 /* Override any gcc2 internal prototype to avoid an error. */
5140 /* We use char because int might match the return type of a gcc2
5141 builtin and then its argument prototype would still apply. */
5151 rm -f conftest.$ac_objext conftest$ac_exeext
5152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5153 (eval $ac_link) 2>conftest.er1
5155 grep -v '^ *+' conftest.er1 >conftest.err
5157 cat conftest.err >&5
5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159 (exit $ac_status); } &&
5160 { ac_try='test -z "$ac_c_werror_flag"
5161 || test ! -s conftest.err'
5162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5166 (exit $ac_status); }; } &&
5167 { ac_try='test -s conftest$ac_exeext'
5168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5172 (exit $ac_status); }; }; then
5173 ac_cv_lib_ncurses_initscr=yes
5175 echo "$as_me: failed program was:" >&5
5176 sed 's/^/| /' conftest.$ac_ext >&5
5178 ac_cv_lib_ncurses_initscr=no
5180 rm -f conftest.err conftest.$ac_objext \
5181 conftest$ac_exeext conftest.$ac_ext
5182 LIBS=$ac_check_lib_save_LIBS
5184 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5
5185 echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6
5186 if test $ac_cv_lib_ncurses_initscr = yes; then
5187 LIBS="$LIBS -lncurses"
5188 if test x$abook_cv_curses = x/usr -a -d /usr/include/ncurses; then
5189 CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
5192 for ac_header in ncurses.h
5194 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5195 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5196 echo "$as_me:$LINENO: checking for $ac_header" >&5
5197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5198 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5199 echo $ECHO_N "(cached) $ECHO_C" >&6
5201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5202 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5204 # Is the header compilable?
5205 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5206 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5207 cat >conftest.$ac_ext <<_ACEOF
5210 cat confdefs.h >>conftest.$ac_ext
5211 cat >>conftest.$ac_ext <<_ACEOF
5212 /* end confdefs.h. */
5213 $ac_includes_default
5214 #include <$ac_header>
5216 rm -f conftest.$ac_objext
5217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5218 (eval $ac_compile) 2>conftest.er1
5220 grep -v '^ *+' conftest.er1 >conftest.err
5222 cat conftest.err >&5
5223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } &&
5225 { ac_try='test -z "$ac_c_werror_flag"
5226 || test ! -s conftest.err'
5227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231 (exit $ac_status); }; } &&
5232 { ac_try='test -s conftest.$ac_objext'
5233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5237 (exit $ac_status); }; }; then
5238 ac_header_compiler=yes
5240 echo "$as_me: failed program was:" >&5
5241 sed 's/^/| /' conftest.$ac_ext >&5
5243 ac_header_compiler=no
5245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5246 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5247 echo "${ECHO_T}$ac_header_compiler" >&6
5249 # Is the header present?
5250 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5251 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5252 cat >conftest.$ac_ext <<_ACEOF
5255 cat confdefs.h >>conftest.$ac_ext
5256 cat >>conftest.$ac_ext <<_ACEOF
5257 /* end confdefs.h. */
5258 #include <$ac_header>
5260 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5261 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5263 grep -v '^ *+' conftest.er1 >conftest.err
5265 cat conftest.err >&5
5266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5267 (exit $ac_status); } >/dev/null; then
5268 if test -s conftest.err; then
5269 ac_cpp_err=$ac_c_preproc_warn_flag
5270 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5277 if test -z "$ac_cpp_err"; then
5278 ac_header_preproc=yes
5280 echo "$as_me: failed program was:" >&5
5281 sed 's/^/| /' conftest.$ac_ext >&5
5283 ac_header_preproc=no
5285 rm -f conftest.err conftest.$ac_ext
5286 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5287 echo "${ECHO_T}$ac_header_preproc" >&6
5289 # So? What about this header?
5290 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5292 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5293 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5294 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5295 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5296 ac_header_preproc=yes
5299 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5300 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5301 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5302 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5303 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5304 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5305 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5306 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5308 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5309 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5310 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5313 ## ------------------------------------------ ##
5314 ## Report this to the AC_PACKAGE_NAME lists. ##
5315 ## ------------------------------------------ ##
5318 sed "s/^/$as_me: WARNING: /" >&2
5321 echo "$as_me:$LINENO: checking for $ac_header" >&5
5322 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5323 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5324 echo $ECHO_N "(cached) $ECHO_C" >&6
5326 eval "$as_ac_Header=\$ac_header_preproc"
5328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5329 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5332 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5333 cat >>confdefs.h <<_ACEOF
5334 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5343 echo "$as_me:$LINENO: checking for initscr" >&5
5344 echo $ECHO_N "checking for initscr... $ECHO_C" >&6
5345 if test "${ac_cv_func_initscr+set}" = set; then
5346 echo $ECHO_N "(cached) $ECHO_C" >&6
5348 cat >conftest.$ac_ext <<_ACEOF
5351 cat confdefs.h >>conftest.$ac_ext
5352 cat >>conftest.$ac_ext <<_ACEOF
5353 /* end confdefs.h. */
5354 /* Define initscr to an innocuous variant, in case <limits.h> declares initscr.
5355 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5356 #define initscr innocuous_initscr
5358 /* System header to define __stub macros and hopefully few prototypes,
5359 which can conflict with char initscr (); below.
5360 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5361 <limits.h> exists even on freestanding compilers. */
5364 # include <limits.h>
5366 # include <assert.h>
5371 /* Override any gcc2 internal prototype to avoid an error. */
5376 /* We use char because int might match the return type of a gcc2
5377 builtin and then its argument prototype would still apply. */
5379 /* The GNU C library defines this for functions which it implements
5380 to always fail with ENOSYS. Some functions are actually named
5381 something starting with __ and the normal name is an alias. */
5382 #if defined (__stub_initscr) || defined (__stub___initscr)
5385 char (*f) () = initscr;
5394 return f != initscr;
5399 rm -f conftest.$ac_objext conftest$ac_exeext
5400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5401 (eval $ac_link) 2>conftest.er1
5403 grep -v '^ *+' conftest.er1 >conftest.err
5405 cat conftest.err >&5
5406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); } &&
5408 { ac_try='test -z "$ac_c_werror_flag"
5409 || test ! -s conftest.err'
5410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5414 (exit $ac_status); }; } &&
5415 { ac_try='test -s conftest$ac_exeext'
5416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5420 (exit $ac_status); }; }; then
5421 ac_cv_func_initscr=yes
5423 echo "$as_me: failed program was:" >&5
5424 sed 's/^/| /' conftest.$ac_ext >&5
5426 ac_cv_func_initscr=no
5428 rm -f conftest.err conftest.$ac_objext \
5429 conftest$ac_exeext conftest.$ac_ext
5431 echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5
5432 echo "${ECHO_T}$ac_cv_func_initscr" >&6
5433 if test $ac_cv_func_initscr = yes; then
5437 case $host_os in #(vi
5439 echo "$as_me:$LINENO: checking for tgoto in -lmytinfo" >&5
5440 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
5441 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
5442 echo $ECHO_N "(cached) $ECHO_C" >&6
5444 ac_check_lib_save_LIBS=$LIBS
5445 LIBS="-lmytinfo $LIBS"
5446 cat >conftest.$ac_ext <<_ACEOF
5449 cat confdefs.h >>conftest.$ac_ext
5450 cat >>conftest.$ac_ext <<_ACEOF
5451 /* end confdefs.h. */
5453 /* Override any gcc2 internal prototype to avoid an error. */
5457 /* We use char because int might match the return type of a gcc2
5458 builtin and then its argument prototype would still apply. */
5468 rm -f conftest.$ac_objext conftest$ac_exeext
5469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5470 (eval $ac_link) 2>conftest.er1
5472 grep -v '^ *+' conftest.er1 >conftest.err
5474 cat conftest.err >&5
5475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5476 (exit $ac_status); } &&
5477 { ac_try='test -z "$ac_c_werror_flag"
5478 || test ! -s conftest.err'
5479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5483 (exit $ac_status); }; } &&
5484 { ac_try='test -s conftest$ac_exeext'
5485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5489 (exit $ac_status); }; }; then
5490 ac_cv_lib_mytinfo_tgoto=yes
5492 echo "$as_me: failed program was:" >&5
5493 sed 's/^/| /' conftest.$ac_ext >&5
5495 ac_cv_lib_mytinfo_tgoto=no
5497 rm -f conftest.err conftest.$ac_objext \
5498 conftest$ac_exeext conftest.$ac_ext
5499 LIBS=$ac_check_lib_save_LIBS
5501 echo "$as_me:$LINENO: result: $ac_cv_lib_mytinfo_tgoto" >&5
5502 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
5503 if test $ac_cv_lib_mytinfo_tgoto = yes; then
5504 LIBS="-lmytinfo $LIBS"
5509 echo "$as_me:$LINENO: checking for initscr in -lcur_colr" >&5
5510 echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6
5511 if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then
5512 echo $ECHO_N "(cached) $ECHO_C" >&6
5514 ac_check_lib_save_LIBS=$LIBS
5515 LIBS="-lcur_colr $LIBS"
5516 cat >conftest.$ac_ext <<_ACEOF
5519 cat confdefs.h >>conftest.$ac_ext
5520 cat >>conftest.$ac_ext <<_ACEOF
5521 /* end confdefs.h. */
5523 /* Override any gcc2 internal prototype to avoid an error. */
5527 /* We use char because int might match the return type of a gcc2
5528 builtin and then its argument prototype would still apply. */
5538 rm -f conftest.$ac_objext conftest$ac_exeext
5539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5540 (eval $ac_link) 2>conftest.er1
5542 grep -v '^ *+' conftest.er1 >conftest.err
5544 cat conftest.err >&5
5545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5546 (exit $ac_status); } &&
5547 { ac_try='test -z "$ac_c_werror_flag"
5548 || test ! -s conftest.err'
5549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5553 (exit $ac_status); }; } &&
5554 { ac_try='test -s conftest$ac_exeext'
5555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5559 (exit $ac_status); }; }; then
5560 ac_cv_lib_cur_colr_initscr=yes
5562 echo "$as_me: failed program was:" >&5
5563 sed 's/^/| /' conftest.$ac_ext >&5
5565 ac_cv_lib_cur_colr_initscr=no
5567 rm -f conftest.err conftest.$ac_objext \
5568 conftest$ac_exeext conftest.$ac_ext
5569 LIBS=$ac_check_lib_save_LIBS
5571 echo "$as_me:$LINENO: result: $ac_cv_lib_cur_colr_initscr" >&5
5572 echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6
5573 if test $ac_cv_lib_cur_colr_initscr = yes; then
5575 LIBS="-lcur_colr $LIBS"
5576 CFLAGS="-I/usr/include/curses_colr $CFLAGS"
5577 ac_cv_func_initscr=yes
5581 echo "$as_me:$LINENO: checking for initscr in -lHcurses" >&5
5582 echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6
5583 if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then
5584 echo $ECHO_N "(cached) $ECHO_C" >&6
5586 ac_check_lib_save_LIBS=$LIBS
5587 LIBS="-lHcurses $LIBS"
5588 cat >conftest.$ac_ext <<_ACEOF
5591 cat confdefs.h >>conftest.$ac_ext
5592 cat >>conftest.$ac_ext <<_ACEOF
5593 /* end confdefs.h. */
5595 /* Override any gcc2 internal prototype to avoid an error. */
5599 /* We use char because int might match the return type of a gcc2
5600 builtin and then its argument prototype would still apply. */
5610 rm -f conftest.$ac_objext conftest$ac_exeext
5611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5612 (eval $ac_link) 2>conftest.er1
5614 grep -v '^ *+' conftest.er1 >conftest.err
5616 cat conftest.err >&5
5617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5618 (exit $ac_status); } &&
5619 { ac_try='test -z "$ac_c_werror_flag"
5620 || test ! -s conftest.err'
5621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5625 (exit $ac_status); }; } &&
5626 { ac_try='test -s conftest$ac_exeext'
5627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); }; }; then
5632 ac_cv_lib_Hcurses_initscr=yes
5634 echo "$as_me: failed program was:" >&5
5635 sed 's/^/| /' conftest.$ac_ext >&5
5637 ac_cv_lib_Hcurses_initscr=no
5639 rm -f conftest.err conftest.$ac_objext \
5640 conftest$ac_exeext conftest.$ac_ext
5641 LIBS=$ac_check_lib_save_LIBS
5643 echo "$as_me:$LINENO: result: $ac_cv_lib_Hcurses_initscr" >&5
5644 echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6
5645 if test $ac_cv_lib_Hcurses_initscr = yes; then
5647 # HP's header uses __HP_CURSES, but user claims _HP_CURSES.
5648 LIBS="-lHcurses $LIBS"
5649 CFLAGS="-D__HP_CURSES -D_HP_CURSES $CFLAGS"
5650 ac_cv_func_initscr=yes
5657 linux*) # Suse Linux does not follow /usr/lib convention
5662 if test ".$With5lib" != ".no" ; then
5663 if test -d /usr/5lib ; then
5665 CPPFLAGS="$CPPFLAGS -I/usr/5include"
5666 LIBS="$LIBS -L/usr/5lib"
5670 if test ".$ac_cv_func_initscr" != .yes ; then
5671 cf_save_LIBS="$LIBS"
5675 # Check for library containing tgoto. Do this before curses library
5676 # because it may be needed to link the test-case for initscr.
5677 echo "$as_me:$LINENO: checking for tgoto" >&5
5678 echo $ECHO_N "checking for tgoto... $ECHO_C" >&6
5679 if test "${ac_cv_func_tgoto+set}" = set; then
5680 echo $ECHO_N "(cached) $ECHO_C" >&6
5682 cat >conftest.$ac_ext <<_ACEOF
5685 cat confdefs.h >>conftest.$ac_ext
5686 cat >>conftest.$ac_ext <<_ACEOF
5687 /* end confdefs.h. */
5688 /* Define tgoto to an innocuous variant, in case <limits.h> declares tgoto.
5689 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5690 #define tgoto innocuous_tgoto
5692 /* System header to define __stub macros and hopefully few prototypes,
5693 which can conflict with char tgoto (); below.
5694 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5695 <limits.h> exists even on freestanding compilers. */
5698 # include <limits.h>
5700 # include <assert.h>
5705 /* Override any gcc2 internal prototype to avoid an error. */
5710 /* We use char because int might match the return type of a gcc2
5711 builtin and then its argument prototype would still apply. */
5713 /* The GNU C library defines this for functions which it implements
5714 to always fail with ENOSYS. Some functions are actually named
5715 something starting with __ and the normal name is an alias. */
5716 #if defined (__stub_tgoto) || defined (__stub___tgoto)
5719 char (*f) () = tgoto;
5733 rm -f conftest.$ac_objext conftest$ac_exeext
5734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5735 (eval $ac_link) 2>conftest.er1
5737 grep -v '^ *+' conftest.er1 >conftest.err
5739 cat conftest.err >&5
5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5741 (exit $ac_status); } &&
5742 { ac_try='test -z "$ac_c_werror_flag"
5743 || test ! -s conftest.err'
5744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); }; } &&
5749 { ac_try='test -s conftest$ac_exeext'
5750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); }; }; then
5755 ac_cv_func_tgoto=yes
5757 echo "$as_me: failed program was:" >&5
5758 sed 's/^/| /' conftest.$ac_ext >&5
5762 rm -f conftest.err conftest.$ac_objext \
5763 conftest$ac_exeext conftest.$ac_ext
5765 echo "$as_me:$LINENO: result: $ac_cv_func_tgoto" >&5
5766 echo "${ECHO_T}$ac_cv_func_tgoto" >&6
5767 if test $ac_cv_func_tgoto = yes; then
5768 cf_term_lib=predefined
5771 for cf_term_lib in termcap termlib unknown
5773 as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
5774 echo "$as_me:$LINENO: checking for tgoto in -l$cf_term_lib" >&5
5775 echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6
5776 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
5777 echo $ECHO_N "(cached) $ECHO_C" >&6
5779 ac_check_lib_save_LIBS=$LIBS
5780 LIBS="-l$cf_term_lib $LIBS"
5781 cat >conftest.$ac_ext <<_ACEOF
5784 cat confdefs.h >>conftest.$ac_ext
5785 cat >>conftest.$ac_ext <<_ACEOF
5786 /* end confdefs.h. */
5788 /* Override any gcc2 internal prototype to avoid an error. */
5792 /* We use char because int might match the return type of a gcc2
5793 builtin and then its argument prototype would still apply. */
5803 rm -f conftest.$ac_objext conftest$ac_exeext
5804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5805 (eval $ac_link) 2>conftest.er1
5807 grep -v '^ *+' conftest.er1 >conftest.err
5809 cat conftest.err >&5
5810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5811 (exit $ac_status); } &&
5812 { ac_try='test -z "$ac_c_werror_flag"
5813 || test ! -s conftest.err'
5814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5818 (exit $ac_status); }; } &&
5819 { ac_try='test -s conftest$ac_exeext'
5820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5824 (exit $ac_status); }; }; then
5825 eval "$as_ac_Lib=yes"
5827 echo "$as_me: failed program was:" >&5
5828 sed 's/^/| /' conftest.$ac_ext >&5
5830 eval "$as_ac_Lib=no"
5832 rm -f conftest.err conftest.$ac_objext \
5833 conftest$ac_exeext conftest.$ac_ext
5834 LIBS=$ac_check_lib_save_LIBS
5836 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
5837 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
5838 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
5847 # Check for library containing initscr
5848 test "$cf_term_lib" != predefined && test "$cf_term_lib" != unknown && LIBS="-l$cf_term_lib $cf_save_LIBS"
5849 for cf_curs_lib in cursesX curses ncurses xcurses jcurses unknown
5851 as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh`
5852 echo "$as_me:$LINENO: checking for initscr in -l$cf_curs_lib" >&5
5853 echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6
5854 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
5855 echo $ECHO_N "(cached) $ECHO_C" >&6
5857 ac_check_lib_save_LIBS=$LIBS
5858 LIBS="-l$cf_curs_lib $LIBS"
5859 cat >conftest.$ac_ext <<_ACEOF
5862 cat confdefs.h >>conftest.$ac_ext
5863 cat >>conftest.$ac_ext <<_ACEOF
5864 /* end confdefs.h. */
5866 /* Override any gcc2 internal prototype to avoid an error. */
5870 /* We use char because int might match the return type of a gcc2
5871 builtin and then its argument prototype would still apply. */
5881 rm -f conftest.$ac_objext conftest$ac_exeext
5882 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5883 (eval $ac_link) 2>conftest.er1
5885 grep -v '^ *+' conftest.er1 >conftest.err
5887 cat conftest.err >&5
5888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5889 (exit $ac_status); } &&
5890 { ac_try='test -z "$ac_c_werror_flag"
5891 || test ! -s conftest.err'
5892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); }; } &&
5897 { ac_try='test -s conftest$ac_exeext'
5898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5902 (exit $ac_status); }; }; then
5903 eval "$as_ac_Lib=yes"
5905 echo "$as_me: failed program was:" >&5
5906 sed 's/^/| /' conftest.$ac_ext >&5
5908 eval "$as_ac_Lib=no"
5910 rm -f conftest.err conftest.$ac_objext \
5911 conftest$ac_exeext conftest.$ac_ext
5912 LIBS=$ac_check_lib_save_LIBS
5914 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
5915 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
5916 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
5921 test $cf_curs_lib = unknown && { { echo "$as_me:$LINENO: error: no curses library found" >&5
5922 echo "$as_me: error: no curses library found" >&2;}
5923 { (exit 1); exit 1; }; }
5925 LIBS="-l$cf_curs_lib $cf_save_LIBS"
5926 if test "$cf_term_lib" = unknown ; then
5927 echo "$as_me:$LINENO: checking if we can link with $cf_curs_lib library" >&5
5928 echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6
5929 cat >conftest.$ac_ext <<_ACEOF
5932 cat confdefs.h >>conftest.$ac_ext
5933 cat >>conftest.$ac_ext <<_ACEOF
5934 /* end confdefs.h. */
5935 #include <${cf_cv_ncurses_header-curses.h}>
5944 rm -f conftest.$ac_objext conftest$ac_exeext
5945 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5946 (eval $ac_link) 2>conftest.er1
5948 grep -v '^ *+' conftest.er1 >conftest.err
5950 cat conftest.err >&5
5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); } &&
5953 { ac_try='test -z "$ac_c_werror_flag"
5954 || test ! -s conftest.err'
5955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959 (exit $ac_status); }; } &&
5960 { ac_try='test -s conftest$ac_exeext'
5961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5965 (exit $ac_status); }; }; then
5968 echo "$as_me: failed program was:" >&5
5969 sed 's/^/| /' conftest.$ac_ext >&5
5973 rm -f conftest.err conftest.$ac_objext \
5974 conftest$ac_exeext conftest.$ac_ext
5975 echo "$as_me:$LINENO: result: $cf_result" >&5
5976 echo "${ECHO_T}$cf_result" >&6
5977 test $cf_result = no && { { echo "$as_me:$LINENO: error: Cannot link curses library" >&5
5978 echo "$as_me: error: Cannot link curses library" >&2;}
5979 { (exit 1); exit 1; }; }
5980 elif test "$cf_term_lib" != predefined ; then
5981 echo "$as_me:$LINENO: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
5982 echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6
5983 cat >conftest.$ac_ext <<_ACEOF
5986 cat confdefs.h >>conftest.$ac_ext
5987 cat >>conftest.$ac_ext <<_ACEOF
5988 /* end confdefs.h. */
5989 #include <${cf_cv_ncurses_header-curses.h}>
5993 initscr(); tgoto((char *)0, 0, 0);
5998 rm -f conftest.$ac_objext conftest$ac_exeext
5999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6000 (eval $ac_link) 2>conftest.er1
6002 grep -v '^ *+' conftest.er1 >conftest.err
6004 cat conftest.err >&5
6005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6006 (exit $ac_status); } &&
6007 { ac_try='test -z "$ac_c_werror_flag"
6008 || test ! -s conftest.err'
6009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013 (exit $ac_status); }; } &&
6014 { ac_try='test -s conftest$ac_exeext'
6015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6019 (exit $ac_status); }; }; then
6022 echo "$as_me: failed program was:" >&5
6023 sed 's/^/| /' conftest.$ac_ext >&5
6026 LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
6027 cat >conftest.$ac_ext <<_ACEOF
6030 cat confdefs.h >>conftest.$ac_ext
6031 cat >>conftest.$ac_ext <<_ACEOF
6032 /* end confdefs.h. */
6033 #include <${cf_cv_ncurses_header-curses.h}>
6042 rm -f conftest.$ac_objext conftest$ac_exeext
6043 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6044 (eval $ac_link) 2>conftest.er1
6046 grep -v '^ *+' conftest.er1 >conftest.err
6048 cat conftest.err >&5
6049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6050 (exit $ac_status); } &&
6051 { ac_try='test -z "$ac_c_werror_flag"
6052 || test ! -s conftest.err'
6053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6057 (exit $ac_status); }; } &&
6058 { ac_try='test -s conftest$ac_exeext'
6059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6063 (exit $ac_status); }; }; then
6066 echo "$as_me: failed program was:" >&5
6067 sed 's/^/| /' conftest.$ac_ext >&5
6071 rm -f conftest.err conftest.$ac_objext \
6072 conftest$ac_exeext conftest.$ac_ext
6075 rm -f conftest.err conftest.$ac_objext \
6076 conftest$ac_exeext conftest.$ac_ext
6077 echo "$as_me:$LINENO: result: $cf_result" >&5
6078 echo "${ECHO_T}$cf_result" >&6
6093 abook_cv_readline=/usr
6095 # Check whether --with-readline or --without-readline was given.
6096 if test "${with_readline+set}" = set; then
6097 withval="$with_readline"
6098 if test $withval != yes; then
6099 abook_cv_readline=$withval
6101 if test x$abook_cv_readline != x/usr; then
6102 LDFLAGS="-L${abook_cv_readline}/lib $LDFLAGS"
6103 CPPFLAGS="$CPPFLAGS -I${abook_cv_readline}/include"
6108 echo "$as_me:$LINENO: checking for a readline compatible library" >&5
6109 echo $ECHO_N "checking for a readline compatible library... $ECHO_C" >&6
6110 if test "${ac_cv_lib_readline+set}" = set; then
6111 echo $ECHO_N "(cached) $ECHO_C" >&6
6115 for readline_lib in readline edit editline; do
6116 for termcap_lib in "" termcap curses ncurses; do
6117 if test -z "$termcap_lib"; then
6118 TRY_LIB="-l$readline_lib"
6120 TRY_LIB="-l$readline_lib -l$termcap_lib"
6122 LIBS="$ORIG_LIBS $TRY_LIB"
6123 cat >conftest.$ac_ext <<_ACEOF
6126 cat confdefs.h >>conftest.$ac_ext
6127 cat >>conftest.$ac_ext <<_ACEOF
6128 /* end confdefs.h. */
6130 /* Override any gcc2 internal prototype to avoid an error. */
6134 /* We use char because int might match the return type of a gcc2
6135 builtin and then its argument prototype would still apply. */
6145 rm -f conftest.$ac_objext conftest$ac_exeext
6146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6147 (eval $ac_link) 2>conftest.er1
6149 grep -v '^ *+' conftest.er1 >conftest.err
6151 cat conftest.err >&5
6152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6153 (exit $ac_status); } &&
6154 { ac_try='test -z "$ac_c_werror_flag"
6155 || test ! -s conftest.err'
6156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6160 (exit $ac_status); }; } &&
6161 { ac_try='test -s conftest$ac_exeext'
6162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6166 (exit $ac_status); }; }; then
6167 ac_cv_lib_readline="$TRY_LIB"
6169 echo "$as_me: failed program was:" >&5
6170 sed 's/^/| /' conftest.$ac_ext >&5
6173 rm -f conftest.err conftest.$ac_objext \
6174 conftest$ac_exeext conftest.$ac_ext
6175 if test -n "$ac_cv_lib_readline"; then
6179 if test -n "$ac_cv_lib_readline"; then
6183 if test -z "$ac_cv_lib_readline"; then
6184 ac_cv_lib_readline="no"
6189 echo "$as_me:$LINENO: result: $ac_cv_lib_readline" >&5
6190 echo "${ECHO_T}$ac_cv_lib_readline" >&6
6192 if test "$ac_cv_lib_readline" != "no"; then
6193 LIBS="$LIBS $ac_cv_lib_readline"
6195 cat >>confdefs.h <<\_ACEOF
6196 #define HAVE_LIBREADLINE 1
6201 for ac_header in readline.h readline/readline.h
6203 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6204 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6205 echo "$as_me:$LINENO: checking for $ac_header" >&5
6206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6207 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6210 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6211 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6213 # Is the header compilable?
6214 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6215 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6216 cat >conftest.$ac_ext <<_ACEOF
6219 cat confdefs.h >>conftest.$ac_ext
6220 cat >>conftest.$ac_ext <<_ACEOF
6221 /* end confdefs.h. */
6222 $ac_includes_default
6223 #include <$ac_header>
6225 rm -f conftest.$ac_objext
6226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6227 (eval $ac_compile) 2>conftest.er1
6229 grep -v '^ *+' conftest.er1 >conftest.err
6231 cat conftest.err >&5
6232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6233 (exit $ac_status); } &&
6234 { ac_try='test -z "$ac_c_werror_flag"
6235 || test ! -s conftest.err'
6236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 (exit $ac_status); }; } &&
6241 { ac_try='test -s conftest.$ac_objext'
6242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6246 (exit $ac_status); }; }; then
6247 ac_header_compiler=yes
6249 echo "$as_me: failed program was:" >&5
6250 sed 's/^/| /' conftest.$ac_ext >&5
6252 ac_header_compiler=no
6254 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6255 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6256 echo "${ECHO_T}$ac_header_compiler" >&6
6258 # Is the header present?
6259 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6260 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6261 cat >conftest.$ac_ext <<_ACEOF
6264 cat confdefs.h >>conftest.$ac_ext
6265 cat >>conftest.$ac_ext <<_ACEOF
6266 /* end confdefs.h. */
6267 #include <$ac_header>
6269 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6270 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6272 grep -v '^ *+' conftest.er1 >conftest.err
6274 cat conftest.err >&5
6275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6276 (exit $ac_status); } >/dev/null; then
6277 if test -s conftest.err; then
6278 ac_cpp_err=$ac_c_preproc_warn_flag
6279 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6286 if test -z "$ac_cpp_err"; then
6287 ac_header_preproc=yes
6289 echo "$as_me: failed program was:" >&5
6290 sed 's/^/| /' conftest.$ac_ext >&5
6292 ac_header_preproc=no
6294 rm -f conftest.err conftest.$ac_ext
6295 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6296 echo "${ECHO_T}$ac_header_preproc" >&6
6298 # So? What about this header?
6299 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6301 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6302 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6303 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6304 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6305 ac_header_preproc=yes
6308 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6309 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6310 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6311 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6312 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6313 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6314 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6315 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6317 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6318 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6319 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6322 ## ------------------------------------------ ##
6323 ## Report this to the AC_PACKAGE_NAME lists. ##
6324 ## ------------------------------------------ ##
6327 sed "s/^/$as_me: WARNING: /" >&2
6330 echo "$as_me:$LINENO: checking for $ac_header" >&5
6331 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6332 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6333 echo $ECHO_N "(cached) $ECHO_C" >&6
6335 eval "$as_ac_Header=\$ac_header_preproc"
6337 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6338 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6341 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6342 cat >>confdefs.h <<_ACEOF
6343 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6350 echo "$as_me:$LINENO: checking whether readline supports history" >&5
6351 echo $ECHO_N "checking whether readline supports history... $ECHO_C" >&6
6352 if test "${ac_cv_lib_readline_history+set}" = set; then
6353 echo $ECHO_N "(cached) $ECHO_C" >&6
6356 ac_cv_lib_readline_history="no"
6357 cat >conftest.$ac_ext <<_ACEOF
6360 cat confdefs.h >>conftest.$ac_ext
6361 cat >>conftest.$ac_ext <<_ACEOF
6362 /* end confdefs.h. */
6364 /* Override any gcc2 internal prototype to avoid an error. */
6368 /* We use char because int might match the return type of a gcc2
6369 builtin and then its argument prototype would still apply. */
6370 char add_history ();
6379 rm -f conftest.$ac_objext conftest$ac_exeext
6380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6381 (eval $ac_link) 2>conftest.er1
6383 grep -v '^ *+' conftest.er1 >conftest.err
6385 cat conftest.err >&5
6386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6387 (exit $ac_status); } &&
6388 { ac_try='test -z "$ac_c_werror_flag"
6389 || test ! -s conftest.err'
6390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6394 (exit $ac_status); }; } &&
6395 { ac_try='test -s conftest$ac_exeext'
6396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6400 (exit $ac_status); }; }; then
6401 ac_cv_lib_readline_history="yes"
6403 echo "$as_me: failed program was:" >&5
6404 sed 's/^/| /' conftest.$ac_ext >&5
6407 rm -f conftest.err conftest.$ac_objext \
6408 conftest$ac_exeext conftest.$ac_ext
6411 echo "$as_me:$LINENO: result: $ac_cv_lib_readline_history" >&5
6412 echo "${ECHO_T}$ac_cv_lib_readline_history" >&6
6413 if test "$ac_cv_lib_readline_history" = "yes"; then
6415 cat >>confdefs.h <<\_ACEOF
6416 #define HAVE_READLINE_HISTORY 1
6421 for ac_header in history.h readline/history.h
6423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6424 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6425 echo "$as_me:$LINENO: checking for $ac_header" >&5
6426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6427 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6428 echo $ECHO_N "(cached) $ECHO_C" >&6
6430 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6431 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6433 # Is the header compilable?
6434 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6436 cat >conftest.$ac_ext <<_ACEOF
6439 cat confdefs.h >>conftest.$ac_ext
6440 cat >>conftest.$ac_ext <<_ACEOF
6441 /* end confdefs.h. */
6442 $ac_includes_default
6443 #include <$ac_header>
6445 rm -f conftest.$ac_objext
6446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6447 (eval $ac_compile) 2>conftest.er1
6449 grep -v '^ *+' conftest.er1 >conftest.err
6451 cat conftest.err >&5
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); } &&
6454 { ac_try='test -z "$ac_c_werror_flag"
6455 || test ! -s conftest.err'
6456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6460 (exit $ac_status); }; } &&
6461 { ac_try='test -s conftest.$ac_objext'
6462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6466 (exit $ac_status); }; }; then
6467 ac_header_compiler=yes
6469 echo "$as_me: failed program was:" >&5
6470 sed 's/^/| /' conftest.$ac_ext >&5
6472 ac_header_compiler=no
6474 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6475 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6476 echo "${ECHO_T}$ac_header_compiler" >&6
6478 # Is the header present?
6479 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6480 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6481 cat >conftest.$ac_ext <<_ACEOF
6484 cat confdefs.h >>conftest.$ac_ext
6485 cat >>conftest.$ac_ext <<_ACEOF
6486 /* end confdefs.h. */
6487 #include <$ac_header>
6489 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6490 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6492 grep -v '^ *+' conftest.er1 >conftest.err
6494 cat conftest.err >&5
6495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6496 (exit $ac_status); } >/dev/null; then
6497 if test -s conftest.err; then
6498 ac_cpp_err=$ac_c_preproc_warn_flag
6499 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6506 if test -z "$ac_cpp_err"; then
6507 ac_header_preproc=yes
6509 echo "$as_me: failed program was:" >&5
6510 sed 's/^/| /' conftest.$ac_ext >&5
6512 ac_header_preproc=no
6514 rm -f conftest.err conftest.$ac_ext
6515 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6516 echo "${ECHO_T}$ac_header_preproc" >&6
6518 # So? What about this header?
6519 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6521 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6522 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6523 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6524 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6525 ac_header_preproc=yes
6528 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6529 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6530 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6531 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6532 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6533 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6534 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6535 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6536 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6537 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6538 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6539 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6542 ## ------------------------------------------ ##
6543 ## Report this to the AC_PACKAGE_NAME lists. ##
6544 ## ------------------------------------------ ##
6547 sed "s/^/$as_me: WARNING: /" >&2
6550 echo "$as_me:$LINENO: checking for $ac_header" >&5
6551 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6552 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6553 echo $ECHO_N "(cached) $ECHO_C" >&6
6555 eval "$as_ac_Header=\$ac_header_preproc"
6557 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6558 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6561 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6562 cat >>confdefs.h <<_ACEOF
6563 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6575 if test x$ac_cv_lib_readline = xno -o x$ac_cv_lib_readline_history = xno; then
6576 { { echo "$as_me:$LINENO: error: *** readline library not found or it doesn't support history ***" >&5
6577 echo "$as_me: error: *** readline library not found or it doesn't support history ***" >&2;}
6578 { (exit 1); exit 1; }; }
6582 if test x$ac_widec_possible = xyes; then
6584 cat >>confdefs.h <<\_ACEOF
6585 #define HANDLE_MULTIBYTE 1
6591 for ac_func in resizeterm
6593 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6594 echo "$as_me:$LINENO: checking for $ac_func" >&5
6595 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6596 if eval "test \"\${$as_ac_var+set}\" = set"; then
6597 echo $ECHO_N "(cached) $ECHO_C" >&6
6599 cat >conftest.$ac_ext <<_ACEOF
6602 cat confdefs.h >>conftest.$ac_ext
6603 cat >>conftest.$ac_ext <<_ACEOF
6604 /* end confdefs.h. */
6605 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6606 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6607 #define $ac_func innocuous_$ac_func
6609 /* System header to define __stub macros and hopefully few prototypes,
6610 which can conflict with char $ac_func (); below.
6611 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6612 <limits.h> exists even on freestanding compilers. */
6615 # include <limits.h>
6617 # include <assert.h>
6622 /* Override any gcc2 internal prototype to avoid an error. */
6627 /* We use char because int might match the return type of a gcc2
6628 builtin and then its argument prototype would still apply. */
6630 /* The GNU C library defines this for functions which it implements
6631 to always fail with ENOSYS. Some functions are actually named
6632 something starting with __ and the normal name is an alias. */
6633 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6636 char (*f) () = $ac_func;
6645 return f != $ac_func;
6650 rm -f conftest.$ac_objext conftest$ac_exeext
6651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6652 (eval $ac_link) 2>conftest.er1
6654 grep -v '^ *+' conftest.er1 >conftest.err
6656 cat conftest.err >&5
6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); } &&
6659 { ac_try='test -z "$ac_c_werror_flag"
6660 || test ! -s conftest.err'
6661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6665 (exit $ac_status); }; } &&
6666 { ac_try='test -s conftest$ac_exeext'
6667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6671 (exit $ac_status); }; }; then
6672 eval "$as_ac_var=yes"
6674 echo "$as_me: failed program was:" >&5
6675 sed 's/^/| /' conftest.$ac_ext >&5
6677 eval "$as_ac_var=no"
6679 rm -f conftest.err conftest.$ac_objext \
6680 conftest$ac_exeext conftest.$ac_ext
6682 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6683 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6684 if test `eval echo '${'$as_ac_var'}'` = yes; then
6685 cat >>confdefs.h <<_ACEOF
6686 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6695 for ac_func in snprintf vsnprintf
6697 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6698 echo "$as_me:$LINENO: checking for $ac_func" >&5
6699 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6700 if eval "test \"\${$as_ac_var+set}\" = set"; then
6701 echo $ECHO_N "(cached) $ECHO_C" >&6
6703 cat >conftest.$ac_ext <<_ACEOF
6706 cat confdefs.h >>conftest.$ac_ext
6707 cat >>conftest.$ac_ext <<_ACEOF
6708 /* end confdefs.h. */
6709 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6710 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6711 #define $ac_func innocuous_$ac_func
6713 /* System header to define __stub macros and hopefully few prototypes,
6714 which can conflict with char $ac_func (); below.
6715 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6716 <limits.h> exists even on freestanding compilers. */
6719 # include <limits.h>
6721 # include <assert.h>
6726 /* Override any gcc2 internal prototype to avoid an error. */
6731 /* We use char because int might match the return type of a gcc2
6732 builtin and then its argument prototype would still apply. */
6734 /* The GNU C library defines this for functions which it implements
6735 to always fail with ENOSYS. Some functions are actually named
6736 something starting with __ and the normal name is an alias. */
6737 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6740 char (*f) () = $ac_func;
6749 return f != $ac_func;
6754 rm -f conftest.$ac_objext conftest$ac_exeext
6755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6756 (eval $ac_link) 2>conftest.er1
6758 grep -v '^ *+' conftest.er1 >conftest.err
6760 cat conftest.err >&5
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); } &&
6763 { ac_try='test -z "$ac_c_werror_flag"
6764 || test ! -s conftest.err'
6765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6769 (exit $ac_status); }; } &&
6770 { ac_try='test -s conftest$ac_exeext'
6771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); }; }; then
6776 eval "$as_ac_var=yes"
6778 echo "$as_me: failed program was:" >&5
6779 sed 's/^/| /' conftest.$ac_ext >&5
6781 eval "$as_ac_var=no"
6783 rm -f conftest.err conftest.$ac_objext \
6784 conftest$ac_exeext conftest.$ac_ext
6786 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6787 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6788 if test `eval echo '${'$as_ac_var'}'` = yes; then
6789 cat >>confdefs.h <<_ACEOF
6790 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6797 # Check whether --enable-debug or --disable-debug was given.
6798 if test "${enable_debug+set}" = set; then
6799 enableval="$enable_debug"
6800 case "${enableval}" in
6803 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-debug" >&5
6804 echo "$as_me: error: bad value ${enableval} for --enable-debug" >&2;}
6805 { (exit 1); exit 1; }; } ;;
6811 if test x$debug = xtrue; then
6812 CPPFLAGS="-DDEBUG=1 $CPPFLAGS"
6816 if test x$GCC = xyes; then
6817 CFLAGS="-Wall $CFLAGS"
6820 ac_config_files="$ac_config_files Makefile abook.spec"
6821 cat >confcache <<\_ACEOF
6822 # This file is a shell script that caches the results of configure
6823 # tests run on this system so they can be shared between configure
6824 # scripts and configure runs, see configure's option --config-cache.
6825 # It is not useful on other systems. If it contains results you don't
6826 # want to keep, you may remove or edit it.
6828 # config.status only pays attention to the cache file if you give it
6829 # the --recheck option to rerun configure.
6831 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6832 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6837 # The following way of writing the cache mishandles newlines in values,
6838 # but we know of no workaround that is simple, portable, and efficient.
6839 # So, don't put newlines in cache variables' values.
6840 # Ultrix sh set writes to stderr and can't be redirected directly,
6841 # and sets the high bit in the cache file unless we assign to the vars.
6844 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6846 # `set' does not quote correctly, so add quotes (double-quote
6847 # substitution turns \\\\ into \\, and sed turns \\ into \).
6850 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6853 # `set' quotes correctly as required by POSIX, so do not add quotes.
6855 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6862 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6864 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6866 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6867 if test -w $cache_file; then
6868 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6869 cat confcache >$cache_file
6871 echo "not updating unwritable cache $cache_file"
6876 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6877 # Let make expand exec_prefix.
6878 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6880 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6881 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6882 # trailing colons and then remove the whole line if VPATH becomes empty
6883 # (actually we leave an empty line to preserve line numbers).
6884 if test "x$srcdir" = x.; then
6885 ac_vpsub='/^[ ]*VPATH[ ]*=/{
6886 s/:*\$(srcdir):*/:/;
6887 s/:*\${srcdir}:*/:/;
6889 s/^\([^=]*=[ ]*\):*/\1/;
6895 DEFS=-DHAVE_CONFIG_H
6899 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6900 # 1. Remove the extension, and $U if already installed.
6901 ac_i=`echo "$ac_i" |
6902 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6904 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6905 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6909 LTLIBOBJS=$ac_ltlibobjs
6912 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6913 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6914 Usually this means the macro was only invoked conditionally." >&5
6915 echo "$as_me: error: conditional \"AMDEP\" was never defined.
6916 Usually this means the macro was only invoked conditionally." >&2;}
6917 { (exit 1); exit 1; }; }
6919 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6920 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6921 Usually this means the macro was only invoked conditionally." >&5
6922 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6923 Usually this means the macro was only invoked conditionally." >&2;}
6924 { (exit 1); exit 1; }; }
6927 : ${CONFIG_STATUS=./config.status}
6928 ac_clean_files_save=$ac_clean_files
6929 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6930 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6931 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6932 cat >$CONFIG_STATUS <<_ACEOF
6934 # Generated by $as_me.
6935 # Run this file to recreate the current configuration.
6936 # Compiler output produced by configure, useful for debugging
6937 # configure, is in config.log if it exists.
6942 SHELL=\${CONFIG_SHELL-$SHELL}
6945 cat >>$CONFIG_STATUS <<\_ACEOF
6946 ## --------------------- ##
6947 ## M4sh Initialization. ##
6948 ## --------------------- ##
6950 # Be Bourne compatible
6951 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6954 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6955 # is contrary to our usage. Disable this feature.
6956 alias -g '${1+"$@"}'='"$@"'
6957 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
6960 DUALCASE=1; export DUALCASE # for MKS sh
6962 # Support unset when possible.
6963 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6970 # Work around bugs in pre-3.0 UWIN ksh.
6971 $as_unset ENV MAIL MAILPATH
6978 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6979 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6980 LC_TELEPHONE LC_TIME
6982 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6983 eval $as_var=C; export $as_var
6989 # Required to use basename.
6990 if expr a : '\(a\)' >/dev/null 2>&1; then
6996 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
6997 as_basename=basename
7003 # Name of the executable.
7004 as_me=`$as_basename "$0" ||
7005 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7006 X"$0" : 'X\(//\)$' \| \
7007 X"$0" : 'X\(/\)$' \| \
7008 . : '\(.\)' 2>/dev/null ||
7010 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7011 /^X\/\(\/\/\)$/{ s//\1/; q; }
7012 /^X\/\(\/\).*/{ s//\1/; q; }
7016 # PATH needs CR, and LINENO needs CR and PATH.
7017 # Avoid depending upon Character Ranges.
7018 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7019 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7020 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7021 as_cr_digits='0123456789'
7022 as_cr_alnum=$as_cr_Letters$as_cr_digits
7024 # The user is always right.
7025 if test "${PATH_SEPARATOR+set}" != set; then
7026 echo "#! /bin/sh" >conf$$.sh
7027 echo "exit 0" >>conf$$.sh
7029 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7040 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7041 test "x$as_lineno_1" != "x$as_lineno_2" &&
7042 test "x$as_lineno_3" = "x$as_lineno_2" || {
7043 # Find who we are. Look in the path if we contain no path at all
7046 *[\\/]* ) as_myself=$0 ;;
7047 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7051 test -z "$as_dir" && as_dir=.
7052 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7057 # We did not find ourselves, most probably we were run as `sh COMMAND'
7058 # in which case we are not to be found in the path.
7059 if test "x$as_myself" = x; then
7062 if test ! -f "$as_myself"; then
7063 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7064 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7065 { (exit 1); exit 1; }; }
7067 case $CONFIG_SHELL in
7069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7070 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7073 test -z "$as_dir" && as_dir=.
7074 for as_base in sh bash ksh sh5; do
7077 if ("$as_dir/$as_base" -c '
7080 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7081 test "x$as_lineno_1" != "x$as_lineno_2" &&
7082 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7083 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7084 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7085 CONFIG_SHELL=$as_dir/$as_base
7087 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7095 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7096 # uniformly replaced by the line number. The first 'sed' inserts a
7097 # line-number line before each line; the second 'sed' does the real
7098 # work. The second script uses 'N' to pair each line-number line
7099 # with the numbered line, and appends trailing '-' during
7100 # substitution so that $LINENO is not a special case at line end.
7101 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7102 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7103 sed '=' <$as_myself |
7108 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7111 s,^['$as_cr_digits']*\n,,
7113 chmod +x $as_me.lineno ||
7114 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7115 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7116 { (exit 1); exit 1; }; }
7118 # Don't try to exec as it changes $[0], causing all sort of problems
7119 # (the dirname of $[0] is not the place where we might find the
7120 # original and so on. Autoconf is especially sensible to this).
7122 # Exit status is that of the last command.
7127 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7128 *c*,-n*) ECHO_N= ECHO_C='
7130 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7131 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7134 if expr a : '\(a\)' >/dev/null 2>&1; then
7140 rm -f conf$$ conf$$.exe conf$$.file
7142 if ln -s conf$$.file conf$$ 2>/dev/null; then
7143 # We could just check for DJGPP; but this test a) works b) is more generic
7144 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7145 if test -f conf$$.exe; then
7146 # Don't use ln at all; we don't have any links
7151 elif ln conf$$.file conf$$ 2>/dev/null; then
7156 rm -f conf$$ conf$$.exe conf$$.file
7158 if mkdir -p . 2>/dev/null; then
7161 test -d ./-p && rmdir ./-p
7165 as_executable_p="test -f"
7167 # Sed expression to map a string onto a valid CPP name.
7168 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7170 # Sed expression to map a string onto a valid variable name.
7171 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7175 # We need space, tab and new line, in precisely that order.
7185 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7186 # report actual input values of CONFIG_FILES etc. instead of their
7187 # values after options handling. Logging --version etc. is OK.
7191 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7192 ## Running $as_me. ##
7197 This file was extended by $as_me, which was
7198 generated by GNU Autoconf 2.59. Invocation command line was
7200 CONFIG_FILES = $CONFIG_FILES
7201 CONFIG_HEADERS = $CONFIG_HEADERS
7202 CONFIG_LINKS = $CONFIG_LINKS
7203 CONFIG_COMMANDS = $CONFIG_COMMANDS
7207 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7211 # Files that config.status was made for.
7212 if test -n "$ac_config_files"; then
7213 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7216 if test -n "$ac_config_headers"; then
7217 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7220 if test -n "$ac_config_links"; then
7221 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7224 if test -n "$ac_config_commands"; then
7225 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7228 cat >>$CONFIG_STATUS <<\_ACEOF
7231 \`$as_me' instantiates files from templates according to the
7232 current configuration.
7234 Usage: $0 [OPTIONS] [FILE]...
7236 -h, --help print this help, then exit
7237 -V, --version print version number, then exit
7238 -q, --quiet do not print progress messages
7239 -d, --debug don't remove temporary files
7240 --recheck update $as_me by reconfiguring in the same conditions
7241 --file=FILE[:TEMPLATE]
7242 instantiate the configuration file FILE
7243 --header=FILE[:TEMPLATE]
7244 instantiate the configuration header FILE
7246 Configuration files:
7249 Configuration headers:
7252 Configuration commands:
7255 Report bugs to <bug-autoconf@gnu.org>."
7258 cat >>$CONFIG_STATUS <<_ACEOF
7261 configured by $0, generated by GNU Autoconf 2.59,
7262 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7264 Copyright (C) 2003 Free Software Foundation, Inc.
7265 This config.status script is free software; the Free Software Foundation
7266 gives unlimited permission to copy, distribute and modify it."
7271 cat >>$CONFIG_STATUS <<\_ACEOF
7272 # If no file are specified by the user, then we need to provide default
7273 # value. By we need to know if files were specified by the user.
7279 ac_option=`expr "x$1" : 'x\([^=]*\)='`
7280 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7288 *) # This is not an option, so the user has probably given explicit
7291 ac_need_defaults=false;;
7295 # Handling of the options.
7297 cat >>$CONFIG_STATUS <<\_ACEOF
7298 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7300 --version | --vers* | -V )
7301 echo "$ac_cs_version"; exit 0 ;;
7303 # Conflict between --help and --header
7304 { { echo "$as_me:$LINENO: error: ambiguous option: $1
7305 Try \`$0 --help' for more information." >&5
7306 echo "$as_me: error: ambiguous option: $1
7307 Try \`$0 --help' for more information." >&2;}
7308 { (exit 1); exit 1; }; };;
7309 --help | --hel | -h )
7310 echo "$ac_cs_usage"; exit 0 ;;
7311 --debug | --d* | -d )
7313 --file | --fil | --fi | --f )
7315 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7316 ac_need_defaults=false;;
7317 --header | --heade | --head | --hea )
7319 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7320 ac_need_defaults=false;;
7321 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7322 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7326 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7327 Try \`$0 --help' for more information." >&5
7328 echo "$as_me: error: unrecognized option: $1
7329 Try \`$0 --help' for more information." >&2;}
7330 { (exit 1); exit 1; }; } ;;
7332 *) ac_config_targets="$ac_config_targets $1" ;;
7338 ac_configure_extra_args=
7340 if $ac_cs_silent; then
7342 ac_configure_extra_args="$ac_configure_extra_args --silent"
7346 cat >>$CONFIG_STATUS <<_ACEOF
7347 if \$ac_cs_recheck; then
7348 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7349 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7354 cat >>$CONFIG_STATUS <<_ACEOF
7356 # INIT-COMMANDS section.
7359 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7365 cat >>$CONFIG_STATUS <<\_ACEOF
7366 for ac_config_target in $ac_config_targets
7368 case "$ac_config_target" in
7369 # Handling of arguments.
7370 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7371 "abook.spec" ) CONFIG_FILES="$CONFIG_FILES abook.spec" ;;
7372 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7373 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7374 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7375 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7376 { (exit 1); exit 1; }; };;
7380 # If the user did not use the arguments to specify the items to instantiate,
7381 # then the envvar interface is used. Set only those that are not.
7382 # We use the long form for the default assignment because of an extremely
7383 # bizarre bug on SunOS 4.1.3.
7384 if $ac_need_defaults; then
7385 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7386 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7387 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7390 # Have a temporary directory for convenience. Make it in the build tree
7391 # simply because there is no reason to put it here, and in addition,
7392 # creating and moving files from /tmp can sometimes cause problems.
7393 # Create a temporary directory, and hook for its removal unless debugging.
7396 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7397 trap '{ (exit 1); exit 1; }' 1 2 13 15
7400 # Create a (secure) tmp directory for tmp files.
7403 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7404 test -n "$tmp" && test -d "$tmp"
7407 tmp=./confstat$$-$RANDOM
7408 (umask 077 && mkdir $tmp)
7411 echo "$me: cannot create a temporary directory in ." >&2
7412 { (exit 1); exit 1; }
7417 cat >>$CONFIG_STATUS <<_ACEOF
7420 # CONFIG_FILES section.
7423 # No need to generate the scripts if there are no CONFIG_FILES.
7424 # This happens for instance when ./config.status config.h
7425 if test -n "\$CONFIG_FILES"; then
7426 # Protect against being on the right side of a sed subst in config.status.
7427 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7428 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7429 s,@SHELL@,$SHELL,;t t
7430 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7431 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7432 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7433 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7434 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7435 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7436 s,@exec_prefix@,$exec_prefix,;t t
7437 s,@prefix@,$prefix,;t t
7438 s,@program_transform_name@,$program_transform_name,;t t
7439 s,@bindir@,$bindir,;t t
7440 s,@sbindir@,$sbindir,;t t
7441 s,@libexecdir@,$libexecdir,;t t
7442 s,@datadir@,$datadir,;t t
7443 s,@sysconfdir@,$sysconfdir,;t t
7444 s,@sharedstatedir@,$sharedstatedir,;t t
7445 s,@localstatedir@,$localstatedir,;t t
7446 s,@libdir@,$libdir,;t t
7447 s,@includedir@,$includedir,;t t
7448 s,@oldincludedir@,$oldincludedir,;t t
7449 s,@infodir@,$infodir,;t t
7450 s,@mandir@,$mandir,;t t
7451 s,@build_alias@,$build_alias,;t t
7452 s,@host_alias@,$host_alias,;t t
7453 s,@target_alias@,$target_alias,;t t
7455 s,@ECHO_C@,$ECHO_C,;t t
7456 s,@ECHO_N@,$ECHO_N,;t t
7457 s,@ECHO_T@,$ECHO_T,;t t
7459 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7460 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7461 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7462 s,@CYGPATH_W@,$CYGPATH_W,;t t
7463 s,@PACKAGE@,$PACKAGE,;t t
7464 s,@VERSION@,$VERSION,;t t
7465 s,@ACLOCAL@,$ACLOCAL,;t t
7466 s,@AUTOCONF@,$AUTOCONF,;t t
7467 s,@AUTOMAKE@,$AUTOMAKE,;t t
7468 s,@AUTOHEADER@,$AUTOHEADER,;t t
7469 s,@MAKEINFO@,$MAKEINFO,;t t
7470 s,@install_sh@,$install_sh,;t t
7471 s,@STRIP@,$STRIP,;t t
7472 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
7473 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
7474 s,@mkdir_p@,$mkdir_p,;t t
7476 s,@SET_MAKE@,$SET_MAKE,;t t
7477 s,@am__leading_dot@,$am__leading_dot,;t t
7478 s,@AMTAR@,$AMTAR,;t t
7479 s,@am__tar@,$am__tar,;t t
7480 s,@am__untar@,$am__untar,;t t
7481 s,@build@,$build,;t t
7482 s,@build_cpu@,$build_cpu,;t t
7483 s,@build_vendor@,$build_vendor,;t t
7484 s,@build_os@,$build_os,;t t
7486 s,@host_cpu@,$host_cpu,;t t
7487 s,@host_vendor@,$host_vendor,;t t
7488 s,@host_os@,$host_os,;t t
7490 s,@CFLAGS@,$CFLAGS,;t t
7491 s,@LDFLAGS@,$LDFLAGS,;t t
7492 s,@CPPFLAGS@,$CPPFLAGS,;t t
7493 s,@ac_ct_CC@,$ac_ct_CC,;t t
7494 s,@EXEEXT@,$EXEEXT,;t t
7495 s,@OBJEXT@,$OBJEXT,;t t
7496 s,@DEPDIR@,$DEPDIR,;t t
7497 s,@am__include@,$am__include,;t t
7498 s,@am__quote@,$am__quote,;t t
7499 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
7500 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
7501 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
7502 s,@CCDEPMODE@,$CCDEPMODE,;t t
7503 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
7504 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7506 s,@EGREP@,$EGREP,;t t
7508 s,@ANSI2KNR@,$ANSI2KNR,;t t
7509 s,@LIBOBJS@,$LIBOBJS,;t t
7510 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7515 cat >>$CONFIG_STATUS <<\_ACEOF
7516 # Split the substitutions into bite-sized pieces for seds with
7517 # small command number limits, like on Digital OSF/1 and HP-UX.
7519 ac_sed_frag=1 # Number of current file.
7520 ac_beg=1 # First line for current file.
7521 ac_end=$ac_max_sed_lines # Line after last line for current file.
7524 while $ac_more_lines; do
7525 if test $ac_beg -gt 1; then
7526 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7528 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
7530 if test ! -s $tmp/subs.frag; then
7533 # The purpose of the label and of the branching condition is to
7534 # speed up the sed processing (if there are no `@' at all, there
7535 # is no need to browse any of the substitutions).
7536 # These are the two extra sed commands mentioned above.
7538 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
7539 if test -z "$ac_sed_cmds"; then
7540 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7542 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7544 ac_sed_frag=`expr $ac_sed_frag + 1`
7546 ac_end=`expr $ac_end + $ac_max_sed_lines`
7549 if test -z "$ac_sed_cmds"; then
7552 fi # test -n "$CONFIG_FILES"
7555 cat >>$CONFIG_STATUS <<\_ACEOF
7556 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7557 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7559 - | *:- | *:-:* ) # input from stdin
7561 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7562 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7563 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7564 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7565 * ) ac_file_in=$ac_file.in ;;
7568 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7569 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7570 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7571 X"$ac_file" : 'X\(//\)[^/]' \| \
7572 X"$ac_file" : 'X\(//\)$' \| \
7573 X"$ac_file" : 'X\(/\)' \| \
7574 . : '\(.\)' 2>/dev/null ||
7576 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7577 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7578 /^X\(\/\/\)$/{ s//\1/; q; }
7579 /^X\(\/\).*/{ s//\1/; q; }
7581 { if $as_mkdir_p; then
7586 while test ! -d "$as_dir"; do
7587 as_dirs="$as_dir $as_dirs"
7588 as_dir=`(dirname "$as_dir") 2>/dev/null ||
7589 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7590 X"$as_dir" : 'X\(//\)[^/]' \| \
7591 X"$as_dir" : 'X\(//\)$' \| \
7592 X"$as_dir" : 'X\(/\)' \| \
7593 . : '\(.\)' 2>/dev/null ||
7595 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7596 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7597 /^X\(\/\/\)$/{ s//\1/; q; }
7598 /^X\(\/\).*/{ s//\1/; q; }
7601 test ! -n "$as_dirs" || mkdir $as_dirs
7602 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7603 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7604 { (exit 1); exit 1; }; }; }
7608 if test "$ac_dir" != .; then
7609 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7610 # A "../" for each directory in $ac_dir_suffix.
7611 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7613 ac_dir_suffix= ac_top_builddir=
7617 .) # No --srcdir option. We are building in place.
7619 if test -z "$ac_top_builddir"; then
7622 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7624 [\\/]* | ?:[\\/]* ) # Absolute path.
7625 ac_srcdir=$srcdir$ac_dir_suffix;
7626 ac_top_srcdir=$srcdir ;;
7628 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7629 ac_top_srcdir=$ac_top_builddir$srcdir ;;
7632 # Do not use `cd foo && pwd` to compute absolute paths, because
7633 # the directories may not exist.
7635 .) ac_abs_builddir="$ac_dir";;
7638 .) ac_abs_builddir=`pwd`;;
7639 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7640 *) ac_abs_builddir=`pwd`/"$ac_dir";;
7643 case $ac_abs_builddir in
7644 .) ac_abs_top_builddir=${ac_top_builddir}.;;
7646 case ${ac_top_builddir}. in
7647 .) ac_abs_top_builddir=$ac_abs_builddir;;
7648 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7649 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7652 case $ac_abs_builddir in
7653 .) ac_abs_srcdir=$ac_srcdir;;
7656 .) ac_abs_srcdir=$ac_abs_builddir;;
7657 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7658 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7661 case $ac_abs_builddir in
7662 .) ac_abs_top_srcdir=$ac_top_srcdir;;
7664 case $ac_top_srcdir in
7665 .) ac_abs_top_srcdir=$ac_abs_builddir;;
7666 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7667 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7673 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7674 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7677 if test x"$ac_file" != x-; then
7678 { echo "$as_me:$LINENO: creating $ac_file" >&5
7679 echo "$as_me: creating $ac_file" >&6;}
7682 # Let's still pretend it is `configure' which instantiates (i.e., don't
7683 # use $as_me), people would be surprised to read:
7684 # /* config.h. Generated by config.status. */
7685 if test x"$ac_file" = x-; then
7688 configure_input="$ac_file. "
7690 configure_input=$configure_input"Generated from `echo $ac_file_in |
7691 sed 's,.*/,,'` by configure."
7693 # First look for the input files in the build tree, otherwise in the
7695 ac_file_inputs=`IFS=:
7696 for f in $ac_file_in; do
7698 -) echo $tmp/stdin ;;
7700 # Absolute (can't be DOS-style, as IFS=:)
7701 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7702 echo "$as_me: error: cannot find input file: $f" >&2;}
7703 { (exit 1); exit 1; }; }
7706 if test -f "$f"; then
7709 elif test -f "$srcdir/$f"; then
7714 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7715 echo "$as_me: error: cannot find input file: $f" >&2;}
7716 { (exit 1); exit 1; }; }
7719 done` || { (exit 1); exit 1; }
7721 cat >>$CONFIG_STATUS <<_ACEOF
7725 cat >>$CONFIG_STATUS <<\_ACEOF
7727 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7728 s,@configure_input@,$configure_input,;t t
7729 s,@srcdir@,$ac_srcdir,;t t
7730 s,@abs_srcdir@,$ac_abs_srcdir,;t t
7731 s,@top_srcdir@,$ac_top_srcdir,;t t
7732 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7733 s,@builddir@,$ac_builddir,;t t
7734 s,@abs_builddir@,$ac_abs_builddir,;t t
7735 s,@top_builddir@,$ac_top_builddir,;t t
7736 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7737 s,@INSTALL@,$ac_INSTALL,;t t
7738 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7740 if test x"$ac_file" != x-; then
7741 mv $tmp/out $ac_file
7749 cat >>$CONFIG_STATUS <<\_ACEOF
7752 # CONFIG_HEADER section.
7755 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7756 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7758 # ac_d sets the value in "#define NAME VALUE" lines.
7759 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7760 ac_dB='[ ].*$,\1#\2'
7763 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7764 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7765 ac_uB='$,\1#\2define\3'
7769 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
7770 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7772 - | *:- | *:-:* ) # input from stdin
7774 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7775 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7776 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7777 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7778 * ) ac_file_in=$ac_file.in ;;
7781 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
7782 echo "$as_me: creating $ac_file" >&6;}
7784 # First look for the input files in the build tree, otherwise in the
7786 ac_file_inputs=`IFS=:
7787 for f in $ac_file_in; do
7789 -) echo $tmp/stdin ;;
7791 # Absolute (can't be DOS-style, as IFS=:)
7792 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7793 echo "$as_me: error: cannot find input file: $f" >&2;}
7794 { (exit 1); exit 1; }; }
7795 # Do quote $f, to prevent DOS paths from being IFS'd.
7798 if test -f "$f"; then
7801 elif test -f "$srcdir/$f"; then
7806 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7807 echo "$as_me: error: cannot find input file: $f" >&2;}
7808 { (exit 1); exit 1; }; }
7811 done` || { (exit 1); exit 1; }
7812 # Remove the trailing spaces.
7813 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
7817 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7818 # `conftest.undefs', that substitutes the proper values into
7819 # config.h.in to produce config.h. The first handles `#define'
7820 # templates, and the second `#undef' templates.
7821 # And first: Protect against being on the right side of a sed subst in
7822 # config.status. Protect against being in an unquoted here document
7824 rm -f conftest.defines conftest.undefs
7825 # Using a here document instead of a string reduces the quoting nightmare.
7826 # Putting comments in sed scripts is not portable.
7828 # `end' is used to avoid that the second main sed command (meant for
7829 # 0-ary CPP macros) applies to n-ary macro definitions.
7830 # See the Autoconf documentation for `clear'.
7831 cat >confdef2sed.sed <<\_ACEOF
7836 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7838 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7841 # If some macros were called several times there might be several times
7842 # the same #defines, which is useless. Nevertheless, we may not want to
7843 # sort them, since we want the *last* AC-DEFINE to be honored.
7844 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7845 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7846 rm -f confdef2sed.sed
7848 # This sed command replaces #undef with comments. This is necessary, for
7849 # example, in the case of _POSIX_SOURCE, which is predefined and required
7850 # on some systems where configure will not decide to define it.
7851 cat >>conftest.undefs <<\_ACEOF
7852 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7855 # Break up conftest.defines because some shells have a limit on the size
7856 # of here documents, and old seds have small limits too (100 cmds).
7857 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7858 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7859 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7860 echo ' :' >>$CONFIG_STATUS
7862 while grep . conftest.defines >/dev/null
7864 # Write a limited-size here document to $tmp/defines.sed.
7865 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7866 # Speed up: don't consider the non `#define' lines.
7867 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
7868 # Work around the forget-to-reset-the-flag bug.
7869 echo 't clr' >>$CONFIG_STATUS
7870 echo ': clr' >>$CONFIG_STATUS
7871 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
7873 sed -f $tmp/defines.sed $tmp/in >$tmp/out
7877 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
7878 rm -f conftest.defines
7879 mv conftest.tail conftest.defines
7881 rm -f conftest.defines
7882 echo ' fi # grep' >>$CONFIG_STATUS
7883 echo >>$CONFIG_STATUS
7885 # Break up conftest.undefs because some shells have a limit on the size
7886 # of here documents, and old seds have small limits too (100 cmds).
7887 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
7889 while grep . conftest.undefs >/dev/null
7891 # Write a limited-size here document to $tmp/undefs.sed.
7892 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7893 # Speed up: don't consider the non `#undef'
7894 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
7895 # Work around the forget-to-reset-the-flag bug.
7896 echo 't clr' >>$CONFIG_STATUS
7897 echo ': clr' >>$CONFIG_STATUS
7898 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7900 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7904 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7905 rm -f conftest.undefs
7906 mv conftest.tail conftest.undefs
7908 rm -f conftest.undefs
7910 cat >>$CONFIG_STATUS <<\_ACEOF
7911 # Let's still pretend it is `configure' which instantiates (i.e., don't
7912 # use $as_me), people would be surprised to read:
7913 # /* config.h. Generated by config.status. */
7914 if test x"$ac_file" = x-; then
7915 echo "/* Generated by configure. */" >$tmp/config.h
7917 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
7919 cat $tmp/in >>$tmp/config.h
7921 if test x"$ac_file" != x-; then
7922 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
7923 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7924 echo "$as_me: $ac_file is unchanged" >&6;}
7926 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7927 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7928 X"$ac_file" : 'X\(//\)[^/]' \| \
7929 X"$ac_file" : 'X\(//\)$' \| \
7930 X"$ac_file" : 'X\(/\)' \| \
7931 . : '\(.\)' 2>/dev/null ||
7933 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7934 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7935 /^X\(\/\/\)$/{ s//\1/; q; }
7936 /^X\(\/\).*/{ s//\1/; q; }
7938 { if $as_mkdir_p; then
7943 while test ! -d "$as_dir"; do
7944 as_dirs="$as_dir $as_dirs"
7945 as_dir=`(dirname "$as_dir") 2>/dev/null ||
7946 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7947 X"$as_dir" : 'X\(//\)[^/]' \| \
7948 X"$as_dir" : 'X\(//\)$' \| \
7949 X"$as_dir" : 'X\(/\)' \| \
7950 . : '\(.\)' 2>/dev/null ||
7952 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7953 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7954 /^X\(\/\/\)$/{ s//\1/; q; }
7955 /^X\(\/\).*/{ s//\1/; q; }
7958 test ! -n "$as_dirs" || mkdir $as_dirs
7959 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7960 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7961 { (exit 1); exit 1; }; }; }
7964 mv $tmp/config.h $ac_file
7970 # Compute $ac_file's index in $config_headers.
7972 for _am_header in $config_headers :; do
7974 $ac_file | $ac_file:* )
7977 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7980 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
7981 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7982 X$ac_file : 'X\(//\)[^/]' \| \
7983 X$ac_file : 'X\(//\)$' \| \
7984 X$ac_file : 'X\(/\)' \| \
7985 . : '\(.\)' 2>/dev/null ||
7987 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7988 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7989 /^X\(\/\/\)$/{ s//\1/; q; }
7990 /^X\(\/\).*/{ s//\1/; q; }
7991 s/.*/./; q'`/stamp-h$_am_stamp_count
7994 cat >>$CONFIG_STATUS <<\_ACEOF
7997 # CONFIG_COMMANDS section.
7999 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8000 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8001 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8002 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8003 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8004 X"$ac_dest" : 'X\(//\)[^/]' \| \
8005 X"$ac_dest" : 'X\(//\)$' \| \
8006 X"$ac_dest" : 'X\(/\)' \| \
8007 . : '\(.\)' 2>/dev/null ||
8009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8010 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8011 /^X\(\/\/\)$/{ s//\1/; q; }
8012 /^X\(\/\).*/{ s//\1/; q; }
8014 { if $as_mkdir_p; then
8019 while test ! -d "$as_dir"; do
8020 as_dirs="$as_dir $as_dirs"
8021 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8022 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8023 X"$as_dir" : 'X\(//\)[^/]' \| \
8024 X"$as_dir" : 'X\(//\)$' \| \
8025 X"$as_dir" : 'X\(/\)' \| \
8026 . : '\(.\)' 2>/dev/null ||
8028 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8029 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8030 /^X\(\/\/\)$/{ s//\1/; q; }
8031 /^X\(\/\).*/{ s//\1/; q; }
8034 test ! -n "$as_dirs" || mkdir $as_dirs
8035 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8036 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8037 { (exit 1); exit 1; }; }; }
8041 if test "$ac_dir" != .; then
8042 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8043 # A "../" for each directory in $ac_dir_suffix.
8044 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8046 ac_dir_suffix= ac_top_builddir=
8050 .) # No --srcdir option. We are building in place.
8052 if test -z "$ac_top_builddir"; then
8055 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8057 [\\/]* | ?:[\\/]* ) # Absolute path.
8058 ac_srcdir=$srcdir$ac_dir_suffix;
8059 ac_top_srcdir=$srcdir ;;
8061 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8062 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8065 # Do not use `cd foo && pwd` to compute absolute paths, because
8066 # the directories may not exist.
8068 .) ac_abs_builddir="$ac_dir";;
8071 .) ac_abs_builddir=`pwd`;;
8072 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8073 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8076 case $ac_abs_builddir in
8077 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8079 case ${ac_top_builddir}. in
8080 .) ac_abs_top_builddir=$ac_abs_builddir;;
8081 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8082 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8085 case $ac_abs_builddir in
8086 .) ac_abs_srcdir=$ac_srcdir;;
8089 .) ac_abs_srcdir=$ac_abs_builddir;;
8090 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8091 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8094 case $ac_abs_builddir in
8095 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8097 case $ac_top_srcdir in
8098 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8099 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8100 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8105 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8106 echo "$as_me: executing $ac_dest commands" >&6;}
8108 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8109 # Strip MF so we end up with the name of the file.
8110 mf=`echo "$mf" | sed -e 's/:.*$//'`
8111 # Check whether this is an Automake generated Makefile or not.
8112 # We used to match only the files named `Makefile.in', but
8113 # some people rename them; so instead we look at the file content.
8114 # Grep'ing the first line is not enough: some people post-process
8115 # each Makefile.in and add a new line on top of each file to say so.
8116 # So let's grep whole file.
8117 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8118 dirpart=`(dirname "$mf") 2>/dev/null ||
8119 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8120 X"$mf" : 'X\(//\)[^/]' \| \
8121 X"$mf" : 'X\(//\)$' \| \
8122 X"$mf" : 'X\(/\)' \| \
8123 . : '\(.\)' 2>/dev/null ||
8125 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8126 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8127 /^X\(\/\/\)$/{ s//\1/; q; }
8128 /^X\(\/\).*/{ s//\1/; q; }
8133 # Extract the definition of DEPDIR, am__include, and am__quote
8134 # from the Makefile without running `make'.
8135 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8136 test -z "$DEPDIR" && continue
8137 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8138 test -z "am__include" && continue
8139 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8140 # When using ansi2knr, U may be empty or an underscore; expand it
8141 U=`sed -n 's/^U = //p' < "$mf"`
8142 # Find all dependency output files, they are included files with
8143 # $(DEPDIR) in their names. We invoke sed twice because it is the
8144 # simplest approach to changing $(DEPDIR) to its actual value in the
8146 for file in `sed -n "
8147 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8148 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8149 # Make sure the directory exists.
8150 test -f "$dirpart/$file" && continue
8151 fdir=`(dirname "$file") 2>/dev/null ||
8152 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8153 X"$file" : 'X\(//\)[^/]' \| \
8154 X"$file" : 'X\(//\)$' \| \
8155 X"$file" : 'X\(/\)' \| \
8156 . : '\(.\)' 2>/dev/null ||
8158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8159 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8160 /^X\(\/\/\)$/{ s//\1/; q; }
8161 /^X\(\/\).*/{ s//\1/; q; }
8163 { if $as_mkdir_p; then
8164 mkdir -p $dirpart/$fdir
8166 as_dir=$dirpart/$fdir
8168 while test ! -d "$as_dir"; do
8169 as_dirs="$as_dir $as_dirs"
8170 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8171 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8172 X"$as_dir" : 'X\(//\)[^/]' \| \
8173 X"$as_dir" : 'X\(//\)$' \| \
8174 X"$as_dir" : 'X\(/\)' \| \
8175 . : '\(.\)' 2>/dev/null ||
8177 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8178 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8179 /^X\(\/\/\)$/{ s//\1/; q; }
8180 /^X\(\/\).*/{ s//\1/; q; }
8183 test ! -n "$as_dirs" || mkdir $as_dirs
8184 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8185 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8186 { (exit 1); exit 1; }; }; }
8188 # echo "creating $dirpart/$file"
8189 echo '# dummy' > "$dirpart/$file"
8197 cat >>$CONFIG_STATUS <<\_ACEOF
8199 { (exit 0); exit 0; }
8201 chmod +x $CONFIG_STATUS
8202 ac_clean_files=$ac_clean_files_save
8205 # configure is writing to config.log, and then calls config.status.
8206 # config.status does its own redirection, appending to config.log.
8207 # Unfortunately, on DOS this fails, as config.log is still kept open
8208 # by configure, so config.status won't be able to write to it; its
8209 # output is simply discarded. So we exec the FD to /dev/null,
8210 # effectively closing config.log, so it can be properly (re)opened and
8211 # appended to by config.status. When coming back to configure, we
8212 # need to make the FD available again.
8213 if test "$no_create" != yes; then
8215 ac_config_status_args=
8216 test "$silent" = yes &&
8217 ac_config_status_args="$ac_config_status_args --quiet"
8219 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8221 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8222 # would make configure fail if this is the last instruction.
8223 $ac_cs_success || { (exit 1); exit 1; }