4 am_mutt_OBJECTS = $(am__objects_1) addrbook.$(OBJEXT) alias.$(OBJEXT) \
5 attach.$(OBJEXT) base64.$(OBJEXT) browser.$(OBJEXT) \
6 buffy.$(OBJEXT) color.$(OBJEXT) crypt.$(OBJEXT) \
7 - cryptglue.$(OBJEXT) commands.$(OBJEXT) complete.$(OBJEXT) \
8 - compose.$(OBJEXT) copy.$(OBJEXT) curs_lib.$(OBJEXT) \
9 - curs_main.$(OBJEXT) date.$(OBJEXT) edit.$(OBJEXT) \
10 - enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \
11 + cryptglue.$(OBJEXT) compress.$(OBJEXT) commands.$(OBJEXT) \
12 + complete.$(OBJEXT) compose.$(OBJEXT) copy.$(OBJEXT) \
13 + curs_lib.$(OBJEXT) curs_main.$(OBJEXT) date.$(OBJEXT) \
14 + edit.$(OBJEXT) enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \
15 filter.$(OBJEXT) from.$(OBJEXT) getdomain.$(OBJEXT) \
16 group.$(OBJEXT) handler.$(OBJEXT) hash.$(OBJEXT) \
17 hdrline.$(OBJEXT) headers.$(OBJEXT) help.$(OBJEXT) \
21 GPGME_CONFIG = @GPGME_CONFIG@
23 INSTALL_DATA = @INSTALL_DATA@
24 INSTALL_PROGRAM = @INSTALL_PROGRAM@
25 INSTALL_SCRIPT = @INSTALL_SCRIPT@
27 USE_SSL_TRUE = @USE_SSL_TRUE@
30 -ac_ct_AR = @ac_ct_AR@
32 -ac_ct_RANLIB = @ac_ct_RANLIB@
33 -ac_ct_STRIP = @ac_ct_STRIP@
34 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
35 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
36 am__include = @am__include@
39 build_vendor = @build_vendor@
41 +datarootdir = @datarootdir@
44 exec_prefix = @exec_prefix@
46 host_alias = @host_alias@
49 host_vendor = @host_vendor@
51 includedir = @includedir@
53 install_sh = @install_sh@
55 libexecdir = @libexecdir@
56 +localedir = @localedir@
57 localstatedir = @localstatedir@
60 oldincludedir = @oldincludedir@
63 program_transform_name = @program_transform_name@
66 sharedstatedir = @sharedstatedir@
67 sysconfdir = @sysconfdir@
69 BUILT_SOURCES = keymap_defs.h patchlist.c
70 mutt_SOURCES = $(BUILT_SOURCES) \
71 addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
72 - crypt.c cryptglue.c \
73 + crypt.c cryptglue.c compress.c \
74 commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
75 edit.c enter.c flags.c init.c filter.c from.c \
78 crypt-gpgme.c crypt-mod-pgp-gpgme.c crypt-mod-smime-gpgme.c
80 EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \
81 - configure account.h \
82 + configure account.h compress.h \
83 attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs \
84 globals.h hash.h history.h init.h keymap.h mutt_crypt.h \
85 mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h \
87 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Po@am__quote@
88 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complete.Po@am__quote@
89 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Po@am__quote@
90 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
91 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy.Po@am__quote@
92 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-gpgme.Po@am__quote@
93 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-mod-pgp-classic.Po@am__quote@
98 #undef SIG_ATOMIC_VOLATILE_T
100 -/* The size of a `int', as computed by sizeof. */
101 +/* The size of `int', as computed by sizeof. */
104 -/* The size of a `long', as computed by sizeof. */
105 +/* The size of `long', as computed by sizeof. */
108 -/* The size of a `long long', as computed by sizeof. */
109 +/* The size of `long long', as computed by sizeof. */
110 #undef SIZEOF_LONG_LONG
112 -/* The size of a `off_t', as computed by sizeof. */
113 +/* The size of `off_t', as computed by sizeof. */
116 -/* The size of a `short', as computed by sizeof. */
117 +/* The size of `short', as computed by sizeof. */
120 /* If using the C implementation of alloca, define if you know the
121 direction of stack growth for your system; otherwise it will be
122 - automatically deduced at run-time.
123 + automatically deduced at runtime.
124 STACK_DIRECTION > 0 => grows toward higher addresses
125 STACK_DIRECTION < 0 => grows toward lower addresses
126 STACK_DIRECTION = 0 => direction of growth unknown */
128 /* Define to enable Sun mailtool attachments support. */
129 #undef SUN_ATTACHMENT
131 +/* Define to support compressed folders. */
132 +#undef USE_COMPRESSED
134 /* Define to use dotlocking for mailboxes. */
138 /* Define to 'int' if system headers don't define. */
141 -/* Define to `long' if <sys/types.h> does not define. */
142 +/* Define to `long int' if <sys/types.h> does not define. */
145 /* Define to `int' if <sys/types.h> does not define. */
147 /* Define to `int' if <sys/types.h> does not define. */
150 -/* Define to `unsigned' if <sys/types.h> does not define. */
151 +/* Define to `unsigned int' if <sys/types.h> does not define. */
154 /* Define to 'int' if <sys/socket.h> doesn't have it. */
159 # Guess values for system-dependent variables and create Makefiles.
160 -# Generated by GNU Autoconf 2.59.
161 +# Generated by GNU Autoconf 2.60.
163 -# Copyright (C) 2003 Free Software Foundation, Inc.
164 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
165 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
166 # This configure script is free software; the Free Software Foundation
167 # gives unlimited permission to copy, distribute and modify it.
168 ## --------------------- ##
170 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
171 # is contrary to our usage. Disable this feature.
172 alias -g '${1+"$@"}'='"$@"'
173 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
175 + setopt NO_GLOB_SUBST
177 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
179 +BIN_SH=xpg4; export BIN_SH # for Tru64
180 DUALCASE=1; export DUALCASE # for MKS sh
184 +# Avoid depending upon Character Ranges.
185 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
186 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
187 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
188 +as_cr_digits='0123456789'
189 +as_cr_alnum=$as_cr_Letters$as_cr_digits
191 +# The user is always right.
192 +if test "${PATH_SEPARATOR+set}" != set; then
193 + echo "#! /bin/sh" >conf$$.sh
194 + echo "exit 0" >>conf$$.sh
196 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
204 # Support unset when possible.
205 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
212 +# We need space, tab and new line, in precisely that order. Quoting is
213 +# there to prevent editors from complaining about space-tab.
214 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
215 +# splitting by setting IFS to empty value.)
220 +# Find who we are. Look in the path if we contain no directory separator.
222 + *[\\/]* ) as_myself=$0 ;;
223 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
227 + test -z "$as_dir" && as_dir=.
228 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
234 +# We did not find ourselves, most probably we were run as `sh COMMAND'
235 +# in which case we are not to be found in the path.
236 +if test "x$as_myself" = x; then
239 +if test ! -f "$as_myself"; then
240 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
241 + { (exit 1); exit 1; }
244 # Work around bugs in pre-3.0 UWIN ksh.
245 -$as_unset ENV MAIL MAILPATH
246 +for as_var in ENV MAIL MAILPATH
247 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
253 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
254 eval $as_var=C; export $as_var
257 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
261 # Required to use basename.
262 -if expr a : '\(a\)' >/dev/null 2>&1; then
263 +if expr a : '\(a\)' >/dev/null 2>&1 &&
264 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
270 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
271 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
275 @@ -63,157 +124,386 @@
278 # Name of the executable.
279 -as_me=`$as_basename "$0" ||
280 +as_me=`$as_basename -- "$0" ||
281 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
282 X"$0" : 'X\(//\)$' \| \
283 - X"$0" : 'X\(/\)$' \| \
284 - . : '\(.\)' 2>/dev/null ||
285 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
287 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
288 - /^X\/\(\/\/\)$/{ s//\1/; q; }
289 - /^X\/\(\/\).*/{ s//\1/; q; }
291 + sed '/^.*\/\([^/][^/]*\)\/*$/{
308 -# PATH needs CR, and LINENO needs CR and PATH.
309 -# Avoid depending upon Character Ranges.
310 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
311 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
312 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
313 -as_cr_digits='0123456789'
314 -as_cr_alnum=$as_cr_Letters$as_cr_digits
316 -# The user is always right.
317 -if test "${PATH_SEPARATOR+set}" != set; then
318 - echo "#! /bin/sh" >conf$$.sh
319 - echo "exit 0" >>conf$$.sh
321 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
327 +if test "x$CONFIG_SHELL" = x; then
328 + if (eval ":") 2>/dev/null; then
329 + as_have_required=yes
331 + as_have_required=no
334 + if test $as_have_required = yes && (eval ":
335 +(as_func_return () {
338 +as_func_success () {
341 +as_func_failure () {
344 +as_func_ret_success () {
347 +as_func_ret_failure () {
351 - as_lineno_1=$LINENO
352 - as_lineno_2=$LINENO
353 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
354 - test "x$as_lineno_1" != "x$as_lineno_2" &&
355 - test "x$as_lineno_3" = "x$as_lineno_2" || {
356 - # Find who we are. Look in the path if we contain no path at all
359 - *[\\/]* ) as_myself=$0 ;;
360 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
364 - test -z "$as_dir" && as_dir=.
365 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
368 +if as_func_success; then
372 + echo as_func_success failed.
377 - # We did not find ourselves, most probably we were run as `sh COMMAND'
378 - # in which case we are not to be found in the path.
379 - if test "x$as_myself" = x; then
382 - if test ! -f "$as_myself"; then
383 - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
384 - { (exit 1); exit 1; }; }
386 - case $CONFIG_SHELL in
388 +if as_func_failure; then
390 + echo as_func_failure succeeded.
393 +if as_func_ret_success; then
397 + echo as_func_ret_success failed.
400 +if as_func_ret_failure; then
402 + echo as_func_ret_failure succeeded.
405 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
409 + echo positional parameters were not saved.
412 +test \$exitcode = 0) || { (exit 1); exit 1; }
415 + as_lineno_1=\$LINENO
416 + as_lineno_2=\$LINENO
417 + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
418 + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
419 +") 2> /dev/null; then
422 + as_candidate_shells=
423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
424 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
425 +for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
428 test -z "$as_dir" && as_dir=.
429 - for as_base in sh bash ksh sh5; do
433 - if ("$as_dir/$as_base" -c '
434 + for as_base in sh bash ksh sh5; do
435 + as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
442 + for as_shell in $as_candidate_shells $SHELL; do
443 + # Try only shells that exist, to save several forks.
444 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
445 + { ("$as_shell") 2> /dev/null <<\_ASEOF
446 +# Be Bourne compatible
447 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
450 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
451 + # is contrary to our usage. Disable this feature.
452 + alias -g '${1+"$@"}'='"$@"'
453 + setopt NO_GLOB_SUBST
455 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
457 +BIN_SH=xpg4; export BIN_SH # for Tru64
458 +DUALCASE=1; export DUALCASE # for MKS sh
463 + CONFIG_SHELL=$as_shell
464 + as_have_required=yes
465 + if { "$as_shell" 2> /dev/null <<\_ASEOF
466 +# Be Bourne compatible
467 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
470 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
471 + # is contrary to our usage. Disable this feature.
472 + alias -g '${1+"$@"}'='"$@"'
473 + setopt NO_GLOB_SUBST
475 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
477 +BIN_SH=xpg4; export BIN_SH # for Tru64
478 +DUALCASE=1; export DUALCASE # for MKS sh
481 +(as_func_return () {
484 +as_func_success () {
487 +as_func_failure () {
490 +as_func_ret_success () {
493 +as_func_ret_failure () {
498 +if as_func_success; then
502 + echo as_func_success failed.
505 +if as_func_failure; then
507 + echo as_func_failure succeeded.
510 +if as_func_ret_success; then
514 + echo as_func_ret_success failed.
517 +if as_func_ret_failure; then
519 + echo as_func_ret_failure succeeded.
522 +if ( set x; as_func_ret_success y && test x = "$1" ); then
526 + echo positional parameters were not saved.
529 +test $exitcode = 0) || { (exit 1); exit 1; }
534 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
535 test "x$as_lineno_1" != "x$as_lineno_2" &&
536 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
537 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
538 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
539 - CONFIG_SHELL=$as_dir/$as_base
540 - export CONFIG_SHELL
541 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
548 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
559 + if test "x$CONFIG_SHELL" != x; then
560 + for as_var in BASH_ENV ENV
561 + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
563 + export CONFIG_SHELL
564 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
568 + if test $as_have_required = no; then
569 + echo This script requires a shell more modern than all the
570 + echo shells that I found on your system. Please install a
571 + echo modern shell, or manually run the script under such a
572 + echo shell if you do have one.
573 + { (exit 1); exit 1; }
583 +(eval "as_func_return () {
586 +as_func_success () {
589 +as_func_failure () {
592 +as_func_ret_success () {
595 +as_func_ret_failure () {
600 +if as_func_success; then
604 + echo as_func_success failed.
607 +if as_func_failure; then
609 + echo as_func_failure succeeded.
612 +if as_func_ret_success; then
616 + echo as_func_ret_success failed.
619 +if as_func_ret_failure; then
621 + echo as_func_ret_failure succeeded.
624 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
628 + echo positional parameters were not saved.
631 +test \$exitcode = 0") || {
632 + echo No shell found that supports shell functions.
633 + echo Please tell autoconf@gnu.org about your system,
634 + echo including any error possibly output before this
640 + as_lineno_1=$LINENO
641 + as_lineno_2=$LINENO
642 + test "x$as_lineno_1" != "x$as_lineno_2" &&
643 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
645 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
646 # uniformly replaced by the line number. The first 'sed' inserts a
647 - # line-number line before each line; the second 'sed' does the real
648 - # work. The second script uses 'N' to pair each line-number line
649 - # with the numbered line, and appends trailing '-' during
650 - # substitution so that $LINENO is not a special case at line end.
651 + # line-number line after each line using $LINENO; the second 'sed'
652 + # does the real work. The second script uses 'N' to pair each
653 + # line-number line with the line containing $LINENO, and appends
654 + # trailing '-' during substitution so that $LINENO is not a special
655 + # case at line end.
656 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
657 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
658 - sed '=' <$as_myself |
659 + # scripts with optimization help from Paolo Bonzini. Blame Lee
660 + # E. McMahon (1931-1989) for sed's syntax. :-)
673 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
675 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
678 - s,^['$as_cr_digits']*\n,,
681 - chmod +x $as_me.lineno ||
682 + chmod +x "$as_me.lineno" ||
683 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
684 { (exit 1); exit 1; }; }
686 # Don't try to exec as it changes $[0], causing all sort of problems
687 # (the dirname of $[0] is not the place where we might find the
688 - # original and so on. Autoconf is especially sensible to this).
690 + # original and so on. Autoconf is especially sensitive to this).
691 + . "./$as_me.lineno"
692 # Exit status is that of the last command.
697 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
698 - *c*,-n*) ECHO_N= ECHO_C='
700 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
701 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
702 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
708 +ECHO_C= ECHO_N= ECHO_T=
711 + case `echo 'x\c'` in
712 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
719 -if expr a : '\(a\)' >/dev/null 2>&1; then
720 +if expr a : '\(a\)' >/dev/null 2>&1 &&
721 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
727 rm -f conf$$ conf$$.exe conf$$.file
728 +if test -d conf$$.dir; then
729 + rm -f conf$$.dir/conf$$.file
735 if ln -s conf$$.file conf$$ 2>/dev/null; then
736 - # We could just check for DJGPP; but this test a) works b) is more generic
737 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
738 - if test -f conf$$.exe; then
739 - # Don't use ln at all; we don't have any links
741 + # ... but there are two gotchas:
742 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
743 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
744 + # In both cases, we have to default to `cp -p'.
745 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
750 elif ln conf$$.file conf$$ 2>/dev/null; then
755 -rm -f conf$$ conf$$.exe conf$$.file
756 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
757 +rmdir conf$$.dir 2>/dev/null
759 if mkdir -p . 2>/dev/null; then
765 -as_executable_p="test -f"
766 +# Find out whether ``test -x'' works. Don't use a zero-byte file, as
767 +# systems may use methods other than mode bits to determine executability.
768 +cat >conf$$.file <<_ASEOF
772 +chmod +x conf$$.file
773 +if test -x conf$$.file >/dev/null 2>&1; then
774 + as_executable_p="test -x"
780 # Sed expression to map a string onto a valid CPP name.
781 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
782 @@ -231,39 +533,27 @@
783 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
787 -# We need space, tab and new line, in precisely that order.
795 +exec 7<&0 </dev/null 6>&1
798 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
799 # so uname gets run too.
800 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
807 ac_default_prefix=/usr/local
809 ac_config_libobj_dir=.
815 SHELL=${CONFIG_SHELL-/bin/sh}
817 -# Maximum number of lines to put in a shell here document.
818 -# This variable seems obsolete. It should probably be removed, and
819 -# only ac_max_sed_lines should be used.
820 -: ${ac_max_here_lines=38}
822 # Identity of this package.
825 @@ -300,17 +590,171 @@
828 # include <inttypes.h>
831 -# include <stdint.h>
835 +# include <stdint.h>
841 -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 CONFIG_STATUS_DEPENDENCIES 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 RANLIB ac_ct_RANLIB AR ac_ct_AR DBX GDB SDB DEBUGGER SENDMAIL GPGME_CONFIG LIBGPGME_CFLAGS LIBGPGME_LIBS OPS PGPAUX_TARGET SMIMEAUX_TARGET ISPELL LIBOBJS DOTLOCK_TARGET docdir DOTLOCK_GROUP DOTLOCK_PERMISSION BUILD_IMAP_TRUE BUILD_IMAP_FALSE KRB5CFGPATH USE_GSS_TRUE USE_GSS_FALSE LIBGNUTLS_CONFIG LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS USE_SSL_TRUE USE_SSL_FALSE USE_SASL_TRUE USE_SASL_FALSE MUTTLIBS MUTT_LIB_OBJECTS LIBIMAP LIBIMAPDEPS ALLOCA GLIBC21 LIBICONV USE_NLS MSGFMT GMSGFMT XGETTEXT INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT GMOFILES INTLLIBS INTLOBJS POFILES POSUB DATADIRNAME INSTOBJEXT GENCAT MKINSTALLDIRS INTL_LIBTOOL_SUFFIX_PREFIX OSPCAT DSLROOT LTLIBOBJS'
842 +ac_subst_vars='SHELL
851 +program_transform_name
892 +INSTALL_STRIP_PROGRAM
900 +CONFIG_STATUS_DEPENDENCIES
972 +BUILD_INCLUDED_LIBINTL
973 +USE_INCLUDED_LIBINTL
985 +INTL_LIBTOOL_SUFFIX_PREFIX
990 + ac_precious_vars='build_alias
1000 # Initialize some variables set by options.
1002 @@ -337,34 +781,48 @@
1003 # and all the variables that are supposed to be based on exec_prefix
1004 # by default will actually change.
1005 # Use braces instead of parens because sh, perl, etc. also accept them.
1006 +# (The list follows the same order as the GNU Coding Standards.)
1007 bindir='${exec_prefix}/bin'
1008 sbindir='${exec_prefix}/sbin'
1009 libexecdir='${exec_prefix}/libexec'
1010 -datadir='${prefix}/share'
1011 +datarootdir='${prefix}/share'
1012 +datadir='${datarootdir}'
1013 sysconfdir='${prefix}/etc'
1014 sharedstatedir='${prefix}/com'
1015 localstatedir='${prefix}/var'
1016 -libdir='${exec_prefix}/lib'
1017 includedir='${prefix}/include'
1018 oldincludedir='/usr/include'
1019 -infodir='${prefix}/info'
1020 -mandir='${prefix}/man'
1021 +docdir='${datarootdir}/doc/${PACKAGE}'
1022 +infodir='${datarootdir}/info'
1023 +htmldir='${docdir}'
1027 +libdir='${exec_prefix}/lib'
1028 +localedir='${datarootdir}/locale'
1029 +mandir='${datarootdir}/man'
1035 # If the previous option needs an argument, assign it.
1036 if test -n "$ac_prev"; then
1037 - eval "$ac_prev=\$ac_option"
1038 + eval $ac_prev=\$ac_option
1043 - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1044 + case $ac_option in
1045 + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1046 + *) ac_optarg=yes ;;
1049 # Accept the important Cygnus configure options, so we can diagnose typos.
1051 - case $ac_option in
1052 + case $ac_dashdash$ac_option in
1054 + ac_dashdash=yes ;;
1056 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1058 @@ -386,12 +844,18 @@
1059 --config-cache | -C)
1060 cache_file=config.cache ;;
1062 - -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
1063 + -datadir | --datadir | --datadi | --datad)
1065 - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
1067 + -datadir=* | --datadir=* | --datadi=* | --datad=*)
1068 datadir=$ac_optarg ;;
1070 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1071 + | --dataroo | --dataro | --datar)
1072 + ac_prev=datarootdir ;;
1073 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1074 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1075 + datarootdir=$ac_optarg ;;
1077 -disable-* | --disable-*)
1078 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1079 # Reject names that are not valid shell variable names.
1080 @@ -399,7 +863,17 @@
1081 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1082 { (exit 1); exit 1; }; }
1083 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1084 - eval "enable_$ac_feature=no" ;;
1085 + eval enable_$ac_feature=no ;;
1087 + -docdir | --docdir | --docdi | --doc | --do)
1089 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1090 + docdir=$ac_optarg ;;
1092 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1094 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1095 + dvidir=$ac_optarg ;;
1097 -enable-* | --enable-*)
1098 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1099 @@ -408,11 +882,7 @@
1100 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1101 { (exit 1); exit 1; }; }
1102 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1103 - case $ac_option in
1104 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1105 - *) ac_optarg=yes ;;
1107 - eval "enable_$ac_feature='$ac_optarg'" ;;
1108 + eval enable_$ac_feature=\$ac_optarg ;;
1110 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1111 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1112 @@ -439,6 +909,12 @@
1113 -host=* | --host=* | --hos=* | --ho=*)
1114 host_alias=$ac_optarg ;;
1116 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1117 + ac_prev=htmldir ;;
1118 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1120 + htmldir=$ac_optarg ;;
1122 -includedir | --includedir | --includedi | --included | --include \
1123 | --includ | --inclu | --incl | --inc)
1124 ac_prev=includedir ;;
1125 @@ -463,13 +939,16 @@
1126 | --libexe=* | --libex=* | --libe=*)
1127 libexecdir=$ac_optarg ;;
1129 + -localedir | --localedir | --localedi | --localed | --locale)
1130 + ac_prev=localedir ;;
1131 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1132 + localedir=$ac_optarg ;;
1134 -localstatedir | --localstatedir | --localstatedi | --localstated \
1135 - | --localstate | --localstat | --localsta | --localst \
1136 - | --locals | --local | --loca | --loc | --lo)
1137 + | --localstate | --localstat | --localsta | --localst | --locals)
1138 ac_prev=localstatedir ;;
1139 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1140 - | --localstate=* | --localstat=* | --localsta=* | --localst=* \
1141 - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
1142 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1143 localstatedir=$ac_optarg ;;
1145 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1146 @@ -534,6 +1013,16 @@
1147 | --progr-tra=* | --program-tr=* | --program-t=*)
1148 program_transform_name=$ac_optarg ;;
1150 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1152 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1153 + pdfdir=$ac_optarg ;;
1155 + -psdir | --psdir | --psdi | --psd | --ps)
1157 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1158 + psdir=$ac_optarg ;;
1160 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1161 | -silent | --silent | --silen | --sile | --sil)
1163 @@ -590,11 +1079,7 @@
1164 { echo "$as_me: error: invalid package name: $ac_package" >&2
1165 { (exit 1); exit 1; }; }
1166 ac_package=`echo $ac_package| sed 's/-/_/g'`
1167 - case $ac_option in
1168 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1169 - *) ac_optarg=yes ;;
1171 - eval "with_$ac_package='$ac_optarg'" ;;
1172 + eval with_$ac_package=\$ac_optarg ;;
1174 -without-* | --without-*)
1175 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1176 @@ -603,7 +1088,7 @@
1177 { echo "$as_me: error: invalid package name: $ac_package" >&2
1178 { (exit 1); exit 1; }; }
1179 ac_package=`echo $ac_package | sed 's/-/_/g'`
1180 - eval "with_$ac_package=no" ;;
1181 + eval with_$ac_package=no ;;
1184 # Obsolete; use --with-x.
1185 @@ -634,8 +1119,7 @@
1186 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1187 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1188 { (exit 1); exit 1; }; }
1189 - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1190 - eval "$ac_envvar='$ac_optarg'"
1191 + eval $ac_envvar=\$ac_optarg
1192 export $ac_envvar ;;
1195 @@ -655,27 +1139,19 @@
1196 { (exit 1); exit 1; }; }
1199 -# Be sure to have absolute paths.
1200 -for ac_var in exec_prefix prefix
1202 - eval ac_val=$`echo $ac_var`
1204 - [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1205 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1206 - { (exit 1); exit 1; }; };;
1210 -# Be sure to have absolute paths.
1211 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
1212 - localstatedir libdir includedir oldincludedir infodir mandir
1213 +# Be sure to have absolute directory names.
1214 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1215 + datadir sysconfdir sharedstatedir localstatedir includedir \
1216 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1217 + libdir localedir mandir
1219 - eval ac_val=$`echo $ac_var`
1220 + eval ac_val=\$$ac_var
1222 - [\\/$]* | ?:[\\/]* ) ;;
1223 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1224 - { (exit 1); exit 1; }; };;
1225 + [\\/$]* | ?:[\\/]* ) continue;;
1226 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1228 + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1229 + { (exit 1); exit 1; }; }
1232 # There might be people who depend on the old broken behavior: `$host'
1233 @@ -702,74 +1178,76 @@
1234 test "$silent" = yes && exec 6>/dev/null
1237 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
1238 +ac_ls_di=`ls -di .` &&
1239 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1240 + { echo "$as_me: error: Working directory cannot be determined" >&2
1241 + { (exit 1); exit 1; }; }
1242 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1243 + { echo "$as_me: error: pwd does not report name of working directory" >&2
1244 + { (exit 1); exit 1; }; }
1247 # Find the source files, if location was not specified.
1248 if test -z "$srcdir"; then
1249 ac_srcdir_defaulted=yes
1250 - # Try the directory containing this script, then its parent.
1251 - ac_confdir=`(dirname "$0") 2>/dev/null ||
1252 + # Try the directory containing this script, then the parent directory.
1253 + ac_confdir=`$as_dirname -- "$0" ||
1254 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1255 X"$0" : 'X\(//\)[^/]' \| \
1256 X"$0" : 'X\(//\)$' \| \
1257 - X"$0" : 'X\(/\)' \| \
1258 - . : '\(.\)' 2>/dev/null ||
1259 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1261 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1262 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1263 - /^X\(\/\/\)$/{ s//\1/; q; }
1264 - /^X\(\/\).*/{ s//\1/; q; }
1266 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1270 + /^X\(\/\/\)[^/].*/{
1284 - if test ! -r $srcdir/$ac_unique_file; then
1285 + if test ! -r "$srcdir/$ac_unique_file"; then
1289 ac_srcdir_defaulted=no
1291 -if test ! -r $srcdir/$ac_unique_file; then
1292 - if test "$ac_srcdir_defaulted" = yes; then
1293 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
1294 - { (exit 1); exit 1; }; }
1296 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1297 +if test ! -r "$srcdir/$ac_unique_file"; then
1298 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1299 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1300 { (exit 1); exit 1; }; }
1303 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1304 - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
1305 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307 + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1308 { (exit 1); exit 1; }; }
1309 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1310 -ac_env_build_alias_set=${build_alias+set}
1311 -ac_env_build_alias_value=$build_alias
1312 -ac_cv_env_build_alias_set=${build_alias+set}
1313 -ac_cv_env_build_alias_value=$build_alias
1314 -ac_env_host_alias_set=${host_alias+set}
1315 -ac_env_host_alias_value=$host_alias
1316 -ac_cv_env_host_alias_set=${host_alias+set}
1317 -ac_cv_env_host_alias_value=$host_alias
1318 -ac_env_target_alias_set=${target_alias+set}
1319 -ac_env_target_alias_value=$target_alias
1320 -ac_cv_env_target_alias_set=${target_alias+set}
1321 -ac_cv_env_target_alias_value=$target_alias
1322 -ac_env_CC_set=${CC+set}
1323 -ac_env_CC_value=$CC
1324 -ac_cv_env_CC_set=${CC+set}
1325 -ac_cv_env_CC_value=$CC
1326 -ac_env_CFLAGS_set=${CFLAGS+set}
1327 -ac_env_CFLAGS_value=$CFLAGS
1328 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
1329 -ac_cv_env_CFLAGS_value=$CFLAGS
1330 -ac_env_LDFLAGS_set=${LDFLAGS+set}
1331 -ac_env_LDFLAGS_value=$LDFLAGS
1332 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
1333 -ac_cv_env_LDFLAGS_value=$LDFLAGS
1334 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
1335 -ac_env_CPPFLAGS_value=$CPPFLAGS
1336 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
1337 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
1338 -ac_env_CPP_set=${CPP+set}
1339 -ac_env_CPP_value=$CPP
1340 -ac_cv_env_CPP_set=${CPP+set}
1341 -ac_cv_env_CPP_value=$CPP
1343 +# When building in place, set srcdir=.
1344 +if test "$ac_abs_confdir" = "$ac_pwd"; then
1347 +# Remove unnecessary trailing slashes from srcdir.
1348 +# Double slashes in file names in object file debugging info
1349 +# mess up M-x gdb in Emacs.
1351 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1353 +for ac_var in $ac_precious_vars; do
1354 + eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355 + eval ac_env_${ac_var}_value=\$${ac_var}
1356 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357 + eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 # Report the --help message.
1362 @@ -798,9 +1276,6 @@
1363 -n, --no-create do not create output files
1364 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1369 Installation directories:
1370 --prefix=PREFIX install architecture-independent files in PREFIX
1371 [$ac_default_prefix]
1372 @@ -818,15 +1293,22 @@
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 - --datadir=DIR read-only architecture-independent data [PREFIX/share]
1377 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1378 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1379 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1380 --libdir=DIR object code libraries [EPREFIX/lib]
1381 --includedir=DIR C header files [PREFIX/include]
1382 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1383 - --infodir=DIR info documentation [PREFIX/info]
1384 - --mandir=DIR man documentation [PREFIX/man]
1385 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1386 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1387 + --infodir=DIR info documentation [DATAROOTDIR/info]
1388 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1389 + --mandir=DIR man documentation [DATAROOTDIR/man]
1390 + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1391 + --htmldir=DIR html documentation [DOCDIR]
1392 + --dvidir=DIR dvi documentation [DOCDIR]
1393 + --pdfdir=DIR pdf documentation [DOCDIR]
1394 + --psdir=DIR ps documentation [DOCDIR]
1398 @@ -868,6 +1350,7 @@
1399 --enable-buffy-size Use file size attribute instead of access time
1400 --enable-mailtool Enable Sun mailtool attachments support
1401 --enable-locales-fix The result of isprint() is unreliable
1402 + --enable-compressed Enable compressed folders support
1403 --enable-exact-address Enable regeneration of email addresses
1404 --enable-hcache Enable header caching
1405 --disable-iconv Disable iconv support
1406 @@ -877,23 +1360,23 @@
1407 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1408 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1409 --with-gpgme-prefix=PFX prefix where GPGME is installed (optional)
1410 - --with-mixmaster=PATH Include Mixmaster support
1411 - --with-slang=DIR Use S-Lang instead of ncurses
1412 + --with-mixmaster=PATH Include Mixmaster support
1413 + --with-slang=DIR Use S-Lang instead of ncurses
1414 --with-curses=DIR Where ncurses is installed
1415 --with-regex Use the GNU regex library
1416 - --with-homespool=FILE File in user's directory where new mail is spooled
1417 + --with-homespool=FILE File in user's directory where new mail is spooled
1418 --with-mailpath=DIR Directory where spool mailboxes are located
1419 --with-docdir=PATH Specify where to put the documentation
1420 --with-domain=DOMAIN Specify your DNS domain name
1421 - --with-gss=PFX Compile in GSSAPI authentication for IMAP
1422 - --with-ssl=PFX Compile in SSL support for POP/IMAP
1423 - --with-gnutls=PFX Enable SSL support using gnutls
1424 - --with-sasl=PFX Use Cyrus SASL 2 network security library
1425 - --with-idn=PFX Use GNU libidn for domain names
1426 + --with-gss=PFX Compile in GSSAPI authentication for IMAP
1427 + --with-ssl=PFX Compile in SSL support for POP/IMAP
1428 + --with-gnutls=PFX Enable SSL support using gnutls
1429 + --with-sasl=PFX Use Cyrus SASL 2 network security library
1430 + --with-idn=PFX Use GNU libidn for domain names
1431 --with-exec-shell=SHELL Specify alternate shell (ONLY if /bin/sh is broken)
1432 --without-qdbm Don't use qdbm even if it is available
1433 --without-gdbm Don't use gdbm even if it is available
1434 - --with-bdb=DIR Use BerkeleyDB4 if gdbm is not available
1435 + --with-bdb=DIR Use BerkeleyDB4 if gdbm is not available
1436 --with-libiconv-prefix=DIR
1437 Search for libiconv in DIR/include and DIR/lib
1438 --with-included-gettext Use the GNU gettext library included here
1439 @@ -904,126 +1387,94 @@
1440 CFLAGS C compiler flags
1441 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1442 nonstandard directory <lib dir>
1443 - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1444 - headers in a nonstandard directory <include dir>
1445 + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1446 + you have headers in a nonstandard directory <include dir>
1449 Use these variables to override the choices made by `configure' or to help
1450 it to find libraries and programs with nonstandard names/locations.
1456 if test "$ac_init_help" = "recursive"; then
1457 # If there are subdirs, report their specific --help.
1459 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1460 - test -d $ac_dir || continue
1461 + test -d "$ac_dir" || continue
1464 -if test "$ac_dir" != .; then
1466 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1469 - # A "../" for each directory in $ac_dir_suffix.
1470 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1472 - ac_dir_suffix= ac_top_builddir=
1474 + # A ".." for each directory in $ac_dir_suffix.
1475 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1476 + case $ac_top_builddir_sub in
1477 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1478 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1481 +ac_abs_top_builddir=$ac_pwd
1482 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
1483 +# for backward compatibility:
1484 +ac_top_builddir=$ac_top_build_prefix
1487 - .) # No --srcdir option. We are building in place.
1488 + .) # We are building in place.
1490 - if test -z "$ac_top_builddir"; then
1493 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1495 - [\\/]* | ?:[\\/]* ) # Absolute path.
1496 + ac_top_srcdir=$ac_top_builddir_sub
1497 + ac_abs_top_srcdir=$ac_pwd ;;
1498 + [\\/]* | ?:[\\/]* ) # Absolute name.
1499 ac_srcdir=$srcdir$ac_dir_suffix;
1500 - ac_top_srcdir=$srcdir ;;
1501 - *) # Relative path.
1502 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1503 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
1506 -# Do not use `cd foo && pwd` to compute absolute paths, because
1507 -# the directories may not exist.
1509 -.) ac_abs_builddir="$ac_dir";;
1512 - .) ac_abs_builddir=`pwd`;;
1513 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1514 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
1517 -case $ac_abs_builddir in
1518 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
1520 - case ${ac_top_builddir}. in
1521 - .) ac_abs_top_builddir=$ac_abs_builddir;;
1522 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1523 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1526 -case $ac_abs_builddir in
1527 -.) ac_abs_srcdir=$ac_srcdir;;
1529 - case $ac_srcdir in
1530 - .) ac_abs_srcdir=$ac_abs_builddir;;
1531 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1532 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1535 -case $ac_abs_builddir in
1536 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
1538 - case $ac_top_srcdir in
1539 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
1540 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1541 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1543 + ac_top_srcdir=$srcdir
1544 + ac_abs_top_srcdir=$srcdir ;;
1545 + *) # Relative name.
1546 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1547 + ac_top_srcdir=$ac_top_build_prefix$srcdir
1548 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1550 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1553 - # Check for guested configure; otherwise get Cygnus style configure.
1554 - if test -f $ac_srcdir/configure.gnu; then
1556 - $SHELL $ac_srcdir/configure.gnu --help=recursive
1557 - elif test -f $ac_srcdir/configure; then
1559 - $SHELL $ac_srcdir/configure --help=recursive
1560 - elif test -f $ac_srcdir/configure.ac ||
1561 - test -f $ac_srcdir/configure.in; then
1563 - $ac_configure --help
1564 + cd "$ac_dir" || { ac_status=$?; continue; }
1565 + # Check for guested configure.
1566 + if test -f "$ac_srcdir/configure.gnu"; then
1568 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1569 + elif test -f "$ac_srcdir/configure"; then
1571 + $SHELL "$ac_srcdir/configure" --help=recursive
1573 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1576 + fi || ac_status=$?
1577 + cd "$ac_pwd" || { ac_status=$?; break; }
1581 -test -n "$ac_init_help" && exit 0
1582 +test -n "$ac_init_help" && exit $ac_status
1583 if $ac_init_version; then
1586 +generated by GNU Autoconf 2.60
1588 -Copyright (C) 2003 Free Software Foundation, Inc.
1589 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1590 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1591 This configure script is free software; the Free Software Foundation
1592 gives unlimited permission to copy, distribute and modify it.
1599 +cat >config.log <<_ACEOF
1600 This file contains any messages produced by compilers while
1601 running configure, to aid debugging if configure makes a mistake.
1603 It was created by $as_me, which was
1604 -generated by GNU Autoconf 2.59. Invocation command line was
1605 +generated by GNU Autoconf 2.60. Invocation command line was
1614 @@ -1042,7 +1493,7 @@
1615 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1616 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1617 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1618 -hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1619 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1620 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1621 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1622 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1623 @@ -1056,6 +1507,7 @@
1624 test -z "$as_dir" && as_dir=.
1625 echo "PATH: $as_dir"
1631 @@ -1077,7 +1529,6 @@
1636 ac_must_keep_next=false
1639 @@ -1088,7 +1539,7 @@
1640 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1641 | -silent | --silent | --silen | --sile | --sil)
1643 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1645 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1648 @@ -1110,9 +1561,7 @@
1649 -* ) ac_must_keep_next=true ;;
1652 - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1653 - # Get rid of the leading space.
1655 + ac_configure_args="$ac_configure_args '$ac_arg'"
1659 @@ -1123,8 +1572,8 @@
1660 # When interrupted or exit'd, cleanup temporary files, and complete
1661 # config.log. We remove comments because anyway the quotes in there
1662 # would cause problems or look ugly.
1663 -# WARNING: Be sure not to use single quotes in there, as some shells,
1664 -# such as our DU 5.0 friend, will then `close' the trap.
1665 +# WARNING: Use '\'' to represent an apostrophe within the trap.
1666 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1667 trap 'exit_status=$?
1668 # Save into config.log some information that might help in debugging.
1670 @@ -1137,20 +1586,34 @@
1673 # The following way of writing the cache mishandles newlines in values,
1676 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1677 + eval ac_val=\$$ac_var
1678 + case $ac_val in #(
1680 + case $ac_var in #(
1681 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1682 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1684 + case $ac_var in #(
1685 + _ | IFS | as_nl) ;; #(
1686 + *) $as_unset $ac_var ;;
1691 - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1693 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1694 + *${as_nl}ac_space=\ *)
1696 - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1697 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1699 + "s/'\''/'\''\\\\'\'''\''/g;
1700 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1704 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1705 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1715 @@ -1161,22 +1624,28 @@
1717 for ac_var in $ac_subst_vars
1719 - eval ac_val=$`echo $ac_var`
1720 - echo "$ac_var='"'"'$ac_val'"'"'"
1721 + eval ac_val=\$$ac_var
1723 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1725 + echo "$ac_var='\''$ac_val'\''"
1729 if test -n "$ac_subst_files"; then
1731 -## ------------- ##
1732 -## Output files. ##
1733 -## ------------- ##
1734 +## ------------------- ##
1735 +## File substitutions. ##
1736 +## ------------------- ##
1739 for ac_var in $ac_subst_files
1741 - eval ac_val=$`echo $ac_var`
1742 - echo "$ac_var='"'"'$ac_val'"'"'"
1743 + eval ac_val=\$$ac_var
1745 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1747 + echo "$ac_var='\''$ac_val'\''"
1751 @@ -1188,26 +1657,24 @@
1755 - sed "/^$/d" confdefs.h | sort
1759 test "$ac_signal" != 0 &&
1760 echo "$as_me: caught signal $ac_signal"
1761 echo "$as_me: exit $exit_status"
1763 - rm -f core *.core &&
1764 - rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1765 + rm -f core *.core core.conftest.* &&
1766 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1770 for ac_signal in 1 2 13 15; do
1771 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1775 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1776 -rm -rf conftest* confdefs.h
1777 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1779 +rm -f -r conftest* confdefs.h
1781 # Predefined preprocessor variables.
1783 @@ -1238,14 +1705,17 @@
1785 # Let the site file select an alternate cache file if it wants to.
1786 # Prefer explicitly selected file to automatically selected ones.
1787 -if test -z "$CONFIG_SITE"; then
1788 - if test "x$prefix" != xNONE; then
1789 - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1791 - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1793 +if test -n "$CONFIG_SITE"; then
1794 + set x "$CONFIG_SITE"
1795 +elif test "x$prefix" != xNONE; then
1796 + set x "$prefix/share/config.site" "$prefix/etc/config.site"
1798 + set x "$ac_default_prefix/share/config.site" \
1799 + "$ac_default_prefix/etc/config.site"
1801 -for ac_site_file in $CONFIG_SITE; do
1805 if test -r "$ac_site_file"; then
1806 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1807 echo "$as_me: loading site script $ac_site_file" >&6;}
1808 @@ -1261,8 +1731,8 @@
1809 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1810 echo "$as_me: loading cache $cache_file" >&6;}
1812 - [\\/]* | ?:[\\/]* ) . $cache_file;;
1813 - *) . ./$cache_file;;
1814 + [\\/]* | ?:[\\/]* ) . "$cache_file";;
1815 + *) . "./$cache_file";;
1819 @@ -1274,12 +1744,11 @@
1820 # Check that the precious variables saved in the cache have kept the same
1822 ac_cache_corrupted=false
1823 -for ac_var in `(set) 2>&1 |
1824 - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1825 +for ac_var in $ac_precious_vars; do
1826 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1827 eval ac_new_set=\$ac_env_${ac_var}_set
1828 - eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1829 - eval ac_new_val="\$ac_env_${ac_var}_value"
1830 + eval ac_old_val=\$ac_cv_env_${ac_var}_value
1831 + eval ac_new_val=\$ac_env_${ac_var}_value
1832 case $ac_old_set,$ac_new_set in
1834 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1835 @@ -1304,8 +1773,7 @@
1836 # Pass precious variables to config.status.
1837 if test "$ac_new_set" = set; then
1839 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1840 - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1841 + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1842 *) ac_arg=$ac_var=$ac_new_val ;;
1844 case " $ac_configure_args " in
1845 @@ -1322,12 +1790,6 @@
1846 { (exit 1); exit 1; }; }
1850 -ac_cpp='$CPP $CPPFLAGS'
1851 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1852 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1853 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
1858 @@ -1344,37 +1806,48 @@
1863 +ac_cpp='$CPP $CPPFLAGS'
1864 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1865 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1866 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
1869 - ac_config_headers="$ac_config_headers config.h"
1870 +ac_config_headers="$ac_config_headers config.h"
1873 mutt_cv_version=`cat $srcdir/VERSION`
1874 am__api_version="1.9"
1876 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1877 - if test -f $ac_dir/install-sh; then
1878 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1879 + if test -f "$ac_dir/install-sh"; then
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1883 - elif test -f $ac_dir/install.sh; then
1884 + elif test -f "$ac_dir/install.sh"; then
1886 ac_install_sh="$ac_aux_dir/install.sh -c"
1888 - elif test -f $ac_dir/shtool; then
1889 + elif test -f "$ac_dir/shtool"; then
1891 ac_install_sh="$ac_aux_dir/shtool install -c"
1895 if test -z "$ac_aux_dir"; then
1896 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1897 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1898 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1899 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1900 { (exit 1); exit 1; }; }
1902 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1903 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1904 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1906 +# These three variables are undocumented and unsupported,
1907 +# and are intended to be withdrawn in a future Autoconf release.
1908 +# They can cause serious problems if a builder's source tree is in a directory
1909 +# whose full name contains unusual characters.
1910 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1911 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1912 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1915 # Find a good install program. We prefer a C program (faster),
1916 # so one script is as good as another. But avoid the broken or
1917 @@ -1389,8 +1862,8 @@
1918 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1919 # OS/2's system install, which has a completely different semantic
1920 # ./install, which can be erroneously created by make from ./install.sh.
1921 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1922 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1923 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1924 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1925 if test -z "$INSTALL"; then
1926 if test "${ac_cv_path_install+set}" = set; then
1927 echo $ECHO_N "(cached) $ECHO_C" >&6
1928 @@ -1412,7 +1885,7 @@
1930 for ac_prog in ginstall scoinst install; do
1931 for ac_exec_ext in '' $ac_executable_extensions; do
1932 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1933 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1934 if test $ac_prog = install &&
1935 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1936 # AIX install. It has an incompatible calling convention.
1937 @@ -1431,21 +1904,22 @@
1945 if test "${ac_cv_path_install+set}" = set; then
1946 INSTALL=$ac_cv_path_install
1948 - # As a last resort, use the slow shell script. We don't cache a
1949 - # path for INSTALL within a source directory, because that will
1950 + # As a last resort, use the slow shell script. Don't cache a
1951 + # value for INSTALL within a source directory, because that will
1952 # break other packages using the cache if that directory is
1953 - # removed, or if the path is relative.
1954 + # removed, or if the value is a relative name.
1955 INSTALL=$ac_install_sh
1958 -echo "$as_me:$LINENO: result: $INSTALL" >&5
1959 -echo "${ECHO_T}$INSTALL" >&6
1960 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1961 +echo "${ECHO_T}$INSTALL" >&6; }
1963 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1964 # It thinks the first close brace ends the variable substitution.
1965 @@ -1455,8 +1929,8 @@
1967 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1969 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1970 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1971 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1972 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1975 echo timestamp > conftest.file
1976 @@ -1498,20 +1972,20 @@
1977 Check your system clock" >&2;}
1978 { (exit 1); exit 1; }; }
1980 -echo "$as_me:$LINENO: result: yes" >&5
1981 -echo "${ECHO_T}yes" >&6
1982 +{ echo "$as_me:$LINENO: result: yes" >&5
1983 +echo "${ECHO_T}yes" >&6; }
1984 test "$program_prefix" != NONE &&
1985 - program_transform_name="s,^,$program_prefix,;$program_transform_name"
1986 + program_transform_name="s&^&$program_prefix&;$program_transform_name"
1987 # Use a double $ so make ignores it.
1988 test "$program_suffix" != NONE &&
1989 - program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1990 + program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1991 # Double any \ or $. echo might interpret backslashes.
1992 # By default was `s,x,x', remove it if useless.
1993 cat <<\_ACEOF >conftest.sed
1994 s/[\\$]/&&/g;s/;s,x,x,$//
1996 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2000 # expand $ac_aux_dir to an absolute path
2001 am_aux_dir=`cd $ac_aux_dir && pwd`
2002 @@ -1563,8 +2037,8 @@
2004 # Extract the first word of "$ac_prog", so it can be a program name with args.
2005 set dummy $ac_prog; ac_word=$2
2006 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2007 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2008 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2009 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2010 if test "${ac_cv_prog_AWK+set}" = set; then
2011 echo $ECHO_N "(cached) $ECHO_C" >&6
2013 @@ -1577,54 +2051,57 @@
2015 test -z "$as_dir" && as_dir=.
2016 for ac_exec_ext in '' $ac_executable_extensions; do
2017 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2018 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2019 ac_cv_prog_AWK="$ac_prog"
2020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2030 if test -n "$AWK"; then
2031 - echo "$as_me:$LINENO: result: $AWK" >&5
2032 -echo "${ECHO_T}$AWK" >&6
2033 + { echo "$as_me:$LINENO: result: $AWK" >&5
2034 +echo "${ECHO_T}$AWK" >&6; }
2036 - echo "$as_me:$LINENO: result: no" >&5
2037 -echo "${ECHO_T}no" >&6
2038 + { echo "$as_me:$LINENO: result: no" >&5
2039 +echo "${ECHO_T}no" >&6; }
2043 test -n "$AWK" && break
2046 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2047 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2048 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2049 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2050 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2051 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2052 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2053 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2054 echo $ECHO_N "(cached) $ECHO_C" >&6
2056 cat >conftest.make <<\_ACEOF
2059 - @echo 'ac_maketemp="$(MAKE)"'
2060 + @echo '@@@%%%=$(MAKE)=@@@%%%'
2062 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2063 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2064 -if test -n "$ac_maketemp"; then
2065 - eval ac_cv_prog_make_${ac_make}_set=yes
2067 - eval ac_cv_prog_make_${ac_make}_set=no
2069 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
2070 + *@@@%%%=?*=@@@%%%*)
2071 + eval ac_cv_prog_make_${ac_make}_set=yes;;
2073 + eval ac_cv_prog_make_${ac_make}_set=no;;
2077 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2078 - echo "$as_me:$LINENO: result: yes" >&5
2079 -echo "${ECHO_T}yes" >&6
2080 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2081 + { echo "$as_me:$LINENO: result: yes" >&5
2082 +echo "${ECHO_T}yes" >&6; }
2085 - echo "$as_me:$LINENO: result: no" >&5
2086 -echo "${ECHO_T}no" >&6
2087 + { echo "$as_me:$LINENO: result: no" >&5
2088 +echo "${ECHO_T}no" >&6; }
2089 SET_MAKE="MAKE=${MAKE-make}"
2092 @@ -1695,8 +2172,8 @@
2093 if test -n "$ac_tool_prefix"; then
2094 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2095 set dummy ${ac_tool_prefix}strip; ac_word=$2
2096 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2097 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2098 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2099 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2100 if test "${ac_cv_prog_STRIP+set}" = set; then
2101 echo $ECHO_N "(cached) $ECHO_C" >&6
2103 @@ -1709,32 +2186,34 @@
2105 test -z "$as_dir" && as_dir=.
2106 for ac_exec_ext in '' $ac_executable_extensions; do
2107 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2109 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2110 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2119 STRIP=$ac_cv_prog_STRIP
2120 if test -n "$STRIP"; then
2121 - echo "$as_me:$LINENO: result: $STRIP" >&5
2122 -echo "${ECHO_T}$STRIP" >&6
2123 + { echo "$as_me:$LINENO: result: $STRIP" >&5
2124 +echo "${ECHO_T}$STRIP" >&6; }
2126 - echo "$as_me:$LINENO: result: no" >&5
2127 -echo "${ECHO_T}no" >&6
2128 + { echo "$as_me:$LINENO: result: no" >&5
2129 +echo "${ECHO_T}no" >&6; }
2134 if test -z "$ac_cv_prog_STRIP"; then
2136 # Extract the first word of "strip", so it can be a program name with args.
2137 set dummy strip; ac_word=$2
2138 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2139 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2140 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2141 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2142 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2143 echo $ECHO_N "(cached) $ECHO_C" >&6
2145 @@ -1747,27 +2226,41 @@
2147 test -z "$as_dir" && as_dir=.
2148 for ac_exec_ext in '' $ac_executable_extensions; do
2149 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2150 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2151 ac_cv_prog_ac_ct_STRIP="strip"
2152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2159 - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2162 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2163 if test -n "$ac_ct_STRIP"; then
2164 - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2165 -echo "${ECHO_T}$ac_ct_STRIP" >&6
2166 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2167 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2169 - echo "$as_me:$LINENO: result: no" >&5
2170 -echo "${ECHO_T}no" >&6
2171 + { echo "$as_me:$LINENO: result: no" >&5
2172 +echo "${ECHO_T}no" >&6; }
2175 - STRIP=$ac_ct_STRIP
2176 + if test "x$ac_ct_STRIP" = x; then
2179 + case $cross_compiling:$ac_tool_warned in
2181 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2182 +whose name does not start with the host triplet. If you think this
2183 +configuration is useful to you, please write to autoconf@gnu.org." >&5
2184 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2185 +whose name does not start with the host triplet. If you think this
2186 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2187 +ac_tool_warned=yes ;;
2189 + STRIP=$ac_ct_STRIP
2192 STRIP="$ac_cv_prog_STRIP"
2194 @@ -1800,69 +2293,98 @@
2195 ALL_LINGUAS="de eu ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg ga"
2197 # Make sure we can run config.sub.
2198 -$ac_config_sub sun4 >/dev/null 2>&1 ||
2199 - { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
2200 -echo "$as_me: error: cannot run $ac_config_sub" >&2;}
2201 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2202 + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2203 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2204 { (exit 1); exit 1; }; }
2206 -echo "$as_me:$LINENO: checking build system type" >&5
2207 -echo $ECHO_N "checking build system type... $ECHO_C" >&6
2208 +{ echo "$as_me:$LINENO: checking build system type" >&5
2209 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_build+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 - ac_cv_build_alias=$build_alias
2214 -test -z "$ac_cv_build_alias" &&
2215 - ac_cv_build_alias=`$ac_config_guess`
2216 -test -z "$ac_cv_build_alias" &&
2217 + ac_build_alias=$build_alias
2218 +test "x$ac_build_alias" = x &&
2219 + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2220 +test "x$ac_build_alias" = x &&
2221 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2222 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2223 { (exit 1); exit 1; }; }
2224 -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2225 - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
2226 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
2227 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2228 + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2229 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2230 { (exit 1); exit 1; }; }
2233 -echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2234 -echo "${ECHO_T}$ac_cv_build" >&6
2235 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2236 +echo "${ECHO_T}$ac_cv_build" >&6; }
2237 +case $ac_cv_build in
2239 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2240 +echo "$as_me: error: invalid value of canonical build" >&2;}
2241 + { (exit 1); exit 1; }; };;
2244 -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2245 -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2246 -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2247 +ac_save_IFS=$IFS; IFS='-'
2253 +# Remember, the first character of IFS is used to create $*,
2254 +# except with old shells:
2257 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2260 -echo "$as_me:$LINENO: checking host system type" >&5
2261 -echo $ECHO_N "checking host system type... $ECHO_C" >&6
2262 +{ echo "$as_me:$LINENO: checking host system type" >&5
2263 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2264 if test "${ac_cv_host+set}" = set; then
2265 echo $ECHO_N "(cached) $ECHO_C" >&6
2267 - ac_cv_host_alias=$host_alias
2268 -test -z "$ac_cv_host_alias" &&
2269 - ac_cv_host_alias=$ac_cv_build_alias
2270 -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
2271 - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
2272 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
2273 + if test "x$host_alias" = x; then
2274 + ac_cv_host=$ac_cv_build
2276 + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2277 + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2278 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2279 { (exit 1); exit 1; }; }
2283 -echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2284 -echo "${ECHO_T}$ac_cv_host" >&6
2285 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2286 +echo "${ECHO_T}$ac_cv_host" >&6; }
2287 +case $ac_cv_host in
2289 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2290 +echo "$as_me: error: invalid value of canonical host" >&2;}
2291 + { (exit 1); exit 1; }; };;
2294 -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2295 -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2296 -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2297 +ac_save_IFS=$IFS; IFS='-'
2303 +# Remember, the first character of IFS is used to create $*,
2304 +# except with old shells:
2307 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2311 -echo "$as_me:$LINENO: checking for prefix" >&5
2312 -echo $ECHO_N "checking for prefix... $ECHO_C" >&6
2313 +{ echo "$as_me:$LINENO: checking for prefix" >&5
2314 +echo $ECHO_N "checking for prefix... $ECHO_C" >&6; }
2315 if test x$prefix = xNONE; then
2316 mutt_cv_prefix=$ac_default_prefix
2318 mutt_cv_prefix=$prefix
2320 -echo "$as_me:$LINENO: result: $mutt_cv_prefix" >&5
2321 -echo "${ECHO_T}$mutt_cv_prefix" >&6
2322 +{ echo "$as_me:$LINENO: result: $mutt_cv_prefix" >&5
2323 +echo "${ECHO_T}$mutt_cv_prefix" >&6; }
2326 ac_cpp='$CPP $CPPFLAGS'
2327 @@ -1872,8 +2394,8 @@
2328 if test -n "$ac_tool_prefix"; then
2329 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2330 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2331 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2333 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2334 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2335 if test "${ac_cv_prog_CC+set}" = set; then
2336 echo $ECHO_N "(cached) $ECHO_C" >&6
2338 @@ -1886,32 +2408,34 @@
2340 test -z "$as_dir" && as_dir=.
2341 for ac_exec_ext in '' $ac_executable_extensions; do
2342 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2343 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2344 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355 if test -n "$CC"; then
2356 - echo "$as_me:$LINENO: result: $CC" >&5
2357 -echo "${ECHO_T}$CC" >&6
2358 + { echo "$as_me:$LINENO: result: $CC" >&5
2359 +echo "${ECHO_T}$CC" >&6; }
2361 - echo "$as_me:$LINENO: result: no" >&5
2362 -echo "${ECHO_T}no" >&6
2363 + { echo "$as_me:$LINENO: result: no" >&5
2364 +echo "${ECHO_T}no" >&6; }
2369 if test -z "$ac_cv_prog_CC"; then
2371 # Extract the first word of "gcc", so it can be a program name with args.
2372 set dummy gcc; ac_word=$2
2373 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2374 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2375 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2376 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2377 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2378 echo $ECHO_N "(cached) $ECHO_C" >&6
2380 @@ -1924,36 +2448,51 @@
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2385 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2386 ac_cv_prog_ac_ct_CC="gcc"
2387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2396 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2397 if test -n "$ac_ct_CC"; then
2398 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2399 -echo "${ECHO_T}$ac_ct_CC" >&6
2400 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2401 +echo "${ECHO_T}$ac_ct_CC" >&6; }
2403 - echo "$as_me:$LINENO: result: no" >&5
2404 -echo "${ECHO_T}no" >&6
2405 + { echo "$as_me:$LINENO: result: no" >&5
2406 +echo "${ECHO_T}no" >&6; }
2410 + if test "x$ac_ct_CC" = x; then
2413 + case $cross_compiling:$ac_tool_warned in
2415 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2416 +whose name does not start with the host triplet. If you think this
2417 +configuration is useful to you, please write to autoconf@gnu.org." >&5
2418 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2419 +whose name does not start with the host triplet. If you think this
2420 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2421 +ac_tool_warned=yes ;;
2429 if test -z "$CC"; then
2430 - if test -n "$ac_tool_prefix"; then
2431 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2432 + if test -n "$ac_tool_prefix"; then
2433 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2434 set dummy ${ac_tool_prefix}cc; ac_word=$2
2435 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2437 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2438 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2439 if test "${ac_cv_prog_CC+set}" = set; then
2440 echo $ECHO_N "(cached) $ECHO_C" >&6
2442 @@ -1966,74 +2505,34 @@
2444 test -z "$as_dir" && as_dir=.
2445 for ac_exec_ext in '' $ac_executable_extensions; do
2446 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2447 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2448 ac_cv_prog_CC="${ac_tool_prefix}cc"
2449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2459 if test -n "$CC"; then
2460 - echo "$as_me:$LINENO: result: $CC" >&5
2461 -echo "${ECHO_T}$CC" >&6
2463 - echo "$as_me:$LINENO: result: no" >&5
2464 -echo "${ECHO_T}no" >&6
2468 -if test -z "$ac_cv_prog_CC"; then
2470 - # Extract the first word of "cc", so it can be a program name with args.
2471 -set dummy cc; ac_word=$2
2472 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2473 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2474 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2475 - echo $ECHO_N "(cached) $ECHO_C" >&6
2477 - if test -n "$ac_ct_CC"; then
2478 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2480 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481 -for as_dir in $PATH
2484 - test -z "$as_dir" && as_dir=.
2485 - for ac_exec_ext in '' $ac_executable_extensions; do
2486 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2487 - ac_cv_prog_ac_ct_CC="cc"
2488 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2496 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
2497 -if test -n "$ac_ct_CC"; then
2498 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2499 -echo "${ECHO_T}$ac_ct_CC" >&6
2500 + { echo "$as_me:$LINENO: result: $CC" >&5
2501 +echo "${ECHO_T}$CC" >&6; }
2503 - echo "$as_me:$LINENO: result: no" >&5
2504 -echo "${ECHO_T}no" >&6
2505 + { echo "$as_me:$LINENO: result: no" >&5
2506 +echo "${ECHO_T}no" >&6; }
2511 - CC="$ac_cv_prog_CC"
2516 if test -z "$CC"; then
2517 # Extract the first word of "cc", so it can be a program name with args.
2518 set dummy cc; ac_word=$2
2519 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2520 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2521 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2522 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2523 if test "${ac_cv_prog_CC+set}" = set; then
2524 echo $ECHO_N "(cached) $ECHO_C" >&6
2526 @@ -2047,7 +2546,7 @@
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2531 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2532 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2533 ac_prog_rejected=yes
2535 @@ -2058,6 +2557,7 @@
2541 if test $ac_prog_rejected = yes; then
2542 # We found a bogon in the path, so make sure we never use it.
2543 @@ -2075,22 +2575,23 @@
2546 if test -n "$CC"; then
2547 - echo "$as_me:$LINENO: result: $CC" >&5
2548 -echo "${ECHO_T}$CC" >&6
2549 + { echo "$as_me:$LINENO: result: $CC" >&5
2550 +echo "${ECHO_T}$CC" >&6; }
2552 - echo "$as_me:$LINENO: result: no" >&5
2553 -echo "${ECHO_T}no" >&6
2554 + { echo "$as_me:$LINENO: result: no" >&5
2555 +echo "${ECHO_T}no" >&6; }
2560 if test -z "$CC"; then
2561 if test -n "$ac_tool_prefix"; then
2563 + for ac_prog in cl.exe
2565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2567 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2568 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2569 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2570 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2571 if test "${ac_cv_prog_CC+set}" = set; then
2572 echo $ECHO_N "(cached) $ECHO_C" >&6
2574 @@ -2103,36 +2604,38 @@
2576 test -z "$as_dir" && as_dir=.
2577 for ac_exec_ext in '' $ac_executable_extensions; do
2578 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2579 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2580 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2591 if test -n "$CC"; then
2592 - echo "$as_me:$LINENO: result: $CC" >&5
2593 -echo "${ECHO_T}$CC" >&6
2594 + { echo "$as_me:$LINENO: result: $CC" >&5
2595 +echo "${ECHO_T}$CC" >&6; }
2597 - echo "$as_me:$LINENO: result: no" >&5
2598 -echo "${ECHO_T}no" >&6
2599 + { echo "$as_me:$LINENO: result: no" >&5
2600 +echo "${ECHO_T}no" >&6; }
2604 test -n "$CC" && break
2607 if test -z "$CC"; then
2610 + for ac_prog in cl.exe
2612 # Extract the first word of "$ac_prog", so it can be a program name with args.
2613 set dummy $ac_prog; ac_word=$2
2614 -echo "$as_me:$LINENO: checking for $ac_word" >&5
2615 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2616 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2617 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2618 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2619 echo $ECHO_N "(cached) $ECHO_C" >&6
2621 @@ -2145,29 +2648,45 @@
2623 test -z "$as_dir" && as_dir=.
2624 for ac_exec_ext in '' $ac_executable_extensions; do
2625 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2626 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2627 ac_cv_prog_ac_ct_CC="$ac_prog"
2628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2637 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2638 if test -n "$ac_ct_CC"; then
2639 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2640 -echo "${ECHO_T}$ac_ct_CC" >&6
2641 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2642 +echo "${ECHO_T}$ac_ct_CC" >&6; }
2644 - echo "$as_me:$LINENO: result: no" >&5
2645 -echo "${ECHO_T}no" >&6
2646 + { echo "$as_me:$LINENO: result: no" >&5
2647 +echo "${ECHO_T}no" >&6; }
2651 test -n "$ac_ct_CC" && break
2655 + if test "x$ac_ct_CC" = x; then
2658 + case $cross_compiling:$ac_tool_warned in
2660 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2661 +whose name does not start with the host triplet. If you think this
2662 +configuration is useful to you, please write to autoconf@gnu.org." >&5
2663 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2664 +whose name does not start with the host triplet. If you think this
2665 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2666 +ac_tool_warned=yes ;;
2673 @@ -2180,21 +2699,35 @@
2674 { (exit 1); exit 1; }; }
2676 # Provide some information about the compiler.
2677 -echo "$as_me:$LINENO:" \
2678 - "checking for C compiler version" >&5
2679 +echo "$as_me:$LINENO: checking for C compiler version" >&5
2680 ac_compiler=`set X $ac_compile; echo $2`
2681 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2682 - (eval $ac_compiler --version </dev/null >&5) 2>&5
2683 +{ (ac_try="$ac_compiler --version >&5"
2684 +case "(($ac_try" in
2685 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2686 + *) ac_try_echo=$ac_try;;
2688 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2689 + (eval "$ac_compiler --version >&5") 2>&5
2691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2692 (exit $ac_status); }
2693 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2694 - (eval $ac_compiler -v </dev/null >&5) 2>&5
2695 +{ (ac_try="$ac_compiler -v >&5"
2696 +case "(($ac_try" in
2697 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2698 + *) ac_try_echo=$ac_try;;
2700 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2701 + (eval "$ac_compiler -v >&5") 2>&5
2703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2704 (exit $ac_status); }
2705 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2706 - (eval $ac_compiler -V </dev/null >&5) 2>&5
2707 +{ (ac_try="$ac_compiler -V >&5"
2708 +case "(($ac_try" in
2709 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710 + *) ac_try_echo=$ac_try;;
2712 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2713 + (eval "$ac_compiler -V >&5") 2>&5
2715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716 (exit $ac_status); }
2717 @@ -2219,46 +2752,70 @@
2718 # Try to create an executable without -o first, disregard a.out.
2719 # It will help us diagnose broken compilers, and finding out an intuition
2721 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2722 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2723 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2724 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2725 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2726 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2727 - (eval $ac_link_default) 2>&5
2729 +# List of possible output files, starting from the most likely.
2730 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2731 +# only as a last resort. b.out is created by i960 compilers.
2732 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2734 +# The IRIX 6 linker writes into existing files which may not be
2735 +# executable, retaining their permissions. Remove them first so a
2736 +# subsequent execution test works.
2738 +for ac_file in $ac_files
2741 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2742 + * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2747 +if { (ac_try="$ac_link_default"
2748 +case "(($ac_try" in
2749 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 + *) ac_try_echo=$ac_try;;
2752 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2753 + (eval "$ac_link_default") 2>&5
2755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2756 (exit $ac_status); }; then
2757 - # Find the output, starting from the most likely. This scheme is
2758 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2761 -# Be careful to initialize this variable, since it used to be cached.
2762 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2764 -# b.out is created by i960 compilers.
2765 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2766 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2767 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2768 +# in a Makefile. We should not override ac_cv_exeext if it was cached,
2769 +# so that the user can short-circuit this test for compilers unknown to
2771 +for ac_file in $ac_files
2773 test -f "$ac_file" || continue
2775 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2777 - conftest.$ac_ext )
2778 - # This is the source file.
2779 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2782 # We found the default executable, but exeext='' is most
2786 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2787 - # FIXME: I believe we export ac_cv_exeext for Libtool,
2788 - # but it would be cool to find out if it's true. Does anybody
2789 - # maintain Libtool? --akim.
2790 - export ac_cv_exeext
2791 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2793 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2795 + # We set ac_cv_exeext here because the later test for it is not
2796 + # safe: cross compilers may not add the suffix if given an `-o'
2797 + # argument, so we may need to know it at that point already.
2798 + # Even if this section looks crufty: it has the advantage of
2799 + # actually working.
2805 +test "$ac_cv_exeext" = no && ac_cv_exeext=
2808 echo "$as_me: failed program was:" >&5
2809 sed 's/^/| /' conftest.$ac_ext >&5
2810 @@ -2271,19 +2828,23 @@
2813 ac_exeext=$ac_cv_exeext
2814 -echo "$as_me:$LINENO: result: $ac_file" >&5
2815 -echo "${ECHO_T}$ac_file" >&6
2816 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
2817 +echo "${ECHO_T}$ac_file" >&6; }
2819 -# Check the compiler produces executables we can run. If not, either
2820 +# Check that the compiler produces executables we can run. If not, either
2821 # the compiler is broken, or we cross compile.
2822 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2823 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2824 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2825 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2826 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2827 # If not cross compiling, check that we can run a simple program.
2828 if test "$cross_compiling" != yes; then
2829 if { ac_try='./$ac_file'
2830 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2831 - (eval $ac_try) 2>&5
2832 + { (case "(($ac_try" in
2833 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834 + *) ac_try_echo=$ac_try;;
2836 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2837 + (eval "$ac_try") 2>&5
2839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2840 (exit $ac_status); }; }; then
2841 @@ -2302,22 +2863,27 @@
2845 -echo "$as_me:$LINENO: result: yes" >&5
2846 -echo "${ECHO_T}yes" >&6
2847 +{ echo "$as_me:$LINENO: result: yes" >&5
2848 +echo "${ECHO_T}yes" >&6; }
2850 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2851 ac_clean_files=$ac_clean_files_save
2852 -# Check the compiler produces executables we can run. If not, either
2853 +# Check that the compiler produces executables we can run. If not, either
2854 # the compiler is broken, or we cross compile.
2855 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2856 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2857 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
2858 -echo "${ECHO_T}$cross_compiling" >&6
2860 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
2861 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2862 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2863 - (eval $ac_link) 2>&5
2864 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2865 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2866 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2867 +echo "${ECHO_T}$cross_compiling" >&6; }
2869 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
2870 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2871 +if { (ac_try="$ac_link"
2872 +case "(($ac_try" in
2873 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 + *) ac_try_echo=$ac_try;;
2876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 + (eval "$ac_link") 2>&5
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }; then
2881 @@ -2328,9 +2894,8 @@
2882 for ac_file in conftest.exe conftest conftest.*; do
2883 test -f "$ac_file" || continue
2885 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2886 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2887 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2888 - export ac_cv_exeext
2892 @@ -2344,14 +2909,14 @@
2895 rm -f conftest$ac_cv_exeext
2896 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2897 -echo "${ECHO_T}$ac_cv_exeext" >&6
2898 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2899 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
2901 rm -f conftest.$ac_ext
2902 EXEEXT=$ac_cv_exeext
2904 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
2905 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2906 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2907 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2908 if test "${ac_cv_objext+set}" = set; then
2909 echo $ECHO_N "(cached) $ECHO_C" >&6
2911 @@ -2371,14 +2936,20 @@
2914 rm -f conftest.o conftest.obj
2915 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2916 - (eval $ac_compile) 2>&5
2917 +if { (ac_try="$ac_compile"
2918 +case "(($ac_try" in
2919 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2920 + *) ac_try_echo=$ac_try;;
2922 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2923 + (eval "$ac_compile") 2>&5
2925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2926 (exit $ac_status); }; then
2927 - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2928 + for ac_file in conftest.o conftest.obj conftest.*; do
2929 + test -f "$ac_file" || continue;
2931 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2932 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2933 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2936 @@ -2396,12 +2967,12 @@
2938 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2940 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2941 -echo "${ECHO_T}$ac_cv_objext" >&6
2942 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2943 +echo "${ECHO_T}$ac_cv_objext" >&6; }
2944 OBJEXT=$ac_cv_objext
2946 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2947 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2948 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2949 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2950 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2951 echo $ECHO_N "(cached) $ECHO_C" >&6
2953 @@ -2424,24 +2995,36 @@
2956 rm -f conftest.$ac_objext
2957 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2958 - (eval $ac_compile) 2>conftest.er1
2959 +if { (ac_try="$ac_compile"
2960 +case "(($ac_try" in
2961 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 + *) ac_try_echo=$ac_try;;
2964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 + (eval "$ac_compile") 2>conftest.er1
2967 grep -v '^ *+' conftest.er1 >conftest.err
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } &&
2972 - { ac_try='test -z "$ac_c_werror_flag"
2973 - || test ! -s conftest.err'
2974 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2975 - (eval $ac_try) 2>&5
2976 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2977 + { (case "(($ac_try" in
2978 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2979 + *) ac_try_echo=$ac_try;;
2981 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2982 + (eval "$ac_try") 2>&5
2984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2985 (exit $ac_status); }; } &&
2986 { ac_try='test -s conftest.$ac_objext'
2987 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2988 - (eval $ac_try) 2>&5
2989 + { (case "(($ac_try" in
2990 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 + *) ac_try_echo=$ac_try;;
2993 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2994 + (eval "$ac_try") 2>&5
2996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997 (exit $ac_status); }; }; then
2998 @@ -2450,24 +3033,139 @@
2999 echo "$as_me: failed program was:" >&5
3000 sed 's/^/| /' conftest.$ac_ext >&5
3003 + ac_compiler_gnu=no
3005 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3007 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3008 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3011 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3012 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3013 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3014 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3015 GCC=`test $ac_compiler_gnu = yes && echo yes`
3016 ac_test_CFLAGS=${CFLAGS+set}
3017 ac_save_CFLAGS=$CFLAGS
3019 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3020 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3021 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3022 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3023 if test "${ac_cv_prog_cc_g+set}" = set; then
3024 echo $ECHO_N "(cached) $ECHO_C" >&6
3026 - cat >conftest.$ac_ext <<_ACEOF
3027 + ac_save_c_werror_flag=$ac_c_werror_flag
3028 + ac_c_werror_flag=yes
3029 + ac_cv_prog_cc_g=no
3031 + cat >conftest.$ac_ext <<_ACEOF
3034 +cat confdefs.h >>conftest.$ac_ext
3035 +cat >>conftest.$ac_ext <<_ACEOF
3036 +/* end confdefs.h. */
3046 +rm -f conftest.$ac_objext
3047 +if { (ac_try="$ac_compile"
3048 +case "(($ac_try" in
3049 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050 + *) ac_try_echo=$ac_try;;
3052 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3053 + (eval "$ac_compile") 2>conftest.er1
3055 + grep -v '^ *+' conftest.er1 >conftest.err
3056 + rm -f conftest.er1
3057 + cat conftest.err >&5
3058 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059 + (exit $ac_status); } &&
3060 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3061 + { (case "(($ac_try" in
3062 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3063 + *) ac_try_echo=$ac_try;;
3065 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3066 + (eval "$ac_try") 2>&5
3068 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3069 + (exit $ac_status); }; } &&
3070 + { ac_try='test -s conftest.$ac_objext'
3071 + { (case "(($ac_try" in
3072 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073 + *) ac_try_echo=$ac_try;;
3075 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3076 + (eval "$ac_try") 2>&5
3078 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3079 + (exit $ac_status); }; }; then
3080 + ac_cv_prog_cc_g=yes
3082 + echo "$as_me: failed program was:" >&5
3083 +sed 's/^/| /' conftest.$ac_ext >&5
3086 + cat >conftest.$ac_ext <<_ACEOF
3089 +cat confdefs.h >>conftest.$ac_ext
3090 +cat >>conftest.$ac_ext <<_ACEOF
3091 +/* end confdefs.h. */
3101 +rm -f conftest.$ac_objext
3102 +if { (ac_try="$ac_compile"
3103 +case "(($ac_try" in
3104 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3105 + *) ac_try_echo=$ac_try;;
3107 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3108 + (eval "$ac_compile") 2>conftest.er1
3110 + grep -v '^ *+' conftest.er1 >conftest.err
3111 + rm -f conftest.er1
3112 + cat conftest.err >&5
3113 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3114 + (exit $ac_status); } &&
3115 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3116 + { (case "(($ac_try" in
3117 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3118 + *) ac_try_echo=$ac_try;;
3120 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3121 + (eval "$ac_try") 2>&5
3123 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3124 + (exit $ac_status); }; } &&
3125 + { ac_try='test -s conftest.$ac_objext'
3126 + { (case "(($ac_try" in
3127 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3128 + *) ac_try_echo=$ac_try;;
3130 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3131 + (eval "$ac_try") 2>&5
3133 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134 + (exit $ac_status); }; }; then
3137 + echo "$as_me: failed program was:" >&5
3138 +sed 's/^/| /' conftest.$ac_ext >&5
3140 + ac_c_werror_flag=$ac_save_c_werror_flag
3142 + cat >conftest.$ac_ext <<_ACEOF
3145 cat confdefs.h >>conftest.$ac_ext
3146 @@ -2483,24 +3181,36 @@
3149 rm -f conftest.$ac_objext
3150 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3151 - (eval $ac_compile) 2>conftest.er1
3152 +if { (ac_try="$ac_compile"
3153 +case "(($ac_try" in
3154 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3155 + *) ac_try_echo=$ac_try;;
3157 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3158 + (eval "$ac_compile") 2>conftest.er1
3160 grep -v '^ *+' conftest.er1 >conftest.err
3162 cat conftest.err >&5
3163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164 (exit $ac_status); } &&
3165 - { ac_try='test -z "$ac_c_werror_flag"
3166 - || test ! -s conftest.err'
3167 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3168 - (eval $ac_try) 2>&5
3169 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3170 + { (case "(($ac_try" in
3171 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3172 + *) ac_try_echo=$ac_try;;
3174 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3175 + (eval "$ac_try") 2>&5
3177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3178 (exit $ac_status); }; } &&
3179 { ac_try='test -s conftest.$ac_objext'
3180 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3181 - (eval $ac_try) 2>&5
3182 + { (case "(($ac_try" in
3183 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 + *) ac_try_echo=$ac_try;;
3186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3187 + (eval "$ac_try") 2>&5
3189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3190 (exit $ac_status); }; }; then
3191 @@ -2509,12 +3219,20 @@
3192 echo "$as_me: failed program was:" >&5
3193 sed 's/^/| /' conftest.$ac_ext >&5
3199 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3206 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 + ac_c_werror_flag=$ac_save_c_werror_flag
3209 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3211 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3212 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3213 if test "$ac_test_CFLAGS" = set; then
3214 CFLAGS=$ac_save_CFLAGS
3215 elif test $ac_cv_prog_cc_g = yes; then
3216 @@ -2530,12 +3248,12 @@
3220 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3221 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3222 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
3223 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3224 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3225 +if test "${ac_cv_prog_cc_c89+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3228 - ac_cv_prog_cc_stdc=no
3229 + ac_cv_prog_cc_c89=no
3231 cat >conftest.$ac_ext <<_ACEOF
3233 @@ -2569,12 +3287,17 @@
3234 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3235 function prototypes and stuff, but not '\xHH' hex character constants.
3236 These don't provoke an error unfortunately, instead are silently treated
3237 - as 'x'. The following induces an error, until -std1 is added to get
3238 + as 'x'. The following induces an error, until -std is added to get
3239 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3240 array size at least. It's necessary to write '\x00'==0 to get something
3241 - that's true only with -std1. */
3242 + that's true only with -std. */
3243 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3245 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3246 + inside strings and character constants. */
3248 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3250 int test (int i, double x);
3251 struct s1 {int (*f) (int a);};
3252 struct s2 {int (*f) (double a);};
3253 @@ -2589,205 +3312,74 @@
3257 -# Don't try gcc -ansi; that turns off useful extensions and
3258 -# breaks some systems' header files.
3259 -# AIX -qlanglvl=ansi
3260 -# Ultrix and OSF/1 -std1
3261 -# HP-UX 10.20 and later -Ae
3262 -# HP-UX older versions -Aa -D_HPUX_SOURCE
3263 -# SVR4 -Xc -D__EXTENSIONS__
3264 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3265 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3266 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3268 CC="$ac_save_CC $ac_arg"
3269 rm -f conftest.$ac_objext
3270 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3271 - (eval $ac_compile) 2>conftest.er1
3272 +if { (ac_try="$ac_compile"
3273 +case "(($ac_try" in
3274 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3275 + *) ac_try_echo=$ac_try;;
3277 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3278 + (eval "$ac_compile") 2>conftest.er1
3280 grep -v '^ *+' conftest.er1 >conftest.err
3282 cat conftest.err >&5
3283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3284 (exit $ac_status); } &&
3285 - { ac_try='test -z "$ac_c_werror_flag"
3286 - || test ! -s conftest.err'
3287 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3288 - (eval $ac_try) 2>&5
3289 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3290 + { (case "(($ac_try" in
3291 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3292 + *) ac_try_echo=$ac_try;;
3294 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3295 + (eval "$ac_try") 2>&5
3297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3298 (exit $ac_status); }; } &&
3299 { ac_try='test -s conftest.$ac_objext'
3300 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3301 - (eval $ac_try) 2>&5
3302 + { (case "(($ac_try" in
3303 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304 + *) ac_try_echo=$ac_try;;
3306 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3307 + (eval "$ac_try") 2>&5
3309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310 (exit $ac_status); }; }; then
3311 - ac_cv_prog_cc_stdc=$ac_arg
3313 + ac_cv_prog_cc_c89=$ac_arg
3315 echo "$as_me: failed program was:" >&5
3316 sed 's/^/| /' conftest.$ac_ext >&5
3320 -rm -f conftest.err conftest.$ac_objext
3322 +rm -f core conftest.err conftest.$ac_objext
3323 + test "x$ac_cv_prog_cc_c89" != "xno" && break
3325 -rm -f conftest.$ac_ext conftest.$ac_objext
3326 +rm -f conftest.$ac_ext
3331 -case "x$ac_cv_prog_cc_stdc" in
3333 - echo "$as_me:$LINENO: result: none needed" >&5
3334 -echo "${ECHO_T}none needed" >&6 ;;
3336 +case "x$ac_cv_prog_cc_c89" in
3338 + { echo "$as_me:$LINENO: result: none needed" >&5
3339 +echo "${ECHO_T}none needed" >&6; } ;;
3341 + { echo "$as_me:$LINENO: result: unsupported" >&5
3342 +echo "${ECHO_T}unsupported" >&6; } ;;
3344 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3345 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3346 - CC="$CC $ac_cv_prog_cc_stdc" ;;
3347 + CC="$CC $ac_cv_prog_cc_c89"
3348 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3349 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3352 -# Some people use a C++ compiler to compile C. Since we use `exit',
3353 -# in C++ we need to declare it. In case someone uses the same compiler
3354 -# for both compiling C and C++ we need to have the C++ compiler decide
3355 -# the declaration of exit, since it's the most demanding environment.
3356 -cat >conftest.$ac_ext <<_ACEOF
3357 -#ifndef __cplusplus
3361 -rm -f conftest.$ac_objext
3362 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3363 - (eval $ac_compile) 2>conftest.er1
3365 - grep -v '^ *+' conftest.er1 >conftest.err
3366 - rm -f conftest.er1
3367 - cat conftest.err >&5
3368 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 - (exit $ac_status); } &&
3370 - { ac_try='test -z "$ac_c_werror_flag"
3371 - || test ! -s conftest.err'
3372 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3373 - (eval $ac_try) 2>&5
3375 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 - (exit $ac_status); }; } &&
3377 - { ac_try='test -s conftest.$ac_objext'
3378 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3379 - (eval $ac_try) 2>&5
3381 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3382 - (exit $ac_status); }; }; then
3383 - for ac_declaration in \
3385 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
3386 - 'extern "C" void std::exit (int); using std::exit;' \
3387 - 'extern "C" void exit (int) throw ();' \
3388 - 'extern "C" void exit (int);' \
3389 - 'void exit (int);'
3391 - cat >conftest.$ac_ext <<_ACEOF
3394 -cat confdefs.h >>conftest.$ac_ext
3395 -cat >>conftest.$ac_ext <<_ACEOF
3396 -/* end confdefs.h. */
3398 -#include <stdlib.h>
3407 -rm -f conftest.$ac_objext
3408 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3409 - (eval $ac_compile) 2>conftest.er1
3411 - grep -v '^ *+' conftest.er1 >conftest.err
3412 - rm -f conftest.er1
3413 - cat conftest.err >&5
3414 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3415 - (exit $ac_status); } &&
3416 - { ac_try='test -z "$ac_c_werror_flag"
3417 - || test ! -s conftest.err'
3418 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3419 - (eval $ac_try) 2>&5
3421 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3422 - (exit $ac_status); }; } &&
3423 - { ac_try='test -s conftest.$ac_objext'
3424 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3425 - (eval $ac_try) 2>&5
3427 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 - (exit $ac_status); }; }; then
3431 - echo "$as_me: failed program was:" >&5
3432 -sed 's/^/| /' conftest.$ac_ext >&5
3436 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3437 - cat >conftest.$ac_ext <<_ACEOF
3440 -cat confdefs.h >>conftest.$ac_ext
3441 -cat >>conftest.$ac_ext <<_ACEOF
3442 -/* end confdefs.h. */
3452 -rm -f conftest.$ac_objext
3453 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3454 - (eval $ac_compile) 2>conftest.er1
3456 - grep -v '^ *+' conftest.er1 >conftest.err
3457 - rm -f conftest.er1
3458 - cat conftest.err >&5
3459 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3460 - (exit $ac_status); } &&
3461 - { ac_try='test -z "$ac_c_werror_flag"
3462 - || test ! -s conftest.err'
3463 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3464 - (eval $ac_try) 2>&5
3466 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467 - (exit $ac_status); }; } &&
3468 - { ac_try='test -s conftest.$ac_objext'
3469 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3470 - (eval $ac_try) 2>&5
3472 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 - (exit $ac_status); }; }; then
3476 - echo "$as_me: failed program was:" >&5
3477 -sed 's/^/| /' conftest.$ac_ext >&5
3480 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3483 -if test -n "$ac_declaration"; then
3484 - echo '#ifdef __cplusplus' >>confdefs.h
3485 - echo $ac_declaration >>confdefs.h
3486 - echo '#endif' >>confdefs.h
3490 - echo "$as_me: failed program was:" >&5
3491 -sed 's/^/| /' conftest.$ac_ext >&5
3494 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3496 ac_cpp='$CPP $CPPFLAGS'
3497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3498 @@ -2795,7 +3387,7 @@
3499 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3500 DEPDIR="${am__leading_dot}deps"
3502 - ac_config_commands="$ac_config_commands depfiles"
3503 +ac_config_commands="$ac_config_commands depfiles"
3506 am_make=${MAKE-make}
3507 @@ -2805,8 +3397,8 @@
3510 # If we don't find an include directive, just comment out the code.
3511 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3512 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3513 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3514 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3518 @@ -2833,15 +3425,15 @@
3522 -echo "$as_me:$LINENO: result: $_am_result" >&5
3523 -echo "${ECHO_T}$_am_result" >&6
3524 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
3525 +echo "${ECHO_T}$_am_result" >&6; }
3526 rm -f confinc confmf
3528 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3529 +# Check whether --enable-dependency-tracking was given.
3530 if test "${enable_dependency_tracking+set}" = set; then
3531 - enableval="$enable_dependency_tracking"
3532 + enableval=$enable_dependency_tracking;
3536 if test "x$enable_dependency_tracking" != xno; then
3537 am_depcomp="$ac_aux_dir/depcomp"
3539 @@ -2861,8 +3453,8 @@
3541 depcc="$CC" am_compiler_list=
3543 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3544 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3545 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3546 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3547 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6
3550 @@ -2951,8 +3543,8 @@
3554 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3555 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3556 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3557 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3558 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3561 @@ -2969,13 +3561,12 @@
3565 -echo "$as_me:$LINENO: checking for library containing strerror" >&5
3566 -echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3567 +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
3568 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
3569 if test "${ac_cv_search_strerror+set}" = set; then
3570 echo $ECHO_N "(cached) $ECHO_C" >&6
3572 ac_func_search_save_LIBS=$LIBS
3573 -ac_cv_search_strerror=no
3574 cat >conftest.$ac_ext <<_ACEOF
3577 @@ -2983,123 +3574,97 @@
3578 cat >>conftest.$ac_ext <<_ACEOF
3579 /* end confdefs.h. */
3581 -/* Override any gcc2 internal prototype to avoid an error. */
3582 +/* Override any GCC internal prototype to avoid an error.
3583 + Use char because int might match the return type of a GCC
3584 + builtin and then its argument prototype would still apply. */
3588 -/* We use char because int might match the return type of a gcc2
3589 - builtin and then its argument prototype would still apply. */
3595 +return strerror ();
3600 -rm -f conftest.$ac_objext conftest$ac_exeext
3601 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3602 - (eval $ac_link) 2>conftest.er1
3603 +for ac_lib in '' cposix; do
3604 + if test -z "$ac_lib"; then
3605 + ac_res="none required"
3608 + LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3610 + rm -f conftest.$ac_objext conftest$ac_exeext
3611 +if { (ac_try="$ac_link"
3612 +case "(($ac_try" in
3613 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3614 + *) ac_try_echo=$ac_try;;
3616 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3617 + (eval "$ac_link") 2>conftest.er1
3619 grep -v '^ *+' conftest.er1 >conftest.err
3621 cat conftest.err >&5
3622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3623 (exit $ac_status); } &&
3624 - { ac_try='test -z "$ac_c_werror_flag"
3625 - || test ! -s conftest.err'
3626 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3627 - (eval $ac_try) 2>&5
3628 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3629 + { (case "(($ac_try" in
3630 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3631 + *) ac_try_echo=$ac_try;;
3633 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3634 + (eval "$ac_try") 2>&5
3636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); }; } &&
3638 { ac_try='test -s conftest$ac_exeext'
3639 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3640 - (eval $ac_try) 2>&5
3641 + { (case "(($ac_try" in
3642 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3643 + *) ac_try_echo=$ac_try;;
3645 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3646 + (eval "$ac_try") 2>&5
3648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3649 (exit $ac_status); }; }; then
3650 - ac_cv_search_strerror="none required"
3651 + ac_cv_search_strerror=$ac_res
3653 echo "$as_me: failed program was:" >&5
3654 sed 's/^/| /' conftest.$ac_ext >&5
3657 -rm -f conftest.err conftest.$ac_objext \
3658 - conftest$ac_exeext conftest.$ac_ext
3659 -if test "$ac_cv_search_strerror" = no; then
3660 - for ac_lib in cposix; do
3661 - LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3662 - cat >conftest.$ac_ext <<_ACEOF
3665 -cat confdefs.h >>conftest.$ac_ext
3666 -cat >>conftest.$ac_ext <<_ACEOF
3667 -/* end confdefs.h. */
3669 -/* Override any gcc2 internal prototype to avoid an error. */
3673 -/* We use char because int might match the return type of a gcc2
3674 - builtin and then its argument prototype would still apply. */
3684 -rm -f conftest.$ac_objext conftest$ac_exeext
3685 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3686 - (eval $ac_link) 2>conftest.er1
3688 - grep -v '^ *+' conftest.er1 >conftest.err
3689 - rm -f conftest.er1
3690 - cat conftest.err >&5
3691 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3692 - (exit $ac_status); } &&
3693 - { ac_try='test -z "$ac_c_werror_flag"
3694 - || test ! -s conftest.err'
3695 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3696 - (eval $ac_try) 2>&5
3698 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 - (exit $ac_status); }; } &&
3700 - { ac_try='test -s conftest$ac_exeext'
3701 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3702 - (eval $ac_try) 2>&5
3704 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 - (exit $ac_status); }; }; then
3706 - ac_cv_search_strerror="-l$ac_lib"
3709 - echo "$as_me: failed program was:" >&5
3710 -sed 's/^/| /' conftest.$ac_ext >&5
3713 +rm -f core conftest.err conftest.$ac_objext \
3714 + conftest$ac_exeext
3715 + if test "${ac_cv_search_strerror+set}" = set; then
3718 -rm -f conftest.err conftest.$ac_objext \
3719 - conftest$ac_exeext conftest.$ac_ext
3722 +if test "${ac_cv_search_strerror+set}" = set; then
3725 + ac_cv_search_strerror=no
3727 +rm conftest.$ac_ext
3728 LIBS=$ac_func_search_save_LIBS
3730 -echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3731 -echo "${ECHO_T}$ac_cv_search_strerror" >&6
3732 -if test "$ac_cv_search_strerror" != no; then
3733 - test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3734 +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3735 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
3736 +ac_res=$ac_cv_search_strerror
3737 +if test "$ac_res" != no; then
3738 + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3742 -echo "$as_me:$LINENO: checking for function prototypes" >&5
3743 -echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
3744 -if test "$ac_cv_prog_cc_stdc" != no; then
3745 - echo "$as_me:$LINENO: result: yes" >&5
3746 -echo "${ECHO_T}yes" >&6
3747 +{ echo "$as_me:$LINENO: checking for function prototypes" >&5
3748 +echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; }
3749 +if test "$ac_cv_prog_cc_c89" != no; then
3750 + { echo "$as_me:$LINENO: result: yes" >&5
3751 +echo "${ECHO_T}yes" >&6; }
3753 cat >>confdefs.h <<\_ACEOF
3754 #define PROTOTYPES 1
3755 @@ -3111,8 +3676,8 @@
3759 - echo "$as_me:$LINENO: result: no" >&5
3760 -echo "${ECHO_T}no" >&6
3761 + { echo "$as_me:$LINENO: result: no" >&5
3762 +echo "${ECHO_T}no" >&6; }
3766 @@ -3120,8 +3685,8 @@
3767 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3768 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3769 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3770 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3771 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3772 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3773 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3774 # On Suns, sometimes $CPP names a directory.
3775 if test -n "$CPP" && test -d "$CPP"; then
3777 @@ -3155,8 +3720,13 @@
3781 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3782 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3783 +if { (ac_try="$ac_cpp conftest.$ac_ext"
3784 +case "(($ac_try" in
3785 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3786 + *) ac_try_echo=$ac_try;;
3788 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3789 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3791 grep -v '^ *+' conftest.er1 >conftest.err
3793 @@ -3181,9 +3751,10 @@
3794 # Broken: fails on valid input.
3798 rm -f conftest.err conftest.$ac_ext
3800 - # OK, works on sane cases. Now check whether non-existent headers
3801 + # OK, works on sane cases. Now check whether nonexistent headers
3802 # can be detected and how.
3803 cat >conftest.$ac_ext <<_ACEOF
3805 @@ -3193,8 +3764,13 @@
3806 /* end confdefs.h. */
3807 #include <ac_nonexistent.h>
3809 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3810 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3811 +if { (ac_try="$ac_cpp conftest.$ac_ext"
3812 +case "(($ac_try" in
3813 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3814 + *) ac_try_echo=$ac_try;;
3816 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3817 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3819 grep -v '^ *+' conftest.er1 >conftest.err
3821 @@ -3221,6 +3797,7 @@
3826 rm -f conftest.err conftest.$ac_ext
3829 @@ -3238,8 +3815,8 @@
3833 -echo "$as_me:$LINENO: result: $CPP" >&5
3834 -echo "${ECHO_T}$CPP" >&6
3835 +{ echo "$as_me:$LINENO: result: $CPP" >&5
3836 +echo "${ECHO_T}$CPP" >&6; }
3838 for ac_c_preproc_warn_flag in '' yes
3840 @@ -3262,8 +3839,13 @@
3844 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3845 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3846 +if { (ac_try="$ac_cpp conftest.$ac_ext"
3847 +case "(($ac_try" in
3848 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3849 + *) ac_try_echo=$ac_try;;
3851 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3852 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3854 grep -v '^ *+' conftest.er1 >conftest.err
3856 @@ -3288,9 +3870,10 @@
3857 # Broken: fails on valid input.
3861 rm -f conftest.err conftest.$ac_ext
3863 - # OK, works on sane cases. Now check whether non-existent headers
3864 + # OK, works on sane cases. Now check whether nonexistent headers
3865 # can be detected and how.
3866 cat >conftest.$ac_ext <<_ACEOF
3868 @@ -3300,8 +3883,13 @@
3869 /* end confdefs.h. */
3870 #include <ac_nonexistent.h>
3872 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3873 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3874 +if { (ac_try="$ac_cpp conftest.$ac_ext"
3875 +case "(($ac_try" in
3876 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3877 + *) ac_try_echo=$ac_try;;
3879 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3880 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3882 grep -v '^ *+' conftest.er1 >conftest.err
3884 @@ -3328,6 +3916,7 @@
3889 rm -f conftest.err conftest.$ac_ext
3892 @@ -3350,23 +3939,170 @@
3893 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3896 -echo "$as_me:$LINENO: checking for egrep" >&5
3897 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3898 -if test "${ac_cv_prog_egrep+set}" = set; then
3899 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3900 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3901 +if test "${ac_cv_path_GREP+set}" = set; then
3902 + echo $ECHO_N "(cached) $ECHO_C" >&6
3904 + # Extract the first word of "grep ggrep" to use in msg output
3905 +if test -z "$GREP"; then
3906 +set dummy grep ggrep; ac_prog_name=$2
3907 +if test "${ac_cv_path_GREP+set}" = set; then
3908 + echo $ECHO_N "(cached) $ECHO_C" >&6
3910 + ac_path_GREP_found=false
3911 +# Loop through the user's path and test for each of PROGNAME-LIST
3912 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3913 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3916 + test -z "$as_dir" && as_dir=.
3917 + for ac_prog in grep ggrep; do
3918 + for ac_exec_ext in '' $ac_executable_extensions; do
3919 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3920 + { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
3921 + # Check for GNU ac_path_GREP and select it if it is found.
3922 + # Check for GNU $ac_path_GREP
3923 +case `"$ac_path_GREP" --version 2>&1` in
3925 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3928 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3931 + cat "conftest.in" "conftest.in" >"conftest.tmp"
3932 + mv "conftest.tmp" "conftest.in"
3933 + cp "conftest.in" "conftest.nl"
3934 + echo 'GREP' >> "conftest.nl"
3935 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3936 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3937 + ac_count=`expr $ac_count + 1`
3938 + if test $ac_count -gt ${ac_path_GREP_max-0}; then
3939 + # Best one so far, save it but keep looking for a better one
3940 + ac_cv_path_GREP="$ac_path_GREP"
3941 + ac_path_GREP_max=$ac_count
3943 + # 10*(2^10) chars as input seems more than enough
3944 + test $ac_count -gt 10 && break
3946 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3950 + $ac_path_GREP_found && break 3
3960 +GREP="$ac_cv_path_GREP"
3961 +if test -z "$GREP"; then
3962 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3963 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3964 + { (exit 1); exit 1; }; }
3968 + ac_cv_path_GREP=$GREP
3973 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3974 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3975 + GREP="$ac_cv_path_GREP"
3978 +{ echo "$as_me:$LINENO: checking for egrep" >&5
3979 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3980 +if test "${ac_cv_path_EGREP+set}" = set; then
3981 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 - if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3984 - then ac_cv_prog_egrep='grep -E'
3985 - else ac_cv_prog_egrep='egrep'
3986 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3987 + then ac_cv_path_EGREP="$GREP -E"
3989 + # Extract the first word of "egrep" to use in msg output
3990 +if test -z "$EGREP"; then
3991 +set dummy egrep; ac_prog_name=$2
3992 +if test "${ac_cv_path_EGREP+set}" = set; then
3993 + echo $ECHO_N "(cached) $ECHO_C" >&6
3995 + ac_path_EGREP_found=false
3996 +# Loop through the user's path and test for each of PROGNAME-LIST
3997 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3998 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4001 + test -z "$as_dir" && as_dir=.
4002 + for ac_prog in egrep; do
4003 + for ac_exec_ext in '' $ac_executable_extensions; do
4004 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4005 + { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
4006 + # Check for GNU ac_path_EGREP and select it if it is found.
4007 + # Check for GNU $ac_path_EGREP
4008 +case `"$ac_path_EGREP" --version 2>&1` in
4010 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4013 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4016 + cat "conftest.in" "conftest.in" >"conftest.tmp"
4017 + mv "conftest.tmp" "conftest.in"
4018 + cp "conftest.in" "conftest.nl"
4019 + echo 'EGREP' >> "conftest.nl"
4020 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4021 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4022 + ac_count=`expr $ac_count + 1`
4023 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4024 + # Best one so far, save it but keep looking for a better one
4025 + ac_cv_path_EGREP="$ac_path_EGREP"
4026 + ac_path_EGREP_max=$ac_count
4028 + # 10*(2^10) chars as input seems more than enough
4029 + test $ac_count -gt 10 && break
4031 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4035 + $ac_path_EGREP_found && break 3
4045 +EGREP="$ac_cv_path_EGREP"
4046 +if test -z "$EGREP"; then
4047 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4048 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4049 + { (exit 1); exit 1; }; }
4053 + ac_cv_path_EGREP=$EGREP
4059 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4060 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4061 - EGREP=$ac_cv_prog_egrep
4062 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4063 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4064 + EGREP="$ac_cv_path_EGREP"
4067 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4068 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4069 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4070 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4071 if test "${ac_cv_header_stdc+set}" = set; then
4072 echo $ECHO_N "(cached) $ECHO_C" >&6
4074 @@ -3390,24 +4126,36 @@
4077 rm -f conftest.$ac_objext
4078 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4079 - (eval $ac_compile) 2>conftest.er1
4080 +if { (ac_try="$ac_compile"
4081 +case "(($ac_try" in
4082 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4083 + *) ac_try_echo=$ac_try;;
4085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4086 + (eval "$ac_compile") 2>conftest.er1
4088 grep -v '^ *+' conftest.er1 >conftest.err
4090 cat conftest.err >&5
4091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4092 (exit $ac_status); } &&
4093 - { ac_try='test -z "$ac_c_werror_flag"
4094 - || test ! -s conftest.err'
4095 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4096 - (eval $ac_try) 2>&5
4097 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4098 + { (case "(($ac_try" in
4099 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4100 + *) ac_try_echo=$ac_try;;
4102 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4103 + (eval "$ac_try") 2>&5
4105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4106 (exit $ac_status); }; } &&
4107 { ac_try='test -s conftest.$ac_objext'
4108 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4109 - (eval $ac_try) 2>&5
4110 + { (case "(($ac_try" in
4111 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4112 + *) ac_try_echo=$ac_try;;
4114 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4115 + (eval "$ac_try") 2>&5
4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4118 (exit $ac_status); }; }; then
4119 @@ -3416,9 +4164,10 @@
4120 echo "$as_me: failed program was:" >&5
4121 sed 's/^/| /' conftest.$ac_ext >&5
4123 -ac_cv_header_stdc=no
4124 + ac_cv_header_stdc=no
4126 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4128 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4130 if test $ac_cv_header_stdc = yes; then
4131 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4132 @@ -3474,6 +4223,7 @@
4133 cat >>conftest.$ac_ext <<_ACEOF
4134 /* end confdefs.h. */
4136 +#include <stdlib.h>
4137 #if ((' ' & 0x0FF) == 0x020)
4138 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4139 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4140 @@ -3493,18 +4243,27 @@
4141 for (i = 0; i < 256; i++)
4142 if (XOR (islower (i), ISLOWER (i))
4143 || toupper (i) != TOUPPER (i))
4150 rm -f conftest$ac_exeext
4151 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4152 - (eval $ac_link) 2>&5
4153 +if { (ac_try="$ac_link"
4154 +case "(($ac_try" in
4155 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4156 + *) ac_try_echo=$ac_try;;
4158 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4159 + (eval "$ac_link") 2>&5
4161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4162 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4163 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4164 - (eval $ac_try) 2>&5
4165 + { (case "(($ac_try" in
4166 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4167 + *) ac_try_echo=$ac_try;;
4169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4170 + (eval "$ac_try") 2>&5
4172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173 (exit $ac_status); }; }; then
4174 @@ -3517,12 +4276,14 @@
4176 ac_cv_header_stdc=no
4178 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4179 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4185 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4186 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
4187 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4188 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
4189 if test $ac_cv_header_stdc = yes; then
4191 cat >>confdefs.h <<\_ACEOF
4192 @@ -3545,9 +4306,9 @@
4193 inttypes.h stdint.h unistd.h
4195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4196 -echo "$as_me:$LINENO: checking for $ac_header" >&5
4197 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4198 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
4199 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4200 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4201 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4202 echo $ECHO_N "(cached) $ECHO_C" >&6
4204 cat >conftest.$ac_ext <<_ACEOF
4205 @@ -3561,24 +4322,36 @@
4206 #include <$ac_header>
4208 rm -f conftest.$ac_objext
4209 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4210 - (eval $ac_compile) 2>conftest.er1
4211 +if { (ac_try="$ac_compile"
4212 +case "(($ac_try" in
4213 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4214 + *) ac_try_echo=$ac_try;;
4216 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4217 + (eval "$ac_compile") 2>conftest.er1
4219 grep -v '^ *+' conftest.er1 >conftest.err
4221 cat conftest.err >&5
4222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4223 (exit $ac_status); } &&
4224 - { ac_try='test -z "$ac_c_werror_flag"
4225 - || test ! -s conftest.err'
4226 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4227 - (eval $ac_try) 2>&5
4228 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4229 + { (case "(($ac_try" in
4230 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4231 + *) ac_try_echo=$ac_try;;
4233 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4234 + (eval "$ac_try") 2>&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); }; } &&
4238 { ac_try='test -s conftest.$ac_objext'
4239 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4240 - (eval $ac_try) 2>&5
4241 + { (case "(($ac_try" in
4242 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4243 + *) ac_try_echo=$ac_try;;
4245 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4246 + (eval "$ac_try") 2>&5
4248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4249 (exit $ac_status); }; }; then
4250 @@ -3587,12 +4360,14 @@
4251 echo "$as_me: failed program was:" >&5
4252 sed 's/^/| /' conftest.$ac_ext >&5
4254 -eval "$as_ac_Header=no"
4255 + eval "$as_ac_Header=no"
4257 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4259 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4261 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4262 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4263 +ac_res=`eval echo '${'$as_ac_Header'}'`
4264 + { echo "$as_me:$LINENO: result: $ac_res" >&5
4265 +echo "${ECHO_T}$ac_res" >&6; }
4266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4267 cat >>confdefs.h <<_ACEOF
4268 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4269 @@ -3615,18 +4390,19 @@
4270 for ac_header in string.h
4272 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4273 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
4274 - echo "$as_me:$LINENO: checking for $ac_header" >&5
4275 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4276 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
4277 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4278 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
4279 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4280 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4281 echo $ECHO_N "(cached) $ECHO_C" >&6
4283 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4284 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4285 +ac_res=`eval echo '${'$as_ac_Header'}'`
4286 + { echo "$as_me:$LINENO: result: $ac_res" >&5
4287 +echo "${ECHO_T}$ac_res" >&6; }
4289 # Is the header compilable?
4290 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
4291 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4292 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
4293 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
4294 cat >conftest.$ac_ext <<_ACEOF
4297 @@ -3637,24 +4413,36 @@
4298 #include <$ac_header>
4300 rm -f conftest.$ac_objext
4301 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4302 - (eval $ac_compile) 2>conftest.er1
4303 +if { (ac_try="$ac_compile"
4304 +case "(($ac_try" in
4305 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4306 + *) ac_try_echo=$ac_try;;
4308 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4309 + (eval "$ac_compile") 2>conftest.er1
4311 grep -v '^ *+' conftest.er1 >conftest.err
4313 cat conftest.err >&5
4314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4315 (exit $ac_status); } &&
4316 - { ac_try='test -z "$ac_c_werror_flag"
4317 - || test ! -s conftest.err'
4318 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4319 - (eval $ac_try) 2>&5
4320 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4321 + { (case "(($ac_try" in
4322 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4323 + *) ac_try_echo=$ac_try;;
4325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4326 + (eval "$ac_try") 2>&5
4328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4329 (exit $ac_status); }; } &&
4330 { ac_try='test -s conftest.$ac_objext'
4331 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4332 - (eval $ac_try) 2>&5
4333 + { (case "(($ac_try" in
4334 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4335 + *) ac_try_echo=$ac_try;;
4337 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4338 + (eval "$ac_try") 2>&5
4340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4341 (exit $ac_status); }; }; then
4342 @@ -3663,15 +4451,16 @@
4343 echo "$as_me: failed program was:" >&5
4344 sed 's/^/| /' conftest.$ac_ext >&5
4346 -ac_header_compiler=no
4347 + ac_header_compiler=no
4349 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4350 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4351 -echo "${ECHO_T}$ac_header_compiler" >&6
4353 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4354 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4355 +echo "${ECHO_T}$ac_header_compiler" >&6; }
4357 # Is the header present?
4358 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
4359 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4360 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
4361 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
4362 cat >conftest.$ac_ext <<_ACEOF
4365 @@ -3680,8 +4469,13 @@
4366 /* end confdefs.h. */
4367 #include <$ac_header>
4369 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4370 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4371 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4372 +case "(($ac_try" in
4373 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 + *) ac_try_echo=$ac_try;;
4376 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4377 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4379 grep -v '^ *+' conftest.er1 >conftest.err
4381 @@ -3705,9 +4499,10 @@
4383 ac_header_preproc=no
4386 rm -f conftest.err conftest.$ac_ext
4387 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4388 -echo "${ECHO_T}$ac_header_preproc" >&6
4389 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4390 +echo "${ECHO_T}$ac_header_preproc" >&6; }
4392 # So? What about this header?
4393 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4394 @@ -3731,25 +4526,19 @@
4395 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4396 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4397 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4400 -## ------------------------------------------ ##
4401 -## Report this to the AC_PACKAGE_NAME lists. ##
4402 -## ------------------------------------------ ##
4405 - sed "s/^/$as_me: WARNING: /" >&2
4409 -echo "$as_me:$LINENO: checking for $ac_header" >&5
4410 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4411 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
4412 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4413 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4414 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4415 echo $ECHO_N "(cached) $ECHO_C" >&6
4417 eval "$as_ac_Header=\$ac_header_preproc"
4419 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4420 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4421 +ac_res=`eval echo '${'$as_ac_Header'}'`
4422 + { echo "$as_me:$LINENO: result: $ac_res" >&5
4423 +echo "${ECHO_T}$ac_res" >&6; }
4426 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4427 @@ -3772,8 +4561,8 @@
4428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4431 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4432 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4433 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4434 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4435 # On Suns, sometimes $CPP names a directory.
4436 if test -n "$CPP" && test -d "$CPP"; then
4438 @@ -3807,8 +4596,13 @@
4442 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4443 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4444 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4445 +case "(($ac_try" in
4446 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4447 + *) ac_try_echo=$ac_try;;
4449 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4450 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4452 grep -v '^ *+' conftest.er1 >conftest.err
4454 @@ -3833,9 +4627,10 @@
4455 # Broken: fails on valid input.
4459 rm -f conftest.err conftest.$ac_ext
4461 - # OK, works on sane cases. Now check whether non-existent headers
4462 + # OK, works on sane cases. Now check whether nonexistent headers
4463 # can be detected and how.
4464 cat >conftest.$ac_ext <<_ACEOF
4466 @@ -3845,8 +4640,13 @@
4467 /* end confdefs.h. */
4468 #include <ac_nonexistent.h>
4470 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4471 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4472 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4473 +case "(($ac_try" in
4474 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475 + *) ac_try_echo=$ac_try;;
4477 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4480 grep -v '^ *+' conftest.er1 >conftest.err
4482 @@ -3873,6 +4673,7 @@
4487 rm -f conftest.err conftest.$ac_ext
4490 @@ -3890,8 +4691,8 @@
4494 -echo "$as_me:$LINENO: result: $CPP" >&5
4495 -echo "${ECHO_T}$CPP" >&6
4496 +{ echo "$as_me:$LINENO: result: $CPP" >&5
4497 +echo "${ECHO_T}$CPP" >&6; }
4499 for ac_c_preproc_warn_flag in '' yes
4501 @@ -3914,8 +4715,13 @@
4505 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4506 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4507 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4508 +case "(($ac_try" in
4509 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4510 + *) ac_try_echo=$ac_try;;
4512 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4513 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4515 grep -v '^ *+' conftest.er1 >conftest.err
4517 @@ -3940,9 +4746,10 @@
4518 # Broken: fails on valid input.
4522 rm -f conftest.err conftest.$ac_ext
4524 - # OK, works on sane cases. Now check whether non-existent headers
4525 + # OK, works on sane cases. Now check whether nonexistent headers
4526 # can be detected and how.
4527 cat >conftest.$ac_ext <<_ACEOF
4529 @@ -3952,8 +4759,13 @@
4530 /* end confdefs.h. */
4531 #include <ac_nonexistent.h>
4533 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4534 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4535 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4536 +case "(($ac_try" in
4537 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4538 + *) ac_try_echo=$ac_try;;
4540 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4541 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4543 grep -v '^ *+' conftest.er1 >conftest.err
4545 @@ -3980,6 +4792,7 @@
4550 rm -f conftest.err conftest.$ac_ext
4553 @@ -4001,32 +4814,33 @@
4554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4557 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4558 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4559 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4560 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4561 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4562 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
4563 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4564 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
4565 echo $ECHO_N "(cached) $ECHO_C" >&6
4567 cat >conftest.make <<\_ACEOF
4570 - @echo 'ac_maketemp="$(MAKE)"'
4571 + @echo '@@@%%%=$(MAKE)=@@@%%%'
4573 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4574 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4575 -if test -n "$ac_maketemp"; then
4576 - eval ac_cv_prog_make_${ac_make}_set=yes
4578 - eval ac_cv_prog_make_${ac_make}_set=no
4580 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4581 + *@@@%%%=?*=@@@%%%*)
4582 + eval ac_cv_prog_make_${ac_make}_set=yes;;
4584 + eval ac_cv_prog_make_${ac_make}_set=no;;
4588 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4589 - echo "$as_me:$LINENO: result: yes" >&5
4590 -echo "${ECHO_T}yes" >&6
4591 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4592 + { echo "$as_me:$LINENO: result: yes" >&5
4593 +echo "${ECHO_T}yes" >&6; }
4596 - echo "$as_me:$LINENO: result: no" >&5
4597 -echo "${ECHO_T}no" >&6
4598 + { echo "$as_me:$LINENO: result: no" >&5
4599 +echo "${ECHO_T}no" >&6; }
4600 SET_MAKE="MAKE=${MAKE-make}"
4603 @@ -4043,8 +4857,8 @@
4604 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4605 # OS/2's system install, which has a completely different semantic
4606 # ./install, which can be erroneously created by make from ./install.sh.
4607 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4608 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4609 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4610 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4611 if test -z "$INSTALL"; then
4612 if test "${ac_cv_path_install+set}" = set; then
4613 echo $ECHO_N "(cached) $ECHO_C" >&6
4614 @@ -4066,7 +4880,7 @@
4616 for ac_prog in ginstall scoinst install; do
4617 for ac_exec_ext in '' $ac_executable_extensions; do
4618 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4619 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
4620 if test $ac_prog = install &&
4621 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4622 # AIX install. It has an incompatible calling convention.
4623 @@ -4085,21 +4899,22 @@
4631 if test "${ac_cv_path_install+set}" = set; then
4632 INSTALL=$ac_cv_path_install
4634 - # As a last resort, use the slow shell script. We don't cache a
4635 - # path for INSTALL within a source directory, because that will
4636 + # As a last resort, use the slow shell script. Don't cache a
4637 + # value for INSTALL within a source directory, because that will
4638 # break other packages using the cache if that directory is
4639 - # removed, or if the path is relative.
4640 + # removed, or if the value is a relative name.
4641 INSTALL=$ac_install_sh
4644 -echo "$as_me:$LINENO: result: $INSTALL" >&5
4645 -echo "${ECHO_T}$INSTALL" >&6
4646 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
4647 +echo "${ECHO_T}$INSTALL" >&6; }
4649 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4650 # It thinks the first close brace ends the variable substitution.
4651 @@ -4112,8 +4927,8 @@
4652 if test -n "$ac_tool_prefix"; then
4653 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4654 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4655 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4656 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4657 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4658 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4659 if test "${ac_cv_prog_RANLIB+set}" = set; then
4660 echo $ECHO_N "(cached) $ECHO_C" >&6
4662 @@ -4126,32 +4941,34 @@
4664 test -z "$as_dir" && as_dir=.
4665 for ac_exec_ext in '' $ac_executable_extensions; do
4666 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4667 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4668 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4678 RANLIB=$ac_cv_prog_RANLIB
4679 if test -n "$RANLIB"; then
4680 - echo "$as_me:$LINENO: result: $RANLIB" >&5
4681 -echo "${ECHO_T}$RANLIB" >&6
4682 + { echo "$as_me:$LINENO: result: $RANLIB" >&5
4683 +echo "${ECHO_T}$RANLIB" >&6; }
4685 - echo "$as_me:$LINENO: result: no" >&5
4686 -echo "${ECHO_T}no" >&6
4687 + { echo "$as_me:$LINENO: result: no" >&5
4688 +echo "${ECHO_T}no" >&6; }
4693 if test -z "$ac_cv_prog_RANLIB"; then
4694 ac_ct_RANLIB=$RANLIB
4695 # Extract the first word of "ranlib", so it can be a program name with args.
4696 set dummy ranlib; ac_word=$2
4697 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4698 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4699 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4700 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4701 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4702 echo $ECHO_N "(cached) $ECHO_C" >&6
4704 @@ -4164,27 +4981,41 @@
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4709 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4710 ac_cv_prog_ac_ct_RANLIB="ranlib"
4711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4718 - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4721 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4722 if test -n "$ac_ct_RANLIB"; then
4723 - echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4724 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
4725 + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4726 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4728 - echo "$as_me:$LINENO: result: no" >&5
4729 -echo "${ECHO_T}no" >&6
4730 + { echo "$as_me:$LINENO: result: no" >&5
4731 +echo "${ECHO_T}no" >&6; }
4734 - RANLIB=$ac_ct_RANLIB
4735 + if test "x$ac_ct_RANLIB" = x; then
4738 + case $cross_compiling:$ac_tool_warned in
4740 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4741 +whose name does not start with the host triplet. If you think this
4742 +configuration is useful to you, please write to autoconf@gnu.org." >&5
4743 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4744 +whose name does not start with the host triplet. If you think this
4745 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4746 +ac_tool_warned=yes ;;
4748 + RANLIB=$ac_ct_RANLIB
4751 RANLIB="$ac_cv_prog_RANLIB"
4753 @@ -4192,8 +5023,8 @@
4754 if test -n "$ac_tool_prefix"; then
4755 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4756 set dummy ${ac_tool_prefix}ar; ac_word=$2
4757 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4758 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4759 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4760 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4761 if test "${ac_cv_prog_AR+set}" = set; then
4762 echo $ECHO_N "(cached) $ECHO_C" >&6
4764 @@ -4206,32 +5037,34 @@
4766 test -z "$as_dir" && as_dir=.
4767 for ac_exec_ext in '' $ac_executable_extensions; do
4768 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4769 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4770 ac_cv_prog_AR="${ac_tool_prefix}ar"
4771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4781 if test -n "$AR"; then
4782 - echo "$as_me:$LINENO: result: $AR" >&5
4783 -echo "${ECHO_T}$AR" >&6
4784 + { echo "$as_me:$LINENO: result: $AR" >&5
4785 +echo "${ECHO_T}$AR" >&6; }
4787 - echo "$as_me:$LINENO: result: no" >&5
4788 -echo "${ECHO_T}no" >&6
4789 + { echo "$as_me:$LINENO: result: no" >&5
4790 +echo "${ECHO_T}no" >&6; }
4795 if test -z "$ac_cv_prog_AR"; then
4797 # Extract the first word of "ar", so it can be a program name with args.
4798 set dummy ar; ac_word=$2
4799 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4800 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4801 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4802 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4803 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4804 echo $ECHO_N "(cached) $ECHO_C" >&6
4806 @@ -4244,34 +5077,48 @@
4808 test -z "$as_dir" && as_dir=.
4809 for ac_exec_ext in '' $ac_executable_extensions; do
4810 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4811 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4812 ac_cv_prog_ac_ct_AR="ar"
4813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4820 - test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
4823 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4824 if test -n "$ac_ct_AR"; then
4825 - echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4826 -echo "${ECHO_T}$ac_ct_AR" >&6
4827 + { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4828 +echo "${ECHO_T}$ac_ct_AR" >&6; }
4830 - echo "$as_me:$LINENO: result: no" >&5
4831 -echo "${ECHO_T}no" >&6
4832 + { echo "$as_me:$LINENO: result: no" >&5
4833 +echo "${ECHO_T}no" >&6; }
4837 + if test "x$ac_ct_AR" = x; then
4840 + case $cross_compiling:$ac_tool_warned in
4842 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4843 +whose name does not start with the host triplet. If you think this
4844 +configuration is useful to you, please write to autoconf@gnu.org." >&5
4845 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4846 +whose name does not start with the host triplet. If you think this
4847 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4848 +ac_tool_warned=yes ;;
4857 -echo "$as_me:$LINENO: checking for inline" >&5
4858 -echo $ECHO_N "checking for inline... $ECHO_C" >&6
4859 +{ echo "$as_me:$LINENO: checking for inline" >&5
4860 +echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
4861 if test "${ac_cv_c_inline+set}" = set; then
4862 echo $ECHO_N "(cached) $ECHO_C" >&6
4864 @@ -4291,39 +5138,54 @@
4867 rm -f conftest.$ac_objext
4868 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4869 - (eval $ac_compile) 2>conftest.er1
4870 +if { (ac_try="$ac_compile"
4871 +case "(($ac_try" in
4872 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4873 + *) ac_try_echo=$ac_try;;
4875 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4876 + (eval "$ac_compile") 2>conftest.er1
4878 grep -v '^ *+' conftest.er1 >conftest.err
4880 cat conftest.err >&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882 (exit $ac_status); } &&
4883 - { ac_try='test -z "$ac_c_werror_flag"
4884 - || test ! -s conftest.err'
4885 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4886 - (eval $ac_try) 2>&5
4887 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4888 + { (case "(($ac_try" in
4889 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4890 + *) ac_try_echo=$ac_try;;
4892 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4893 + (eval "$ac_try") 2>&5
4895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896 (exit $ac_status); }; } &&
4897 { ac_try='test -s conftest.$ac_objext'
4898 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4899 - (eval $ac_try) 2>&5
4900 + { (case "(($ac_try" in
4901 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4902 + *) ac_try_echo=$ac_try;;
4904 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4905 + (eval "$ac_try") 2>&5
4907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4908 (exit $ac_status); }; }; then
4909 - ac_cv_c_inline=$ac_kw; break
4910 + ac_cv_c_inline=$ac_kw
4912 echo "$as_me: failed program was:" >&5
4913 sed 's/^/| /' conftest.$ac_ext >&5
4917 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4919 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4920 + test "$ac_cv_c_inline" != no && break
4924 -echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
4925 -echo "${ECHO_T}$ac_cv_c_inline" >&6
4926 +{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
4927 +echo "${ECHO_T}$ac_cv_c_inline" >&6; }
4930 case $ac_cv_c_inline in
4931 @@ -4341,8 +5203,8 @@
4935 -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
4936 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4937 +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
4938 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
4939 if test "${ac_cv_c_const+set}" = set; then
4940 echo $ECHO_N "(cached) $ECHO_C" >&6
4942 @@ -4382,6 +5244,7 @@
4943 char const *s = 0 ? (char *) 0 : (char const *) 0;
4948 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
4950 @@ -4400,7 +5263,9 @@
4952 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4954 + if (!foo) return 0;
4956 + return !x[0] && !zero.x;
4960 @@ -4408,24 +5273,36 @@
4963 rm -f conftest.$ac_objext
4964 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4965 - (eval $ac_compile) 2>conftest.er1
4966 +if { (ac_try="$ac_compile"
4967 +case "(($ac_try" in
4968 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4969 + *) ac_try_echo=$ac_try;;
4971 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4972 + (eval "$ac_compile") 2>conftest.er1
4974 grep -v '^ *+' conftest.er1 >conftest.err
4976 cat conftest.err >&5
4977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4978 (exit $ac_status); } &&
4979 - { ac_try='test -z "$ac_c_werror_flag"
4980 - || test ! -s conftest.err'
4981 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4982 - (eval $ac_try) 2>&5
4983 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4984 + { (case "(($ac_try" in
4985 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4986 + *) ac_try_echo=$ac_try;;
4988 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4989 + (eval "$ac_try") 2>&5
4991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4992 (exit $ac_status); }; } &&
4993 { ac_try='test -s conftest.$ac_objext'
4994 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4995 - (eval $ac_try) 2>&5
4996 + { (case "(($ac_try" in
4997 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4998 + *) ac_try_echo=$ac_try;;
5000 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5001 + (eval "$ac_try") 2>&5
5003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004 (exit $ac_status); }; }; then
5005 @@ -4434,12 +5311,13 @@
5006 echo "$as_me: failed program was:" >&5
5007 sed 's/^/| /' conftest.$ac_ext >&5
5012 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5014 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5016 -echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5017 -echo "${ECHO_T}$ac_cv_c_const" >&6
5018 +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5019 +echo "${ECHO_T}$ac_cv_c_const" >&6; }
5020 if test $ac_cv_c_const = no; then
5022 cat >>confdefs.h <<\_ACEOF
5023 @@ -4449,15 +5327,15 @@
5027 -# Check whether --enable-largefile or --disable-largefile was given.
5028 +# Check whether --enable-largefile was given.
5029 if test "${enable_largefile+set}" = set; then
5030 - enableval="$enable_largefile"
5031 + enableval=$enable_largefile;
5035 if test "$enable_largefile" != no; then
5037 - echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5038 -echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
5039 + { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5040 +echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5041 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5042 echo $ECHO_N "(cached) $ECHO_C" >&6
5044 @@ -4465,8 +5343,8 @@
5045 if test "$GCC" != yes; then
5048 - # IRIX 6.2 and later do not support large files by default,
5049 - # so use the C compiler's -n32 option if that helps.
5050 + # IRIX 6.2 and later do not support large files by default,
5051 + # so use the C compiler's -n32 option if that helps.
5052 cat >conftest.$ac_ext <<_ACEOF
5055 @@ -4490,25 +5368,37 @@
5059 - rm -f conftest.$ac_objext
5060 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5061 - (eval $ac_compile) 2>conftest.er1
5062 + rm -f conftest.$ac_objext
5063 +if { (ac_try="$ac_compile"
5064 +case "(($ac_try" in
5065 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5066 + *) ac_try_echo=$ac_try;;
5068 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5069 + (eval "$ac_compile") 2>conftest.er1
5071 grep -v '^ *+' conftest.er1 >conftest.err
5073 cat conftest.err >&5
5074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5075 (exit $ac_status); } &&
5076 - { ac_try='test -z "$ac_c_werror_flag"
5077 - || test ! -s conftest.err'
5078 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5079 - (eval $ac_try) 2>&5
5080 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5081 + { (case "(($ac_try" in
5082 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5083 + *) ac_try_echo=$ac_try;;
5085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5086 + (eval "$ac_try") 2>&5
5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5089 (exit $ac_status); }; } &&
5090 { ac_try='test -s conftest.$ac_objext'
5091 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5092 - (eval $ac_try) 2>&5
5093 + { (case "(($ac_try" in
5094 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5095 + *) ac_try_echo=$ac_try;;
5097 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5098 + (eval "$ac_try") 2>&5
5100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5101 (exit $ac_status); }; }; then
5102 @@ -4517,28 +5407,42 @@
5103 echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5108 -rm -f conftest.err conftest.$ac_objext
5110 - rm -f conftest.$ac_objext
5111 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5112 - (eval $ac_compile) 2>conftest.er1
5114 +rm -f core conftest.err conftest.$ac_objext
5116 + rm -f conftest.$ac_objext
5117 +if { (ac_try="$ac_compile"
5118 +case "(($ac_try" in
5119 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5120 + *) ac_try_echo=$ac_try;;
5122 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5123 + (eval "$ac_compile") 2>conftest.er1
5125 grep -v '^ *+' conftest.er1 >conftest.err
5127 cat conftest.err >&5
5128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5129 (exit $ac_status); } &&
5130 - { ac_try='test -z "$ac_c_werror_flag"
5131 - || test ! -s conftest.err'
5132 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5133 - (eval $ac_try) 2>&5
5134 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5135 + { (case "(($ac_try" in
5136 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5137 + *) ac_try_echo=$ac_try;;
5139 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5140 + (eval "$ac_try") 2>&5
5142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5143 (exit $ac_status); }; } &&
5144 { ac_try='test -s conftest.$ac_objext'
5145 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5146 - (eval $ac_try) 2>&5
5147 + { (case "(($ac_try" in
5148 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5149 + *) ac_try_echo=$ac_try;;
5151 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5152 + (eval "$ac_try") 2>&5
5154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5155 (exit $ac_status); }; }; then
5156 @@ -4547,22 +5451,24 @@
5157 echo "$as_me: failed program was:" >&5
5158 sed 's/^/| /' conftest.$ac_ext >&5
5162 -rm -f conftest.err conftest.$ac_objext
5164 +rm -f core conftest.err conftest.$ac_objext
5168 rm -f conftest.$ac_ext
5171 -echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5172 -echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
5173 +{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5174 +echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5175 if test "$ac_cv_sys_largefile_CC" != no; then
5176 CC=$CC$ac_cv_sys_largefile_CC
5179 - echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5180 -echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
5181 + { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5182 +echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5183 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5184 echo $ECHO_N "(cached) $ECHO_C" >&6
5186 @@ -4592,24 +5498,36 @@
5189 rm -f conftest.$ac_objext
5190 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5191 - (eval $ac_compile) 2>conftest.er1
5192 +if { (ac_try="$ac_compile"
5193 +case "(($ac_try" in
5194 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5195 + *) ac_try_echo=$ac_try;;
5197 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5198 + (eval "$ac_compile") 2>conftest.er1
5200 grep -v '^ *+' conftest.er1 >conftest.err
5202 cat conftest.err >&5
5203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5204 (exit $ac_status); } &&
5205 - { ac_try='test -z "$ac_c_werror_flag"
5206 - || test ! -s conftest.err'
5207 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5208 - (eval $ac_try) 2>&5
5209 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5210 + { (case "(($ac_try" in
5211 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5212 + *) ac_try_echo=$ac_try;;
5214 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5215 + (eval "$ac_try") 2>&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); }; } &&
5219 { ac_try='test -s conftest.$ac_objext'
5220 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5221 - (eval $ac_try) 2>&5
5222 + { (case "(($ac_try" in
5223 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5224 + *) ac_try_echo=$ac_try;;
5226 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 + (eval "$ac_try") 2>&5
5229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); }; }; then
5231 @@ -4618,8 +5536,10 @@
5232 echo "$as_me: failed program was:" >&5
5233 sed 's/^/| /' conftest.$ac_ext >&5
5237 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5239 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5240 cat >conftest.$ac_ext <<_ACEOF
5243 @@ -4645,24 +5565,36 @@
5246 rm -f conftest.$ac_objext
5247 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5248 - (eval $ac_compile) 2>conftest.er1
5249 +if { (ac_try="$ac_compile"
5250 +case "(($ac_try" in
5251 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5252 + *) ac_try_echo=$ac_try;;
5254 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5255 + (eval "$ac_compile") 2>conftest.er1
5257 grep -v '^ *+' conftest.er1 >conftest.err
5259 cat conftest.err >&5
5260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261 (exit $ac_status); } &&
5262 - { ac_try='test -z "$ac_c_werror_flag"
5263 - || test ! -s conftest.err'
5264 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5265 - (eval $ac_try) 2>&5
5266 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5267 + { (case "(($ac_try" in
5268 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5269 + *) ac_try_echo=$ac_try;;
5271 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5272 + (eval "$ac_try") 2>&5
5274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5275 (exit $ac_status); }; } &&
5276 { ac_try='test -s conftest.$ac_objext'
5277 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5278 - (eval $ac_try) 2>&5
5279 + { (case "(($ac_try" in
5280 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5281 + *) ac_try_echo=$ac_try;;
5283 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5284 + (eval "$ac_try") 2>&5
5286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5287 (exit $ac_status); }; }; then
5288 @@ -4671,13 +5603,15 @@
5289 echo "$as_me: failed program was:" >&5
5290 sed 's/^/| /' conftest.$ac_ext >&5
5294 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5296 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5300 -echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5301 -echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
5302 +{ echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5303 +echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5304 if test "$ac_cv_sys_file_offset_bits" != no; then
5306 cat >>confdefs.h <<_ACEOF
5307 @@ -4686,8 +5620,8 @@
5311 - echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5312 -echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
5313 + { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5314 +echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5315 if test "${ac_cv_sys_large_files+set}" = set; then
5316 echo $ECHO_N "(cached) $ECHO_C" >&6
5318 @@ -4717,24 +5651,36 @@
5321 rm -f conftest.$ac_objext
5322 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5323 - (eval $ac_compile) 2>conftest.er1
5324 +if { (ac_try="$ac_compile"
5325 +case "(($ac_try" in
5326 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5327 + *) ac_try_echo=$ac_try;;
5329 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5330 + (eval "$ac_compile") 2>conftest.er1
5332 grep -v '^ *+' conftest.er1 >conftest.err
5334 cat conftest.err >&5
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336 (exit $ac_status); } &&
5337 - { ac_try='test -z "$ac_c_werror_flag"
5338 - || test ! -s conftest.err'
5339 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5340 - (eval $ac_try) 2>&5
5341 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5342 + { (case "(($ac_try" in
5343 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5344 + *) ac_try_echo=$ac_try;;
5346 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5347 + (eval "$ac_try") 2>&5
5349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350 (exit $ac_status); }; } &&
5351 { ac_try='test -s conftest.$ac_objext'
5352 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5353 - (eval $ac_try) 2>&5
5354 + { (case "(($ac_try" in
5355 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5356 + *) ac_try_echo=$ac_try;;
5358 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5359 + (eval "$ac_try") 2>&5
5361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5362 (exit $ac_status); }; }; then
5363 @@ -4743,8 +5689,10 @@
5364 echo "$as_me: failed program was:" >&5
5365 sed 's/^/| /' conftest.$ac_ext >&5
5369 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5371 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5372 cat >conftest.$ac_ext <<_ACEOF
5375 @@ -4770,24 +5718,36 @@
5378 rm -f conftest.$ac_objext
5379 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5380 - (eval $ac_compile) 2>conftest.er1
5381 +if { (ac_try="$ac_compile"
5382 +case "(($ac_try" in
5383 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5384 + *) ac_try_echo=$ac_try;;
5386 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5387 + (eval "$ac_compile") 2>conftest.er1
5389 grep -v '^ *+' conftest.er1 >conftest.err
5391 cat conftest.err >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5393 (exit $ac_status); } &&
5394 - { ac_try='test -z "$ac_c_werror_flag"
5395 - || test ! -s conftest.err'
5396 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5397 - (eval $ac_try) 2>&5
5398 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5399 + { (case "(($ac_try" in
5400 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5401 + *) ac_try_echo=$ac_try;;
5403 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5404 + (eval "$ac_try") 2>&5
5406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); }; } &&
5408 { ac_try='test -s conftest.$ac_objext'
5409 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5410 - (eval $ac_try) 2>&5
5411 + { (case "(($ac_try" in
5412 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5413 + *) ac_try_echo=$ac_try;;
5415 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5416 + (eval "$ac_try") 2>&5
5418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5419 (exit $ac_status); }; }; then
5420 @@ -4796,13 +5756,15 @@
5421 echo "$as_me: failed program was:" >&5
5422 sed 's/^/| /' conftest.$ac_ext >&5
5426 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5428 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5432 -echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5433 -echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5434 +{ echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5435 +echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5436 if test "$ac_cv_sys_large_files" != no; then
5438 cat >>confdefs.h <<_ACEOF
5439 @@ -4813,8 +5775,8 @@
5443 -echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5444 -echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
5445 +{ echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5446 +echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
5447 if test "${ac_cv_sys_largefile_source+set}" = set; then
5448 echo $ECHO_N "(cached) $ECHO_C" >&6
5450 @@ -4836,24 +5798,36 @@
5453 rm -f conftest.$ac_objext
5454 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5455 - (eval $ac_compile) 2>conftest.er1
5456 +if { (ac_try="$ac_compile"
5457 +case "(($ac_try" in
5458 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5459 + *) ac_try_echo=$ac_try;;
5461 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5462 + (eval "$ac_compile") 2>conftest.er1
5464 grep -v '^ *+' conftest.er1 >conftest.err
5466 cat conftest.err >&5
5467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); } &&
5469 - { ac_try='test -z "$ac_c_werror_flag"
5470 - || test ! -s conftest.err'
5471 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5472 - (eval $ac_try) 2>&5
5473 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5474 + { (case "(($ac_try" in
5475 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5476 + *) ac_try_echo=$ac_try;;
5478 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5479 + (eval "$ac_try") 2>&5
5481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5482 (exit $ac_status); }; } &&
5483 { ac_try='test -s conftest.$ac_objext'
5484 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5485 - (eval $ac_try) 2>&5
5486 + { (case "(($ac_try" in
5487 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5488 + *) ac_try_echo=$ac_try;;
5490 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 + (eval "$ac_try") 2>&5
5493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5494 (exit $ac_status); }; }; then
5495 @@ -4862,8 +5836,10 @@
5496 echo "$as_me: failed program was:" >&5
5497 sed 's/^/| /' conftest.$ac_ext >&5
5501 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5503 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5504 cat >conftest.$ac_ext <<_ACEOF
5507 @@ -4881,24 +5857,36 @@
5510 rm -f conftest.$ac_objext
5511 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5512 - (eval $ac_compile) 2>conftest.er1
5513 +if { (ac_try="$ac_compile"
5514 +case "(($ac_try" in
5515 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5516 + *) ac_try_echo=$ac_try;;
5518 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5519 + (eval "$ac_compile") 2>conftest.er1
5521 grep -v '^ *+' conftest.er1 >conftest.err
5523 cat conftest.err >&5
5524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525 (exit $ac_status); } &&
5526 - { ac_try='test -z "$ac_c_werror_flag"
5527 - || test ! -s conftest.err'
5528 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5529 - (eval $ac_try) 2>&5
5530 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5531 + { (case "(($ac_try" in
5532 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5533 + *) ac_try_echo=$ac_try;;
5535 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5536 + (eval "$ac_try") 2>&5
5538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539 (exit $ac_status); }; } &&
5540 { ac_try='test -s conftest.$ac_objext'
5541 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5542 - (eval $ac_try) 2>&5
5543 + { (case "(($ac_try" in
5544 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5545 + *) ac_try_echo=$ac_try;;
5547 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5548 + (eval "$ac_try") 2>&5
5550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); }; }; then
5552 @@ -4907,13 +5895,15 @@
5553 echo "$as_me: failed program was:" >&5
5554 sed 's/^/| /' conftest.$ac_ext >&5
5558 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5560 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5564 -echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
5565 -echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
5566 +{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
5567 +echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
5568 if test "$ac_cv_sys_largefile_source" != no; then
5570 cat >>confdefs.h <<_ACEOF
5571 @@ -4926,8 +5916,8 @@
5572 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
5573 # in glibc 2.1.3, but that breaks too many other things.
5574 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
5575 -echo "$as_me:$LINENO: checking for fseeko" >&5
5576 -echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
5577 +{ echo "$as_me:$LINENO: checking for fseeko" >&5
5578 +echo $ECHO_N "checking for fseeko... $ECHO_C" >&6; }
5579 if test "${ac_cv_func_fseeko+set}" = set; then
5580 echo $ECHO_N "(cached) $ECHO_C" >&6
5582 @@ -4947,24 +5937,36 @@
5585 rm -f conftest.$ac_objext conftest$ac_exeext
5586 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5587 - (eval $ac_link) 2>conftest.er1
5588 +if { (ac_try="$ac_link"
5589 +case "(($ac_try" in
5590 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5591 + *) ac_try_echo=$ac_try;;
5593 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5594 + (eval "$ac_link") 2>conftest.er1
5596 grep -v '^ *+' conftest.er1 >conftest.err
5598 cat conftest.err >&5
5599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5600 (exit $ac_status); } &&
5601 - { ac_try='test -z "$ac_c_werror_flag"
5602 - || test ! -s conftest.err'
5603 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5604 - (eval $ac_try) 2>&5
5605 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5606 + { (case "(($ac_try" in
5607 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5608 + *) ac_try_echo=$ac_try;;
5610 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5611 + (eval "$ac_try") 2>&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); }; } &&
5615 { ac_try='test -s conftest$ac_exeext'
5616 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5617 - (eval $ac_try) 2>&5
5618 + { (case "(($ac_try" in
5619 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5620 + *) ac_try_echo=$ac_try;;
5622 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5623 + (eval "$ac_try") 2>&5
5625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5626 (exit $ac_status); }; }; then
5627 @@ -4973,13 +5975,14 @@
5628 echo "$as_me: failed program was:" >&5
5629 sed 's/^/| /' conftest.$ac_ext >&5
5631 -ac_cv_func_fseeko=no
5632 + ac_cv_func_fseeko=no
5634 -rm -f conftest.err conftest.$ac_objext \
5636 +rm -f core conftest.err conftest.$ac_objext \
5637 conftest$ac_exeext conftest.$ac_ext
5639 -echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
5640 -echo "${ECHO_T}$ac_cv_func_fseeko" >&6
5641 +{ echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
5642 +echo "${ECHO_T}$ac_cv_func_fseeko" >&6; }
5643 if test $ac_cv_func_fseeko = yes; then
5645 cat >>confdefs.h <<\_ACEOF
5646 @@ -4988,8 +5991,8 @@
5650 -echo "$as_me:$LINENO: checking for off_t" >&5
5651 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5652 +{ echo "$as_me:$LINENO: checking for off_t" >&5
5653 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
5654 if test "${ac_cv_type_off_t+set}" = set; then
5655 echo $ECHO_N "(cached) $ECHO_C" >&6
5657 @@ -5000,36 +6003,49 @@
5658 cat >>conftest.$ac_ext <<_ACEOF
5659 /* end confdefs.h. */
5660 $ac_includes_default
5661 +typedef off_t ac__type_new_;
5666 +if ((ac__type_new_ *) 0)
5668 -if (sizeof (off_t))
5669 +if (sizeof (ac__type_new_))
5675 rm -f conftest.$ac_objext
5676 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5677 - (eval $ac_compile) 2>conftest.er1
5678 +if { (ac_try="$ac_compile"
5679 +case "(($ac_try" in
5680 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5681 + *) ac_try_echo=$ac_try;;
5683 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5684 + (eval "$ac_compile") 2>conftest.er1
5686 grep -v '^ *+' conftest.er1 >conftest.err
5688 cat conftest.err >&5
5689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5690 (exit $ac_status); } &&
5691 - { ac_try='test -z "$ac_c_werror_flag"
5692 - || test ! -s conftest.err'
5693 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5694 - (eval $ac_try) 2>&5
5695 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5696 + { (case "(($ac_try" in
5697 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5698 + *) ac_try_echo=$ac_try;;
5700 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5701 + (eval "$ac_try") 2>&5
5703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5704 (exit $ac_status); }; } &&
5705 { ac_try='test -s conftest.$ac_objext'
5706 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5707 - (eval $ac_try) 2>&5
5708 + { (case "(($ac_try" in
5709 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5710 + *) ac_try_echo=$ac_try;;
5712 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5713 + (eval "$ac_try") 2>&5
5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716 (exit $ac_status); }; }; then
5717 @@ -5038,20 +6054,21 @@
5718 echo "$as_me: failed program was:" >&5
5719 sed 's/^/| /' conftest.$ac_ext >&5
5721 -ac_cv_type_off_t=no
5722 + ac_cv_type_off_t=no
5724 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5726 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5728 -echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5729 -echo "${ECHO_T}$ac_cv_type_off_t" >&6
5730 +{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5731 +echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
5733 -echo "$as_me:$LINENO: checking size of off_t" >&5
5734 -echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
5735 +{ echo "$as_me:$LINENO: checking size of off_t" >&5
5736 +echo $ECHO_N "checking size of off_t... $ECHO_C" >&6; }
5737 if test "${ac_cv_sizeof_off_t+set}" = set; then
5738 echo $ECHO_N "(cached) $ECHO_C" >&6
5740 if test "$ac_cv_type_off_t" = yes; then
5741 - # The cast to unsigned long works around a bug in the HP C Compiler
5742 + # The cast to long int works around a bug in the HP C Compiler
5743 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5744 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5745 # This bug is HP SR number 8606223364.
5746 @@ -5064,10 +6081,11 @@
5747 cat >>conftest.$ac_ext <<_ACEOF
5748 /* end confdefs.h. */
5749 $ac_includes_default
5750 + typedef off_t ac__type_sizeof_;
5754 -static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= 0)];
5755 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
5759 @@ -5075,24 +6093,36 @@
5762 rm -f conftest.$ac_objext
5763 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5764 - (eval $ac_compile) 2>conftest.er1
5765 +if { (ac_try="$ac_compile"
5766 +case "(($ac_try" in
5767 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5768 + *) ac_try_echo=$ac_try;;
5770 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5771 + (eval "$ac_compile") 2>conftest.er1
5773 grep -v '^ *+' conftest.er1 >conftest.err
5775 cat conftest.err >&5
5776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5777 (exit $ac_status); } &&
5778 - { ac_try='test -z "$ac_c_werror_flag"
5779 - || test ! -s conftest.err'
5780 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5781 - (eval $ac_try) 2>&5
5782 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5783 + { (case "(($ac_try" in
5784 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5785 + *) ac_try_echo=$ac_try;;
5787 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5788 + (eval "$ac_try") 2>&5
5790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5791 (exit $ac_status); }; } &&
5792 { ac_try='test -s conftest.$ac_objext'
5793 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5794 - (eval $ac_try) 2>&5
5795 + { (case "(($ac_try" in
5796 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5797 + *) ac_try_echo=$ac_try;;
5799 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5800 + (eval "$ac_try") 2>&5
5802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5803 (exit $ac_status); }; }; then
5804 @@ -5105,10 +6135,11 @@
5805 cat >>conftest.$ac_ext <<_ACEOF
5806 /* end confdefs.h. */
5807 $ac_includes_default
5808 + typedef off_t ac__type_sizeof_;
5812 -static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
5813 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
5817 @@ -5116,24 +6147,36 @@
5820 rm -f conftest.$ac_objext
5821 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5822 - (eval $ac_compile) 2>conftest.er1
5823 +if { (ac_try="$ac_compile"
5824 +case "(($ac_try" in
5825 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5826 + *) ac_try_echo=$ac_try;;
5828 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5829 + (eval "$ac_compile") 2>conftest.er1
5831 grep -v '^ *+' conftest.er1 >conftest.err
5833 cat conftest.err >&5
5834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835 (exit $ac_status); } &&
5836 - { ac_try='test -z "$ac_c_werror_flag"
5837 - || test ! -s conftest.err'
5838 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839 - (eval $ac_try) 2>&5
5840 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5841 + { (case "(($ac_try" in
5842 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5843 + *) ac_try_echo=$ac_try;;
5845 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5846 + (eval "$ac_try") 2>&5
5848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849 (exit $ac_status); }; } &&
5850 { ac_try='test -s conftest.$ac_objext'
5851 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5852 - (eval $ac_try) 2>&5
5853 + { (case "(($ac_try" in
5854 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5855 + *) ac_try_echo=$ac_try;;
5857 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5858 + (eval "$ac_try") 2>&5
5860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861 (exit $ac_status); }; }; then
5862 @@ -5142,30 +6185,32 @@
5863 echo "$as_me: failed program was:" >&5
5864 sed 's/^/| /' conftest.$ac_ext >&5
5866 -ac_lo=`expr $ac_mid + 1`
5867 - if test $ac_lo -le $ac_mid; then
5871 - ac_mid=`expr 2 '*' $ac_mid + 1`
5872 + ac_lo=`expr $ac_mid + 1`
5873 + if test $ac_lo -le $ac_mid; then
5877 + ac_mid=`expr 2 '*' $ac_mid + 1`
5879 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5881 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5884 echo "$as_me: failed program was:" >&5
5885 sed 's/^/| /' conftest.$ac_ext >&5
5887 -cat >conftest.$ac_ext <<_ACEOF
5888 + cat >conftest.$ac_ext <<_ACEOF
5891 cat confdefs.h >>conftest.$ac_ext
5892 cat >>conftest.$ac_ext <<_ACEOF
5893 /* end confdefs.h. */
5894 $ac_includes_default
5895 + typedef off_t ac__type_sizeof_;
5899 -static int test_array [1 - 2 * !(((long) (sizeof (off_t))) < 0)];
5900 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
5904 @@ -5173,24 +6218,36 @@
5907 rm -f conftest.$ac_objext
5908 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5909 - (eval $ac_compile) 2>conftest.er1
5910 +if { (ac_try="$ac_compile"
5911 +case "(($ac_try" in
5912 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5913 + *) ac_try_echo=$ac_try;;
5915 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5916 + (eval "$ac_compile") 2>conftest.er1
5918 grep -v '^ *+' conftest.er1 >conftest.err
5920 cat conftest.err >&5
5921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5922 (exit $ac_status); } &&
5923 - { ac_try='test -z "$ac_c_werror_flag"
5924 - || test ! -s conftest.err'
5925 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5926 - (eval $ac_try) 2>&5
5927 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5928 + { (case "(($ac_try" in
5929 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5930 + *) ac_try_echo=$ac_try;;
5932 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5933 + (eval "$ac_try") 2>&5
5935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5936 (exit $ac_status); }; } &&
5937 { ac_try='test -s conftest.$ac_objext'
5938 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5939 - (eval $ac_try) 2>&5
5940 + { (case "(($ac_try" in
5941 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5942 + *) ac_try_echo=$ac_try;;
5944 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5945 + (eval "$ac_try") 2>&5
5947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5948 (exit $ac_status); }; }; then
5949 @@ -5203,10 +6260,11 @@
5950 cat >>conftest.$ac_ext <<_ACEOF
5951 /* end confdefs.h. */
5952 $ac_includes_default
5953 + typedef off_t ac__type_sizeof_;
5957 -static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= $ac_mid)];
5958 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
5962 @@ -5214,24 +6272,36 @@
5965 rm -f conftest.$ac_objext
5966 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5967 - (eval $ac_compile) 2>conftest.er1
5968 +if { (ac_try="$ac_compile"
5969 +case "(($ac_try" in
5970 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5971 + *) ac_try_echo=$ac_try;;
5973 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5974 + (eval "$ac_compile") 2>conftest.er1
5976 grep -v '^ *+' conftest.er1 >conftest.err
5978 cat conftest.err >&5
5979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5980 (exit $ac_status); } &&
5981 - { ac_try='test -z "$ac_c_werror_flag"
5982 - || test ! -s conftest.err'
5983 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5984 - (eval $ac_try) 2>&5
5985 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5986 + { (case "(($ac_try" in
5987 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5988 + *) ac_try_echo=$ac_try;;
5990 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5991 + (eval "$ac_try") 2>&5
5993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5994 (exit $ac_status); }; } &&
5995 { ac_try='test -s conftest.$ac_objext'
5996 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5997 - (eval $ac_try) 2>&5
5998 + { (case "(($ac_try" in
5999 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6000 + *) ac_try_echo=$ac_try;;
6002 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6003 + (eval "$ac_try") 2>&5
6005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6006 (exit $ac_status); }; }; then
6007 @@ -5240,24 +6310,27 @@
6008 echo "$as_me: failed program was:" >&5
6009 sed 's/^/| /' conftest.$ac_ext >&5
6011 -ac_hi=`expr '(' $ac_mid ')' - 1`
6012 - if test $ac_mid -le $ac_hi; then
6016 - ac_mid=`expr 2 '*' $ac_mid`
6017 + ac_hi=`expr '(' $ac_mid ')' - 1`
6018 + if test $ac_mid -le $ac_hi; then
6022 + ac_mid=`expr 2 '*' $ac_mid`
6024 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6026 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6029 echo "$as_me: failed program was:" >&5
6030 sed 's/^/| /' conftest.$ac_ext >&5
6035 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6037 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6039 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6041 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6042 # Binary search between lo and hi bounds.
6043 while test "x$ac_lo" != "x$ac_hi"; do
6044 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6045 @@ -5268,10 +6341,11 @@
6046 cat >>conftest.$ac_ext <<_ACEOF
6047 /* end confdefs.h. */
6048 $ac_includes_default
6049 + typedef off_t ac__type_sizeof_;
6053 -static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
6054 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
6058 @@ -5279,24 +6353,36 @@
6061 rm -f conftest.$ac_objext
6062 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6063 - (eval $ac_compile) 2>conftest.er1
6064 +if { (ac_try="$ac_compile"
6065 +case "(($ac_try" in
6066 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6067 + *) ac_try_echo=$ac_try;;
6069 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6070 + (eval "$ac_compile") 2>conftest.er1
6072 grep -v '^ *+' conftest.er1 >conftest.err
6074 cat conftest.err >&5
6075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6076 (exit $ac_status); } &&
6077 - { ac_try='test -z "$ac_c_werror_flag"
6078 - || test ! -s conftest.err'
6079 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6080 - (eval $ac_try) 2>&5
6081 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6082 + { (case "(($ac_try" in
6083 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6084 + *) ac_try_echo=$ac_try;;
6086 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6087 + (eval "$ac_try") 2>&5
6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6090 (exit $ac_status); }; } &&
6091 { ac_try='test -s conftest.$ac_objext'
6092 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6093 - (eval $ac_try) 2>&5
6094 + { (case "(($ac_try" in
6095 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6096 + *) ac_try_echo=$ac_try;;
6098 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6099 + (eval "$ac_try") 2>&5
6101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6102 (exit $ac_status); }; }; then
6103 @@ -5305,26 +6391,20 @@
6104 echo "$as_me: failed program was:" >&5
6105 sed 's/^/| /' conftest.$ac_ext >&5
6107 -ac_lo=`expr '(' $ac_mid ')' + 1`
6108 + ac_lo=`expr '(' $ac_mid ')' + 1`
6110 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6112 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6115 ?*) ac_cv_sizeof_off_t=$ac_lo;;
6116 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
6117 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t)
6118 See \`config.log' for more details." >&5
6119 -echo "$as_me: error: cannot compute sizeof (off_t), 77
6120 +echo "$as_me: error: cannot compute sizeof (off_t)
6121 See \`config.log' for more details." >&2;}
6122 - { (exit 1); exit 1; }; } ;;
6123 + { (exit 77); exit 77; }; } ;;
6126 - if test "$cross_compiling" = yes; then
6127 - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
6128 -See \`config.log' for more details." >&5
6129 -echo "$as_me: error: cannot run test program while cross compiling
6130 -See \`config.log' for more details." >&2;}
6131 - { (exit 1); exit 1; }; }
6133 cat >conftest.$ac_ext <<_ACEOF
6136 @@ -5332,8 +6412,9 @@
6137 cat >>conftest.$ac_ext <<_ACEOF
6138 /* end confdefs.h. */
6139 $ac_includes_default
6140 -long longval () { return (long) (sizeof (off_t)); }
6141 -unsigned long ulongval () { return (long) (sizeof (off_t)); }
6142 + typedef off_t ac__type_sizeof_;
6143 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
6144 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
6148 @@ -5342,35 +6423,44 @@
6150 FILE *f = fopen ("conftest.val", "w");
6153 - if (((long) (sizeof (off_t))) < 0)
6155 + if (((long int) (sizeof (ac__type_sizeof_))) < 0)
6157 - long i = longval ();
6158 - if (i != ((long) (sizeof (off_t))))
6160 + long int i = longval ();
6161 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
6163 fprintf (f, "%ld\n", i);
6167 - unsigned long i = ulongval ();
6168 - if (i != ((long) (sizeof (off_t))))
6170 + unsigned long int i = ulongval ();
6171 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
6173 fprintf (f, "%lu\n", i);
6175 - exit (ferror (f) || fclose (f) != 0);
6176 + return ferror (f) || fclose (f) != 0;
6182 rm -f conftest$ac_exeext
6183 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6184 - (eval $ac_link) 2>&5
6185 +if { (ac_try="$ac_link"
6186 +case "(($ac_try" in
6187 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6188 + *) ac_try_echo=$ac_try;;
6190 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6191 + (eval "$ac_link") 2>&5
6193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6194 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6195 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6196 - (eval $ac_try) 2>&5
6197 + { (case "(($ac_try" in
6198 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6199 + *) ac_try_echo=$ac_try;;
6201 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6202 + (eval "$ac_try") 2>&5
6204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6205 (exit $ac_status); }; }; then
6206 @@ -5381,22 +6471,21 @@
6207 sed 's/^/| /' conftest.$ac_ext >&5
6210 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
6211 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t)
6212 See \`config.log' for more details." >&5
6213 -echo "$as_me: error: cannot compute sizeof (off_t), 77
6214 +echo "$as_me: error: cannot compute sizeof (off_t)
6215 See \`config.log' for more details." >&2;}
6216 - { (exit 1); exit 1; }; }
6218 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6219 + { (exit 77); exit 77; }; }
6221 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6225 ac_cv_sizeof_off_t=0
6228 -echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
6229 -echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
6230 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
6231 +echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6; }
6232 cat >>confdefs.h <<_ACEOF
6233 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
6235 @@ -5405,8 +6494,8 @@
6237 # Extract the first word of "dbx", so it can be a program name with args.
6238 set dummy dbx; ac_word=$2
6239 -echo "$as_me:$LINENO: checking for $ac_word" >&5
6240 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6241 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6242 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6243 if test "${ac_cv_path_DBX+set}" = set; then
6244 echo $ECHO_N "(cached) $ECHO_C" >&6
6246 @@ -5421,32 +6510,33 @@
6248 test -z "$as_dir" && as_dir=.
6249 for ac_exec_ext in '' $ac_executable_extensions; do
6250 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6251 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6252 ac_cv_path_DBX="$as_dir/$ac_word$ac_exec_ext"
6253 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6260 test -z "$ac_cv_path_DBX" && ac_cv_path_DBX="no"
6266 if test -n "$DBX"; then
6267 - echo "$as_me:$LINENO: result: $DBX" >&5
6268 -echo "${ECHO_T}$DBX" >&6
6269 + { echo "$as_me:$LINENO: result: $DBX" >&5
6270 +echo "${ECHO_T}$DBX" >&6; }
6272 - echo "$as_me:$LINENO: result: no" >&5
6273 -echo "${ECHO_T}no" >&6
6274 + { echo "$as_me:$LINENO: result: no" >&5
6275 +echo "${ECHO_T}no" >&6; }
6279 # Extract the first word of "gdb", so it can be a program name with args.
6280 set dummy gdb; ac_word=$2
6281 -echo "$as_me:$LINENO: checking for $ac_word" >&5
6282 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6283 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6284 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6285 if test "${ac_cv_path_GDB+set}" = set; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 @@ -5461,32 +6551,33 @@
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6293 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6294 ac_cv_path_GDB="$as_dir/$ac_word$ac_exec_ext"
6295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 test -z "$ac_cv_path_GDB" && ac_cv_path_GDB="no"
6308 if test -n "$GDB"; then
6309 - echo "$as_me:$LINENO: result: $GDB" >&5
6310 -echo "${ECHO_T}$GDB" >&6
6311 + { echo "$as_me:$LINENO: result: $GDB" >&5
6312 +echo "${ECHO_T}$GDB" >&6; }
6314 - echo "$as_me:$LINENO: result: no" >&5
6315 -echo "${ECHO_T}no" >&6
6316 + { echo "$as_me:$LINENO: result: no" >&5
6317 +echo "${ECHO_T}no" >&6; }
6321 # Extract the first word of "sdb", so it can be a program name with args.
6322 set dummy sdb; ac_word=$2
6323 -echo "$as_me:$LINENO: checking for $ac_word" >&5
6324 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6325 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6326 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6327 if test "${ac_cv_path_SDB+set}" = set; then
6328 echo $ECHO_N "(cached) $ECHO_C" >&6
6330 @@ -5501,29 +6592,30 @@
6332 test -z "$as_dir" && as_dir=.
6333 for ac_exec_ext in '' $ac_executable_extensions; do
6334 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6335 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 ac_cv_path_SDB="$as_dir/$ac_word$ac_exec_ext"
6337 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6344 test -z "$ac_cv_path_SDB" && ac_cv_path_SDB="no"
6350 if test -n "$SDB"; then
6351 - echo "$as_me:$LINENO: result: $SDB" >&5
6352 -echo "${ECHO_T}$SDB" >&6
6353 + { echo "$as_me:$LINENO: result: $SDB" >&5
6354 +echo "${ECHO_T}$SDB" >&6; }
6356 - echo "$as_me:$LINENO: result: no" >&5
6357 -echo "${ECHO_T}no" >&6
6358 + { echo "$as_me:$LINENO: result: no" >&5
6359 +echo "${ECHO_T}no" >&6; }
6364 if test $GDB != no ; then
6366 elif test $DBX != no ; then
6367 @@ -5563,18 +6655,19 @@
6368 for ac_header in inttypes.h
6370 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6371 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
6372 - echo "$as_me:$LINENO: checking for $ac_header" >&5
6373 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6374 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
6375 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6376 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
6377 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6378 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6379 echo $ECHO_N "(cached) $ECHO_C" >&6
6381 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6382 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6383 +ac_res=`eval echo '${'$as_ac_Header'}'`
6384 + { echo "$as_me:$LINENO: result: $ac_res" >&5
6385 +echo "${ECHO_T}$ac_res" >&6; }
6387 # Is the header compilable?
6388 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
6389 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6390 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
6391 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6392 cat >conftest.$ac_ext <<_ACEOF
6395 @@ -5585,24 +6678,36 @@
6396 #include <$ac_header>
6398 rm -f conftest.$ac_objext
6399 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6400 - (eval $ac_compile) 2>conftest.er1
6401 +if { (ac_try="$ac_compile"
6402 +case "(($ac_try" in
6403 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6404 + *) ac_try_echo=$ac_try;;
6406 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6407 + (eval "$ac_compile") 2>conftest.er1
6409 grep -v '^ *+' conftest.er1 >conftest.err
6411 cat conftest.err >&5
6412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6413 (exit $ac_status); } &&
6414 - { ac_try='test -z "$ac_c_werror_flag"
6415 - || test ! -s conftest.err'
6416 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6417 - (eval $ac_try) 2>&5
6418 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6419 + { (case "(($ac_try" in
6420 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6421 + *) ac_try_echo=$ac_try;;
6423 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6424 + (eval "$ac_try") 2>&5
6426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6427 (exit $ac_status); }; } &&
6428 { ac_try='test -s conftest.$ac_objext'
6429 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6430 - (eval $ac_try) 2>&5
6431 + { (case "(($ac_try" in
6432 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6433 + *) ac_try_echo=$ac_try;;
6435 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6436 + (eval "$ac_try") 2>&5
6438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6439 (exit $ac_status); }; }; then
6440 @@ -5611,15 +6716,16 @@
6441 echo "$as_me: failed program was:" >&5
6442 sed 's/^/| /' conftest.$ac_ext >&5
6444 -ac_header_compiler=no
6445 + ac_header_compiler=no
6447 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6448 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6449 -echo "${ECHO_T}$ac_header_compiler" >&6
6451 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6452 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6453 +echo "${ECHO_T}$ac_header_compiler" >&6; }
6455 # Is the header present?
6456 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
6457 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6458 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
6459 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6460 cat >conftest.$ac_ext <<_ACEOF
6463 @@ -5628,8 +6734,13 @@
6464 /* end confdefs.h. */
6465 #include <$ac_header>
6467 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6468 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6469 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6470 +case "(($ac_try" in
6471 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6472 + *) ac_try_echo=$ac_try;;
6474 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6475 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6477 grep -v '^ *+' conftest.er1 >conftest.err
6479 @@ -5653,9 +6764,10 @@
6481 ac_header_preproc=no
6484 rm -f conftest.err conftest.$ac_ext
6485 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6486 -echo "${ECHO_T}$ac_header_preproc" >&6
6487 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6488 +echo "${ECHO_T}$ac_header_preproc" >&6; }
6490 # So? What about this header?
6491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6492 @@ -5679,25 +6791,19 @@
6493 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6494 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6495 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6498 -## ------------------------------------------ ##
6499 -## Report this to the AC_PACKAGE_NAME lists. ##
6500 -## ------------------------------------------ ##
6503 - sed "s/^/$as_me: WARNING: /" >&2
6507 -echo "$as_me:$LINENO: checking for $ac_header" >&5
6508 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6509 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
6510 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
6511 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6512 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6513 echo $ECHO_N "(cached) $ECHO_C" >&6
6515 eval "$as_ac_Header=\$ac_header_preproc"
6517 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6518 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6519 +ac_res=`eval echo '${'$as_ac_Header'}'`
6520 + { echo "$as_me:$LINENO: result: $ac_res" >&5
6521 +echo "${ECHO_T}$ac_res" >&6; }
6524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6525 @@ -5709,8 +6815,8 @@
6529 -echo "$as_me:$LINENO: checking for uint32_t" >&5
6530 -echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
6531 +{ echo "$as_me:$LINENO: checking for uint32_t" >&5
6532 +echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
6533 if test "${ac_cv_type_uint32_t+set}" = set; then
6534 echo $ECHO_N "(cached) $ECHO_C" >&6
6536 @@ -5721,36 +6827,49 @@
6537 cat >>conftest.$ac_ext <<_ACEOF
6538 /* end confdefs.h. */
6539 $ac_includes_default
6540 +typedef uint32_t ac__type_new_;
6544 -if ((uint32_t *) 0)
6545 +if ((ac__type_new_ *) 0)
6547 -if (sizeof (uint32_t))
6548 +if (sizeof (ac__type_new_))
6554 rm -f conftest.$ac_objext
6555 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6556 - (eval $ac_compile) 2>conftest.er1
6557 +if { (ac_try="$ac_compile"
6558 +case "(($ac_try" in
6559 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6560 + *) ac_try_echo=$ac_try;;
6562 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6563 + (eval "$ac_compile") 2>conftest.er1
6565 grep -v '^ *+' conftest.er1 >conftest.err
6567 cat conftest.err >&5
6568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6569 (exit $ac_status); } &&
6570 - { ac_try='test -z "$ac_c_werror_flag"
6571 - || test ! -s conftest.err'
6572 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6573 - (eval $ac_try) 2>&5
6574 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6575 + { (case "(($ac_try" in
6576 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6577 + *) ac_try_echo=$ac_try;;
6579 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6580 + (eval "$ac_try") 2>&5
6582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); }; } &&
6584 { ac_try='test -s conftest.$ac_objext'
6585 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6586 - (eval $ac_try) 2>&5
6587 + { (case "(($ac_try" in
6588 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6589 + *) ac_try_echo=$ac_try;;
6591 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6592 + (eval "$ac_try") 2>&5
6594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6595 (exit $ac_status); }; }; then
6596 @@ -5759,12 +6878,13 @@
6597 echo "$as_me: failed program was:" >&5
6598 sed 's/^/| /' conftest.$ac_ext >&5
6600 -ac_cv_type_uint32_t=no
6601 + ac_cv_type_uint32_t=no
6603 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6605 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6607 -echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
6608 -echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
6609 +{ echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
6610 +echo "${ECHO_T}$ac_cv_type_uint32_t" >&6; }
6611 if test $ac_cv_type_uint32_t = yes; then
6613 cat >>confdefs.h <<\_ACEOF
6614 @@ -5772,8 +6892,8 @@
6618 - echo "$as_me:$LINENO: checking for short" >&5
6619 -echo $ECHO_N "checking for short... $ECHO_C" >&6
6620 + { echo "$as_me:$LINENO: checking for short" >&5
6621 +echo $ECHO_N "checking for short... $ECHO_C" >&6; }
6622 if test "${ac_cv_type_short+set}" = set; then
6623 echo $ECHO_N "(cached) $ECHO_C" >&6
6625 @@ -5784,36 +6904,49 @@
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 $ac_includes_default
6629 +typedef short ac__type_new_;
6634 +if ((ac__type_new_ *) 0)
6636 -if (sizeof (short))
6637 +if (sizeof (ac__type_new_))
6643 rm -f conftest.$ac_objext
6644 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6645 - (eval $ac_compile) 2>conftest.er1
6646 +if { (ac_try="$ac_compile"
6647 +case "(($ac_try" in
6648 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6649 + *) ac_try_echo=$ac_try;;
6651 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6652 + (eval "$ac_compile") 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
6662 - (eval $ac_try) 2>&5
6663 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6664 + { (case "(($ac_try" in
6665 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6666 + *) ac_try_echo=$ac_try;;
6668 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6669 + (eval "$ac_try") 2>&5
6671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6672 (exit $ac_status); }; } &&
6673 { ac_try='test -s conftest.$ac_objext'
6674 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6675 - (eval $ac_try) 2>&5
6676 + { (case "(($ac_try" in
6677 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6678 + *) ac_try_echo=$ac_try;;
6680 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681 + (eval "$ac_try") 2>&5
6683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6684 (exit $ac_status); }; }; then
6685 @@ -5822,20 +6955,21 @@
6686 echo "$as_me: failed program was:" >&5
6687 sed 's/^/| /' conftest.$ac_ext >&5
6689 -ac_cv_type_short=no
6690 + ac_cv_type_short=no
6692 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6694 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6696 -echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
6697 -echo "${ECHO_T}$ac_cv_type_short" >&6
6698 +{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
6699 +echo "${ECHO_T}$ac_cv_type_short" >&6; }
6701 -echo "$as_me:$LINENO: checking size of short" >&5
6702 -echo $ECHO_N "checking size of short... $ECHO_C" >&6
6703 +{ echo "$as_me:$LINENO: checking size of short" >&5
6704 +echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
6705 if test "${ac_cv_sizeof_short+set}" = set; then
6706 echo $ECHO_N "(cached) $ECHO_C" >&6
6708 if test "$ac_cv_type_short" = yes; then
6709 - # The cast to unsigned long works around a bug in the HP C Compiler
6710 + # The cast to long int works around a bug in the HP C Compiler
6711 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6712 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6713 # This bug is HP SR number 8606223364.
6714 @@ -5848,10 +6982,11 @@
6715 cat >>conftest.$ac_ext <<_ACEOF
6716 /* end confdefs.h. */
6717 $ac_includes_default
6718 + typedef short ac__type_sizeof_;
6722 -static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
6723 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
6727 @@ -5859,24 +6994,36 @@
6730 rm -f conftest.$ac_objext
6731 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6732 - (eval $ac_compile) 2>conftest.er1
6733 +if { (ac_try="$ac_compile"
6734 +case "(($ac_try" in
6735 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 + *) ac_try_echo=$ac_try;;
6738 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6739 + (eval "$ac_compile") 2>conftest.er1
6741 grep -v '^ *+' conftest.er1 >conftest.err
6743 cat conftest.err >&5
6744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6745 (exit $ac_status); } &&
6746 - { ac_try='test -z "$ac_c_werror_flag"
6747 - || test ! -s conftest.err'
6748 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6749 - (eval $ac_try) 2>&5
6750 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6751 + { (case "(($ac_try" in
6752 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6753 + *) ac_try_echo=$ac_try;;
6755 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6756 + (eval "$ac_try") 2>&5
6758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6759 (exit $ac_status); }; } &&
6760 { ac_try='test -s conftest.$ac_objext'
6761 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6762 - (eval $ac_try) 2>&5
6763 + { (case "(($ac_try" in
6764 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6765 + *) ac_try_echo=$ac_try;;
6767 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6768 + (eval "$ac_try") 2>&5
6770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6771 (exit $ac_status); }; }; then
6772 @@ -5889,10 +7036,11 @@
6773 cat >>conftest.$ac_ext <<_ACEOF
6774 /* end confdefs.h. */
6775 $ac_includes_default
6776 + typedef short ac__type_sizeof_;
6780 -static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
6781 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
6785 @@ -5900,24 +7048,36 @@
6788 rm -f conftest.$ac_objext
6789 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6790 - (eval $ac_compile) 2>conftest.er1
6791 +if { (ac_try="$ac_compile"
6792 +case "(($ac_try" in
6793 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6794 + *) ac_try_echo=$ac_try;;
6796 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6797 + (eval "$ac_compile") 2>conftest.er1
6799 grep -v '^ *+' conftest.er1 >conftest.err
6801 cat conftest.err >&5
6802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803 (exit $ac_status); } &&
6804 - { ac_try='test -z "$ac_c_werror_flag"
6805 - || test ! -s conftest.err'
6806 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6807 - (eval $ac_try) 2>&5
6808 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6809 + { (case "(($ac_try" in
6810 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6811 + *) ac_try_echo=$ac_try;;
6813 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6814 + (eval "$ac_try") 2>&5
6816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6817 (exit $ac_status); }; } &&
6818 { ac_try='test -s conftest.$ac_objext'
6819 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6820 - (eval $ac_try) 2>&5
6821 + { (case "(($ac_try" in
6822 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6823 + *) ac_try_echo=$ac_try;;
6825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6826 + (eval "$ac_try") 2>&5
6828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6829 (exit $ac_status); }; }; then
6830 @@ -5926,30 +7086,32 @@
6831 echo "$as_me: failed program was:" >&5
6832 sed 's/^/| /' conftest.$ac_ext >&5
6834 -ac_lo=`expr $ac_mid + 1`
6835 - if test $ac_lo -le $ac_mid; then
6839 - ac_mid=`expr 2 '*' $ac_mid + 1`
6840 + ac_lo=`expr $ac_mid + 1`
6841 + if test $ac_lo -le $ac_mid; then
6845 + ac_mid=`expr 2 '*' $ac_mid + 1`
6847 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6849 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6852 echo "$as_me: failed program was:" >&5
6853 sed 's/^/| /' conftest.$ac_ext >&5
6855 -cat >conftest.$ac_ext <<_ACEOF
6856 + cat >conftest.$ac_ext <<_ACEOF
6859 cat confdefs.h >>conftest.$ac_ext
6860 cat >>conftest.$ac_ext <<_ACEOF
6861 /* end confdefs.h. */
6862 $ac_includes_default
6863 + typedef short ac__type_sizeof_;
6867 -static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
6868 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
6872 @@ -5957,24 +7119,36 @@
6875 rm -f conftest.$ac_objext
6876 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6877 - (eval $ac_compile) 2>conftest.er1
6878 +if { (ac_try="$ac_compile"
6879 +case "(($ac_try" in
6880 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6881 + *) ac_try_echo=$ac_try;;
6883 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6884 + (eval "$ac_compile") 2>conftest.er1
6886 grep -v '^ *+' conftest.er1 >conftest.err
6888 cat conftest.err >&5
6889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); } &&
6891 - { ac_try='test -z "$ac_c_werror_flag"
6892 - || test ! -s conftest.err'
6893 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6894 - (eval $ac_try) 2>&5
6895 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6896 + { (case "(($ac_try" in
6897 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6898 + *) ac_try_echo=$ac_try;;
6900 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6901 + (eval "$ac_try") 2>&5
6903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904 (exit $ac_status); }; } &&
6905 { ac_try='test -s conftest.$ac_objext'
6906 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6907 - (eval $ac_try) 2>&5
6908 + { (case "(($ac_try" in
6909 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6910 + *) ac_try_echo=$ac_try;;
6912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6913 + (eval "$ac_try") 2>&5
6915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6916 (exit $ac_status); }; }; then
6917 @@ -5987,10 +7161,11 @@
6918 cat >>conftest.$ac_ext <<_ACEOF
6919 /* end confdefs.h. */
6920 $ac_includes_default
6921 + typedef short ac__type_sizeof_;
6925 -static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
6926 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
6930 @@ -5998,24 +7173,36 @@
6933 rm -f conftest.$ac_objext
6934 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6935 - (eval $ac_compile) 2>conftest.er1
6936 +if { (ac_try="$ac_compile"
6937 +case "(($ac_try" in
6938 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6939 + *) ac_try_echo=$ac_try;;
6941 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6942 + (eval "$ac_compile") 2>conftest.er1
6944 grep -v '^ *+' conftest.er1 >conftest.err
6946 cat conftest.err >&5
6947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6948 (exit $ac_status); } &&
6949 - { ac_try='test -z "$ac_c_werror_flag"
6950 - || test ! -s conftest.err'
6951 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6952 - (eval $ac_try) 2>&5
6953 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6954 + { (case "(($ac_try" in
6955 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6956 + *) ac_try_echo=$ac_try;;
6958 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6959 + (eval "$ac_try") 2>&5
6961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6962 (exit $ac_status); }; } &&
6963 { ac_try='test -s conftest.$ac_objext'
6964 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6965 - (eval $ac_try) 2>&5
6966 + { (case "(($ac_try" in
6967 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6968 + *) ac_try_echo=$ac_try;;
6970 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6971 + (eval "$ac_try") 2>&5
6973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6974 (exit $ac_status); }; }; then
6975 @@ -6024,24 +7211,27 @@
6976 echo "$as_me: failed program was:" >&5
6977 sed 's/^/| /' conftest.$ac_ext >&5
6979 -ac_hi=`expr '(' $ac_mid ')' - 1`
6980 - if test $ac_mid -le $ac_hi; then
6984 - ac_mid=`expr 2 '*' $ac_mid`
6985 + ac_hi=`expr '(' $ac_mid ')' - 1`
6986 + if test $ac_mid -le $ac_hi; then
6990 + ac_mid=`expr 2 '*' $ac_mid`
6992 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6994 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6997 echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
7003 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7005 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7007 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7009 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7010 # Binary search between lo and hi bounds.
7011 while test "x$ac_lo" != "x$ac_hi"; do
7012 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7013 @@ -6052,10 +7242,11 @@
7014 cat >>conftest.$ac_ext <<_ACEOF
7015 /* end confdefs.h. */
7016 $ac_includes_default
7017 + typedef short ac__type_sizeof_;
7021 -static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7022 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7026 @@ -6063,24 +7254,36 @@
7029 rm -f conftest.$ac_objext
7030 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7031 - (eval $ac_compile) 2>conftest.er1
7032 +if { (ac_try="$ac_compile"
7033 +case "(($ac_try" in
7034 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7035 + *) ac_try_echo=$ac_try;;
7037 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7038 + (eval "$ac_compile") 2>conftest.er1
7040 grep -v '^ *+' conftest.er1 >conftest.err
7042 cat conftest.err >&5
7043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7044 (exit $ac_status); } &&
7045 - { ac_try='test -z "$ac_c_werror_flag"
7046 - || test ! -s conftest.err'
7047 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7048 - (eval $ac_try) 2>&5
7049 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7050 + { (case "(($ac_try" in
7051 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7052 + *) ac_try_echo=$ac_try;;
7054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7055 + (eval "$ac_try") 2>&5
7057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058 (exit $ac_status); }; } &&
7059 { ac_try='test -s conftest.$ac_objext'
7060 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7061 - (eval $ac_try) 2>&5
7062 + { (case "(($ac_try" in
7063 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7064 + *) ac_try_echo=$ac_try;;
7066 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 + (eval "$ac_try") 2>&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); }; }; then
7071 @@ -6089,26 +7292,20 @@
7072 echo "$as_me: failed program was:" >&5
7073 sed 's/^/| /' conftest.$ac_ext >&5
7075 -ac_lo=`expr '(' $ac_mid ')' + 1`
7076 + ac_lo=`expr '(' $ac_mid ')' + 1`
7078 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7080 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 ?*) ac_cv_sizeof_short=$ac_lo;;
7084 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7085 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
7086 See \`config.log' for more details." >&5
7087 -echo "$as_me: error: cannot compute sizeof (short), 77
7088 +echo "$as_me: error: cannot compute sizeof (short)
7089 See \`config.log' for more details." >&2;}
7090 - { (exit 1); exit 1; }; } ;;
7091 + { (exit 77); exit 77; }; } ;;
7094 - if test "$cross_compiling" = yes; then
7095 - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7096 -See \`config.log' for more details." >&5
7097 -echo "$as_me: error: cannot run test program while cross compiling
7098 -See \`config.log' for more details." >&2;}
7099 - { (exit 1); exit 1; }; }
7101 cat >conftest.$ac_ext <<_ACEOF
7104 @@ -6116,8 +7313,9 @@
7105 cat >>conftest.$ac_ext <<_ACEOF
7106 /* end confdefs.h. */
7107 $ac_includes_default
7108 -long longval () { return (long) (sizeof (short)); }
7109 -unsigned long ulongval () { return (long) (sizeof (short)); }
7110 + typedef short ac__type_sizeof_;
7111 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
7112 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
7116 @@ -6126,35 +7324,44 @@
7118 FILE *f = fopen ("conftest.val", "w");
7121 - if (((long) (sizeof (short))) < 0)
7123 + if (((long int) (sizeof (ac__type_sizeof_))) < 0)
7125 - long i = longval ();
7126 - if (i != ((long) (sizeof (short))))
7128 + long int i = longval ();
7129 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
7131 fprintf (f, "%ld\n", i);
7135 - unsigned long i = ulongval ();
7136 - if (i != ((long) (sizeof (short))))
7138 + unsigned long int i = ulongval ();
7139 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
7141 fprintf (f, "%lu\n", i);
7143 - exit (ferror (f) || fclose (f) != 0);
7144 + return ferror (f) || fclose (f) != 0;
7150 rm -f conftest$ac_exeext
7151 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7152 - (eval $ac_link) 2>&5
7153 +if { (ac_try="$ac_link"
7154 +case "(($ac_try" in
7155 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7156 + *) ac_try_echo=$ac_try;;
7158 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7159 + (eval "$ac_link") 2>&5
7161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7162 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7163 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7164 - (eval $ac_try) 2>&5
7165 + { (case "(($ac_try" in
7166 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7167 + *) ac_try_echo=$ac_try;;
7169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7170 + (eval "$ac_try") 2>&5
7172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7173 (exit $ac_status); }; }; then
7174 @@ -6165,29 +7372,28 @@
7175 sed 's/^/| /' conftest.$ac_ext >&5
7178 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7179 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
7180 See \`config.log' for more details." >&5
7181 -echo "$as_me: error: cannot compute sizeof (short), 77
7182 +echo "$as_me: error: cannot compute sizeof (short)
7183 See \`config.log' for more details." >&2;}
7184 - { (exit 1); exit 1; }; }
7186 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7187 + { (exit 77); exit 77; }; }
7189 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7193 ac_cv_sizeof_short=0
7196 -echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
7197 -echo "${ECHO_T}$ac_cv_sizeof_short" >&6
7198 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
7199 +echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
7200 cat >>confdefs.h <<_ACEOF
7201 #define SIZEOF_SHORT $ac_cv_sizeof_short
7205 - echo "$as_me:$LINENO: checking for int" >&5
7206 -echo $ECHO_N "checking for int... $ECHO_C" >&6
7207 + { echo "$as_me:$LINENO: checking for int" >&5
7208 +echo $ECHO_N "checking for int... $ECHO_C" >&6; }
7209 if test "${ac_cv_type_int+set}" = set; then
7210 echo $ECHO_N "(cached) $ECHO_C" >&6
7212 @@ -6198,36 +7404,49 @@
7213 cat >>conftest.$ac_ext <<_ACEOF
7214 /* end confdefs.h. */
7215 $ac_includes_default
7216 +typedef int ac__type_new_;
7221 +if ((ac__type_new_ *) 0)
7224 +if (sizeof (ac__type_new_))
7230 rm -f conftest.$ac_objext
7231 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7232 - (eval $ac_compile) 2>conftest.er1
7233 +if { (ac_try="$ac_compile"
7234 +case "(($ac_try" in
7235 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7236 + *) ac_try_echo=$ac_try;;
7238 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7239 + (eval "$ac_compile") 2>conftest.er1
7241 grep -v '^ *+' conftest.er1 >conftest.err
7243 cat conftest.err >&5
7244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7245 (exit $ac_status); } &&
7246 - { ac_try='test -z "$ac_c_werror_flag"
7247 - || test ! -s conftest.err'
7248 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7249 - (eval $ac_try) 2>&5
7250 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7251 + { (case "(($ac_try" in
7252 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7253 + *) ac_try_echo=$ac_try;;
7255 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7256 + (eval "$ac_try") 2>&5
7258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7259 (exit $ac_status); }; } &&
7260 { ac_try='test -s conftest.$ac_objext'
7261 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7262 - (eval $ac_try) 2>&5
7263 + { (case "(($ac_try" in
7264 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7265 + *) ac_try_echo=$ac_try;;
7267 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7268 + (eval "$ac_try") 2>&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); }; }; then
7272 @@ -6236,20 +7455,21 @@
7273 echo "$as_me: failed program was:" >&5
7274 sed 's/^/| /' conftest.$ac_ext >&5
7279 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7281 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7283 -echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
7284 -echo "${ECHO_T}$ac_cv_type_int" >&6
7285 +{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
7286 +echo "${ECHO_T}$ac_cv_type_int" >&6; }
7288 -echo "$as_me:$LINENO: checking size of int" >&5
7289 -echo $ECHO_N "checking size of int... $ECHO_C" >&6
7290 +{ echo "$as_me:$LINENO: checking size of int" >&5
7291 +echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
7292 if test "${ac_cv_sizeof_int+set}" = set; then
7293 echo $ECHO_N "(cached) $ECHO_C" >&6
7295 if test "$ac_cv_type_int" = yes; then
7296 - # The cast to unsigned long works around a bug in the HP C Compiler
7297 + # The cast to long int works around a bug in the HP C Compiler
7298 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7299 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7300 # This bug is HP SR number 8606223364.
7301 @@ -6262,10 +7482,11 @@
7302 cat >>conftest.$ac_ext <<_ACEOF
7303 /* end confdefs.h. */
7304 $ac_includes_default
7305 + typedef int ac__type_sizeof_;
7309 -static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
7310 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
7314 @@ -6273,24 +7494,36 @@
7317 rm -f conftest.$ac_objext
7318 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7319 - (eval $ac_compile) 2>conftest.er1
7320 +if { (ac_try="$ac_compile"
7321 +case "(($ac_try" in
7322 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7323 + *) ac_try_echo=$ac_try;;
7325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7326 + (eval "$ac_compile") 2>conftest.er1
7328 grep -v '^ *+' conftest.er1 >conftest.err
7330 cat conftest.err >&5
7331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7332 (exit $ac_status); } &&
7333 - { ac_try='test -z "$ac_c_werror_flag"
7334 - || test ! -s conftest.err'
7335 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7336 - (eval $ac_try) 2>&5
7337 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7338 + { (case "(($ac_try" in
7339 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7340 + *) ac_try_echo=$ac_try;;
7342 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7343 + (eval "$ac_try") 2>&5
7345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7346 (exit $ac_status); }; } &&
7347 { ac_try='test -s conftest.$ac_objext'
7348 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7349 - (eval $ac_try) 2>&5
7350 + { (case "(($ac_try" in
7351 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7352 + *) ac_try_echo=$ac_try;;
7354 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 + (eval "$ac_try") 2>&5
7357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 (exit $ac_status); }; }; then
7359 @@ -6303,10 +7536,11 @@
7360 cat >>conftest.$ac_ext <<_ACEOF
7361 /* end confdefs.h. */
7362 $ac_includes_default
7363 + typedef int ac__type_sizeof_;
7367 -static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7368 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7372 @@ -6314,24 +7548,36 @@
7375 rm -f conftest.$ac_objext
7376 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7377 - (eval $ac_compile) 2>conftest.er1
7378 +if { (ac_try="$ac_compile"
7379 +case "(($ac_try" in
7380 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7381 + *) ac_try_echo=$ac_try;;
7383 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7384 + (eval "$ac_compile") 2>conftest.er1
7386 grep -v '^ *+' conftest.er1 >conftest.err
7388 cat conftest.err >&5
7389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7390 (exit $ac_status); } &&
7391 - { ac_try='test -z "$ac_c_werror_flag"
7392 - || test ! -s conftest.err'
7393 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7394 - (eval $ac_try) 2>&5
7395 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7396 + { (case "(($ac_try" in
7397 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7398 + *) ac_try_echo=$ac_try;;
7400 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7401 + (eval "$ac_try") 2>&5
7403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7404 (exit $ac_status); }; } &&
7405 { ac_try='test -s conftest.$ac_objext'
7406 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7407 - (eval $ac_try) 2>&5
7408 + { (case "(($ac_try" in
7409 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7410 + *) ac_try_echo=$ac_try;;
7412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7413 + (eval "$ac_try") 2>&5
7415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416 (exit $ac_status); }; }; then
7417 @@ -6340,30 +7586,32 @@
7418 echo "$as_me: failed program was:" >&5
7419 sed 's/^/| /' conftest.$ac_ext >&5
7421 -ac_lo=`expr $ac_mid + 1`
7422 - if test $ac_lo -le $ac_mid; then
7426 - ac_mid=`expr 2 '*' $ac_mid + 1`
7427 + ac_lo=`expr $ac_mid + 1`
7428 + if test $ac_lo -le $ac_mid; then
7432 + ac_mid=`expr 2 '*' $ac_mid + 1`
7434 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7436 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7439 echo "$as_me: failed program was:" >&5
7440 sed 's/^/| /' conftest.$ac_ext >&5
7442 -cat >conftest.$ac_ext <<_ACEOF
7443 + cat >conftest.$ac_ext <<_ACEOF
7446 cat confdefs.h >>conftest.$ac_ext
7447 cat >>conftest.$ac_ext <<_ACEOF
7448 /* end confdefs.h. */
7449 $ac_includes_default
7450 + typedef int ac__type_sizeof_;
7454 -static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
7455 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
7459 @@ -6371,24 +7619,36 @@
7462 rm -f conftest.$ac_objext
7463 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7464 - (eval $ac_compile) 2>conftest.er1
7465 +if { (ac_try="$ac_compile"
7466 +case "(($ac_try" in
7467 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7468 + *) ac_try_echo=$ac_try;;
7470 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7471 + (eval "$ac_compile") 2>conftest.er1
7473 grep -v '^ *+' conftest.er1 >conftest.err
7475 cat conftest.err >&5
7476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7477 (exit $ac_status); } &&
7478 - { ac_try='test -z "$ac_c_werror_flag"
7479 - || test ! -s conftest.err'
7480 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7481 - (eval $ac_try) 2>&5
7482 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7483 + { (case "(($ac_try" in
7484 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7485 + *) ac_try_echo=$ac_try;;
7487 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7488 + (eval "$ac_try") 2>&5
7490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7491 (exit $ac_status); }; } &&
7492 { ac_try='test -s conftest.$ac_objext'
7493 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7494 - (eval $ac_try) 2>&5
7495 + { (case "(($ac_try" in
7496 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7497 + *) ac_try_echo=$ac_try;;
7499 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7500 + (eval "$ac_try") 2>&5
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); }; }; then
7504 @@ -6401,10 +7661,11 @@
7505 cat >>conftest.$ac_ext <<_ACEOF
7506 /* end confdefs.h. */
7507 $ac_includes_default
7508 + typedef int ac__type_sizeof_;
7512 -static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
7513 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
7517 @@ -6412,24 +7673,36 @@
7520 rm -f conftest.$ac_objext
7521 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7522 - (eval $ac_compile) 2>conftest.er1
7523 +if { (ac_try="$ac_compile"
7524 +case "(($ac_try" in
7525 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7526 + *) ac_try_echo=$ac_try;;
7528 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7529 + (eval "$ac_compile") 2>conftest.er1
7531 grep -v '^ *+' conftest.er1 >conftest.err
7533 cat conftest.err >&5
7534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7535 (exit $ac_status); } &&
7536 - { ac_try='test -z "$ac_c_werror_flag"
7537 - || test ! -s conftest.err'
7538 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7539 - (eval $ac_try) 2>&5
7540 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7541 + { (case "(($ac_try" in
7542 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7543 + *) ac_try_echo=$ac_try;;
7545 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7546 + (eval "$ac_try") 2>&5
7548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7549 (exit $ac_status); }; } &&
7550 { ac_try='test -s conftest.$ac_objext'
7551 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7552 - (eval $ac_try) 2>&5
7553 + { (case "(($ac_try" in
7554 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7555 + *) ac_try_echo=$ac_try;;
7557 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7558 + (eval "$ac_try") 2>&5
7560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7561 (exit $ac_status); }; }; then
7562 @@ -6438,24 +7711,27 @@
7563 echo "$as_me: failed program was:" >&5
7564 sed 's/^/| /' conftest.$ac_ext >&5
7566 -ac_hi=`expr '(' $ac_mid ')' - 1`
7567 - if test $ac_mid -le $ac_hi; then
7571 - ac_mid=`expr 2 '*' $ac_mid`
7572 + ac_hi=`expr '(' $ac_mid ')' - 1`
7573 + if test $ac_mid -le $ac_hi; then
7577 + ac_mid=`expr 2 '*' $ac_mid`
7579 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7581 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7584 echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.$ac_ext >&5
7590 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7592 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7594 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7596 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7597 # Binary search between lo and hi bounds.
7598 while test "x$ac_lo" != "x$ac_hi"; do
7599 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7600 @@ -6466,10 +7742,11 @@
7601 cat >>conftest.$ac_ext <<_ACEOF
7602 /* end confdefs.h. */
7603 $ac_includes_default
7604 + typedef int ac__type_sizeof_;
7608 -static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7609 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7613 @@ -6477,24 +7754,36 @@
7616 rm -f conftest.$ac_objext
7617 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7618 - (eval $ac_compile) 2>conftest.er1
7619 +if { (ac_try="$ac_compile"
7620 +case "(($ac_try" in
7621 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7622 + *) ac_try_echo=$ac_try;;
7624 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7625 + (eval "$ac_compile") 2>conftest.er1
7627 grep -v '^ *+' conftest.er1 >conftest.err
7629 cat conftest.err >&5
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); } &&
7632 - { ac_try='test -z "$ac_c_werror_flag"
7633 - || test ! -s conftest.err'
7634 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7635 - (eval $ac_try) 2>&5
7636 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7637 + { (case "(($ac_try" in
7638 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7639 + *) ac_try_echo=$ac_try;;
7641 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7642 + (eval "$ac_try") 2>&5
7644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7645 (exit $ac_status); }; } &&
7646 { ac_try='test -s conftest.$ac_objext'
7647 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7648 - (eval $ac_try) 2>&5
7649 + { (case "(($ac_try" in
7650 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7651 + *) ac_try_echo=$ac_try;;
7653 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7654 + (eval "$ac_try") 2>&5
7656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); }; }; then
7658 @@ -6503,26 +7792,20 @@
7659 echo "$as_me: failed program was:" >&5
7660 sed 's/^/| /' conftest.$ac_ext >&5
7662 -ac_lo=`expr '(' $ac_mid ')' + 1`
7663 + ac_lo=`expr '(' $ac_mid ')' + 1`
7665 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7667 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7670 ?*) ac_cv_sizeof_int=$ac_lo;;
7671 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7672 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
7673 See \`config.log' for more details." >&5
7674 -echo "$as_me: error: cannot compute sizeof (int), 77
7675 +echo "$as_me: error: cannot compute sizeof (int)
7676 See \`config.log' for more details." >&2;}
7677 - { (exit 1); exit 1; }; } ;;
7678 + { (exit 77); exit 77; }; } ;;
7681 - if test "$cross_compiling" = yes; then
7682 - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7683 -See \`config.log' for more details." >&5
7684 -echo "$as_me: error: cannot run test program while cross compiling
7685 -See \`config.log' for more details." >&2;}
7686 - { (exit 1); exit 1; }; }
7688 cat >conftest.$ac_ext <<_ACEOF
7691 @@ -6530,8 +7813,9 @@
7692 cat >>conftest.$ac_ext <<_ACEOF
7693 /* end confdefs.h. */
7694 $ac_includes_default
7695 -long longval () { return (long) (sizeof (int)); }
7696 -unsigned long ulongval () { return (long) (sizeof (int)); }
7697 + typedef int ac__type_sizeof_;
7698 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
7699 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
7703 @@ -6540,35 +7824,44 @@
7705 FILE *f = fopen ("conftest.val", "w");
7708 - if (((long) (sizeof (int))) < 0)
7710 + if (((long int) (sizeof (ac__type_sizeof_))) < 0)
7712 - long i = longval ();
7713 - if (i != ((long) (sizeof (int))))
7715 + long int i = longval ();
7716 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
7718 fprintf (f, "%ld\n", i);
7722 - unsigned long i = ulongval ();
7723 - if (i != ((long) (sizeof (int))))
7725 + unsigned long int i = ulongval ();
7726 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
7728 fprintf (f, "%lu\n", i);
7730 - exit (ferror (f) || fclose (f) != 0);
7731 + return ferror (f) || fclose (f) != 0;
7737 rm -f conftest$ac_exeext
7738 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7739 - (eval $ac_link) 2>&5
7740 +if { (ac_try="$ac_link"
7741 +case "(($ac_try" in
7742 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7743 + *) ac_try_echo=$ac_try;;
7745 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7746 + (eval "$ac_link") 2>&5
7748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7750 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7751 - (eval $ac_try) 2>&5
7752 + { (case "(($ac_try" in
7753 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7754 + *) ac_try_echo=$ac_try;;
7756 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7757 + (eval "$ac_try") 2>&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); }; }; then
7761 @@ -6579,29 +7872,28 @@
7762 sed 's/^/| /' conftest.$ac_ext >&5
7765 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7766 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
7767 See \`config.log' for more details." >&5
7768 -echo "$as_me: error: cannot compute sizeof (int), 77
7769 +echo "$as_me: error: cannot compute sizeof (int)
7770 See \`config.log' for more details." >&2;}
7771 - { (exit 1); exit 1; }; }
7773 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7774 + { (exit 77); exit 77; }; }
7776 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7783 -echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
7784 -echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7785 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
7786 +echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
7787 cat >>confdefs.h <<_ACEOF
7788 #define SIZEOF_INT $ac_cv_sizeof_int
7792 - echo "$as_me:$LINENO: checking for long" >&5
7793 -echo $ECHO_N "checking for long... $ECHO_C" >&6
7794 + { echo "$as_me:$LINENO: checking for long" >&5
7795 +echo $ECHO_N "checking for long... $ECHO_C" >&6; }
7796 if test "${ac_cv_type_long+set}" = set; then
7797 echo $ECHO_N "(cached) $ECHO_C" >&6
7799 @@ -6612,36 +7904,49 @@
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h. */
7802 $ac_includes_default
7803 +typedef long ac__type_new_;
7808 +if ((ac__type_new_ *) 0)
7811 +if (sizeof (ac__type_new_))
7817 rm -f conftest.$ac_objext
7818 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7819 - (eval $ac_compile) 2>conftest.er1
7820 +if { (ac_try="$ac_compile"
7821 +case "(($ac_try" in
7822 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7823 + *) ac_try_echo=$ac_try;;
7825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7826 + (eval "$ac_compile") 2>conftest.er1
7828 grep -v '^ *+' conftest.er1 >conftest.err
7830 cat conftest.err >&5
7831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832 (exit $ac_status); } &&
7833 - { ac_try='test -z "$ac_c_werror_flag"
7834 - || test ! -s conftest.err'
7835 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7836 - (eval $ac_try) 2>&5
7837 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7838 + { (case "(($ac_try" in
7839 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7840 + *) ac_try_echo=$ac_try;;
7842 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7843 + (eval "$ac_try") 2>&5
7845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846 (exit $ac_status); }; } &&
7847 { ac_try='test -s conftest.$ac_objext'
7848 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7849 - (eval $ac_try) 2>&5
7850 + { (case "(($ac_try" in
7851 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7852 + *) ac_try_echo=$ac_try;;
7854 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7855 + (eval "$ac_try") 2>&5
7857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7858 (exit $ac_status); }; }; then
7859 @@ -6650,20 +7955,21 @@
7860 echo "$as_me: failed program was:" >&5
7861 sed 's/^/| /' conftest.$ac_ext >&5
7864 + ac_cv_type_long=no
7866 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7868 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7870 -echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
7871 -echo "${ECHO_T}$ac_cv_type_long" >&6
7872 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
7873 +echo "${ECHO_T}$ac_cv_type_long" >&6; }
7875 -echo "$as_me:$LINENO: checking size of long" >&5
7876 -echo $ECHO_N "checking size of long... $ECHO_C" >&6
7877 +{ echo "$as_me:$LINENO: checking size of long" >&5
7878 +echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
7879 if test "${ac_cv_sizeof_long+set}" = set; then
7880 echo $ECHO_N "(cached) $ECHO_C" >&6
7882 if test "$ac_cv_type_long" = yes; then
7883 - # The cast to unsigned long works around a bug in the HP C Compiler
7884 + # The cast to long int works around a bug in the HP C Compiler
7885 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7886 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7887 # This bug is HP SR number 8606223364.
7888 @@ -6676,10 +7982,11 @@
7889 cat >>conftest.$ac_ext <<_ACEOF
7890 /* end confdefs.h. */
7891 $ac_includes_default
7892 + typedef long ac__type_sizeof_;
7896 -static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
7897 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
7901 @@ -6687,24 +7994,36 @@
7904 rm -f conftest.$ac_objext
7905 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7906 - (eval $ac_compile) 2>conftest.er1
7907 +if { (ac_try="$ac_compile"
7908 +case "(($ac_try" in
7909 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7910 + *) ac_try_echo=$ac_try;;
7912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7913 + (eval "$ac_compile") 2>conftest.er1
7915 grep -v '^ *+' conftest.er1 >conftest.err
7917 cat conftest.err >&5
7918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7919 (exit $ac_status); } &&
7920 - { ac_try='test -z "$ac_c_werror_flag"
7921 - || test ! -s conftest.err'
7922 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7923 - (eval $ac_try) 2>&5
7924 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7925 + { (case "(($ac_try" in
7926 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7927 + *) ac_try_echo=$ac_try;;
7929 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7930 + (eval "$ac_try") 2>&5
7932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933 (exit $ac_status); }; } &&
7934 { ac_try='test -s conftest.$ac_objext'
7935 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7936 - (eval $ac_try) 2>&5
7937 + { (case "(($ac_try" in
7938 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7939 + *) ac_try_echo=$ac_try;;
7941 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7942 + (eval "$ac_try") 2>&5
7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 (exit $ac_status); }; }; then
7946 @@ -6717,10 +8036,11 @@
7947 cat >>conftest.$ac_ext <<_ACEOF
7948 /* end confdefs.h. */
7949 $ac_includes_default
7950 + typedef long ac__type_sizeof_;
7954 -static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7955 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7959 @@ -6728,24 +8048,36 @@
7962 rm -f conftest.$ac_objext
7963 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7964 - (eval $ac_compile) 2>conftest.er1
7965 +if { (ac_try="$ac_compile"
7966 +case "(($ac_try" in
7967 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7968 + *) ac_try_echo=$ac_try;;
7970 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7971 + (eval "$ac_compile") 2>conftest.er1
7973 grep -v '^ *+' conftest.er1 >conftest.err
7975 cat conftest.err >&5
7976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7977 (exit $ac_status); } &&
7978 - { ac_try='test -z "$ac_c_werror_flag"
7979 - || test ! -s conftest.err'
7980 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7981 - (eval $ac_try) 2>&5
7982 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7983 + { (case "(($ac_try" in
7984 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7985 + *) ac_try_echo=$ac_try;;
7987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7988 + (eval "$ac_try") 2>&5
7990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7991 (exit $ac_status); }; } &&
7992 { ac_try='test -s conftest.$ac_objext'
7993 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7994 - (eval $ac_try) 2>&5
7995 + { (case "(($ac_try" in
7996 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7997 + *) ac_try_echo=$ac_try;;
7999 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8000 + (eval "$ac_try") 2>&5
8002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8003 (exit $ac_status); }; }; then
8004 @@ -6754,30 +8086,32 @@
8005 echo "$as_me: failed program was:" >&5
8006 sed 's/^/| /' conftest.$ac_ext >&5
8008 -ac_lo=`expr $ac_mid + 1`
8009 - if test $ac_lo -le $ac_mid; then
8013 - ac_mid=`expr 2 '*' $ac_mid + 1`
8014 + ac_lo=`expr $ac_mid + 1`
8015 + if test $ac_lo -le $ac_mid; then
8019 + ac_mid=`expr 2 '*' $ac_mid + 1`
8021 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8023 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8026 echo "$as_me: failed program was:" >&5
8027 sed 's/^/| /' conftest.$ac_ext >&5
8029 -cat >conftest.$ac_ext <<_ACEOF
8030 + cat >conftest.$ac_ext <<_ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8036 $ac_includes_default
8037 + typedef long ac__type_sizeof_;
8041 -static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
8042 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8046 @@ -6785,24 +8119,36 @@
8049 rm -f conftest.$ac_objext
8050 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8051 - (eval $ac_compile) 2>conftest.er1
8052 +if { (ac_try="$ac_compile"
8053 +case "(($ac_try" in
8054 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8055 + *) ac_try_echo=$ac_try;;
8057 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058 + (eval "$ac_compile") 2>conftest.er1
8060 grep -v '^ *+' conftest.er1 >conftest.err
8062 cat conftest.err >&5
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } &&
8065 - { ac_try='test -z "$ac_c_werror_flag"
8066 - || test ! -s conftest.err'
8067 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8068 - (eval $ac_try) 2>&5
8069 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8070 + { (case "(($ac_try" in
8071 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8072 + *) ac_try_echo=$ac_try;;
8074 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8075 + (eval "$ac_try") 2>&5
8077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078 (exit $ac_status); }; } &&
8079 { ac_try='test -s conftest.$ac_objext'
8080 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8081 - (eval $ac_try) 2>&5
8082 + { (case "(($ac_try" in
8083 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8084 + *) ac_try_echo=$ac_try;;
8086 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8087 + (eval "$ac_try") 2>&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); }; }; then
8091 @@ -6815,10 +8161,11 @@
8092 cat >>conftest.$ac_ext <<_ACEOF
8093 /* end confdefs.h. */
8094 $ac_includes_default
8095 + typedef long ac__type_sizeof_;
8099 -static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
8100 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8104 @@ -6826,24 +8173,36 @@
8107 rm -f conftest.$ac_objext
8108 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8109 - (eval $ac_compile) 2>conftest.er1
8110 +if { (ac_try="$ac_compile"
8111 +case "(($ac_try" in
8112 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8113 + *) ac_try_echo=$ac_try;;
8115 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8116 + (eval "$ac_compile") 2>conftest.er1
8118 grep -v '^ *+' conftest.er1 >conftest.err
8120 cat conftest.err >&5
8121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8122 (exit $ac_status); } &&
8123 - { ac_try='test -z "$ac_c_werror_flag"
8124 - || test ! -s conftest.err'
8125 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8126 - (eval $ac_try) 2>&5
8127 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8128 + { (case "(($ac_try" in
8129 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8130 + *) ac_try_echo=$ac_try;;
8132 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 + (eval "$ac_try") 2>&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 (exit $ac_status); }; } &&
8137 { ac_try='test -s conftest.$ac_objext'
8138 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8139 - (eval $ac_try) 2>&5
8140 + { (case "(($ac_try" in
8141 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142 + *) ac_try_echo=$ac_try;;
8144 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145 + (eval "$ac_try") 2>&5
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); }; }; then
8149 @@ -6852,24 +8211,27 @@
8150 echo "$as_me: failed program was:" >&5
8151 sed 's/^/| /' conftest.$ac_ext >&5
8153 -ac_hi=`expr '(' $ac_mid ')' - 1`
8154 - if test $ac_mid -le $ac_hi; then
8158 - ac_mid=`expr 2 '*' $ac_mid`
8159 + ac_hi=`expr '(' $ac_mid ')' - 1`
8160 + if test $ac_mid -le $ac_hi; then
8164 + ac_mid=`expr 2 '*' $ac_mid`
8166 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8168 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8171 echo "$as_me: failed program was:" >&5
8172 sed 's/^/| /' conftest.$ac_ext >&5
8177 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8179 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8181 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8183 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8184 # Binary search between lo and hi bounds.
8185 while test "x$ac_lo" != "x$ac_hi"; do
8186 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8187 @@ -6880,10 +8242,11 @@
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 $ac_includes_default
8191 + typedef long ac__type_sizeof_;
8195 -static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
8196 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8200 @@ -6891,24 +8254,36 @@
8203 rm -f conftest.$ac_objext
8204 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8205 - (eval $ac_compile) 2>conftest.er1
8206 +if { (ac_try="$ac_compile"
8207 +case "(($ac_try" in
8208 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8209 + *) ac_try_echo=$ac_try;;
8211 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8212 + (eval "$ac_compile") 2>conftest.er1
8214 grep -v '^ *+' conftest.er1 >conftest.err
8216 cat conftest.err >&5
8217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8218 (exit $ac_status); } &&
8219 - { ac_try='test -z "$ac_c_werror_flag"
8220 - || test ! -s conftest.err'
8221 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8222 - (eval $ac_try) 2>&5
8223 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8224 + { (case "(($ac_try" in
8225 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8226 + *) ac_try_echo=$ac_try;;
8228 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8229 + (eval "$ac_try") 2>&5
8231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232 (exit $ac_status); }; } &&
8233 { ac_try='test -s conftest.$ac_objext'
8234 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8235 - (eval $ac_try) 2>&5
8236 + { (case "(($ac_try" in
8237 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8238 + *) ac_try_echo=$ac_try;;
8240 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8241 + (eval "$ac_try") 2>&5
8243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8244 (exit $ac_status); }; }; then
8245 @@ -6917,26 +8292,20 @@
8246 echo "$as_me: failed program was:" >&5
8247 sed 's/^/| /' conftest.$ac_ext >&5
8249 -ac_lo=`expr '(' $ac_mid ')' + 1`
8250 + ac_lo=`expr '(' $ac_mid ')' + 1`
8252 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8254 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8257 ?*) ac_cv_sizeof_long=$ac_lo;;
8258 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8259 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
8260 See \`config.log' for more details." >&5
8261 -echo "$as_me: error: cannot compute sizeof (long), 77
8262 +echo "$as_me: error: cannot compute sizeof (long)
8263 See \`config.log' for more details." >&2;}
8264 - { (exit 1); exit 1; }; } ;;
8265 + { (exit 77); exit 77; }; } ;;
8268 - if test "$cross_compiling" = yes; then
8269 - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8270 -See \`config.log' for more details." >&5
8271 -echo "$as_me: error: cannot run test program while cross compiling
8272 -See \`config.log' for more details." >&2;}
8273 - { (exit 1); exit 1; }; }
8275 cat >conftest.$ac_ext <<_ACEOF
8278 @@ -6944,8 +8313,9 @@
8279 cat >>conftest.$ac_ext <<_ACEOF
8280 /* end confdefs.h. */
8281 $ac_includes_default
8282 -long longval () { return (long) (sizeof (long)); }
8283 -unsigned long ulongval () { return (long) (sizeof (long)); }
8284 + typedef long ac__type_sizeof_;
8285 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8286 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8290 @@ -6954,35 +8324,44 @@
8292 FILE *f = fopen ("conftest.val", "w");
8295 - if (((long) (sizeof (long))) < 0)
8297 + if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8299 - long i = longval ();
8300 - if (i != ((long) (sizeof (long))))
8302 + long int i = longval ();
8303 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
8305 fprintf (f, "%ld\n", i);
8309 - unsigned long i = ulongval ();
8310 - if (i != ((long) (sizeof (long))))
8312 + unsigned long int i = ulongval ();
8313 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
8315 fprintf (f, "%lu\n", i);
8317 - exit (ferror (f) || fclose (f) != 0);
8318 + return ferror (f) || fclose (f) != 0;
8324 rm -f conftest$ac_exeext
8325 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8326 - (eval $ac_link) 2>&5
8327 +if { (ac_try="$ac_link"
8328 +case "(($ac_try" in
8329 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8330 + *) ac_try_echo=$ac_try;;
8332 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8333 + (eval "$ac_link") 2>&5
8335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8336 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8337 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8338 - (eval $ac_try) 2>&5
8339 + { (case "(($ac_try" in
8340 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8341 + *) ac_try_echo=$ac_try;;
8343 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8344 + (eval "$ac_try") 2>&5
8346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8347 (exit $ac_status); }; }; then
8348 @@ -6993,29 +8372,28 @@
8349 sed 's/^/| /' conftest.$ac_ext >&5
8352 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8353 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
8354 See \`config.log' for more details." >&5
8355 -echo "$as_me: error: cannot compute sizeof (long), 77
8356 +echo "$as_me: error: cannot compute sizeof (long)
8357 See \`config.log' for more details." >&2;}
8358 - { (exit 1); exit 1; }; }
8360 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8361 + { (exit 77); exit 77; }; }
8363 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8370 -echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
8371 -echo "${ECHO_T}$ac_cv_sizeof_long" >&6
8372 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
8373 +echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
8374 cat >>confdefs.h <<_ACEOF
8375 #define SIZEOF_LONG $ac_cv_sizeof_long
8379 - echo "$as_me:$LINENO: checking for long long" >&5
8380 -echo $ECHO_N "checking for long long... $ECHO_C" >&6
8381 + { echo "$as_me:$LINENO: checking for long long" >&5
8382 +echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
8383 if test "${ac_cv_type_long_long+set}" = set; then
8384 echo $ECHO_N "(cached) $ECHO_C" >&6
8386 @@ -7026,36 +8404,49 @@
8387 cat >>conftest.$ac_ext <<_ACEOF
8388 /* end confdefs.h. */
8389 $ac_includes_default
8390 +typedef long long ac__type_new_;
8394 -if ((long long *) 0)
8395 +if ((ac__type_new_ *) 0)
8397 -if (sizeof (long long))
8398 +if (sizeof (ac__type_new_))
8404 rm -f conftest.$ac_objext
8405 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8406 - (eval $ac_compile) 2>conftest.er1
8407 +if { (ac_try="$ac_compile"
8408 +case "(($ac_try" in
8409 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8410 + *) ac_try_echo=$ac_try;;
8412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8413 + (eval "$ac_compile") 2>conftest.er1
8415 grep -v '^ *+' conftest.er1 >conftest.err
8417 cat conftest.err >&5
8418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8419 (exit $ac_status); } &&
8420 - { ac_try='test -z "$ac_c_werror_flag"
8421 - || test ! -s conftest.err'
8422 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8423 - (eval $ac_try) 2>&5
8424 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8425 + { (case "(($ac_try" in
8426 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427 + *) ac_try_echo=$ac_try;;
8429 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8430 + (eval "$ac_try") 2>&5
8432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8433 (exit $ac_status); }; } &&
8434 { ac_try='test -s conftest.$ac_objext'
8435 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8436 - (eval $ac_try) 2>&5
8437 + { (case "(($ac_try" in
8438 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8439 + *) ac_try_echo=$ac_try;;
8441 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8442 + (eval "$ac_try") 2>&5
8444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8445 (exit $ac_status); }; }; then
8446 @@ -7064,20 +8455,21 @@
8447 echo "$as_me: failed program was:" >&5
8448 sed 's/^/| /' conftest.$ac_ext >&5
8450 -ac_cv_type_long_long=no
8451 + ac_cv_type_long_long=no
8453 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8455 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8457 -echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8458 -echo "${ECHO_T}$ac_cv_type_long_long" >&6
8459 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8460 +echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
8462 -echo "$as_me:$LINENO: checking size of long long" >&5
8463 -echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8464 +{ echo "$as_me:$LINENO: checking size of long long" >&5
8465 +echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
8466 if test "${ac_cv_sizeof_long_long+set}" = set; then
8467 echo $ECHO_N "(cached) $ECHO_C" >&6
8469 if test "$ac_cv_type_long_long" = yes; then
8470 - # The cast to unsigned long works around a bug in the HP C Compiler
8471 + # The cast to long int works around a bug in the HP C Compiler
8472 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8473 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8474 # This bug is HP SR number 8606223364.
8475 @@ -7090,10 +8482,11 @@
8476 cat >>conftest.$ac_ext <<_ACEOF
8477 /* end confdefs.h. */
8478 $ac_includes_default
8479 + typedef long long ac__type_sizeof_;
8483 -static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8484 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
8488 @@ -7101,24 +8494,36 @@
8491 rm -f conftest.$ac_objext
8492 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8493 - (eval $ac_compile) 2>conftest.er1
8494 +if { (ac_try="$ac_compile"
8495 +case "(($ac_try" in
8496 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8497 + *) ac_try_echo=$ac_try;;
8499 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8500 + (eval "$ac_compile") 2>conftest.er1
8502 grep -v '^ *+' conftest.er1 >conftest.err
8504 cat conftest.err >&5
8505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506 (exit $ac_status); } &&
8507 - { ac_try='test -z "$ac_c_werror_flag"
8508 - || test ! -s conftest.err'
8509 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8510 - (eval $ac_try) 2>&5
8511 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8512 + { (case "(($ac_try" in
8513 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8514 + *) ac_try_echo=$ac_try;;
8516 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8517 + (eval "$ac_try") 2>&5
8519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8520 (exit $ac_status); }; } &&
8521 { ac_try='test -s conftest.$ac_objext'
8522 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8523 - (eval $ac_try) 2>&5
8524 + { (case "(($ac_try" in
8525 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8526 + *) ac_try_echo=$ac_try;;
8528 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8529 + (eval "$ac_try") 2>&5
8531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8532 (exit $ac_status); }; }; then
8533 @@ -7131,10 +8536,11 @@
8534 cat >>conftest.$ac_ext <<_ACEOF
8535 /* end confdefs.h. */
8536 $ac_includes_default
8537 + typedef long long ac__type_sizeof_;
8541 -static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8542 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8546 @@ -7142,24 +8548,36 @@
8549 rm -f conftest.$ac_objext
8550 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8551 - (eval $ac_compile) 2>conftest.er1
8552 +if { (ac_try="$ac_compile"
8553 +case "(($ac_try" in
8554 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8555 + *) ac_try_echo=$ac_try;;
8557 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8558 + (eval "$ac_compile") 2>conftest.er1
8560 grep -v '^ *+' conftest.er1 >conftest.err
8562 cat conftest.err >&5
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 (exit $ac_status); } &&
8565 - { ac_try='test -z "$ac_c_werror_flag"
8566 - || test ! -s conftest.err'
8567 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568 - (eval $ac_try) 2>&5
8569 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8570 + { (case "(($ac_try" in
8571 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8572 + *) ac_try_echo=$ac_try;;
8574 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8575 + (eval "$ac_try") 2>&5
8577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8578 (exit $ac_status); }; } &&
8579 { ac_try='test -s conftest.$ac_objext'
8580 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8581 - (eval $ac_try) 2>&5
8582 + { (case "(($ac_try" in
8583 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8584 + *) ac_try_echo=$ac_try;;
8586 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8587 + (eval "$ac_try") 2>&5
8589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8590 (exit $ac_status); }; }; then
8591 @@ -7168,30 +8586,32 @@
8592 echo "$as_me: failed program was:" >&5
8593 sed 's/^/| /' conftest.$ac_ext >&5
8595 -ac_lo=`expr $ac_mid + 1`
8596 - if test $ac_lo -le $ac_mid; then
8600 - ac_mid=`expr 2 '*' $ac_mid + 1`
8601 + ac_lo=`expr $ac_mid + 1`
8602 + if test $ac_lo -le $ac_mid; then
8606 + ac_mid=`expr 2 '*' $ac_mid + 1`
8608 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8610 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8613 echo "$as_me: failed program was:" >&5
8614 sed 's/^/| /' conftest.$ac_ext >&5
8616 -cat >conftest.$ac_ext <<_ACEOF
8617 + cat >conftest.$ac_ext <<_ACEOF
8620 cat confdefs.h >>conftest.$ac_ext
8621 cat >>conftest.$ac_ext <<_ACEOF
8622 /* end confdefs.h. */
8623 $ac_includes_default
8624 + typedef long long ac__type_sizeof_;
8628 -static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
8629 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
8633 @@ -7199,24 +8619,36 @@
8636 rm -f conftest.$ac_objext
8637 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8638 - (eval $ac_compile) 2>conftest.er1
8639 +if { (ac_try="$ac_compile"
8640 +case "(($ac_try" in
8641 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8642 + *) ac_try_echo=$ac_try;;
8644 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8645 + (eval "$ac_compile") 2>conftest.er1
8647 grep -v '^ *+' conftest.er1 >conftest.err
8649 cat conftest.err >&5
8650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651 (exit $ac_status); } &&
8652 - { ac_try='test -z "$ac_c_werror_flag"
8653 - || test ! -s conftest.err'
8654 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8655 - (eval $ac_try) 2>&5
8656 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8657 + { (case "(($ac_try" in
8658 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8659 + *) ac_try_echo=$ac_try;;
8661 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8662 + (eval "$ac_try") 2>&5
8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665 (exit $ac_status); }; } &&
8666 { ac_try='test -s conftest.$ac_objext'
8667 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8668 - (eval $ac_try) 2>&5
8669 + { (case "(($ac_try" in
8670 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8671 + *) ac_try_echo=$ac_try;;
8673 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8674 + (eval "$ac_try") 2>&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); }; }; then
8678 @@ -7229,10 +8661,11 @@
8679 cat >>conftest.$ac_ext <<_ACEOF
8680 /* end confdefs.h. */
8681 $ac_includes_default
8682 + typedef long long ac__type_sizeof_;
8686 -static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
8687 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
8691 @@ -7240,24 +8673,36 @@
8694 rm -f conftest.$ac_objext
8695 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8696 - (eval $ac_compile) 2>conftest.er1
8697 +if { (ac_try="$ac_compile"
8698 +case "(($ac_try" in
8699 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8700 + *) ac_try_echo=$ac_try;;
8702 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8703 + (eval "$ac_compile") 2>conftest.er1
8705 grep -v '^ *+' conftest.er1 >conftest.err
8707 cat conftest.err >&5
8708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8709 (exit $ac_status); } &&
8710 - { ac_try='test -z "$ac_c_werror_flag"
8711 - || test ! -s conftest.err'
8712 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8713 - (eval $ac_try) 2>&5
8714 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8715 + { (case "(($ac_try" in
8716 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8717 + *) ac_try_echo=$ac_try;;
8719 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8720 + (eval "$ac_try") 2>&5
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); }; } &&
8724 { ac_try='test -s conftest.$ac_objext'
8725 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8726 - (eval $ac_try) 2>&5
8727 + { (case "(($ac_try" in
8728 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8729 + *) ac_try_echo=$ac_try;;
8731 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8732 + (eval "$ac_try") 2>&5
8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); }; }; then
8736 @@ -7266,24 +8711,27 @@
8737 echo "$as_me: failed program was:" >&5
8738 sed 's/^/| /' conftest.$ac_ext >&5
8740 -ac_hi=`expr '(' $ac_mid ')' - 1`
8741 - if test $ac_mid -le $ac_hi; then
8745 - ac_mid=`expr 2 '*' $ac_mid`
8746 + ac_hi=`expr '(' $ac_mid ')' - 1`
8747 + if test $ac_mid -le $ac_hi; then
8751 + ac_mid=`expr 2 '*' $ac_mid`
8753 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8755 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8758 echo "$as_me: failed program was:" >&5
8759 sed 's/^/| /' conftest.$ac_ext >&5
8764 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8766 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8768 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8770 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8771 # Binary search between lo and hi bounds.
8772 while test "x$ac_lo" != "x$ac_hi"; do
8773 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8774 @@ -7294,10 +8742,11 @@
8775 cat >>conftest.$ac_ext <<_ACEOF
8776 /* end confdefs.h. */
8777 $ac_includes_default
8778 + typedef long long ac__type_sizeof_;
8782 -static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8783 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
8787 @@ -7305,24 +8754,36 @@
8790 rm -f conftest.$ac_objext
8791 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8792 - (eval $ac_compile) 2>conftest.er1
8793 +if { (ac_try="$ac_compile"
8794 +case "(($ac_try" in
8795 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8796 + *) ac_try_echo=$ac_try;;
8798 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8799 + (eval "$ac_compile") 2>conftest.er1
8801 grep -v '^ *+' conftest.er1 >conftest.err
8803 cat conftest.err >&5
8804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8805 (exit $ac_status); } &&
8806 - { ac_try='test -z "$ac_c_werror_flag"
8807 - || test ! -s conftest.err'
8808 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8809 - (eval $ac_try) 2>&5
8810 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8811 + { (case "(($ac_try" in
8812 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8813 + *) ac_try_echo=$ac_try;;
8815 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8816 + (eval "$ac_try") 2>&5
8818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8819 (exit $ac_status); }; } &&
8820 { ac_try='test -s conftest.$ac_objext'
8821 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8822 - (eval $ac_try) 2>&5
8823 + { (case "(($ac_try" in
8824 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8825 + *) ac_try_echo=$ac_try;;
8827 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8828 + (eval "$ac_try") 2>&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); }; }; then
8832 @@ -7331,26 +8792,20 @@
8833 echo "$as_me: failed program was:" >&5
8834 sed 's/^/| /' conftest.$ac_ext >&5
8836 -ac_lo=`expr '(' $ac_mid ')' + 1`
8837 + ac_lo=`expr '(' $ac_mid ')' + 1`
8839 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8841 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8844 ?*) ac_cv_sizeof_long_long=$ac_lo;;
8845 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8846 +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
8847 See \`config.log' for more details." >&5
8848 -echo "$as_me: error: cannot compute sizeof (long long), 77
8849 +echo "$as_me: error: cannot compute sizeof (long long)
8850 See \`config.log' for more details." >&2;}
8851 - { (exit 1); exit 1; }; } ;;
8852 + { (exit 77); exit 77; }; } ;;
8855 - if test "$cross_compiling" = yes; then
8856 - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8857 -See \`config.log' for more details." >&5
8858 -echo "$as_me: error: cannot run test program while cross compiling
8859 -See \`config.log' for more details." >&2;}
8860 - { (exit 1); exit 1; }; }
8862 cat >conftest.$ac_ext <<_ACEOF
8865 @@ -7358,8 +8813,9 @@
8866 cat >>conftest.$ac_ext <<_ACEOF
8867 /* end confdefs.h. */
8868 $ac_includes_default
8869 -long longval () { return (long) (sizeof (long long)); }
8870 -unsigned long ulongval () { return (long) (sizeof (long long)); }
8871 + typedef long long ac__type_sizeof_;
8872 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
8873 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
8877 @@ -7368,35 +8824,44 @@
8879 FILE *f = fopen ("conftest.val", "w");
8882 - if (((long) (sizeof (long long))) < 0)
8884 + if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8886 - long i = longval ();
8887 - if (i != ((long) (sizeof (long long))))
8889 + long int i = longval ();
8890 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
8892 fprintf (f, "%ld\n", i);
8896 - unsigned long i = ulongval ();
8897 - if (i != ((long) (sizeof (long long))))
8899 + unsigned long int i = ulongval ();
8900 + if (i != ((long int) (sizeof (ac__type_sizeof_))))
8902 fprintf (f, "%lu\n", i);
8904 - exit (ferror (f) || fclose (f) != 0);
8905 + return ferror (f) || fclose (f) != 0;
8911 rm -f conftest$ac_exeext
8912 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8913 - (eval $ac_link) 2>&5
8914 +if { (ac_try="$ac_link"
8915 +case "(($ac_try" in
8916 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8917 + *) ac_try_echo=$ac_try;;
8919 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8920 + (eval "$ac_link") 2>&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8924 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8925 - (eval $ac_try) 2>&5
8926 + { (case "(($ac_try" in
8927 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8928 + *) ac_try_echo=$ac_try;;
8930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8931 + (eval "$ac_try") 2>&5
8933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8934 (exit $ac_status); }; }; then
8935 @@ -7407,22 +8872,21 @@
8936 sed 's/^/| /' conftest.$ac_ext >&5
8939 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8940 +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
8941 See \`config.log' for more details." >&5
8942 -echo "$as_me: error: cannot compute sizeof (long long), 77
8943 +echo "$as_me: error: cannot compute sizeof (long long)
8944 See \`config.log' for more details." >&2;}
8945 - { (exit 1); exit 1; }; }
8947 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8948 + { (exit 77); exit 77; }; }
8950 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8954 ac_cv_sizeof_long_long=0
8957 -echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8958 -echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
8959 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8960 +echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
8961 cat >>confdefs.h <<_ACEOF
8962 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8964 @@ -7437,8 +8901,8 @@
8965 ac_aux_path_sendmail=/usr/sbin:/usr/lib
8966 # Extract the first word of "sendmail", so it can be a program name with args.
8967 set dummy sendmail; ac_word=$2
8968 -echo "$as_me:$LINENO: checking for $ac_word" >&5
8969 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8970 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
8971 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8972 if test "${ac_cv_path_SENDMAIL+set}" = set; then
8973 echo $ECHO_N "(cached) $ECHO_C" >&6
8975 @@ -7454,29 +8918,30 @@
8977 test -z "$as_dir" && as_dir=.
8978 for ac_exec_ext in '' $ac_executable_extensions; do
8979 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8980 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
8981 ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext"
8982 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8989 test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/sbin/sendmail"
8993 SENDMAIL=$ac_cv_path_SENDMAIL
8995 if test -n "$SENDMAIL"; then
8996 - echo "$as_me:$LINENO: result: $SENDMAIL" >&5
8997 -echo "${ECHO_T}$SENDMAIL" >&6
8998 + { echo "$as_me:$LINENO: result: $SENDMAIL" >&5
8999 +echo "${ECHO_T}$SENDMAIL" >&6; }
9001 - echo "$as_me:$LINENO: result: no" >&5
9002 -echo "${ECHO_T}no" >&6
9003 + { echo "$as_me:$LINENO: result: no" >&5
9004 +echo "${ECHO_T}no" >&6; }
9009 cat >>confdefs.h <<_ACEOF
9010 #define SENDMAIL "$ac_cv_path_SENDMAIL"
9012 @@ -7484,22 +8949,22 @@
9016 -# Check whether --enable-gpgme or --disable-gpgme was given.
9017 +# Check whether --enable-gpgme was given.
9018 if test "${enable_gpgme+set}" = set; then
9019 - enableval="$enable_gpgme"
9020 - if test x$enableval = xyes; then
9021 + enableval=$enable_gpgme; if test x$enableval = xyes; then
9029 -# Check whether --with-gpgme-prefix or --without-gpgme-prefix was given.
9030 +# Check whether --with-gpgme-prefix was given.
9031 if test "${with_gpgme_prefix+set}" = set; then
9032 - withval="$with_gpgme_prefix"
9033 - gpgme_config_prefix="$withval"
9034 + withval=$with_gpgme_prefix; gpgme_config_prefix="$withval"
9036 gpgme_config_prefix=""
9041 if test x$have_gpgme = xyes; then
9042 if test x$gpgme_config_prefix != x; then
9043 @@ -7507,8 +8972,8 @@
9045 # Extract the first word of "gpgme-config", so it can be a program name with args.
9046 set dummy gpgme-config; ac_word=$2
9047 -echo "$as_me:$LINENO: checking for $ac_word" >&5
9048 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9049 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9050 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9051 if test "${ac_cv_path_GPGME_CONFIG+set}" = set; then
9052 echo $ECHO_N "(cached) $ECHO_C" >&6
9054 @@ -7523,28 +8988,29 @@
9056 test -z "$as_dir" && as_dir=.
9057 for ac_exec_ext in '' $ac_executable_extensions; do
9058 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9059 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
9060 ac_cv_path_GPGME_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9068 test -z "$ac_cv_path_GPGME_CONFIG" && ac_cv_path_GPGME_CONFIG="no"
9072 GPGME_CONFIG=$ac_cv_path_GPGME_CONFIG
9074 if test -n "$GPGME_CONFIG"; then
9075 - echo "$as_me:$LINENO: result: $GPGME_CONFIG" >&5
9076 -echo "${ECHO_T}$GPGME_CONFIG" >&6
9077 + { echo "$as_me:$LINENO: result: $GPGME_CONFIG" >&5
9078 +echo "${ECHO_T}$GPGME_CONFIG" >&6; }
9080 - echo "$as_me:$LINENO: result: no" >&5
9081 -echo "${ECHO_T}no" >&6
9082 + { echo "$as_me:$LINENO: result: no" >&5
9083 +echo "${ECHO_T}no" >&6; }
9088 if test "x$GPGME_CONFIG" = "xno"; then
9089 { { echo "$as_me:$LINENO: error: GPGME not found" >&5
9090 @@ -7564,14 +9030,14 @@
9094 -# Check whether --enable-pgp or --disable-pgp was given.
9095 +# Check whether --enable-pgp was given.
9096 if test "${enable_pgp+set}" = set; then
9097 - enableval="$enable_pgp"
9098 - if test x$enableval = xno ; then
9099 + enableval=$enable_pgp; if test x$enableval = xno ; then
9107 if test x$have_pgp != xno ; then
9109 @@ -7583,14 +9049,14 @@
9110 MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o"
9113 -# Check whether --enable-smime or --disable-smime was given.
9114 +# Check whether --enable-smime was given.
9115 if test "${enable_smime+set}" = set; then
9116 - enableval="$enable_smime"
9117 - if test x$enableval = xno ; then
9118 + enableval=$enable_smime; if test x$enableval = xno ; then
9126 if test x$have_smime != xno ; then
9128 @@ -7603,10 +9069,9 @@
9132 -# Check whether --with-mixmaster or --without-mixmaster was given.
9133 +# Check whether --with-mixmaster was given.
9134 if test "${with_mixmaster+set}" = set; then
9135 - withval="$with_mixmaster"
9136 - if test -x "$withval" ; then
9137 + withval=$with_mixmaster; if test -x "$withval" ; then
9138 MIXMASTER="$withval"
9140 MIXMASTER="mixmaster"
9141 @@ -7619,7 +9084,8 @@
9149 # We now require all OPS
9150 OPS="$OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT "
9151 @@ -7630,8 +9096,8 @@
9153 # Extract the first word of "ispell", so it can be a program name with args.
9154 set dummy ispell; ac_word=$2
9155 -echo "$as_me:$LINENO: checking for $ac_word" >&5
9156 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9157 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9158 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9159 if test "${ac_cv_path_ISPELL+set}" = set; then
9160 echo $ECHO_N "(cached) $ECHO_C" >&6
9162 @@ -7646,28 +9112,29 @@
9164 test -z "$as_dir" && as_dir=.
9165 for ac_exec_ext in '' $ac_executable_extensions; do
9166 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9167 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
9168 ac_cv_path_ISPELL="$as_dir/$ac_word$ac_exec_ext"
9169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9176 test -z "$ac_cv_path_ISPELL" && ac_cv_path_ISPELL="no"
9180 ISPELL=$ac_cv_path_ISPELL
9182 if test -n "$ISPELL"; then
9183 - echo "$as_me:$LINENO: result: $ISPELL" >&5
9184 -echo "${ECHO_T}$ISPELL" >&6
9185 + { echo "$as_me:$LINENO: result: $ISPELL" >&5
9186 +echo "${ECHO_T}$ISPELL" >&6; }
9188 - echo "$as_me:$LINENO: result: no" >&5
9189 -echo "${ECHO_T}no" >&6
9190 + { echo "$as_me:$LINENO: result: no" >&5
9191 +echo "${ECHO_T}no" >&6; }
9195 if test $ISPELL != no; then
9197 cat >>confdefs.h <<_ACEOF
9198 @@ -7677,11 +9144,10 @@
9202 -# Check whether --with-slang or --without-slang was given.
9203 +# Check whether --with-slang was given.
9204 if test "${with_slang+set}" = set; then
9205 - withval="$with_slang"
9206 - echo "$as_me:$LINENO: checking if this is a BSD system" >&5
9207 -echo $ECHO_N "checking if this is a BSD system... $ECHO_C" >&6
9208 + withval=$with_slang; { echo "$as_me:$LINENO: checking if this is a BSD system" >&5
9209 +echo $ECHO_N "checking if this is a BSD system... $ECHO_C" >&6; }
9210 if test "${mutt_cv_bsdish+set}" = set; then
9211 echo $ECHO_N "(cached) $ECHO_C" >&6
9213 @@ -7707,13 +9173,22 @@
9216 rm -f conftest$ac_exeext
9217 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9218 - (eval $ac_link) 2>&5
9219 +if { (ac_try="$ac_link"
9220 +case "(($ac_try" in
9221 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9222 + *) ac_try_echo=$ac_try;;
9224 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9225 + (eval "$ac_link") 2>&5
9227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9228 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9229 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9230 - (eval $ac_try) 2>&5
9231 + { (case "(($ac_try" in
9232 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9233 + *) ac_try_echo=$ac_try;;
9235 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9236 + (eval "$ac_try") 2>&5
9238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239 (exit $ac_status); }; }; then
9240 @@ -7726,14 +9201,16 @@
9244 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9245 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9250 -echo "$as_me:$LINENO: result: $mutt_cv_bsdish" >&5
9251 -echo "${ECHO_T}$mutt_cv_bsdish" >&6
9252 +{ echo "$as_me:$LINENO: result: $mutt_cv_bsdish" >&5
9253 +echo "${ECHO_T}$mutt_cv_bsdish" >&6; }
9255 - echo "$as_me:$LINENO: checking for S-Lang" >&5
9256 -echo $ECHO_N "checking for S-Lang... $ECHO_C" >&6
9257 + { echo "$as_me:$LINENO: checking for S-Lang" >&5
9258 +echo $ECHO_N "checking for S-Lang... $ECHO_C" >&6; }
9259 if test $withval = yes; then
9260 if test -d $srcdir/../slang; then
9261 mutt_cv_slang=$srcdir/../slang/src
9262 @@ -7762,12 +9239,12 @@
9263 LDFLAGS="$LDFLAGS -L${withval}/lib"
9266 - echo "$as_me:$LINENO: result: $mutt_cv_slang" >&5
9267 -echo "${ECHO_T}$mutt_cv_slang" >&6
9268 + { echo "$as_me:$LINENO: result: $mutt_cv_slang" >&5
9269 +echo "${ECHO_T}$mutt_cv_slang" >&6; }
9270 if test $mutt_cv_bsdish = yes; then
9272 -echo "$as_me:$LINENO: checking for main in -ltermlib" >&5
9273 -echo $ECHO_N "checking for main in -ltermlib... $ECHO_C" >&6
9274 +{ echo "$as_me:$LINENO: checking for main in -ltermlib" >&5
9275 +echo $ECHO_N "checking for main in -ltermlib... $ECHO_C" >&6; }
9276 if test "${ac_cv_lib_termlib_main+set}" = set; then
9277 echo $ECHO_N "(cached) $ECHO_C" >&6
9279 @@ -7784,30 +9261,42 @@
9289 rm -f conftest.$ac_objext conftest$ac_exeext
9290 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9291 - (eval $ac_link) 2>conftest.er1
9292 +if { (ac_try="$ac_link"
9293 +case "(($ac_try" in
9294 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9295 + *) ac_try_echo=$ac_try;;
9297 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9298 + (eval "$ac_link") 2>conftest.er1
9300 grep -v '^ *+' conftest.er1 >conftest.err
9302 cat conftest.err >&5
9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } &&
9305 - { ac_try='test -z "$ac_c_werror_flag"
9306 - || test ! -s conftest.err'
9307 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9308 - (eval $ac_try) 2>&5
9309 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9310 + { (case "(($ac_try" in
9311 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9312 + *) ac_try_echo=$ac_try;;
9314 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9315 + (eval "$ac_try") 2>&5
9317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9318 (exit $ac_status); }; } &&
9319 { ac_try='test -s conftest$ac_exeext'
9320 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9321 - (eval $ac_try) 2>&5
9322 + { (case "(($ac_try" in
9323 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9324 + *) ac_try_echo=$ac_try;;
9326 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9327 + (eval "$ac_try") 2>&5
9329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); }; }; then
9331 @@ -7816,14 +9305,15 @@
9332 echo "$as_me: failed program was:" >&5
9333 sed 's/^/| /' conftest.$ac_ext >&5
9335 -ac_cv_lib_termlib_main=no
9336 + ac_cv_lib_termlib_main=no
9338 -rm -f conftest.err conftest.$ac_objext \
9340 +rm -f core conftest.err conftest.$ac_objext \
9341 conftest$ac_exeext conftest.$ac_ext
9342 LIBS=$ac_check_lib_save_LIBS
9344 -echo "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5
9345 -echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6
9346 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5
9347 +echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6; }
9348 if test $ac_cv_lib_termlib_main = yes; then
9349 cat >>confdefs.h <<_ACEOF
9350 #define HAVE_LIBTERMLIB 1
9351 @@ -7847,8 +9337,8 @@
9352 MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS resize.o"
9355 - echo "$as_me:$LINENO: checking for SLtt_get_terminfo in -lslang" >&5
9356 -echo $ECHO_N "checking for SLtt_get_terminfo in -lslang... $ECHO_C" >&6
9357 + { echo "$as_me:$LINENO: checking for SLtt_get_terminfo in -lslang" >&5
9358 +echo $ECHO_N "checking for SLtt_get_terminfo in -lslang... $ECHO_C" >&6; }
9359 if test "${ac_cv_lib_slang_SLtt_get_terminfo+set}" = set; then
9360 echo $ECHO_N "(cached) $ECHO_C" >&6
9362 @@ -7861,40 +9351,52 @@
9363 cat >>conftest.$ac_ext <<_ACEOF
9364 /* end confdefs.h. */
9366 -/* Override any gcc2 internal prototype to avoid an error. */
9367 +/* Override any GCC internal prototype to avoid an error.
9368 + Use char because int might match the return type of a GCC
9369 + builtin and then its argument prototype would still apply. */
9373 -/* We use char because int might match the return type of a gcc2
9374 - builtin and then its argument prototype would still apply. */
9375 char SLtt_get_terminfo ();
9379 -SLtt_get_terminfo ();
9380 +return SLtt_get_terminfo ();
9385 rm -f conftest.$ac_objext conftest$ac_exeext
9386 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9387 - (eval $ac_link) 2>conftest.er1
9388 +if { (ac_try="$ac_link"
9389 +case "(($ac_try" in
9390 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9391 + *) ac_try_echo=$ac_try;;
9393 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9394 + (eval "$ac_link") 2>conftest.er1
9396 grep -v '^ *+' conftest.er1 >conftest.err
9398 cat conftest.err >&5
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); } &&
9401 - { ac_try='test -z "$ac_c_werror_flag"
9402 - || test ! -s conftest.err'
9403 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9404 - (eval $ac_try) 2>&5
9405 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9406 + { (case "(($ac_try" in
9407 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9408 + *) ac_try_echo=$ac_try;;
9410 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9411 + (eval "$ac_try") 2>&5
9413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9414 (exit $ac_status); }; } &&
9415 { ac_try='test -s conftest$ac_exeext'
9416 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9417 - (eval $ac_try) 2>&5
9418 + { (case "(($ac_try" in
9419 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9420 + *) ac_try_echo=$ac_try;;
9422 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9423 + (eval "$ac_try") 2>&5
9425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9426 (exit $ac_status); }; }; then
9427 @@ -7903,14 +9405,15 @@
9428 echo "$as_me: failed program was:" >&5
9429 sed 's/^/| /' conftest.$ac_ext >&5
9431 -ac_cv_lib_slang_SLtt_get_terminfo=no
9432 + ac_cv_lib_slang_SLtt_get_terminfo=no
9434 -rm -f conftest.err conftest.$ac_objext \
9436 +rm -f core conftest.err conftest.$ac_objext \
9437 conftest$ac_exeext conftest.$ac_ext
9438 LIBS=$ac_check_lib_save_LIBS
9440 -echo "$as_me:$LINENO: result: $ac_cv_lib_slang_SLtt_get_terminfo" >&5
9441 -echo "${ECHO_T}$ac_cv_lib_slang_SLtt_get_terminfo" >&6
9442 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_slang_SLtt_get_terminfo" >&5
9443 +echo "${ECHO_T}$ac_cv_lib_slang_SLtt_get_terminfo" >&6; }
9444 if test $ac_cv_lib_slang_SLtt_get_terminfo = yes; then
9445 MUTTLIBS="$MUTTLIBS -lslang -lm"
9447 @@ -7924,20 +9427,20 @@
9451 -# Check whether --with-curses or --without-curses was given.
9452 +# Check whether --with-curses was given.
9453 if test "${with_curses+set}" = set; then
9454 - withval="$with_curses"
9455 - if test $withval != yes; then
9456 + withval=$with_curses; if test $withval != yes; then
9457 mutt_cv_curses=$withval
9459 if test x$mutt_cv_curses != x/usr; then
9460 LDFLAGS="$LDFLAGS -L${mutt_cv_curses}/lib"
9461 CPPFLAGS="$CPPFLAGS -I${mutt_cv_curses}/include"
9467 - echo "$as_me:$LINENO: checking for initscr" >&5
9468 -echo $ECHO_N "checking for initscr... $ECHO_C" >&6
9469 + { echo "$as_me:$LINENO: checking for initscr" >&5
9470 +echo $ECHO_N "checking for initscr... $ECHO_C" >&6; }
9471 if test "${ac_cv_func_initscr+set}" = set; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6
9474 @@ -7964,53 +9467,59 @@
9478 -/* Override any gcc2 internal prototype to avoid an error. */
9479 +/* Override any GCC internal prototype to avoid an error.
9480 + Use char because int might match the return type of a GCC
9481 + builtin and then its argument prototype would still apply. */
9486 -/* We use char because int might match the return type of a gcc2
9487 - builtin and then its argument prototype would still apply. */
9489 /* The GNU C library defines this for functions which it implements
9490 to always fail with ENOSYS. Some functions are actually named
9491 something starting with __ and the normal name is an alias. */
9492 -#if defined (__stub_initscr) || defined (__stub___initscr)
9493 +#if defined __stub_initscr || defined __stub___initscr
9496 -char (*f) () = initscr;
9505 -return f != initscr;
9511 rm -f conftest.$ac_objext conftest$ac_exeext
9512 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9513 - (eval $ac_link) 2>conftest.er1
9514 +if { (ac_try="$ac_link"
9515 +case "(($ac_try" in
9516 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9517 + *) ac_try_echo=$ac_try;;
9519 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9520 + (eval "$ac_link") 2>conftest.er1
9522 grep -v '^ *+' conftest.er1 >conftest.err
9524 cat conftest.err >&5
9525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9526 (exit $ac_status); } &&
9527 - { ac_try='test -z "$ac_c_werror_flag"
9528 - || test ! -s conftest.err'
9529 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9530 - (eval $ac_try) 2>&5
9531 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9532 + { (case "(($ac_try" in
9533 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9534 + *) ac_try_echo=$ac_try;;
9536 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9537 + (eval "$ac_try") 2>&5
9539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9540 (exit $ac_status); }; } &&
9541 { ac_try='test -s conftest$ac_exeext'
9542 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9543 - (eval $ac_try) 2>&5
9544 + { (case "(($ac_try" in
9545 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9546 + *) ac_try_echo=$ac_try;;
9548 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9549 + (eval "$ac_try") 2>&5
9551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9552 (exit $ac_status); }; }; then
9553 @@ -8019,13 +9528,14 @@
9554 echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.$ac_ext >&5
9557 -ac_cv_func_initscr=no
9558 + ac_cv_func_initscr=no
9560 -rm -f conftest.err conftest.$ac_objext \
9562 +rm -f core conftest.err conftest.$ac_objext \
9563 conftest$ac_exeext conftest.$ac_ext
9565 -echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5
9566 -echo "${ECHO_T}$ac_cv_func_initscr" >&6
9567 +{ echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5
9568 +echo "${ECHO_T}$ac_cv_func_initscr" >&6; }
9569 if test $ac_cv_func_initscr = yes; then
9572 @@ -8034,9 +9544,9 @@
9573 for lib in ncurses ncursesw
9575 as_ac_Lib=`echo "ac_cv_lib_$lib''_waddnwstr" | $as_tr_sh`
9576 -echo "$as_me:$LINENO: checking for waddnwstr in -l$lib" >&5
9577 -echo $ECHO_N "checking for waddnwstr in -l$lib... $ECHO_C" >&6
9578 -if eval "test \"\${$as_ac_Lib+set}\" = set"; then
9579 +{ echo "$as_me:$LINENO: checking for waddnwstr in -l$lib" >&5
9580 +echo $ECHO_N "checking for waddnwstr in -l$lib... $ECHO_C" >&6; }
9581 +if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 ac_check_lib_save_LIBS=$LIBS
9585 @@ -8048,40 +9558,52 @@
9586 cat >>conftest.$ac_ext <<_ACEOF
9587 /* end confdefs.h. */
9589 -/* Override any gcc2 internal prototype to avoid an error. */
9590 +/* Override any GCC internal prototype to avoid an error.
9591 + Use char because int might match the return type of a GCC
9592 + builtin and then its argument prototype would still apply. */
9596 -/* We use char because int might match the return type of a gcc2
9597 - builtin and then its argument prototype would still apply. */
9603 +return waddnwstr ();
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9610 - (eval $ac_link) 2>conftest.er1
9611 +if { (ac_try="$ac_link"
9612 +case "(($ac_try" in
9613 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9614 + *) ac_try_echo=$ac_try;;
9616 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9617 + (eval "$ac_link") 2>conftest.er1
9619 grep -v '^ *+' conftest.er1 >conftest.err
9621 cat conftest.err >&5
9622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9623 (exit $ac_status); } &&
9624 - { ac_try='test -z "$ac_c_werror_flag"
9625 - || test ! -s conftest.err'
9626 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9627 - (eval $ac_try) 2>&5
9628 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9629 + { (case "(($ac_try" in
9630 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9631 + *) ac_try_echo=$ac_try;;
9633 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9634 + (eval "$ac_try") 2>&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); }; } &&
9638 { ac_try='test -s conftest$ac_exeext'
9639 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9640 - (eval $ac_try) 2>&5
9641 + { (case "(($ac_try" in
9642 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9643 + *) ac_try_echo=$ac_try;;
9645 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9646 + (eval "$ac_try") 2>&5
9648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649 (exit $ac_status); }; }; then
9650 @@ -8090,23 +9612,25 @@
9651 echo "$as_me: failed program was:" >&5
9652 sed 's/^/| /' conftest.$ac_ext >&5
9654 -eval "$as_ac_Lib=no"
9655 + eval "$as_ac_Lib=no"
9657 -rm -f conftest.err conftest.$ac_objext \
9659 +rm -f core conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
9661 LIBS=$ac_check_lib_save_LIBS
9663 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
9664 -echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
9665 +ac_res=`eval echo '${'$as_ac_Lib'}'`
9666 + { echo "$as_me:$LINENO: result: $ac_res" >&5
9667 +echo "${ECHO_T}$ac_res" >&6; }
9668 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
9669 cf_ncurses="$lib"; break
9673 as_ac_Lib=`echo "ac_cv_lib_$cf_ncurses''_initscr" | $as_tr_sh`
9674 -echo "$as_me:$LINENO: checking for initscr in -l$cf_ncurses" >&5
9675 -echo $ECHO_N "checking for initscr in -l$cf_ncurses... $ECHO_C" >&6
9676 -if eval "test \"\${$as_ac_Lib+set}\" = set"; then
9677 +{ echo "$as_me:$LINENO: checking for initscr in -l$cf_ncurses" >&5
9678 +echo $ECHO_N "checking for initscr in -l$cf_ncurses... $ECHO_C" >&6; }
9679 +if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
9680 echo $ECHO_N "(cached) $ECHO_C" >&6
9682 ac_check_lib_save_LIBS=$LIBS
9683 @@ -8118,40 +9642,52 @@
9684 cat >>conftest.$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 -/* Override any gcc2 internal prototype to avoid an error. */
9688 +/* Override any GCC internal prototype to avoid an error.
9689 + Use char because int might match the return type of a GCC
9690 + builtin and then its argument prototype would still apply. */
9694 -/* We use char because int might match the return type of a gcc2
9695 - builtin and then its argument prototype would still apply. */
9706 rm -f conftest.$ac_objext conftest$ac_exeext
9707 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9708 - (eval $ac_link) 2>conftest.er1
9709 +if { (ac_try="$ac_link"
9710 +case "(($ac_try" in
9711 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9712 + *) ac_try_echo=$ac_try;;
9714 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9715 + (eval "$ac_link") 2>conftest.er1
9717 grep -v '^ *+' conftest.er1 >conftest.err
9719 cat conftest.err >&5
9720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9721 (exit $ac_status); } &&
9722 - { ac_try='test -z "$ac_c_werror_flag"
9723 - || test ! -s conftest.err'
9724 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9725 - (eval $ac_try) 2>&5
9726 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9727 + { (case "(($ac_try" in
9728 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9729 + *) ac_try_echo=$ac_try;;
9731 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9732 + (eval "$ac_try") 2>&5
9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); }; } &&
9736 { ac_try='test -s conftest$ac_exeext'
9737 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9738 - (eval $ac_try) 2>&5
9739 + { (case "(($ac_try" in
9740 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9741 + *) ac_try_echo=$ac_try;;
9743 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9744 + (eval "$ac_try") 2>&5
9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9747 (exit $ac_status); }; }; then
9748 @@ -8160,14 +9696,16 @@
9749 echo "$as_me: failed program was:" >&5
9750 sed 's/^/| /' conftest.$ac_ext >&5
9752 -eval "$as_ac_Lib=no"
9753 + eval "$as_ac_Lib=no"
9755 -rm -f conftest.err conftest.$ac_objext \
9757 +rm -f core conftest.err conftest.$ac_objext \
9758 conftest$ac_exeext conftest.$ac_ext
9759 LIBS=$ac_check_lib_save_LIBS
9761 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
9762 -echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
9763 +ac_res=`eval echo '${'$as_ac_Lib'}'`
9764 + { echo "$as_me:$LINENO: result: $ac_res" >&5
9765 +echo "${ECHO_T}$ac_res" >&6; }
9766 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
9767 MUTTLIBS="$MUTTLIBS -l$cf_ncurses"
9769 @@ -8176,18 +9714,19 @@
9770 for ac_header in ncursesw/ncurses.h
9772 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9773 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9774 - echo "$as_me:$LINENO: checking for $ac_header" >&5
9775 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9776 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9777 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9778 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9784 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9785 +ac_res=`eval echo '${'$as_ac_Header'}'`
9786 + { echo "$as_me:$LINENO: result: $ac_res" >&5
9787 +echo "${ECHO_T}$ac_res" >&6; }
9789 # Is the header compilable?
9790 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
9791 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9792 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9793 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9794 cat >conftest.$ac_ext <<_ACEOF
9797 @@ -8198,24 +9737,36 @@
9798 #include <$ac_header>
9800 rm -f conftest.$ac_objext
9801 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9802 - (eval $ac_compile) 2>conftest.er1
9803 +if { (ac_try="$ac_compile"
9804 +case "(($ac_try" in
9805 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9806 + *) ac_try_echo=$ac_try;;
9808 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9809 + (eval "$ac_compile") 2>conftest.er1
9811 grep -v '^ *+' conftest.er1 >conftest.err
9813 cat conftest.err >&5
9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9815 (exit $ac_status); } &&
9816 - { ac_try='test -z "$ac_c_werror_flag"
9817 - || test ! -s conftest.err'
9818 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9819 - (eval $ac_try) 2>&5
9820 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9821 + { (case "(($ac_try" in
9822 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9823 + *) ac_try_echo=$ac_try;;
9825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9826 + (eval "$ac_try") 2>&5
9828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9829 (exit $ac_status); }; } &&
9830 { ac_try='test -s conftest.$ac_objext'
9831 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9832 - (eval $ac_try) 2>&5
9833 + { (case "(($ac_try" in
9834 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9835 + *) ac_try_echo=$ac_try;;
9837 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9838 + (eval "$ac_try") 2>&5
9840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9841 (exit $ac_status); }; }; then
9842 @@ -8224,15 +9775,16 @@
9843 echo "$as_me: failed program was:" >&5
9844 sed 's/^/| /' conftest.$ac_ext >&5
9846 -ac_header_compiler=no
9847 + ac_header_compiler=no
9849 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9850 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9851 -echo "${ECHO_T}$ac_header_compiler" >&6
9853 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9854 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9855 +echo "${ECHO_T}$ac_header_compiler" >&6; }
9857 # Is the header present?
9858 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
9859 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9860 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
9861 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9862 cat >conftest.$ac_ext <<_ACEOF
9865 @@ -8241,8 +9793,13 @@
9866 /* end confdefs.h. */
9867 #include <$ac_header>
9869 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9870 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9871 +if { (ac_try="$ac_cpp conftest.$ac_ext"
9872 +case "(($ac_try" in
9873 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9874 + *) ac_try_echo=$ac_try;;
9876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9877 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9879 grep -v '^ *+' conftest.er1 >conftest.err
9881 @@ -8266,9 +9823,10 @@
9883 ac_header_preproc=no
9886 rm -f conftest.err conftest.$ac_ext
9887 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9888 -echo "${ECHO_T}$ac_header_preproc" >&6
9889 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9890 +echo "${ECHO_T}$ac_header_preproc" >&6; }
9892 # So? What about this header?
9893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9894 @@ -8292,25 +9850,19 @@
9895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9900 -## ------------------------------------------ ##
9901 -## Report this to the AC_PACKAGE_NAME lists. ##
9902 -## ------------------------------------------ ##
9905 - sed "s/^/$as_me: WARNING: /" >&2
9909 -echo "$as_me:$LINENO: checking for $ac_header" >&5
9910 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9911 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9912 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
9913 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9914 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9915 echo $ECHO_N "(cached) $ECHO_C" >&6
9917 eval "$as_ac_Header=\$ac_header_preproc"
9919 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9920 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9921 +ac_res=`eval echo '${'$as_ac_Header'}'`
9922 + { echo "$as_me:$LINENO: result: $ac_res" >&5
9923 +echo "${ECHO_T}$ac_res" >&6; }
9926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9927 @@ -8327,18 +9879,19 @@
9928 for ac_header in ncurses/ncurses.h
9930 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9931 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9932 - echo "$as_me:$LINENO: checking for $ac_header" >&5
9933 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9934 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9935 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9936 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
9937 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9938 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9939 echo $ECHO_N "(cached) $ECHO_C" >&6
9941 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9942 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9943 +ac_res=`eval echo '${'$as_ac_Header'}'`
9944 + { echo "$as_me:$LINENO: result: $ac_res" >&5
9945 +echo "${ECHO_T}$ac_res" >&6; }
9947 # Is the header compilable?
9948 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
9949 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9950 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
9951 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9952 cat >conftest.$ac_ext <<_ACEOF
9955 @@ -8349,24 +9902,36 @@
9956 #include <$ac_header>
9958 rm -f conftest.$ac_objext
9959 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9960 - (eval $ac_compile) 2>conftest.er1
9961 +if { (ac_try="$ac_compile"
9962 +case "(($ac_try" in
9963 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9964 + *) ac_try_echo=$ac_try;;
9966 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9967 + (eval "$ac_compile") 2>conftest.er1
9969 grep -v '^ *+' conftest.er1 >conftest.err
9971 cat conftest.err >&5
9972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9973 (exit $ac_status); } &&
9974 - { ac_try='test -z "$ac_c_werror_flag"
9975 - || test ! -s conftest.err'
9976 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9977 - (eval $ac_try) 2>&5
9978 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9979 + { (case "(($ac_try" in
9980 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9981 + *) ac_try_echo=$ac_try;;
9983 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9984 + (eval "$ac_try") 2>&5
9986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); }; } &&
9988 { ac_try='test -s conftest.$ac_objext'
9989 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9990 - (eval $ac_try) 2>&5
9991 + { (case "(($ac_try" in
9992 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9993 + *) ac_try_echo=$ac_try;;
9995 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9996 + (eval "$ac_try") 2>&5
9998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999 (exit $ac_status); }; }; then
10000 @@ -8375,15 +9940,16 @@
10001 echo "$as_me: failed program was:" >&5
10002 sed 's/^/| /' conftest.$ac_ext >&5
10004 -ac_header_compiler=no
10005 + ac_header_compiler=no
10007 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10008 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10009 -echo "${ECHO_T}$ac_header_compiler" >&6
10011 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10012 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10013 +echo "${ECHO_T}$ac_header_compiler" >&6; }
10015 # Is the header present?
10016 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
10017 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10018 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10019 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10020 cat >conftest.$ac_ext <<_ACEOF
10023 @@ -8392,8 +9958,13 @@
10024 /* end confdefs.h. */
10025 #include <$ac_header>
10027 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10028 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10029 +if { (ac_try="$ac_cpp conftest.$ac_ext"
10030 +case "(($ac_try" in
10031 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10032 + *) ac_try_echo=$ac_try;;
10034 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10035 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10037 grep -v '^ *+' conftest.er1 >conftest.err
10039 @@ -8417,9 +9988,10 @@
10041 ac_header_preproc=no
10044 rm -f conftest.err conftest.$ac_ext
10045 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10046 -echo "${ECHO_T}$ac_header_preproc" >&6
10047 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10048 +echo "${ECHO_T}$ac_header_preproc" >&6; }
10050 # So? What about this header?
10051 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10052 @@ -8443,25 +10015,19 @@
10053 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10054 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10055 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10058 -## ------------------------------------------ ##
10059 -## Report this to the AC_PACKAGE_NAME lists. ##
10060 -## ------------------------------------------ ##
10063 - sed "s/^/$as_me: WARNING: /" >&2
10067 -echo "$as_me:$LINENO: checking for $ac_header" >&5
10068 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10069 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
10070 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
10071 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10072 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10073 echo $ECHO_N "(cached) $ECHO_C" >&6
10075 eval "$as_ac_Header=\$ac_header_preproc"
10077 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10078 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10079 +ac_res=`eval echo '${'$as_ac_Header'}'`
10080 + { echo "$as_me:$LINENO: result: $ac_res" >&5
10081 +echo "${ECHO_T}$ac_res" >&6; }
10084 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10085 @@ -8474,18 +10040,19 @@
10086 for ac_header in ncurses.h
10088 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10089 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
10090 - echo "$as_me:$LINENO: checking for $ac_header" >&5
10091 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10092 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
10093 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10094 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
10095 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10096 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10097 echo $ECHO_N "(cached) $ECHO_C" >&6
10099 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10100 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10101 +ac_res=`eval echo '${'$as_ac_Header'}'`
10102 + { echo "$as_me:$LINENO: result: $ac_res" >&5
10103 +echo "${ECHO_T}$ac_res" >&6; }
10105 # Is the header compilable?
10106 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
10107 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10108 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
10109 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10110 cat >conftest.$ac_ext <<_ACEOF
10113 @@ -8496,24 +10063,36 @@
10114 #include <$ac_header>
10116 rm -f conftest.$ac_objext
10117 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10118 - (eval $ac_compile) 2>conftest.er1
10119 +if { (ac_try="$ac_compile"
10120 +case "(($ac_try" in
10121 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10122 + *) ac_try_echo=$ac_try;;
10124 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10125 + (eval "$ac_compile") 2>conftest.er1
10127 grep -v '^ *+' conftest.er1 >conftest.err
10129 cat conftest.err >&5
10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); } &&
10132 - { ac_try='test -z "$ac_c_werror_flag"
10133 - || test ! -s conftest.err'
10134 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10135 - (eval $ac_try) 2>&5
10136 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10137 + { (case "(($ac_try" in
10138 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139 + *) ac_try_echo=$ac_try;;
10141 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142 + (eval "$ac_try") 2>&5
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); }; } &&
10146 { ac_try='test -s conftest.$ac_objext'
10147 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10148 - (eval $ac_try) 2>&5
10149 + { (case "(($ac_try" in
10150 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10151 + *) ac_try_echo=$ac_try;;
10153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10154 + (eval "$ac_try") 2>&5
10156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10157 (exit $ac_status); }; }; then
10158 @@ -8522,15 +10101,16 @@
10159 echo "$as_me: failed program was:" >&5
10160 sed 's/^/| /' conftest.$ac_ext >&5
10162 -ac_header_compiler=no
10163 + ac_header_compiler=no
10165 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10166 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10167 -echo "${ECHO_T}$ac_header_compiler" >&6
10169 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10170 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10171 +echo "${ECHO_T}$ac_header_compiler" >&6; }
10173 # Is the header present?
10174 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
10175 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10176 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
10177 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10178 cat >conftest.$ac_ext <<_ACEOF
10181 @@ -8539,8 +10119,13 @@
10182 /* end confdefs.h. */
10183 #include <$ac_header>
10185 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10186 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10187 +if { (ac_try="$ac_cpp conftest.$ac_ext"
10188 +case "(($ac_try" in
10189 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10190 + *) ac_try_echo=$ac_try;;
10192 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10193 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10195 grep -v '^ *+' conftest.er1 >conftest.err
10197 @@ -8564,9 +10149,10 @@
10199 ac_header_preproc=no
10202 rm -f conftest.err conftest.$ac_ext
10203 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10204 -echo "${ECHO_T}$ac_header_preproc" >&6
10205 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10206 +echo "${ECHO_T}$ac_header_preproc" >&6; }
10208 # So? What about this header?
10209 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10210 @@ -8590,25 +10176,19 @@
10211 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10213 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10216 -## ------------------------------------------ ##
10217 -## Report this to the AC_PACKAGE_NAME lists. ##
10218 -## ------------------------------------------ ##
10221 - sed "s/^/$as_me: WARNING: /" >&2
10225 -echo "$as_me:$LINENO: checking for $ac_header" >&5
10226 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10227 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
10228 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
10229 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10230 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10231 echo $ECHO_N "(cached) $ECHO_C" >&6
10233 eval "$as_ac_Header=\$ac_header_preproc"
10235 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10236 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10237 +ac_res=`eval echo '${'$as_ac_Header'}'`
10238 + { echo "$as_me:$LINENO: result: $ac_res" >&5
10239 +echo "${ECHO_T}$ac_res" >&6; }
10242 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10243 @@ -8627,8 +10207,8 @@
10247 -echo "$as_me:$LINENO: checking for initscr" >&5
10248 -echo $ECHO_N "checking for initscr... $ECHO_C" >&6
10249 +{ echo "$as_me:$LINENO: checking for initscr" >&5
10250 +echo $ECHO_N "checking for initscr... $ECHO_C" >&6; }
10251 if test "${ac_cv_func_initscr+set}" = set; then
10252 echo $ECHO_N "(cached) $ECHO_C" >&6
10254 @@ -8655,53 +10235,59 @@
10258 -/* Override any gcc2 internal prototype to avoid an error. */
10259 +/* Override any GCC internal prototype to avoid an error.
10260 + Use char because int might match the return type of a GCC
10261 + builtin and then its argument prototype would still apply. */
10266 -/* We use char because int might match the return type of a gcc2
10267 - builtin and then its argument prototype would still apply. */
10269 /* The GNU C library defines this for functions which it implements
10270 to always fail with ENOSYS. Some functions are actually named
10271 something starting with __ and the normal name is an alias. */
10272 -#if defined (__stub_initscr) || defined (__stub___initscr)
10273 +#if defined __stub_initscr || defined __stub___initscr
10276 -char (*f) () = initscr;
10278 -#ifdef __cplusplus
10285 -return f != initscr;
10286 +return initscr ();
10291 rm -f conftest.$ac_objext conftest$ac_exeext
10292 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10293 - (eval $ac_link) 2>conftest.er1
10294 +if { (ac_try="$ac_link"
10295 +case "(($ac_try" in
10296 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10297 + *) ac_try_echo=$ac_try;;
10299 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10300 + (eval "$ac_link") 2>conftest.er1
10302 grep -v '^ *+' conftest.er1 >conftest.err
10304 cat conftest.err >&5
10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } &&
10307 - { ac_try='test -z "$ac_c_werror_flag"
10308 - || test ! -s conftest.err'
10309 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10310 - (eval $ac_try) 2>&5
10311 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10312 + { (case "(($ac_try" in
10313 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10314 + *) ac_try_echo=$ac_try;;
10316 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10317 + (eval "$ac_try") 2>&5
10319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10320 (exit $ac_status); }; } &&
10321 { ac_try='test -s conftest$ac_exeext'
10322 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10323 - (eval $ac_try) 2>&5
10324 + { (case "(($ac_try" in
10325 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10326 + *) ac_try_echo=$ac_try;;
10328 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10329 + (eval "$ac_try") 2>&5
10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10332 (exit $ac_status); }; }; then
10333 @@ -8710,21 +10296,22 @@
10334 echo "$as_me: failed program was:" >&5
10335 sed 's/^/| /' conftest.$ac_ext >&5
10337 -ac_cv_func_initscr=no
10338 + ac_cv_func_initscr=no
10340 -rm -f conftest.err conftest.$ac_objext \
10342 +rm -f core conftest.err conftest.$ac_objext \
10343 conftest$ac_exeext conftest.$ac_ext
10345 -echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5
10346 -echo "${ECHO_T}$ac_cv_func_initscr" >&6
10347 +{ echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5
10348 +echo "${ECHO_T}$ac_cv_func_initscr" >&6; }
10349 if test $ac_cv_func_initscr = yes; then
10353 case $host_os in #(vi
10355 - echo "$as_me:$LINENO: checking for tgoto in -lmytinfo" >&5
10356 -echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
10357 + { echo "$as_me:$LINENO: checking for tgoto in -lmytinfo" >&5
10358 +echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10362 @@ -8737,40 +10324,52 @@
10363 cat >>conftest.$ac_ext <<_ACEOF
10364 /* end confdefs.h. */
10366 -/* Override any gcc2 internal prototype to avoid an error. */
10367 +/* Override any GCC internal prototype to avoid an error.
10368 + Use char because int might match the return type of a GCC
10369 + builtin and then its argument prototype would still apply. */
10373 -/* We use char because int might match the return type of a gcc2
10374 - builtin and then its argument prototype would still apply. */
10385 rm -f conftest.$ac_objext conftest$ac_exeext
10386 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10387 - (eval $ac_link) 2>conftest.er1
10388 +if { (ac_try="$ac_link"
10389 +case "(($ac_try" in
10390 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10391 + *) ac_try_echo=$ac_try;;
10393 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10394 + (eval "$ac_link") 2>conftest.er1
10396 grep -v '^ *+' conftest.er1 >conftest.err
10398 cat conftest.err >&5
10399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10400 (exit $ac_status); } &&
10401 - { ac_try='test -z "$ac_c_werror_flag"
10402 - || test ! -s conftest.err'
10403 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10404 - (eval $ac_try) 2>&5
10405 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10406 + { (case "(($ac_try" in
10407 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10408 + *) ac_try_echo=$ac_try;;
10410 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10411 + (eval "$ac_try") 2>&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); }; } &&
10415 { ac_try='test -s conftest$ac_exeext'
10416 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10417 - (eval $ac_try) 2>&5
10418 + { (case "(($ac_try" in
10419 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10420 + *) ac_try_echo=$ac_try;;
10422 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10423 + (eval "$ac_try") 2>&5
10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10426 (exit $ac_status); }; }; then
10427 @@ -8779,22 +10378,23 @@
10428 echo "$as_me: failed program was:" >&5
10429 sed 's/^/| /' conftest.$ac_ext >&5
10431 -ac_cv_lib_mytinfo_tgoto=no
10432 + ac_cv_lib_mytinfo_tgoto=no
10434 -rm -f conftest.err conftest.$ac_objext \
10436 +rm -f core conftest.err conftest.$ac_objext \
10437 conftest$ac_exeext conftest.$ac_ext
10438 LIBS=$ac_check_lib_save_LIBS
10440 -echo "$as_me:$LINENO: result: $ac_cv_lib_mytinfo_tgoto" >&5
10441 -echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
10442 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_mytinfo_tgoto" >&5
10443 +echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6; }
10444 if test $ac_cv_lib_mytinfo_tgoto = yes; then
10445 LIBS="-lmytinfo $LIBS"
10450 - echo "$as_me:$LINENO: checking for initscr in -lcur_colr" >&5
10451 -echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6
10452 + { echo "$as_me:$LINENO: checking for initscr in -lcur_colr" >&5
10453 +echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6; }
10454 if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then
10455 echo $ECHO_N "(cached) $ECHO_C" >&6
10457 @@ -8807,40 +10407,52 @@
10458 cat >>conftest.$ac_ext <<_ACEOF
10459 /* end confdefs.h. */
10461 -/* Override any gcc2 internal prototype to avoid an error. */
10462 +/* Override any GCC internal prototype to avoid an error.
10463 + Use char because int might match the return type of a GCC
10464 + builtin and then its argument prototype would still apply. */
10468 -/* We use char because int might match the return type of a gcc2
10469 - builtin and then its argument prototype would still apply. */
10475 +return initscr ();
10480 rm -f conftest.$ac_objext conftest$ac_exeext
10481 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10482 - (eval $ac_link) 2>conftest.er1
10483 +if { (ac_try="$ac_link"
10484 +case "(($ac_try" in
10485 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10486 + *) ac_try_echo=$ac_try;;
10488 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10489 + (eval "$ac_link") 2>conftest.er1
10491 grep -v '^ *+' conftest.er1 >conftest.err
10493 cat conftest.err >&5
10494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10495 (exit $ac_status); } &&
10496 - { ac_try='test -z "$ac_c_werror_flag"
10497 - || test ! -s conftest.err'
10498 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10499 - (eval $ac_try) 2>&5
10500 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10501 + { (case "(($ac_try" in
10502 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10503 + *) ac_try_echo=$ac_try;;
10505 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10506 + (eval "$ac_try") 2>&5
10508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10509 (exit $ac_status); }; } &&
10510 { ac_try='test -s conftest$ac_exeext'
10511 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10512 - (eval $ac_try) 2>&5
10513 + { (case "(($ac_try" in
10514 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10515 + *) ac_try_echo=$ac_try;;
10517 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10518 + (eval "$ac_try") 2>&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); }; }; then
10522 @@ -8849,14 +10461,15 @@
10523 echo "$as_me: failed program was:" >&5
10524 sed 's/^/| /' conftest.$ac_ext >&5
10526 -ac_cv_lib_cur_colr_initscr=no
10527 + ac_cv_lib_cur_colr_initscr=no
10529 -rm -f conftest.err conftest.$ac_objext \
10531 +rm -f core conftest.err conftest.$ac_objext \
10532 conftest$ac_exeext conftest.$ac_ext
10533 LIBS=$ac_check_lib_save_LIBS
10535 -echo "$as_me:$LINENO: result: $ac_cv_lib_cur_colr_initscr" >&5
10536 -echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6
10537 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_cur_colr_initscr" >&5
10538 +echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6; }
10539 if test $ac_cv_lib_cur_colr_initscr = yes; then
10541 LIBS="-lcur_colr $LIBS"
10542 @@ -8865,8 +10478,8 @@
10546 - echo "$as_me:$LINENO: checking for initscr in -lHcurses" >&5
10547 -echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6
10548 + { echo "$as_me:$LINENO: checking for initscr in -lHcurses" >&5
10549 +echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6; }
10550 if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then
10551 echo $ECHO_N "(cached) $ECHO_C" >&6
10553 @@ -8879,40 +10492,52 @@
10554 cat >>conftest.$ac_ext <<_ACEOF
10555 /* end confdefs.h. */
10557 -/* Override any gcc2 internal prototype to avoid an error. */
10558 +/* Override any GCC internal prototype to avoid an error.
10559 + Use char because int might match the return type of a GCC
10560 + builtin and then its argument prototype would still apply. */
10564 -/* We use char because int might match the return type of a gcc2
10565 - builtin and then its argument prototype would still apply. */
10571 +return initscr ();
10576 rm -f conftest.$ac_objext conftest$ac_exeext
10577 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10578 - (eval $ac_link) 2>conftest.er1
10579 +if { (ac_try="$ac_link"
10580 +case "(($ac_try" in
10581 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10582 + *) ac_try_echo=$ac_try;;
10584 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10585 + (eval "$ac_link") 2>conftest.er1
10587 grep -v '^ *+' conftest.er1 >conftest.err
10589 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } &&
10592 - { ac_try='test -z "$ac_c_werror_flag"
10593 - || test ! -s conftest.err'
10594 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10595 - (eval $ac_try) 2>&5
10596 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10597 + { (case "(($ac_try" in
10598 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 + *) ac_try_echo=$ac_try;;
10601 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 + (eval "$ac_try") 2>&5
10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10605 (exit $ac_status); }; } &&
10606 { ac_try='test -s conftest$ac_exeext'
10607 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10608 - (eval $ac_try) 2>&5
10609 + { (case "(($ac_try" in
10610 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10611 + *) ac_try_echo=$ac_try;;
10613 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10614 + (eval "$ac_try") 2>&5
10616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); }; }; then
10618 @@ -8921,14 +10546,15 @@
10619 echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.$ac_ext >&5
10622 -ac_cv_lib_Hcurses_initscr=no
10623 + ac_cv_lib_Hcurses_initscr=no
10625 -rm -f conftest.err conftest.$ac_objext \
10627 +rm -f core conftest.err conftest.$ac_objext \
10628 conftest$ac_exeext conftest.$ac_ext
10629 LIBS=$ac_check_lib_save_LIBS
10631 -echo "$as_me:$LINENO: result: $ac_cv_lib_Hcurses_initscr" >&5
10632 -echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6
10633 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_Hcurses_initscr" >&5
10634 +echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6; }
10635 if test $ac_cv_lib_Hcurses_initscr = yes; then
10637 # HP's header uses __HP_CURSES, but user claims _HP_CURSES.
10638 @@ -8961,8 +10587,8 @@
10640 # Check for library containing tgoto. Do this before curses library
10641 # because it may be needed to link the test-case for initscr.
10642 - echo "$as_me:$LINENO: checking for tgoto" >&5
10643 -echo $ECHO_N "checking for tgoto... $ECHO_C" >&6
10644 + { echo "$as_me:$LINENO: checking for tgoto" >&5
10645 +echo $ECHO_N "checking for tgoto... $ECHO_C" >&6; }
10646 if test "${ac_cv_func_tgoto+set}" = set; then
10647 echo $ECHO_N "(cached) $ECHO_C" >&6
10649 @@ -8989,53 +10615,59 @@
10653 -/* Override any gcc2 internal prototype to avoid an error. */
10654 +/* Override any GCC internal prototype to avoid an error.
10655 + Use char because int might match the return type of a GCC
10656 + builtin and then its argument prototype would still apply. */
10661 -/* We use char because int might match the return type of a gcc2
10662 - builtin and then its argument prototype would still apply. */
10664 /* The GNU C library defines this for functions which it implements
10665 to always fail with ENOSYS. Some functions are actually named
10666 something starting with __ and the normal name is an alias. */
10667 -#if defined (__stub_tgoto) || defined (__stub___tgoto)
10668 +#if defined __stub_tgoto || defined __stub___tgoto
10671 -char (*f) () = tgoto;
10673 -#ifdef __cplusplus
10680 -return f != tgoto;
10686 rm -f conftest.$ac_objext conftest$ac_exeext
10687 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10688 - (eval $ac_link) 2>conftest.er1
10689 +if { (ac_try="$ac_link"
10690 +case "(($ac_try" in
10691 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10692 + *) ac_try_echo=$ac_try;;
10694 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10695 + (eval "$ac_link") 2>conftest.er1
10697 grep -v '^ *+' conftest.er1 >conftest.err
10699 cat conftest.err >&5
10700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10701 (exit $ac_status); } &&
10702 - { ac_try='test -z "$ac_c_werror_flag"
10703 - || test ! -s conftest.err'
10704 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10705 - (eval $ac_try) 2>&5
10706 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10707 + { (case "(($ac_try" in
10708 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10709 + *) ac_try_echo=$ac_try;;
10711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10712 + (eval "$ac_try") 2>&5
10714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10715 (exit $ac_status); }; } &&
10716 { ac_try='test -s conftest$ac_exeext'
10717 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10718 - (eval $ac_try) 2>&5
10719 + { (case "(($ac_try" in
10720 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10721 + *) ac_try_echo=$ac_try;;
10723 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10724 + (eval "$ac_try") 2>&5
10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10727 (exit $ac_status); }; }; then
10728 @@ -9044,13 +10676,14 @@
10729 echo "$as_me: failed program was:" >&5
10730 sed 's/^/| /' conftest.$ac_ext >&5
10732 -ac_cv_func_tgoto=no
10733 + ac_cv_func_tgoto=no
10735 -rm -f conftest.err conftest.$ac_objext \
10737 +rm -f core conftest.err conftest.$ac_objext \
10738 conftest$ac_exeext conftest.$ac_ext
10740 -echo "$as_me:$LINENO: result: $ac_cv_func_tgoto" >&5
10741 -echo "${ECHO_T}$ac_cv_func_tgoto" >&6
10742 +{ echo "$as_me:$LINENO: result: $ac_cv_func_tgoto" >&5
10743 +echo "${ECHO_T}$ac_cv_func_tgoto" >&6; }
10744 if test $ac_cv_func_tgoto = yes; then
10745 cf_term_lib=predefined
10747 @@ -9058,9 +10691,9 @@
10748 for cf_term_lib in termcap termlib unknown
10750 as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
10751 -echo "$as_me:$LINENO: checking for tgoto in -l$cf_term_lib" >&5
10752 -echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6
10753 -if eval "test \"\${$as_ac_Lib+set}\" = set"; then
10754 +{ echo "$as_me:$LINENO: checking for tgoto in -l$cf_term_lib" >&5
10755 +echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6; }
10756 +if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
10757 echo $ECHO_N "(cached) $ECHO_C" >&6
10759 ac_check_lib_save_LIBS=$LIBS
10760 @@ -9072,40 +10705,52 @@
10761 cat >>conftest.$ac_ext <<_ACEOF
10762 /* end confdefs.h. */
10764 -/* Override any gcc2 internal prototype to avoid an error. */
10765 +/* Override any GCC internal prototype to avoid an error.
10766 + Use char because int might match the return type of a GCC
10767 + builtin and then its argument prototype would still apply. */
10771 -/* We use char because int might match the return type of a gcc2
10772 - builtin and then its argument prototype would still apply. */
10783 rm -f conftest.$ac_objext conftest$ac_exeext
10784 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10785 - (eval $ac_link) 2>conftest.er1
10786 +if { (ac_try="$ac_link"
10787 +case "(($ac_try" in
10788 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10789 + *) ac_try_echo=$ac_try;;
10791 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10792 + (eval "$ac_link") 2>conftest.er1
10794 grep -v '^ *+' conftest.er1 >conftest.err
10796 cat conftest.err >&5
10797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10798 (exit $ac_status); } &&
10799 - { ac_try='test -z "$ac_c_werror_flag"
10800 - || test ! -s conftest.err'
10801 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10802 - (eval $ac_try) 2>&5
10803 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10804 + { (case "(($ac_try" in
10805 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10806 + *) ac_try_echo=$ac_try;;
10808 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10809 + (eval "$ac_try") 2>&5
10811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10812 (exit $ac_status); }; } &&
10813 { ac_try='test -s conftest$ac_exeext'
10814 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10815 - (eval $ac_try) 2>&5
10816 + { (case "(($ac_try" in
10817 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10818 + *) ac_try_echo=$ac_try;;
10820 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10821 + (eval "$ac_try") 2>&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); }; }; then
10825 @@ -9114,14 +10759,16 @@
10826 echo "$as_me: failed program was:" >&5
10827 sed 's/^/| /' conftest.$ac_ext >&5
10829 -eval "$as_ac_Lib=no"
10830 + eval "$as_ac_Lib=no"
10832 -rm -f conftest.err conftest.$ac_objext \
10834 +rm -f core conftest.err conftest.$ac_objext \
10835 conftest$ac_exeext conftest.$ac_ext
10836 LIBS=$ac_check_lib_save_LIBS
10838 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
10839 -echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
10840 +ac_res=`eval echo '${'$as_ac_Lib'}'`
10841 + { echo "$as_me:$LINENO: result: $ac_res" >&5
10842 +echo "${ECHO_T}$ac_res" >&6; }
10843 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
10846 @@ -9136,9 +10783,9 @@
10847 for cf_curs_lib in cursesX curses ncurses xcurses jcurses unknown
10849 as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh`
10850 -echo "$as_me:$LINENO: checking for initscr in -l$cf_curs_lib" >&5
10851 -echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6
10852 -if eval "test \"\${$as_ac_Lib+set}\" = set"; then
10853 +{ echo "$as_me:$LINENO: checking for initscr in -l$cf_curs_lib" >&5
10854 +echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6; }
10855 +if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
10856 echo $ECHO_N "(cached) $ECHO_C" >&6
10858 ac_check_lib_save_LIBS=$LIBS
10859 @@ -9150,40 +10797,52 @@
10860 cat >>conftest.$ac_ext <<_ACEOF
10861 /* end confdefs.h. */
10863 -/* Override any gcc2 internal prototype to avoid an error. */
10864 +/* Override any GCC internal prototype to avoid an error.
10865 + Use char because int might match the return type of a GCC
10866 + builtin and then its argument prototype would still apply. */
10870 -/* We use char because int might match the return type of a gcc2
10871 - builtin and then its argument prototype would still apply. */
10877 +return initscr ();
10882 rm -f conftest.$ac_objext conftest$ac_exeext
10883 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10884 - (eval $ac_link) 2>conftest.er1
10885 +if { (ac_try="$ac_link"
10886 +case "(($ac_try" in
10887 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10888 + *) ac_try_echo=$ac_try;;
10890 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10891 + (eval "$ac_link") 2>conftest.er1
10893 grep -v '^ *+' conftest.er1 >conftest.err
10895 cat conftest.err >&5
10896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897 (exit $ac_status); } &&
10898 - { ac_try='test -z "$ac_c_werror_flag"
10899 - || test ! -s conftest.err'
10900 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10901 - (eval $ac_try) 2>&5
10902 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10903 + { (case "(($ac_try" in
10904 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10905 + *) ac_try_echo=$ac_try;;
10907 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10908 + (eval "$ac_try") 2>&5
10910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10911 (exit $ac_status); }; } &&
10912 { ac_try='test -s conftest$ac_exeext'
10913 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10914 - (eval $ac_try) 2>&5
10915 + { (case "(($ac_try" in
10916 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10917 + *) ac_try_echo=$ac_try;;
10919 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10920 + (eval "$ac_try") 2>&5
10922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10923 (exit $ac_status); }; }; then
10924 @@ -9192,14 +10851,16 @@
10925 echo "$as_me: failed program was:" >&5
10926 sed 's/^/| /' conftest.$ac_ext >&5
10928 -eval "$as_ac_Lib=no"
10929 + eval "$as_ac_Lib=no"
10931 -rm -f conftest.err conftest.$ac_objext \
10933 +rm -f core conftest.err conftest.$ac_objext \
10934 conftest$ac_exeext conftest.$ac_ext
10935 LIBS=$ac_check_lib_save_LIBS
10937 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
10938 -echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
10939 +ac_res=`eval echo '${'$as_ac_Lib'}'`
10940 + { echo "$as_me:$LINENO: result: $ac_res" >&5
10941 +echo "${ECHO_T}$ac_res" >&6; }
10942 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
10945 @@ -9211,8 +10872,8 @@
10947 LIBS="-l$cf_curs_lib $cf_save_LIBS"
10948 if test "$cf_term_lib" = unknown ; then
10949 - echo "$as_me:$LINENO: checking if we can link with $cf_curs_lib library" >&5
10950 -echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6
10951 + { echo "$as_me:$LINENO: checking if we can link with $cf_curs_lib library" >&5
10952 +echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6; }
10953 cat >conftest.$ac_ext <<_ACEOF
10956 @@ -9229,24 +10890,36 @@
10959 rm -f conftest.$ac_objext conftest$ac_exeext
10960 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10961 - (eval $ac_link) 2>conftest.er1
10962 +if { (ac_try="$ac_link"
10963 +case "(($ac_try" in
10964 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10965 + *) ac_try_echo=$ac_try;;
10967 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10968 + (eval "$ac_link") 2>conftest.er1
10970 grep -v '^ *+' conftest.er1 >conftest.err
10972 cat conftest.err >&5
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); } &&
10975 - { ac_try='test -z "$ac_c_werror_flag"
10976 - || test ! -s conftest.err'
10977 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10978 - (eval $ac_try) 2>&5
10979 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10980 + { (case "(($ac_try" in
10981 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10982 + *) ac_try_echo=$ac_try;;
10984 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10985 + (eval "$ac_try") 2>&5
10987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10988 (exit $ac_status); }; } &&
10989 { ac_try='test -s conftest$ac_exeext'
10990 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10991 - (eval $ac_try) 2>&5
10992 + { (case "(($ac_try" in
10993 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10994 + *) ac_try_echo=$ac_try;;
10996 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10997 + (eval "$ac_try") 2>&5
10999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11000 (exit $ac_status); }; }; then
11001 @@ -9255,18 +10928,19 @@
11002 echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 -rm -f conftest.err conftest.$ac_objext \
11010 +rm -f core conftest.err conftest.$ac_objext \
11011 conftest$ac_exeext conftest.$ac_ext
11012 - echo "$as_me:$LINENO: result: $cf_result" >&5
11013 -echo "${ECHO_T}$cf_result" >&6
11014 + { echo "$as_me:$LINENO: result: $cf_result" >&5
11015 +echo "${ECHO_T}$cf_result" >&6; }
11016 test $cf_result = no && { { echo "$as_me:$LINENO: error: Cannot link curses library" >&5
11017 echo "$as_me: error: Cannot link curses library" >&2;}
11018 { (exit 1); exit 1; }; }
11019 elif test "$cf_term_lib" != predefined ; then
11020 - echo "$as_me:$LINENO: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
11021 -echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6
11022 + { echo "$as_me:$LINENO: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
11023 +echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6; }
11024 cat >conftest.$ac_ext <<_ACEOF
11027 @@ -9283,24 +10957,36 @@
11030 rm -f conftest.$ac_objext conftest$ac_exeext
11031 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11032 - (eval $ac_link) 2>conftest.er1
11033 +if { (ac_try="$ac_link"
11034 +case "(($ac_try" in
11035 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036 + *) ac_try_echo=$ac_try;;
11038 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039 + (eval "$ac_link") 2>conftest.er1
11041 grep -v '^ *+' conftest.er1 >conftest.err
11043 cat conftest.err >&5
11044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045 (exit $ac_status); } &&
11046 - { ac_try='test -z "$ac_c_werror_flag"
11047 - || test ! -s conftest.err'
11048 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11049 - (eval $ac_try) 2>&5
11050 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11051 + { (case "(($ac_try" in
11052 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11053 + *) ac_try_echo=$ac_try;;
11055 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11056 + (eval "$ac_try") 2>&5
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); }; } &&
11060 { ac_try='test -s conftest$ac_exeext'
11061 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11062 - (eval $ac_try) 2>&5
11063 + { (case "(($ac_try" in
11064 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11065 + *) ac_try_echo=$ac_try;;
11067 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11068 + (eval "$ac_try") 2>&5
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }; }; then
11072 @@ -9327,24 +11013,36 @@
11075 rm -f conftest.$ac_objext conftest$ac_exeext
11076 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11077 - (eval $ac_link) 2>conftest.er1
11078 +if { (ac_try="$ac_link"
11079 +case "(($ac_try" in
11080 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11081 + *) ac_try_echo=$ac_try;;
11083 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11084 + (eval "$ac_link") 2>conftest.er1
11086 grep -v '^ *+' conftest.er1 >conftest.err
11088 cat conftest.err >&5
11089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 (exit $ac_status); } &&
11091 - { ac_try='test -z "$ac_c_werror_flag"
11092 - || test ! -s conftest.err'
11093 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11094 - (eval $ac_try) 2>&5
11095 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11096 + { (case "(($ac_try" in
11097 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11098 + *) ac_try_echo=$ac_try;;
11100 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11101 + (eval "$ac_try") 2>&5
11103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11104 (exit $ac_status); }; } &&
11105 { ac_try='test -s conftest$ac_exeext'
11106 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11107 - (eval $ac_try) 2>&5
11108 + { (case "(($ac_try" in
11109 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11110 + *) ac_try_echo=$ac_try;;
11112 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11113 + (eval "$ac_try") 2>&5
11115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11116 (exit $ac_status); }; }; then
11117 @@ -9353,16 +11051,18 @@
11118 echo "$as_me: failed program was:" >&5
11119 sed 's/^/| /' conftest.$ac_ext >&5
11124 -rm -f conftest.err conftest.$ac_objext \
11126 +rm -f core conftest.err conftest.$ac_objext \
11127 conftest$ac_exeext conftest.$ac_ext
11130 -rm -f conftest.err conftest.$ac_objext \
11132 +rm -f core conftest.err conftest.$ac_objext \
11133 conftest$ac_exeext conftest.$ac_ext
11134 - echo "$as_me:$LINENO: result: $cf_result" >&5
11135 -echo "${ECHO_T}$cf_result" >&6
11136 + { echo "$as_me:$LINENO: result: $cf_result" >&5
11137 +echo "${ECHO_T}$cf_result" >&6; }
11141 @@ -9380,9 +11080,9 @@
11142 for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm
11145 -echo "$as_me:$LINENO: checking for $ac_func declaration" >&5
11146 -echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
11147 -if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
11148 +{ echo "$as_me:$LINENO: checking for $ac_func declaration" >&5
11149 +echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6; }
11150 +if { as_var=ac_cv_func_decl_$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then
11151 echo $ECHO_N "(cached) $ECHO_C" >&6
11153 cat >conftest.$ac_ext <<_ACEOF
11154 @@ -9403,24 +11103,36 @@
11157 rm -f conftest.$ac_objext
11158 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11159 - (eval $ac_compile) 2>conftest.er1
11160 +if { (ac_try="$ac_compile"
11161 +case "(($ac_try" in
11162 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11163 + *) ac_try_echo=$ac_try;;
11165 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11166 + (eval "$ac_compile") 2>conftest.er1
11168 grep -v '^ *+' conftest.er1 >conftest.err
11170 cat conftest.err >&5
11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11172 (exit $ac_status); } &&
11173 - { ac_try='test -z "$ac_c_werror_flag"
11174 - || test ! -s conftest.err'
11175 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11176 - (eval $ac_try) 2>&5
11177 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11178 + { (case "(($ac_try" in
11179 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11180 + *) ac_try_echo=$ac_try;;
11182 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11183 + (eval "$ac_try") 2>&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); }; } &&
11187 { ac_try='test -s conftest.$ac_objext'
11188 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11189 - (eval $ac_try) 2>&5
11190 + { (case "(($ac_try" in
11191 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11192 + *) ac_try_echo=$ac_try;;
11194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11195 + (eval "$ac_try") 2>&5
11197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11198 (exit $ac_status); }; }; then
11199 @@ -9443,24 +11155,36 @@
11202 rm -f conftest.$ac_objext
11203 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11204 - (eval $ac_compile) 2>conftest.er1
11205 +if { (ac_try="$ac_compile"
11206 +case "(($ac_try" in
11207 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11208 + *) ac_try_echo=$ac_try;;
11210 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11211 + (eval "$ac_compile") 2>conftest.er1
11213 grep -v '^ *+' conftest.er1 >conftest.err
11215 cat conftest.err >&5
11216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11217 (exit $ac_status); } &&
11218 - { ac_try='test -z "$ac_c_werror_flag"
11219 - || test ! -s conftest.err'
11220 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11221 - (eval $ac_try) 2>&5
11222 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11223 + { (case "(($ac_try" in
11224 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 + *) ac_try_echo=$ac_try;;
11227 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11228 + (eval "$ac_try") 2>&5
11230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11231 (exit $ac_status); }; } &&
11232 { ac_try='test -s conftest.$ac_objext'
11233 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11234 - (eval $ac_try) 2>&5
11235 + { (case "(($ac_try" in
11236 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11237 + *) ac_try_echo=$ac_try;;
11239 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11240 + (eval "$ac_try") 2>&5
11242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243 (exit $ac_status); }; }; then
11244 @@ -9473,7 +11197,8 @@
11246 eval "ac_cv_func_decl_$ac_func=no"
11248 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11250 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11252 echo "$as_me: failed program was:" >&5
11253 sed 's/^/| /' conftest.$ac_ext >&5
11254 @@ -9481,12 +11206,13 @@
11256 eval "ac_cv_func_decl_$ac_func=yes"
11258 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11260 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11263 if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
11264 - echo "$as_me:$LINENO: result: yes" >&5
11265 -echo "${ECHO_T}yes" >&6
11266 + { echo "$as_me:$LINENO: result: yes" >&5
11267 +echo "${ECHO_T}yes" >&6; }
11270 ac_tr_func=`echo HAVE_$ac_func | tr '[a-z]' '[A-Z]'`
11271 @@ -9496,8 +11222,8 @@
11275 - echo "$as_me:$LINENO: result: no" >&5
11276 -echo "${ECHO_T}no" >&6
11277 + { echo "$as_me:$LINENO: result: no" >&5
11278 +echo "${ECHO_T}no" >&6; }
11282 @@ -9513,10 +11239,11 @@
11290 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11291 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11292 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11293 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
11294 if test "${ac_cv_header_stdc+set}" = set; then
11295 echo $ECHO_N "(cached) $ECHO_C" >&6
11297 @@ -9540,24 +11267,36 @@
11300 rm -f conftest.$ac_objext
11301 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11302 - (eval $ac_compile) 2>conftest.er1
11303 +if { (ac_try="$ac_compile"
11304 +case "(($ac_try" in
11305 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11306 + *) ac_try_echo=$ac_try;;
11308 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11309 + (eval "$ac_compile") 2>conftest.er1
11311 grep -v '^ *+' conftest.er1 >conftest.err
11313 cat conftest.err >&5
11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315 (exit $ac_status); } &&
11316 - { ac_try='test -z "$ac_c_werror_flag"
11317 - || test ! -s conftest.err'
11318 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11319 - (eval $ac_try) 2>&5
11320 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11321 + { (case "(($ac_try" in
11322 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11323 + *) ac_try_echo=$ac_try;;
11325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11326 + (eval "$ac_try") 2>&5
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; } &&
11330 { ac_try='test -s conftest.$ac_objext'
11331 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11332 - (eval $ac_try) 2>&5
11333 + { (case "(($ac_try" in
11334 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11335 + *) ac_try_echo=$ac_try;;
11337 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11338 + (eval "$ac_try") 2>&5
11340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341 (exit $ac_status); }; }; then
11342 @@ -9566,9 +11305,10 @@
11343 echo "$as_me: failed program was:" >&5
11344 sed 's/^/| /' conftest.$ac_ext >&5
11346 -ac_cv_header_stdc=no
11347 + ac_cv_header_stdc=no
11349 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11351 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11353 if test $ac_cv_header_stdc = yes; then
11354 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11355 @@ -9624,6 +11364,7 @@
11356 cat >>conftest.$ac_ext <<_ACEOF
11357 /* end confdefs.h. */
11359 +#include <stdlib.h>
11360 #if ((' ' & 0x0FF) == 0x020)
11361 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11362 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11363 @@ -9643,18 +11384,27 @@
11364 for (i = 0; i < 256; i++)
11365 if (XOR (islower (i), ISLOWER (i))
11366 || toupper (i) != TOUPPER (i))
11373 rm -f conftest$ac_exeext
11374 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11375 - (eval $ac_link) 2>&5
11376 +if { (ac_try="$ac_link"
11377 +case "(($ac_try" in
11378 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11379 + *) ac_try_echo=$ac_try;;
11381 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11382 + (eval "$ac_link") 2>&5
11384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11385 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11386 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11387 - (eval $ac_try) 2>&5
11388 + { (case "(($ac_try" in
11389 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11390 + *) ac_try_echo=$ac_try;;
11392 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11393 + (eval "$ac_try") 2>&5
11395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11396 (exit $ac_status); }; }; then
11397 @@ -9667,12 +11417,14 @@
11398 ( exit $ac_status )
11399 ac_cv_header_stdc=no
11401 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11402 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11408 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11409 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
11410 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11411 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
11412 if test $ac_cv_header_stdc = yes; then
11414 cat >>confdefs.h <<\_ACEOF
11415 @@ -9689,18 +11441,19 @@
11416 for ac_header in stdarg.h sys/ioctl.h ioctl.h sysexits.h
11418 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11419 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11420 - echo "$as_me:$LINENO: checking for $ac_header" >&5
11421 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11422 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11423 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
11425 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11426 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11427 echo $ECHO_N "(cached) $ECHO_C" >&6
11429 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11430 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11431 +ac_res=`eval echo '${'$as_ac_Header'}'`
11432 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11433 +echo "${ECHO_T}$ac_res" >&6; }
11435 # Is the header compilable?
11436 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
11437 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11438 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11439 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11440 cat >conftest.$ac_ext <<_ACEOF
11443 @@ -9711,24 +11464,36 @@
11444 #include <$ac_header>
11446 rm -f conftest.$ac_objext
11447 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11448 - (eval $ac_compile) 2>conftest.er1
11449 +if { (ac_try="$ac_compile"
11450 +case "(($ac_try" in
11451 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11452 + *) ac_try_echo=$ac_try;;
11454 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11455 + (eval "$ac_compile") 2>conftest.er1
11457 grep -v '^ *+' conftest.er1 >conftest.err
11459 cat conftest.err >&5
11460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11461 (exit $ac_status); } &&
11462 - { ac_try='test -z "$ac_c_werror_flag"
11463 - || test ! -s conftest.err'
11464 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11465 - (eval $ac_try) 2>&5
11466 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11467 + { (case "(($ac_try" in
11468 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11469 + *) ac_try_echo=$ac_try;;
11471 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11472 + (eval "$ac_try") 2>&5
11474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475 (exit $ac_status); }; } &&
11476 { ac_try='test -s conftest.$ac_objext'
11477 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11478 - (eval $ac_try) 2>&5
11479 + { (case "(($ac_try" in
11480 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11481 + *) ac_try_echo=$ac_try;;
11483 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 + (eval "$ac_try") 2>&5
11486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11487 (exit $ac_status); }; }; then
11488 @@ -9737,15 +11502,16 @@
11489 echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11492 -ac_header_compiler=no
11493 + ac_header_compiler=no
11495 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11496 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11497 -echo "${ECHO_T}$ac_header_compiler" >&6
11499 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11500 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11501 +echo "${ECHO_T}$ac_header_compiler" >&6; }
11503 # Is the header present?
11504 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
11505 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11506 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11507 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11508 cat >conftest.$ac_ext <<_ACEOF
11511 @@ -9754,8 +11520,13 @@
11512 /* end confdefs.h. */
11513 #include <$ac_header>
11515 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11516 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11517 +if { (ac_try="$ac_cpp conftest.$ac_ext"
11518 +case "(($ac_try" in
11519 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11520 + *) ac_try_echo=$ac_try;;
11522 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11523 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11525 grep -v '^ *+' conftest.er1 >conftest.err
11527 @@ -9779,9 +11550,10 @@
11529 ac_header_preproc=no
11532 rm -f conftest.err conftest.$ac_ext
11533 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11534 -echo "${ECHO_T}$ac_header_preproc" >&6
11535 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11536 +echo "${ECHO_T}$ac_header_preproc" >&6; }
11538 # So? What about this header?
11539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11540 @@ -9805,25 +11577,19 @@
11541 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11543 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11546 -## ------------------------------------------ ##
11547 -## Report this to the AC_PACKAGE_NAME lists. ##
11548 -## ------------------------------------------ ##
11551 - sed "s/^/$as_me: WARNING: /" >&2
11555 -echo "$as_me:$LINENO: checking for $ac_header" >&5
11556 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11557 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11558 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
11559 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11560 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11561 echo $ECHO_N "(cached) $ECHO_C" >&6
11563 eval "$as_ac_Header=\$ac_header_preproc"
11565 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11566 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11567 +ac_res=`eval echo '${'$as_ac_Header'}'`
11568 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11569 +echo "${ECHO_T}$ac_res" >&6; }
11572 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11573 @@ -9840,18 +11606,19 @@
11574 for ac_header in sys/time.h sys/resource.h
11576 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11577 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11578 - echo "$as_me:$LINENO: checking for $ac_header" >&5
11579 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11580 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11581 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11582 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
11583 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11584 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11585 echo $ECHO_N "(cached) $ECHO_C" >&6
11587 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11588 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11589 +ac_res=`eval echo '${'$as_ac_Header'}'`
11590 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11591 +echo "${ECHO_T}$ac_res" >&6; }
11593 # Is the header compilable?
11594 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
11595 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11596 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11597 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11598 cat >conftest.$ac_ext <<_ACEOF
11601 @@ -9862,24 +11629,36 @@
11602 #include <$ac_header>
11604 rm -f conftest.$ac_objext
11605 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11606 - (eval $ac_compile) 2>conftest.er1
11607 +if { (ac_try="$ac_compile"
11608 +case "(($ac_try" in
11609 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11610 + *) ac_try_echo=$ac_try;;
11612 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11613 + (eval "$ac_compile") 2>conftest.er1
11615 grep -v '^ *+' conftest.er1 >conftest.err
11617 cat conftest.err >&5
11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11619 (exit $ac_status); } &&
11620 - { ac_try='test -z "$ac_c_werror_flag"
11621 - || test ! -s conftest.err'
11622 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11623 - (eval $ac_try) 2>&5
11624 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11625 + { (case "(($ac_try" in
11626 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11627 + *) ac_try_echo=$ac_try;;
11629 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 + (eval "$ac_try") 2>&5
11632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11633 (exit $ac_status); }; } &&
11634 { ac_try='test -s conftest.$ac_objext'
11635 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11636 - (eval $ac_try) 2>&5
11637 + { (case "(($ac_try" in
11638 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11639 + *) ac_try_echo=$ac_try;;
11641 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11642 + (eval "$ac_try") 2>&5
11644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645 (exit $ac_status); }; }; then
11646 @@ -9888,15 +11667,16 @@
11647 echo "$as_me: failed program was:" >&5
11648 sed 's/^/| /' conftest.$ac_ext >&5
11650 -ac_header_compiler=no
11651 + ac_header_compiler=no
11653 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11654 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11655 -echo "${ECHO_T}$ac_header_compiler" >&6
11657 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11658 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11659 +echo "${ECHO_T}$ac_header_compiler" >&6; }
11661 # Is the header present?
11662 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
11663 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11664 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11665 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11666 cat >conftest.$ac_ext <<_ACEOF
11669 @@ -9905,8 +11685,13 @@
11670 /* end confdefs.h. */
11671 #include <$ac_header>
11673 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11674 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11675 +if { (ac_try="$ac_cpp conftest.$ac_ext"
11676 +case "(($ac_try" in
11677 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11678 + *) ac_try_echo=$ac_try;;
11680 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11681 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11683 grep -v '^ *+' conftest.er1 >conftest.err
11685 @@ -9930,9 +11715,10 @@
11687 ac_header_preproc=no
11690 rm -f conftest.err conftest.$ac_ext
11691 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11692 -echo "${ECHO_T}$ac_header_preproc" >&6
11693 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11694 +echo "${ECHO_T}$ac_header_preproc" >&6; }
11696 # So? What about this header?
11697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11698 @@ -9956,25 +11742,19 @@
11699 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11700 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11701 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11704 -## ------------------------------------------ ##
11705 -## Report this to the AC_PACKAGE_NAME lists. ##
11706 -## ------------------------------------------ ##
11709 - sed "s/^/$as_me: WARNING: /" >&2
11713 -echo "$as_me:$LINENO: checking for $ac_header" >&5
11714 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11715 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11716 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
11717 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11718 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11719 echo $ECHO_N "(cached) $ECHO_C" >&6
11721 eval "$as_ac_Header=\$ac_header_preproc"
11723 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11724 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11725 +ac_res=`eval echo '${'$as_ac_Header'}'`
11726 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11727 +echo "${ECHO_T}$ac_res" >&6; }
11730 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11731 @@ -9990,18 +11770,19 @@
11732 for ac_header in unix.h
11734 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11735 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11736 - echo "$as_me:$LINENO: checking for $ac_header" >&5
11737 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11738 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11739 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11740 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
11741 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11742 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11743 echo $ECHO_N "(cached) $ECHO_C" >&6
11745 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11746 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11747 +ac_res=`eval echo '${'$as_ac_Header'}'`
11748 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11749 +echo "${ECHO_T}$ac_res" >&6; }
11751 # Is the header compilable?
11752 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
11753 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11754 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
11755 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11756 cat >conftest.$ac_ext <<_ACEOF
11759 @@ -10012,24 +11793,36 @@
11760 #include <$ac_header>
11762 rm -f conftest.$ac_objext
11763 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11764 - (eval $ac_compile) 2>conftest.er1
11765 +if { (ac_try="$ac_compile"
11766 +case "(($ac_try" in
11767 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11768 + *) ac_try_echo=$ac_try;;
11770 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11771 + (eval "$ac_compile") 2>conftest.er1
11773 grep -v '^ *+' conftest.er1 >conftest.err
11775 cat conftest.err >&5
11776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); } &&
11778 - { ac_try='test -z "$ac_c_werror_flag"
11779 - || test ! -s conftest.err'
11780 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11781 - (eval $ac_try) 2>&5
11782 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11783 + { (case "(($ac_try" in
11784 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11785 + *) ac_try_echo=$ac_try;;
11787 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11788 + (eval "$ac_try") 2>&5
11790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11791 (exit $ac_status); }; } &&
11792 { ac_try='test -s conftest.$ac_objext'
11793 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11794 - (eval $ac_try) 2>&5
11795 + { (case "(($ac_try" in
11796 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11797 + *) ac_try_echo=$ac_try;;
11799 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11800 + (eval "$ac_try") 2>&5
11802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11803 (exit $ac_status); }; }; then
11804 @@ -10038,15 +11831,16 @@
11805 echo "$as_me: failed program was:" >&5
11806 sed 's/^/| /' conftest.$ac_ext >&5
11808 -ac_header_compiler=no
11809 + ac_header_compiler=no
11811 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11812 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11813 -echo "${ECHO_T}$ac_header_compiler" >&6
11815 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11816 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11817 +echo "${ECHO_T}$ac_header_compiler" >&6; }
11819 # Is the header present?
11820 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
11821 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11822 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
11823 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11824 cat >conftest.$ac_ext <<_ACEOF
11827 @@ -10055,8 +11849,13 @@
11828 /* end confdefs.h. */
11829 #include <$ac_header>
11831 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11832 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11833 +if { (ac_try="$ac_cpp conftest.$ac_ext"
11834 +case "(($ac_try" in
11835 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11836 + *) ac_try_echo=$ac_try;;
11838 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11839 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11841 grep -v '^ *+' conftest.er1 >conftest.err
11843 @@ -10080,9 +11879,10 @@
11845 ac_header_preproc=no
11848 rm -f conftest.err conftest.$ac_ext
11849 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11850 -echo "${ECHO_T}$ac_header_preproc" >&6
11851 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11852 +echo "${ECHO_T}$ac_header_preproc" >&6; }
11854 # So? What about this header?
11855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11856 @@ -10106,25 +11906,19 @@
11857 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11858 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11859 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11862 -## ------------------------------------------ ##
11863 -## Report this to the AC_PACKAGE_NAME lists. ##
11864 -## ------------------------------------------ ##
11867 - sed "s/^/$as_me: WARNING: /" >&2
11871 -echo "$as_me:$LINENO: checking for $ac_header" >&5
11872 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11873 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
11874 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
11875 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11876 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11877 echo $ECHO_N "(cached) $ECHO_C" >&6
11879 eval "$as_ac_Header=\$ac_header_preproc"
11881 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11882 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11883 +ac_res=`eval echo '${'$as_ac_Header'}'`
11884 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11885 +echo "${ECHO_T}$ac_res" >&6; }
11888 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11889 @@ -10142,9 +11936,9 @@
11890 for ac_func in setrlimit getsid
11892 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11893 -echo "$as_me:$LINENO: checking for $ac_func" >&5
11894 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11895 -if eval "test \"\${$as_ac_var+set}\" = set"; then
11896 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
11897 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11898 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11899 echo $ECHO_N "(cached) $ECHO_C" >&6
11901 cat >conftest.$ac_ext <<_ACEOF
11902 @@ -10170,53 +11964,59 @@
11906 -/* Override any gcc2 internal prototype to avoid an error. */
11907 +/* Override any GCC internal prototype to avoid an error.
11908 + Use char because int might match the return type of a GCC
11909 + builtin and then its argument prototype would still apply. */
11914 -/* We use char because int might match the return type of a gcc2
11915 - builtin and then its argument prototype would still apply. */
11917 /* The GNU C library defines this for functions which it implements
11918 to always fail with ENOSYS. Some functions are actually named
11919 something starting with __ and the normal name is an alias. */
11920 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11921 +#if defined __stub_$ac_func || defined __stub___$ac_func
11924 -char (*f) () = $ac_func;
11926 -#ifdef __cplusplus
11933 -return f != $ac_func;
11934 +return $ac_func ();
11939 rm -f conftest.$ac_objext conftest$ac_exeext
11940 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11941 - (eval $ac_link) 2>conftest.er1
11942 +if { (ac_try="$ac_link"
11943 +case "(($ac_try" in
11944 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11945 + *) ac_try_echo=$ac_try;;
11947 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11948 + (eval "$ac_link") 2>conftest.er1
11950 grep -v '^ *+' conftest.er1 >conftest.err
11952 cat conftest.err >&5
11953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); } &&
11955 - { ac_try='test -z "$ac_c_werror_flag"
11956 - || test ! -s conftest.err'
11957 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11958 - (eval $ac_try) 2>&5
11959 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11960 + { (case "(($ac_try" in
11961 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11962 + *) ac_try_echo=$ac_try;;
11964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 + (eval "$ac_try") 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try='test -s conftest$ac_exeext'
11970 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 - (eval $ac_try) 2>&5
11972 + { (case "(($ac_try" in
11973 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11974 + *) ac_try_echo=$ac_try;;
11976 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11977 + (eval "$ac_try") 2>&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); }; }; then
11981 @@ -10225,13 +12025,15 @@
11982 echo "$as_me: failed program was:" >&5
11983 sed 's/^/| /' conftest.$ac_ext >&5
11985 -eval "$as_ac_var=no"
11986 + eval "$as_ac_var=no"
11988 -rm -f conftest.err conftest.$ac_objext \
11990 +rm -f core conftest.err conftest.$ac_objext \
11991 conftest$ac_exeext conftest.$ac_ext
11993 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11994 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11995 +ac_res=`eval echo '${'$as_ac_var'}'`
11996 + { echo "$as_me:$LINENO: result: $ac_res" >&5
11997 +echo "${ECHO_T}$ac_res" >&6; }
11998 if test `eval echo '${'$as_ac_var'}'` = yes; then
11999 cat >>confdefs.h <<_ACEOF
12000 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12001 @@ -10241,8 +12043,8 @@
12005 -echo "$as_me:$LINENO: checking return type of signal handlers" >&5
12006 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
12007 +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5
12008 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
12009 if test "${ac_cv_type_signal+set}" = set; then
12010 echo $ECHO_N "(cached) $ECHO_C" >&6
12012 @@ -10254,56 +12056,61 @@
12013 /* end confdefs.h. */
12014 #include <sys/types.h>
12015 #include <signal.h>
12019 -#ifdef __cplusplus
12020 -extern "C" void (*signal (int, void (*)(int)))(int);
12022 -void (*signal ()) ();
12029 +return *(signal (0, 0)) (0) == 1;
12034 rm -f conftest.$ac_objext
12035 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 - (eval $ac_compile) 2>conftest.er1
12037 +if { (ac_try="$ac_compile"
12038 +case "(($ac_try" in
12039 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12040 + *) ac_try_echo=$ac_try;;
12042 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12043 + (eval "$ac_compile") 2>conftest.er1
12045 grep -v '^ *+' conftest.er1 >conftest.err
12047 cat conftest.err >&5
12048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12049 (exit $ac_status); } &&
12050 - { ac_try='test -z "$ac_c_werror_flag"
12051 - || test ! -s conftest.err'
12052 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12053 - (eval $ac_try) 2>&5
12054 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12055 + { (case "(($ac_try" in
12056 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12057 + *) ac_try_echo=$ac_try;;
12059 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12060 + (eval "$ac_try") 2>&5
12062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12063 (exit $ac_status); }; } &&
12064 { ac_try='test -s conftest.$ac_objext'
12065 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12066 - (eval $ac_try) 2>&5
12067 + { (case "(($ac_try" in
12068 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12069 + *) ac_try_echo=$ac_try;;
12071 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12072 + (eval "$ac_try") 2>&5
12074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12075 (exit $ac_status); }; }; then
12076 - ac_cv_type_signal=void
12077 + ac_cv_type_signal=int
12079 echo "$as_me: failed program was:" >&5
12080 sed 's/^/| /' conftest.$ac_ext >&5
12082 -ac_cv_type_signal=int
12083 + ac_cv_type_signal=void
12085 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12087 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12089 -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
12090 -echo "${ECHO_T}$ac_cv_type_signal" >&6
12091 +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
12092 +echo "${ECHO_T}$ac_cv_type_signal" >&6; }
12094 cat >>confdefs.h <<_ACEOF
12095 #define RETSIGTYPE $ac_cv_type_signal
12096 @@ -10311,8 +12118,8 @@
12100 -echo "$as_me:$LINENO: checking for sig_atomic_t in signal.h" >&5
12101 -echo $ECHO_N "checking for sig_atomic_t in signal.h... $ECHO_C" >&6
12102 +{ echo "$as_me:$LINENO: checking for sig_atomic_t in signal.h" >&5
12103 +echo $ECHO_N "checking for sig_atomic_t in signal.h... $ECHO_C" >&6; }
12104 cat >conftest.$ac_ext <<_ACEOF
12107 @@ -10339,14 +12146,14 @@
12108 $EGREP "volatile.*sig_atomic_t" >/dev/null 2>&1; then
12110 is_sig_atomic_t_volatile=yes;
12111 - echo "$as_me:$LINENO: result: yes, volatile" >&5
12112 -echo "${ECHO_T}yes, volatile" >&6
12113 + { echo "$as_me:$LINENO: result: yes, volatile" >&5
12114 +echo "${ECHO_T}yes, volatile" >&6; }
12118 is_sig_atomic_t_volatile=no;
12119 - echo "$as_me:$LINENO: result: yes, non volatile" >&5
12120 -echo "${ECHO_T}yes, non volatile" >&6
12121 + { echo "$as_me:$LINENO: result: yes, non volatile" >&5
12122 +echo "${ECHO_T}yes, non volatile" >&6; }
12126 @@ -10354,10 +12161,10 @@
12130 - echo "$as_me:$LINENO: result: no" >&5
12131 -echo "${ECHO_T}no" >&6
12132 - echo "$as_me:$LINENO: checking for sig_atomic_t" >&5
12133 -echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
12134 + { echo "$as_me:$LINENO: result: no" >&5
12135 +echo "${ECHO_T}no" >&6; }
12136 + { echo "$as_me:$LINENO: checking for sig_atomic_t" >&5
12137 +echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6; }
12138 if test "${ac_cv_type_sig_atomic_t+set}" = set; then
12139 echo $ECHO_N "(cached) $ECHO_C" >&6
12141 @@ -10368,36 +12175,49 @@
12142 cat >>conftest.$ac_ext <<_ACEOF
12143 /* end confdefs.h. */
12144 $ac_includes_default
12145 +typedef sig_atomic_t ac__type_new_;
12149 -if ((sig_atomic_t *) 0)
12150 +if ((ac__type_new_ *) 0)
12152 -if (sizeof (sig_atomic_t))
12153 +if (sizeof (ac__type_new_))
12159 rm -f conftest.$ac_objext
12160 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12161 - (eval $ac_compile) 2>conftest.er1
12162 +if { (ac_try="$ac_compile"
12163 +case "(($ac_try" in
12164 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12165 + *) ac_try_echo=$ac_try;;
12167 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12168 + (eval "$ac_compile") 2>conftest.er1
12170 grep -v '^ *+' conftest.er1 >conftest.err
12172 cat conftest.err >&5
12173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12174 (exit $ac_status); } &&
12175 - { ac_try='test -z "$ac_c_werror_flag"
12176 - || test ! -s conftest.err'
12177 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12178 - (eval $ac_try) 2>&5
12179 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12180 + { (case "(($ac_try" in
12181 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12182 + *) ac_try_echo=$ac_try;;
12184 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12185 + (eval "$ac_try") 2>&5
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); }; } &&
12189 { ac_try='test -s conftest.$ac_objext'
12190 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12191 - (eval $ac_try) 2>&5
12192 + { (case "(($ac_try" in
12193 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12194 + *) ac_try_echo=$ac_try;;
12196 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12197 + (eval "$ac_try") 2>&5
12199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200 (exit $ac_status); }; }; then
12201 @@ -10406,12 +12226,13 @@
12202 echo "$as_me: failed program was:" >&5
12203 sed 's/^/| /' conftest.$ac_ext >&5
12205 -ac_cv_type_sig_atomic_t=no
12206 + ac_cv_type_sig_atomic_t=no
12208 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12210 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 -echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5
12213 -echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
12214 +{ echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5
12215 +echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6; }
12216 if test $ac_cv_type_sig_atomic_t = yes; then
12219 @@ -10440,8 +12261,8 @@
12223 -echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
12224 -echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6
12225 +{ echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
12226 +echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; }
12227 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
12228 echo $ECHO_N "(cached) $ECHO_C" >&6
12230 @@ -10463,6 +12284,7 @@
12232 #ifndef sys_siglist
12233 char *p = (char *) sys_siglist;
12238 @@ -10470,24 +12292,36 @@
12241 rm -f conftest.$ac_objext
12242 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12243 - (eval $ac_compile) 2>conftest.er1
12244 +if { (ac_try="$ac_compile"
12245 +case "(($ac_try" in
12246 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12247 + *) ac_try_echo=$ac_try;;
12249 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12250 + (eval "$ac_compile") 2>conftest.er1
12252 grep -v '^ *+' conftest.er1 >conftest.err
12254 cat conftest.err >&5
12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12256 (exit $ac_status); } &&
12257 - { ac_try='test -z "$ac_c_werror_flag"
12258 - || test ! -s conftest.err'
12259 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12260 - (eval $ac_try) 2>&5
12261 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12262 + { (case "(($ac_try" in
12263 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12264 + *) ac_try_echo=$ac_try;;
12266 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12267 + (eval "$ac_try") 2>&5
12269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12270 (exit $ac_status); }; } &&
12271 { ac_try='test -s conftest.$ac_objext'
12272 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12273 - (eval $ac_try) 2>&5
12274 + { (case "(($ac_try" in
12275 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12276 + *) ac_try_echo=$ac_try;;
12278 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 + (eval "$ac_try") 2>&5
12281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12282 (exit $ac_status); }; }; then
12283 @@ -10496,12 +12330,13 @@
12284 echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.$ac_ext >&5
12287 -ac_cv_have_decl_sys_siglist=no
12288 + ac_cv_have_decl_sys_siglist=no
12290 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12292 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12294 -echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
12295 -echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
12296 +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
12297 +echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; }
12298 if test $ac_cv_have_decl_sys_siglist = yes; then
12300 cat >>confdefs.h <<_ACEOF
12301 @@ -10520,8 +12355,8 @@
12305 -echo "$as_me:$LINENO: checking for pid_t" >&5
12306 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12307 +{ echo "$as_me:$LINENO: checking for pid_t" >&5
12308 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
12309 if test "${ac_cv_type_pid_t+set}" = set; then
12310 echo $ECHO_N "(cached) $ECHO_C" >&6
12312 @@ -10532,36 +12367,49 @@
12313 cat >>conftest.$ac_ext <<_ACEOF
12314 /* end confdefs.h. */
12315 $ac_includes_default
12316 +typedef pid_t ac__type_new_;
12321 +if ((ac__type_new_ *) 0)
12323 -if (sizeof (pid_t))
12324 +if (sizeof (ac__type_new_))
12330 rm -f conftest.$ac_objext
12331 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12332 - (eval $ac_compile) 2>conftest.er1
12333 +if { (ac_try="$ac_compile"
12334 +case "(($ac_try" in
12335 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12336 + *) ac_try_echo=$ac_try;;
12338 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12339 + (eval "$ac_compile") 2>conftest.er1
12341 grep -v '^ *+' conftest.er1 >conftest.err
12343 cat conftest.err >&5
12344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12345 (exit $ac_status); } &&
12346 - { ac_try='test -z "$ac_c_werror_flag"
12347 - || test ! -s conftest.err'
12348 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12349 - (eval $ac_try) 2>&5
12350 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12351 + { (case "(($ac_try" in
12352 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12353 + *) ac_try_echo=$ac_try;;
12355 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12356 + (eval "$ac_try") 2>&5
12358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12359 (exit $ac_status); }; } &&
12360 { ac_try='test -s conftest.$ac_objext'
12361 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12362 - (eval $ac_try) 2>&5
12363 + { (case "(($ac_try" in
12364 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12365 + *) ac_try_echo=$ac_try;;
12367 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12368 + (eval "$ac_try") 2>&5
12370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12371 (exit $ac_status); }; }; then
12372 @@ -10570,12 +12418,13 @@
12373 echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 -ac_cv_type_pid_t=no
12377 + ac_cv_type_pid_t=no
12379 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12381 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12383 -echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
12384 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6
12385 +{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
12386 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
12387 if test $ac_cv_type_pid_t = yes; then
12390 @@ -10586,8 +12435,8 @@
12394 -echo "$as_me:$LINENO: checking for ssize_t" >&5
12395 -echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
12396 +{ echo "$as_me:$LINENO: checking for ssize_t" >&5
12397 +echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
12398 if test "${ac_cv_type_ssize_t+set}" = set; then
12399 echo $ECHO_N "(cached) $ECHO_C" >&6
12401 @@ -10598,36 +12447,49 @@
12402 cat >>conftest.$ac_ext <<_ACEOF
12403 /* end confdefs.h. */
12404 $ac_includes_default
12405 +typedef ssize_t ac__type_new_;
12409 -if ((ssize_t *) 0)
12410 +if ((ac__type_new_ *) 0)
12412 -if (sizeof (ssize_t))
12413 +if (sizeof (ac__type_new_))
12419 rm -f conftest.$ac_objext
12420 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12421 - (eval $ac_compile) 2>conftest.er1
12422 +if { (ac_try="$ac_compile"
12423 +case "(($ac_try" in
12424 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12425 + *) ac_try_echo=$ac_try;;
12427 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12428 + (eval "$ac_compile") 2>conftest.er1
12430 grep -v '^ *+' conftest.er1 >conftest.err
12432 cat conftest.err >&5
12433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12434 (exit $ac_status); } &&
12435 - { ac_try='test -z "$ac_c_werror_flag"
12436 - || test ! -s conftest.err'
12437 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12438 - (eval $ac_try) 2>&5
12439 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12440 + { (case "(($ac_try" in
12441 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12442 + *) ac_try_echo=$ac_try;;
12444 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12445 + (eval "$ac_try") 2>&5
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); }; } &&
12449 { ac_try='test -s conftest.$ac_objext'
12450 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12451 - (eval $ac_try) 2>&5
12452 + { (case "(($ac_try" in
12453 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12454 + *) ac_try_echo=$ac_try;;
12456 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12457 + (eval "$ac_try") 2>&5
12459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12460 (exit $ac_status); }; }; then
12461 @@ -10636,12 +12498,13 @@
12462 echo "$as_me: failed program was:" >&5
12463 sed 's/^/| /' conftest.$ac_ext >&5
12465 -ac_cv_type_ssize_t=no
12466 + ac_cv_type_ssize_t=no
12468 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12470 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12472 -echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
12473 -echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
12474 +{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
12475 +echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
12476 if test $ac_cv_type_ssize_t = yes; then
12479 @@ -10661,9 +12524,9 @@
12480 for ac_func in fgetpos memmove setegid srand48 strerror
12482 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12483 -echo "$as_me:$LINENO: checking for $ac_func" >&5
12484 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12485 -if eval "test \"\${$as_ac_var+set}\" = set"; then
12486 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
12487 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12488 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12489 echo $ECHO_N "(cached) $ECHO_C" >&6
12491 cat >conftest.$ac_ext <<_ACEOF
12492 @@ -10689,53 +12552,59 @@
12496 -/* Override any gcc2 internal prototype to avoid an error. */
12497 +/* Override any GCC internal prototype to avoid an error.
12498 + Use char because int might match the return type of a GCC
12499 + builtin and then its argument prototype would still apply. */
12504 -/* We use char because int might match the return type of a gcc2
12505 - builtin and then its argument prototype would still apply. */
12507 /* The GNU C library defines this for functions which it implements
12508 to always fail with ENOSYS. Some functions are actually named
12509 something starting with __ and the normal name is an alias. */
12510 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12511 +#if defined __stub_$ac_func || defined __stub___$ac_func
12514 -char (*f) () = $ac_func;
12516 -#ifdef __cplusplus
12523 -return f != $ac_func;
12524 +return $ac_func ();
12529 rm -f conftest.$ac_objext conftest$ac_exeext
12530 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12531 - (eval $ac_link) 2>conftest.er1
12532 +if { (ac_try="$ac_link"
12533 +case "(($ac_try" in
12534 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12535 + *) ac_try_echo=$ac_try;;
12537 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12538 + (eval "$ac_link") 2>conftest.er1
12540 grep -v '^ *+' conftest.er1 >conftest.err
12542 cat conftest.err >&5
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); } &&
12545 - { ac_try='test -z "$ac_c_werror_flag"
12546 - || test ! -s conftest.err'
12547 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 - (eval $ac_try) 2>&5
12549 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12550 + { (case "(($ac_try" in
12551 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12552 + *) ac_try_echo=$ac_try;;
12554 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12555 + (eval "$ac_try") 2>&5
12557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558 (exit $ac_status); }; } &&
12559 { ac_try='test -s conftest$ac_exeext'
12560 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12561 - (eval $ac_try) 2>&5
12562 + { (case "(($ac_try" in
12563 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12564 + *) ac_try_echo=$ac_try;;
12566 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12567 + (eval "$ac_try") 2>&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); }; }; then
12571 @@ -10744,13 +12613,15 @@
12572 echo "$as_me: failed program was:" >&5
12573 sed 's/^/| /' conftest.$ac_ext >&5
12575 -eval "$as_ac_var=no"
12576 + eval "$as_ac_var=no"
12578 -rm -f conftest.err conftest.$ac_objext \
12580 +rm -f core conftest.err conftest.$ac_objext \
12581 conftest$ac_exeext conftest.$ac_ext
12583 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12584 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12585 +ac_res=`eval echo '${'$as_ac_var'}'`
12586 + { echo "$as_me:$LINENO: result: $ac_res" >&5
12587 +echo "${ECHO_T}$ac_res" >&6; }
12588 if test `eval echo '${'$as_ac_var'}'` = yes; then
12589 cat >>confdefs.h <<_ACEOF
12590 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12591 @@ -10766,9 +12637,9 @@
12592 for ac_func in setenv strcasecmp strdup
12594 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12595 -echo "$as_me:$LINENO: checking for $ac_func" >&5
12596 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12597 -if eval "test \"\${$as_ac_var+set}\" = set"; then
12598 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
12599 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12600 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12601 echo $ECHO_N "(cached) $ECHO_C" >&6
12603 cat >conftest.$ac_ext <<_ACEOF
12604 @@ -10794,53 +12665,59 @@
12608 -/* Override any gcc2 internal prototype to avoid an error. */
12609 +/* Override any GCC internal prototype to avoid an error.
12610 + Use char because int might match the return type of a GCC
12611 + builtin and then its argument prototype would still apply. */
12616 -/* We use char because int might match the return type of a gcc2
12617 - builtin and then its argument prototype would still apply. */
12619 /* The GNU C library defines this for functions which it implements
12620 to always fail with ENOSYS. Some functions are actually named
12621 something starting with __ and the normal name is an alias. */
12622 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12623 +#if defined __stub_$ac_func || defined __stub___$ac_func
12626 -char (*f) () = $ac_func;
12628 -#ifdef __cplusplus
12635 -return f != $ac_func;
12636 +return $ac_func ();
12641 rm -f conftest.$ac_objext conftest$ac_exeext
12642 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12643 - (eval $ac_link) 2>conftest.er1
12644 +if { (ac_try="$ac_link"
12645 +case "(($ac_try" in
12646 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12647 + *) ac_try_echo=$ac_try;;
12649 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12650 + (eval "$ac_link") 2>conftest.er1
12652 grep -v '^ *+' conftest.er1 >conftest.err
12654 cat conftest.err >&5
12655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); } &&
12657 - { ac_try='test -z "$ac_c_werror_flag"
12658 - || test ! -s conftest.err'
12659 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12660 - (eval $ac_try) 2>&5
12661 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12662 + { (case "(($ac_try" in
12663 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12664 + *) ac_try_echo=$ac_try;;
12666 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12667 + (eval "$ac_try") 2>&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); }; } &&
12671 { ac_try='test -s conftest$ac_exeext'
12672 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 - (eval $ac_try) 2>&5
12674 + { (case "(($ac_try" in
12675 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12676 + *) ac_try_echo=$ac_try;;
12678 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12679 + (eval "$ac_try") 2>&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
12683 @@ -10849,25 +12726,25 @@
12684 echo "$as_me: failed program was:" >&5
12685 sed 's/^/| /' conftest.$ac_ext >&5
12687 -eval "$as_ac_var=no"
12688 + eval "$as_ac_var=no"
12690 -rm -f conftest.err conftest.$ac_objext \
12692 +rm -f core conftest.err conftest.$ac_objext \
12693 conftest$ac_exeext conftest.$ac_ext
12695 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12696 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12697 +ac_res=`eval echo '${'$as_ac_var'}'`
12698 + { echo "$as_me:$LINENO: result: $ac_res" >&5
12699 +echo "${ECHO_T}$ac_res" >&6; }
12700 if test `eval echo '${'$as_ac_var'}'` = yes; then
12701 cat >>confdefs.h <<_ACEOF
12702 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12707 - "$ac_func.$ac_objext" | \
12708 - *" $ac_func.$ac_objext" | \
12709 - "$ac_func.$ac_objext "* | \
12710 + case " $LIBOBJS " in
12711 *" $ac_func.$ac_objext "* ) ;;
12712 - *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
12713 + *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
12718 @@ -10875,8 +12752,8 @@
12722 -echo "$as_me:$LINENO: checking for getopt" >&5
12723 -echo $ECHO_N "checking for getopt... $ECHO_C" >&6
12724 +{ echo "$as_me:$LINENO: checking for getopt" >&5
12725 +echo $ECHO_N "checking for getopt... $ECHO_C" >&6; }
12726 if test "${ac_cv_func_getopt+set}" = set; then
12727 echo $ECHO_N "(cached) $ECHO_C" >&6
12729 @@ -10903,53 +12780,59 @@
12733 -/* Override any gcc2 internal prototype to avoid an error. */
12734 +/* Override any GCC internal prototype to avoid an error.
12735 + Use char because int might match the return type of a GCC
12736 + builtin and then its argument prototype would still apply. */
12741 -/* We use char because int might match the return type of a gcc2
12742 - builtin and then its argument prototype would still apply. */
12744 /* The GNU C library defines this for functions which it implements
12745 to always fail with ENOSYS. Some functions are actually named
12746 something starting with __ and the normal name is an alias. */
12747 -#if defined (__stub_getopt) || defined (__stub___getopt)
12748 +#if defined __stub_getopt || defined __stub___getopt
12751 -char (*f) () = getopt;
12753 -#ifdef __cplusplus
12760 -return f != getopt;
12766 rm -f conftest.$ac_objext conftest$ac_exeext
12767 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12768 - (eval $ac_link) 2>conftest.er1
12769 +if { (ac_try="$ac_link"
12770 +case "(($ac_try" in
12771 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12772 + *) ac_try_echo=$ac_try;;
12774 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12775 + (eval "$ac_link") 2>conftest.er1
12777 grep -v '^ *+' conftest.er1 >conftest.err
12779 cat conftest.err >&5
12780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12781 (exit $ac_status); } &&
12782 - { ac_try='test -z "$ac_c_werror_flag"
12783 - || test ! -s conftest.err'
12784 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12785 - (eval $ac_try) 2>&5
12786 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12787 + { (case "(($ac_try" in
12788 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 + *) ac_try_echo=$ac_try;;
12791 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12792 + (eval "$ac_try") 2>&5
12794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12795 (exit $ac_status); }; } &&
12796 { ac_try='test -s conftest$ac_exeext'
12797 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12798 - (eval $ac_try) 2>&5
12799 + { (case "(($ac_try" in
12800 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12801 + *) ac_try_echo=$ac_try;;
12803 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12804 + (eval "$ac_try") 2>&5
12806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12807 (exit $ac_status); }; }; then
12808 @@ -10958,31 +12841,33 @@
12809 echo "$as_me: failed program was:" >&5
12810 sed 's/^/| /' conftest.$ac_ext >&5
12812 -ac_cv_func_getopt=no
12813 + ac_cv_func_getopt=no
12815 -rm -f conftest.err conftest.$ac_objext \
12817 +rm -f core conftest.err conftest.$ac_objext \
12818 conftest$ac_exeext conftest.$ac_ext
12820 -echo "$as_me:$LINENO: result: $ac_cv_func_getopt" >&5
12821 -echo "${ECHO_T}$ac_cv_func_getopt" >&6
12822 +{ echo "$as_me:$LINENO: result: $ac_cv_func_getopt" >&5
12823 +echo "${ECHO_T}$ac_cv_func_getopt" >&6; }
12825 if test $ac_cv_func_getopt = yes; then
12827 for ac_header in getopt.h
12829 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12830 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
12831 - echo "$as_me:$LINENO: checking for $ac_header" >&5
12832 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12833 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
12834 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12835 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
12836 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12837 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12838 echo $ECHO_N "(cached) $ECHO_C" >&6
12840 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12841 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12842 +ac_res=`eval echo '${'$as_ac_Header'}'`
12843 + { echo "$as_me:$LINENO: result: $ac_res" >&5
12844 +echo "${ECHO_T}$ac_res" >&6; }
12846 # Is the header compilable?
12847 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
12848 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12849 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
12850 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12851 cat >conftest.$ac_ext <<_ACEOF
12854 @@ -10993,24 +12878,36 @@
12855 #include <$ac_header>
12857 rm -f conftest.$ac_objext
12858 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12859 - (eval $ac_compile) 2>conftest.er1
12860 +if { (ac_try="$ac_compile"
12861 +case "(($ac_try" in
12862 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12863 + *) ac_try_echo=$ac_try;;
12865 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12866 + (eval "$ac_compile") 2>conftest.er1
12868 grep -v '^ *+' conftest.er1 >conftest.err
12870 cat conftest.err >&5
12871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12872 (exit $ac_status); } &&
12873 - { ac_try='test -z "$ac_c_werror_flag"
12874 - || test ! -s conftest.err'
12875 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12876 - (eval $ac_try) 2>&5
12877 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12878 + { (case "(($ac_try" in
12879 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12880 + *) ac_try_echo=$ac_try;;
12882 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12883 + (eval "$ac_try") 2>&5
12885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12886 (exit $ac_status); }; } &&
12887 { ac_try='test -s conftest.$ac_objext'
12888 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12889 - (eval $ac_try) 2>&5
12890 + { (case "(($ac_try" in
12891 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12892 + *) ac_try_echo=$ac_try;;
12894 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12895 + (eval "$ac_try") 2>&5
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); }; }; then
12899 @@ -11019,15 +12916,16 @@
12900 echo "$as_me: failed program was:" >&5
12901 sed 's/^/| /' conftest.$ac_ext >&5
12903 -ac_header_compiler=no
12904 + ac_header_compiler=no
12906 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12907 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12908 -echo "${ECHO_T}$ac_header_compiler" >&6
12910 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12911 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12912 +echo "${ECHO_T}$ac_header_compiler" >&6; }
12914 # Is the header present?
12915 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
12916 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12917 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
12918 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12919 cat >conftest.$ac_ext <<_ACEOF
12922 @@ -11036,8 +12934,13 @@
12923 /* end confdefs.h. */
12924 #include <$ac_header>
12926 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12927 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12928 +if { (ac_try="$ac_cpp conftest.$ac_ext"
12929 +case "(($ac_try" in
12930 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12931 + *) ac_try_echo=$ac_try;;
12933 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12934 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12936 grep -v '^ *+' conftest.er1 >conftest.err
12938 @@ -11061,9 +12964,10 @@
12940 ac_header_preproc=no
12943 rm -f conftest.err conftest.$ac_ext
12944 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12945 -echo "${ECHO_T}$ac_header_preproc" >&6
12946 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12947 +echo "${ECHO_T}$ac_header_preproc" >&6; }
12949 # So? What about this header?
12950 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12951 @@ -11087,25 +12991,19 @@
12952 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12953 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12954 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12957 -## ------------------------------------------ ##
12958 -## Report this to the AC_PACKAGE_NAME lists. ##
12959 -## ------------------------------------------ ##
12962 - sed "s/^/$as_me: WARNING: /" >&2
12966 -echo "$as_me:$LINENO: checking for $ac_header" >&5
12967 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12968 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
12969 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
12970 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12971 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12972 echo $ECHO_N "(cached) $ECHO_C" >&6
12974 eval "$as_ac_Header=\$ac_header_preproc"
12976 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12977 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12978 +ac_res=`eval echo '${'$as_ac_Header'}'`
12979 + { echo "$as_me:$LINENO: result: $ac_res" >&5
12980 +echo "${ECHO_T}$ac_res" >&6; }
12983 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12984 @@ -11120,8 +13018,8 @@
12988 -echo "$as_me:$LINENO: checking for snprintf" >&5
12989 -echo $ECHO_N "checking for snprintf... $ECHO_C" >&6
12990 +{ echo "$as_me:$LINENO: checking for snprintf" >&5
12991 +echo $ECHO_N "checking for snprintf... $ECHO_C" >&6; }
12992 if test "${ac_cv_func_snprintf+set}" = set; then
12993 echo $ECHO_N "(cached) $ECHO_C" >&6
12995 @@ -11148,53 +13046,59 @@
12999 -/* Override any gcc2 internal prototype to avoid an error. */
13000 +/* Override any GCC internal prototype to avoid an error.
13001 + Use char because int might match the return type of a GCC
13002 + builtin and then its argument prototype would still apply. */
13007 -/* We use char because int might match the return type of a gcc2
13008 - builtin and then its argument prototype would still apply. */
13010 /* The GNU C library defines this for functions which it implements
13011 to always fail with ENOSYS. Some functions are actually named
13012 something starting with __ and the normal name is an alias. */
13013 -#if defined (__stub_snprintf) || defined (__stub___snprintf)
13014 +#if defined __stub_snprintf || defined __stub___snprintf
13017 -char (*f) () = snprintf;
13019 -#ifdef __cplusplus
13026 -return f != snprintf;
13027 +return snprintf ();
13032 rm -f conftest.$ac_objext conftest$ac_exeext
13033 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13034 - (eval $ac_link) 2>conftest.er1
13035 +if { (ac_try="$ac_link"
13036 +case "(($ac_try" in
13037 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13038 + *) ac_try_echo=$ac_try;;
13040 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13041 + (eval "$ac_link") 2>conftest.er1
13043 grep -v '^ *+' conftest.er1 >conftest.err
13045 cat conftest.err >&5
13046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } &&
13048 - { ac_try='test -z "$ac_c_werror_flag"
13049 - || test ! -s conftest.err'
13050 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13051 - (eval $ac_try) 2>&5
13052 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13053 + { (case "(($ac_try" in
13054 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13055 + *) ac_try_echo=$ac_try;;
13057 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13058 + (eval "$ac_try") 2>&5
13060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13061 (exit $ac_status); }; } &&
13062 { ac_try='test -s conftest$ac_exeext'
13063 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13064 - (eval $ac_try) 2>&5
13065 + { (case "(($ac_try" in
13066 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13067 + *) ac_try_echo=$ac_try;;
13069 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13070 + (eval "$ac_try") 2>&5
13072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13073 (exit $ac_status); }; }; then
13074 @@ -11203,21 +13107,22 @@
13075 echo "$as_me: failed program was:" >&5
13076 sed 's/^/| /' conftest.$ac_ext >&5
13078 -ac_cv_func_snprintf=no
13079 + ac_cv_func_snprintf=no
13081 -rm -f conftest.err conftest.$ac_objext \
13083 +rm -f core conftest.err conftest.$ac_objext \
13084 conftest$ac_exeext conftest.$ac_ext
13086 -echo "$as_me:$LINENO: result: $ac_cv_func_snprintf" >&5
13087 -echo "${ECHO_T}$ac_cv_func_snprintf" >&6
13088 +{ echo "$as_me:$LINENO: result: $ac_cv_func_snprintf" >&5
13089 +echo "${ECHO_T}$ac_cv_func_snprintf" >&6; }
13090 if test $ac_cv_func_snprintf = yes; then
13091 mutt_cv_func_snprintf=yes
13093 mutt_cv_func_snprintf=no
13096 -echo "$as_me:$LINENO: checking for vsnprintf" >&5
13097 -echo $ECHO_N "checking for vsnprintf... $ECHO_C" >&6
13098 +{ echo "$as_me:$LINENO: checking for vsnprintf" >&5
13099 +echo $ECHO_N "checking for vsnprintf... $ECHO_C" >&6; }
13100 if test "${ac_cv_func_vsnprintf+set}" = set; then
13101 echo $ECHO_N "(cached) $ECHO_C" >&6
13103 @@ -11244,53 +13149,59 @@
13107 -/* Override any gcc2 internal prototype to avoid an error. */
13108 +/* Override any GCC internal prototype to avoid an error.
13109 + Use char because int might match the return type of a GCC
13110 + builtin and then its argument prototype would still apply. */
13115 -/* We use char because int might match the return type of a gcc2
13116 - builtin and then its argument prototype would still apply. */
13118 /* The GNU C library defines this for functions which it implements
13119 to always fail with ENOSYS. Some functions are actually named
13120 something starting with __ and the normal name is an alias. */
13121 -#if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
13122 +#if defined __stub_vsnprintf || defined __stub___vsnprintf
13125 -char (*f) () = vsnprintf;
13127 -#ifdef __cplusplus
13134 -return f != vsnprintf;
13135 +return vsnprintf ();
13140 rm -f conftest.$ac_objext conftest$ac_exeext
13141 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13142 - (eval $ac_link) 2>conftest.er1
13143 +if { (ac_try="$ac_link"
13144 +case "(($ac_try" in
13145 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13146 + *) ac_try_echo=$ac_try;;
13148 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13149 + (eval "$ac_link") 2>conftest.er1
13151 grep -v '^ *+' conftest.er1 >conftest.err
13153 cat conftest.err >&5
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); } &&
13156 - { ac_try='test -z "$ac_c_werror_flag"
13157 - || test ! -s conftest.err'
13158 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13159 - (eval $ac_try) 2>&5
13160 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13161 + { (case "(($ac_try" in
13162 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13163 + *) ac_try_echo=$ac_try;;
13165 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13166 + (eval "$ac_try") 2>&5
13168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13169 (exit $ac_status); }; } &&
13170 { ac_try='test -s conftest$ac_exeext'
13171 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13172 - (eval $ac_try) 2>&5
13173 + { (case "(($ac_try" in
13174 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13175 + *) ac_try_echo=$ac_try;;
13177 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13178 + (eval "$ac_try") 2>&5
13180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13181 (exit $ac_status); }; }; then
13182 @@ -11299,13 +13210,14 @@
13183 echo "$as_me: failed program was:" >&5
13184 sed 's/^/| /' conftest.$ac_ext >&5
13186 -ac_cv_func_vsnprintf=no
13187 + ac_cv_func_vsnprintf=no
13189 -rm -f conftest.err conftest.$ac_objext \
13191 +rm -f core conftest.err conftest.$ac_objext \
13192 conftest$ac_exeext conftest.$ac_ext
13194 -echo "$as_me:$LINENO: result: $ac_cv_func_vsnprintf" >&5
13195 -echo "${ECHO_T}$ac_cv_func_vsnprintf" >&6
13196 +{ echo "$as_me:$LINENO: result: $ac_cv_func_vsnprintf" >&5
13197 +echo "${ECHO_T}$ac_cv_func_vsnprintf" >&6; }
13198 if test $ac_cv_func_vsnprintf = yes; then
13199 mutt_cv_func_vsnprintf=yes
13201 @@ -11313,8 +13225,8 @@
13204 if test $mutt_cv_func_snprintf = yes; then
13205 -echo "$as_me:$LINENO: checking whether your system's snprintf is C99 compliant" >&5
13206 -echo $ECHO_N "checking whether your system's snprintf is C99 compliant... $ECHO_C" >&6
13207 +{ echo "$as_me:$LINENO: checking whether your system's snprintf is C99 compliant" >&5
13208 +echo $ECHO_N "checking whether your system's snprintf is C99 compliant... $ECHO_C" >&6; }
13209 if test "${mutt_cv_c99_snprintf+set}" = set; then
13210 echo $ECHO_N "(cached) $ECHO_C" >&6
13212 @@ -11338,13 +13250,22 @@
13215 rm -f conftest$ac_exeext
13216 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13217 - (eval $ac_link) 2>&5
13218 +if { (ac_try="$ac_link"
13219 +case "(($ac_try" in
13220 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13221 + *) ac_try_echo=$ac_try;;
13223 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13224 + (eval "$ac_link") 2>&5
13226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13227 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13228 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13229 - (eval $ac_try) 2>&5
13230 + { (case "(($ac_try" in
13231 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13232 + *) ac_try_echo=$ac_try;;
13234 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13235 + (eval "$ac_try") 2>&5
13237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13238 (exit $ac_status); }; }; then
13239 @@ -11357,17 +13278,19 @@
13240 ( exit $ac_status )
13241 mutt_cv_c99_snprintf=no
13243 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13244 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13249 -echo "$as_me:$LINENO: result: $mutt_cv_c99_snprintf" >&5
13250 -echo "${ECHO_T}$mutt_cv_c99_snprintf" >&6
13251 +{ echo "$as_me:$LINENO: result: $mutt_cv_c99_snprintf" >&5
13252 +echo "${ECHO_T}$mutt_cv_c99_snprintf" >&6; }
13254 mutt_cv_c99_snprintf=no
13256 if test $mutt_cv_func_vsnprintf = yes; then
13257 -echo "$as_me:$LINENO: checking whether your system's vsnprintf is C99 compliant" >&5
13258 -echo $ECHO_N "checking whether your system's vsnprintf is C99 compliant... $ECHO_C" >&6
13259 +{ echo "$as_me:$LINENO: checking whether your system's vsnprintf is C99 compliant" >&5
13260 +echo $ECHO_N "checking whether your system's vsnprintf is C99 compliant... $ECHO_C" >&6; }
13261 if test "${mutt_cv_c99_vsnprintf+set}" = set; then
13262 echo $ECHO_N "(cached) $ECHO_C" >&6
13264 @@ -11401,13 +13324,22 @@
13267 rm -f conftest$ac_exeext
13268 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13269 - (eval $ac_link) 2>&5
13270 +if { (ac_try="$ac_link"
13271 +case "(($ac_try" in
13272 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13273 + *) ac_try_echo=$ac_try;;
13275 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13276 + (eval "$ac_link") 2>&5
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13280 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13281 - (eval $ac_try) 2>&5
13282 + { (case "(($ac_try" in
13283 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13284 + *) ac_try_echo=$ac_try;;
13286 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13287 + (eval "$ac_try") 2>&5
13289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13290 (exit $ac_status); }; }; then
13291 @@ -11420,11 +13352,13 @@
13292 ( exit $ac_status )
13293 mutt_cv_c99_vsnprintf=no
13295 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13296 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13301 -echo "$as_me:$LINENO: result: $mutt_cv_c99_vsnprintf" >&5
13302 -echo "${ECHO_T}$mutt_cv_c99_vsnprintf" >&6
13303 +{ echo "$as_me:$LINENO: result: $mutt_cv_c99_vsnprintf" >&5
13304 +echo "${ECHO_T}$mutt_cv_c99_vsnprintf" >&6; }
13306 mutt_cv_c99_vsnprintf=no
13308 @@ -11443,18 +13377,16 @@
13311 if test $mutt_cv_c99_snprintf = no -o $mutt_cv_c99_vsnprintf = no; then
13313 - "snprintf.$ac_objext" | \
13314 - *" snprintf.$ac_objext" | \
13315 - "snprintf.$ac_objext "* | \
13316 + case " $LIBOBJS " in
13317 *" snprintf.$ac_objext "* ) ;;
13318 - *) LIBOBJS="$LIBOBJS snprintf.$ac_objext" ;;
13319 + *) LIBOBJS="$LIBOBJS snprintf.$ac_objext"
13325 -echo "$as_me:$LINENO: checking for va_copy" >&5
13326 -echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
13327 +{ echo "$as_me:$LINENO: checking for va_copy" >&5
13328 +echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13329 cat >conftest.$ac_ext <<_ACEOF
13332 @@ -11471,29 +13403,41 @@
13335 rm -f conftest.$ac_objext conftest$ac_exeext
13336 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13337 - (eval $ac_link) 2>conftest.er1
13338 +if { (ac_try="$ac_link"
13339 +case "(($ac_try" in
13340 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13341 + *) ac_try_echo=$ac_try;;
13343 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13344 + (eval "$ac_link") 2>conftest.er1
13346 grep -v '^ *+' conftest.er1 >conftest.err
13348 cat conftest.err >&5
13349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13350 (exit $ac_status); } &&
13351 - { ac_try='test -z "$ac_c_werror_flag"
13352 - || test ! -s conftest.err'
13353 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13354 - (eval $ac_try) 2>&5
13355 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13356 + { (case "(($ac_try" in
13357 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13358 + *) ac_try_echo=$ac_try;;
13360 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13361 + (eval "$ac_try") 2>&5
13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364 (exit $ac_status); }; } &&
13365 { ac_try='test -s conftest$ac_exeext'
13366 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13367 - (eval $ac_try) 2>&5
13368 + { (case "(($ac_try" in
13369 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13370 + *) ac_try_echo=$ac_try;;
13372 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13373 + (eval "$ac_try") 2>&5
13375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13376 (exit $ac_status); }; }; then
13377 - echo "$as_me:$LINENO: result: va_copy" >&5
13378 -echo "${ECHO_T}va_copy" >&6
13379 + { echo "$as_me:$LINENO: result: va_copy" >&5
13380 +echo "${ECHO_T}va_copy" >&6; }
13382 echo "$as_me: failed program was:" >&5
13383 sed 's/^/| /' conftest.$ac_ext >&5
13384 @@ -11516,24 +13460,36 @@
13387 rm -f conftest.$ac_objext conftest$ac_exeext
13388 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13389 - (eval $ac_link) 2>conftest.er1
13390 +if { (ac_try="$ac_link"
13391 +case "(($ac_try" in
13392 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13393 + *) ac_try_echo=$ac_try;;
13395 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13396 + (eval "$ac_link") 2>conftest.er1
13398 grep -v '^ *+' conftest.er1 >conftest.err
13400 cat conftest.err >&5
13401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13402 (exit $ac_status); } &&
13403 - { ac_try='test -z "$ac_c_werror_flag"
13404 - || test ! -s conftest.err'
13405 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 - (eval $ac_try) 2>&5
13407 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13408 + { (case "(($ac_try" in
13409 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13410 + *) ac_try_echo=$ac_try;;
13412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13413 + (eval "$ac_try") 2>&5
13415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13416 (exit $ac_status); }; } &&
13417 { ac_try='test -s conftest$ac_exeext'
13418 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13419 - (eval $ac_try) 2>&5
13420 + { (case "(($ac_try" in
13421 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13422 + *) ac_try_echo=$ac_try;;
13424 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13425 + (eval "$ac_try") 2>&5
13427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13428 (exit $ac_status); }; }; then
13429 @@ -11541,25 +13497,27 @@
13430 #define va_copy __va_copy
13433 - echo "$as_me:$LINENO: result: __va_copy" >&5
13434 -echo "${ECHO_T}__va_copy" >&6
13435 + { echo "$as_me:$LINENO: result: __va_copy" >&5
13436 +echo "${ECHO_T}__va_copy" >&6; }
13438 echo "$as_me: failed program was:" >&5
13439 sed 's/^/| /' conftest.$ac_ext >&5
13441 - cat >>confdefs.h <<\_ACEOF
13442 + cat >>confdefs.h <<\_ACEOF
13443 #define va_copy(dest,src) memcpy(&dest,&src,sizeof(va_list))
13446 - echo "$as_me:$LINENO: result: memcpy" >&5
13447 -echo "${ECHO_T}memcpy" >&6
13448 + { echo "$as_me:$LINENO: result: memcpy" >&5
13449 +echo "${ECHO_T}memcpy" >&6; }
13452 -rm -f conftest.err conftest.$ac_objext \
13454 +rm -f core conftest.err conftest.$ac_objext \
13455 conftest$ac_exeext conftest.$ac_ext
13458 -rm -f conftest.err conftest.$ac_objext \
13460 +rm -f core conftest.err conftest.$ac_objext \
13461 conftest$ac_exeext conftest.$ac_ext
13464 @@ -11567,9 +13525,9 @@
13465 for ac_func in ftruncate
13467 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13468 -echo "$as_me:$LINENO: checking for $ac_func" >&5
13469 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13470 -if eval "test \"\${$as_ac_var+set}\" = set"; then
13471 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13472 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13473 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13474 echo $ECHO_N "(cached) $ECHO_C" >&6
13476 cat >conftest.$ac_ext <<_ACEOF
13477 @@ -11595,53 +13553,59 @@
13481 -/* Override any gcc2 internal prototype to avoid an error. */
13482 +/* Override any GCC internal prototype to avoid an error.
13483 + Use char because int might match the return type of a GCC
13484 + builtin and then its argument prototype would still apply. */
13489 -/* We use char because int might match the return type of a gcc2
13490 - builtin and then its argument prototype would still apply. */
13492 /* The GNU C library defines this for functions which it implements
13493 to always fail with ENOSYS. Some functions are actually named
13494 something starting with __ and the normal name is an alias. */
13495 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13496 +#if defined __stub_$ac_func || defined __stub___$ac_func
13499 -char (*f) () = $ac_func;
13501 -#ifdef __cplusplus
13508 -return f != $ac_func;
13509 +return $ac_func ();
13514 rm -f conftest.$ac_objext conftest$ac_exeext
13515 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13516 - (eval $ac_link) 2>conftest.er1
13517 +if { (ac_try="$ac_link"
13518 +case "(($ac_try" in
13519 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13520 + *) ac_try_echo=$ac_try;;
13522 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13523 + (eval "$ac_link") 2>conftest.er1
13525 grep -v '^ *+' conftest.er1 >conftest.err
13527 cat conftest.err >&5
13528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13529 (exit $ac_status); } &&
13530 - { ac_try='test -z "$ac_c_werror_flag"
13531 - || test ! -s conftest.err'
13532 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13533 - (eval $ac_try) 2>&5
13534 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13535 + { (case "(($ac_try" in
13536 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 + *) ac_try_echo=$ac_try;;
13539 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 + (eval "$ac_try") 2>&5
13542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13543 (exit $ac_status); }; } &&
13544 { ac_try='test -s conftest$ac_exeext'
13545 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13546 - (eval $ac_try) 2>&5
13547 + { (case "(($ac_try" in
13548 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13549 + *) ac_try_echo=$ac_try;;
13551 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13552 + (eval "$ac_try") 2>&5
13554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13555 (exit $ac_status); }; }; then
13556 @@ -11650,13 +13614,15 @@
13557 echo "$as_me: failed program was:" >&5
13558 sed 's/^/| /' conftest.$ac_ext >&5
13560 -eval "$as_ac_var=no"
13561 + eval "$as_ac_var=no"
13563 -rm -f conftest.err conftest.$ac_objext \
13565 +rm -f core conftest.err conftest.$ac_objext \
13566 conftest$ac_exeext conftest.$ac_ext
13568 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13569 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13570 +ac_res=`eval echo '${'$as_ac_var'}'`
13571 + { echo "$as_me:$LINENO: result: $ac_res" >&5
13572 +echo "${ECHO_T}$ac_res" >&6; }
13573 if test `eval echo '${'$as_ac_var'}'` = yes; then
13574 cat >>confdefs.h <<_ACEOF
13575 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13576 @@ -11664,8 +13630,8 @@
13580 -echo "$as_me:$LINENO: checking for chsize in -lx" >&5
13581 -echo $ECHO_N "checking for chsize in -lx... $ECHO_C" >&6
13582 +{ echo "$as_me:$LINENO: checking for chsize in -lx" >&5
13583 +echo $ECHO_N "checking for chsize in -lx... $ECHO_C" >&6; }
13584 if test "${ac_cv_lib_x_chsize+set}" = set; then
13585 echo $ECHO_N "(cached) $ECHO_C" >&6
13587 @@ -11678,40 +13644,52 @@
13588 cat >>conftest.$ac_ext <<_ACEOF
13589 /* end confdefs.h. */
13591 -/* Override any gcc2 internal prototype to avoid an error. */
13592 +/* Override any GCC internal prototype to avoid an error.
13593 + Use char because int might match the return type of a GCC
13594 + builtin and then its argument prototype would still apply. */
13598 -/* We use char because int might match the return type of a gcc2
13599 - builtin and then its argument prototype would still apply. */
13610 rm -f conftest.$ac_objext conftest$ac_exeext
13611 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13612 - (eval $ac_link) 2>conftest.er1
13613 +if { (ac_try="$ac_link"
13614 +case "(($ac_try" in
13615 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13616 + *) ac_try_echo=$ac_try;;
13618 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13619 + (eval "$ac_link") 2>conftest.er1
13621 grep -v '^ *+' conftest.er1 >conftest.err
13623 cat conftest.err >&5
13624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625 (exit $ac_status); } &&
13626 - { ac_try='test -z "$ac_c_werror_flag"
13627 - || test ! -s conftest.err'
13628 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13629 - (eval $ac_try) 2>&5
13630 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13631 + { (case "(($ac_try" in
13632 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13633 + *) ac_try_echo=$ac_try;;
13635 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 + (eval "$ac_try") 2>&5
13638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13639 (exit $ac_status); }; } &&
13640 { ac_try='test -s conftest$ac_exeext'
13641 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13642 - (eval $ac_try) 2>&5
13643 + { (case "(($ac_try" in
13644 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13645 + *) ac_try_echo=$ac_try;;
13647 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13648 + (eval "$ac_try") 2>&5
13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); }; }; then
13652 @@ -11720,14 +13698,15 @@
13653 echo "$as_me: failed program was:" >&5
13654 sed 's/^/| /' conftest.$ac_ext >&5
13656 -ac_cv_lib_x_chsize=no
13657 + ac_cv_lib_x_chsize=no
13659 -rm -f conftest.err conftest.$ac_objext \
13661 +rm -f core conftest.err conftest.$ac_objext \
13662 conftest$ac_exeext conftest.$ac_ext
13663 LIBS=$ac_check_lib_save_LIBS
13665 -echo "$as_me:$LINENO: result: $ac_cv_lib_x_chsize" >&5
13666 -echo "${ECHO_T}$ac_cv_lib_x_chsize" >&6
13667 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_x_chsize" >&5
13668 +echo "${ECHO_T}$ac_cv_lib_x_chsize" >&6; }
13669 if test $ac_cv_lib_x_chsize = yes; then
13670 cat >>confdefs.h <<_ACEOF
13671 #define HAVE_LIBX 1
13672 @@ -11745,9 +13724,9 @@
13673 for ac_func in strftime
13675 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13676 -echo "$as_me:$LINENO: checking for $ac_func" >&5
13677 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13678 -if eval "test \"\${$as_ac_var+set}\" = set"; then
13679 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13680 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13681 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13682 echo $ECHO_N "(cached) $ECHO_C" >&6
13684 cat >conftest.$ac_ext <<_ACEOF
13685 @@ -11773,53 +13752,59 @@
13689 -/* Override any gcc2 internal prototype to avoid an error. */
13690 +/* Override any GCC internal prototype to avoid an error.
13691 + Use char because int might match the return type of a GCC
13692 + builtin and then its argument prototype would still apply. */
13697 -/* We use char because int might match the return type of a gcc2
13698 - builtin and then its argument prototype would still apply. */
13700 /* The GNU C library defines this for functions which it implements
13701 to always fail with ENOSYS. Some functions are actually named
13702 something starting with __ and the normal name is an alias. */
13703 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13704 +#if defined __stub_$ac_func || defined __stub___$ac_func
13707 -char (*f) () = $ac_func;
13709 -#ifdef __cplusplus
13716 -return f != $ac_func;
13717 +return $ac_func ();
13722 rm -f conftest.$ac_objext conftest$ac_exeext
13723 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13724 - (eval $ac_link) 2>conftest.er1
13725 +if { (ac_try="$ac_link"
13726 +case "(($ac_try" in
13727 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13728 + *) ac_try_echo=$ac_try;;
13730 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13731 + (eval "$ac_link") 2>conftest.er1
13733 grep -v '^ *+' conftest.er1 >conftest.err
13735 cat conftest.err >&5
13736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13737 (exit $ac_status); } &&
13738 - { ac_try='test -z "$ac_c_werror_flag"
13739 - || test ! -s conftest.err'
13740 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13741 - (eval $ac_try) 2>&5
13742 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13743 + { (case "(($ac_try" in
13744 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13745 + *) ac_try_echo=$ac_try;;
13747 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13748 + (eval "$ac_try") 2>&5
13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); }; } &&
13752 { ac_try='test -s conftest$ac_exeext'
13753 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13754 - (eval $ac_try) 2>&5
13755 + { (case "(($ac_try" in
13756 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13757 + *) ac_try_echo=$ac_try;;
13759 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13760 + (eval "$ac_try") 2>&5
13762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13763 (exit $ac_status); }; }; then
13764 @@ -11828,13 +13813,15 @@
13765 echo "$as_me: failed program was:" >&5
13766 sed 's/^/| /' conftest.$ac_ext >&5
13768 -eval "$as_ac_var=no"
13769 + eval "$as_ac_var=no"
13771 -rm -f conftest.err conftest.$ac_objext \
13773 +rm -f core conftest.err conftest.$ac_objext \
13774 conftest$ac_exeext conftest.$ac_ext
13776 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13777 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13778 +ac_res=`eval echo '${'$as_ac_var'}'`
13779 + { echo "$as_me:$LINENO: result: $ac_res" >&5
13780 +echo "${ECHO_T}$ac_res" >&6; }
13781 if test `eval echo '${'$as_ac_var'}'` = yes; then
13782 cat >>confdefs.h <<_ACEOF
13783 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13784 @@ -11842,8 +13829,8 @@
13788 -echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
13789 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
13790 +{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
13791 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
13792 if test "${ac_cv_lib_intl_strftime+set}" = set; then
13793 echo $ECHO_N "(cached) $ECHO_C" >&6
13795 @@ -11856,40 +13843,52 @@
13796 cat >>conftest.$ac_ext <<_ACEOF
13797 /* end confdefs.h. */
13799 -/* Override any gcc2 internal prototype to avoid an error. */
13800 +/* Override any GCC internal prototype to avoid an error.
13801 + Use char because int might match the return type of a GCC
13802 + builtin and then its argument prototype would still apply. */
13806 -/* We use char because int might match the return type of a gcc2
13807 - builtin and then its argument prototype would still apply. */
13813 +return strftime ();
13818 rm -f conftest.$ac_objext conftest$ac_exeext
13819 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13820 - (eval $ac_link) 2>conftest.er1
13821 +if { (ac_try="$ac_link"
13822 +case "(($ac_try" in
13823 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13824 + *) ac_try_echo=$ac_try;;
13826 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 + (eval "$ac_link") 2>conftest.er1
13829 grep -v '^ *+' conftest.er1 >conftest.err
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } &&
13834 - { ac_try='test -z "$ac_c_werror_flag"
13835 - || test ! -s conftest.err'
13836 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13837 - (eval $ac_try) 2>&5
13838 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13839 + { (case "(($ac_try" in
13840 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13841 + *) ac_try_echo=$ac_try;;
13843 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13844 + (eval "$ac_try") 2>&5
13846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13847 (exit $ac_status); }; } &&
13848 { ac_try='test -s conftest$ac_exeext'
13849 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13850 - (eval $ac_try) 2>&5
13851 + { (case "(($ac_try" in
13852 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13853 + *) ac_try_echo=$ac_try;;
13855 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13856 + (eval "$ac_try") 2>&5
13858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13859 (exit $ac_status); }; }; then
13860 @@ -11898,14 +13897,15 @@
13861 echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.$ac_ext >&5
13864 -ac_cv_lib_intl_strftime=no
13865 + ac_cv_lib_intl_strftime=no
13867 -rm -f conftest.err conftest.$ac_objext \
13869 +rm -f core conftest.err conftest.$ac_objext \
13870 conftest$ac_exeext conftest.$ac_ext
13871 LIBS=$ac_check_lib_save_LIBS
13873 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
13874 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
13875 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
13876 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
13877 if test $ac_cv_lib_intl_strftime = yes; then
13878 cat >>confdefs.h <<_ACEOF
13879 #define HAVE_LIBINTL 1
13880 @@ -11923,9 +13923,9 @@
13881 for ac_func in fchdir
13883 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13884 -echo "$as_me:$LINENO: checking for $ac_func" >&5
13885 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13886 -if eval "test \"\${$as_ac_var+set}\" = set"; then
13887 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
13888 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13889 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13890 echo $ECHO_N "(cached) $ECHO_C" >&6
13892 cat >conftest.$ac_ext <<_ACEOF
13893 @@ -11951,53 +13951,59 @@
13897 -/* Override any gcc2 internal prototype to avoid an error. */
13898 +/* Override any GCC internal prototype to avoid an error.
13899 + Use char because int might match the return type of a GCC
13900 + builtin and then its argument prototype would still apply. */
13905 -/* We use char because int might match the return type of a gcc2
13906 - builtin and then its argument prototype would still apply. */
13908 /* The GNU C library defines this for functions which it implements
13909 to always fail with ENOSYS. Some functions are actually named
13910 something starting with __ and the normal name is an alias. */
13911 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13912 +#if defined __stub_$ac_func || defined __stub___$ac_func
13915 -char (*f) () = $ac_func;
13917 -#ifdef __cplusplus
13924 -return f != $ac_func;
13925 +return $ac_func ();
13930 rm -f conftest.$ac_objext conftest$ac_exeext
13931 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13932 - (eval $ac_link) 2>conftest.er1
13933 +if { (ac_try="$ac_link"
13934 +case "(($ac_try" in
13935 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13936 + *) ac_try_echo=$ac_try;;
13938 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939 + (eval "$ac_link") 2>conftest.er1
13941 grep -v '^ *+' conftest.er1 >conftest.err
13943 cat conftest.err >&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } &&
13946 - { ac_try='test -z "$ac_c_werror_flag"
13947 - || test ! -s conftest.err'
13948 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13949 - (eval $ac_try) 2>&5
13950 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13951 + { (case "(($ac_try" in
13952 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13953 + *) ac_try_echo=$ac_try;;
13955 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13956 + (eval "$ac_try") 2>&5
13958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13959 (exit $ac_status); }; } &&
13960 { ac_try='test -s conftest$ac_exeext'
13961 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13962 - (eval $ac_try) 2>&5
13963 + { (case "(($ac_try" in
13964 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13965 + *) ac_try_echo=$ac_try;;
13967 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13968 + (eval "$ac_try") 2>&5
13970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13971 (exit $ac_status); }; }; then
13972 @@ -12006,13 +14012,15 @@
13973 echo "$as_me: failed program was:" >&5
13974 sed 's/^/| /' conftest.$ac_ext >&5
13976 -eval "$as_ac_var=no"
13977 + eval "$as_ac_var=no"
13979 -rm -f conftest.err conftest.$ac_objext \
13981 +rm -f core conftest.err conftest.$ac_objext \
13982 conftest$ac_exeext conftest.$ac_ext
13984 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13985 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13986 +ac_res=`eval echo '${'$as_ac_var'}'`
13987 + { echo "$as_me:$LINENO: result: $ac_res" >&5
13988 +echo "${ECHO_T}$ac_res" >&6; }
13989 if test `eval echo '${'$as_ac_var'}'` = yes; then
13990 cat >>confdefs.h <<_ACEOF
13991 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13992 @@ -12025,18 +14033,17 @@
13996 -# Check whether --with-regex or --without-regex was given.
13997 +# Check whether --with-regex was given.
13998 if test "${with_regex+set}" = set; then
13999 - withval="$with_regex"
14000 - mutt_cv_regex=yes
14001 + withval=$with_regex; mutt_cv_regex=yes
14004 for ac_func in regcomp
14006 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14007 -echo "$as_me:$LINENO: checking for $ac_func" >&5
14008 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14009 -if eval "test \"\${$as_ac_var+set}\" = set"; then
14010 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
14011 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14012 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 cat >conftest.$ac_ext <<_ACEOF
14016 @@ -12062,53 +14069,59 @@
14020 -/* Override any gcc2 internal prototype to avoid an error. */
14021 +/* Override any GCC internal prototype to avoid an error.
14022 + Use char because int might match the return type of a GCC
14023 + builtin and then its argument prototype would still apply. */
14028 -/* We use char because int might match the return type of a gcc2
14029 - builtin and then its argument prototype would still apply. */
14031 /* The GNU C library defines this for functions which it implements
14032 to always fail with ENOSYS. Some functions are actually named
14033 something starting with __ and the normal name is an alias. */
14034 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14035 +#if defined __stub_$ac_func || defined __stub___$ac_func
14038 -char (*f) () = $ac_func;
14040 -#ifdef __cplusplus
14047 -return f != $ac_func;
14048 +return $ac_func ();
14053 rm -f conftest.$ac_objext conftest$ac_exeext
14054 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14055 - (eval $ac_link) 2>conftest.er1
14056 +if { (ac_try="$ac_link"
14057 +case "(($ac_try" in
14058 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14059 + *) ac_try_echo=$ac_try;;
14061 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14062 + (eval "$ac_link") 2>conftest.er1
14064 grep -v '^ *+' conftest.er1 >conftest.err
14066 cat conftest.err >&5
14067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14068 (exit $ac_status); } &&
14069 - { ac_try='test -z "$ac_c_werror_flag"
14070 - || test ! -s conftest.err'
14071 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14072 - (eval $ac_try) 2>&5
14073 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14074 + { (case "(($ac_try" in
14075 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14076 + *) ac_try_echo=$ac_try;;
14078 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14079 + (eval "$ac_try") 2>&5
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; } &&
14083 { ac_try='test -s conftest$ac_exeext'
14084 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14085 - (eval $ac_try) 2>&5
14086 + { (case "(($ac_try" in
14087 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14088 + *) ac_try_echo=$ac_try;;
14090 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14091 + (eval "$ac_try") 2>&5
14093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14094 (exit $ac_status); }; }; then
14095 @@ -12117,13 +14130,15 @@
14096 echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.$ac_ext >&5
14099 -eval "$as_ac_var=no"
14100 + eval "$as_ac_var=no"
14102 -rm -f conftest.err conftest.$ac_objext \
14104 +rm -f core conftest.err conftest.$ac_objext \
14105 conftest$ac_exeext conftest.$ac_ext
14107 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14108 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14109 +ac_res=`eval echo '${'$as_ac_var'}'`
14110 + { echo "$as_me:$LINENO: result: $ac_res" >&5
14111 +echo "${ECHO_T}$ac_res" >&6; }
14112 if test `eval echo '${'$as_ac_var'}'` = yes; then
14113 cat >>confdefs.h <<_ACEOF
14114 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14115 @@ -12134,11 +14149,12 @@
14123 if test $mutt_cv_regex = no ; then
14124 -echo "$as_me:$LINENO: checking whether your system's regexp library is completely broken" >&5
14125 -echo $ECHO_N "checking whether your system's regexp library is completely broken... $ECHO_C" >&6
14126 +{ echo "$as_me:$LINENO: checking whether your system's regexp library is completely broken" >&5
14127 +echo $ECHO_N "checking whether your system's regexp library is completely broken... $ECHO_C" >&6; }
14128 if test "${mutt_cv_regex_broken+set}" = set; then
14129 echo $ECHO_N "(cached) $ECHO_C" >&6
14131 @@ -12157,13 +14173,22 @@
14132 main() { regex_t blah ; regmatch_t p; p.rm_eo = p.rm_eo; return regcomp(&blah, "foo.*bar", REG_NOSUB) || regexec (&blah, "foobar", 0, NULL, 0); }
14134 rm -f conftest$ac_exeext
14135 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14136 - (eval $ac_link) 2>&5
14137 +if { (ac_try="$ac_link"
14138 +case "(($ac_try" in
14139 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14140 + *) ac_try_echo=$ac_try;;
14142 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14143 + (eval "$ac_link") 2>&5
14145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14146 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14147 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14148 - (eval $ac_try) 2>&5
14149 + { (case "(($ac_try" in
14150 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14151 + *) ac_try_echo=$ac_try;;
14153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14154 + (eval "$ac_try") 2>&5
14156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14157 (exit $ac_status); }; }; then
14158 @@ -12176,11 +14201,13 @@
14159 ( exit $ac_status )
14160 mutt_cv_regex_broken=yes
14162 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14163 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14168 -echo "$as_me:$LINENO: result: $mutt_cv_regex_broken" >&5
14169 -echo "${ECHO_T}$mutt_cv_regex_broken" >&6
14170 +{ echo "$as_me:$LINENO: result: $mutt_cv_regex_broken" >&5
14171 +echo "${ECHO_T}$mutt_cv_regex_broken" >&6; }
14172 if test $mutt_cv_regex_broken = yes ; then
14173 echo "Using the included GNU regex instead." >&6
14175 @@ -12193,23 +14220,21 @@
14176 #define USE_GNU_REGEX 1
14180 - "regex.$ac_objext" | \
14181 - *" regex.$ac_objext" | \
14182 - "regex.$ac_objext "* | \
14183 + case " $LIBOBJS " in
14184 *" regex.$ac_objext "* ) ;;
14185 - *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;;
14186 + *) LIBOBJS="$LIBOBJS regex.$ac_objext"
14194 -# Check whether --with-homespool or --without-homespool was given.
14195 +# Check whether --with-homespool was given.
14196 if test "${with_homespool+set}" = set; then
14197 - withval="$with_homespool"
14198 - with_homespool=${withval}
14200 + withval=$with_homespool; with_homespool=${withval}
14203 if test x$with_homespool != x; then
14204 if test $with_homespool = yes; then
14205 with_homespool=mailbox
14206 @@ -12232,13 +14257,12 @@
14210 -# Check whether --with-mailpath or --without-mailpath was given.
14211 +# Check whether --with-mailpath was given.
14212 if test "${with_mailpath+set}" = set; then
14213 - withval="$with_mailpath"
14214 - mutt_cv_mailpath=$withval
14215 + withval=$with_mailpath; mutt_cv_mailpath=$withval
14217 - echo "$as_me:$LINENO: checking where new mail is stored" >&5
14218 -echo $ECHO_N "checking where new mail is stored... $ECHO_C" >&6
14219 + { echo "$as_me:$LINENO: checking where new mail is stored" >&5
14220 +echo $ECHO_N "checking where new mail is stored... $ECHO_C" >&6; }
14221 if test "${mutt_cv_mailpath+set}" = set; then
14222 echo $ECHO_N "(cached) $ECHO_C" >&6
14224 @@ -12253,10 +14277,11 @@
14225 mutt_cv_mailpath=/usr/mail
14228 -echo "$as_me:$LINENO: result: $mutt_cv_mailpath" >&5
14229 -echo "${ECHO_T}$mutt_cv_mailpath" >&6
14230 +{ echo "$as_me:$LINENO: result: $mutt_cv_mailpath" >&5
14231 +echo "${ECHO_T}$mutt_cv_mailpath" >&6; }
14236 if test "$mutt_cv_mailpath" = no; then
14237 { { echo "$as_me:$LINENO: error: \"Could not determine where new mail is stored.\"" >&5
14238 echo "$as_me: error: \"Could not determine where new mail is stored.\"" >&2;}
14239 @@ -12268,8 +14293,8 @@
14243 - echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is world writable" >&5
14244 -echo $ECHO_N "checking if $mutt_cv_mailpath is world writable... $ECHO_C" >&6
14245 + { echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is world writable" >&5
14246 +echo $ECHO_N "checking if $mutt_cv_mailpath is world writable... $ECHO_C" >&6; }
14247 if test "${mutt_cv_worldwrite+set}" = set; then
14248 echo $ECHO_N "(cached) $ECHO_C" >&6
14250 @@ -12296,13 +14321,22 @@
14253 rm -f conftest$ac_exeext
14254 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14255 - (eval $ac_link) 2>&5
14256 +if { (ac_try="$ac_link"
14257 +case "(($ac_try" in
14258 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14259 + *) ac_try_echo=$ac_try;;
14261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14262 + (eval "$ac_link") 2>&5
14264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14265 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14266 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14267 - (eval $ac_try) 2>&5
14268 + { (case "(($ac_try" in
14269 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14270 + *) ac_try_echo=$ac_try;;
14272 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14273 + (eval "$ac_try") 2>&5
14275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14276 (exit $ac_status); }; }; then
14277 @@ -12315,11 +14349,13 @@
14278 ( exit $ac_status )
14279 mutt_cv_worldwrite=no
14281 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14282 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14287 -echo "$as_me:$LINENO: result: $mutt_cv_worldwrite" >&5
14288 -echo "${ECHO_T}$mutt_cv_worldwrite" >&6
14289 +{ echo "$as_me:$LINENO: result: $mutt_cv_worldwrite" >&5
14290 +echo "${ECHO_T}$mutt_cv_worldwrite" >&6; }
14293 if test $mutt_cv_worldwrite = yes; then
14294 @@ -12330,8 +14366,8 @@
14298 - echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is group writable" >&5
14299 -echo $ECHO_N "checking if $mutt_cv_mailpath is group writable... $ECHO_C" >&6
14300 + { echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is group writable" >&5
14301 +echo $ECHO_N "checking if $mutt_cv_mailpath is group writable... $ECHO_C" >&6; }
14302 if test "${mutt_cv_groupwrite+set}" = set; then
14303 echo $ECHO_N "(cached) $ECHO_C" >&6
14305 @@ -12358,13 +14394,22 @@
14308 rm -f conftest$ac_exeext
14309 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14310 - (eval $ac_link) 2>&5
14311 +if { (ac_try="$ac_link"
14312 +case "(($ac_try" in
14313 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14314 + *) ac_try_echo=$ac_try;;
14316 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14317 + (eval "$ac_link") 2>&5
14319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14321 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14322 - (eval $ac_try) 2>&5
14323 + { (case "(($ac_try" in
14324 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14325 + *) ac_try_echo=$ac_try;;
14327 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14328 + (eval "$ac_try") 2>&5
14330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14331 (exit $ac_status); }; }; then
14332 @@ -12377,11 +14422,13 @@
14333 ( exit $ac_status )
14334 mutt_cv_groupwrite=no
14336 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14337 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14342 -echo "$as_me:$LINENO: result: $mutt_cv_groupwrite" >&5
14343 -echo "${ECHO_T}$mutt_cv_groupwrite" >&6
14344 +{ echo "$as_me:$LINENO: result: $mutt_cv_groupwrite" >&5
14345 +echo "${ECHO_T}$mutt_cv_groupwrite" >&6; }
14347 if test $mutt_cv_groupwrite = yes; then
14349 @@ -12399,11 +14446,11 @@
14353 -# Check whether --enable-external_dotlock or --disable-external_dotlock was given.
14354 +# Check whether --enable-external_dotlock was given.
14355 if test "${enable_external_dotlock+set}" = set; then
14356 - enableval="$enable_external_dotlock"
14357 - mutt_cv_external_dotlock="$enableval"
14359 + enableval=$enable_external_dotlock; mutt_cv_external_dotlock="$enableval"
14363 if test "x$mutt_cv_setgid" = "xyes" || test "x$mutt_cv_fchdir" = "xno" \
14364 || test "x$mutt_cv_external_dotlock" = "xyes"
14365 @@ -12421,18 +14468,18 @@
14369 -echo "$as_me:$LINENO: checking where to put the documentation" >&5
14370 -echo $ECHO_N "checking where to put the documentation... $ECHO_C" >&6
14371 +{ echo "$as_me:$LINENO: checking where to put the documentation" >&5
14372 +echo $ECHO_N "checking where to put the documentation... $ECHO_C" >&6; }
14374 -# Check whether --with-docdir or --without-docdir was given.
14375 +# Check whether --with-docdir was given.
14376 if test "${with_docdir+set}" = set; then
14377 - withval="$with_docdir"
14378 - mutt_cv_docdir=$withval
14379 + withval=$with_docdir; mutt_cv_docdir=$withval
14381 mutt_cv_docdir='${prefix}/doc/mutt'
14383 -echo "$as_me:$LINENO: result: $mutt_cv_docdir" >&5
14384 -echo "${ECHO_T}$mutt_cv_docdir" >&6
14387 +{ echo "$as_me:$LINENO: result: $mutt_cv_docdir" >&5
14388 +echo "${ECHO_T}$mutt_cv_docdir" >&6; }
14390 docdir=$mutt_cv_docdir
14392 @@ -12448,10 +14495,9 @@
14396 -# Check whether --with-domain or --without-domain was given.
14397 +# Check whether --with-domain was given.
14398 if test "${with_domain+set}" = set; then
14399 - withval="$with_domain"
14400 - if test $withval != yes; then
14401 + withval=$with_domain; if test $withval != yes; then
14402 if test $withval != no; then
14404 cat >>confdefs.h <<_ACEOF
14405 @@ -12460,15 +14506,15 @@
14416 -# Check whether --enable-pop or --disable-pop was given.
14417 +# Check whether --enable-pop was given.
14418 if test "${enable_pop+set}" = set; then
14419 - enableval="$enable_pop"
14420 - if test x$enableval = xyes ; then
14421 + enableval=$enable_pop; if test x$enableval = xyes ; then
14423 cat >>confdefs.h <<\_ACEOF
14425 @@ -12480,12 +14526,12 @@
14433 -# Check whether --enable-imap or --disable-imap was given.
14434 +# Check whether --enable-imap was given.
14435 if test "${enable_imap+set}" = set; then
14436 - enableval="$enable_imap"
14437 - if test x$enableval = xyes ; then
14438 + enableval=$enable_imap; if test x$enableval = xyes ; then
14440 cat >>confdefs.h <<\_ACEOF
14442 @@ -12498,7 +14544,8 @@
14451 if test x$need_imap = xyes; then
14452 @@ -12521,18 +14568,19 @@
14453 for ac_header in sys/select.h
14455 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14456 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
14457 - echo "$as_me:$LINENO: checking for $ac_header" >&5
14458 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14459 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
14460 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14461 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
14462 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14463 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14464 echo $ECHO_N "(cached) $ECHO_C" >&6
14466 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14467 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14468 +ac_res=`eval echo '${'$as_ac_Header'}'`
14469 + { echo "$as_me:$LINENO: result: $ac_res" >&5
14470 +echo "${ECHO_T}$ac_res" >&6; }
14472 # Is the header compilable?
14473 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
14474 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14475 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
14476 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
14477 cat >conftest.$ac_ext <<_ACEOF
14480 @@ -12543,24 +14591,36 @@
14481 #include <$ac_header>
14483 rm -f conftest.$ac_objext
14484 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14485 - (eval $ac_compile) 2>conftest.er1
14486 +if { (ac_try="$ac_compile"
14487 +case "(($ac_try" in
14488 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14489 + *) ac_try_echo=$ac_try;;
14491 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14492 + (eval "$ac_compile") 2>conftest.er1
14494 grep -v '^ *+' conftest.er1 >conftest.err
14496 cat conftest.err >&5
14497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14498 (exit $ac_status); } &&
14499 - { ac_try='test -z "$ac_c_werror_flag"
14500 - || test ! -s conftest.err'
14501 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14502 - (eval $ac_try) 2>&5
14503 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14504 + { (case "(($ac_try" in
14505 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14506 + *) ac_try_echo=$ac_try;;
14508 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14509 + (eval "$ac_try") 2>&5
14511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); }; } &&
14513 { ac_try='test -s conftest.$ac_objext'
14514 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14515 - (eval $ac_try) 2>&5
14516 + { (case "(($ac_try" in
14517 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14518 + *) ac_try_echo=$ac_try;;
14520 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521 + (eval "$ac_try") 2>&5
14523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); }; }; then
14525 @@ -12569,15 +14629,16 @@
14526 echo "$as_me: failed program was:" >&5
14527 sed 's/^/| /' conftest.$ac_ext >&5
14529 -ac_header_compiler=no
14530 + ac_header_compiler=no
14532 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14533 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14534 -echo "${ECHO_T}$ac_header_compiler" >&6
14536 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14537 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14538 +echo "${ECHO_T}$ac_header_compiler" >&6; }
14540 # Is the header present?
14541 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
14542 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14543 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
14544 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
14545 cat >conftest.$ac_ext <<_ACEOF
14548 @@ -12586,8 +14647,13 @@
14549 /* end confdefs.h. */
14550 #include <$ac_header>
14552 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14553 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14554 +if { (ac_try="$ac_cpp conftest.$ac_ext"
14555 +case "(($ac_try" in
14556 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14557 + *) ac_try_echo=$ac_try;;
14559 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14560 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14562 grep -v '^ *+' conftest.er1 >conftest.err
14564 @@ -12611,9 +14677,10 @@
14566 ac_header_preproc=no
14569 rm -f conftest.err conftest.$ac_ext
14570 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14571 -echo "${ECHO_T}$ac_header_preproc" >&6
14572 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14573 +echo "${ECHO_T}$ac_header_preproc" >&6; }
14575 # So? What about this header?
14576 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14577 @@ -12637,25 +14704,19 @@
14578 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14579 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14580 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14583 -## ------------------------------------------ ##
14584 -## Report this to the AC_PACKAGE_NAME lists. ##
14585 -## ------------------------------------------ ##
14588 - sed "s/^/$as_me: WARNING: /" >&2
14592 -echo "$as_me:$LINENO: checking for $ac_header" >&5
14593 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14594 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
14595 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
14596 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14597 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14598 echo $ECHO_N "(cached) $ECHO_C" >&6
14600 eval "$as_ac_Header=\$ac_header_preproc"
14602 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14603 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14604 +ac_res=`eval echo '${'$as_ac_Header'}'`
14605 + { echo "$as_me:$LINENO: result: $ac_res" >&5
14606 +echo "${ECHO_T}$ac_res" >&6; }
14609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14610 @@ -12667,8 +14728,8 @@
14614 - echo "$as_me:$LINENO: checking for socklen_t" >&5
14615 -echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
14616 + { echo "$as_me:$LINENO: checking for socklen_t" >&5
14617 +echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
14618 cat >conftest.$ac_ext <<_ACEOF
14621 @@ -12680,11 +14741,11 @@
14623 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14624 $EGREP "socklen_t" >/dev/null 2>&1; then
14625 - echo "$as_me:$LINENO: result: yes" >&5
14626 -echo "${ECHO_T}yes" >&6
14627 + { echo "$as_me:$LINENO: result: yes" >&5
14628 +echo "${ECHO_T}yes" >&6; }
14630 - echo "$as_me:$LINENO: result: no" >&5
14631 -echo "${ECHO_T}no" >&6
14632 + { echo "$as_me:$LINENO: result: no" >&5
14633 +echo "${ECHO_T}no" >&6; }
14635 cat >>confdefs.h <<\_ACEOF
14636 #define socklen_t int
14637 @@ -12693,8 +14754,8 @@
14641 - echo "$as_me:$LINENO: checking for gethostent" >&5
14642 -echo $ECHO_N "checking for gethostent... $ECHO_C" >&6
14643 + { echo "$as_me:$LINENO: checking for gethostent" >&5
14644 +echo $ECHO_N "checking for gethostent... $ECHO_C" >&6; }
14645 if test "${ac_cv_func_gethostent+set}" = set; then
14646 echo $ECHO_N "(cached) $ECHO_C" >&6
14648 @@ -12721,53 +14782,59 @@
14652 -/* Override any gcc2 internal prototype to avoid an error. */
14653 +/* Override any GCC internal prototype to avoid an error.
14654 + Use char because int might match the return type of a GCC
14655 + builtin and then its argument prototype would still apply. */
14660 -/* We use char because int might match the return type of a gcc2
14661 - builtin and then its argument prototype would still apply. */
14662 char gethostent ();
14663 /* The GNU C library defines this for functions which it implements
14664 to always fail with ENOSYS. Some functions are actually named
14665 something starting with __ and the normal name is an alias. */
14666 -#if defined (__stub_gethostent) || defined (__stub___gethostent)
14667 +#if defined __stub_gethostent || defined __stub___gethostent
14670 -char (*f) () = gethostent;
14672 -#ifdef __cplusplus
14679 -return f != gethostent;
14680 +return gethostent ();
14685 rm -f conftest.$ac_objext conftest$ac_exeext
14686 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14687 - (eval $ac_link) 2>conftest.er1
14688 +if { (ac_try="$ac_link"
14689 +case "(($ac_try" in
14690 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14691 + *) ac_try_echo=$ac_try;;
14693 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14694 + (eval "$ac_link") 2>conftest.er1
14696 grep -v '^ *+' conftest.er1 >conftest.err
14698 cat conftest.err >&5
14699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14700 (exit $ac_status); } &&
14701 - { ac_try='test -z "$ac_c_werror_flag"
14702 - || test ! -s conftest.err'
14703 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14704 - (eval $ac_try) 2>&5
14705 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14706 + { (case "(($ac_try" in
14707 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14708 + *) ac_try_echo=$ac_try;;
14710 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14711 + (eval "$ac_try") 2>&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); }; } &&
14715 { ac_try='test -s conftest$ac_exeext'
14716 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14717 - (eval $ac_try) 2>&5
14718 + { (case "(($ac_try" in
14719 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14720 + *) ac_try_echo=$ac_try;;
14722 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14723 + (eval "$ac_try") 2>&5
14725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14726 (exit $ac_status); }; }; then
14727 @@ -12776,19 +14843,20 @@
14728 echo "$as_me: failed program was:" >&5
14729 sed 's/^/| /' conftest.$ac_ext >&5
14731 -ac_cv_func_gethostent=no
14732 + ac_cv_func_gethostent=no
14734 -rm -f conftest.err conftest.$ac_objext \
14736 +rm -f core conftest.err conftest.$ac_objext \
14737 conftest$ac_exeext conftest.$ac_ext
14739 -echo "$as_me:$LINENO: result: $ac_cv_func_gethostent" >&5
14740 -echo "${ECHO_T}$ac_cv_func_gethostent" >&6
14741 +{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostent" >&5
14742 +echo "${ECHO_T}$ac_cv_func_gethostent" >&6; }
14743 if test $ac_cv_func_gethostent = yes; then
14747 -echo "$as_me:$LINENO: checking for gethostent in -lnsl" >&5
14748 -echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6
14749 +{ echo "$as_me:$LINENO: checking for gethostent in -lnsl" >&5
14750 +echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6; }
14751 if test "${ac_cv_lib_nsl_gethostent+set}" = set; then
14752 echo $ECHO_N "(cached) $ECHO_C" >&6
14754 @@ -12801,40 +14869,52 @@
14755 cat >>conftest.$ac_ext <<_ACEOF
14756 /* end confdefs.h. */
14758 -/* Override any gcc2 internal prototype to avoid an error. */
14759 +/* Override any GCC internal prototype to avoid an error.
14760 + Use char because int might match the return type of a GCC
14761 + builtin and then its argument prototype would still apply. */
14765 -/* We use char because int might match the return type of a gcc2
14766 - builtin and then its argument prototype would still apply. */
14767 char gethostent ();
14772 +return gethostent ();
14777 rm -f conftest.$ac_objext conftest$ac_exeext
14778 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14779 - (eval $ac_link) 2>conftest.er1
14780 +if { (ac_try="$ac_link"
14781 +case "(($ac_try" in
14782 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14783 + *) ac_try_echo=$ac_try;;
14785 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14786 + (eval "$ac_link") 2>conftest.er1
14788 grep -v '^ *+' conftest.er1 >conftest.err
14790 cat conftest.err >&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } &&
14793 - { ac_try='test -z "$ac_c_werror_flag"
14794 - || test ! -s conftest.err'
14795 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14796 - (eval $ac_try) 2>&5
14797 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14798 + { (case "(($ac_try" in
14799 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14800 + *) ac_try_echo=$ac_try;;
14802 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14803 + (eval "$ac_try") 2>&5
14805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806 (exit $ac_status); }; } &&
14807 { ac_try='test -s conftest$ac_exeext'
14808 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14809 - (eval $ac_try) 2>&5
14810 + { (case "(($ac_try" in
14811 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14812 + *) ac_try_echo=$ac_try;;
14814 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815 + (eval "$ac_try") 2>&5
14817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14818 (exit $ac_status); }; }; then
14819 @@ -12843,14 +14923,15 @@
14820 echo "$as_me: failed program was:" >&5
14821 sed 's/^/| /' conftest.$ac_ext >&5
14823 -ac_cv_lib_nsl_gethostent=no
14824 + ac_cv_lib_nsl_gethostent=no
14826 -rm -f conftest.err conftest.$ac_objext \
14828 +rm -f core conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
14830 LIBS=$ac_check_lib_save_LIBS
14832 -echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostent" >&5
14833 -echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6
14834 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostent" >&5
14835 +echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6; }
14836 if test $ac_cv_lib_nsl_gethostent = yes; then
14837 cat >>confdefs.h <<_ACEOF
14838 #define HAVE_LIBNSL 1
14839 @@ -12862,8 +14943,8 @@
14843 - echo "$as_me:$LINENO: checking for setsockopt" >&5
14844 -echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
14845 + { echo "$as_me:$LINENO: checking for setsockopt" >&5
14846 +echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6; }
14847 if test "${ac_cv_func_setsockopt+set}" = set; then
14848 echo $ECHO_N "(cached) $ECHO_C" >&6
14850 @@ -12890,53 +14971,59 @@
14854 -/* Override any gcc2 internal prototype to avoid an error. */
14855 +/* Override any GCC internal prototype to avoid an error.
14856 + Use char because int might match the return type of a GCC
14857 + builtin and then its argument prototype would still apply. */
14862 -/* We use char because int might match the return type of a gcc2
14863 - builtin and then its argument prototype would still apply. */
14864 char setsockopt ();
14865 /* The GNU C library defines this for functions which it implements
14866 to always fail with ENOSYS. Some functions are actually named
14867 something starting with __ and the normal name is an alias. */
14868 -#if defined (__stub_setsockopt) || defined (__stub___setsockopt)
14869 +#if defined __stub_setsockopt || defined __stub___setsockopt
14872 -char (*f) () = setsockopt;
14874 -#ifdef __cplusplus
14881 -return f != setsockopt;
14882 +return setsockopt ();
14887 rm -f conftest.$ac_objext conftest$ac_exeext
14888 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14889 - (eval $ac_link) 2>conftest.er1
14890 +if { (ac_try="$ac_link"
14891 +case "(($ac_try" in
14892 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14893 + *) ac_try_echo=$ac_try;;
14895 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14896 + (eval "$ac_link") 2>conftest.er1
14898 grep -v '^ *+' conftest.er1 >conftest.err
14900 cat conftest.err >&5
14901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14902 (exit $ac_status); } &&
14903 - { ac_try='test -z "$ac_c_werror_flag"
14904 - || test ! -s conftest.err'
14905 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14906 - (eval $ac_try) 2>&5
14907 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14908 + { (case "(($ac_try" in
14909 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14910 + *) ac_try_echo=$ac_try;;
14912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14913 + (eval "$ac_try") 2>&5
14915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14916 (exit $ac_status); }; } &&
14917 { ac_try='test -s conftest$ac_exeext'
14918 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14919 - (eval $ac_try) 2>&5
14920 + { (case "(($ac_try" in
14921 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14922 + *) ac_try_echo=$ac_try;;
14924 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14925 + (eval "$ac_try") 2>&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); }; }; then
14929 @@ -12945,19 +15032,20 @@
14930 echo "$as_me: failed program was:" >&5
14931 sed 's/^/| /' conftest.$ac_ext >&5
14933 -ac_cv_func_setsockopt=no
14934 + ac_cv_func_setsockopt=no
14936 -rm -f conftest.err conftest.$ac_objext \
14938 +rm -f core conftest.err conftest.$ac_objext \
14939 conftest$ac_exeext conftest.$ac_ext
14941 -echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5
14942 -echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
14943 +{ echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5
14944 +echo "${ECHO_T}$ac_cv_func_setsockopt" >&6; }
14945 if test $ac_cv_func_setsockopt = yes; then
14949 -echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5
14950 -echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6
14951 +{ echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5
14952 +echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6; }
14953 if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
14954 echo $ECHO_N "(cached) $ECHO_C" >&6
14956 @@ -12970,40 +15058,52 @@
14957 cat >>conftest.$ac_ext <<_ACEOF
14958 /* end confdefs.h. */
14960 -/* Override any gcc2 internal prototype to avoid an error. */
14961 +/* Override any GCC internal prototype to avoid an error.
14962 + Use char because int might match the return type of a GCC
14963 + builtin and then its argument prototype would still apply. */
14967 -/* We use char because int might match the return type of a gcc2
14968 - builtin and then its argument prototype would still apply. */
14969 char setsockopt ();
14974 +return setsockopt ();
14979 rm -f conftest.$ac_objext conftest$ac_exeext
14980 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14981 - (eval $ac_link) 2>conftest.er1
14982 +if { (ac_try="$ac_link"
14983 +case "(($ac_try" in
14984 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14985 + *) ac_try_echo=$ac_try;;
14987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14988 + (eval "$ac_link") 2>conftest.er1
14990 grep -v '^ *+' conftest.er1 >conftest.err
14992 cat conftest.err >&5
14993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14994 (exit $ac_status); } &&
14995 - { ac_try='test -z "$ac_c_werror_flag"
14996 - || test ! -s conftest.err'
14997 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14998 - (eval $ac_try) 2>&5
14999 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15000 + { (case "(($ac_try" in
15001 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15002 + *) ac_try_echo=$ac_try;;
15004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15005 + (eval "$ac_try") 2>&5
15007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15008 (exit $ac_status); }; } &&
15009 { ac_try='test -s conftest$ac_exeext'
15010 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15011 - (eval $ac_try) 2>&5
15012 + { (case "(($ac_try" in
15013 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 + *) ac_try_echo=$ac_try;;
15016 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15017 + (eval "$ac_try") 2>&5
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); }; }; then
15021 @@ -13012,14 +15112,15 @@
15022 echo "$as_me: failed program was:" >&5
15023 sed 's/^/| /' conftest.$ac_ext >&5
15025 -ac_cv_lib_socket_setsockopt=no
15026 + ac_cv_lib_socket_setsockopt=no
15028 -rm -f conftest.err conftest.$ac_objext \
15030 +rm -f core conftest.err conftest.$ac_objext \
15031 conftest$ac_exeext conftest.$ac_ext
15032 LIBS=$ac_check_lib_save_LIBS
15034 -echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5
15035 -echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6
15036 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5
15037 +echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6; }
15038 if test $ac_cv_lib_socket_setsockopt = yes; then
15039 cat >>confdefs.h <<_ACEOF
15040 #define HAVE_LIBSOCKET 1
15041 @@ -13035,9 +15136,9 @@
15042 for ac_func in getaddrinfo
15044 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15045 -echo "$as_me:$LINENO: checking for $ac_func" >&5
15046 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15047 -if eval "test \"\${$as_ac_var+set}\" = set"; then
15048 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15049 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15050 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15051 echo $ECHO_N "(cached) $ECHO_C" >&6
15053 cat >conftest.$ac_ext <<_ACEOF
15054 @@ -13063,53 +15164,59 @@
15058 -/* Override any gcc2 internal prototype to avoid an error. */
15059 +/* Override any GCC internal prototype to avoid an error.
15060 + Use char because int might match the return type of a GCC
15061 + builtin and then its argument prototype would still apply. */
15066 -/* We use char because int might match the return type of a gcc2
15067 - builtin and then its argument prototype would still apply. */
15069 /* The GNU C library defines this for functions which it implements
15070 to always fail with ENOSYS. Some functions are actually named
15071 something starting with __ and the normal name is an alias. */
15072 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15073 +#if defined __stub_$ac_func || defined __stub___$ac_func
15076 -char (*f) () = $ac_func;
15078 -#ifdef __cplusplus
15085 -return f != $ac_func;
15086 +return $ac_func ();
15091 rm -f conftest.$ac_objext conftest$ac_exeext
15092 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15093 - (eval $ac_link) 2>conftest.er1
15094 +if { (ac_try="$ac_link"
15095 +case "(($ac_try" in
15096 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15097 + *) ac_try_echo=$ac_try;;
15099 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15100 + (eval "$ac_link") 2>conftest.er1
15102 grep -v '^ *+' conftest.er1 >conftest.err
15104 cat conftest.err >&5
15105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15106 (exit $ac_status); } &&
15107 - { ac_try='test -z "$ac_c_werror_flag"
15108 - || test ! -s conftest.err'
15109 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15110 - (eval $ac_try) 2>&5
15111 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15112 + { (case "(($ac_try" in
15113 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15114 + *) ac_try_echo=$ac_try;;
15116 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15117 + (eval "$ac_try") 2>&5
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); }; } &&
15121 { ac_try='test -s conftest$ac_exeext'
15122 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15123 - (eval $ac_try) 2>&5
15124 + { (case "(($ac_try" in
15125 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15126 + *) ac_try_echo=$ac_try;;
15128 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15129 + (eval "$ac_try") 2>&5
15131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15132 (exit $ac_status); }; }; then
15133 @@ -13118,13 +15225,15 @@
15134 echo "$as_me: failed program was:" >&5
15135 sed 's/^/| /' conftest.$ac_ext >&5
15137 -eval "$as_ac_var=no"
15138 + eval "$as_ac_var=no"
15140 -rm -f conftest.err conftest.$ac_objext \
15142 +rm -f core conftest.err conftest.$ac_objext \
15143 conftest$ac_exeext conftest.$ac_ext
15145 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15146 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15147 +ac_res=`eval echo '${'$as_ac_var'}'`
15148 + { echo "$as_me:$LINENO: result: $ac_res" >&5
15149 +echo "${ECHO_T}$ac_res" >&6; }
15150 if test `eval echo '${'$as_ac_var'}'` = yes; then
15151 cat >>confdefs.h <<_ACEOF
15152 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15153 @@ -13143,13 +15252,13 @@
15157 -# Check whether --with-gss or --without-gss was given.
15158 +# Check whether --with-gss was given.
15159 if test "${with_gss+set}" = set; then
15160 - withval="$with_gss"
15161 - gss_prefix="$withval"
15162 + withval=$with_gss; gss_prefix="$withval"
15168 if test "$gss_prefix" != "no"
15170 if test "$need_imap" = "yes"
15171 @@ -13168,8 +15277,8 @@
15173 # Extract the first word of "krb5-config", so it can be a program name with args.
15174 set dummy krb5-config; ac_word=$2
15175 -echo "$as_me:$LINENO: checking for $ac_word" >&5
15176 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15177 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
15178 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15179 if test "${ac_cv_path_KRB5CFGPATH+set}" = set; then
15180 echo $ECHO_N "(cached) $ECHO_C" >&6
15182 @@ -13184,28 +15293,29 @@
15184 test -z "$as_dir" && as_dir=.
15185 for ac_exec_ext in '' $ac_executable_extensions; do
15186 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15187 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15188 ac_cv_path_KRB5CFGPATH="$as_dir/$ac_word$ac_exec_ext"
15189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15196 test -z "$ac_cv_path_KRB5CFGPATH" && ac_cv_path_KRB5CFGPATH="none"
15200 KRB5CFGPATH=$ac_cv_path_KRB5CFGPATH
15202 if test -n "$KRB5CFGPATH"; then
15203 - echo "$as_me:$LINENO: result: $KRB5CFGPATH" >&5
15204 -echo "${ECHO_T}$KRB5CFGPATH" >&6
15205 + { echo "$as_me:$LINENO: result: $KRB5CFGPATH" >&5
15206 +echo "${ECHO_T}$KRB5CFGPATH" >&6; }
15208 - echo "$as_me:$LINENO: result: no" >&5
15209 -echo "${ECHO_T}no" >&6
15210 + { echo "$as_me:$LINENO: result: no" >&5
15211 +echo "${ECHO_T}no" >&6; }
15215 if test "$KRB5CFGPATH" != "none"
15217 GSSAPI_CFLAGS="$CPPFLAGS `$KRB5CFGPATH --cflags gssapi`"
15218 @@ -13224,8 +15334,8 @@
15219 LDFLAGS="$LDFLAGS $GSSAPI_LDFLAGS"
15222 - echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5
15223 -echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6
15224 + { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5
15225 +echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6; }
15226 if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then
15227 echo $ECHO_N "(cached) $ECHO_C" >&6
15229 @@ -13238,40 +15348,52 @@
15230 cat >>conftest.$ac_ext <<_ACEOF
15231 /* end confdefs.h. */
15233 -/* Override any gcc2 internal prototype to avoid an error. */
15234 +/* Override any GCC internal prototype to avoid an error.
15235 + Use char because int might match the return type of a GCC
15236 + builtin and then its argument prototype would still apply. */
15240 -/* We use char because int might match the return type of a gcc2
15241 - builtin and then its argument prototype would still apply. */
15242 char gss_init_sec_context ();
15246 -gss_init_sec_context ();
15247 +return gss_init_sec_context ();
15252 rm -f conftest.$ac_objext conftest$ac_exeext
15253 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15254 - (eval $ac_link) 2>conftest.er1
15255 +if { (ac_try="$ac_link"
15256 +case "(($ac_try" in
15257 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258 + *) ac_try_echo=$ac_try;;
15260 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15261 + (eval "$ac_link") 2>conftest.er1
15263 grep -v '^ *+' conftest.er1 >conftest.err
15265 cat conftest.err >&5
15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); } &&
15268 - { ac_try='test -z "$ac_c_werror_flag"
15269 - || test ! -s conftest.err'
15270 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15271 - (eval $ac_try) 2>&5
15272 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15273 + { (case "(($ac_try" in
15274 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15275 + *) ac_try_echo=$ac_try;;
15277 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15278 + (eval "$ac_try") 2>&5
15280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15281 (exit $ac_status); }; } &&
15282 { ac_try='test -s conftest$ac_exeext'
15283 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15284 - (eval $ac_try) 2>&5
15285 + { (case "(($ac_try" in
15286 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15287 + *) ac_try_echo=$ac_try;;
15289 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15290 + (eval "$ac_try") 2>&5
15292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15293 (exit $ac_status); }; }; then
15294 @@ -13280,14 +15402,15 @@
15295 echo "$as_me: failed program was:" >&5
15296 sed 's/^/| /' conftest.$ac_ext >&5
15298 -ac_cv_lib_gssapi_krb5_gss_init_sec_context=no
15299 + ac_cv_lib_gssapi_krb5_gss_init_sec_context=no
15301 -rm -f conftest.err conftest.$ac_objext \
15303 +rm -f core conftest.err conftest.$ac_objext \
15304 conftest$ac_exeext conftest.$ac_ext
15305 LIBS=$ac_check_lib_save_LIBS
15307 -echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5
15308 -echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6
15309 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5
15310 +echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6; }
15311 if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then
15314 @@ -13298,8 +15421,8 @@
15316 if test "$GSSAPI_IMPL" = "none"
15318 - echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5
15319 -echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6
15320 + { echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5
15321 +echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6; }
15322 if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then
15323 echo $ECHO_N "(cached) $ECHO_C" >&6
15325 @@ -13312,40 +15435,52 @@
15326 cat >>conftest.$ac_ext <<_ACEOF
15327 /* end confdefs.h. */
15329 -/* Override any gcc2 internal prototype to avoid an error. */
15330 +/* Override any GCC internal prototype to avoid an error.
15331 + Use char because int might match the return type of a GCC
15332 + builtin and then its argument prototype would still apply. */
15336 -/* We use char because int might match the return type of a gcc2
15337 - builtin and then its argument prototype would still apply. */
15338 char gss_init_sec_context ();
15342 -gss_init_sec_context ();
15343 +return gss_init_sec_context ();
15348 rm -f conftest.$ac_objext conftest$ac_exeext
15349 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15350 - (eval $ac_link) 2>conftest.er1
15351 +if { (ac_try="$ac_link"
15352 +case "(($ac_try" in
15353 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15354 + *) ac_try_echo=$ac_try;;
15356 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15357 + (eval "$ac_link") 2>conftest.er1
15359 grep -v '^ *+' conftest.er1 >conftest.err
15361 cat conftest.err >&5
15362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363 (exit $ac_status); } &&
15364 - { ac_try='test -z "$ac_c_werror_flag"
15365 - || test ! -s conftest.err'
15366 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15367 - (eval $ac_try) 2>&5
15368 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15369 + { (case "(($ac_try" in
15370 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15371 + *) ac_try_echo=$ac_try;;
15373 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15374 + (eval "$ac_try") 2>&5
15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15377 (exit $ac_status); }; } &&
15378 { ac_try='test -s conftest$ac_exeext'
15379 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15380 - (eval $ac_try) 2>&5
15381 + { (case "(($ac_try" in
15382 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15383 + *) ac_try_echo=$ac_try;;
15385 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15386 + (eval "$ac_try") 2>&5
15388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15389 (exit $ac_status); }; }; then
15390 @@ -13354,14 +15489,15 @@
15391 echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.$ac_ext >&5
15394 -ac_cv_lib_gssapi_gss_init_sec_context=no
15395 + ac_cv_lib_gssapi_gss_init_sec_context=no
15397 -rm -f conftest.err conftest.$ac_objext \
15399 +rm -f core conftest.err conftest.$ac_objext \
15400 conftest$ac_exeext conftest.$ac_ext
15401 LIBS=$ac_check_lib_save_LIBS
15403 -echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5
15404 -echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6
15405 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5
15406 +echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6; }
15407 if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then
15409 GSSAPI_IMPL="Heimdal"
15410 @@ -13374,8 +15510,8 @@
15412 if test "$GSSAPI_IMPL" = "none"
15414 - echo "$as_me:$LINENO: checking for g_order_init in -lgssapi_krb5" >&5
15415 -echo $ECHO_N "checking for g_order_init in -lgssapi_krb5... $ECHO_C" >&6
15416 + { echo "$as_me:$LINENO: checking for g_order_init in -lgssapi_krb5" >&5
15417 +echo $ECHO_N "checking for g_order_init in -lgssapi_krb5... $ECHO_C" >&6; }
15418 if test "${ac_cv_lib_gssapi_krb5_g_order_init+set}" = set; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 @@ -13388,40 +15524,52 @@
15422 cat >>conftest.$ac_ext <<_ACEOF
15423 /* end confdefs.h. */
15425 -/* Override any gcc2 internal prototype to avoid an error. */
15426 +/* Override any GCC internal prototype to avoid an error.
15427 + Use char because int might match the return type of a GCC
15428 + builtin and then its argument prototype would still apply. */
15432 -/* We use char because int might match the return type of a gcc2
15433 - builtin and then its argument prototype would still apply. */
15434 char g_order_init ();
15439 +return g_order_init ();
15444 rm -f conftest.$ac_objext conftest$ac_exeext
15445 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15446 - (eval $ac_link) 2>conftest.er1
15447 +if { (ac_try="$ac_link"
15448 +case "(($ac_try" in
15449 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15450 + *) ac_try_echo=$ac_try;;
15452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15453 + (eval "$ac_link") 2>conftest.er1
15455 grep -v '^ *+' conftest.er1 >conftest.err
15457 cat conftest.err >&5
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } &&
15460 - { ac_try='test -z "$ac_c_werror_flag"
15461 - || test ! -s conftest.err'
15462 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15463 - (eval $ac_try) 2>&5
15464 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15465 + { (case "(($ac_try" in
15466 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15467 + *) ac_try_echo=$ac_try;;
15469 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15470 + (eval "$ac_try") 2>&5
15472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473 (exit $ac_status); }; } &&
15474 { ac_try='test -s conftest$ac_exeext'
15475 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15476 - (eval $ac_try) 2>&5
15477 + { (case "(($ac_try" in
15478 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15479 + *) ac_try_echo=$ac_try;;
15481 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15482 + (eval "$ac_try") 2>&5
15484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15485 (exit $ac_status); }; }; then
15486 @@ -13430,14 +15578,15 @@
15487 echo "$as_me: failed program was:" >&5
15488 sed 's/^/| /' conftest.$ac_ext >&5
15490 -ac_cv_lib_gssapi_krb5_g_order_init=no
15491 + ac_cv_lib_gssapi_krb5_g_order_init=no
15493 -rm -f conftest.err conftest.$ac_objext \
15495 +rm -f core conftest.err conftest.$ac_objext \
15496 conftest$ac_exeext conftest.$ac_ext
15497 LIBS=$ac_check_lib_save_LIBS
15499 -echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_g_order_init" >&5
15500 -echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_g_order_init" >&6
15501 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_g_order_init" >&5
15502 +echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_g_order_init" >&6; }
15503 if test $ac_cv_lib_gssapi_krb5_g_order_init = yes; then
15505 GSSAPI_IMPL="OldMIT",
15506 @@ -13452,10 +15601,10 @@
15507 LDFLAGS="$saved_LDFLAGS"
15510 - echo "$as_me:$LINENO: checking GSSAPI implementation" >&5
15511 -echo $ECHO_N "checking GSSAPI implementation... $ECHO_C" >&6
15512 - echo "$as_me:$LINENO: result: $GSSAPI_IMPL" >&5
15513 -echo "${ECHO_T}$GSSAPI_IMPL" >&6
15514 + { echo "$as_me:$LINENO: checking GSSAPI implementation" >&5
15515 +echo $ECHO_N "checking GSSAPI implementation... $ECHO_C" >&6; }
15516 + { echo "$as_me:$LINENO: result: $GSSAPI_IMPL" >&5
15517 +echo "${ECHO_T}$GSSAPI_IMPL" >&6; }
15518 if test "$GSSAPI_IMPL" = "none"
15520 cat >confcache <<\_ACEOF
15521 @@ -13476,44 +15625,63 @@
15523 # The following way of writing the cache mishandles newlines in values,
15524 # but we know of no workaround that is simple, portable, and efficient.
15525 -# So, don't put newlines in cache variables' values.
15526 +# So, we kill variables containing newlines.
15527 # Ultrix sh set writes to stderr and can't be redirected directly,
15528 # and sets the high bit in the cache file unless we assign to the vars.
15531 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15532 + eval ac_val=\$$ac_var
15533 + case $ac_val in #(
15535 + case $ac_var in #(
15536 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
15537 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
15539 + case $ac_var in #(
15540 + _ | IFS | as_nl) ;; #(
15541 + *) $as_unset $ac_var ;;
15547 - case `(ac_space=' '; set | grep ac_space) 2>&1` in
15549 + case $as_nl`(ac_space=' '; set) 2>&1` in #(
15550 + *${as_nl}ac_space=\ *)
15551 # `set' does not quote correctly, so add quotes (double-quote
15552 # substitution turns \\\\ into \\, and sed turns \\ into \).
15555 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15559 # `set' quotes correctly as required by POSIX, so do not add quotes.
15561 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
15562 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15570 + /^ac_cv_env_/b end
15574 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15576 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15577 - : end' >>confcache
15578 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
15579 - if test -w $cache_file; then
15580 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15581 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15582 + :end' >>confcache
15583 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15584 + if test -w "$cache_file"; then
15585 + test "x$cache_file" != "x/dev/null" &&
15586 + { echo "$as_me:$LINENO: updating cache $cache_file" >&5
15587 +echo "$as_me: updating cache $cache_file" >&6;}
15588 cat confcache >$cache_file
15590 - echo "not updating unwritable cache $cache_file"
15591 + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
15592 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15596 - echo "$as_me:$LINENO: result: GSSAPI libraries not found" >&5
15597 -echo "${ECHO_T}GSSAPI libraries not found" >&6
15598 + { echo "$as_me:$LINENO: result: GSSAPI libraries not found" >&5
15599 +echo "${ECHO_T}GSSAPI libraries not found" >&6; }
15601 if test "$GSSAPI_IMPL" = "Heimdal"
15603 @@ -13549,10 +15717,9 @@
15607 -# Check whether --with-ssl or --without-ssl was given.
15608 +# Check whether --with-ssl was given.
15609 if test "${with_ssl+set}" = set; then
15610 - withval="$with_ssl"
15611 - if test "$with_ssl" != "no"
15612 + withval=$with_ssl; if test "$with_ssl" != "no"
15614 if test "$need_socket" != "yes"; then
15615 { { echo "$as_me:$LINENO: error: SSL support is only useful with POP or IMAP support" >&5
15616 @@ -13568,8 +15735,8 @@
15620 -echo "$as_me:$LINENO: checking for X509_new in -lcrypto" >&5
15621 -echo $ECHO_N "checking for X509_new in -lcrypto... $ECHO_C" >&6
15622 +{ echo "$as_me:$LINENO: checking for X509_new in -lcrypto" >&5
15623 +echo $ECHO_N "checking for X509_new in -lcrypto... $ECHO_C" >&6; }
15624 if test "${ac_cv_lib_crypto_X509_new+set}" = set; then
15625 echo $ECHO_N "(cached) $ECHO_C" >&6
15627 @@ -13582,40 +15749,52 @@
15628 cat >>conftest.$ac_ext <<_ACEOF
15629 /* end confdefs.h. */
15631 -/* Override any gcc2 internal prototype to avoid an error. */
15632 +/* Override any GCC internal prototype to avoid an error.
15633 + Use char because int might match the return type of a GCC
15634 + builtin and then its argument prototype would still apply. */
15638 -/* We use char because int might match the return type of a gcc2
15639 - builtin and then its argument prototype would still apply. */
15645 +return X509_new ();
15650 rm -f conftest.$ac_objext conftest$ac_exeext
15651 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15652 - (eval $ac_link) 2>conftest.er1
15653 +if { (ac_try="$ac_link"
15654 +case "(($ac_try" in
15655 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15656 + *) ac_try_echo=$ac_try;;
15658 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15659 + (eval "$ac_link") 2>conftest.er1
15661 grep -v '^ *+' conftest.er1 >conftest.err
15663 cat conftest.err >&5
15664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15665 (exit $ac_status); } &&
15666 - { ac_try='test -z "$ac_c_werror_flag"
15667 - || test ! -s conftest.err'
15668 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15669 - (eval $ac_try) 2>&5
15670 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15671 + { (case "(($ac_try" in
15672 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15673 + *) ac_try_echo=$ac_try;;
15675 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15676 + (eval "$ac_try") 2>&5
15678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); }; } &&
15680 { ac_try='test -s conftest$ac_exeext'
15681 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15682 - (eval $ac_try) 2>&5
15683 + { (case "(($ac_try" in
15684 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15685 + *) ac_try_echo=$ac_try;;
15687 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15688 + (eval "$ac_try") 2>&5
15690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15691 (exit $ac_status); }; }; then
15692 @@ -13624,14 +15803,15 @@
15693 echo "$as_me: failed program was:" >&5
15694 sed 's/^/| /' conftest.$ac_ext >&5
15696 -ac_cv_lib_crypto_X509_new=no
15697 + ac_cv_lib_crypto_X509_new=no
15699 -rm -f conftest.err conftest.$ac_objext \
15701 +rm -f core conftest.err conftest.$ac_objext \
15702 conftest$ac_exeext conftest.$ac_ext
15703 LIBS=$ac_check_lib_save_LIBS
15705 -echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_X509_new" >&5
15706 -echo "${ECHO_T}$ac_cv_lib_crypto_X509_new" >&6
15707 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_X509_new" >&5
15708 +echo "${ECHO_T}$ac_cv_lib_crypto_X509_new" >&6; }
15709 if test $ac_cv_lib_crypto_X509_new = yes; then
15710 cat >>confdefs.h <<_ACEOF
15711 #define HAVE_LIBCRYPTO 1
15712 @@ -13646,8 +15826,8 @@
15716 -echo "$as_me:$LINENO: checking for SSL_new in -lssl" >&5
15717 -echo $ECHO_N "checking for SSL_new in -lssl... $ECHO_C" >&6
15718 +{ echo "$as_me:$LINENO: checking for SSL_new in -lssl" >&5
15719 +echo $ECHO_N "checking for SSL_new in -lssl... $ECHO_C" >&6; }
15720 if test "${ac_cv_lib_ssl_SSL_new+set}" = set; then
15721 echo $ECHO_N "(cached) $ECHO_C" >&6
15723 @@ -13660,40 +15840,52 @@
15724 cat >>conftest.$ac_ext <<_ACEOF
15725 /* end confdefs.h. */
15727 -/* Override any gcc2 internal prototype to avoid an error. */
15728 +/* Override any GCC internal prototype to avoid an error.
15729 + Use char because int might match the return type of a GCC
15730 + builtin and then its argument prototype would still apply. */
15734 -/* We use char because int might match the return type of a gcc2
15735 - builtin and then its argument prototype would still apply. */
15741 +return SSL_new ();
15746 rm -f conftest.$ac_objext conftest$ac_exeext
15747 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15748 - (eval $ac_link) 2>conftest.er1
15749 +if { (ac_try="$ac_link"
15750 +case "(($ac_try" in
15751 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15752 + *) ac_try_echo=$ac_try;;
15754 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15755 + (eval "$ac_link") 2>conftest.er1
15757 grep -v '^ *+' conftest.er1 >conftest.err
15759 cat conftest.err >&5
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); } &&
15762 - { ac_try='test -z "$ac_c_werror_flag"
15763 - || test ! -s conftest.err'
15764 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15765 - (eval $ac_try) 2>&5
15766 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15767 + { (case "(($ac_try" in
15768 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15769 + *) ac_try_echo=$ac_try;;
15771 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15772 + (eval "$ac_try") 2>&5
15774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15775 (exit $ac_status); }; } &&
15776 { ac_try='test -s conftest$ac_exeext'
15777 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15778 - (eval $ac_try) 2>&5
15779 + { (case "(($ac_try" in
15780 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15781 + *) ac_try_echo=$ac_try;;
15783 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15784 + (eval "$ac_try") 2>&5
15786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787 (exit $ac_status); }; }; then
15788 @@ -13702,14 +15894,15 @@
15789 echo "$as_me: failed program was:" >&5
15790 sed 's/^/| /' conftest.$ac_ext >&5
15792 -ac_cv_lib_ssl_SSL_new=no
15793 + ac_cv_lib_ssl_SSL_new=no
15795 -rm -f conftest.err conftest.$ac_objext \
15797 +rm -f core conftest.err conftest.$ac_objext \
15798 conftest$ac_exeext conftest.$ac_ext
15799 LIBS=$ac_check_lib_save_LIBS
15801 -echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5
15802 -echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6
15803 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5
15804 +echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6; }
15805 if test $ac_cv_lib_ssl_SSL_new = yes; then
15806 cat >>confdefs.h <<_ACEOF
15807 #define HAVE_LIBSSL 1
15808 @@ -13729,9 +15922,9 @@
15809 for ac_func in RAND_status RAND_egd
15811 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15812 -echo "$as_me:$LINENO: checking for $ac_func" >&5
15813 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15814 -if eval "test \"\${$as_ac_var+set}\" = set"; then
15815 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
15816 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15817 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15818 echo $ECHO_N "(cached) $ECHO_C" >&6
15820 cat >conftest.$ac_ext <<_ACEOF
15821 @@ -13757,53 +15950,59 @@
15825 -/* Override any gcc2 internal prototype to avoid an error. */
15826 +/* Override any GCC internal prototype to avoid an error.
15827 + Use char because int might match the return type of a GCC
15828 + builtin and then its argument prototype would still apply. */
15833 -/* We use char because int might match the return type of a gcc2
15834 - builtin and then its argument prototype would still apply. */
15836 /* The GNU C library defines this for functions which it implements
15837 to always fail with ENOSYS. Some functions are actually named
15838 something starting with __ and the normal name is an alias. */
15839 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15840 +#if defined __stub_$ac_func || defined __stub___$ac_func
15843 -char (*f) () = $ac_func;
15845 -#ifdef __cplusplus
15852 -return f != $ac_func;
15853 +return $ac_func ();
15858 rm -f conftest.$ac_objext conftest$ac_exeext
15859 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15860 - (eval $ac_link) 2>conftest.er1
15861 +if { (ac_try="$ac_link"
15862 +case "(($ac_try" in
15863 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15864 + *) ac_try_echo=$ac_try;;
15866 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15867 + (eval "$ac_link") 2>conftest.er1
15869 grep -v '^ *+' conftest.er1 >conftest.err
15871 cat conftest.err >&5
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } &&
15874 - { ac_try='test -z "$ac_c_werror_flag"
15875 - || test ! -s conftest.err'
15876 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15877 - (eval $ac_try) 2>&5
15878 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15879 + { (case "(($ac_try" in
15880 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15881 + *) ac_try_echo=$ac_try;;
15883 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15884 + (eval "$ac_try") 2>&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); }; } &&
15888 { ac_try='test -s conftest$ac_exeext'
15889 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15890 - (eval $ac_try) 2>&5
15891 + { (case "(($ac_try" in
15892 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15893 + *) ac_try_echo=$ac_try;;
15895 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15896 + (eval "$ac_try") 2>&5
15898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); }; }; then
15900 @@ -13812,13 +16011,15 @@
15901 echo "$as_me: failed program was:" >&5
15902 sed 's/^/| /' conftest.$ac_ext >&5
15904 -eval "$as_ac_var=no"
15905 + eval "$as_ac_var=no"
15907 -rm -f conftest.err conftest.$ac_objext \
15909 +rm -f core conftest.err conftest.$ac_objext \
15910 conftest$ac_exeext conftest.$ac_ext
15912 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15913 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15914 +ac_res=`eval echo '${'$as_ac_var'}'`
15915 + { echo "$as_me:$LINENO: result: $ac_res" >&5
15916 +echo "${ECHO_T}$ac_res" >&6; }
15917 if test `eval echo '${'$as_ac_var'}'` = yes; then
15918 cat >>confdefs.h <<_ACEOF
15919 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15920 @@ -13845,16 +16046,17 @@
15929 -# Check whether --with-gnutls or --without-gnutls was given.
15930 +# Check whether --with-gnutls was given.
15931 if test "${with_gnutls+set}" = set; then
15932 - withval="$with_gnutls"
15933 - gnutls_prefix="$withval"
15934 + withval=$with_gnutls; gnutls_prefix="$withval"
15940 if test "$gnutls_prefix" != "no" -a x"$need_ssl" != xyes
15942 if test "$need_socket" != "yes"
15943 @@ -13874,8 +16076,8 @@
15945 # Extract the first word of "libgnutls-config", so it can be a program name with args.
15946 set dummy libgnutls-config; ac_word=$2
15947 -echo "$as_me:$LINENO: checking for $ac_word" >&5
15948 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15949 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
15950 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15951 if test "${ac_cv_path_LIBGNUTLS_CONFIG+set}" = set; then
15952 echo $ECHO_N "(cached) $ECHO_C" >&6
15954 @@ -13890,30 +16092,31 @@
15956 test -z "$as_dir" && as_dir=.
15957 for ac_exec_ext in '' $ac_executable_extensions; do
15958 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15959 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15960 ac_cv_path_LIBGNUTLS_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15968 test -z "$ac_cv_path_LIBGNUTLS_CONFIG" && ac_cv_path_LIBGNUTLS_CONFIG="no"
15972 LIBGNUTLS_CONFIG=$ac_cv_path_LIBGNUTLS_CONFIG
15974 if test -n "$LIBGNUTLS_CONFIG"; then
15975 - echo "$as_me:$LINENO: result: $LIBGNUTLS_CONFIG" >&5
15976 -echo "${ECHO_T}$LIBGNUTLS_CONFIG" >&6
15977 + { echo "$as_me:$LINENO: result: $LIBGNUTLS_CONFIG" >&5
15978 +echo "${ECHO_T}$LIBGNUTLS_CONFIG" >&6; }
15980 - echo "$as_me:$LINENO: result: no" >&5
15981 -echo "${ECHO_T}no" >&6
15982 + { echo "$as_me:$LINENO: result: no" >&5
15983 +echo "${ECHO_T}no" >&6; }
15986 - echo "$as_me:$LINENO: checking for libgnutls - version >= $min_libgnutls_version" >&5
15987 -echo $ECHO_N "checking for libgnutls - version >= $min_libgnutls_version... $ECHO_C" >&6
15989 + { echo "$as_me:$LINENO: checking for libgnutls - version >= $min_libgnutls_version" >&5
15990 +echo $ECHO_N "checking for libgnutls - version >= $min_libgnutls_version... $ECHO_C" >&6; }
15992 if test "$LIBGNUTLS_CONFIG" = "no" ; then
15994 @@ -13995,13 +16198,22 @@
15997 rm -f conftest$ac_exeext
15998 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15999 - (eval $ac_link) 2>&5
16000 +if { (ac_try="$ac_link"
16001 +case "(($ac_try" in
16002 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16003 + *) ac_try_echo=$ac_try;;
16005 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16006 + (eval "$ac_link") 2>&5
16008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16009 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16010 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16011 - (eval $ac_try) 2>&5
16012 + { (case "(($ac_try" in
16013 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16014 + *) ac_try_echo=$ac_try;;
16016 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16017 + (eval "$ac_try") 2>&5
16019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16020 (exit $ac_status); }; }; then
16021 @@ -14014,31 +16226,34 @@
16022 ( exit $ac_status )
16025 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16026 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16030 CFLAGS="$ac_save_CFLAGS"
16031 LIBS="$ac_save_LIBS"
16034 if test "x$no_libgnutls" = x ; then
16035 - echo "$as_me:$LINENO: result: yes" >&5
16036 -echo "${ECHO_T}yes" >&6
16037 + { echo "$as_me:$LINENO: result: yes" >&5
16038 +echo "${ECHO_T}yes" >&6; }
16040 for ac_header in gnutls/openssl.h
16042 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16043 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
16044 - echo "$as_me:$LINENO: checking for $ac_header" >&5
16045 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16046 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
16047 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16048 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
16049 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16050 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16051 echo $ECHO_N "(cached) $ECHO_C" >&6
16053 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16054 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16055 +ac_res=`eval echo '${'$as_ac_Header'}'`
16056 + { echo "$as_me:$LINENO: result: $ac_res" >&5
16057 +echo "${ECHO_T}$ac_res" >&6; }
16059 # Is the header compilable?
16060 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
16061 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16062 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
16063 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16064 cat >conftest.$ac_ext <<_ACEOF
16067 @@ -14049,24 +16264,36 @@
16068 #include <$ac_header>
16070 rm -f conftest.$ac_objext
16071 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16072 - (eval $ac_compile) 2>conftest.er1
16073 +if { (ac_try="$ac_compile"
16074 +case "(($ac_try" in
16075 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16076 + *) ac_try_echo=$ac_try;;
16078 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16079 + (eval "$ac_compile") 2>conftest.er1
16081 grep -v '^ *+' conftest.er1 >conftest.err
16083 cat conftest.err >&5
16084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16085 (exit $ac_status); } &&
16086 - { ac_try='test -z "$ac_c_werror_flag"
16087 - || test ! -s conftest.err'
16088 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16089 - (eval $ac_try) 2>&5
16090 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16091 + { (case "(($ac_try" in
16092 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16093 + *) ac_try_echo=$ac_try;;
16095 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16096 + (eval "$ac_try") 2>&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); }; } &&
16100 { ac_try='test -s conftest.$ac_objext'
16101 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16102 - (eval $ac_try) 2>&5
16103 + { (case "(($ac_try" in
16104 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16105 + *) ac_try_echo=$ac_try;;
16107 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16108 + (eval "$ac_try") 2>&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 @@ -14075,15 +16302,16 @@
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.$ac_ext >&5
16116 -ac_header_compiler=no
16117 + ac_header_compiler=no
16119 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16120 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16121 -echo "${ECHO_T}$ac_header_compiler" >&6
16123 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16124 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16125 +echo "${ECHO_T}$ac_header_compiler" >&6; }
16127 # Is the header present?
16128 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
16129 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16130 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
16131 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16132 cat >conftest.$ac_ext <<_ACEOF
16135 @@ -14092,8 +16320,13 @@
16136 /* end confdefs.h. */
16137 #include <$ac_header>
16139 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16140 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16141 +if { (ac_try="$ac_cpp conftest.$ac_ext"
16142 +case "(($ac_try" in
16143 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16144 + *) ac_try_echo=$ac_try;;
16146 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16147 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16149 grep -v '^ *+' conftest.er1 >conftest.err
16151 @@ -14117,9 +16350,10 @@
16153 ac_header_preproc=no
16156 rm -f conftest.err conftest.$ac_ext
16157 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158 -echo "${ECHO_T}$ac_header_preproc" >&6
16159 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16160 +echo "${ECHO_T}$ac_header_preproc" >&6; }
16162 # So? What about this header?
16163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16164 @@ -14143,25 +16377,19 @@
16165 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16166 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16167 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16170 -## ------------------------------------------ ##
16171 -## Report this to the AC_PACKAGE_NAME lists. ##
16172 -## ------------------------------------------ ##
16175 - sed "s/^/$as_me: WARNING: /" >&2
16179 -echo "$as_me:$LINENO: checking for $ac_header" >&5
16180 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16181 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
16182 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
16183 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16184 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16185 echo $ECHO_N "(cached) $ECHO_C" >&6
16187 eval "$as_ac_Header=\$ac_header_preproc"
16189 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16190 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16191 +ac_res=`eval echo '${'$as_ac_Header'}'`
16192 + { echo "$as_me:$LINENO: result: $ac_res" >&5
16193 +echo "${ECHO_T}$ac_res" >&6; }
16196 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16197 @@ -14193,8 +16421,8 @@
16198 if test -f conf.libgnutlstest ; then
16201 - echo "$as_me:$LINENO: result: no" >&5
16202 -echo "${ECHO_T}no" >&6
16203 + { echo "$as_me:$LINENO: result: no" >&5
16204 +echo "${ECHO_T}no" >&6; }
16206 if test "$LIBGNUTLS_CONFIG" = "no" ; then
16207 echo "*** The libgnutls-config script installed by LIBGNUTLS could not be found"
16208 @@ -14229,24 +16457,36 @@
16211 rm -f conftest.$ac_objext conftest$ac_exeext
16212 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16213 - (eval $ac_link) 2>conftest.er1
16214 +if { (ac_try="$ac_link"
16215 +case "(($ac_try" in
16216 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 + *) ac_try_echo=$ac_try;;
16219 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 + (eval "$ac_link") 2>conftest.er1
16222 grep -v '^ *+' conftest.er1 >conftest.err
16224 cat conftest.err >&5
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } &&
16227 - { ac_try='test -z "$ac_c_werror_flag"
16228 - || test ! -s conftest.err'
16229 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16230 - (eval $ac_try) 2>&5
16231 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16232 + { (case "(($ac_try" in
16233 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16234 + *) ac_try_echo=$ac_try;;
16236 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16237 + (eval "$ac_try") 2>&5
16239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16240 (exit $ac_status); }; } &&
16241 { ac_try='test -s conftest$ac_exeext'
16242 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16243 - (eval $ac_try) 2>&5
16244 + { (case "(($ac_try" in
16245 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16246 + *) ac_try_echo=$ac_try;;
16248 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16249 + (eval "$ac_try") 2>&5
16251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16252 (exit $ac_status); }; }; then
16253 @@ -14264,12 +16504,13 @@
16254 echo "$as_me: failed program was:" >&5
16255 sed 's/^/| /' conftest.$ac_ext >&5
16257 - echo "*** The test program failed to compile or link. See the file config.log for the"
16258 + echo "*** The test program failed to compile or link. See the file config.log for the"
16259 echo "*** exact error that occured. This usually means LIBGNUTLS was incorrectly installed"
16260 echo "*** or that you have moved LIBGNUTLS since it was installed. In the latter case, you"
16261 echo "*** may want to edit the libgnutls-config script: $LIBGNUTLS_CONFIG"
16263 -rm -f conftest.err conftest.$ac_objext \
16265 +rm -f core conftest.err conftest.$ac_objext \
16266 conftest$ac_exeext conftest.$ac_ext
16267 CFLAGS="$ac_save_CFLAGS"
16268 LIBS="$ac_save_LIBS"
16269 @@ -14299,10 +16540,9 @@
16273 -# Check whether --with-sasl or --without-sasl was given.
16274 +# Check whether --with-sasl was given.
16275 if test "${with_sasl+set}" = set; then
16276 - withval="$with_sasl"
16278 + withval=$with_sasl;
16279 if test "$with_sasl" != "no"
16281 if test "$need_socket" != "yes"
16282 @@ -14321,8 +16561,8 @@
16286 -echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl2" >&5
16287 -echo $ECHO_N "checking for sasl_client_init in -lsasl2... $ECHO_C" >&6
16288 +{ echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl2" >&5
16289 +echo $ECHO_N "checking for sasl_client_init in -lsasl2... $ECHO_C" >&6; }
16290 if test "${ac_cv_lib_sasl2_sasl_client_init+set}" = set; then
16291 echo $ECHO_N "(cached) $ECHO_C" >&6
16293 @@ -14335,40 +16575,52 @@
16294 cat >>conftest.$ac_ext <<_ACEOF
16295 /* end confdefs.h. */
16297 -/* Override any gcc2 internal prototype to avoid an error. */
16298 +/* Override any GCC internal prototype to avoid an error.
16299 + Use char because int might match the return type of a GCC
16300 + builtin and then its argument prototype would still apply. */
16304 -/* We use char because int might match the return type of a gcc2
16305 - builtin and then its argument prototype would still apply. */
16306 char sasl_client_init ();
16310 -sasl_client_init ();
16311 +return sasl_client_init ();
16316 rm -f conftest.$ac_objext conftest$ac_exeext
16317 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16318 - (eval $ac_link) 2>conftest.er1
16319 +if { (ac_try="$ac_link"
16320 +case "(($ac_try" in
16321 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16322 + *) ac_try_echo=$ac_try;;
16324 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16325 + (eval "$ac_link") 2>conftest.er1
16327 grep -v '^ *+' conftest.er1 >conftest.err
16329 cat conftest.err >&5
16330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16331 (exit $ac_status); } &&
16332 - { ac_try='test -z "$ac_c_werror_flag"
16333 - || test ! -s conftest.err'
16334 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16335 - (eval $ac_try) 2>&5
16336 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16337 + { (case "(($ac_try" in
16338 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16339 + *) ac_try_echo=$ac_try;;
16341 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16342 + (eval "$ac_try") 2>&5
16344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16345 (exit $ac_status); }; } &&
16346 { ac_try='test -s conftest$ac_exeext'
16347 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16348 - (eval $ac_try) 2>&5
16349 + { (case "(($ac_try" in
16350 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16351 + *) ac_try_echo=$ac_try;;
16353 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16354 + (eval "$ac_try") 2>&5
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; }; then
16358 @@ -14377,14 +16629,15 @@
16359 echo "$as_me: failed program was:" >&5
16360 sed 's/^/| /' conftest.$ac_ext >&5
16362 -ac_cv_lib_sasl2_sasl_client_init=no
16363 + ac_cv_lib_sasl2_sasl_client_init=no
16365 -rm -f conftest.err conftest.$ac_objext \
16367 +rm -f core conftest.err conftest.$ac_objext \
16368 conftest$ac_exeext conftest.$ac_ext
16369 LIBS=$ac_check_lib_save_LIBS
16371 -echo "$as_me:$LINENO: result: $ac_cv_lib_sasl2_sasl_client_init" >&5
16372 -echo "${ECHO_T}$ac_cv_lib_sasl2_sasl_client_init" >&6
16373 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_sasl2_sasl_client_init" >&5
16374 +echo "${ECHO_T}$ac_cv_lib_sasl2_sasl_client_init" >&6; }
16375 if test $ac_cv_lib_sasl2_sasl_client_init = yes; then
16376 cat >>confdefs.h <<_ACEOF
16377 #define HAVE_LIBSASL2 1
16378 @@ -14408,10 +16661,10 @@
16390 if test x$need_sasl = xyes; then
16391 @@ -14424,10 +16677,9 @@
16395 -# Check whether --with-idn or --without-idn was given.
16396 +# Check whether --with-idn was given.
16397 if test "${with_idn+set}" = set; then
16398 - withval="$with_idn"
16400 + withval=$with_idn;
16401 if test "$with_idn" != "no" ; then
16402 if test "$with_idn" != "yes" ; then
16403 CPPFLAGS="$CPPFLAGS -I$with_idn/include"
16404 @@ -14436,12 +16688,13 @@
16412 if test "x$with_idn" != "xno"; then
16414 -echo "$as_me:$LINENO: checking for stringprep_check_version in -lidn" >&5
16415 -echo $ECHO_N "checking for stringprep_check_version in -lidn... $ECHO_C" >&6
16416 +{ echo "$as_me:$LINENO: checking for stringprep_check_version in -lidn" >&5
16417 +echo $ECHO_N "checking for stringprep_check_version in -lidn... $ECHO_C" >&6; }
16418 if test "${ac_cv_lib_idn_stringprep_check_version+set}" = set; then
16419 echo $ECHO_N "(cached) $ECHO_C" >&6
16421 @@ -14454,40 +16707,52 @@
16422 cat >>conftest.$ac_ext <<_ACEOF
16423 /* end confdefs.h. */
16425 -/* Override any gcc2 internal prototype to avoid an error. */
16426 +/* Override any GCC internal prototype to avoid an error.
16427 + Use char because int might match the return type of a GCC
16428 + builtin and then its argument prototype would still apply. */
16432 -/* We use char because int might match the return type of a gcc2
16433 - builtin and then its argument prototype would still apply. */
16434 char stringprep_check_version ();
16438 -stringprep_check_version ();
16439 +return stringprep_check_version ();
16444 rm -f conftest.$ac_objext conftest$ac_exeext
16445 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16446 - (eval $ac_link) 2>conftest.er1
16447 +if { (ac_try="$ac_link"
16448 +case "(($ac_try" in
16449 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16450 + *) ac_try_echo=$ac_try;;
16452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16453 + (eval "$ac_link") 2>conftest.er1
16455 grep -v '^ *+' conftest.er1 >conftest.err
16457 cat conftest.err >&5
16458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16459 (exit $ac_status); } &&
16460 - { ac_try='test -z "$ac_c_werror_flag"
16461 - || test ! -s conftest.err'
16462 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16463 - (eval $ac_try) 2>&5
16464 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16465 + { (case "(($ac_try" in
16466 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16467 + *) ac_try_echo=$ac_try;;
16469 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16470 + (eval "$ac_try") 2>&5
16472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16473 (exit $ac_status); }; } &&
16474 { ac_try='test -s conftest$ac_exeext'
16475 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16476 - (eval $ac_try) 2>&5
16477 + { (case "(($ac_try" in
16478 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 + *) ac_try_echo=$ac_try;;
16481 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16482 + (eval "$ac_try") 2>&5
16484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16485 (exit $ac_status); }; }; then
16486 @@ -14496,14 +16761,15 @@
16487 echo "$as_me: failed program was:" >&5
16488 sed 's/^/| /' conftest.$ac_ext >&5
16490 -ac_cv_lib_idn_stringprep_check_version=no
16491 + ac_cv_lib_idn_stringprep_check_version=no
16493 -rm -f conftest.err conftest.$ac_objext \
16495 +rm -f core conftest.err conftest.$ac_objext \
16496 conftest$ac_exeext conftest.$ac_ext
16497 LIBS=$ac_check_lib_save_LIBS
16499 -echo "$as_me:$LINENO: result: $ac_cv_lib_idn_stringprep_check_version" >&5
16500 -echo "${ECHO_T}$ac_cv_lib_idn_stringprep_check_version" >&6
16501 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_idn_stringprep_check_version" >&5
16502 +echo "${ECHO_T}$ac_cv_lib_idn_stringprep_check_version" >&6; }
16503 if test $ac_cv_lib_idn_stringprep_check_version = yes; then
16504 cat >>confdefs.h <<_ACEOF
16505 #define HAVE_LIBIDN 1
16506 @@ -14518,9 +16784,9 @@
16507 for ac_func in idna_to_unicode_utf8_from_utf8 idna_to_unicode_8z8z
16509 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16510 -echo "$as_me:$LINENO: checking for $ac_func" >&5
16511 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16512 -if eval "test \"\${$as_ac_var+set}\" = set"; then
16513 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
16514 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16515 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 cat >conftest.$ac_ext <<_ACEOF
16519 @@ -14546,53 +16812,59 @@
16523 -/* Override any gcc2 internal prototype to avoid an error. */
16524 +/* Override any GCC internal prototype to avoid an error.
16525 + Use char because int might match the return type of a GCC
16526 + builtin and then its argument prototype would still apply. */
16531 -/* We use char because int might match the return type of a gcc2
16532 - builtin and then its argument prototype would still apply. */
16534 /* The GNU C library defines this for functions which it implements
16535 to always fail with ENOSYS. Some functions are actually named
16536 something starting with __ and the normal name is an alias. */
16537 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16538 +#if defined __stub_$ac_func || defined __stub___$ac_func
16541 -char (*f) () = $ac_func;
16543 -#ifdef __cplusplus
16550 -return f != $ac_func;
16551 +return $ac_func ();
16556 rm -f conftest.$ac_objext conftest$ac_exeext
16557 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16558 - (eval $ac_link) 2>conftest.er1
16559 +if { (ac_try="$ac_link"
16560 +case "(($ac_try" in
16561 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16562 + *) ac_try_echo=$ac_try;;
16564 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16565 + (eval "$ac_link") 2>conftest.er1
16567 grep -v '^ *+' conftest.er1 >conftest.err
16569 cat conftest.err >&5
16570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16571 (exit $ac_status); } &&
16572 - { ac_try='test -z "$ac_c_werror_flag"
16573 - || test ! -s conftest.err'
16574 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16575 - (eval $ac_try) 2>&5
16576 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16577 + { (case "(($ac_try" in
16578 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16579 + *) ac_try_echo=$ac_try;;
16581 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 + (eval "$ac_try") 2>&5
16584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16585 (exit $ac_status); }; } &&
16586 { ac_try='test -s conftest$ac_exeext'
16587 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16588 - (eval $ac_try) 2>&5
16589 + { (case "(($ac_try" in
16590 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16591 + *) ac_try_echo=$ac_try;;
16593 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16594 + (eval "$ac_try") 2>&5
16596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16597 (exit $ac_status); }; }; then
16598 @@ -14601,13 +16873,15 @@
16599 echo "$as_me: failed program was:" >&5
16600 sed 's/^/| /' conftest.$ac_ext >&5
16602 -eval "$as_ac_var=no"
16603 + eval "$as_ac_var=no"
16605 -rm -f conftest.err conftest.$ac_objext \
16607 +rm -f core conftest.err conftest.$ac_objext \
16608 conftest$ac_exeext conftest.$ac_ext
16610 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16611 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16612 +ac_res=`eval echo '${'$as_ac_var'}'`
16613 + { echo "$as_me:$LINENO: result: $ac_res" >&5
16614 +echo "${ECHO_T}$ac_res" >&6; }
16615 if test `eval echo '${'$as_ac_var'}'` = yes; then
16616 cat >>confdefs.h <<_ACEOF
16617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16618 @@ -14621,9 +16895,9 @@
16619 for ac_func in idna_to_ascii_from_utf8 idna_to_ascii_8z
16621 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16622 -echo "$as_me:$LINENO: checking for $ac_func" >&5
16623 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16624 -if eval "test \"\${$as_ac_var+set}\" = set"; then
16625 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
16626 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16627 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16628 echo $ECHO_N "(cached) $ECHO_C" >&6
16630 cat >conftest.$ac_ext <<_ACEOF
16631 @@ -14649,53 +16923,59 @@
16635 -/* Override any gcc2 internal prototype to avoid an error. */
16636 +/* Override any GCC internal prototype to avoid an error.
16637 + Use char because int might match the return type of a GCC
16638 + builtin and then its argument prototype would still apply. */
16643 -/* We use char because int might match the return type of a gcc2
16644 - builtin and then its argument prototype would still apply. */
16646 /* The GNU C library defines this for functions which it implements
16647 to always fail with ENOSYS. Some functions are actually named
16648 something starting with __ and the normal name is an alias. */
16649 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16650 +#if defined __stub_$ac_func || defined __stub___$ac_func
16653 -char (*f) () = $ac_func;
16655 -#ifdef __cplusplus
16662 -return f != $ac_func;
16663 +return $ac_func ();
16668 rm -f conftest.$ac_objext conftest$ac_exeext
16669 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16670 - (eval $ac_link) 2>conftest.er1
16671 +if { (ac_try="$ac_link"
16672 +case "(($ac_try" in
16673 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16674 + *) ac_try_echo=$ac_try;;
16676 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677 + (eval "$ac_link") 2>conftest.er1
16679 grep -v '^ *+' conftest.er1 >conftest.err
16681 cat conftest.err >&5
16682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683 (exit $ac_status); } &&
16684 - { ac_try='test -z "$ac_c_werror_flag"
16685 - || test ! -s conftest.err'
16686 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16687 - (eval $ac_try) 2>&5
16688 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16689 + { (case "(($ac_try" in
16690 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16691 + *) ac_try_echo=$ac_try;;
16693 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 + (eval "$ac_try") 2>&5
16696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16697 (exit $ac_status); }; } &&
16698 { ac_try='test -s conftest$ac_exeext'
16699 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16700 - (eval $ac_try) 2>&5
16701 + { (case "(($ac_try" in
16702 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16703 + *) ac_try_echo=$ac_try;;
16705 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16706 + (eval "$ac_try") 2>&5
16708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16709 (exit $ac_status); }; }; then
16710 @@ -14704,13 +16984,15 @@
16711 echo "$as_me: failed program was:" >&5
16712 sed 's/^/| /' conftest.$ac_ext >&5
16714 -eval "$as_ac_var=no"
16715 + eval "$as_ac_var=no"
16717 -rm -f conftest.err conftest.$ac_objext \
16719 +rm -f core conftest.err conftest.$ac_objext \
16720 conftest$ac_exeext conftest.$ac_ext
16722 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16723 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16724 +ac_res=`eval echo '${'$as_ac_var'}'`
16725 + { echo "$as_me:$LINENO: result: $ac_res" >&5
16726 +echo "${ECHO_T}$ac_res" >&6; }
16727 if test `eval echo '${'$as_ac_var'}'` = yes; then
16728 cat >>confdefs.h <<_ACEOF
16729 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16730 @@ -14724,9 +17006,9 @@
16731 for ac_func in idna_to_ascii_lz idna_to_ascii_from_locale
16733 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16734 -echo "$as_me:$LINENO: checking for $ac_func" >&5
16735 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16736 -if eval "test \"\${$as_ac_var+set}\" = set"; then
16737 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
16738 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16739 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16740 echo $ECHO_N "(cached) $ECHO_C" >&6
16742 cat >conftest.$ac_ext <<_ACEOF
16743 @@ -14752,53 +17034,59 @@
16747 -/* Override any gcc2 internal prototype to avoid an error. */
16748 +/* Override any GCC internal prototype to avoid an error.
16749 + Use char because int might match the return type of a GCC
16750 + builtin and then its argument prototype would still apply. */
16755 -/* We use char because int might match the return type of a gcc2
16756 - builtin and then its argument prototype would still apply. */
16758 /* The GNU C library defines this for functions which it implements
16759 to always fail with ENOSYS. Some functions are actually named
16760 something starting with __ and the normal name is an alias. */
16761 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16762 +#if defined __stub_$ac_func || defined __stub___$ac_func
16765 -char (*f) () = $ac_func;
16767 -#ifdef __cplusplus
16774 -return f != $ac_func;
16775 +return $ac_func ();
16780 rm -f conftest.$ac_objext conftest$ac_exeext
16781 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16782 - (eval $ac_link) 2>conftest.er1
16783 +if { (ac_try="$ac_link"
16784 +case "(($ac_try" in
16785 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16786 + *) ac_try_echo=$ac_try;;
16788 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16789 + (eval "$ac_link") 2>conftest.er1
16791 grep -v '^ *+' conftest.er1 >conftest.err
16793 cat conftest.err >&5
16794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16795 (exit $ac_status); } &&
16796 - { ac_try='test -z "$ac_c_werror_flag"
16797 - || test ! -s conftest.err'
16798 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16799 - (eval $ac_try) 2>&5
16800 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16801 + { (case "(($ac_try" in
16802 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16803 + *) ac_try_echo=$ac_try;;
16805 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16806 + (eval "$ac_try") 2>&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); }; } &&
16810 { ac_try='test -s conftest$ac_exeext'
16811 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 - (eval $ac_try) 2>&5
16813 + { (case "(($ac_try" in
16814 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16815 + *) ac_try_echo=$ac_try;;
16817 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 + (eval "$ac_try") 2>&5
16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); }; }; then
16822 @@ -14807,13 +17095,15 @@
16823 echo "$as_me: failed program was:" >&5
16824 sed 's/^/| /' conftest.$ac_ext >&5
16826 -eval "$as_ac_var=no"
16827 + eval "$as_ac_var=no"
16829 -rm -f conftest.err conftest.$ac_objext \
16831 +rm -f core conftest.err conftest.$ac_objext \
16832 conftest$ac_exeext conftest.$ac_ext
16834 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16835 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16836 +ac_res=`eval echo '${'$as_ac_var'}'`
16837 + { echo "$as_me:$LINENO: result: $ac_res" >&5
16838 +echo "${ECHO_T}$ac_res" >&6; }
16839 if test `eval echo '${'$as_ac_var'}'` = yes; then
16840 cat >>confdefs.h <<_ACEOF
16841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16842 @@ -14825,10 +17115,9 @@
16846 -# Check whether --enable-debug or --disable-debug was given.
16847 +# Check whether --enable-debug was given.
16848 if test "${enable_debug+set}" = set; then
16849 - enableval="$enable_debug"
16850 - if test x$enableval = xyes ; then
16851 + enableval=$enable_debug; if test x$enableval = xyes ; then
16853 cat >>confdefs.h <<\_ACEOF
16855 @@ -14836,26 +17125,27 @@
16863 -# Check whether --enable-flock or --disable-flock was given.
16864 +# Check whether --enable-flock was given.
16865 if test "${enable_flock+set}" = set; then
16866 - enableval="$enable_flock"
16867 - if test $enableval = yes; then
16868 + enableval=$enable_flock; if test $enableval = yes; then
16870 cat >>confdefs.h <<\_ACEOF
16871 #define USE_FLOCK 1
16880 -# Check whether --enable-fcntl or --disable-fcntl was given.
16881 +# Check whether --enable-fcntl was given.
16882 if test "${enable_fcntl+set}" = set; then
16883 - enableval="$enable_fcntl"
16884 - if test $enableval = no; then mutt_cv_fcntl=no; fi
16886 + enableval=$enable_fcntl; if test $enableval = no; then mutt_cv_fcntl=no; fi
16890 if test $mutt_cv_fcntl = yes; then
16892 @@ -14865,8 +17155,8 @@
16896 -echo "$as_me:$LINENO: checking whether struct dirent defines d_ino" >&5
16897 -echo $ECHO_N "checking whether struct dirent defines d_ino... $ECHO_C" >&6
16898 +{ echo "$as_me:$LINENO: checking whether struct dirent defines d_ino" >&5
16899 +echo $ECHO_N "checking whether struct dirent defines d_ino... $ECHO_C" >&6; }
16900 ac_cv_dirent_d_ino=no
16901 cat >conftest.$ac_ext <<_ACEOF
16903 @@ -14884,24 +17174,36 @@
16906 rm -f conftest.$ac_objext conftest$ac_exeext
16907 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16908 - (eval $ac_link) 2>conftest.er1
16909 +if { (ac_try="$ac_link"
16910 +case "(($ac_try" in
16911 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16912 + *) ac_try_echo=$ac_try;;
16914 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16915 + (eval "$ac_link") 2>conftest.er1
16917 grep -v '^ *+' conftest.er1 >conftest.err
16919 cat conftest.err >&5
16920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16921 (exit $ac_status); } &&
16922 - { ac_try='test -z "$ac_c_werror_flag"
16923 - || test ! -s conftest.err'
16924 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16925 - (eval $ac_try) 2>&5
16926 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16927 + { (case "(($ac_try" in
16928 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16929 + *) ac_try_echo=$ac_try;;
16931 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16932 + (eval "$ac_try") 2>&5
16934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935 (exit $ac_status); }; } &&
16936 { ac_try='test -s conftest$ac_exeext'
16937 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16938 - (eval $ac_try) 2>&5
16939 + { (case "(($ac_try" in
16940 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16941 + *) ac_try_echo=$ac_try;;
16943 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16944 + (eval "$ac_try") 2>&5
16946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16947 (exit $ac_status); }; }; then
16948 @@ -14910,8 +17212,10 @@
16949 echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.$ac_ext >&5
16954 -rm -f conftest.err conftest.$ac_objext \
16956 +rm -f core conftest.err conftest.$ac_objext \
16957 conftest$ac_exeext conftest.$ac_ext
16958 if test x$ac_cv_dirent_d_ino = xyes ; then
16960 @@ -14920,15 +17224,15 @@
16964 -echo "$as_me:$LINENO: result: $ac_cv_dirent_d_ino" >&5
16965 -echo "${ECHO_T}$ac_cv_dirent_d_ino" >&6
16966 +{ echo "$as_me:$LINENO: result: $ac_cv_dirent_d_ino" >&5
16967 +echo "${ECHO_T}$ac_cv_dirent_d_ino" >&6; }
16969 mutt_cv_inodesort=no
16970 -# Check whether --enable-inodesort or --disable-inodesort was given.
16971 +# Check whether --enable-inodesort was given.
16972 if test "${enable_inodesort+set}" = set; then
16973 - enableval="$enable_inodesort"
16974 - if test x$enableval = xyes -a x$ac_cv_dirent_d_ino = xyes ; then mutt_cv_inodesort=yes; fi
16976 + enableval=$enable_inodesort; if test x$enableval = xyes -a x$ac_cv_dirent_d_ino = xyes ; then mutt_cv_inodesort=yes; fi
16980 if test $mutt_cv_inodesort = yes; then
16982 @@ -14939,71 +17243,82 @@
16985 mutt_cv_warnings=yes
16986 -# Check whether --enable-warnings or --disable-warnings was given.
16987 +# Check whether --enable-warnings was given.
16988 if test "${enable_warnings+set}" = set; then
16989 - enableval="$enable_warnings"
16990 - if test $enableval = no; then
16991 + enableval=$enable_warnings; if test $enableval = no; then
16992 mutt_cv_warnings=no
16998 if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
16999 CFLAGS="-Wall -pedantic $CFLAGS"
17002 -# Check whether --enable-nfs-fix or --disable-nfs-fix was given.
17003 +# Check whether --enable-nfs-fix was given.
17004 if test "${enable_nfs_fix+set}" = set; then
17005 - enableval="$enable_nfs_fix"
17006 - if test x$enableval = xyes; then
17007 + enableval=$enable_nfs_fix; if test x$enableval = xyes; then
17009 cat >>confdefs.h <<\_ACEOF
17010 #define NFS_ATTRIBUTE_HACK 1
17017 -# Check whether --enable-buffy-size or --disable-buffy-size was given.
17019 +# Check whether --enable-buffy-size was given.
17020 if test "${enable_buffy_size+set}" = set; then
17021 - enableval="$enable_buffy_size"
17022 - if test x$enableval = xyes; then
17023 + enableval=$enable_buffy_size; if test x$enableval = xyes; then
17025 cat >>confdefs.h <<\_ACEOF
17026 #define BUFFY_SIZE 1
17033 -# Check whether --enable-mailtool or --disable-mailtool was given.
17035 +# Check whether --enable-mailtool was given.
17036 if test "${enable_mailtool+set}" = set; then
17037 - enableval="$enable_mailtool"
17038 - if test x$enableval = xyes; then
17039 + enableval=$enable_mailtool; if test x$enableval = xyes; then
17041 cat >>confdefs.h <<\_ACEOF
17042 #define SUN_ATTACHMENT 1
17049 -# Check whether --enable-locales-fix or --disable-locales-fix was given.
17051 +# Check whether --enable-locales-fix was given.
17052 if test "${enable_locales_fix+set}" = set; then
17053 - enableval="$enable_locales_fix"
17054 - if test x$enableval = xyes; then
17055 + enableval=$enable_locales_fix; if test x$enableval = xyes; then
17057 cat >>confdefs.h <<\_ACEOF
17058 #define LOCALES_HACK 1
17066 +# Check whether --enable-compressed was given.
17067 +if test "${enable_compressed+set}" = set; then
17068 + enableval=$enable_compressed; if test x$enableval = xyes; then
17070 +cat >>confdefs.h <<\_ACEOF
17071 +#define USE_COMPRESSED 1
17078 -# Check whether --with-exec-shell or --without-exec-shell was given.
17080 +# Check whether --with-exec-shell was given.
17081 if test "${with_exec_shell+set}" = set; then
17082 - withval="$with_exec_shell"
17083 - if test $withval != yes; then
17084 + withval=$with_exec_shell; if test $withval != yes; then
17086 cat >>confdefs.h <<_ACEOF
17087 #define EXECSHELL "$withval"
17088 @@ -15020,12 +17335,12 @@
17089 #define EXECSHELL "/bin/sh"
17096 -# Check whether --enable-exact-address or --disable-exact-address was given.
17097 +# Check whether --enable-exact-address was given.
17098 if test "${enable_exact_address+set}" = set; then
17099 - enableval="$enable_exact_address"
17100 - if test $enableval = yes; then
17101 + enableval=$enable_exact_address; if test $enableval = yes; then
17103 cat >>confdefs.h <<\_ACEOF
17104 #define EXACT_ADDRESS 1
17105 @@ -15033,12 +17348,12 @@
17112 -# Check whether --enable-hcache or --disable-hcache was given.
17114 +# Check whether --enable-hcache was given.
17115 if test "${enable_hcache+set}" = set; then
17116 - enableval="$enable_hcache"
17117 - if test x$enableval = xyes; then
17118 + enableval=$enable_hcache; if test x$enableval = xyes; then
17120 cat >>confdefs.h <<\_ACEOF
17121 #define USE_HCACHE 1
17122 @@ -15053,16 +17368,16 @@
17126 -# Check whether --with-qdbm or --without-qdbm was given.
17127 +# Check whether --with-qdbm was given.
17128 if test "${with_qdbm+set}" = set; then
17129 - withval="$with_qdbm"
17130 - ac_prefer_qdbm=$withval
17132 + withval=$with_qdbm; ac_prefer_qdbm=$withval
17135 if test x$ac_prefer_qdbm != xno; then
17136 CPPFLAGS="$OLDCPPFLAGS"
17137 LIBS="$OLDLIBS -lqdbm";
17138 - echo "$as_me:$LINENO: checking for vlopen" >&5
17139 -echo $ECHO_N "checking for vlopen... $ECHO_C" >&6
17140 + { echo "$as_me:$LINENO: checking for vlopen" >&5
17141 +echo $ECHO_N "checking for vlopen... $ECHO_C" >&6; }
17142 if test "${ac_cv_vlopen+set}" = set; then
17143 echo $ECHO_N "(cached) $ECHO_C" >&6
17145 @@ -15084,24 +17399,36 @@
17148 rm -f conftest.$ac_objext conftest$ac_exeext
17149 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17150 - (eval $ac_link) 2>conftest.er1
17151 +if { (ac_try="$ac_link"
17152 +case "(($ac_try" in
17153 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17154 + *) ac_try_echo=$ac_try;;
17156 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17157 + (eval "$ac_link") 2>conftest.er1
17159 grep -v '^ *+' conftest.er1 >conftest.err
17161 cat conftest.err >&5
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); } &&
17164 - { ac_try='test -z "$ac_c_werror_flag"
17165 - || test ! -s conftest.err'
17166 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17167 - (eval $ac_try) 2>&5
17168 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17169 + { (case "(($ac_try" in
17170 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17171 + *) ac_try_echo=$ac_try;;
17173 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17174 + (eval "$ac_try") 2>&5
17176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17177 (exit $ac_status); }; } &&
17178 { ac_try='test -s conftest$ac_exeext'
17179 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17180 - (eval $ac_try) 2>&5
17181 + { (case "(($ac_try" in
17182 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17183 + *) ac_try_echo=$ac_try;;
17185 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17186 + (eval "$ac_try") 2>&5
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); }; }; then
17190 @@ -15110,27 +17437,29 @@
17191 echo "$as_me: failed program was:" >&5
17192 sed 's/^/| /' conftest.$ac_ext >&5
17196 -rm -f conftest.err conftest.$ac_objext \
17198 +rm -f core conftest.err conftest.$ac_objext \
17199 conftest$ac_exeext conftest.$ac_ext
17202 -echo "$as_me:$LINENO: result: $ac_cv_vlopen" >&5
17203 -echo "${ECHO_T}$ac_cv_vlopen" >&6
17204 +{ echo "$as_me:$LINENO: result: $ac_cv_vlopen" >&5
17205 +echo "${ECHO_T}$ac_cv_vlopen" >&6; }
17210 -# Check whether --with-gdbm or --without-gdbm was given.
17211 +# Check whether --with-gdbm was given.
17212 if test "${with_gdbm+set}" = set; then
17213 - withval="$with_gdbm"
17214 - ac_prefer_gdbm=$withval
17216 + withval=$with_gdbm; ac_prefer_gdbm=$withval
17219 if test x$ac_prefer_gdbm != xno -a x$ac_cv_vlopen != xyes; then
17220 CPPFLAGS="$OLDCPPFLAGS"
17221 LIBS="$OLDLIBS -lgdbm";
17222 - echo "$as_me:$LINENO: checking for gdbm_open" >&5
17223 -echo $ECHO_N "checking for gdbm_open... $ECHO_C" >&6
17224 + { echo "$as_me:$LINENO: checking for gdbm_open" >&5
17225 +echo $ECHO_N "checking for gdbm_open... $ECHO_C" >&6; }
17226 if test "${ac_cv_gdbmopen+set}" = set; then
17227 echo $ECHO_N "(cached) $ECHO_C" >&6
17229 @@ -15152,24 +17481,36 @@
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17234 - (eval $ac_link) 2>conftest.er1
17235 +if { (ac_try="$ac_link"
17236 +case "(($ac_try" in
17237 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17238 + *) ac_try_echo=$ac_try;;
17240 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17241 + (eval "$ac_link") 2>conftest.er1
17243 grep -v '^ *+' conftest.er1 >conftest.err
17245 cat conftest.err >&5
17246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); } &&
17248 - { ac_try='test -z "$ac_c_werror_flag"
17249 - || test ! -s conftest.err'
17250 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17251 - (eval $ac_try) 2>&5
17252 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17253 + { (case "(($ac_try" in
17254 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17255 + *) ac_try_echo=$ac_try;;
17257 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17258 + (eval "$ac_try") 2>&5
17260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); }; } &&
17262 { ac_try='test -s conftest$ac_exeext'
17263 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17264 - (eval $ac_try) 2>&5
17265 + { (case "(($ac_try" in
17266 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17267 + *) ac_try_echo=$ac_try;;
17269 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17270 + (eval "$ac_try") 2>&5
17272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17273 (exit $ac_status); }; }; then
17274 @@ -15178,22 +17519,24 @@
17275 echo "$as_me: failed program was:" >&5
17276 sed 's/^/| /' conftest.$ac_ext >&5
17280 -rm -f conftest.err conftest.$ac_objext \
17282 +rm -f core conftest.err conftest.$ac_objext \
17283 conftest$ac_exeext conftest.$ac_ext
17286 -echo "$as_me:$LINENO: result: $ac_cv_gdbmopen" >&5
17287 -echo "${ECHO_T}$ac_cv_gdbmopen" >&6
17288 +{ echo "$as_me:$LINENO: result: $ac_cv_gdbmopen" >&5
17289 +echo "${ECHO_T}$ac_cv_gdbmopen" >&6; }
17294 -# Check whether --with-bdb or --without-bdb was given.
17295 +# Check whether --with-bdb was given.
17296 if test "${with_bdb+set}" = set; then
17297 - withval="$with_bdb"
17298 - ac_bdb_prefix=$withval
17300 + withval=$with_bdb; ac_bdb_prefix=$withval
17303 if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes -a x$ac_cv_vlopen != xyes; then
17304 test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
17305 for d in $ac_bdb_prefix; do
17306 @@ -15203,8 +17546,8 @@
17309 BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
17310 - echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5
17311 -echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6
17312 + { echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5
17313 +echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6; }
17314 for d in $bdbpfx; do
17317 @@ -15238,24 +17581,36 @@
17320 rm -f conftest.$ac_objext conftest$ac_exeext
17321 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17322 - (eval $ac_link) 2>conftest.er1
17323 +if { (ac_try="$ac_link"
17324 +case "(($ac_try" in
17325 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17326 + *) ac_try_echo=$ac_try;;
17328 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17329 + (eval "$ac_link") 2>conftest.er1
17331 grep -v '^ *+' conftest.er1 >conftest.err
17333 cat conftest.err >&5
17334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17335 (exit $ac_status); } &&
17336 - { ac_try='test -z "$ac_c_werror_flag"
17337 - || test ! -s conftest.err'
17338 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17339 - (eval $ac_try) 2>&5
17340 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17341 + { (case "(($ac_try" in
17342 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17343 + *) ac_try_echo=$ac_try;;
17345 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 + (eval "$ac_try") 2>&5
17348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); }; } &&
17350 { ac_try='test -s conftest$ac_exeext'
17351 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17352 - (eval $ac_try) 2>&5
17353 + { (case "(($ac_try" in
17354 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17355 + *) ac_try_echo=$ac_try;;
17357 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17358 + (eval "$ac_try") 2>&5
17360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); }; }; then
17362 @@ -15268,8 +17623,10 @@
17363 echo "$as_me: failed program was:" >&5
17364 sed 's/^/| /' conftest.$ac_ext >&5
17368 -rm -f conftest.err conftest.$ac_objext \
17370 +rm -f core conftest.err conftest.$ac_objext \
17371 conftest$ac_exeext conftest.$ac_ext
17373 test x$ac_cv_dbcreate = xyes && break
17374 @@ -15279,11 +17636,11 @@
17375 test x$BDB_LIB != x && break
17377 if test x$ac_cv_dbcreate = xyes; then
17378 - echo "$as_me:$LINENO: result: yes" >&5
17379 -echo "${ECHO_T}yes" >&6
17380 + { echo "$as_me:$LINENO: result: yes" >&5
17381 +echo "${ECHO_T}yes" >&6; }
17383 - echo "$as_me:$LINENO: result: no" >&5
17384 -echo "${ECHO_T}no" >&6
17385 + { echo "$as_me:$LINENO: result: no" >&5
17386 +echo "${ECHO_T}no" >&6; }
17390 @@ -15317,7 +17674,8 @@
17391 { (exit 1); exit 1; }; }
17398 if test "$need_md5" = "yes"
17400 @@ -15330,17 +17688,17 @@
17404 -# Check whether --enable-iconv or --disable-iconv was given.
17405 +# Check whether --enable-iconv was given.
17406 if test "${enable_iconv+set}" = set; then
17407 - enableval="$enable_iconv"
17408 - if test x$enableval = xno ; then
17409 + enableval=$enable_iconv; if test x$enableval = xno ; then
17410 am_cv_func_iconv=no
17417 -echo "$as_me:$LINENO: checking for off_t" >&5
17418 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6
17419 +{ echo "$as_me:$LINENO: checking for off_t" >&5
17420 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
17421 if test "${ac_cv_type_off_t+set}" = set; then
17422 echo $ECHO_N "(cached) $ECHO_C" >&6
17424 @@ -15351,36 +17709,49 @@
17425 cat >>conftest.$ac_ext <<_ACEOF
17426 /* end confdefs.h. */
17427 $ac_includes_default
17428 +typedef off_t ac__type_new_;
17433 +if ((ac__type_new_ *) 0)
17435 -if (sizeof (off_t))
17436 +if (sizeof (ac__type_new_))
17442 rm -f conftest.$ac_objext
17443 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17444 - (eval $ac_compile) 2>conftest.er1
17445 +if { (ac_try="$ac_compile"
17446 +case "(($ac_try" in
17447 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17448 + *) ac_try_echo=$ac_try;;
17450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17451 + (eval "$ac_compile") 2>conftest.er1
17453 grep -v '^ *+' conftest.er1 >conftest.err
17455 cat conftest.err >&5
17456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17457 (exit $ac_status); } &&
17458 - { ac_try='test -z "$ac_c_werror_flag"
17459 - || test ! -s conftest.err'
17460 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17461 - (eval $ac_try) 2>&5
17462 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17463 + { (case "(($ac_try" in
17464 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465 + *) ac_try_echo=$ac_try;;
17467 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17468 + (eval "$ac_try") 2>&5
17470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17471 (exit $ac_status); }; } &&
17472 { ac_try='test -s conftest.$ac_objext'
17473 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17474 - (eval $ac_try) 2>&5
17475 + { (case "(($ac_try" in
17476 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17477 + *) ac_try_echo=$ac_try;;
17479 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17480 + (eval "$ac_try") 2>&5
17482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17483 (exit $ac_status); }; }; then
17484 @@ -15389,24 +17760,25 @@
17485 echo "$as_me: failed program was:" >&5
17486 sed 's/^/| /' conftest.$ac_ext >&5
17488 -ac_cv_type_off_t=no
17489 + ac_cv_type_off_t=no
17491 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17493 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17495 -echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
17496 -echo "${ECHO_T}$ac_cv_type_off_t" >&6
17497 +{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
17498 +echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
17499 if test $ac_cv_type_off_t = yes; then
17503 cat >>confdefs.h <<_ACEOF
17504 -#define off_t long
17505 +#define off_t long int
17510 -echo "$as_me:$LINENO: checking for size_t" >&5
17511 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17512 +{ echo "$as_me:$LINENO: checking for size_t" >&5
17513 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
17514 if test "${ac_cv_type_size_t+set}" = set; then
17515 echo $ECHO_N "(cached) $ECHO_C" >&6
17517 @@ -15417,36 +17789,49 @@
17518 cat >>conftest.$ac_ext <<_ACEOF
17519 /* end confdefs.h. */
17520 $ac_includes_default
17521 +typedef size_t ac__type_new_;
17526 +if ((ac__type_new_ *) 0)
17528 -if (sizeof (size_t))
17529 +if (sizeof (ac__type_new_))
17535 rm -f conftest.$ac_objext
17536 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17537 - (eval $ac_compile) 2>conftest.er1
17538 +if { (ac_try="$ac_compile"
17539 +case "(($ac_try" in
17540 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17541 + *) ac_try_echo=$ac_try;;
17543 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17544 + (eval "$ac_compile") 2>conftest.er1
17546 grep -v '^ *+' conftest.er1 >conftest.err
17548 cat conftest.err >&5
17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17550 (exit $ac_status); } &&
17551 - { ac_try='test -z "$ac_c_werror_flag"
17552 - || test ! -s conftest.err'
17553 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17554 - (eval $ac_try) 2>&5
17555 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17556 + { (case "(($ac_try" in
17557 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17558 + *) ac_try_echo=$ac_try;;
17560 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17561 + (eval "$ac_try") 2>&5
17563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); }; } &&
17565 { ac_try='test -s conftest.$ac_objext'
17566 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17567 - (eval $ac_try) 2>&5
17568 + { (case "(($ac_try" in
17569 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17570 + *) ac_try_echo=$ac_try;;
17572 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17573 + (eval "$ac_try") 2>&5
17575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17576 (exit $ac_status); }; }; then
17577 @@ -15455,26 +17840,27 @@
17578 echo "$as_me: failed program was:" >&5
17579 sed 's/^/| /' conftest.$ac_ext >&5
17581 -ac_cv_type_size_t=no
17582 + ac_cv_type_size_t=no
17584 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17586 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17588 -echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17589 -echo "${ECHO_T}$ac_cv_type_size_t" >&6
17590 +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17591 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
17592 if test $ac_cv_type_size_t = yes; then
17596 cat >>confdefs.h <<_ACEOF
17597 -#define size_t unsigned
17598 +#define size_t unsigned int
17603 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
17604 # for constant arguments. Useless!
17605 -echo "$as_me:$LINENO: checking for working alloca.h" >&5
17606 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
17607 +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
17608 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
17609 if test "${ac_cv_working_alloca_h+set}" = set; then
17610 echo $ECHO_N "(cached) $ECHO_C" >&6
17612 @@ -15489,29 +17875,42 @@
17615 char *p = (char *) alloca (2 * sizeof (int));
17621 rm -f conftest.$ac_objext conftest$ac_exeext
17622 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17623 - (eval $ac_link) 2>conftest.er1
17624 +if { (ac_try="$ac_link"
17625 +case "(($ac_try" in
17626 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17627 + *) ac_try_echo=$ac_try;;
17629 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17630 + (eval "$ac_link") 2>conftest.er1
17632 grep -v '^ *+' conftest.er1 >conftest.err
17634 cat conftest.err >&5
17635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); } &&
17637 - { ac_try='test -z "$ac_c_werror_flag"
17638 - || test ! -s conftest.err'
17639 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17640 - (eval $ac_try) 2>&5
17641 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17642 + { (case "(($ac_try" in
17643 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17644 + *) ac_try_echo=$ac_try;;
17646 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17647 + (eval "$ac_try") 2>&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); }; } &&
17651 { ac_try='test -s conftest$ac_exeext'
17652 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17653 - (eval $ac_try) 2>&5
17654 + { (case "(($ac_try" in
17655 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17656 + *) ac_try_echo=$ac_try;;
17658 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17659 + (eval "$ac_try") 2>&5
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; }; then
17663 @@ -15520,13 +17919,14 @@
17664 echo "$as_me: failed program was:" >&5
17665 sed 's/^/| /' conftest.$ac_ext >&5
17667 -ac_cv_working_alloca_h=no
17668 + ac_cv_working_alloca_h=no
17670 -rm -f conftest.err conftest.$ac_objext \
17672 +rm -f core conftest.err conftest.$ac_objext \
17673 conftest$ac_exeext conftest.$ac_ext
17675 -echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
17676 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
17677 +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
17678 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
17679 if test $ac_cv_working_alloca_h = yes; then
17681 cat >>confdefs.h <<\_ACEOF
17682 @@ -15535,8 +17935,8 @@
17686 -echo "$as_me:$LINENO: checking for alloca" >&5
17687 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6
17688 +{ echo "$as_me:$LINENO: checking for alloca" >&5
17689 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
17690 if test "${ac_cv_func_alloca_works+set}" = set; then
17691 echo $ECHO_N "(cached) $ECHO_C" >&6
17693 @@ -15571,29 +17971,42 @@
17696 char *p = (char *) alloca (1);
17702 rm -f conftest.$ac_objext conftest$ac_exeext
17703 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17704 - (eval $ac_link) 2>conftest.er1
17705 +if { (ac_try="$ac_link"
17706 +case "(($ac_try" in
17707 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17708 + *) ac_try_echo=$ac_try;;
17710 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17711 + (eval "$ac_link") 2>conftest.er1
17713 grep -v '^ *+' conftest.er1 >conftest.err
17715 cat conftest.err >&5
17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); } &&
17718 - { ac_try='test -z "$ac_c_werror_flag"
17719 - || test ! -s conftest.err'
17720 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17721 - (eval $ac_try) 2>&5
17722 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17723 + { (case "(($ac_try" in
17724 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17725 + *) ac_try_echo=$ac_try;;
17727 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17728 + (eval "$ac_try") 2>&5
17730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17731 (exit $ac_status); }; } &&
17732 { ac_try='test -s conftest$ac_exeext'
17733 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17734 - (eval $ac_try) 2>&5
17735 + { (case "(($ac_try" in
17736 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17737 + *) ac_try_echo=$ac_try;;
17739 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 + (eval "$ac_try") 2>&5
17742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17743 (exit $ac_status); }; }; then
17744 @@ -15602,13 +18015,14 @@
17745 echo "$as_me: failed program was:" >&5
17746 sed 's/^/| /' conftest.$ac_ext >&5
17748 -ac_cv_func_alloca_works=no
17749 + ac_cv_func_alloca_works=no
17751 -rm -f conftest.err conftest.$ac_objext \
17753 +rm -f core conftest.err conftest.$ac_objext \
17754 conftest$ac_exeext conftest.$ac_ext
17756 -echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
17757 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
17758 +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
17759 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
17761 if test $ac_cv_func_alloca_works = yes; then
17763 @@ -15622,15 +18036,15 @@
17764 # contain a buggy version. If you still want to use their alloca,
17765 # use ar to extract alloca.o from them instead of compiling alloca.c.
17767 -ALLOCA=alloca.$ac_objext
17768 +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
17770 cat >>confdefs.h <<\_ACEOF
17775 -echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
17776 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
17777 +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
17778 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
17779 if test "${ac_cv_os_cray+set}" = set; then
17780 echo $ECHO_N "(cached) $ECHO_C" >&6
17782 @@ -15640,7 +18054,7 @@
17783 cat confdefs.h >>conftest.$ac_ext
17784 cat >>conftest.$ac_ext <<_ACEOF
17785 /* end confdefs.h. */
17786 -#if defined(CRAY) && ! defined(CRAY2)
17787 +#if defined CRAY && ! defined CRAY2
17791 @@ -15656,14 +18070,14 @@
17795 -echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
17796 -echo "${ECHO_T}$ac_cv_os_cray" >&6
17797 +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
17798 +echo "${ECHO_T}$ac_cv_os_cray" >&6; }
17799 if test $ac_cv_os_cray = yes; then
17800 for ac_func in _getb67 GETB67 getb67; do
17801 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17802 -echo "$as_me:$LINENO: checking for $ac_func" >&5
17803 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17804 -if eval "test \"\${$as_ac_var+set}\" = set"; then
17805 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
17806 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17807 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17808 echo $ECHO_N "(cached) $ECHO_C" >&6
17810 cat >conftest.$ac_ext <<_ACEOF
17811 @@ -15689,53 +18103,59 @@
17815 -/* Override any gcc2 internal prototype to avoid an error. */
17816 +/* Override any GCC internal prototype to avoid an error.
17817 + Use char because int might match the return type of a GCC
17818 + builtin and then its argument prototype would still apply. */
17823 -/* We use char because int might match the return type of a gcc2
17824 - builtin and then its argument prototype would still apply. */
17826 /* The GNU C library defines this for functions which it implements
17827 to always fail with ENOSYS. Some functions are actually named
17828 something starting with __ and the normal name is an alias. */
17829 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17830 +#if defined __stub_$ac_func || defined __stub___$ac_func
17833 -char (*f) () = $ac_func;
17835 -#ifdef __cplusplus
17842 -return f != $ac_func;
17843 +return $ac_func ();
17848 rm -f conftest.$ac_objext conftest$ac_exeext
17849 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17850 - (eval $ac_link) 2>conftest.er1
17851 +if { (ac_try="$ac_link"
17852 +case "(($ac_try" in
17853 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17854 + *) ac_try_echo=$ac_try;;
17856 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17857 + (eval "$ac_link") 2>conftest.er1
17859 grep -v '^ *+' conftest.er1 >conftest.err
17861 cat conftest.err >&5
17862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17863 (exit $ac_status); } &&
17864 - { ac_try='test -z "$ac_c_werror_flag"
17865 - || test ! -s conftest.err'
17866 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17867 - (eval $ac_try) 2>&5
17868 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17869 + { (case "(($ac_try" in
17870 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17871 + *) ac_try_echo=$ac_try;;
17873 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17874 + (eval "$ac_try") 2>&5
17876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17877 (exit $ac_status); }; } &&
17878 { ac_try='test -s conftest$ac_exeext'
17879 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17880 - (eval $ac_try) 2>&5
17881 + { (case "(($ac_try" in
17882 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883 + *) ac_try_echo=$ac_try;;
17885 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17886 + (eval "$ac_try") 2>&5
17888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17889 (exit $ac_status); }; }; then
17890 @@ -15744,13 +18164,15 @@
17891 echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17894 -eval "$as_ac_var=no"
17895 + eval "$as_ac_var=no"
17897 -rm -f conftest.err conftest.$ac_objext \
17899 +rm -f core conftest.err conftest.$ac_objext \
17900 conftest$ac_exeext conftest.$ac_ext
17902 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17903 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17904 +ac_res=`eval echo '${'$as_ac_var'}'`
17905 + { echo "$as_me:$LINENO: result: $ac_res" >&5
17906 +echo "${ECHO_T}$ac_res" >&6; }
17907 if test `eval echo '${'$as_ac_var'}'` = yes; then
17909 cat >>confdefs.h <<_ACEOF
17910 @@ -15763,8 +18185,8 @@
17914 -echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
17915 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
17916 +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
17917 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
17918 if test "${ac_cv_c_stack_direction+set}" = set; then
17919 echo $ECHO_N "(cached) $ECHO_C" >&6
17921 @@ -15777,6 +18199,7 @@
17922 cat confdefs.h >>conftest.$ac_ext
17923 cat >>conftest.$ac_ext <<_ACEOF
17924 /* end confdefs.h. */
17925 +$ac_includes_default
17927 find_stack_direction ()
17929 @@ -15794,17 +18217,26 @@
17933 - exit (find_stack_direction () < 0);
17934 + return find_stack_direction () < 0;
17937 rm -f conftest$ac_exeext
17938 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17939 - (eval $ac_link) 2>&5
17940 +if { (ac_try="$ac_link"
17941 +case "(($ac_try" in
17942 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17943 + *) ac_try_echo=$ac_try;;
17945 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17946 + (eval "$ac_link") 2>&5
17948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17949 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17950 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17951 - (eval $ac_try) 2>&5
17952 + { (case "(($ac_try" in
17953 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17954 + *) ac_try_echo=$ac_try;;
17956 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17957 + (eval "$ac_try") 2>&5
17959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960 (exit $ac_status); }; }; then
17961 @@ -15817,11 +18249,13 @@
17962 ( exit $ac_status )
17963 ac_cv_c_stack_direction=-1
17965 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17966 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17971 -echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
17972 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
17973 +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
17974 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
17976 cat >>confdefs.h <<_ACEOF
17977 #define STACK_DIRECTION $ac_cv_c_stack_direction
17978 @@ -15835,18 +18269,19 @@
17979 for ac_header in stdlib.h unistd.h
17981 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17982 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
17983 - echo "$as_me:$LINENO: checking for $ac_header" >&5
17984 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17985 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
17986 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17987 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
17988 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17989 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17990 echo $ECHO_N "(cached) $ECHO_C" >&6
17992 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17993 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17994 +ac_res=`eval echo '${'$as_ac_Header'}'`
17995 + { echo "$as_me:$LINENO: result: $ac_res" >&5
17996 +echo "${ECHO_T}$ac_res" >&6; }
17998 # Is the header compilable?
17999 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
18000 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18001 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
18002 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18003 cat >conftest.$ac_ext <<_ACEOF
18006 @@ -15857,24 +18292,36 @@
18007 #include <$ac_header>
18009 rm -f conftest.$ac_objext
18010 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18011 - (eval $ac_compile) 2>conftest.er1
18012 +if { (ac_try="$ac_compile"
18013 +case "(($ac_try" in
18014 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18015 + *) ac_try_echo=$ac_try;;
18017 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18018 + (eval "$ac_compile") 2>conftest.er1
18020 grep -v '^ *+' conftest.er1 >conftest.err
18022 cat conftest.err >&5
18023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18024 (exit $ac_status); } &&
18025 - { ac_try='test -z "$ac_c_werror_flag"
18026 - || test ! -s conftest.err'
18027 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18028 - (eval $ac_try) 2>&5
18029 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18030 + { (case "(($ac_try" in
18031 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18032 + *) ac_try_echo=$ac_try;;
18034 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18035 + (eval "$ac_try") 2>&5
18037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18038 (exit $ac_status); }; } &&
18039 { ac_try='test -s conftest.$ac_objext'
18040 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18041 - (eval $ac_try) 2>&5
18042 + { (case "(($ac_try" in
18043 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18044 + *) ac_try_echo=$ac_try;;
18046 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18047 + (eval "$ac_try") 2>&5
18049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050 (exit $ac_status); }; }; then
18051 @@ -15883,15 +18330,16 @@
18052 echo "$as_me: failed program was:" >&5
18053 sed 's/^/| /' conftest.$ac_ext >&5
18055 -ac_header_compiler=no
18056 + ac_header_compiler=no
18058 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18059 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18060 -echo "${ECHO_T}$ac_header_compiler" >&6
18062 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18063 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18064 +echo "${ECHO_T}$ac_header_compiler" >&6; }
18066 # Is the header present?
18067 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
18068 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18069 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
18070 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18071 cat >conftest.$ac_ext <<_ACEOF
18074 @@ -15900,8 +18348,13 @@
18075 /* end confdefs.h. */
18076 #include <$ac_header>
18078 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18079 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18080 +if { (ac_try="$ac_cpp conftest.$ac_ext"
18081 +case "(($ac_try" in
18082 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18083 + *) ac_try_echo=$ac_try;;
18085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18088 grep -v '^ *+' conftest.er1 >conftest.err
18090 @@ -15925,9 +18378,10 @@
18092 ac_header_preproc=no
18095 rm -f conftest.err conftest.$ac_ext
18096 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18097 -echo "${ECHO_T}$ac_header_preproc" >&6
18098 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18099 +echo "${ECHO_T}$ac_header_preproc" >&6; }
18101 # So? What about this header?
18102 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18103 @@ -15951,25 +18405,19 @@
18104 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18105 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18106 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18109 -## ------------------------------------------ ##
18110 -## Report this to the AC_PACKAGE_NAME lists. ##
18111 -## ------------------------------------------ ##
18114 - sed "s/^/$as_me: WARNING: /" >&2
18118 -echo "$as_me:$LINENO: checking for $ac_header" >&5
18119 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18120 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
18121 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
18122 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18123 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18124 echo $ECHO_N "(cached) $ECHO_C" >&6
18126 eval "$as_ac_Header=\$ac_header_preproc"
18128 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18129 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18130 +ac_res=`eval echo '${'$as_ac_Header'}'`
18131 + { echo "$as_me:$LINENO: result: $ac_res" >&5
18132 +echo "${ECHO_T}$ac_res" >&6; }
18135 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18136 @@ -15985,9 +18433,9 @@
18137 for ac_func in getpagesize
18139 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18140 -echo "$as_me:$LINENO: checking for $ac_func" >&5
18141 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18142 -if eval "test \"\${$as_ac_var+set}\" = set"; then
18143 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
18144 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18145 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18146 echo $ECHO_N "(cached) $ECHO_C" >&6
18148 cat >conftest.$ac_ext <<_ACEOF
18149 @@ -16013,53 +18461,59 @@
18153 -/* Override any gcc2 internal prototype to avoid an error. */
18154 +/* Override any GCC internal prototype to avoid an error.
18155 + Use char because int might match the return type of a GCC
18156 + builtin and then its argument prototype would still apply. */
18161 -/* We use char because int might match the return type of a gcc2
18162 - builtin and then its argument prototype would still apply. */
18164 /* The GNU C library defines this for functions which it implements
18165 to always fail with ENOSYS. Some functions are actually named
18166 something starting with __ and the normal name is an alias. */
18167 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18168 +#if defined __stub_$ac_func || defined __stub___$ac_func
18171 -char (*f) () = $ac_func;
18173 -#ifdef __cplusplus
18180 -return f != $ac_func;
18181 +return $ac_func ();
18186 rm -f conftest.$ac_objext conftest$ac_exeext
18187 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18188 - (eval $ac_link) 2>conftest.er1
18189 +if { (ac_try="$ac_link"
18190 +case "(($ac_try" in
18191 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18192 + *) ac_try_echo=$ac_try;;
18194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18195 + (eval "$ac_link") 2>conftest.er1
18197 grep -v '^ *+' conftest.er1 >conftest.err
18199 cat conftest.err >&5
18200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18201 (exit $ac_status); } &&
18202 - { ac_try='test -z "$ac_c_werror_flag"
18203 - || test ! -s conftest.err'
18204 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18205 - (eval $ac_try) 2>&5
18206 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18207 + { (case "(($ac_try" in
18208 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18209 + *) ac_try_echo=$ac_try;;
18211 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18212 + (eval "$ac_try") 2>&5
18214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215 (exit $ac_status); }; } &&
18216 { ac_try='test -s conftest$ac_exeext'
18217 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18218 - (eval $ac_try) 2>&5
18219 + { (case "(($ac_try" in
18220 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18221 + *) ac_try_echo=$ac_try;;
18223 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18224 + (eval "$ac_try") 2>&5
18226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18227 (exit $ac_status); }; }; then
18228 @@ -16068,13 +18522,15 @@
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18232 -eval "$as_ac_var=no"
18233 + eval "$as_ac_var=no"
18235 -rm -f conftest.err conftest.$ac_objext \
18237 +rm -f core conftest.err conftest.$ac_objext \
18238 conftest$ac_exeext conftest.$ac_ext
18240 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18241 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18242 +ac_res=`eval echo '${'$as_ac_var'}'`
18243 + { echo "$as_me:$LINENO: result: $ac_res" >&5
18244 +echo "${ECHO_T}$ac_res" >&6; }
18245 if test `eval echo '${'$as_ac_var'}'` = yes; then
18246 cat >>confdefs.h <<_ACEOF
18247 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18248 @@ -16083,8 +18539,8 @@
18252 -echo "$as_me:$LINENO: checking for working mmap" >&5
18253 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
18254 +{ echo "$as_me:$LINENO: checking for working mmap" >&5
18255 +echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
18256 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
18257 echo $ECHO_N "(cached) $ECHO_C" >&6
18259 @@ -16179,15 +18635,15 @@
18260 /* First, make a file with some known garbage in it. */
18261 data = (char *) malloc (pagesize);
18265 for (i = 0; i < pagesize; ++i)
18266 *(data + i) = rand ();
18268 fd = creat ("conftest.mmap", 0600);
18272 if (write (fd, data, pagesize) != pagesize)
18277 /* Next, try to mmap the file at a fixed address which already has
18278 @@ -16195,17 +18651,17 @@
18279 we see the same garbage. */
18280 fd = open ("conftest.mmap", O_RDWR);
18284 data2 = (char *) malloc (2 * pagesize);
18287 - data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
18289 + data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
18290 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
18291 MAP_PRIVATE | MAP_FIXED, fd, 0L))
18294 for (i = 0; i < pagesize; ++i)
18295 if (*(data + i) != *(data2 + i))
18299 /* Finally, make sure that changes to the mapped area do not
18300 percolate back to the file as seen by read(). (This is a bug on
18301 @@ -16214,24 +18670,33 @@
18302 *(data2 + i) = *(data2 + i) + 1;
18303 data3 = (char *) malloc (pagesize);
18307 if (read (fd, data3, pagesize) != pagesize)
18310 for (i = 0; i < pagesize; ++i)
18311 if (*(data + i) != *(data3 + i))
18319 rm -f conftest$ac_exeext
18320 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18321 - (eval $ac_link) 2>&5
18322 +if { (ac_try="$ac_link"
18323 +case "(($ac_try" in
18324 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18325 + *) ac_try_echo=$ac_try;;
18327 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18328 + (eval "$ac_link") 2>&5
18330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18331 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18332 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18333 - (eval $ac_try) 2>&5
18334 + { (case "(($ac_try" in
18335 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18336 + *) ac_try_echo=$ac_try;;
18338 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18339 + (eval "$ac_try") 2>&5
18341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18342 (exit $ac_status); }; }; then
18343 @@ -16244,11 +18709,13 @@
18344 ( exit $ac_status )
18345 ac_cv_func_mmap_fixed_mapped=no
18347 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18348 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18353 -echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
18354 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
18355 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
18356 +echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
18357 if test $ac_cv_func_mmap_fixed_mapped = yes; then
18359 cat >>confdefs.h <<\_ACEOF
18360 @@ -16259,8 +18726,8 @@
18361 rm -f conftest.mmap
18364 - echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
18365 -echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6
18366 + { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
18367 +echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; }
18368 if test "${ac_cv_gnu_library_2_1+set}" = set; then
18369 echo $ECHO_N "(cached) $ECHO_C" >&6
18371 @@ -16290,8 +18757,8 @@
18375 -echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
18376 -echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6
18377 +{ echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
18378 +echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; }
18380 GLIBC21="$ac_cv_gnu_library_2_1"
18382 @@ -16311,18 +18778,19 @@
18383 stdlib.h string.h unistd.h sys/param.h
18385 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18386 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
18387 - echo "$as_me:$LINENO: checking for $ac_header" >&5
18388 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18389 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
18390 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18391 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
18392 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18393 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18394 echo $ECHO_N "(cached) $ECHO_C" >&6
18396 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18397 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18398 +ac_res=`eval echo '${'$as_ac_Header'}'`
18399 + { echo "$as_me:$LINENO: result: $ac_res" >&5
18400 +echo "${ECHO_T}$ac_res" >&6; }
18402 # Is the header compilable?
18403 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
18404 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18405 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
18406 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18407 cat >conftest.$ac_ext <<_ACEOF
18410 @@ -16333,24 +18801,36 @@
18411 #include <$ac_header>
18413 rm -f conftest.$ac_objext
18414 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18415 - (eval $ac_compile) 2>conftest.er1
18416 +if { (ac_try="$ac_compile"
18417 +case "(($ac_try" in
18418 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18419 + *) ac_try_echo=$ac_try;;
18421 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18422 + (eval "$ac_compile") 2>conftest.er1
18424 grep -v '^ *+' conftest.er1 >conftest.err
18426 cat conftest.err >&5
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); } &&
18429 - { ac_try='test -z "$ac_c_werror_flag"
18430 - || test ! -s conftest.err'
18431 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18432 - (eval $ac_try) 2>&5
18433 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18434 + { (case "(($ac_try" in
18435 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436 + *) ac_try_echo=$ac_try;;
18438 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439 + (eval "$ac_try") 2>&5
18441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18442 (exit $ac_status); }; } &&
18443 { ac_try='test -s conftest.$ac_objext'
18444 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18445 - (eval $ac_try) 2>&5
18446 + { (case "(($ac_try" in
18447 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18448 + *) ac_try_echo=$ac_try;;
18450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18451 + (eval "$ac_try") 2>&5
18453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18454 (exit $ac_status); }; }; then
18455 @@ -16359,15 +18839,16 @@
18456 echo "$as_me: failed program was:" >&5
18457 sed 's/^/| /' conftest.$ac_ext >&5
18459 -ac_header_compiler=no
18460 + ac_header_compiler=no
18462 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18463 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18464 -echo "${ECHO_T}$ac_header_compiler" >&6
18466 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18467 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18468 +echo "${ECHO_T}$ac_header_compiler" >&6; }
18470 # Is the header present?
18471 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
18472 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18473 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
18474 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18475 cat >conftest.$ac_ext <<_ACEOF
18478 @@ -16376,8 +18857,13 @@
18479 /* end confdefs.h. */
18480 #include <$ac_header>
18482 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18483 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18484 +if { (ac_try="$ac_cpp conftest.$ac_ext"
18485 +case "(($ac_try" in
18486 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18487 + *) ac_try_echo=$ac_try;;
18489 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18490 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18492 grep -v '^ *+' conftest.er1 >conftest.err
18494 @@ -16401,9 +18887,10 @@
18496 ac_header_preproc=no
18499 rm -f conftest.err conftest.$ac_ext
18500 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18501 -echo "${ECHO_T}$ac_header_preproc" >&6
18502 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18503 +echo "${ECHO_T}$ac_header_preproc" >&6; }
18505 # So? What about this header?
18506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18507 @@ -16427,25 +18914,19 @@
18508 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18509 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18510 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18513 -## ------------------------------------------ ##
18514 -## Report this to the AC_PACKAGE_NAME lists. ##
18515 -## ------------------------------------------ ##
18518 - sed "s/^/$as_me: WARNING: /" >&2
18522 -echo "$as_me:$LINENO: checking for $ac_header" >&5
18523 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18524 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
18525 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
18526 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18527 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18528 echo $ECHO_N "(cached) $ECHO_C" >&6
18530 eval "$as_ac_Header=\$ac_header_preproc"
18532 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18533 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18534 +ac_res=`eval echo '${'$as_ac_Header'}'`
18535 + { echo "$as_me:$LINENO: result: $ac_res" >&5
18536 +echo "${ECHO_T}$ac_res" >&6; }
18539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18540 @@ -16483,9 +18964,9 @@
18541 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
18543 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18544 -echo "$as_me:$LINENO: checking for $ac_func" >&5
18545 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18546 -if eval "test \"\${$as_ac_var+set}\" = set"; then
18547 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
18548 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18549 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18550 echo $ECHO_N "(cached) $ECHO_C" >&6
18552 cat >conftest.$ac_ext <<_ACEOF
18553 @@ -16511,53 +18992,59 @@
18557 -/* Override any gcc2 internal prototype to avoid an error. */
18558 +/* Override any GCC internal prototype to avoid an error.
18559 + Use char because int might match the return type of a GCC
18560 + builtin and then its argument prototype would still apply. */
18565 -/* We use char because int might match the return type of a gcc2
18566 - builtin and then its argument prototype would still apply. */
18568 /* The GNU C library defines this for functions which it implements
18569 to always fail with ENOSYS. Some functions are actually named
18570 something starting with __ and the normal name is an alias. */
18571 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18572 +#if defined __stub_$ac_func || defined __stub___$ac_func
18575 -char (*f) () = $ac_func;
18577 -#ifdef __cplusplus
18584 -return f != $ac_func;
18585 +return $ac_func ();
18590 rm -f conftest.$ac_objext conftest$ac_exeext
18591 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18592 - (eval $ac_link) 2>conftest.er1
18593 +if { (ac_try="$ac_link"
18594 +case "(($ac_try" in
18595 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18596 + *) ac_try_echo=$ac_try;;
18598 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18599 + (eval "$ac_link") 2>conftest.er1
18601 grep -v '^ *+' conftest.er1 >conftest.err
18603 cat conftest.err >&5
18604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18605 (exit $ac_status); } &&
18606 - { ac_try='test -z "$ac_c_werror_flag"
18607 - || test ! -s conftest.err'
18608 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18609 - (eval $ac_try) 2>&5
18610 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18611 + { (case "(($ac_try" in
18612 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18613 + *) ac_try_echo=$ac_try;;
18615 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18616 + (eval "$ac_try") 2>&5
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); }; } &&
18620 { ac_try='test -s conftest$ac_exeext'
18621 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18622 - (eval $ac_try) 2>&5
18623 + { (case "(($ac_try" in
18624 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18625 + *) ac_try_echo=$ac_try;;
18627 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18628 + (eval "$ac_try") 2>&5
18630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18631 (exit $ac_status); }; }; then
18632 @@ -16566,13 +19053,15 @@
18633 echo "$as_me: failed program was:" >&5
18634 sed 's/^/| /' conftest.$ac_ext >&5
18636 -eval "$as_ac_var=no"
18637 + eval "$as_ac_var=no"
18639 -rm -f conftest.err conftest.$ac_objext \
18641 +rm -f core conftest.err conftest.$ac_objext \
18642 conftest$ac_exeext conftest.$ac_ext
18644 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18645 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18646 +ac_res=`eval echo '${'$as_ac_var'}'`
18647 + { echo "$as_me:$LINENO: result: $ac_res" >&5
18648 +echo "${ECHO_T}$ac_res" >&6; }
18649 if test `eval echo '${'$as_ac_var'}'` = yes; then
18650 cat >>confdefs.h <<_ACEOF
18651 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18652 @@ -16585,19 +19074,19 @@
18656 -# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
18657 +# Check whether --with-libiconv-prefix was given.
18658 if test "${with_libiconv_prefix+set}" = set; then
18659 - withval="$with_libiconv_prefix"
18661 + withval=$with_libiconv_prefix;
18662 for dir in `echo "$withval" | tr : ' '`; do
18663 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
18664 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
18671 - echo "$as_me:$LINENO: checking for iconv" >&5
18672 -echo $ECHO_N "checking for iconv... $ECHO_C" >&6
18673 + { echo "$as_me:$LINENO: checking for iconv" >&5
18674 +echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
18675 if test "${am_cv_func_iconv+set}" = set; then
18676 echo $ECHO_N "(cached) $ECHO_C" >&6
18678 @@ -16623,24 +19112,36 @@
18681 rm -f conftest.$ac_objext conftest$ac_exeext
18682 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18683 - (eval $ac_link) 2>conftest.er1
18684 +if { (ac_try="$ac_link"
18685 +case "(($ac_try" in
18686 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18687 + *) ac_try_echo=$ac_try;;
18689 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 + (eval "$ac_link") 2>conftest.er1
18692 grep -v '^ *+' conftest.er1 >conftest.err
18694 cat conftest.err >&5
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); } &&
18697 - { ac_try='test -z "$ac_c_werror_flag"
18698 - || test ! -s conftest.err'
18699 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18700 - (eval $ac_try) 2>&5
18701 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18702 + { (case "(($ac_try" in
18703 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18704 + *) ac_try_echo=$ac_try;;
18706 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18707 + (eval "$ac_try") 2>&5
18709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18710 (exit $ac_status); }; } &&
18711 { ac_try='test -s conftest$ac_exeext'
18712 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18713 - (eval $ac_try) 2>&5
18714 + { (case "(($ac_try" in
18715 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18716 + *) ac_try_echo=$ac_try;;
18718 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18719 + (eval "$ac_try") 2>&5
18721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18722 (exit $ac_status); }; }; then
18723 @@ -16649,8 +19150,10 @@
18724 echo "$as_me: failed program was:" >&5
18725 sed 's/^/| /' conftest.$ac_ext >&5
18729 -rm -f conftest.err conftest.$ac_objext \
18731 +rm -f core conftest.err conftest.$ac_objext \
18732 conftest$ac_exeext conftest.$ac_ext
18733 if test "$am_cv_func_iconv" != yes; then
18734 am_save_LIBS="$LIBS"
18735 @@ -16674,24 +19177,36 @@
18738 rm -f conftest.$ac_objext conftest$ac_exeext
18739 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18740 - (eval $ac_link) 2>conftest.er1
18741 +if { (ac_try="$ac_link"
18742 +case "(($ac_try" in
18743 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18744 + *) ac_try_echo=$ac_try;;
18746 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18747 + (eval "$ac_link") 2>conftest.er1
18749 grep -v '^ *+' conftest.er1 >conftest.err
18751 cat conftest.err >&5
18752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); } &&
18754 - { ac_try='test -z "$ac_c_werror_flag"
18755 - || test ! -s conftest.err'
18756 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18757 - (eval $ac_try) 2>&5
18758 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18759 + { (case "(($ac_try" in
18760 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18761 + *) ac_try_echo=$ac_try;;
18763 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18764 + (eval "$ac_try") 2>&5
18766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767 (exit $ac_status); }; } &&
18768 { ac_try='test -s conftest$ac_exeext'
18769 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18770 - (eval $ac_try) 2>&5
18771 + { (case "(($ac_try" in
18772 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18773 + *) ac_try_echo=$ac_try;;
18775 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18776 + (eval "$ac_try") 2>&5
18778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18779 (exit $ac_status); }; }; then
18780 @@ -16701,23 +19216,25 @@
18781 echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18786 -rm -f conftest.err conftest.$ac_objext \
18788 +rm -f core conftest.err conftest.$ac_objext \
18789 conftest$ac_exeext conftest.$ac_ext
18790 LIBS="$am_save_LIBS"
18794 -echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
18795 -echo "${ECHO_T}$am_cv_func_iconv" >&6
18796 +{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
18797 +echo "${ECHO_T}$am_cv_func_iconv" >&6; }
18798 if test "$am_cv_func_iconv" = yes; then
18800 cat >>confdefs.h <<\_ACEOF
18801 #define HAVE_ICONV 1
18804 - echo "$as_me:$LINENO: checking for iconv declaration" >&5
18805 -echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
18806 + { echo "$as_me:$LINENO: checking for iconv declaration" >&5
18807 +echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; }
18808 if test "${am_cv_proto_iconv+set}" = set; then
18809 echo $ECHO_N "(cached) $ECHO_C" >&6
18811 @@ -16750,24 +19267,36 @@
18814 rm -f conftest.$ac_objext
18815 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18816 - (eval $ac_compile) 2>conftest.er1
18817 +if { (ac_try="$ac_compile"
18818 +case "(($ac_try" in
18819 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18820 + *) ac_try_echo=$ac_try;;
18822 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18823 + (eval "$ac_compile") 2>conftest.er1
18825 grep -v '^ *+' conftest.er1 >conftest.err
18827 cat conftest.err >&5
18828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18829 (exit $ac_status); } &&
18830 - { ac_try='test -z "$ac_c_werror_flag"
18831 - || test ! -s conftest.err'
18832 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18833 - (eval $ac_try) 2>&5
18834 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18835 + { (case "(($ac_try" in
18836 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18837 + *) ac_try_echo=$ac_try;;
18839 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18840 + (eval "$ac_try") 2>&5
18842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18843 (exit $ac_status); }; } &&
18844 { ac_try='test -s conftest.$ac_objext'
18845 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18846 - (eval $ac_try) 2>&5
18847 + { (case "(($ac_try" in
18848 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18849 + *) ac_try_echo=$ac_try;;
18851 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18852 + (eval "$ac_try") 2>&5
18854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); }; }; then
18856 @@ -16776,17 +19305,18 @@
18857 echo "$as_me: failed program was:" >&5
18858 sed 's/^/| /' conftest.$ac_ext >&5
18860 -am_cv_proto_iconv_arg1="const"
18861 + am_cv_proto_iconv_arg1="const"
18863 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18865 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18866 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
18869 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
18870 - echo "$as_me:$LINENO: result: ${ac_t:-
18871 + { echo "$as_me:$LINENO: result: ${ac_t:-
18872 }$am_cv_proto_iconv" >&5
18873 echo "${ECHO_T}${ac_t:-
18874 - }$am_cv_proto_iconv" >&6
18875 + }$am_cv_proto_iconv" >&6; }
18877 cat >>confdefs.h <<_ACEOF
18878 #define ICONV_CONST $am_cv_proto_iconv_arg1
18879 @@ -16800,8 +19330,8 @@
18883 - echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
18884 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
18885 + { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
18886 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
18887 if test "${am_cv_langinfo_codeset+set}" = set; then
18888 echo $ECHO_N "(cached) $ECHO_C" >&6
18890 @@ -16821,24 +19351,36 @@
18893 rm -f conftest.$ac_objext conftest$ac_exeext
18894 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18895 - (eval $ac_link) 2>conftest.er1
18896 +if { (ac_try="$ac_link"
18897 +case "(($ac_try" in
18898 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18899 + *) ac_try_echo=$ac_try;;
18901 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18902 + (eval "$ac_link") 2>conftest.er1
18904 grep -v '^ *+' conftest.er1 >conftest.err
18906 cat conftest.err >&5
18907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18908 (exit $ac_status); } &&
18909 - { ac_try='test -z "$ac_c_werror_flag"
18910 - || test ! -s conftest.err'
18911 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18912 - (eval $ac_try) 2>&5
18913 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18914 + { (case "(($ac_try" in
18915 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18916 + *) ac_try_echo=$ac_try;;
18918 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18919 + (eval "$ac_try") 2>&5
18921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922 (exit $ac_status); }; } &&
18923 { ac_try='test -s conftest$ac_exeext'
18924 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18925 - (eval $ac_try) 2>&5
18926 + { (case "(($ac_try" in
18927 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18928 + *) ac_try_echo=$ac_try;;
18930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 + (eval "$ac_try") 2>&5
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); }; }; then
18935 @@ -16847,14 +19389,15 @@
18936 echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.$ac_ext >&5
18939 -am_cv_langinfo_codeset=no
18940 + am_cv_langinfo_codeset=no
18942 -rm -f conftest.err conftest.$ac_objext \
18944 +rm -f core conftest.err conftest.$ac_objext \
18945 conftest$ac_exeext conftest.$ac_ext
18948 -echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
18949 -echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
18950 +{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
18951 +echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; }
18952 if test $am_cv_langinfo_codeset = yes; then
18954 cat >>confdefs.h <<\_ACEOF
18955 @@ -16864,8 +19407,8 @@
18958 if test $ac_cv_header_locale_h = yes; then
18959 - echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
18960 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
18961 + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
18962 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
18963 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
18964 echo $ECHO_N "(cached) $ECHO_C" >&6
18966 @@ -16885,24 +19428,36 @@
18969 rm -f conftest.$ac_objext conftest$ac_exeext
18970 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18971 - (eval $ac_link) 2>conftest.er1
18972 +if { (ac_try="$ac_link"
18973 +case "(($ac_try" in
18974 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18975 + *) ac_try_echo=$ac_try;;
18977 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18978 + (eval "$ac_link") 2>conftest.er1
18980 grep -v '^ *+' conftest.er1 >conftest.err
18982 cat conftest.err >&5
18983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18984 (exit $ac_status); } &&
18985 - { ac_try='test -z "$ac_c_werror_flag"
18986 - || test ! -s conftest.err'
18987 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18988 - (eval $ac_try) 2>&5
18989 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18990 + { (case "(($ac_try" in
18991 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18992 + *) ac_try_echo=$ac_try;;
18994 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18995 + (eval "$ac_try") 2>&5
18997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18998 (exit $ac_status); }; } &&
18999 { ac_try='test -s conftest$ac_exeext'
19000 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19001 - (eval $ac_try) 2>&5
19002 + { (case "(($ac_try" in
19003 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19004 + *) ac_try_echo=$ac_try;;
19006 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19007 + (eval "$ac_try") 2>&5
19009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19010 (exit $ac_status); }; }; then
19011 @@ -16911,13 +19466,14 @@
19012 echo "$as_me: failed program was:" >&5
19013 sed 's/^/| /' conftest.$ac_ext >&5
19015 -am_cv_val_LC_MESSAGES=no
19016 + am_cv_val_LC_MESSAGES=no
19018 -rm -f conftest.err conftest.$ac_objext \
19020 +rm -f core conftest.err conftest.$ac_objext \
19021 conftest$ac_exeext conftest.$ac_ext
19023 -echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
19024 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
19025 +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
19026 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
19027 if test $am_cv_val_LC_MESSAGES = yes; then
19029 cat >>confdefs.h <<\_ACEOF
19030 @@ -16926,17 +19482,17 @@
19034 - echo "$as_me:$LINENO: checking whether NLS is requested" >&5
19035 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
19036 - # Check whether --enable-nls or --disable-nls was given.
19037 + { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
19038 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
19039 + # Check whether --enable-nls was given.
19040 if test "${enable_nls+set}" = set; then
19041 - enableval="$enable_nls"
19042 - USE_NLS=$enableval
19043 + enableval=$enable_nls; USE_NLS=$enableval
19047 - echo "$as_me:$LINENO: result: $USE_NLS" >&5
19048 -echo "${ECHO_T}$USE_NLS" >&6
19051 + { echo "$as_me:$LINENO: result: $USE_NLS" >&5
19052 +echo "${ECHO_T}$USE_NLS" >&6; }
19055 BUILD_INCLUDED_LIBINTL=no
19056 @@ -16949,18 +19505,18 @@
19057 #define ENABLE_NLS 1
19060 - echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
19061 -echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
19062 + { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
19063 +echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; }
19065 -# Check whether --with-included-gettext or --without-included-gettext was given.
19066 +# Check whether --with-included-gettext was given.
19067 if test "${with_included_gettext+set}" = set; then
19068 - withval="$with_included_gettext"
19069 - nls_cv_force_use_gnu_gettext=$withval
19070 + withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
19072 nls_cv_force_use_gnu_gettext=no
19074 - echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
19075 -echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
19078 + { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
19079 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; }
19081 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
19082 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
19083 @@ -16970,17 +19526,17 @@
19086 if test "${ac_cv_header_libintl_h+set}" = set; then
19087 - echo "$as_me:$LINENO: checking for libintl.h" >&5
19088 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
19089 + { echo "$as_me:$LINENO: checking for libintl.h" >&5
19090 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
19091 if test "${ac_cv_header_libintl_h+set}" = set; then
19092 echo $ECHO_N "(cached) $ECHO_C" >&6
19094 -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
19095 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
19096 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
19097 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
19099 # Is the header compilable?
19100 -echo "$as_me:$LINENO: checking libintl.h usability" >&5
19101 -echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
19102 +{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
19103 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
19104 cat >conftest.$ac_ext <<_ACEOF
19107 @@ -16991,24 +19547,36 @@
19108 #include <libintl.h>
19110 rm -f conftest.$ac_objext
19111 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19112 - (eval $ac_compile) 2>conftest.er1
19113 +if { (ac_try="$ac_compile"
19114 +case "(($ac_try" in
19115 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19116 + *) ac_try_echo=$ac_try;;
19118 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19119 + (eval "$ac_compile") 2>conftest.er1
19121 grep -v '^ *+' conftest.er1 >conftest.err
19123 cat conftest.err >&5
19124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19125 (exit $ac_status); } &&
19126 - { ac_try='test -z "$ac_c_werror_flag"
19127 - || test ! -s conftest.err'
19128 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19129 - (eval $ac_try) 2>&5
19130 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19131 + { (case "(($ac_try" in
19132 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19133 + *) ac_try_echo=$ac_try;;
19135 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19136 + (eval "$ac_try") 2>&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); }; } &&
19140 { ac_try='test -s conftest.$ac_objext'
19141 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19142 - (eval $ac_try) 2>&5
19143 + { (case "(($ac_try" in
19144 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19145 + *) ac_try_echo=$ac_try;;
19147 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19148 + (eval "$ac_try") 2>&5
19150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19151 (exit $ac_status); }; }; then
19152 @@ -17017,15 +19585,16 @@
19153 echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 -ac_header_compiler=no
19157 + ac_header_compiler=no
19159 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19160 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19161 -echo "${ECHO_T}$ac_header_compiler" >&6
19163 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19164 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19165 +echo "${ECHO_T}$ac_header_compiler" >&6; }
19167 # Is the header present?
19168 -echo "$as_me:$LINENO: checking libintl.h presence" >&5
19169 -echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
19170 +{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
19171 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
19172 cat >conftest.$ac_ext <<_ACEOF
19175 @@ -17034,8 +19603,13 @@
19176 /* end confdefs.h. */
19177 #include <libintl.h>
19179 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19180 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19181 +if { (ac_try="$ac_cpp conftest.$ac_ext"
19182 +case "(($ac_try" in
19183 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19184 + *) ac_try_echo=$ac_try;;
19186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19187 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19189 grep -v '^ *+' conftest.er1 >conftest.err
19191 @@ -17059,9 +19633,10 @@
19193 ac_header_preproc=no
19196 rm -f conftest.err conftest.$ac_ext
19197 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19198 -echo "${ECHO_T}$ac_header_preproc" >&6
19199 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19200 +echo "${ECHO_T}$ac_header_preproc" >&6; }
19202 # So? What about this header?
19203 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19204 @@ -17085,30 +19660,23 @@
19205 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
19206 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
19207 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
19210 -## ------------------------------------------ ##
19211 -## Report this to the AC_PACKAGE_NAME lists. ##
19212 -## ------------------------------------------ ##
19215 - sed "s/^/$as_me: WARNING: /" >&2
19219 -echo "$as_me:$LINENO: checking for libintl.h" >&5
19220 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
19221 +{ echo "$as_me:$LINENO: checking for libintl.h" >&5
19222 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
19223 if test "${ac_cv_header_libintl_h+set}" = set; then
19224 echo $ECHO_N "(cached) $ECHO_C" >&6
19226 ac_cv_header_libintl_h=$ac_header_preproc
19228 -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
19229 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
19230 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
19231 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
19234 if test $ac_cv_header_libintl_h = yes; then
19235 - echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
19236 -echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
19237 + { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
19238 +echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
19239 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
19240 echo $ECHO_N "(cached) $ECHO_C" >&6
19242 @@ -17130,24 +19698,36 @@
19245 rm -f conftest.$ac_objext conftest$ac_exeext
19246 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19247 - (eval $ac_link) 2>conftest.er1
19248 +if { (ac_try="$ac_link"
19249 +case "(($ac_try" in
19250 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19251 + *) ac_try_echo=$ac_try;;
19253 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19254 + (eval "$ac_link") 2>conftest.er1
19256 grep -v '^ *+' conftest.er1 >conftest.err
19258 cat conftest.err >&5
19259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19260 (exit $ac_status); } &&
19261 - { ac_try='test -z "$ac_c_werror_flag"
19262 - || test ! -s conftest.err'
19263 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19264 - (eval $ac_try) 2>&5
19265 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19266 + { (case "(($ac_try" in
19267 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19268 + *) ac_try_echo=$ac_try;;
19270 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19271 + (eval "$ac_try") 2>&5
19273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19274 (exit $ac_status); }; } &&
19275 { ac_try='test -s conftest$ac_exeext'
19276 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19277 - (eval $ac_try) 2>&5
19278 + { (case "(($ac_try" in
19279 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19280 + *) ac_try_echo=$ac_try;;
19282 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19283 + (eval "$ac_try") 2>&5
19285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19286 (exit $ac_status); }; }; then
19287 @@ -17156,17 +19736,18 @@
19288 echo "$as_me: failed program was:" >&5
19289 sed 's/^/| /' conftest.$ac_ext >&5
19291 -gt_cv_func_gnugettext1_libc=no
19292 + gt_cv_func_gnugettext1_libc=no
19294 -rm -f conftest.err conftest.$ac_objext \
19296 +rm -f core conftest.err conftest.$ac_objext \
19297 conftest$ac_exeext conftest.$ac_ext
19299 -echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
19300 -echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
19301 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
19302 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
19304 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
19305 - echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
19306 -echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
19307 + { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
19308 +echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
19309 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
19310 echo $ECHO_N "(cached) $ECHO_C" >&6
19312 @@ -17190,24 +19771,36 @@
19315 rm -f conftest.$ac_objext conftest$ac_exeext
19316 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19317 - (eval $ac_link) 2>conftest.er1
19318 +if { (ac_try="$ac_link"
19319 +case "(($ac_try" in
19320 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19321 + *) ac_try_echo=$ac_try;;
19323 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19324 + (eval "$ac_link") 2>conftest.er1
19326 grep -v '^ *+' conftest.er1 >conftest.err
19328 cat conftest.err >&5
19329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330 (exit $ac_status); } &&
19331 - { ac_try='test -z "$ac_c_werror_flag"
19332 - || test ! -s conftest.err'
19333 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19334 - (eval $ac_try) 2>&5
19335 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19336 + { (case "(($ac_try" in
19337 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19338 + *) ac_try_echo=$ac_try;;
19340 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19341 + (eval "$ac_try") 2>&5
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); }; } &&
19345 { ac_try='test -s conftest$ac_exeext'
19346 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19347 - (eval $ac_try) 2>&5
19348 + { (case "(($ac_try" in
19349 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19350 + *) ac_try_echo=$ac_try;;
19352 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19353 + (eval "$ac_try") 2>&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); }; }; then
19357 @@ -17216,14 +19809,15 @@
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19361 -gt_cv_func_gnugettext1_libintl=no
19362 + gt_cv_func_gnugettext1_libintl=no
19364 -rm -f conftest.err conftest.$ac_objext \
19366 +rm -f core conftest.err conftest.$ac_objext \
19367 conftest$ac_exeext conftest.$ac_ext
19368 LIBS="$gt_save_LIBS"
19370 -echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
19371 -echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
19372 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
19373 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
19376 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
19377 @@ -17245,9 +19839,9 @@
19378 for ac_func in dcgettext
19380 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19381 -echo "$as_me:$LINENO: checking for $ac_func" >&5
19382 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19383 -if eval "test \"\${$as_ac_var+set}\" = set"; then
19384 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
19385 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19386 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19387 echo $ECHO_N "(cached) $ECHO_C" >&6
19389 cat >conftest.$ac_ext <<_ACEOF
19390 @@ -17273,53 +19867,59 @@
19394 -/* Override any gcc2 internal prototype to avoid an error. */
19395 +/* Override any GCC internal prototype to avoid an error.
19396 + Use char because int might match the return type of a GCC
19397 + builtin and then its argument prototype would still apply. */
19402 -/* We use char because int might match the return type of a gcc2
19403 - builtin and then its argument prototype would still apply. */
19405 /* The GNU C library defines this for functions which it implements
19406 to always fail with ENOSYS. Some functions are actually named
19407 something starting with __ and the normal name is an alias. */
19408 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19409 +#if defined __stub_$ac_func || defined __stub___$ac_func
19412 -char (*f) () = $ac_func;
19414 -#ifdef __cplusplus
19421 -return f != $ac_func;
19422 +return $ac_func ();
19427 rm -f conftest.$ac_objext conftest$ac_exeext
19428 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19429 - (eval $ac_link) 2>conftest.er1
19430 +if { (ac_try="$ac_link"
19431 +case "(($ac_try" in
19432 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19433 + *) ac_try_echo=$ac_try;;
19435 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19436 + (eval "$ac_link") 2>conftest.er1
19438 grep -v '^ *+' conftest.er1 >conftest.err
19440 cat conftest.err >&5
19441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19442 (exit $ac_status); } &&
19443 - { ac_try='test -z "$ac_c_werror_flag"
19444 - || test ! -s conftest.err'
19445 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19446 - (eval $ac_try) 2>&5
19447 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19448 + { (case "(($ac_try" in
19449 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19450 + *) ac_try_echo=$ac_try;;
19452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453 + (eval "$ac_try") 2>&5
19455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19456 (exit $ac_status); }; } &&
19457 { ac_try='test -s conftest$ac_exeext'
19458 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19459 - (eval $ac_try) 2>&5
19460 + { (case "(($ac_try" in
19461 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19462 + *) ac_try_echo=$ac_try;;
19464 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19465 + (eval "$ac_try") 2>&5
19467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19468 (exit $ac_status); }; }; then
19469 @@ -17328,13 +19928,15 @@
19470 echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19473 -eval "$as_ac_var=no"
19474 + eval "$as_ac_var=no"
19476 -rm -f conftest.err conftest.$ac_objext \
19478 +rm -f core conftest.err conftest.$ac_objext \
19479 conftest$ac_exeext conftest.$ac_ext
19481 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19482 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19483 +ac_res=`eval echo '${'$as_ac_var'}'`
19484 + { echo "$as_me:$LINENO: result: $ac_res" >&5
19485 +echo "${ECHO_T}$ac_res" >&6; }
19486 if test `eval echo '${'$as_ac_var'}'` = yes; then
19487 cat >>confdefs.h <<_ACEOF
19488 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19489 @@ -17347,8 +19949,8 @@
19491 # Extract the first word of "msgfmt", so it can be a program name with args.
19492 set dummy msgfmt; ac_word=$2
19493 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19494 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19495 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19496 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19497 if test "${ac_cv_path_MSGFMT+set}" = set; then
19498 echo $ECHO_N "(cached) $ECHO_C" >&6
19500 @@ -17374,17 +19976,17 @@
19502 MSGFMT="$ac_cv_path_MSGFMT"
19503 if test "$MSGFMT" != ":"; then
19504 - echo "$as_me:$LINENO: result: $MSGFMT" >&5
19505 -echo "${ECHO_T}$MSGFMT" >&6
19506 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5
19507 +echo "${ECHO_T}$MSGFMT" >&6; }
19509 - echo "$as_me:$LINENO: result: no" >&5
19510 -echo "${ECHO_T}no" >&6
19511 + { echo "$as_me:$LINENO: result: no" >&5
19512 +echo "${ECHO_T}no" >&6; }
19515 # Extract the first word of "gmsgfmt", so it can be a program name with args.
19516 set dummy gmsgfmt; ac_word=$2
19517 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19518 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19519 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19520 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19521 if test "${ac_cv_path_GMSGFMT+set}" = set; then
19522 echo $ECHO_N "(cached) $ECHO_C" >&6
19524 @@ -17399,33 +20001,34 @@
19526 test -z "$as_dir" && as_dir=.
19527 for ac_exec_ext in '' $ac_executable_extensions; do
19528 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19529 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
19530 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
19531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19538 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19542 GMSGFMT=$ac_cv_path_GMSGFMT
19544 if test -n "$GMSGFMT"; then
19545 - echo "$as_me:$LINENO: result: $GMSGFMT" >&5
19546 -echo "${ECHO_T}$GMSGFMT" >&6
19547 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
19548 +echo "${ECHO_T}$GMSGFMT" >&6; }
19550 - echo "$as_me:$LINENO: result: no" >&5
19551 -echo "${ECHO_T}no" >&6
19552 + { echo "$as_me:$LINENO: result: no" >&5
19553 +echo "${ECHO_T}no" >&6; }
19558 # Extract the first word of "xgettext", so it can be a program name with args.
19559 set dummy xgettext; ac_word=$2
19560 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19561 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19562 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19563 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19564 if test "${ac_cv_path_XGETTEXT+set}" = set; then
19565 echo $ECHO_N "(cached) $ECHO_C" >&6
19567 @@ -17451,11 +20054,11 @@
19569 XGETTEXT="$ac_cv_path_XGETTEXT"
19570 if test "$XGETTEXT" != ":"; then
19571 - echo "$as_me:$LINENO: result: $XGETTEXT" >&5
19572 -echo "${ECHO_T}$XGETTEXT" >&6
19573 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
19574 +echo "${ECHO_T}$XGETTEXT" >&6; }
19576 - echo "$as_me:$LINENO: result: no" >&5
19577 -echo "${ECHO_T}no" >&6
19578 + { echo "$as_me:$LINENO: result: no" >&5
19579 +echo "${ECHO_T}no" >&6; }
19583 @@ -17475,8 +20078,8 @@
19584 INTLOBJS="\$(GETTOBJS)"
19585 # Extract the first word of "msgfmt", so it can be a program name with args.
19586 set dummy msgfmt; ac_word=$2
19587 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19588 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19589 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19590 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19591 if test "${ac_cv_path_MSGFMT+set}" = set; then
19592 echo $ECHO_N "(cached) $ECHO_C" >&6
19594 @@ -17502,17 +20105,17 @@
19596 MSGFMT="$ac_cv_path_MSGFMT"
19597 if test "$MSGFMT" != ":"; then
19598 - echo "$as_me:$LINENO: result: $MSGFMT" >&5
19599 -echo "${ECHO_T}$MSGFMT" >&6
19600 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5
19601 +echo "${ECHO_T}$MSGFMT" >&6; }
19603 - echo "$as_me:$LINENO: result: no" >&5
19604 -echo "${ECHO_T}no" >&6
19605 + { echo "$as_me:$LINENO: result: no" >&5
19606 +echo "${ECHO_T}no" >&6; }
19609 # Extract the first word of "gmsgfmt", so it can be a program name with args.
19610 set dummy gmsgfmt; ac_word=$2
19611 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19612 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19613 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19614 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19615 if test "${ac_cv_path_GMSGFMT+set}" = set; then
19616 echo $ECHO_N "(cached) $ECHO_C" >&6
19618 @@ -17527,32 +20130,33 @@
19620 test -z "$as_dir" && as_dir=.
19621 for ac_exec_ext in '' $ac_executable_extensions; do
19622 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19623 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
19624 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
19625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19632 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19636 GMSGFMT=$ac_cv_path_GMSGFMT
19638 if test -n "$GMSGFMT"; then
19639 - echo "$as_me:$LINENO: result: $GMSGFMT" >&5
19640 -echo "${ECHO_T}$GMSGFMT" >&6
19641 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
19642 +echo "${ECHO_T}$GMSGFMT" >&6; }
19644 - echo "$as_me:$LINENO: result: no" >&5
19645 -echo "${ECHO_T}no" >&6
19646 + { echo "$as_me:$LINENO: result: no" >&5
19647 +echo "${ECHO_T}no" >&6; }
19651 # Extract the first word of "xgettext", so it can be a program name with args.
19652 set dummy xgettext; ac_word=$2
19653 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19654 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19655 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19656 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19657 if test "${ac_cv_path_XGETTEXT+set}" = set; then
19658 echo $ECHO_N "(cached) $ECHO_C" >&6
19660 @@ -17578,11 +20182,11 @@
19662 XGETTEXT="$ac_cv_path_XGETTEXT"
19663 if test "$XGETTEXT" != ":"; then
19664 - echo "$as_me:$LINENO: result: $XGETTEXT" >&5
19665 -echo "${ECHO_T}$XGETTEXT" >&6
19666 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
19667 +echo "${ECHO_T}$XGETTEXT" >&6; }
19669 - echo "$as_me:$LINENO: result: no" >&5
19670 -echo "${ECHO_T}no" >&6
19671 + { echo "$as_me:$LINENO: result: no" >&5
19672 +echo "${ECHO_T}no" >&6; }
19676 @@ -17597,8 +20201,8 @@
19677 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
19680 - echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
19681 -echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
19682 + { echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
19683 +echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6; }
19687 @@ -17607,15 +20211,15 @@
19688 if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
19691 - echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
19692 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
19693 + { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
19694 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
19701 - ac_config_commands="$ac_config_commands default-1"
19702 + ac_config_commands="$ac_config_commands default-1"
19706 @@ -17627,8 +20231,8 @@
19708 # Extract the first word of "$ac_prog", so it can be a program name with args.
19709 set dummy $ac_prog; ac_word=$2
19710 -echo "$as_me:$LINENO: checking for $ac_word" >&5
19711 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19712 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
19713 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19714 if test "${ac_cv_prog_INTLBISON+set}" = set; then
19715 echo $ECHO_N "(cached) $ECHO_C" >&6
19717 @@ -17641,33 +20245,35 @@
19719 test -z "$as_dir" && as_dir=.
19720 for ac_exec_ext in '' $ac_executable_extensions; do
19721 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19722 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
19723 ac_cv_prog_INTLBISON="$ac_prog"
19724 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19733 INTLBISON=$ac_cv_prog_INTLBISON
19734 if test -n "$INTLBISON"; then
19735 - echo "$as_me:$LINENO: result: $INTLBISON" >&5
19736 -echo "${ECHO_T}$INTLBISON" >&6
19737 + { echo "$as_me:$LINENO: result: $INTLBISON" >&5
19738 +echo "${ECHO_T}$INTLBISON" >&6; }
19740 - echo "$as_me:$LINENO: result: no" >&5
19741 -echo "${ECHO_T}no" >&6
19742 + { echo "$as_me:$LINENO: result: no" >&5
19743 +echo "${ECHO_T}no" >&6; }
19747 test -n "$INTLBISON" && break
19750 if test -z "$INTLBISON"; then
19753 - echo "$as_me:$LINENO: checking version of bison" >&5
19754 -echo $ECHO_N "checking version of bison... $ECHO_C" >&6
19755 + { echo "$as_me:$LINENO: checking version of bison" >&5
19756 +echo $ECHO_N "checking version of bison... $ECHO_C" >&6; }
19757 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
19758 case $ac_prog_version in
19759 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
19760 @@ -17675,8 +20281,8 @@
19761 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
19762 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
19764 - echo "$as_me:$LINENO: result: $ac_prog_version" >&5
19765 -echo "${ECHO_T}$ac_prog_version" >&6
19766 + { echo "$as_me:$LINENO: result: $ac_prog_version" >&5
19767 +echo "${ECHO_T}$ac_prog_version" >&6; }
19769 if test $ac_verc_fail = yes; then
19771 @@ -17714,8 +20320,8 @@
19772 if test "x$ALL_LINGUAS" = "x"; then
19775 - echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
19776 -echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
19777 + { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
19778 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
19780 for presentlang in $ALL_LINGUAS; do
19782 @@ -17734,8 +20340,8 @@
19785 LINGUAS=$NEW_LINGUAS
19786 - echo "$as_me:$LINENO: result: $LINGUAS" >&5
19787 -echo "${ECHO_T}$LINGUAS" >&6
19788 + { echo "$as_me:$LINENO: result: $LINGUAS" >&5
19789 +echo "${ECHO_T}$LINGUAS" >&6; }
19792 if test -n "$LINGUAS"; then
19793 @@ -17766,18 +20372,19 @@
19794 for ac_header in iconv.h
19796 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19797 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
19798 - echo "$as_me:$LINENO: checking for $ac_header" >&5
19799 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19800 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
19801 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19802 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
19803 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19804 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19805 echo $ECHO_N "(cached) $ECHO_C" >&6
19807 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19808 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19809 +ac_res=`eval echo '${'$as_ac_Header'}'`
19810 + { echo "$as_me:$LINENO: result: $ac_res" >&5
19811 +echo "${ECHO_T}$ac_res" >&6; }
19813 # Is the header compilable?
19814 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
19815 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19816 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
19817 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19818 cat >conftest.$ac_ext <<_ACEOF
19821 @@ -17788,24 +20395,36 @@
19822 #include <$ac_header>
19824 rm -f conftest.$ac_objext
19825 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19826 - (eval $ac_compile) 2>conftest.er1
19827 +if { (ac_try="$ac_compile"
19828 +case "(($ac_try" in
19829 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19830 + *) ac_try_echo=$ac_try;;
19832 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19833 + (eval "$ac_compile") 2>conftest.er1
19835 grep -v '^ *+' conftest.er1 >conftest.err
19837 cat conftest.err >&5
19838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } &&
19840 - { ac_try='test -z "$ac_c_werror_flag"
19841 - || test ! -s conftest.err'
19842 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19843 - (eval $ac_try) 2>&5
19844 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19845 + { (case "(($ac_try" in
19846 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19847 + *) ac_try_echo=$ac_try;;
19849 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 + (eval "$ac_try") 2>&5
19852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19853 (exit $ac_status); }; } &&
19854 { ac_try='test -s conftest.$ac_objext'
19855 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19856 - (eval $ac_try) 2>&5
19857 + { (case "(($ac_try" in
19858 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19859 + *) ac_try_echo=$ac_try;;
19861 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19862 + (eval "$ac_try") 2>&5
19864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865 (exit $ac_status); }; }; then
19866 @@ -17814,15 +20433,16 @@
19867 echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19870 -ac_header_compiler=no
19871 + ac_header_compiler=no
19873 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19874 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19875 -echo "${ECHO_T}$ac_header_compiler" >&6
19877 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19878 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19879 +echo "${ECHO_T}$ac_header_compiler" >&6; }
19881 # Is the header present?
19882 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
19883 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19884 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
19885 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19886 cat >conftest.$ac_ext <<_ACEOF
19889 @@ -17831,8 +20451,13 @@
19890 /* end confdefs.h. */
19891 #include <$ac_header>
19893 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19894 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19895 +if { (ac_try="$ac_cpp conftest.$ac_ext"
19896 +case "(($ac_try" in
19897 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19898 + *) ac_try_echo=$ac_try;;
19900 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19903 grep -v '^ *+' conftest.er1 >conftest.err
19905 @@ -17856,9 +20481,10 @@
19907 ac_header_preproc=no
19910 rm -f conftest.err conftest.$ac_ext
19911 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19912 -echo "${ECHO_T}$ac_header_preproc" >&6
19913 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19914 +echo "${ECHO_T}$ac_header_preproc" >&6; }
19916 # So? What about this header?
19917 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19918 @@ -17882,33 +20508,27 @@
19919 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19920 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19921 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19924 -## ------------------------------------------ ##
19925 -## Report this to the AC_PACKAGE_NAME lists. ##
19926 -## ------------------------------------------ ##
19929 - sed "s/^/$as_me: WARNING: /" >&2
19933 -echo "$as_me:$LINENO: checking for $ac_header" >&5
19934 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19935 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
19936 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
19937 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19938 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19939 echo $ECHO_N "(cached) $ECHO_C" >&6
19941 eval "$as_ac_Header=\$ac_header_preproc"
19943 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19944 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19945 +ac_res=`eval echo '${'$as_ac_Header'}'`
19946 + { echo "$as_me:$LINENO: result: $ac_res" >&5
19947 +echo "${ECHO_T}$ac_res" >&6; }
19950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19951 cat >>confdefs.h <<_ACEOF
19952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19954 - echo "$as_me:$LINENO: checking whether iconv.h defines iconv_t" >&5
19955 -echo $ECHO_N "checking whether iconv.h defines iconv_t... $ECHO_C" >&6
19956 + { echo "$as_me:$LINENO: checking whether iconv.h defines iconv_t" >&5
19957 +echo $ECHO_N "checking whether iconv.h defines iconv_t... $ECHO_C" >&6; }
19958 cat >conftest.$ac_ext <<_ACEOF
19961 @@ -17920,16 +20540,16 @@
19963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19964 $EGREP "typedef.*iconv_t" >/dev/null 2>&1; then
19965 - echo "$as_me:$LINENO: result: yes" >&5
19966 -echo "${ECHO_T}yes" >&6
19967 + { echo "$as_me:$LINENO: result: yes" >&5
19968 +echo "${ECHO_T}yes" >&6; }
19970 cat >>confdefs.h <<\_ACEOF
19971 #define HAVE_ICONV_T_DEF 1
19975 - echo "$as_me:$LINENO: result: no" >&5
19976 -echo "${ECHO_T}no" >&6
19977 + { echo "$as_me:$LINENO: result: no" >&5
19978 +echo "${ECHO_T}no" >&6; }
19982 @@ -17938,8 +20558,8 @@
19986 -echo "$as_me:$LINENO: checking whether this iconv is good enough" >&5
19987 -echo $ECHO_N "checking whether this iconv is good enough... $ECHO_C" >&6
19988 +{ echo "$as_me:$LINENO: checking whether this iconv is good enough" >&5
19989 +echo $ECHO_N "checking whether this iconv is good enough... $ECHO_C" >&6; }
19990 if test "${mutt_cv_iconv_good+set}" = set; then
19991 echo $ECHO_N "(cached) $ECHO_C" >&6
19993 @@ -17971,13 +20591,22 @@
19996 rm -f conftest$ac_exeext
19997 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19998 - (eval $ac_link) 2>&5
19999 +if { (ac_try="$ac_link"
20000 +case "(($ac_try" in
20001 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20002 + *) ac_try_echo=$ac_try;;
20004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20005 + (eval "$ac_link") 2>&5
20007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20009 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20010 - (eval $ac_try) 2>&5
20011 + { (case "(($ac_try" in
20012 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 + *) ac_try_echo=$ac_try;;
20015 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20016 + (eval "$ac_try") 2>&5
20018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20019 (exit $ac_status); }; }; then
20020 @@ -17990,20 +20619,22 @@
20021 ( exit $ac_status )
20022 mutt_cv_iconv_good=no
20024 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20025 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20029 LIBS="$mutt_save_LIBS"
20031 -echo "$as_me:$LINENO: result: $mutt_cv_iconv_good" >&5
20032 -echo "${ECHO_T}$mutt_cv_iconv_good" >&6
20033 +{ echo "$as_me:$LINENO: result: $mutt_cv_iconv_good" >&5
20034 +echo "${ECHO_T}$mutt_cv_iconv_good" >&6; }
20035 if test "$mutt_cv_iconv_good" = no; then
20036 { { echo "$as_me:$LINENO: error: Try using libiconv instead" >&5
20037 echo "$as_me: error: Try using libiconv instead" >&2;}
20038 { (exit 1); exit 1; }; }
20041 -echo "$as_me:$LINENO: checking whether iconv is non-transcribing" >&5
20042 -echo $ECHO_N "checking whether iconv is non-transcribing... $ECHO_C" >&6
20043 +{ echo "$as_me:$LINENO: checking whether iconv is non-transcribing" >&5
20044 +echo $ECHO_N "checking whether iconv is non-transcribing... $ECHO_C" >&6; }
20045 if test "${mutt_cv_iconv_nontrans+set}" = set; then
20046 echo $ECHO_N "(cached) $ECHO_C" >&6
20048 @@ -18036,13 +20667,22 @@
20051 rm -f conftest$ac_exeext
20052 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20053 - (eval $ac_link) 2>&5
20054 +if { (ac_try="$ac_link"
20055 +case "(($ac_try" in
20056 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20057 + *) ac_try_echo=$ac_try;;
20059 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20060 + (eval "$ac_link") 2>&5
20062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20063 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20064 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20065 - (eval $ac_try) 2>&5
20066 + { (case "(($ac_try" in
20067 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20068 + *) ac_try_echo=$ac_try;;
20070 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20071 + (eval "$ac_try") 2>&5
20073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20074 (exit $ac_status); }; }; then
20075 @@ -18055,12 +20695,14 @@
20076 ( exit $ac_status )
20077 mutt_cv_iconv_nontrans=yes
20079 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20080 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20084 LIBS="$mutt_save_LIBS"
20086 -echo "$as_me:$LINENO: result: $mutt_cv_iconv_nontrans" >&5
20087 -echo "${ECHO_T}$mutt_cv_iconv_nontrans" >&6
20088 +{ echo "$as_me:$LINENO: result: $mutt_cv_iconv_nontrans" >&5
20089 +echo "${ECHO_T}$mutt_cv_iconv_nontrans" >&6; }
20090 if test "$mutt_cv_iconv_nontrans" = yes; then
20091 cat >>confdefs.h <<\_ACEOF
20092 #define ICONV_NONTRANS 1
20093 @@ -18086,9 +20728,9 @@
20094 for ac_func in bind_textdomain_codeset
20096 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20097 -echo "$as_me:$LINENO: checking for $ac_func" >&5
20098 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20099 -if eval "test \"\${$as_ac_var+set}\" = set"; then
20100 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20101 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20102 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20103 echo $ECHO_N "(cached) $ECHO_C" >&6
20105 cat >conftest.$ac_ext <<_ACEOF
20106 @@ -18114,53 +20756,59 @@
20110 -/* Override any gcc2 internal prototype to avoid an error. */
20111 +/* Override any GCC internal prototype to avoid an error.
20112 + Use char because int might match the return type of a GCC
20113 + builtin and then its argument prototype would still apply. */
20118 -/* We use char because int might match the return type of a gcc2
20119 - builtin and then its argument prototype would still apply. */
20121 /* The GNU C library defines this for functions which it implements
20122 to always fail with ENOSYS. Some functions are actually named
20123 something starting with __ and the normal name is an alias. */
20124 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20125 +#if defined __stub_$ac_func || defined __stub___$ac_func
20128 -char (*f) () = $ac_func;
20130 -#ifdef __cplusplus
20137 -return f != $ac_func;
20138 +return $ac_func ();
20143 rm -f conftest.$ac_objext conftest$ac_exeext
20144 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20145 - (eval $ac_link) 2>conftest.er1
20146 +if { (ac_try="$ac_link"
20147 +case "(($ac_try" in
20148 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20149 + *) ac_try_echo=$ac_try;;
20151 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20152 + (eval "$ac_link") 2>conftest.er1
20154 grep -v '^ *+' conftest.er1 >conftest.err
20156 cat conftest.err >&5
20157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20158 (exit $ac_status); } &&
20159 - { ac_try='test -z "$ac_c_werror_flag"
20160 - || test ! -s conftest.err'
20161 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20162 - (eval $ac_try) 2>&5
20163 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20164 + { (case "(($ac_try" in
20165 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20166 + *) ac_try_echo=$ac_try;;
20168 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20169 + (eval "$ac_try") 2>&5
20171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172 (exit $ac_status); }; } &&
20173 { ac_try='test -s conftest$ac_exeext'
20174 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20175 - (eval $ac_try) 2>&5
20176 + { (case "(($ac_try" in
20177 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20178 + *) ac_try_echo=$ac_try;;
20180 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20181 + (eval "$ac_try") 2>&5
20183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20184 (exit $ac_status); }; }; then
20185 @@ -18169,13 +20817,15 @@
20186 echo "$as_me: failed program was:" >&5
20187 sed 's/^/| /' conftest.$ac_ext >&5
20189 -eval "$as_ac_var=no"
20190 + eval "$as_ac_var=no"
20192 -rm -f conftest.err conftest.$ac_objext \
20194 +rm -f core conftest.err conftest.$ac_objext \
20195 conftest$ac_exeext conftest.$ac_ext
20197 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20198 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20199 +ac_res=`eval echo '${'$as_ac_var'}'`
20200 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20201 +echo "${ECHO_T}$ac_res" >&6; }
20202 if test `eval echo '${'$as_ac_var'}'` = yes; then
20203 cat >>confdefs.h <<_ACEOF
20204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20205 @@ -18193,18 +20843,19 @@
20206 for ac_header in wchar.h
20208 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20209 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20210 - echo "$as_me:$LINENO: checking for $ac_header" >&5
20211 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20212 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20213 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20214 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
20215 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20216 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20217 echo $ECHO_N "(cached) $ECHO_C" >&6
20219 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20220 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20221 +ac_res=`eval echo '${'$as_ac_Header'}'`
20222 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20223 +echo "${ECHO_T}$ac_res" >&6; }
20225 # Is the header compilable?
20226 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
20227 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20228 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20229 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20230 cat >conftest.$ac_ext <<_ACEOF
20233 @@ -18215,24 +20866,36 @@
20234 #include <$ac_header>
20236 rm -f conftest.$ac_objext
20237 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20238 - (eval $ac_compile) 2>conftest.er1
20239 +if { (ac_try="$ac_compile"
20240 +case "(($ac_try" in
20241 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20242 + *) ac_try_echo=$ac_try;;
20244 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20245 + (eval "$ac_compile") 2>conftest.er1
20247 grep -v '^ *+' conftest.er1 >conftest.err
20249 cat conftest.err >&5
20250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20251 (exit $ac_status); } &&
20252 - { ac_try='test -z "$ac_c_werror_flag"
20253 - || test ! -s conftest.err'
20254 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20255 - (eval $ac_try) 2>&5
20256 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20257 + { (case "(($ac_try" in
20258 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20259 + *) ac_try_echo=$ac_try;;
20261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20262 + (eval "$ac_try") 2>&5
20264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20265 (exit $ac_status); }; } &&
20266 { ac_try='test -s conftest.$ac_objext'
20267 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20268 - (eval $ac_try) 2>&5
20269 + { (case "(($ac_try" in
20270 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20271 + *) ac_try_echo=$ac_try;;
20273 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20274 + (eval "$ac_try") 2>&5
20276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20277 (exit $ac_status); }; }; then
20278 @@ -18241,15 +20904,16 @@
20279 echo "$as_me: failed program was:" >&5
20280 sed 's/^/| /' conftest.$ac_ext >&5
20282 -ac_header_compiler=no
20283 + ac_header_compiler=no
20285 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20286 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20287 -echo "${ECHO_T}$ac_header_compiler" >&6
20289 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20290 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20291 +echo "${ECHO_T}$ac_header_compiler" >&6; }
20293 # Is the header present?
20294 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
20295 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20296 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20297 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20298 cat >conftest.$ac_ext <<_ACEOF
20301 @@ -18258,8 +20922,13 @@
20302 /* end confdefs.h. */
20303 #include <$ac_header>
20305 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20306 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20307 +if { (ac_try="$ac_cpp conftest.$ac_ext"
20308 +case "(($ac_try" in
20309 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 + *) ac_try_echo=$ac_try;;
20312 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20313 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20315 grep -v '^ *+' conftest.er1 >conftest.err
20317 @@ -18283,9 +20952,10 @@
20319 ac_header_preproc=no
20322 rm -f conftest.err conftest.$ac_ext
20323 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20324 -echo "${ECHO_T}$ac_header_preproc" >&6
20325 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20326 +echo "${ECHO_T}$ac_header_preproc" >&6; }
20328 # So? What about this header?
20329 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20330 @@ -18309,25 +20979,19 @@
20331 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20332 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20333 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20336 -## ------------------------------------------ ##
20337 -## Report this to the AC_PACKAGE_NAME lists. ##
20338 -## ------------------------------------------ ##
20341 - sed "s/^/$as_me: WARNING: /" >&2
20345 -echo "$as_me:$LINENO: checking for $ac_header" >&5
20346 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20347 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20348 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
20349 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20350 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20351 echo $ECHO_N "(cached) $ECHO_C" >&6
20353 eval "$as_ac_Header=\$ac_header_preproc"
20355 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20356 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20357 +ac_res=`eval echo '${'$as_ac_Header'}'`
20358 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20359 +echo "${ECHO_T}$ac_res" >&6; }
20362 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20363 @@ -18340,8 +21004,8 @@
20367 -echo "$as_me:$LINENO: checking for wchar_t" >&5
20368 -echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20369 +{ echo "$as_me:$LINENO: checking for wchar_t" >&5
20370 +echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
20371 if test "${mutt_cv_wchar_t+set}" = set; then
20372 echo $ECHO_N "(cached) $ECHO_C" >&6
20374 @@ -18367,24 +21031,36 @@
20377 rm -f conftest.$ac_objext
20378 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20379 - (eval $ac_compile) 2>conftest.er1
20380 +if { (ac_try="$ac_compile"
20381 +case "(($ac_try" in
20382 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20383 + *) ac_try_echo=$ac_try;;
20385 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20386 + (eval "$ac_compile") 2>conftest.er1
20388 grep -v '^ *+' conftest.er1 >conftest.err
20390 cat conftest.err >&5
20391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); } &&
20393 - { ac_try='test -z "$ac_c_werror_flag"
20394 - || test ! -s conftest.err'
20395 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20396 - (eval $ac_try) 2>&5
20397 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20398 + { (case "(($ac_try" in
20399 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20400 + *) ac_try_echo=$ac_try;;
20402 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20403 + (eval "$ac_try") 2>&5
20405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20406 (exit $ac_status); }; } &&
20407 { ac_try='test -s conftest.$ac_objext'
20408 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20409 - (eval $ac_try) 2>&5
20410 + { (case "(($ac_try" in
20411 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20412 + *) ac_try_echo=$ac_try;;
20414 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20415 + (eval "$ac_try") 2>&5
20417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); }; }; then
20419 @@ -18393,12 +21069,13 @@
20420 echo "$as_me: failed program was:" >&5
20421 sed 's/^/| /' conftest.$ac_ext >&5
20423 -mutt_cv_wchar_t=no
20424 + mutt_cv_wchar_t=no
20426 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20428 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20430 -echo "$as_me:$LINENO: result: $mutt_cv_wchar_t" >&5
20431 -echo "${ECHO_T}$mutt_cv_wchar_t" >&6
20432 +{ echo "$as_me:$LINENO: result: $mutt_cv_wchar_t" >&5
20433 +echo "${ECHO_T}$mutt_cv_wchar_t" >&6; }
20435 if test "$mutt_cv_wchar_t" = no; then
20437 @@ -18408,8 +21085,8 @@
20441 -echo "$as_me:$LINENO: checking for wint_t" >&5
20442 -echo $ECHO_N "checking for wint_t... $ECHO_C" >&6
20443 +{ echo "$as_me:$LINENO: checking for wint_t" >&5
20444 +echo $ECHO_N "checking for wint_t... $ECHO_C" >&6; }
20445 if test "${mutt_cv_wint_t+set}" = set; then
20446 echo $ECHO_N "(cached) $ECHO_C" >&6
20448 @@ -18435,24 +21112,36 @@
20451 rm -f conftest.$ac_objext
20452 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20453 - (eval $ac_compile) 2>conftest.er1
20454 +if { (ac_try="$ac_compile"
20455 +case "(($ac_try" in
20456 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20457 + *) ac_try_echo=$ac_try;;
20459 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20460 + (eval "$ac_compile") 2>conftest.er1
20462 grep -v '^ *+' conftest.er1 >conftest.err
20464 cat conftest.err >&5
20465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20466 (exit $ac_status); } &&
20467 - { ac_try='test -z "$ac_c_werror_flag"
20468 - || test ! -s conftest.err'
20469 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20470 - (eval $ac_try) 2>&5
20471 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20472 + { (case "(($ac_try" in
20473 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20474 + *) ac_try_echo=$ac_try;;
20476 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20477 + (eval "$ac_try") 2>&5
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); }; } &&
20481 { ac_try='test -s conftest.$ac_objext'
20482 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20483 - (eval $ac_try) 2>&5
20484 + { (case "(($ac_try" in
20485 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20486 + *) ac_try_echo=$ac_try;;
20488 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20489 + (eval "$ac_try") 2>&5
20491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20492 (exit $ac_status); }; }; then
20493 @@ -18461,12 +21150,13 @@
20494 echo "$as_me: failed program was:" >&5
20495 sed 's/^/| /' conftest.$ac_ext >&5
20498 + mutt_cv_wint_t=no
20500 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20502 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20504 -echo "$as_me:$LINENO: result: $mutt_cv_wint_t" >&5
20505 -echo "${ECHO_T}$mutt_cv_wint_t" >&6
20506 +{ echo "$as_me:$LINENO: result: $mutt_cv_wint_t" >&5
20507 +echo "${ECHO_T}$mutt_cv_wint_t" >&6; }
20509 if test "$mutt_cv_wint_t" = no; then
20511 @@ -18480,18 +21170,19 @@
20512 for ac_header in wctype.h
20514 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20515 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20516 - echo "$as_me:$LINENO: checking for $ac_header" >&5
20517 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20518 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20519 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20520 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
20521 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20522 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20523 echo $ECHO_N "(cached) $ECHO_C" >&6
20525 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20526 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20527 +ac_res=`eval echo '${'$as_ac_Header'}'`
20528 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20529 +echo "${ECHO_T}$ac_res" >&6; }
20531 # Is the header compilable?
20532 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
20533 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20534 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20535 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20536 cat >conftest.$ac_ext <<_ACEOF
20539 @@ -18502,24 +21193,36 @@
20540 #include <$ac_header>
20542 rm -f conftest.$ac_objext
20543 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20544 - (eval $ac_compile) 2>conftest.er1
20545 +if { (ac_try="$ac_compile"
20546 +case "(($ac_try" in
20547 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20548 + *) ac_try_echo=$ac_try;;
20550 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20551 + (eval "$ac_compile") 2>conftest.er1
20553 grep -v '^ *+' conftest.er1 >conftest.err
20555 cat conftest.err >&5
20556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20557 (exit $ac_status); } &&
20558 - { ac_try='test -z "$ac_c_werror_flag"
20559 - || test ! -s conftest.err'
20560 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20561 - (eval $ac_try) 2>&5
20562 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20563 + { (case "(($ac_try" in
20564 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20565 + *) ac_try_echo=$ac_try;;
20567 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20568 + (eval "$ac_try") 2>&5
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); }; } &&
20572 { ac_try='test -s conftest.$ac_objext'
20573 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20574 - (eval $ac_try) 2>&5
20575 + { (case "(($ac_try" in
20576 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577 + *) ac_try_echo=$ac_try;;
20579 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580 + (eval "$ac_try") 2>&5
20582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20583 (exit $ac_status); }; }; then
20584 @@ -18528,15 +21231,16 @@
20585 echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20588 -ac_header_compiler=no
20589 + ac_header_compiler=no
20591 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20592 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20593 -echo "${ECHO_T}$ac_header_compiler" >&6
20595 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20596 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20597 +echo "${ECHO_T}$ac_header_compiler" >&6; }
20599 # Is the header present?
20600 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
20601 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20602 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20603 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20604 cat >conftest.$ac_ext <<_ACEOF
20607 @@ -18545,8 +21249,13 @@
20608 /* end confdefs.h. */
20609 #include <$ac_header>
20611 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20612 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20613 +if { (ac_try="$ac_cpp conftest.$ac_ext"
20614 +case "(($ac_try" in
20615 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20616 + *) ac_try_echo=$ac_try;;
20618 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20619 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20621 grep -v '^ *+' conftest.er1 >conftest.err
20623 @@ -18570,9 +21279,10 @@
20625 ac_header_preproc=no
20628 rm -f conftest.err conftest.$ac_ext
20629 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20630 -echo "${ECHO_T}$ac_header_preproc" >&6
20631 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20632 +echo "${ECHO_T}$ac_header_preproc" >&6; }
20634 # So? What about this header?
20635 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20636 @@ -18596,25 +21306,19 @@
20637 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20638 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20639 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20642 -## ------------------------------------------ ##
20643 -## Report this to the AC_PACKAGE_NAME lists. ##
20644 -## ------------------------------------------ ##
20647 - sed "s/^/$as_me: WARNING: /" >&2
20651 -echo "$as_me:$LINENO: checking for $ac_header" >&5
20652 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20653 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
20654 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
20655 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20656 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20657 echo $ECHO_N "(cached) $ECHO_C" >&6
20659 eval "$as_ac_Header=\$ac_header_preproc"
20661 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20662 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20663 +ac_res=`eval echo '${'$as_ac_Header'}'`
20664 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20665 +echo "${ECHO_T}$ac_res" >&6; }
20668 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20669 @@ -18633,9 +21337,9 @@
20670 for ac_func in iswalnum iswalpha iswcntrl iswdigit
20672 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20673 -echo "$as_me:$LINENO: checking for $ac_func" >&5
20674 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20675 -if eval "test \"\${$as_ac_var+set}\" = set"; then
20676 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20677 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20678 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20679 echo $ECHO_N "(cached) $ECHO_C" >&6
20681 cat >conftest.$ac_ext <<_ACEOF
20682 @@ -18661,53 +21365,59 @@
20686 -/* Override any gcc2 internal prototype to avoid an error. */
20687 +/* Override any GCC internal prototype to avoid an error.
20688 + Use char because int might match the return type of a GCC
20689 + builtin and then its argument prototype would still apply. */
20694 -/* We use char because int might match the return type of a gcc2
20695 - builtin and then its argument prototype would still apply. */
20697 /* The GNU C library defines this for functions which it implements
20698 to always fail with ENOSYS. Some functions are actually named
20699 something starting with __ and the normal name is an alias. */
20700 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20701 +#if defined __stub_$ac_func || defined __stub___$ac_func
20704 -char (*f) () = $ac_func;
20706 -#ifdef __cplusplus
20713 -return f != $ac_func;
20714 +return $ac_func ();
20719 rm -f conftest.$ac_objext conftest$ac_exeext
20720 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20721 - (eval $ac_link) 2>conftest.er1
20722 +if { (ac_try="$ac_link"
20723 +case "(($ac_try" in
20724 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20725 + *) ac_try_echo=$ac_try;;
20727 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20728 + (eval "$ac_link") 2>conftest.er1
20730 grep -v '^ *+' conftest.er1 >conftest.err
20732 cat conftest.err >&5
20733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20734 (exit $ac_status); } &&
20735 - { ac_try='test -z "$ac_c_werror_flag"
20736 - || test ! -s conftest.err'
20737 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20738 - (eval $ac_try) 2>&5
20739 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20740 + { (case "(($ac_try" in
20741 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20742 + *) ac_try_echo=$ac_try;;
20744 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20745 + (eval "$ac_try") 2>&5
20747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748 (exit $ac_status); }; } &&
20749 { ac_try='test -s conftest$ac_exeext'
20750 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20751 - (eval $ac_try) 2>&5
20752 + { (case "(($ac_try" in
20753 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20754 + *) ac_try_echo=$ac_try;;
20756 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20757 + (eval "$ac_try") 2>&5
20759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20760 (exit $ac_status); }; }; then
20761 @@ -18716,13 +21426,15 @@
20762 echo "$as_me: failed program was:" >&5
20763 sed 's/^/| /' conftest.$ac_ext >&5
20765 -eval "$as_ac_var=no"
20766 + eval "$as_ac_var=no"
20768 -rm -f conftest.err conftest.$ac_objext \
20770 +rm -f core conftest.err conftest.$ac_objext \
20771 conftest$ac_exeext conftest.$ac_ext
20773 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20774 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20775 +ac_res=`eval echo '${'$as_ac_var'}'`
20776 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20777 +echo "${ECHO_T}$ac_res" >&6; }
20778 if test `eval echo '${'$as_ac_var'}'` = yes; then
20779 cat >>confdefs.h <<_ACEOF
20780 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20781 @@ -18740,9 +21452,9 @@
20782 for ac_func in iswgraph iswlower iswprint iswpunct iswspace iswupper
20784 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20785 -echo "$as_me:$LINENO: checking for $ac_func" >&5
20786 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20787 -if eval "test \"\${$as_ac_var+set}\" = set"; then
20788 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20789 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20790 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20791 echo $ECHO_N "(cached) $ECHO_C" >&6
20793 cat >conftest.$ac_ext <<_ACEOF
20794 @@ -18768,53 +21480,59 @@
20798 -/* Override any gcc2 internal prototype to avoid an error. */
20799 +/* Override any GCC internal prototype to avoid an error.
20800 + Use char because int might match the return type of a GCC
20801 + builtin and then its argument prototype would still apply. */
20806 -/* We use char because int might match the return type of a gcc2
20807 - builtin and then its argument prototype would still apply. */
20809 /* The GNU C library defines this for functions which it implements
20810 to always fail with ENOSYS. Some functions are actually named
20811 something starting with __ and the normal name is an alias. */
20812 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20813 +#if defined __stub_$ac_func || defined __stub___$ac_func
20816 -char (*f) () = $ac_func;
20818 -#ifdef __cplusplus
20825 -return f != $ac_func;
20826 +return $ac_func ();
20831 rm -f conftest.$ac_objext conftest$ac_exeext
20832 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20833 - (eval $ac_link) 2>conftest.er1
20834 +if { (ac_try="$ac_link"
20835 +case "(($ac_try" in
20836 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20837 + *) ac_try_echo=$ac_try;;
20839 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20840 + (eval "$ac_link") 2>conftest.er1
20842 grep -v '^ *+' conftest.er1 >conftest.err
20844 cat conftest.err >&5
20845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20846 (exit $ac_status); } &&
20847 - { ac_try='test -z "$ac_c_werror_flag"
20848 - || test ! -s conftest.err'
20849 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20850 - (eval $ac_try) 2>&5
20851 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20852 + { (case "(($ac_try" in
20853 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20854 + *) ac_try_echo=$ac_try;;
20856 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20857 + (eval "$ac_try") 2>&5
20859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20860 (exit $ac_status); }; } &&
20861 { ac_try='test -s conftest$ac_exeext'
20862 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20863 - (eval $ac_try) 2>&5
20864 + { (case "(($ac_try" in
20865 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20866 + *) ac_try_echo=$ac_try;;
20868 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20869 + (eval "$ac_try") 2>&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); }; }; then
20873 @@ -18823,13 +21541,15 @@
20874 echo "$as_me: failed program was:" >&5
20875 sed 's/^/| /' conftest.$ac_ext >&5
20877 -eval "$as_ac_var=no"
20878 + eval "$as_ac_var=no"
20880 -rm -f conftest.err conftest.$ac_objext \
20882 +rm -f core conftest.err conftest.$ac_objext \
20883 conftest$ac_exeext conftest.$ac_ext
20885 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20886 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20887 +ac_res=`eval echo '${'$as_ac_var'}'`
20888 + { echo "$as_me:$LINENO: result: $ac_res" >&5
20889 +echo "${ECHO_T}$ac_res" >&6; }
20890 if test `eval echo '${'$as_ac_var'}'` = yes; then
20891 cat >>confdefs.h <<_ACEOF
20892 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20893 @@ -18844,9 +21564,9 @@
20894 for ac_func in iswxdigit towupper towlower
20896 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20897 -echo "$as_me:$LINENO: checking for $ac_func" >&5
20898 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20899 -if eval "test \"\${$as_ac_var+set}\" = set"; then
20900 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20901 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20902 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20903 echo $ECHO_N "(cached) $ECHO_C" >&6
20905 cat >conftest.$ac_ext <<_ACEOF
20906 @@ -18872,53 +21592,59 @@
20910 -/* Override any gcc2 internal prototype to avoid an error. */
20911 +/* Override any GCC internal prototype to avoid an error.
20912 + Use char because int might match the return type of a GCC
20913 + builtin and then its argument prototype would still apply. */
20918 -/* We use char because int might match the return type of a gcc2
20919 - builtin and then its argument prototype would still apply. */
20921 /* The GNU C library defines this for functions which it implements
20922 to always fail with ENOSYS. Some functions are actually named
20923 something starting with __ and the normal name is an alias. */
20924 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20925 +#if defined __stub_$ac_func || defined __stub___$ac_func
20928 -char (*f) () = $ac_func;
20930 -#ifdef __cplusplus
20937 -return f != $ac_func;
20938 +return $ac_func ();
20943 rm -f conftest.$ac_objext conftest$ac_exeext
20944 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20945 - (eval $ac_link) 2>conftest.er1
20946 +if { (ac_try="$ac_link"
20947 +case "(($ac_try" in
20948 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20949 + *) ac_try_echo=$ac_try;;
20951 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20952 + (eval "$ac_link") 2>conftest.er1
20954 grep -v '^ *+' conftest.er1 >conftest.err
20956 cat conftest.err >&5
20957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20958 (exit $ac_status); } &&
20959 - { ac_try='test -z "$ac_c_werror_flag"
20960 - || test ! -s conftest.err'
20961 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20962 - (eval $ac_try) 2>&5
20963 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20964 + { (case "(($ac_try" in
20965 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 + *) ac_try_echo=$ac_try;;
20968 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 + (eval "$ac_try") 2>&5
20971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20972 (exit $ac_status); }; } &&
20973 { ac_try='test -s conftest$ac_exeext'
20974 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20975 - (eval $ac_try) 2>&5
20976 + { (case "(($ac_try" in
20977 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20978 + *) ac_try_echo=$ac_try;;
20980 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20981 + (eval "$ac_try") 2>&5
20983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20984 (exit $ac_status); }; }; then
20985 @@ -18927,13 +21653,15 @@
20986 echo "$as_me: failed program was:" >&5
20987 sed 's/^/| /' conftest.$ac_ext >&5
20989 -eval "$as_ac_var=no"
20990 + eval "$as_ac_var=no"
20992 -rm -f conftest.err conftest.$ac_objext \
20994 +rm -f core conftest.err conftest.$ac_objext \
20995 conftest$ac_exeext conftest.$ac_ext
20997 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20998 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20999 +ac_res=`eval echo '${'$as_ac_var'}'`
21000 + { echo "$as_me:$LINENO: result: $ac_res" >&5
21001 +echo "${ECHO_T}$ac_res" >&6; }
21002 if test `eval echo '${'$as_ac_var'}'` = yes; then
21003 cat >>confdefs.h <<_ACEOF
21004 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21005 @@ -18943,8 +21671,8 @@
21009 -echo "$as_me:$LINENO: checking for mbstate_t" >&5
21010 -echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
21011 +{ echo "$as_me:$LINENO: checking for mbstate_t" >&5
21012 +echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
21013 if test "${mutt_cv_mbstate_t+set}" = set; then
21014 echo $ECHO_N "(cached) $ECHO_C" >&6
21016 @@ -18970,24 +21698,36 @@
21019 rm -f conftest.$ac_objext
21020 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21021 - (eval $ac_compile) 2>conftest.er1
21022 +if { (ac_try="$ac_compile"
21023 +case "(($ac_try" in
21024 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21025 + *) ac_try_echo=$ac_try;;
21027 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21028 + (eval "$ac_compile") 2>conftest.er1
21030 grep -v '^ *+' conftest.er1 >conftest.err
21032 cat conftest.err >&5
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); } &&
21035 - { ac_try='test -z "$ac_c_werror_flag"
21036 - || test ! -s conftest.err'
21037 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21038 - (eval $ac_try) 2>&5
21039 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21040 + { (case "(($ac_try" in
21041 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21042 + *) ac_try_echo=$ac_try;;
21044 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21045 + (eval "$ac_try") 2>&5
21047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21048 (exit $ac_status); }; } &&
21049 { ac_try='test -s conftest.$ac_objext'
21050 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21051 - (eval $ac_try) 2>&5
21052 + { (case "(($ac_try" in
21053 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21054 + *) ac_try_echo=$ac_try;;
21056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21057 + (eval "$ac_try") 2>&5
21059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21060 (exit $ac_status); }; }; then
21061 @@ -18996,12 +21736,13 @@
21062 echo "$as_me: failed program was:" >&5
21063 sed 's/^/| /' conftest.$ac_ext >&5
21065 -mutt_cv_mbstate_t=no
21066 + mutt_cv_mbstate_t=no
21068 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21070 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21072 -echo "$as_me:$LINENO: result: $mutt_cv_mbstate_t" >&5
21073 -echo "${ECHO_T}$mutt_cv_mbstate_t" >&6
21074 +{ echo "$as_me:$LINENO: result: $mutt_cv_mbstate_t" >&5
21075 +echo "${ECHO_T}$mutt_cv_mbstate_t" >&6; }
21077 if test "$mutt_cv_mbstate_t" = no; then
21079 @@ -19013,15 +21754,15 @@
21083 -# Check whether --with-wc-funcs or --without-wc-funcs was given.
21084 +# Check whether --with-wc-funcs was given.
21085 if test "${with_wc_funcs+set}" = set; then
21086 - withval="$with_wc_funcs"
21087 - wc_funcs=$withval
21089 + withval=$with_wc_funcs; wc_funcs=$withval
21093 if test "$wc_funcs" != yes -a "$wc_funcs" != no; then
21094 - echo "$as_me:$LINENO: checking for wchar_t functions" >&5
21095 -echo $ECHO_N "checking for wchar_t functions... $ECHO_C" >&6
21096 + { echo "$as_me:$LINENO: checking for wchar_t functions" >&5
21097 +echo $ECHO_N "checking for wchar_t functions... $ECHO_C" >&6; }
21098 if test "${mutt_cv_wc_funcs+set}" = set; then
21099 echo $ECHO_N "(cached) $ECHO_C" >&6
21101 @@ -19052,24 +21793,36 @@
21104 rm -f conftest.$ac_objext conftest$ac_exeext
21105 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21106 - (eval $ac_link) 2>conftest.er1
21107 +if { (ac_try="$ac_link"
21108 +case "(($ac_try" in
21109 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21110 + *) ac_try_echo=$ac_try;;
21112 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21113 + (eval "$ac_link") 2>conftest.er1
21115 grep -v '^ *+' conftest.er1 >conftest.err
21117 cat conftest.err >&5
21118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } &&
21120 - { ac_try='test -z "$ac_c_werror_flag"
21121 - || test ! -s conftest.err'
21122 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21123 - (eval $ac_try) 2>&5
21124 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21125 + { (case "(($ac_try" in
21126 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21127 + *) ac_try_echo=$ac_try;;
21129 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21130 + (eval "$ac_try") 2>&5
21132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21133 (exit $ac_status); }; } &&
21134 { ac_try='test -s conftest$ac_exeext'
21135 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21136 - (eval $ac_try) 2>&5
21137 + { (case "(($ac_try" in
21138 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21139 + *) ac_try_echo=$ac_try;;
21141 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21142 + (eval "$ac_try") 2>&5
21144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21145 (exit $ac_status); }; }; then
21146 @@ -19078,12 +21831,14 @@
21147 echo "$as_me: failed program was:" >&5
21148 sed 's/^/| /' conftest.$ac_ext >&5
21152 -rm -f conftest.err conftest.$ac_objext \
21154 +rm -f core conftest.err conftest.$ac_objext \
21155 conftest$ac_exeext conftest.$ac_ext
21157 -echo "$as_me:$LINENO: result: $mutt_cv_wc_funcs" >&5
21158 -echo "${ECHO_T}$mutt_cv_wc_funcs" >&6
21159 +{ echo "$as_me:$LINENO: result: $mutt_cv_wc_funcs" >&5
21160 +echo "${ECHO_T}$mutt_cv_wc_funcs" >&6; }
21161 wc_funcs=$mutt_cv_wc_funcs
21164 @@ -19095,8 +21850,8 @@
21168 -echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
21169 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
21170 +{ echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
21171 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
21172 if test "${mutt_cv_langinfo_codeset+set}" = set; then
21173 echo $ECHO_N "(cached) $ECHO_C" >&6
21175 @@ -19116,24 +21871,36 @@
21178 rm -f conftest.$ac_objext conftest$ac_exeext
21179 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21180 - (eval $ac_link) 2>conftest.er1
21181 +if { (ac_try="$ac_link"
21182 +case "(($ac_try" in
21183 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21184 + *) ac_try_echo=$ac_try;;
21186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21187 + (eval "$ac_link") 2>conftest.er1
21189 grep -v '^ *+' conftest.er1 >conftest.err
21191 cat conftest.err >&5
21192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21193 (exit $ac_status); } &&
21194 - { ac_try='test -z "$ac_c_werror_flag"
21195 - || test ! -s conftest.err'
21196 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21197 - (eval $ac_try) 2>&5
21198 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21199 + { (case "(($ac_try" in
21200 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21201 + *) ac_try_echo=$ac_try;;
21203 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21204 + (eval "$ac_try") 2>&5
21206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21207 (exit $ac_status); }; } &&
21208 { ac_try='test -s conftest$ac_exeext'
21209 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21210 - (eval $ac_try) 2>&5
21211 + { (case "(($ac_try" in
21212 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21213 + *) ac_try_echo=$ac_try;;
21215 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 + (eval "$ac_try") 2>&5
21218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21219 (exit $ac_status); }; }; then
21220 @@ -19142,13 +21909,14 @@
21221 echo "$as_me: failed program was:" >&5
21222 sed 's/^/| /' conftest.$ac_ext >&5
21224 -mutt_cv_langinfo_codeset=no
21225 + mutt_cv_langinfo_codeset=no
21227 -rm -f conftest.err conftest.$ac_objext \
21229 +rm -f core conftest.err conftest.$ac_objext \
21230 conftest$ac_exeext conftest.$ac_ext
21232 -echo "$as_me:$LINENO: result: $mutt_cv_langinfo_codeset" >&5
21233 -echo "${ECHO_T}$mutt_cv_langinfo_codeset" >&6
21234 +{ echo "$as_me:$LINENO: result: $mutt_cv_langinfo_codeset" >&5
21235 +echo "${ECHO_T}$mutt_cv_langinfo_codeset" >&6; }
21236 if test $mutt_cv_langinfo_codeset = yes; then
21238 cat >>confdefs.h <<\_ACEOF
21239 @@ -19157,8 +21925,8 @@
21243 -echo "$as_me:$LINENO: checking for nl_langinfo and YESEXPR" >&5
21244 -echo $ECHO_N "checking for nl_langinfo and YESEXPR... $ECHO_C" >&6
21245 +{ echo "$as_me:$LINENO: checking for nl_langinfo and YESEXPR" >&5
21246 +echo $ECHO_N "checking for nl_langinfo and YESEXPR... $ECHO_C" >&6; }
21247 if test "${mutt_cv_langinfo_yesexpr+set}" = set; then
21248 echo $ECHO_N "(cached) $ECHO_C" >&6
21250 @@ -19178,24 +21946,36 @@
21253 rm -f conftest.$ac_objext conftest$ac_exeext
21254 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21255 - (eval $ac_link) 2>conftest.er1
21256 +if { (ac_try="$ac_link"
21257 +case "(($ac_try" in
21258 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21259 + *) ac_try_echo=$ac_try;;
21261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21262 + (eval "$ac_link") 2>conftest.er1
21264 grep -v '^ *+' conftest.er1 >conftest.err
21266 cat conftest.err >&5
21267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21268 (exit $ac_status); } &&
21269 - { ac_try='test -z "$ac_c_werror_flag"
21270 - || test ! -s conftest.err'
21271 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21272 - (eval $ac_try) 2>&5
21273 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21274 + { (case "(($ac_try" in
21275 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21276 + *) ac_try_echo=$ac_try;;
21278 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21279 + (eval "$ac_try") 2>&5
21281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); }; } &&
21283 { ac_try='test -s conftest$ac_exeext'
21284 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21285 - (eval $ac_try) 2>&5
21286 + { (case "(($ac_try" in
21287 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21288 + *) ac_try_echo=$ac_try;;
21290 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21291 + (eval "$ac_try") 2>&5
21293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); }; }; then
21295 @@ -19204,13 +21984,14 @@
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21299 -mutt_cv_langinfo_yesexpr=no
21300 + mutt_cv_langinfo_yesexpr=no
21302 -rm -f conftest.err conftest.$ac_objext \
21304 +rm -f core conftest.err conftest.$ac_objext \
21305 conftest$ac_exeext conftest.$ac_ext
21307 -echo "$as_me:$LINENO: result: $mutt_cv_langinfo_yesexpr" >&5
21308 -echo "${ECHO_T}$mutt_cv_langinfo_yesexpr" >&6
21309 +{ echo "$as_me:$LINENO: result: $mutt_cv_langinfo_yesexpr" >&5
21310 +echo "${ECHO_T}$mutt_cv_langinfo_yesexpr" >&6; }
21311 if test $mutt_cv_langinfo_yesexpr = yes; then
21313 cat >>confdefs.h <<\_ACEOF
21314 @@ -19222,8 +22003,8 @@
21316 # Extract the first word of "ospcat", so it can be a program name with args.
21317 set dummy ospcat; ac_word=$2
21318 -echo "$as_me:$LINENO: checking for $ac_word" >&5
21319 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
21320 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21321 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21322 if test "${ac_cv_path_OSPCAT+set}" = set; then
21323 echo $ECHO_N "(cached) $ECHO_C" >&6
21325 @@ -19238,32 +22019,33 @@
21327 test -z "$as_dir" && as_dir=.
21328 for ac_exec_ext in '' $ac_executable_extensions; do
21329 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21330 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
21331 ac_cv_path_OSPCAT="$as_dir/$ac_word$ac_exec_ext"
21332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21339 test -z "$ac_cv_path_OSPCAT" && ac_cv_path_OSPCAT="none"
21343 OSPCAT=$ac_cv_path_OSPCAT
21345 if test -n "$OSPCAT"; then
21346 - echo "$as_me:$LINENO: result: $OSPCAT" >&5
21347 -echo "${ECHO_T}$OSPCAT" >&6
21348 + { echo "$as_me:$LINENO: result: $OSPCAT" >&5
21349 +echo "${ECHO_T}$OSPCAT" >&6; }
21351 - echo "$as_me:$LINENO: result: no" >&5
21352 -echo "${ECHO_T}no" >&6
21353 + { echo "$as_me:$LINENO: result: no" >&5
21354 +echo "${ECHO_T}no" >&6; }
21358 if test "$OSPCAT" != "none"
21360 - echo "$as_me:$LINENO: checking for openjade docbook stylesheets" >&5
21361 -echo $ECHO_N "checking for openjade docbook stylesheets... $ECHO_C" >&6
21362 + { echo "$as_me:$LINENO: checking for openjade docbook stylesheets" >&5
21363 +echo $ECHO_N "checking for openjade docbook stylesheets... $ECHO_C" >&6; }
21364 dslosfile=`ospcat --public-id="-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN"`
21365 DSLROOT=`echo $dslosfile | sed -n -e "s/.*SOIBASE='\([^']*\)\/catalog'.*/\1/p"`
21366 # ospcat may spit out an absolute path without an SOIBASE
21367 @@ -19273,17 +22055,18 @@
21369 if test -f $DSLROOT/print/docbook.dsl
21371 - echo "$as_me:$LINENO: result: in $DSLROOT" >&5
21372 -echo "${ECHO_T}in $DSLROOT" >&6
21373 + { echo "$as_me:$LINENO: result: in $DSLROOT" >&5
21374 +echo "${ECHO_T}in $DSLROOT" >&6; }
21375 have_openjade="yes"
21377 - echo "$as_me:$LINENO: result: not found: PDF documentation will not be built." >&5
21378 -echo "${ECHO_T}not found: PDF documentation will not be built." >&6
21379 + { echo "$as_me:$LINENO: result: not found: PDF documentation will not be built." >&5
21380 +echo "${ECHO_T}not found: PDF documentation will not be built." >&6; }
21385 - ac_config_files="$ac_config_files Makefile intl/Makefile m4/Makefile po/Makefile.in doc/Makefile contrib/Makefile muttbug.sh imap/Makefile Muttrc.head doc/instdoc.sh"
21386 +ac_config_files="$ac_config_files Makefile intl/Makefile m4/Makefile po/Makefile.in doc/Makefile contrib/Makefile muttbug.sh imap/Makefile Muttrc.head doc/instdoc.sh"
21388 cat >confcache <<\_ACEOF
21389 # This file is a shell script that caches the results of configure
21390 # tests run on this system so they can be shared between configure
21391 @@ -19302,39 +22085,58 @@
21393 # The following way of writing the cache mishandles newlines in values,
21394 # but we know of no workaround that is simple, portable, and efficient.
21395 -# So, don't put newlines in cache variables' values.
21396 +# So, we kill variables containing newlines.
21397 # Ultrix sh set writes to stderr and can't be redirected directly,
21398 # and sets the high bit in the cache file unless we assign to the vars.
21401 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21402 + eval ac_val=\$$ac_var
21403 + case $ac_val in #(
21405 + case $ac_var in #(
21406 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
21407 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
21409 + case $ac_var in #(
21410 + _ | IFS | as_nl) ;; #(
21411 + *) $as_unset $ac_var ;;
21417 - case `(ac_space=' '; set | grep ac_space) 2>&1` in
21419 + case $as_nl`(ac_space=' '; set) 2>&1` in #(
21420 + *${as_nl}ac_space=\ *)
21421 # `set' does not quote correctly, so add quotes (double-quote
21422 # substitution turns \\\\ into \\, and sed turns \\ into \).
21425 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21429 # `set' quotes correctly as required by POSIX, so do not add quotes.
21431 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21432 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21440 + /^ac_cv_env_/b end
21444 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21446 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21447 - : end' >>confcache
21448 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
21449 - if test -w $cache_file; then
21450 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
21451 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21452 + :end' >>confcache
21453 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21454 + if test -w "$cache_file"; then
21455 + test "x$cache_file" != "x/dev/null" &&
21456 + { echo "$as_me:$LINENO: updating cache $cache_file" >&5
21457 +echo "$as_me: updating cache $cache_file" >&6;}
21458 cat confcache >$cache_file
21460 - echo "not updating unwritable cache $cache_file"
21461 + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21462 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21466 @@ -19343,32 +22145,18 @@
21467 # Let make expand exec_prefix.
21468 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21470 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
21471 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21472 -# trailing colons and then remove the whole line if VPATH becomes empty
21473 -# (actually we leave an empty line to preserve line numbers).
21474 -if test "x$srcdir" = x.; then
21475 - ac_vpsub='/^[ ]*VPATH[ ]*=/{
21476 -s/:*\$(srcdir):*/:/;
21477 -s/:*\${srcdir}:*/:/;
21478 -s/:*@srcdir@:*/:/;
21479 -s/^\([^=]*=[ ]*\):*/\1/;
21485 DEFS=-DHAVE_CONFIG_H
21489 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21490 # 1. Remove the extension, and $U if already installed.
21491 - ac_i=`echo "$ac_i" |
21492 - sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
21494 - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
21495 - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
21496 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21497 + ac_i=`echo "$ac_i" | sed "$ac_script"`
21498 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21499 + # will be set to the directory where LIBOBJS objects are built.
21500 + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21501 + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
21503 LIBOBJS=$ac_libobjs
21505 @@ -19448,11 +22236,35 @@
21506 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21507 # is contrary to our usage. Disable this feature.
21508 alias -g '${1+"$@"}'='"$@"'
21509 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21511 + setopt NO_GLOB_SUBST
21513 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
21515 +BIN_SH=xpg4; export BIN_SH # for Tru64
21516 DUALCASE=1; export DUALCASE # for MKS sh
21520 +# Avoid depending upon Character Ranges.
21521 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21522 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21523 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21524 +as_cr_digits='0123456789'
21525 +as_cr_alnum=$as_cr_Letters$as_cr_digits
21527 +# The user is always right.
21528 +if test "${PATH_SEPARATOR+set}" != set; then
21529 + echo "#! /bin/sh" >conf$$.sh
21530 + echo "exit 0" >>conf$$.sh
21531 + chmod +x conf$$.sh
21532 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21533 + PATH_SEPARATOR=';'
21540 # Support unset when possible.
21541 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21543 @@ -19461,8 +22273,43 @@
21548 +# We need space, tab and new line, in precisely that order. Quoting is
21549 +# there to prevent editors from complaining about space-tab.
21550 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
21551 +# splitting by setting IFS to empty value.)
21556 +# Find who we are. Look in the path if we contain no directory separator.
21558 + *[\\/]* ) as_myself=$0 ;;
21559 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21560 +for as_dir in $PATH
21563 + test -z "$as_dir" && as_dir=.
21564 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21570 +# We did not find ourselves, most probably we were run as `sh COMMAND'
21571 +# in which case we are not to be found in the path.
21572 +if test "x$as_myself" = x; then
21575 +if test ! -f "$as_myself"; then
21576 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21577 + { (exit 1); exit 1; }
21580 # Work around bugs in pre-3.0 UWIN ksh.
21581 -$as_unset ENV MAIL MAILPATH
21582 +for as_var in ENV MAIL MAILPATH
21583 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21588 @@ -19476,18 +22323,19 @@
21589 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21590 eval $as_var=C; export $as_var
21592 - $as_unset $as_var
21593 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21597 # Required to use basename.
21598 -if expr a : '\(a\)' >/dev/null 2>&1; then
21599 +if expr a : '\(a\)' >/dev/null 2>&1 &&
21600 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
21606 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
21607 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21608 as_basename=basename
21611 @@ -19495,159 +22343,120 @@
21614 # Name of the executable.
21615 -as_me=`$as_basename "$0" ||
21616 +as_me=`$as_basename -- "$0" ||
21617 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21618 X"$0" : 'X\(//\)$' \| \
21619 - X"$0" : 'X\(/\)$' \| \
21620 - . : '\(.\)' 2>/dev/null ||
21621 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21623 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
21624 - /^X\/\(\/\/\)$/{ s//\1/; q; }
21625 - /^X\/\(\/\).*/{ s//\1/; q; }
21629 -# PATH needs CR, and LINENO needs CR and PATH.
21630 -# Avoid depending upon Character Ranges.
21631 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21632 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21633 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21634 -as_cr_digits='0123456789'
21635 -as_cr_alnum=$as_cr_Letters$as_cr_digits
21636 + sed '/^.*\/\([^/][^/]*\)\/*$/{
21650 -# The user is always right.
21651 -if test "${PATH_SEPARATOR+set}" != set; then
21652 - echo "#! /bin/sh" >conf$$.sh
21653 - echo "exit 0" >>conf$$.sh
21654 - chmod +x conf$$.sh
21655 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21656 - PATH_SEPARATOR=';'
21666 - as_lineno_1=$LINENO
21667 - as_lineno_2=$LINENO
21668 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
21669 - test "x$as_lineno_1" != "x$as_lineno_2" &&
21670 - test "x$as_lineno_3" = "x$as_lineno_2" || {
21671 - # Find who we are. Look in the path if we contain no path at all
21672 - # relative or not.
21674 - *[\\/]* ) as_myself=$0 ;;
21675 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21676 -for as_dir in $PATH
21679 - test -z "$as_dir" && as_dir=.
21680 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21685 - # We did not find ourselves, most probably we were run as `sh COMMAND'
21686 - # in which case we are not to be found in the path.
21687 - if test "x$as_myself" = x; then
21690 - if test ! -f "$as_myself"; then
21691 - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
21692 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
21693 - { (exit 1); exit 1; }; }
21695 - case $CONFIG_SHELL in
21697 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21698 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
21701 - test -z "$as_dir" && as_dir=.
21702 - for as_base in sh bash ksh sh5; do
21705 - if ("$as_dir/$as_base" -c '
21706 as_lineno_1=$LINENO
21707 as_lineno_2=$LINENO
21708 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
21709 test "x$as_lineno_1" != "x$as_lineno_2" &&
21710 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
21711 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
21712 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
21713 - CONFIG_SHELL=$as_dir/$as_base
21714 - export CONFIG_SHELL
21715 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
21722 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21724 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21725 # uniformly replaced by the line number. The first 'sed' inserts a
21726 - # line-number line before each line; the second 'sed' does the real
21727 - # work. The second script uses 'N' to pair each line-number line
21728 - # with the numbered line, and appends trailing '-' during
21729 - # substitution so that $LINENO is not a special case at line end.
21730 + # line-number line after each line using $LINENO; the second 'sed'
21731 + # does the real work. The second script uses 'N' to pair each
21732 + # line-number line with the line containing $LINENO, and appends
21733 + # trailing '-' during substitution so that $LINENO is not a special
21734 + # case at line end.
21735 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21736 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
21737 - sed '=' <$as_myself |
21738 + # scripts with optimization help from Paolo Bonzini. Blame Lee
21739 + # E. McMahon (1931-1989) for sed's syntax. :-)
21745 + s/[$]LINENO.*/&-/
21752 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
21754 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21757 - s,^['$as_cr_digits']*\n,,
21759 ' >$as_me.lineno &&
21760 - chmod +x $as_me.lineno ||
21761 - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
21762 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
21763 + chmod +x "$as_me.lineno" ||
21764 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21765 { (exit 1); exit 1; }; }
21767 # Don't try to exec as it changes $[0], causing all sort of problems
21768 # (the dirname of $[0] is not the place where we might find the
21769 - # original and so on. Autoconf is especially sensible to this).
21770 - . ./$as_me.lineno
21771 + # original and so on. Autoconf is especially sensitive to this).
21772 + . "./$as_me.lineno"
21773 # Exit status is that of the last command.
21778 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
21779 - *c*,-n*) ECHO_N= ECHO_C='
21781 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
21782 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
21783 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21784 + as_dirname=dirname
21789 +ECHO_C= ECHO_N= ECHO_T=
21790 +case `echo -n x` in
21792 + case `echo 'x\c'` in
21793 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
21800 -if expr a : '\(a\)' >/dev/null 2>&1; then
21801 +if expr a : '\(a\)' >/dev/null 2>&1 &&
21802 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
21808 rm -f conf$$ conf$$.exe conf$$.file
21809 +if test -d conf$$.dir; then
21810 + rm -f conf$$.dir/conf$$.file
21816 if ln -s conf$$.file conf$$ 2>/dev/null; then
21817 - # We could just check for DJGPP; but this test a) works b) is more generic
21818 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
21819 - if test -f conf$$.exe; then
21820 - # Don't use ln at all; we don't have any links
21822 + # ... but there are two gotchas:
21823 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21824 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21825 + # In both cases, we have to default to `cp -p'.
21826 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21831 elif ln conf$$.file conf$$ 2>/dev/null; then
21836 -rm -f conf$$ conf$$.exe conf$$.file
21837 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21838 +rmdir conf$$.dir 2>/dev/null
21840 if mkdir -p . 2>/dev/null; then
21842 @@ -19656,7 +22465,19 @@
21846 -as_executable_p="test -f"
21847 +# Find out whether ``test -x'' works. Don't use a zero-byte file, as
21848 +# systems may use methods other than mode bits to determine executability.
21849 +cat >conf$$.file <<_ASEOF
21853 +chmod +x conf$$.file
21854 +if test -x conf$$.file >/dev/null 2>&1; then
21855 + as_executable_p="test -x"
21857 + as_executable_p=:
21861 # Sed expression to map a string onto a valid CPP name.
21862 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21863 @@ -19665,31 +22486,14 @@
21864 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21868 -# We need space, tab and new line, in precisely that order.
21878 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
21879 +# Save the log message, to keep $[0] and so on meaningful, and to
21880 # report actual input values of CONFIG_FILES etc. instead of their
21881 -# values after options handling. Logging --version etc. is OK.
21882 -exec 5>>config.log
21885 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21886 -## Running $as_me. ##
21891 +# values after options handling.
21893 This file was extended by $as_me, which was
21894 -generated by GNU Autoconf 2.59. Invocation command line was
21895 +generated by GNU Autoconf 2.60. Invocation command line was
21897 CONFIG_FILES = $CONFIG_FILES
21898 CONFIG_HEADERS = $CONFIG_HEADERS
21899 @@ -19697,30 +22501,20 @@
21900 CONFIG_COMMANDS = $CONFIG_COMMANDS
21904 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
21906 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
21911 +cat >>$CONFIG_STATUS <<_ACEOF
21912 # Files that config.status was made for.
21913 -if test -n "$ac_config_files"; then
21914 - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
21916 +config_files="$ac_config_files"
21917 +config_headers="$ac_config_headers"
21918 +config_commands="$ac_config_commands"
21920 -if test -n "$ac_config_headers"; then
21921 - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
21924 -if test -n "$ac_config_links"; then
21925 - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
21928 -if test -n "$ac_config_commands"; then
21929 - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
21933 cat >>$CONFIG_STATUS <<\_ACEOF
21936 \`$as_me' instantiates files from templates according to the
21937 current configuration.
21938 @@ -19747,19 +22541,21 @@
21941 Report bugs to <bug-autoconf@gnu.org>."
21945 cat >>$CONFIG_STATUS <<_ACEOF
21948 -configured by $0, generated by GNU Autoconf 2.59,
21949 - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
21950 +configured by $0, generated by GNU Autoconf 2.60,
21951 + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21953 -Copyright (C) 2003 Free Software Foundation, Inc.
21954 +Copyright (C) 2006 Free Software Foundation, Inc.
21955 This config.status script is free software; the Free Software Foundation
21956 gives unlimited permission to copy, distribute and modify it."
21958 -INSTALL="$INSTALL"
21962 +INSTALL='$INSTALL'
21965 cat >>$CONFIG_STATUS <<\_ACEOF
21966 @@ -19770,39 +22566,24 @@
21970 - ac_option=`expr "x$1" : 'x\([^=]*\)='`
21971 - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
21972 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
21973 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21982 - *) # This is not an option, so the user has probably given explicit
21985 - ac_need_defaults=false;;
21989 # Handling of the options.
21991 -cat >>$CONFIG_STATUS <<\_ACEOF
21992 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21994 - --version | --vers* | -V )
21995 - echo "$ac_cs_version"; exit 0 ;;
21997 - # Conflict between --help and --header
21998 - { { echo "$as_me:$LINENO: error: ambiguous option: $1
21999 -Try \`$0 --help' for more information." >&5
22000 -echo "$as_me: error: ambiguous option: $1
22001 -Try \`$0 --help' for more information." >&2;}
22002 - { (exit 1); exit 1; }; };;
22003 - --help | --hel | -h )
22004 - echo "$ac_cs_usage"; exit 0 ;;
22005 - --debug | --d* | -d )
22006 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22007 + echo "$ac_cs_version"; exit ;;
22008 + --debug | --debu | --deb | --de | --d | -d )
22010 --file | --fil | --fi | --f )
22012 @@ -19812,18 +22593,24 @@
22014 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22015 ac_need_defaults=false;;
22017 + # Conflict between --help and --header
22018 + { echo "$as_me: error: ambiguous option: $1
22019 +Try \`$0 --help' for more information." >&2
22020 + { (exit 1); exit 1; }; };;
22021 + --help | --hel | -h )
22022 + echo "$ac_cs_usage"; exit ;;
22023 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22024 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22027 # This is an error.
22028 - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
22029 -Try \`$0 --help' for more information." >&5
22030 -echo "$as_me: error: unrecognized option: $1
22031 -Try \`$0 --help' for more information." >&2;}
22032 + -*) { echo "$as_me: error: unrecognized option: $1
22033 +Try \`$0 --help' for more information." >&2
22034 { (exit 1); exit 1; }; } ;;
22036 - *) ac_config_targets="$ac_config_targets $1" ;;
22037 + *) ac_config_targets="$ac_config_targets $1"
22038 + ac_need_defaults=false ;;
22042 @@ -19839,48 +22626,60 @@
22044 cat >>$CONFIG_STATUS <<_ACEOF
22045 if \$ac_cs_recheck; then
22046 - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22047 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22048 + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22049 + CONFIG_SHELL=$SHELL
22050 + export CONFIG_SHELL
22051 + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22055 +cat >>$CONFIG_STATUS <<\_ACEOF
22056 +exec 5>>config.log
22059 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22060 +## Running $as_me. ##
22066 cat >>$CONFIG_STATUS <<_ACEOF
22068 -# INIT-COMMANDS section.
22072 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
22079 cat >>$CONFIG_STATUS <<\_ACEOF
22081 +# Handling of arguments.
22082 for ac_config_target in $ac_config_targets
22084 - case "$ac_config_target" in
22085 - # Handling of arguments.
22086 - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22087 - "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
22088 - "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
22089 - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
22090 - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
22091 - "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
22092 - "muttbug.sh" ) CONFIG_FILES="$CONFIG_FILES muttbug.sh" ;;
22093 - "imap/Makefile" ) CONFIG_FILES="$CONFIG_FILES imap/Makefile" ;;
22094 - "Muttrc.head" ) CONFIG_FILES="$CONFIG_FILES Muttrc.head" ;;
22095 - "doc/instdoc.sh" ) CONFIG_FILES="$CONFIG_FILES doc/instdoc.sh" ;;
22096 - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
22097 - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
22098 - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
22099 + case $ac_config_target in
22100 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
22101 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
22102 + "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
22103 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22104 + "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
22105 + "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
22106 + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
22107 + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
22108 + "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
22109 + "muttbug.sh") CONFIG_FILES="$CONFIG_FILES muttbug.sh" ;;
22110 + "imap/Makefile") CONFIG_FILES="$CONFIG_FILES imap/Makefile" ;;
22111 + "Muttrc.head") CONFIG_FILES="$CONFIG_FILES Muttrc.head" ;;
22112 + "doc/instdoc.sh") CONFIG_FILES="$CONFIG_FILES doc/instdoc.sh" ;;
22114 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22115 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22116 { (exit 1); exit 1; }; };;
22121 # If the user did not use the arguments to specify the items to instantiate,
22122 # then the envvar interface is used. Set only those that are not.
22123 # We use the long form for the default assignment because of an extremely
22124 @@ -19892,646 +22691,633 @@
22127 # Have a temporary directory for convenience. Make it in the build tree
22128 -# simply because there is no reason to put it here, and in addition,
22129 +# simply because there is no reason against having it here, and in addition,
22130 # creating and moving files from /tmp can sometimes cause problems.
22131 -# Create a temporary directory, and hook for its removal unless debugging.
22132 +# Hook for its removal unless debugging.
22133 +# Note that there is a small window in which the directory will not be cleaned:
22134 +# after its creation but before its name has been assigned to `$tmp'.
22137 - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22139 + trap 'exit_status=$?
22140 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22142 trap '{ (exit 1); exit 1; }' 1 2 13 15
22145 # Create a (secure) tmp directory for tmp files.
22148 - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
22149 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22150 test -n "$tmp" && test -d "$tmp"
22153 - tmp=./confstat$$-$RANDOM
22154 - (umask 077 && mkdir $tmp)
22155 + tmp=./conf$$-$RANDOM
22156 + (umask 077 && mkdir "$tmp")
22159 echo "$me: cannot create a temporary directory in ." >&2
22160 { (exit 1); exit 1; }
22165 -cat >>$CONFIG_STATUS <<_ACEOF
22168 -# CONFIG_FILES section.
22169 +# Set up the sed scripts for CONFIG_FILES section.
22172 # No need to generate the scripts if there are no CONFIG_FILES.
22173 # This happens for instance when ./config.status config.h
22174 -if test -n "\$CONFIG_FILES"; then
22175 - # Protect against being on the right side of a sed subst in config.status.
22176 - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22177 - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22178 -s,@SHELL@,$SHELL,;t t
22179 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
22180 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
22181 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
22182 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
22183 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
22184 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
22185 -s,@exec_prefix@,$exec_prefix,;t t
22186 -s,@prefix@,$prefix,;t t
22187 -s,@program_transform_name@,$program_transform_name,;t t
22188 -s,@bindir@,$bindir,;t t
22189 -s,@sbindir@,$sbindir,;t t
22190 -s,@libexecdir@,$libexecdir,;t t
22191 -s,@datadir@,$datadir,;t t
22192 -s,@sysconfdir@,$sysconfdir,;t t
22193 -s,@sharedstatedir@,$sharedstatedir,;t t
22194 -s,@localstatedir@,$localstatedir,;t t
22195 -s,@libdir@,$libdir,;t t
22196 -s,@includedir@,$includedir,;t t
22197 -s,@oldincludedir@,$oldincludedir,;t t
22198 -s,@infodir@,$infodir,;t t
22199 -s,@mandir@,$mandir,;t t
22200 -s,@build_alias@,$build_alias,;t t
22201 -s,@host_alias@,$host_alias,;t t
22202 -s,@target_alias@,$target_alias,;t t
22203 -s,@DEFS@,$DEFS,;t t
22204 -s,@ECHO_C@,$ECHO_C,;t t
22205 -s,@ECHO_N@,$ECHO_N,;t t
22206 -s,@ECHO_T@,$ECHO_T,;t t
22207 -s,@LIBS@,$LIBS,;t t
22208 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
22209 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
22210 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
22211 -s,@CYGPATH_W@,$CYGPATH_W,;t t
22212 -s,@PACKAGE@,$PACKAGE,;t t
22213 -s,@VERSION@,$VERSION,;t t
22214 -s,@ACLOCAL@,$ACLOCAL,;t t
22215 -s,@AUTOCONF@,$AUTOCONF,;t t
22216 -s,@AUTOMAKE@,$AUTOMAKE,;t t
22217 -s,@AUTOHEADER@,$AUTOHEADER,;t t
22218 -s,@MAKEINFO@,$MAKEINFO,;t t
22219 -s,@install_sh@,$install_sh,;t t
22220 -s,@STRIP@,$STRIP,;t t
22221 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
22222 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
22223 -s,@mkdir_p@,$mkdir_p,;t t
22225 -s,@SET_MAKE@,$SET_MAKE,;t t
22226 -s,@am__leading_dot@,$am__leading_dot,;t t
22227 -s,@AMTAR@,$AMTAR,;t t
22228 -s,@am__tar@,$am__tar,;t t
22229 -s,@am__untar@,$am__untar,;t t
22230 -s,@CONFIG_STATUS_DEPENDENCIES@,$CONFIG_STATUS_DEPENDENCIES,;t t
22231 -s,@build@,$build,;t t
22232 -s,@build_cpu@,$build_cpu,;t t
22233 -s,@build_vendor@,$build_vendor,;t t
22234 -s,@build_os@,$build_os,;t t
22235 -s,@host@,$host,;t t
22236 -s,@host_cpu@,$host_cpu,;t t
22237 -s,@host_vendor@,$host_vendor,;t t
22238 -s,@host_os@,$host_os,;t t
22240 -s,@CFLAGS@,$CFLAGS,;t t
22241 -s,@LDFLAGS@,$LDFLAGS,;t t
22242 -s,@CPPFLAGS@,$CPPFLAGS,;t t
22243 -s,@ac_ct_CC@,$ac_ct_CC,;t t
22244 -s,@EXEEXT@,$EXEEXT,;t t
22245 -s,@OBJEXT@,$OBJEXT,;t t
22246 -s,@DEPDIR@,$DEPDIR,;t t
22247 -s,@am__include@,$am__include,;t t
22248 -s,@am__quote@,$am__quote,;t t
22249 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
22250 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
22251 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
22252 -s,@CCDEPMODE@,$CCDEPMODE,;t t
22253 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
22254 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
22256 -s,@EGREP@,$EGREP,;t t
22258 -s,@ANSI2KNR@,$ANSI2KNR,;t t
22259 -s,@RANLIB@,$RANLIB,;t t
22260 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
22262 -s,@ac_ct_AR@,$ac_ct_AR,;t t
22266 -s,@DEBUGGER@,$DEBUGGER,;t t
22267 -s,@SENDMAIL@,$SENDMAIL,;t t
22268 -s,@GPGME_CONFIG@,$GPGME_CONFIG,;t t
22269 -s,@LIBGPGME_CFLAGS@,$LIBGPGME_CFLAGS,;t t
22270 -s,@LIBGPGME_LIBS@,$LIBGPGME_LIBS,;t t
22272 -s,@PGPAUX_TARGET@,$PGPAUX_TARGET,;t t
22273 -s,@SMIMEAUX_TARGET@,$SMIMEAUX_TARGET,;t t
22274 -s,@ISPELL@,$ISPELL,;t t
22275 -s,@LIBOBJS@,$LIBOBJS,;t t
22276 -s,@DOTLOCK_TARGET@,$DOTLOCK_TARGET,;t t
22277 -s,@docdir@,$docdir,;t t
22278 -s,@DOTLOCK_GROUP@,$DOTLOCK_GROUP,;t t
22279 -s,@DOTLOCK_PERMISSION@,$DOTLOCK_PERMISSION,;t t
22280 -s,@BUILD_IMAP_TRUE@,$BUILD_IMAP_TRUE,;t t
22281 -s,@BUILD_IMAP_FALSE@,$BUILD_IMAP_FALSE,;t t
22282 -s,@KRB5CFGPATH@,$KRB5CFGPATH,;t t
22283 -s,@USE_GSS_TRUE@,$USE_GSS_TRUE,;t t
22284 -s,@USE_GSS_FALSE@,$USE_GSS_FALSE,;t t
22285 -s,@LIBGNUTLS_CONFIG@,$LIBGNUTLS_CONFIG,;t t
22286 -s,@LIBGNUTLS_CFLAGS@,$LIBGNUTLS_CFLAGS,;t t
22287 -s,@LIBGNUTLS_LIBS@,$LIBGNUTLS_LIBS,;t t
22288 -s,@USE_SSL_TRUE@,$USE_SSL_TRUE,;t t
22289 -s,@USE_SSL_FALSE@,$USE_SSL_FALSE,;t t
22290 -s,@USE_SASL_TRUE@,$USE_SASL_TRUE,;t t
22291 -s,@USE_SASL_FALSE@,$USE_SASL_FALSE,;t t
22292 -s,@MUTTLIBS@,$MUTTLIBS,;t t
22293 -s,@MUTT_LIB_OBJECTS@,$MUTT_LIB_OBJECTS,;t t
22294 -s,@LIBIMAP@,$LIBIMAP,;t t
22295 -s,@LIBIMAPDEPS@,$LIBIMAPDEPS,;t t
22296 -s,@ALLOCA@,$ALLOCA,;t t
22297 -s,@GLIBC21@,$GLIBC21,;t t
22298 -s,@LIBICONV@,$LIBICONV,;t t
22299 -s,@USE_NLS@,$USE_NLS,;t t
22300 -s,@MSGFMT@,$MSGFMT,;t t
22301 -s,@GMSGFMT@,$GMSGFMT,;t t
22302 -s,@XGETTEXT@,$XGETTEXT,;t t
22303 -s,@INTLBISON@,$INTLBISON,;t t
22304 -s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
22305 -s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
22306 -s,@CATALOGS@,$CATALOGS,;t t
22307 -s,@CATOBJEXT@,$CATOBJEXT,;t t
22308 -s,@GMOFILES@,$GMOFILES,;t t
22309 -s,@INTLLIBS@,$INTLLIBS,;t t
22310 -s,@INTLOBJS@,$INTLOBJS,;t t
22311 -s,@POFILES@,$POFILES,;t t
22312 -s,@POSUB@,$POSUB,;t t
22313 -s,@DATADIRNAME@,$DATADIRNAME,;t t
22314 -s,@INSTOBJEXT@,$INSTOBJEXT,;t t
22315 -s,@GENCAT@,$GENCAT,;t t
22316 -s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
22317 -s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
22318 -s,@OSPCAT@,$OSPCAT,;t t
22319 -s,@DSLROOT@,$DSLROOT,;t t
22320 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
22325 - cat >>$CONFIG_STATUS <<\_ACEOF
22326 - # Split the substitutions into bite-sized pieces for seds with
22327 - # small command number limits, like on Digital OSF/1 and HP-UX.
22328 - ac_max_sed_lines=48
22329 - ac_sed_frag=1 # Number of current file.
22330 - ac_beg=1 # First line for current file.
22331 - ac_end=$ac_max_sed_lines # Line after last line for current file.
22334 - while $ac_more_lines; do
22335 - if test $ac_beg -gt 1; then
22336 - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22338 - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22340 - if test ! -s $tmp/subs.frag; then
22341 - ac_more_lines=false
22343 - # The purpose of the label and of the branching condition is to
22344 - # speed up the sed processing (if there are no `@' at all, there
22345 - # is no need to browse any of the substitutions).
22346 - # These are the two extra sed commands mentioned above.
22348 - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
22349 - if test -z "$ac_sed_cmds"; then
22350 - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
22352 - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22354 - ac_sed_frag=`expr $ac_sed_frag + 1`
22356 - ac_end=`expr $ac_end + $ac_max_sed_lines`
22359 - if test -z "$ac_sed_cmds"; then
22361 +if test -n "$CONFIG_FILES"; then
22368 +for ac_last_try in false false false false false :; do
22369 + cat >conf$$subs.sed <<_ACEOF
22370 +SHELL!$SHELL$ac_delim
22371 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22372 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22373 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22374 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22375 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22376 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22377 +exec_prefix!$exec_prefix$ac_delim
22378 +prefix!$prefix$ac_delim
22379 +program_transform_name!$program_transform_name$ac_delim
22380 +bindir!$bindir$ac_delim
22381 +sbindir!$sbindir$ac_delim
22382 +libexecdir!$libexecdir$ac_delim
22383 +datarootdir!$datarootdir$ac_delim
22384 +datadir!$datadir$ac_delim
22385 +sysconfdir!$sysconfdir$ac_delim
22386 +sharedstatedir!$sharedstatedir$ac_delim
22387 +localstatedir!$localstatedir$ac_delim
22388 +includedir!$includedir$ac_delim
22389 +oldincludedir!$oldincludedir$ac_delim
22390 +docdir!$docdir$ac_delim
22391 +infodir!$infodir$ac_delim
22392 +htmldir!$htmldir$ac_delim
22393 +dvidir!$dvidir$ac_delim
22394 +pdfdir!$pdfdir$ac_delim
22395 +psdir!$psdir$ac_delim
22396 +libdir!$libdir$ac_delim
22397 +localedir!$localedir$ac_delim
22398 +mandir!$mandir$ac_delim
22399 +DEFS!$DEFS$ac_delim
22400 +ECHO_C!$ECHO_C$ac_delim
22401 +ECHO_N!$ECHO_N$ac_delim
22402 +ECHO_T!$ECHO_T$ac_delim
22403 +LIBS!$LIBS$ac_delim
22404 +build_alias!$build_alias$ac_delim
22405 +host_alias!$host_alias$ac_delim
22406 +target_alias!$target_alias$ac_delim
22407 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
22408 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
22409 +INSTALL_DATA!$INSTALL_DATA$ac_delim
22410 +CYGPATH_W!$CYGPATH_W$ac_delim
22411 +PACKAGE!$PACKAGE$ac_delim
22412 +VERSION!$VERSION$ac_delim
22413 +ACLOCAL!$ACLOCAL$ac_delim
22414 +AUTOCONF!$AUTOCONF$ac_delim
22415 +AUTOMAKE!$AUTOMAKE$ac_delim
22416 +AUTOHEADER!$AUTOHEADER$ac_delim
22417 +MAKEINFO!$MAKEINFO$ac_delim
22418 +install_sh!$install_sh$ac_delim
22419 +STRIP!$STRIP$ac_delim
22420 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
22421 +mkdir_p!$mkdir_p$ac_delim
22423 +SET_MAKE!$SET_MAKE$ac_delim
22424 +am__leading_dot!$am__leading_dot$ac_delim
22425 +AMTAR!$AMTAR$ac_delim
22426 +am__tar!$am__tar$ac_delim
22427 +am__untar!$am__untar$ac_delim
22428 +CONFIG_STATUS_DEPENDENCIES!$CONFIG_STATUS_DEPENDENCIES$ac_delim
22429 +build!$build$ac_delim
22430 +build_cpu!$build_cpu$ac_delim
22431 +build_vendor!$build_vendor$ac_delim
22432 +build_os!$build_os$ac_delim
22433 +host!$host$ac_delim
22434 +host_cpu!$host_cpu$ac_delim
22435 +host_vendor!$host_vendor$ac_delim
22436 +host_os!$host_os$ac_delim
22438 +CFLAGS!$CFLAGS$ac_delim
22439 +LDFLAGS!$LDFLAGS$ac_delim
22440 +CPPFLAGS!$CPPFLAGS$ac_delim
22441 +ac_ct_CC!$ac_ct_CC$ac_delim
22442 +EXEEXT!$EXEEXT$ac_delim
22443 +OBJEXT!$OBJEXT$ac_delim
22444 +DEPDIR!$DEPDIR$ac_delim
22445 +am__include!$am__include$ac_delim
22446 +am__quote!$am__quote$ac_delim
22447 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
22448 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
22449 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
22450 +CCDEPMODE!$CCDEPMODE$ac_delim
22451 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
22452 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
22454 +GREP!$GREP$ac_delim
22455 +EGREP!$EGREP$ac_delim
22457 +ANSI2KNR!$ANSI2KNR$ac_delim
22458 +RANLIB!$RANLIB$ac_delim
22463 +DEBUGGER!$DEBUGGER$ac_delim
22464 +SENDMAIL!$SENDMAIL$ac_delim
22465 +GPGME_CONFIG!$GPGME_CONFIG$ac_delim
22466 +LIBGPGME_CFLAGS!$LIBGPGME_CFLAGS$ac_delim
22469 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
22471 + elif $ac_last_try; then
22472 + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22473 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22474 + { (exit 1); exit 1; }; }
22476 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22478 -fi # test -n "$CONFIG_FILES"
22481 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22482 +if test -n "$ac_eof"; then
22483 + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22484 + ac_eof=`expr $ac_eof + 1`
22487 +cat >>$CONFIG_STATUS <<_ACEOF
22488 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22489 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22492 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22493 +s/^/s,@/; s/!/@,|#_!!_#|/
22496 +s/'"$ac_delim"'$/,g/; t
22498 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22499 +' >>$CONFIG_STATUS <conf$$subs.sed
22500 +rm -f conf$$subs.sed
22501 +cat >>$CONFIG_STATUS <<_ACEOF
22507 +for ac_last_try in false false false false false :; do
22508 + cat >conf$$subs.sed <<_ACEOF
22509 +LIBGPGME_LIBS!$LIBGPGME_LIBS$ac_delim
22511 +PGPAUX_TARGET!$PGPAUX_TARGET$ac_delim
22512 +SMIMEAUX_TARGET!$SMIMEAUX_TARGET$ac_delim
22513 +ISPELL!$ISPELL$ac_delim
22514 +LIBOBJS!$LIBOBJS$ac_delim
22515 +DOTLOCK_TARGET!$DOTLOCK_TARGET$ac_delim
22516 +DOTLOCK_GROUP!$DOTLOCK_GROUP$ac_delim
22517 +DOTLOCK_PERMISSION!$DOTLOCK_PERMISSION$ac_delim
22518 +BUILD_IMAP_TRUE!$BUILD_IMAP_TRUE$ac_delim
22519 +BUILD_IMAP_FALSE!$BUILD_IMAP_FALSE$ac_delim
22520 +KRB5CFGPATH!$KRB5CFGPATH$ac_delim
22521 +USE_GSS_TRUE!$USE_GSS_TRUE$ac_delim
22522 +USE_GSS_FALSE!$USE_GSS_FALSE$ac_delim
22523 +LIBGNUTLS_CONFIG!$LIBGNUTLS_CONFIG$ac_delim
22524 +LIBGNUTLS_CFLAGS!$LIBGNUTLS_CFLAGS$ac_delim
22525 +LIBGNUTLS_LIBS!$LIBGNUTLS_LIBS$ac_delim
22526 +USE_SSL_TRUE!$USE_SSL_TRUE$ac_delim
22527 +USE_SSL_FALSE!$USE_SSL_FALSE$ac_delim
22528 +USE_SASL_TRUE!$USE_SASL_TRUE$ac_delim
22529 +USE_SASL_FALSE!$USE_SASL_FALSE$ac_delim
22530 +MUTTLIBS!$MUTTLIBS$ac_delim
22531 +MUTT_LIB_OBJECTS!$MUTT_LIB_OBJECTS$ac_delim
22532 +LIBIMAP!$LIBIMAP$ac_delim
22533 +LIBIMAPDEPS!$LIBIMAPDEPS$ac_delim
22534 +ALLOCA!$ALLOCA$ac_delim
22535 +GLIBC21!$GLIBC21$ac_delim
22536 +LIBICONV!$LIBICONV$ac_delim
22537 +USE_NLS!$USE_NLS$ac_delim
22538 +MSGFMT!$MSGFMT$ac_delim
22539 +GMSGFMT!$GMSGFMT$ac_delim
22540 +XGETTEXT!$XGETTEXT$ac_delim
22541 +INTLBISON!$INTLBISON$ac_delim
22542 +BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim
22543 +USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim
22544 +CATALOGS!$CATALOGS$ac_delim
22545 +CATOBJEXT!$CATOBJEXT$ac_delim
22546 +GMOFILES!$GMOFILES$ac_delim
22547 +INTLLIBS!$INTLLIBS$ac_delim
22548 +INTLOBJS!$INTLOBJS$ac_delim
22549 +POFILES!$POFILES$ac_delim
22550 +POSUB!$POSUB$ac_delim
22551 +DATADIRNAME!$DATADIRNAME$ac_delim
22552 +INSTOBJEXT!$INSTOBJEXT$ac_delim
22553 +GENCAT!$GENCAT$ac_delim
22554 +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
22555 +INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
22556 +OSPCAT!$OSPCAT$ac_delim
22557 +DSLROOT!$DSLROOT$ac_delim
22558 +LTLIBOBJS!$LTLIBOBJS$ac_delim
22561 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then
22563 + elif $ac_last_try; then
22564 + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22565 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22566 + { (exit 1); exit 1; }; }
22568 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22572 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22573 +if test -n "$ac_eof"; then
22574 + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22575 + ac_eof=`expr $ac_eof + 1`
22578 +cat >>$CONFIG_STATUS <<_ACEOF
22579 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22580 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22583 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22584 +s/^/s,@/; s/!/@,|#_!!_#|/
22587 +s/'"$ac_delim"'$/,g/; t
22589 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22590 +' >>$CONFIG_STATUS <conf$$subs.sed
22591 +rm -f conf$$subs.sed
22592 +cat >>$CONFIG_STATUS <<_ACEOF
22599 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
22600 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22601 +# trailing colons and then remove the whole line if VPATH becomes empty
22602 +# (actually we leave an empty line to preserve line numbers).
22603 +if test "x$srcdir" = x.; then
22604 + ac_vpsub='/^[ ]*VPATH[ ]*=/{
22605 +s/:*\$(srcdir):*/:/
22606 +s/:*\${srcdir}:*/:/
22608 +s/^\([^=]*=[ ]*\):*/\1/
22614 cat >>$CONFIG_STATUS <<\_ACEOF
22615 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
22616 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22618 - - | *:- | *:-:* ) # input from stdin
22620 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22621 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22622 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22623 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22624 - * ) ac_file_in=$ac_file.in ;;
22625 +fi # test -n "$CONFIG_FILES"
22628 +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
22631 + :[FHLC]) ac_mode=$ac_tag; continue;;
22633 + case $ac_mode$ac_tag in
22635 + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22636 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22637 + { (exit 1); exit 1; }; };;
22638 + :[FH]-) ac_tag=-:-;;
22639 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22649 - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22650 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22652 + :L) ac_source=$1;;
22658 + -) ac_f="$tmp/stdin";;
22659 + *) # Look for the file first in the build tree, then in the source tree
22660 + # (if the path is not absolute). The absolute path cannot be DOS-style,
22661 + # because $ac_f cannot contain `:'.
22662 + test -f "$ac_f" ||
22665 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22667 + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22668 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22669 + { (exit 1); exit 1; }; };;
22671 + ac_file_inputs="$ac_file_inputs $ac_f"
22674 + # Let's still pretend it is `configure' which instantiates (i.e., don't
22675 + # use $as_me), people would be surprised to read:
22676 + # /* config.h. Generated by config.status. */
22677 + configure_input="Generated from "`IFS=:
22678 + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22679 + if test x"$ac_file" != x-; then
22680 + configure_input="$ac_file. $configure_input"
22681 + { echo "$as_me:$LINENO: creating $ac_file" >&5
22682 +echo "$as_me: creating $ac_file" >&6;}
22686 + *:-:* | *:-) cat >"$tmp/stdin";;
22691 + ac_dir=`$as_dirname -- "$ac_file" ||
22692 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22693 X"$ac_file" : 'X\(//\)[^/]' \| \
22694 X"$ac_file" : 'X\(//\)$' \| \
22695 - X"$ac_file" : 'X\(/\)' \| \
22696 - . : '\(.\)' 2>/dev/null ||
22697 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22699 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22700 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22701 - /^X\(\/\/\)$/{ s//\1/; q; }
22702 - /^X\(\/\).*/{ s//\1/; q; }
22704 - { if $as_mkdir_p; then
22705 - mkdir -p "$ac_dir"
22708 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22712 + /^X\(\/\/\)[^/].*/{
22725 + { as_dir="$ac_dir"
22726 + case $as_dir in #(
22727 + -*) as_dir=./$as_dir;;
22729 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22731 - while test ! -d "$as_dir"; do
22732 - as_dirs="$as_dir $as_dirs"
22733 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
22735 + case $as_dir in #(
22736 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22737 + *) as_qdir=$as_dir;;
22739 + as_dirs="'$as_qdir' $as_dirs"
22740 + as_dir=`$as_dirname -- "$as_dir" ||
22741 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22742 X"$as_dir" : 'X\(//\)[^/]' \| \
22743 X"$as_dir" : 'X\(//\)$' \| \
22744 - X"$as_dir" : 'X\(/\)' \| \
22745 - . : '\(.\)' 2>/dev/null ||
22746 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22748 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22749 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22750 - /^X\(\/\/\)$/{ s//\1/; q; }
22751 - /^X\(\/\).*/{ s//\1/; q; }
22753 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22757 + /^X\(\/\/\)[^/].*/{
22770 + test -d "$as_dir" && break
22772 - test ! -n "$as_dirs" || mkdir $as_dirs
22773 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22774 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22775 + test -z "$as_dirs" || eval "mkdir $as_dirs"
22776 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22777 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
22778 { (exit 1); exit 1; }; }; }
22782 -if test "$ac_dir" != .; then
22784 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22786 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22787 - # A "../" for each directory in $ac_dir_suffix.
22788 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
22790 - ac_dir_suffix= ac_top_builddir=
22792 + # A ".." for each directory in $ac_dir_suffix.
22793 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22794 + case $ac_top_builddir_sub in
22795 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22796 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22799 +ac_abs_top_builddir=$ac_pwd
22800 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
22801 +# for backward compatibility:
22802 +ac_top_builddir=$ac_top_build_prefix
22805 - .) # No --srcdir option. We are building in place.
22806 + .) # We are building in place.
22808 - if test -z "$ac_top_builddir"; then
22811 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
22813 - [\\/]* | ?:[\\/]* ) # Absolute path.
22814 + ac_top_srcdir=$ac_top_builddir_sub
22815 + ac_abs_top_srcdir=$ac_pwd ;;
22816 + [\\/]* | ?:[\\/]* ) # Absolute name.
22817 ac_srcdir=$srcdir$ac_dir_suffix;
22818 - ac_top_srcdir=$srcdir ;;
22819 - *) # Relative path.
22820 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
22821 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
22822 + ac_top_srcdir=$srcdir
22823 + ac_abs_top_srcdir=$srcdir ;;
22824 + *) # Relative name.
22825 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22826 + ac_top_srcdir=$ac_top_build_prefix$srcdir
22827 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22829 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22831 -# Do not use `cd foo && pwd` to compute absolute paths, because
22832 -# the directories may not exist.
22834 -.) ac_abs_builddir="$ac_dir";;
22836 - case "$ac_dir" in
22837 - .) ac_abs_builddir=`pwd`;;
22838 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22839 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
22842 -case $ac_abs_builddir in
22843 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
22845 - case ${ac_top_builddir}. in
22846 - .) ac_abs_top_builddir=$ac_abs_builddir;;
22847 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22848 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22851 -case $ac_abs_builddir in
22852 -.) ac_abs_srcdir=$ac_srcdir;;
22854 - case $ac_srcdir in
22855 - .) ac_abs_srcdir=$ac_abs_builddir;;
22856 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22857 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22860 -case $ac_abs_builddir in
22861 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
22863 - case $ac_top_srcdir in
22864 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
22865 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22866 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22877 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22878 - *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
22879 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22883 - if test x"$ac_file" != x-; then
22884 - { echo "$as_me:$LINENO: creating $ac_file" >&5
22885 -echo "$as_me: creating $ac_file" >&6;}
22888 - # Let's still pretend it is `configure' which instantiates (i.e., don't
22889 - # use $as_me), people would be surprised to read:
22890 - # /* config.h. Generated by config.status. */
22891 - if test x"$ac_file" = x-; then
22894 - configure_input="$ac_file. "
22896 - configure_input=$configure_input"Generated from `echo $ac_file_in |
22897 - sed 's,.*/,,'` by configure."
22899 - # First look for the input files in the build tree, otherwise in the
22901 - ac_file_inputs=`IFS=:
22902 - for f in $ac_file_in; do
22904 - -) echo $tmp/stdin ;;
22906 - # Absolute (can't be DOS-style, as IFS=:)
22907 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22908 -echo "$as_me: error: cannot find input file: $f" >&2;}
22909 - { (exit 1); exit 1; }; }
22912 - if test -f "$f"; then
22915 - elif test -f "$srcdir/$f"; then
22917 - echo "$srcdir/$f"
22920 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22921 -echo "$as_me: error: cannot find input file: $f" >&2;}
22922 - { (exit 1); exit 1; }; }
22925 - done` || { (exit 1); exit 1; }
22926 +cat >>$CONFIG_STATUS <<\_ACEOF
22927 +# If the template does not know about datarootdir, expand it.
22928 +# FIXME: This hack should be removed a few years after 2.60.
22929 +ac_datarootdir_hack=; ac_datarootdir_seen=
22931 +case `sed -n '/datarootdir/ {
22940 +' $ac_file_inputs` in
22941 +*datarootdir*) ac_datarootdir_seen=yes;;
22942 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22943 + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22944 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22946 cat >>$CONFIG_STATUS <<_ACEOF
22947 + ac_datarootdir_hack='
22948 + s&@datadir@&$datadir&g
22949 + s&@docdir@&$docdir&g
22950 + s&@infodir@&$infodir&g
22951 + s&@localedir@&$localedir&g
22952 + s&@mandir@&$mandir&g
22953 + s&\\\${datarootdir}&$datarootdir&g' ;;
22957 +# Neutralize VPATH when `$srcdir' = `.'.
22958 +# Shell code in configure.ac might set extrasub.
22959 +# FIXME: do we really want to maintain this feature?
22960 +cat >>$CONFIG_STATUS <<_ACEOF
22964 cat >>$CONFIG_STATUS <<\_ACEOF
22966 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22967 -s,@configure_input@,$configure_input,;t t
22968 -s,@srcdir@,$ac_srcdir,;t t
22969 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
22970 -s,@top_srcdir@,$ac_top_srcdir,;t t
22971 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
22972 -s,@builddir@,$ac_builddir,;t t
22973 -s,@abs_builddir@,$ac_abs_builddir,;t t
22974 -s,@top_builddir@,$ac_top_builddir,;t t
22975 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
22976 -s,@INSTALL@,$ac_INSTALL,;t t
22977 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
22979 - if test x"$ac_file" != x-; then
22980 - mv $tmp/out $ac_file
22985 +s&@configure_input@&$configure_input&;t t
22986 +s&@top_builddir@&$ac_top_builddir_sub&;t t
22987 +s&@srcdir@&$ac_srcdir&;t t
22988 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
22989 +s&@top_srcdir@&$ac_top_srcdir&;t t
22990 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22991 +s&@builddir@&$ac_builddir&;t t
22992 +s&@abs_builddir@&$ac_abs_builddir&;t t
22993 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22994 +s&@INSTALL@&$ac_INSTALL&;t t
22995 +$ac_datarootdir_hack
22996 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22998 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22999 + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23000 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23001 + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23002 +which seems to be undefined. Please make sure it is defined." >&5
23003 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23004 +which seems to be undefined. Please make sure it is defined." >&2;}
23008 -cat >>$CONFIG_STATUS <<\_ACEOF
23011 -# CONFIG_HEADER section.
23014 -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
23015 -# NAME is the cpp macro being defined and VALUE is the value it is being given.
23017 -# ac_d sets the value in "#define NAME VALUE" lines.
23018 -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
23019 -ac_dB='[ ].*$,\1#\2'
23022 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
23023 -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
23024 -ac_uB='$,\1#\2define\3'
23028 -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
23029 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
23030 + rm -f "$tmp/stdin"
23032 - - | *:- | *:-:* ) # input from stdin
23034 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23035 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23036 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23037 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23038 - * ) ac_file_in=$ac_file.in ;;
23039 + -) cat "$tmp/out"; rm -f "$tmp/out";;
23040 + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
23049 +# Transform confdefs.h into a sed script `conftest.defines', that
23050 +# substitutes the proper values into config.h.in to produce config.h.
23051 +rm -f conftest.defines conftest.tail
23052 +# First, append a space to every undef/define line, to ease matching.
23053 +echo 's/$/ /' >conftest.defines
23054 +# Then, protect against being on the right side of a sed subst, or in
23055 +# an unquoted here document, in config.status. If some macros were
23056 +# called several times there might be several #defines for the same
23057 +# symbol, which is useless. But do not sort them, since the last
23058 +# AC_DEFINE must be honored.
23059 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
23060 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
23061 +# NAME is the cpp macro being defined, VALUE is the value it is being given.
23062 +# PARAMS is the parameter list in the macro definition--in most cases, it's
23063 +# just an empty string.
23064 +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
23065 +ac_dB='\\)[ (].*,\\1define\\2'
23069 - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
23070 -echo "$as_me: creating $ac_file" >&6;}
23072 - # First look for the input files in the build tree, otherwise in the
23074 - ac_file_inputs=`IFS=:
23075 - for f in $ac_file_in; do
23077 - -) echo $tmp/stdin ;;
23079 - # Absolute (can't be DOS-style, as IFS=:)
23080 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23081 -echo "$as_me: error: cannot find input file: $f" >&2;}
23082 - { (exit 1); exit 1; }; }
23083 - # Do quote $f, to prevent DOS paths from being IFS'd.
23086 - if test -f "$f"; then
23089 - elif test -f "$srcdir/$f"; then
23091 - echo "$srcdir/$f"
23094 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23095 -echo "$as_me: error: cannot find input file: $f" >&2;}
23096 - { (exit 1); exit 1; }; }
23099 - done` || { (exit 1); exit 1; }
23100 - # Remove the trailing spaces.
23101 - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
23105 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
23106 -# `conftest.undefs', that substitutes the proper values into
23107 -# config.h.in to produce config.h. The first handles `#define'
23108 -# templates, and the second `#undef' templates.
23109 -# And first: Protect against being on the right side of a sed subst in
23110 -# config.status. Protect against being in an unquoted here document
23111 -# in config.status.
23112 -rm -f conftest.defines conftest.undefs
23113 -# Using a here document instead of a string reduces the quoting nightmare.
23114 -# Putting comments in sed scripts is not portable.
23116 -# `end' is used to avoid that the second main sed command (meant for
23117 -# 0-ary CPP macros) applies to n-ary macro definitions.
23118 -# See the Autoconf documentation for `clear'.
23119 -cat >confdef2sed.sed <<\_ACEOF
23124 -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
23126 -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
23129 -# If some macros were called several times there might be several times
23130 -# the same #defines, which is useless. Nevertheless, we may not want to
23131 -# sort them, since we want the *last* AC-DEFINE to be honored.
23132 -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
23133 -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
23134 -rm -f confdef2sed.sed
23139 + s/^[ ]*#[ ]*define[ ][ ]*//
23144 + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
23145 + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
23146 + ' >>conftest.defines
23148 -# This sed command replaces #undef with comments. This is necessary, for
23149 +# Remove the space that was appended to ease matching.
23150 +# Then replace #undef with comments. This is necessary, for
23151 # example, in the case of _POSIX_SOURCE, which is predefined and required
23152 # on some systems where configure will not decide to define it.
23153 -cat >>conftest.undefs <<\_ACEOF
23154 -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
23155 +# (The regexp can be short, since the line contains either #define or #undef.)
23157 +s,^[ #]*u.*,/* & */,' >>conftest.defines
23159 +# Break up conftest.defines:
23160 +ac_max_sed_lines=50
23162 +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
23163 +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
23164 +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
23166 +ac_in='$ac_file_inputs'
23167 +ac_out='"$tmp/out1"'
23168 +ac_nxt='"$tmp/out2"'
23172 + # Write a here document:
23173 + cat >>$CONFIG_STATUS <<_ACEOF
23174 + # First, check the format of the line:
23175 + cat >"\$tmp/defines.sed" <<\\CEOF
23176 +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
23177 +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
23182 -# Break up conftest.defines because some shells have a limit on the size
23183 -# of here documents, and old seds have small limits too (100 cmds).
23184 -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
23185 -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
23186 -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
23187 -echo ' :' >>$CONFIG_STATUS
23188 -rm -f conftest.tail
23189 -while grep . conftest.defines >/dev/null
23191 - # Write a limited-size here document to $tmp/defines.sed.
23192 - echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
23193 - # Speed up: don't consider the non `#define' lines.
23194 - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
23195 - # Work around the forget-to-reset-the-flag bug.
23196 - echo 't clr' >>$CONFIG_STATUS
23197 - echo ': clr' >>$CONFIG_STATUS
23198 - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
23199 + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
23201 - sed -f $tmp/defines.sed $tmp/in >$tmp/out
23203 - mv $tmp/out $tmp/in
23204 -' >>$CONFIG_STATUS
23205 - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
23206 + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
23207 + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
23208 + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
23209 + grep . conftest.tail >/dev/null || break
23210 rm -f conftest.defines
23211 mv conftest.tail conftest.defines
23213 -rm -f conftest.defines
23214 -echo ' fi # grep' >>$CONFIG_STATUS
23215 -echo >>$CONFIG_STATUS
23217 -# Break up conftest.undefs because some shells have a limit on the size
23218 -# of here documents, and old seds have small limits too (100 cmds).
23219 -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
23220 -rm -f conftest.tail
23221 -while grep . conftest.undefs >/dev/null
23223 - # Write a limited-size here document to $tmp/undefs.sed.
23224 - echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
23225 - # Speed up: don't consider the non `#undef'
23226 - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
23227 - # Work around the forget-to-reset-the-flag bug.
23228 - echo 't clr' >>$CONFIG_STATUS
23229 - echo ': clr' >>$CONFIG_STATUS
23230 - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
23232 - sed -f $tmp/undefs.sed $tmp/in >$tmp/out
23234 - mv $tmp/out $tmp/in
23235 -' >>$CONFIG_STATUS
23236 - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
23237 - rm -f conftest.undefs
23238 - mv conftest.tail conftest.undefs
23240 -rm -f conftest.undefs
23241 +rm -f conftest.defines conftest.tail
23243 +echo "ac_result=$ac_in" >>$CONFIG_STATUS
23244 cat >>$CONFIG_STATUS <<\_ACEOF
23245 - # Let's still pretend it is `configure' which instantiates (i.e., don't
23246 - # use $as_me), people would be surprised to read:
23247 - # /* config.h. Generated by config.status. */
23248 - if test x"$ac_file" = x-; then
23249 - echo "/* Generated by configure. */" >$tmp/config.h
23251 - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
23253 - cat $tmp/in >>$tmp/config.h
23255 if test x"$ac_file" != x-; then
23256 - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
23257 + echo "/* $configure_input */" >"$tmp/config.h"
23258 + cat "$ac_result" >>"$tmp/config.h"
23259 + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
23260 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
23261 echo "$as_me: $ac_file is unchanged" >&6;}
23263 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
23264 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23265 - X"$ac_file" : 'X\(//\)[^/]' \| \
23266 - X"$ac_file" : 'X\(//\)$' \| \
23267 - X"$ac_file" : 'X\(/\)' \| \
23268 - . : '\(.\)' 2>/dev/null ||
23269 -echo X"$ac_file" |
23270 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23271 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23272 - /^X\(\/\/\)$/{ s//\1/; q; }
23273 - /^X\(\/\).*/{ s//\1/; q; }
23275 - { if $as_mkdir_p; then
23276 - mkdir -p "$ac_dir"
23280 - while test ! -d "$as_dir"; do
23281 - as_dirs="$as_dir $as_dirs"
23282 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
23283 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23284 - X"$as_dir" : 'X\(//\)[^/]' \| \
23285 - X"$as_dir" : 'X\(//\)$' \| \
23286 - X"$as_dir" : 'X\(/\)' \| \
23287 - . : '\(.\)' 2>/dev/null ||
23289 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23290 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23291 - /^X\(\/\/\)$/{ s//\1/; q; }
23292 - /^X\(\/\).*/{ s//\1/; q; }
23295 - test ! -n "$as_dirs" || mkdir $as_dirs
23296 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23297 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23298 - { (exit 1); exit 1; }; }; }
23301 - mv $tmp/config.h $ac_file
23302 + mv "$tmp/config.h" $ac_file
23305 - cat $tmp/config.h
23306 - rm -f $tmp/config.h
23307 + echo "/* $configure_input */"
23310 + rm -f "$tmp/out12"
23311 # Compute $ac_file's index in $config_headers.
23313 for _am_header in $config_headers :; do
23314 @@ -20542,135 +23328,39 @@
23315 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
23318 -echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
23319 +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
23320 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23321 X$ac_file : 'X\(//\)[^/]' \| \
23322 X$ac_file : 'X\(//\)$' \| \
23323 - X$ac_file : 'X\(/\)' \| \
23324 - . : '\(.\)' 2>/dev/null ||
23325 + X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
23327 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23328 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23329 - /^X\(\/\/\)$/{ s//\1/; q; }
23330 - /^X\(\/\).*/{ s//\1/; q; }
23331 - s/.*/./; q'`/stamp-h$_am_stamp_count
23334 -cat >>$CONFIG_STATUS <<\_ACEOF
23337 -# CONFIG_COMMANDS section.
23339 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
23340 - ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
23341 - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23342 - ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
23343 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23344 - X"$ac_dest" : 'X\(//\)[^/]' \| \
23345 - X"$ac_dest" : 'X\(//\)$' \| \
23346 - X"$ac_dest" : 'X\(/\)' \| \
23347 - . : '\(.\)' 2>/dev/null ||
23348 -echo X"$ac_dest" |
23349 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23350 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23351 - /^X\(\/\/\)$/{ s//\1/; q; }
23352 - /^X\(\/\).*/{ s//\1/; q; }
23354 - { if $as_mkdir_p; then
23355 - mkdir -p "$ac_dir"
23359 - while test ! -d "$as_dir"; do
23360 - as_dirs="$as_dir $as_dirs"
23361 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
23362 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23363 - X"$as_dir" : 'X\(//\)[^/]' \| \
23364 - X"$as_dir" : 'X\(//\)$' \| \
23365 - X"$as_dir" : 'X\(/\)' \| \
23366 - . : '\(.\)' 2>/dev/null ||
23368 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23369 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23370 - /^X\(\/\/\)$/{ s//\1/; q; }
23371 - /^X\(\/\).*/{ s//\1/; q; }
23374 - test ! -n "$as_dirs" || mkdir $as_dirs
23375 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23376 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23377 - { (exit 1); exit 1; }; }; }
23381 -if test "$ac_dir" != .; then
23382 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23383 - # A "../" for each directory in $ac_dir_suffix.
23384 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23386 - ac_dir_suffix= ac_top_builddir=
23390 - .) # No --srcdir option. We are building in place.
23392 - if test -z "$ac_top_builddir"; then
23395 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23397 - [\\/]* | ?:[\\/]* ) # Absolute path.
23398 - ac_srcdir=$srcdir$ac_dir_suffix;
23399 - ac_top_srcdir=$srcdir ;;
23400 - *) # Relative path.
23401 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23402 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
23404 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23408 + /^X\(\/\/\)[^/].*/{
23420 + s/.*/./; q'`/stamp-h$_am_stamp_count
23423 -# Do not use `cd foo && pwd` to compute absolute paths, because
23424 -# the directories may not exist.
23426 -.) ac_abs_builddir="$ac_dir";;
23428 - case "$ac_dir" in
23429 - .) ac_abs_builddir=`pwd`;;
23430 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23431 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
23434 -case $ac_abs_builddir in
23435 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
23437 - case ${ac_top_builddir}. in
23438 - .) ac_abs_top_builddir=$ac_abs_builddir;;
23439 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23440 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23443 -case $ac_abs_builddir in
23444 -.) ac_abs_srcdir=$ac_srcdir;;
23446 - case $ac_srcdir in
23447 - .) ac_abs_srcdir=$ac_abs_builddir;;
23448 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23449 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23452 -case $ac_abs_builddir in
23453 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
23455 - case $ac_top_srcdir in
23456 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
23457 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23458 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23461 + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
23462 +echo "$as_me: executing $ac_file commands" >&6;}
23467 - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
23468 -echo "$as_me: executing $ac_dest commands" >&6;}
23470 - depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
23471 + case $ac_file$ac_mode in
23472 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
23473 # Strip MF so we end up with the name of the file.
23474 mf=`echo "$mf" | sed -e 's/:.*$//'`
23475 # Check whether this is an Automake generated Makefile or not.
23476 @@ -20680,18 +23370,29 @@
23477 # each Makefile.in and add a new line on top of each file to say so.
23478 # So let's grep whole file.
23479 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
23480 - dirpart=`(dirname "$mf") 2>/dev/null ||
23481 + dirpart=`$as_dirname -- "$mf" ||
23482 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23483 X"$mf" : 'X\(//\)[^/]' \| \
23484 X"$mf" : 'X\(//\)$' \| \
23485 - X"$mf" : 'X\(/\)' \| \
23486 - . : '\(.\)' 2>/dev/null ||
23487 + X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
23489 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23490 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23491 - /^X\(\/\/\)$/{ s//\1/; q; }
23492 - /^X\(\/\).*/{ s//\1/; q; }
23494 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23498 + /^X\(\/\/\)[^/].*/{
23514 @@ -20713,49 +23414,76 @@
23515 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
23516 # Make sure the directory exists.
23517 test -f "$dirpart/$file" && continue
23518 - fdir=`(dirname "$file") 2>/dev/null ||
23519 + fdir=`$as_dirname -- "$file" ||
23520 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23521 X"$file" : 'X\(//\)[^/]' \| \
23522 X"$file" : 'X\(//\)$' \| \
23523 - X"$file" : 'X\(/\)' \| \
23524 - . : '\(.\)' 2>/dev/null ||
23525 + X"$file" : 'X\(/\)' \| . 2>/dev/null ||
23527 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23528 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23529 - /^X\(\/\/\)$/{ s//\1/; q; }
23530 - /^X\(\/\).*/{ s//\1/; q; }
23532 - { if $as_mkdir_p; then
23533 - mkdir -p $dirpart/$fdir
23535 - as_dir=$dirpart/$fdir
23536 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23540 + /^X\(\/\/\)[^/].*/{
23553 + { as_dir=$dirpart/$fdir
23554 + case $as_dir in #(
23555 + -*) as_dir=./$as_dir;;
23557 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23559 - while test ! -d "$as_dir"; do
23560 - as_dirs="$as_dir $as_dirs"
23561 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
23563 + case $as_dir in #(
23564 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23565 + *) as_qdir=$as_dir;;
23567 + as_dirs="'$as_qdir' $as_dirs"
23568 + as_dir=`$as_dirname -- "$as_dir" ||
23569 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23570 X"$as_dir" : 'X\(//\)[^/]' \| \
23571 X"$as_dir" : 'X\(//\)$' \| \
23572 - X"$as_dir" : 'X\(/\)' \| \
23573 - . : '\(.\)' 2>/dev/null ||
23574 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23576 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23577 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23578 - /^X\(\/\/\)$/{ s//\1/; q; }
23579 - /^X\(\/\).*/{ s//\1/; q; }
23581 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23585 + /^X\(\/\/\)[^/].*/{
23598 + test -d "$as_dir" && break
23600 - test ! -n "$as_dirs" || mkdir $as_dirs
23601 - fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
23602 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
23603 + test -z "$as_dirs" || eval "mkdir $as_dirs"
23604 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23605 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
23606 { (exit 1); exit 1; }; }; }
23608 # echo "creating $dirpart/$file"
23609 echo '# dummy' > "$dirpart/$file"
23613 - default-1 ) for ac_file in $CONFIG_FILES; do
23614 + "default-1":C) for ac_file in $CONFIG_FILES; do
23615 # Support "outfile[:infile[:infile...]]"
23617 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
23618 @@ -20784,11 +23512,10 @@
23628 -cat >>$CONFIG_STATUS <<\_ACEOF
23630 { (exit 0); exit 0; }
23632 --- contrib/Makefile.in.orig
23633 +++ contrib/Makefile.in
23635 GMOFILES = @GMOFILES@
23636 GMSGFMT = @GMSGFMT@
23637 GPGME_CONFIG = @GPGME_CONFIG@
23639 INSTALL_DATA = @INSTALL_DATA@
23640 INSTALL_PROGRAM = @INSTALL_PROGRAM@
23641 INSTALL_SCRIPT = @INSTALL_SCRIPT@
23642 @@ -155,10 +156,7 @@
23643 USE_SSL_TRUE = @USE_SSL_TRUE@
23644 VERSION = @VERSION@
23645 XGETTEXT = @XGETTEXT@
23646 -ac_ct_AR = @ac_ct_AR@
23647 ac_ct_CC = @ac_ct_CC@
23648 -ac_ct_RANLIB = @ac_ct_RANLIB@
23649 -ac_ct_STRIP = @ac_ct_STRIP@
23650 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
23651 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
23652 am__include = @am__include@
23653 @@ -173,24 +171,30 @@
23654 build_os = @build_os@
23655 build_vendor = @build_vendor@
23656 datadir = @datadir@
23657 +datarootdir = @datarootdir@
23660 exec_prefix = @exec_prefix@
23662 host_alias = @host_alias@
23663 host_cpu = @host_cpu@
23664 host_os = @host_os@
23665 host_vendor = @host_vendor@
23666 +htmldir = @htmldir@
23667 includedir = @includedir@
23668 infodir = @infodir@
23669 install_sh = @install_sh@
23671 libexecdir = @libexecdir@
23672 +localedir = @localedir@
23673 localstatedir = @localstatedir@
23675 mkdir_p = @mkdir_p@
23676 oldincludedir = @oldincludedir@
23679 program_transform_name = @program_transform_name@
23681 sbindir = @sbindir@
23682 sharedstatedir = @sharedstatedir@
23683 sysconfdir = @sysconfdir@
23684 @@ -220,9 +224,9 @@
23688 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
23689 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
23690 cd $(top_srcdir) && \
23691 - $(AUTOMAKE) --foreign contrib/Makefile
23692 + $(AUTOMAKE) --gnu contrib/Makefile
23693 .PRECIOUS: Makefile
23694 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23696 --- doc/Makefile.in.orig
23697 +++ doc/Makefile.in
23699 GMOFILES = @GMOFILES@
23700 GMSGFMT = @GMSGFMT@
23701 GPGME_CONFIG = @GPGME_CONFIG@
23703 INSTALL_DATA = @INSTALL_DATA@
23704 INSTALL_PROGRAM = @INSTALL_PROGRAM@
23705 INSTALL_SCRIPT = @INSTALL_SCRIPT@
23706 @@ -156,10 +157,7 @@
23707 USE_SSL_TRUE = @USE_SSL_TRUE@
23708 VERSION = @VERSION@
23709 XGETTEXT = @XGETTEXT@
23710 -ac_ct_AR = @ac_ct_AR@
23711 ac_ct_CC = @ac_ct_CC@
23712 -ac_ct_RANLIB = @ac_ct_RANLIB@
23713 -ac_ct_STRIP = @ac_ct_STRIP@
23714 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
23715 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
23716 am__include = @am__include@
23717 @@ -174,24 +172,30 @@
23718 build_os = @build_os@
23719 build_vendor = @build_vendor@
23720 datadir = @datadir@
23721 +datarootdir = @datarootdir@
23724 exec_prefix = @exec_prefix@
23726 host_alias = @host_alias@
23727 host_cpu = @host_cpu@
23728 host_os = @host_os@
23729 host_vendor = @host_vendor@
23730 +htmldir = @htmldir@
23731 includedir = @includedir@
23732 infodir = @infodir@
23733 install_sh = @install_sh@
23735 libexecdir = @libexecdir@
23736 +localedir = @localedir@
23737 localstatedir = @localstatedir@
23739 mkdir_p = @mkdir_p@
23740 oldincludedir = @oldincludedir@
23743 program_transform_name = @program_transform_name@
23745 sbindir = @sbindir@
23746 sharedstatedir = @sharedstatedir@
23747 sysconfdir = @sysconfdir@
23748 @@ -245,9 +249,9 @@
23752 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
23753 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
23754 cd $(top_srcdir) && \
23755 - $(AUTOMAKE) --foreign doc/Makefile
23756 + $(AUTOMAKE) --gnu doc/Makefile
23757 .PRECIOUS: Makefile
23758 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23760 @@ -431,13 +435,13 @@
23763 manual.txt: manual.html
23764 - /usr/bin/links.main -dump $^ > $@ || links -dump $^ > $@
23765 + -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@
23767 manual.html: $(srcdir)/html.xsl stamp-doc-xml
23768 - xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
23769 + -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
23771 stamp-doc-chunked: $(srcdir)/chunk.xsl stamp-doc-xml
23772 - xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
23773 + -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
23774 touch stamp-doc-chunked
23776 manual.pdf: manual.tex
23777 --- imap/Makefile.in.orig
23778 +++ imap/Makefile.in
23779 @@ -124,6 +124,7 @@
23780 GMOFILES = @GMOFILES@
23781 GMSGFMT = @GMSGFMT@
23782 GPGME_CONFIG = @GPGME_CONFIG@
23784 INSTALL_DATA = @INSTALL_DATA@
23785 INSTALL_PROGRAM = @INSTALL_PROGRAM@
23786 INSTALL_SCRIPT = @INSTALL_SCRIPT@
23787 @@ -183,10 +184,7 @@
23788 USE_SSL_TRUE = @USE_SSL_TRUE@
23789 VERSION = @VERSION@
23790 XGETTEXT = @XGETTEXT@
23791 -ac_ct_AR = @ac_ct_AR@
23792 ac_ct_CC = @ac_ct_CC@
23793 -ac_ct_RANLIB = @ac_ct_RANLIB@
23794 -ac_ct_STRIP = @ac_ct_STRIP@
23795 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
23796 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
23797 am__include = @am__include@
23798 @@ -201,24 +199,30 @@
23799 build_os = @build_os@
23800 build_vendor = @build_vendor@
23801 datadir = @datadir@
23802 +datarootdir = @datarootdir@
23805 exec_prefix = @exec_prefix@
23807 host_alias = @host_alias@
23808 host_cpu = @host_cpu@
23809 host_os = @host_os@
23810 host_vendor = @host_vendor@
23811 +htmldir = @htmldir@
23812 includedir = @includedir@
23813 infodir = @infodir@
23814 install_sh = @install_sh@
23816 libexecdir = @libexecdir@
23817 +localedir = @localedir@
23818 localstatedir = @localstatedir@
23820 mkdir_p = @mkdir_p@
23821 oldincludedir = @oldincludedir@
23824 program_transform_name = @program_transform_name@
23826 sbindir = @sbindir@
23827 sharedstatedir = @sharedstatedir@
23828 sysconfdir = @sysconfdir@
23829 --- m4/Makefile.in.orig
23832 GMOFILES = @GMOFILES@
23833 GMSGFMT = @GMSGFMT@
23834 GPGME_CONFIG = @GPGME_CONFIG@
23836 INSTALL_DATA = @INSTALL_DATA@
23837 INSTALL_PROGRAM = @INSTALL_PROGRAM@
23838 INSTALL_SCRIPT = @INSTALL_SCRIPT@
23839 @@ -154,10 +155,7 @@
23840 USE_SSL_TRUE = @USE_SSL_TRUE@
23841 VERSION = @VERSION@
23842 XGETTEXT = @XGETTEXT@
23843 -ac_ct_AR = @ac_ct_AR@
23844 ac_ct_CC = @ac_ct_CC@
23845 -ac_ct_RANLIB = @ac_ct_RANLIB@
23846 -ac_ct_STRIP = @ac_ct_STRIP@
23847 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
23848 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
23849 am__include = @am__include@
23850 @@ -172,24 +170,30 @@
23851 build_os = @build_os@
23852 build_vendor = @build_vendor@
23853 datadir = @datadir@
23854 +datarootdir = @datarootdir@
23857 exec_prefix = @exec_prefix@
23859 host_alias = @host_alias@
23860 host_cpu = @host_cpu@
23861 host_os = @host_os@
23862 host_vendor = @host_vendor@
23863 +htmldir = @htmldir@
23864 includedir = @includedir@
23865 infodir = @infodir@
23866 install_sh = @install_sh@
23868 libexecdir = @libexecdir@
23869 +localedir = @localedir@
23870 localstatedir = @localstatedir@
23872 mkdir_p = @mkdir_p@
23873 oldincludedir = @oldincludedir@
23876 program_transform_name = @program_transform_name@
23878 sbindir = @sbindir@
23879 sharedstatedir = @sharedstatedir@
23880 sysconfdir = @sysconfdir@
23881 @@ -207,9 +211,9 @@
23885 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign m4/Makefile'; \
23886 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
23887 cd $(top_srcdir) && \
23888 - $(AUTOMAKE) --foreign m4/Makefile
23889 + $(AUTOMAKE) --gnu m4/Makefile
23890 .PRECIOUS: Makefile
23891 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status