]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/autotools-update.diff
New upstream release 1.5.13.
[software/mutt-debian.git] / debian / patches / misc / autotools-update.diff
1 --- Makefile.in.orig
2 +++ Makefile.in
3 @@ -72,10 +72,10 @@
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) \
18 @@ -189,6 +189,7 @@
19  GMOFILES = @GMOFILES@
20  GMSGFMT = @GMSGFMT@
21  GPGME_CONFIG = @GPGME_CONFIG@
22 +GREP = @GREP@
23  INSTALL_DATA = @INSTALL_DATA@
24  INSTALL_PROGRAM = @INSTALL_PROGRAM@
25  INSTALL_SCRIPT = @INSTALL_SCRIPT@
26 @@ -248,10 +249,7 @@
27  USE_SSL_TRUE = @USE_SSL_TRUE@
28  VERSION = @VERSION@
29  XGETTEXT = @XGETTEXT@
30 -ac_ct_AR = @ac_ct_AR@
31  ac_ct_CC = @ac_ct_CC@
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@
37 @@ -266,24 +264,30 @@
38  build_os = @build_os@
39  build_vendor = @build_vendor@
40  datadir = @datadir@
41 +datarootdir = @datarootdir@
42  docdir = @docdir@
43 +dvidir = @dvidir@
44  exec_prefix = @exec_prefix@
45  host = @host@
46  host_alias = @host_alias@
47  host_cpu = @host_cpu@
48  host_os = @host_os@
49  host_vendor = @host_vendor@
50 +htmldir = @htmldir@
51  includedir = @includedir@
52  infodir = @infodir@
53  install_sh = @install_sh@
54  libdir = @libdir@
55  libexecdir = @libexecdir@
56 +localedir = @localedir@
57  localstatedir = @localstatedir@
58  mandir = @mandir@
59  mkdir_p = @mkdir_p@
60  oldincludedir = @oldincludedir@
61 +pdfdir = @pdfdir@
62  prefix = @prefix@
63  program_transform_name = @program_transform_name@
64 +psdir = @psdir@
65  sbindir = @sbindir@
66  sharedstatedir = @sharedstatedir@
67  sysconfdir = @sysconfdir@
68 @@ -296,7 +300,7 @@
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 \
76         getdomain.c group.c \
77 @@ -328,7 +332,7 @@
78         crypt-gpgme.c crypt-mod-pgp-gpgme.c crypt-mod-smime-gpgme.c
79  
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 \
86 @@ -500,6 +504,7 @@
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@
94 --- config.h.in.orig
95 +++ config.h.in
96 @@ -481,24 +481,24 @@
97     accordingly. */
98  #undef SIG_ATOMIC_VOLATILE_T
99  
100 -/* The size of a `int', as computed by sizeof. */
101 +/* The size of `int', as computed by sizeof. */
102  #undef SIZEOF_INT
103  
104 -/* The size of a `long', as computed by sizeof. */
105 +/* The size of `long', as computed by sizeof. */
106  #undef SIZEOF_LONG
107  
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
111  
112 -/* The size of a `off_t', as computed by sizeof. */
113 +/* The size of `off_t', as computed by sizeof. */
114  #undef SIZEOF_OFF_T
115  
116 -/* The size of a `short', as computed by sizeof. */
117 +/* The size of `short', as computed by sizeof. */
118  #undef SIZEOF_SHORT
119  
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 */
127 @@ -510,6 +510,9 @@
128  /* Define to enable Sun mailtool attachments support. */
129  #undef SUN_ATTACHMENT
130  
131 +/* Define to support compressed folders. */
132 +#undef USE_COMPRESSED
133 +
134  /* Define to use dotlocking for mailboxes. */
135  #undef USE_DOTLOCK
136  
137 @@ -610,7 +613,7 @@
138  /* Define to 'int' if system headers don't define. */
139  #undef mbstate_t
140  
141 -/* Define to `long' if <sys/types.h> does not define. */
142 +/* Define to `long int' if <sys/types.h> does not define. */
143  #undef off_t
144  
145  /* Define to `int' if <sys/types.h> does not define. */
146 @@ -619,7 +622,7 @@
147  /* Define to `int' if <sys/types.h> does not define. */
148  #undef sig_atomic_t
149  
150 -/* Define to `unsigned' if <sys/types.h> does not define. */
151 +/* Define to `unsigned int' if <sys/types.h> does not define. */
152  #undef size_t
153  
154  /* Define to 'int' if <sys/socket.h> doesn't have it. */
155 --- configure.orig
156 +++ configure
157 @@ -1,8 +1,9 @@
158  #! /bin/sh
159  # Guess values for system-dependent variables and create Makefiles.
160 -# Generated by GNU Autoconf 2.59.
161 +# Generated by GNU Autoconf 2.60.
162  #
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  ## --------------------- ##
169 @@ -16,11 +17,35 @@
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
174 -  set -o posix
175 +  setopt NO_GLOB_SUBST
176 +else
177 +  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
178  fi
179 +BIN_SH=xpg4; export BIN_SH # for Tru64
180  DUALCASE=1; export DUALCASE # for MKS sh
181  
182 +
183 +# PATH needs CR
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
190 +
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
195 +  chmod +x conf$$.sh
196 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
197 +    PATH_SEPARATOR=';'
198 +  else
199 +    PATH_SEPARATOR=:
200 +  fi
201 +  rm -f conf$$.sh
202 +fi
203 +
204  # Support unset when possible.
205  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
206    as_unset=unset
207 @@ -29,8 +54,43 @@
208  fi
209  
210  
211 +# IFS
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.)
216 +as_nl='
217 +'
218 +IFS=" ""       $as_nl"
219 +
220 +# Find who we are.  Look in the path if we contain no directory separator.
221 +case $0 in
222 +  *[\\/]* ) as_myself=$0 ;;
223 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 +for as_dir in $PATH
225 +do
226 +  IFS=$as_save_IFS
227 +  test -z "$as_dir" && as_dir=.
228 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
229 +done
230 +IFS=$as_save_IFS
231 +
232 +     ;;
233 +esac
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
237 +  as_myself=$0
238 +fi
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; }
242 +fi
243 +
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
248 +done
249  PS1='$ '
250  PS2='> '
251  PS4='+ '
252 @@ -44,18 +104,19 @@
253    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
254      eval $as_var=C; export $as_var
255    else
256 -    $as_unset $as_var
257 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
258    fi
259  done
260  
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
265    as_expr=expr
266  else
267    as_expr=false
268  fi
269  
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
272    as_basename=basename
273  else
274    as_basename=false
275 @@ -63,157 +124,386 @@
276  
277  
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 ||
286  echo X/"$0" |
287 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
288 -         /^X\/\(\/\/\)$/{ s//\1/; q; }
289 -         /^X\/\(\/\).*/{ s//\1/; q; }
290 -         s/.*/./; q'`
291 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
292 +           s//\1/
293 +           q
294 +         }
295 +         /^X\/\(\/\/\)$/{
296 +           s//\1/
297 +           q
298 +         }
299 +         /^X\/\(\/\).*/{
300 +           s//\1/
301 +           q
302 +         }
303 +         s/.*/./; q'`
304  
305 +# CDPATH.
306 +$as_unset CDPATH
307  
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
315  
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
320 -  chmod +x conf$$.sh
321 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
322 -    PATH_SEPARATOR=';'
323 -  else
324 -    PATH_SEPARATOR=:
325 -  fi
326 -  rm -f conf$$.sh
327 +if test "x$CONFIG_SHELL" = x; then
328 +  if (eval ":") 2>/dev/null; then
329 +  as_have_required=yes
330 +else
331 +  as_have_required=no
332  fi
333  
334 +  if test $as_have_required = yes &&    (eval ":
335 +(as_func_return () {
336 +  (exit \$1)
337 +}
338 +as_func_success () {
339 +  as_func_return 0
340 +}
341 +as_func_failure () {
342 +  as_func_return 1
343 +}
344 +as_func_ret_success () {
345 +  return 0
346 +}
347 +as_func_ret_failure () {
348 +  return 1
349 +}
350  
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
357 -  # relative or not.
358 -  case $0 in
359 -    *[\\/]* ) as_myself=$0 ;;
360 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
361 -for as_dir in $PATH
362 -do
363 -  IFS=$as_save_IFS
364 -  test -z "$as_dir" && as_dir=.
365 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
366 -done
367 +exitcode=0
368 +if as_func_success; then
369 +  :
370 +else
371 +  exitcode=1
372 +  echo as_func_success failed.
373 +fi
374  
375 -       ;;
376 -  esac
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
380 -    as_myself=$0
381 -  fi
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; }; }
385 -  fi
386 -  case $CONFIG_SHELL in
387 -  '')
388 +if as_func_failure; then
389 +  exitcode=1
390 +  echo as_func_failure succeeded.
391 +fi
392 +
393 +if as_func_ret_success; then
394 +  :
395 +else
396 +  exitcode=1
397 +  echo as_func_ret_success failed.
398 +fi
399 +
400 +if as_func_ret_failure; then
401 +  exitcode=1
402 +  echo as_func_ret_failure succeeded.
403 +fi
404 +
405 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
406 +  :
407 +else
408 +  exitcode=1
409 +  echo positional parameters were not saved.
410 +fi
411 +
412 +test \$exitcode = 0) || { (exit 1); exit 1; }
413 +
414 +(
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
420 +  :
421 +else
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
426  do
427    IFS=$as_save_IFS
428    test -z "$as_dir" && as_dir=.
429 -  for as_base in sh bash ksh sh5; do
430 -        case $as_dir in
431 +  case $as_dir in
432          /*)
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"
436 +          done;;
437 +       esac
438 +done
439 +IFS=$as_save_IFS
440 +
441 +
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
448 +  emulate sh
449 +  NULLCMD=:
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
454 +else
455 +  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
456 +fi
457 +BIN_SH=xpg4; export BIN_SH # for Tru64
458 +DUALCASE=1; export DUALCASE # for MKS sh
459 +
460 +:
461 +_ASEOF
462 +}; then
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
468 +  emulate sh
469 +  NULLCMD=:
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
474 +else
475 +  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
476 +fi
477 +BIN_SH=xpg4; export BIN_SH # for Tru64
478 +DUALCASE=1; export DUALCASE # for MKS sh
479 +
480 +:
481 +(as_func_return () {
482 +  (exit $1)
483 +}
484 +as_func_success () {
485 +  as_func_return 0
486 +}
487 +as_func_failure () {
488 +  as_func_return 1
489 +}
490 +as_func_ret_success () {
491 +  return 0
492 +}
493 +as_func_ret_failure () {
494 +  return 1
495 +}
496 +
497 +exitcode=0
498 +if as_func_success; then
499 +  :
500 +else
501 +  exitcode=1
502 +  echo as_func_success failed.
503 +fi
504 +
505 +if as_func_failure; then
506 +  exitcode=1
507 +  echo as_func_failure succeeded.
508 +fi
509 +
510 +if as_func_ret_success; then
511 +  :
512 +else
513 +  exitcode=1
514 +  echo as_func_ret_success failed.
515 +fi
516 +
517 +if as_func_ret_failure; then
518 +  exitcode=1
519 +  echo as_func_ret_failure succeeded.
520 +fi
521 +
522 +if ( set x; as_func_ret_success y && test x = "$1" ); then
523 +  :
524 +else
525 +  exitcode=1
526 +  echo positional parameters were not saved.
527 +fi
528 +
529 +test $exitcode = 0) || { (exit 1); exit 1; }
530 +
531 +(
532    as_lineno_1=$LINENO
533    as_lineno_2=$LINENO
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+"$@"}
542 -          fi;;
543 -        esac
544 -       done
545 -done
546 -;;
547 -  esac
548 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
549 +
550 +_ASEOF
551 +}; then
552 +  break
553 +fi
554 +
555 +fi
556 +
557 +      done
558 +
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
562 +        done
563 +        export CONFIG_SHELL
564 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
565 +fi
566 +
567 +
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; }
574 +fi
575 +
576 +
577 +fi
578 +
579 +fi
580 +
581 +
582 +
583 +(eval "as_func_return () {
584 +  (exit \$1)
585 +}
586 +as_func_success () {
587 +  as_func_return 0
588 +}
589 +as_func_failure () {
590 +  as_func_return 1
591 +}
592 +as_func_ret_success () {
593 +  return 0
594 +}
595 +as_func_ret_failure () {
596 +  return 1
597 +}
598 +
599 +exitcode=0
600 +if as_func_success; then
601 +  :
602 +else
603 +  exitcode=1
604 +  echo as_func_success failed.
605 +fi
606 +
607 +if as_func_failure; then
608 +  exitcode=1
609 +  echo as_func_failure succeeded.
610 +fi
611 +
612 +if as_func_ret_success; then
613 +  :
614 +else
615 +  exitcode=1
616 +  echo as_func_ret_success failed.
617 +fi
618 +
619 +if as_func_ret_failure; then
620 +  exitcode=1
621 +  echo as_func_ret_failure succeeded.
622 +fi
623 +
624 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
625 +  :
626 +else
627 +  exitcode=1
628 +  echo positional parameters were not saved.
629 +fi
630 +
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
635 +  echo message
636 +}
637 +
638 +
639 +
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" || {
644  
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.  :-)
661 +  sed -n '
662 +    p
663 +    /[$]LINENO/=
664 +  ' <$as_myself |
665      sed '
666 +      s/[$]LINENO.*/&-/
667 +      t lineno
668 +      b
669 +      :lineno
670        N
671 -      s,$,-,
672 -      : loop
673 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
674 +      :loop
675 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
676        t loop
677 -      s,-$,,
678 -      s,^['$as_cr_digits']*\n,,
679 +      s/-\n.*//
680      ' >$as_me.lineno &&
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; }; }
685  
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).
689 -  . ./$as_me.lineno
690 +  # original and so on.  Autoconf is especially sensitive to this).
691 +  . "./$as_me.lineno"
692    # Exit status is that of the last command.
693    exit
694  }
695  
696  
697 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
698 -  *c*,-n*) ECHO_N= ECHO_C='
699 -' ECHO_T='     ' ;;
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
703 +  as_dirname=dirname
704 +else
705 +  as_dirname=false
706 +fi
707 +
708 +ECHO_C= ECHO_N= ECHO_T=
709 +case `echo -n x` in
710 +-n*)
711 +  case `echo 'x\c'` in
712 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
713 +  *)   ECHO_C='\c';;
714 +  esac;;
715 +*)
716 +  ECHO_N='-n';;
717  esac
718  
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
722    as_expr=expr
723  else
724    as_expr=false
725  fi
726  
727  rm -f conf$$ conf$$.exe conf$$.file
728 +if test -d conf$$.dir; then
729 +  rm -f conf$$.dir/conf$$.file
730 +else
731 +  rm -f conf$$.dir
732 +  mkdir conf$$.dir
733 +fi
734  echo >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
740 +  as_ln_s='ln -s'
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 ||
746      as_ln_s='cp -p'
747 -  else
748 -    as_ln_s='ln -s'
749 -  fi
750  elif ln conf$$.file conf$$ 2>/dev/null; then
751    as_ln_s=ln
752  else
753    as_ln_s='cp -p'
754  fi
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
758  
759  if mkdir -p . 2>/dev/null; then
760    as_mkdir_p=:
761 @@ -222,7 +512,19 @@
762    as_mkdir_p=false
763  fi
764  
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
769 +#! /bin/sh
770 +exit 0
771 +_ASEOF
772 +chmod +x conf$$.file
773 +if test -x conf$$.file >/dev/null 2>&1; then
774 +  as_executable_p="test -x"
775 +else
776 +  as_executable_p=:
777 +fi
778 +rm -f conf$$.file
779  
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'"
784  
785  
786 -# IFS
787 -# We need space, tab and new line, in precisely that order.
788 -as_nl='
789 -'
790 -IFS="  $as_nl"
791 -
792 -# CDPATH.
793 -$as_unset CDPATH
794  
795 +exec 7<&0 </dev/null 6>&1
796  
797  # Name of the host.
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`
801  
802 -exec 6>&1
803 -
804  #
805  # Initializations.
806  #
807  ac_default_prefix=/usr/local
808 +ac_clean_files=
809  ac_config_libobj_dir=.
810 +LIBOBJS=
811  cross_compiling=no
812  subdirs=
813  MFLAGS=
814  MAKEFLAGS=
815  SHELL=${CONFIG_SHELL-/bin/sh}
816  
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}
821 -
822  # Identity of this package.
823  PACKAGE_NAME=
824  PACKAGE_TARNAME=
825 @@ -300,17 +590,171 @@
826  #endif
827  #if HAVE_INTTYPES_H
828  # include <inttypes.h>
829 -#else
830 -# if HAVE_STDINT_H
831 -#  include <stdint.h>
832 -# endif
833 +#endif
834 +#if HAVE_STDINT_H
835 +# include <stdint.h>
836  #endif
837  #if HAVE_UNISTD_H
838  # include <unistd.h>
839  #endif"
840  
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
843 +PATH_SEPARATOR
844 +PACKAGE_NAME
845 +PACKAGE_TARNAME
846 +PACKAGE_VERSION
847 +PACKAGE_STRING
848 +PACKAGE_BUGREPORT
849 +exec_prefix
850 +prefix
851 +program_transform_name
852 +bindir
853 +sbindir
854 +libexecdir
855 +datarootdir
856 +datadir
857 +sysconfdir
858 +sharedstatedir
859 +localstatedir
860 +includedir
861 +oldincludedir
862 +docdir
863 +infodir
864 +htmldir
865 +dvidir
866 +pdfdir
867 +psdir
868 +libdir
869 +localedir
870 +mandir
871 +DEFS
872 +ECHO_C
873 +ECHO_N
874 +ECHO_T
875 +LIBS
876 +build_alias
877 +host_alias
878 +target_alias
879 +INSTALL_PROGRAM
880 +INSTALL_SCRIPT
881 +INSTALL_DATA
882 +CYGPATH_W
883 +PACKAGE
884 +VERSION
885 +ACLOCAL
886 +AUTOCONF
887 +AUTOMAKE
888 +AUTOHEADER
889 +MAKEINFO
890 +install_sh
891 +STRIP
892 +INSTALL_STRIP_PROGRAM
893 +mkdir_p
894 +AWK
895 +SET_MAKE
896 +am__leading_dot
897 +AMTAR
898 +am__tar
899 +am__untar
900 +CONFIG_STATUS_DEPENDENCIES
901 +build
902 +build_cpu
903 +build_vendor
904 +build_os
905 +host
906 +host_cpu
907 +host_vendor
908 +host_os
909 +CC
910 +CFLAGS
911 +LDFLAGS
912 +CPPFLAGS
913 +ac_ct_CC
914 +EXEEXT
915 +OBJEXT
916 +DEPDIR
917 +am__include
918 +am__quote
919 +AMDEP_TRUE
920 +AMDEP_FALSE
921 +AMDEPBACKSLASH
922 +CCDEPMODE
923 +am__fastdepCC_TRUE
924 +am__fastdepCC_FALSE
925 +CPP
926 +GREP
927 +EGREP
928 +U
929 +ANSI2KNR
930 +RANLIB
931 +AR
932 +DBX
933 +GDB
934 +SDB
935 +DEBUGGER
936 +SENDMAIL
937 +GPGME_CONFIG
938 +LIBGPGME_CFLAGS
939 +LIBGPGME_LIBS
940 +OPS
941 +PGPAUX_TARGET
942 +SMIMEAUX_TARGET
943 +ISPELL
944 +LIBOBJS
945 +DOTLOCK_TARGET
946 +DOTLOCK_GROUP
947 +DOTLOCK_PERMISSION
948 +BUILD_IMAP_TRUE
949 +BUILD_IMAP_FALSE
950 +KRB5CFGPATH
951 +USE_GSS_TRUE
952 +USE_GSS_FALSE
953 +LIBGNUTLS_CONFIG
954 +LIBGNUTLS_CFLAGS
955 +LIBGNUTLS_LIBS
956 +USE_SSL_TRUE
957 +USE_SSL_FALSE
958 +USE_SASL_TRUE
959 +USE_SASL_FALSE
960 +MUTTLIBS
961 +MUTT_LIB_OBJECTS
962 +LIBIMAP
963 +LIBIMAPDEPS
964 +ALLOCA
965 +GLIBC21
966 +LIBICONV
967 +USE_NLS
968 +MSGFMT
969 +GMSGFMT
970 +XGETTEXT
971 +INTLBISON
972 +BUILD_INCLUDED_LIBINTL
973 +USE_INCLUDED_LIBINTL
974 +CATALOGS
975 +CATOBJEXT
976 +GMOFILES
977 +INTLLIBS
978 +INTLOBJS
979 +POFILES
980 +POSUB
981 +DATADIRNAME
982 +INSTOBJEXT
983 +GENCAT
984 +MKINSTALLDIRS
985 +INTL_LIBTOOL_SUFFIX_PREFIX
986 +OSPCAT
987 +DSLROOT
988 +LTLIBOBJS'
989  ac_subst_files=''
990 +      ac_precious_vars='build_alias
991 +host_alias
992 +target_alias
993 +CC
994 +CFLAGS
995 +LDFLAGS
996 +CPPFLAGS
997 +CPP'
998 +
999  
1000  # Initialize some variables set by options.
1001  ac_init_help=
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}'
1024 +dvidir='${docdir}'
1025 +pdfdir='${docdir}'
1026 +psdir='${docdir}'
1027 +libdir='${exec_prefix}/lib'
1028 +localedir='${datarootdir}/locale'
1029 +mandir='${datarootdir}/man'
1030  
1031  ac_prev=
1032 +ac_dashdash=
1033  for ac_option
1034  do
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
1039      ac_prev=
1040      continue
1041    fi
1042  
1043 -  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1044 +  case $ac_option in
1045 +  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1046 +  *)   ac_optarg=yes ;;
1047 +  esac
1048  
1049    # Accept the important Cygnus configure options, so we can diagnose typos.
1050  
1051 -  case $ac_option in
1052 +  case $ac_dashdash$ac_option in
1053 +  --)
1054 +    ac_dashdash=yes ;;
1055  
1056    -bindir | --bindir | --bindi | --bind | --bin | --bi)
1057      ac_prev=bindir ;;
1058 @@ -386,12 +844,18 @@
1059    --config-cache | -C)
1060      cache_file=config.cache ;;
1061  
1062 -  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
1063 +  -datadir | --datadir | --datadi | --datad)
1064      ac_prev=datadir ;;
1065 -  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
1066 -  | --da=*)
1067 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
1068      datadir=$ac_optarg ;;
1069  
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 ;;
1076 +
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 ;;
1086 +
1087 +  -docdir | --docdir | --docdi | --doc | --do)
1088 +    ac_prev=docdir ;;
1089 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1090 +    docdir=$ac_optarg ;;
1091 +
1092 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1093 +    ac_prev=dvidir ;;
1094 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1095 +    dvidir=$ac_optarg ;;
1096  
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 ;;
1106 -    esac
1107 -    eval "enable_$ac_feature='$ac_optarg'" ;;
1108 +    eval enable_$ac_feature=\$ac_optarg ;;
1109  
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 ;;
1115  
1116 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1117 +    ac_prev=htmldir ;;
1118 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1119 +  | --ht=*)
1120 +    htmldir=$ac_optarg ;;
1121 +
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 ;;
1128  
1129 +  -localedir | --localedir | --localedi | --localed | --locale)
1130 +    ac_prev=localedir ;;
1131 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1132 +    localedir=$ac_optarg ;;
1133 +
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 ;;
1144  
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 ;;
1149  
1150 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1151 +    ac_prev=pdfdir ;;
1152 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1153 +    pdfdir=$ac_optarg ;;
1154 +
1155 +  -psdir | --psdir | --psdi | --psd | --ps)
1156 +    ac_prev=psdir ;;
1157 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1158 +    psdir=$ac_optarg ;;
1159 +
1160    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1161    | -silent | --silent | --silen | --sile | --sil)
1162      silent=yes ;;
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 ;;
1170 -    esac
1171 -    eval "with_$ac_package='$ac_optarg'" ;;
1172 +    eval with_$ac_package=\$ac_optarg ;;
1173  
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 ;;
1182  
1183    --x)
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 ;;
1193  
1194    *)
1195 @@ -655,27 +1139,19 @@
1196     { (exit 1); exit 1; }; }
1197  fi
1198  
1199 -# Be sure to have absolute paths.
1200 -for ac_var in exec_prefix prefix
1201 -do
1202 -  eval ac_val=$`echo $ac_var`
1203 -  case $ac_val in
1204 -    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1205 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1206 -   { (exit 1); exit 1; }; };;
1207 -  esac
1208 -done
1209 -
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
1218  do
1219 -  eval ac_val=$`echo $ac_var`
1220 +  eval ac_val=\$$ac_var
1221    case $ac_val in
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;;
1227    esac
1228 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1229 +   { (exit 1); exit 1; }; }
1230  done
1231  
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
1235  
1236  
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; }; }
1245 +
1246 +
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 ||
1260  echo X"$0" |
1261 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1262 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1263 -         /^X\(\/\/\)$/{ s//\1/; q; }
1264 -         /^X\(\/\).*/{ s//\1/; q; }
1265 -         s/.*/./; q'`
1266 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 +           s//\1/
1268 +           q
1269 +         }
1270 +         /^X\(\/\/\)[^/].*/{
1271 +           s//\1/
1272 +           q
1273 +         }
1274 +         /^X\(\/\/\)$/{
1275 +           s//\1/
1276 +           q
1277 +         }
1278 +         /^X\(\/\).*/{
1279 +           s//\1/
1280 +           q
1281 +         }
1282 +         s/.*/./; q'`
1283    srcdir=$ac_confdir
1284 -  if test ! -r $srcdir/$ac_unique_file; then
1285 +  if test ! -r "$srcdir/$ac_unique_file"; then
1286      srcdir=..
1287    fi
1288  else
1289    ac_srcdir_defaulted=no
1290  fi
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; }; }
1295 -  else
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; }; }
1301 -  fi
1302  fi
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"
1306 +ac_abs_confdir=`(
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
1342 +       pwd)`
1343 +# When building in place, set srcdir=.
1344 +if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 +  srcdir=.
1346 +fi
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.
1350 +case $srcdir in
1351 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352 +esac
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}
1358 +done
1359  
1360  #
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 \`..']
1365  
1366 -_ACEOF
1367 -
1368 -  cat <<_ACEOF
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]
1395  _ACEOF
1396  
1397    cat <<\_ACEOF
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>
1447    CPP         C preprocessor
1448  
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.
1451  
1452  _ACEOF
1453 +ac_status=$?
1454  fi
1455  
1456  if test "$ac_init_help" = "recursive"; then
1457    # If there are subdirs, report their specific --help.
1458 -  ac_popdir=`pwd`
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
1462      ac_builddir=.
1463  
1464 -if test "$ac_dir" != .; then
1465 +case "$ac_dir" in
1466 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1467 +*)
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'`
1471 -else
1472 -  ac_dir_suffix= ac_top_builddir=
1473 -fi
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/ ;;
1479 +  esac ;;
1480 +esac
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
1485  
1486  case $srcdir in
1487 -  .)  # No --srcdir option.  We are building in place.
1488 +  .)  # We are building in place.
1489      ac_srcdir=.
1490 -    if test -z "$ac_top_builddir"; then
1491 -       ac_top_srcdir=.
1492 -    else
1493 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1494 -    fi ;;
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 ;;
1504 -esac
1505 -
1506 -# Do not use `cd foo && pwd` to compute absolute paths, because
1507 -# the directories may not exist.
1508 -case `pwd` in
1509 -.) ac_abs_builddir="$ac_dir";;
1510 -*)
1511 -  case "$ac_dir" in
1512 -  .) ac_abs_builddir=`pwd`;;
1513 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1514 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
1515 -  esac;;
1516 -esac
1517 -case $ac_abs_builddir in
1518 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
1519 -*)
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}.;;
1524 -  esac;;
1525 -esac
1526 -case $ac_abs_builddir in
1527 -.) ac_abs_srcdir=$ac_srcdir;;
1528 -*)
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;;
1533 -  esac;;
1534 -esac
1535 -case $ac_abs_builddir in
1536 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
1537 -*)
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;;
1542 -  esac;;
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 ;;
1549  esac
1550 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1551  
1552 -    cd $ac_dir
1553 -    # Check for guested configure; otherwise get Cygnus style configure.
1554 -    if test -f $ac_srcdir/configure.gnu; then
1555 -      echo
1556 -      $SHELL $ac_srcdir/configure.gnu  --help=recursive
1557 -    elif test -f $ac_srcdir/configure; then
1558 -      echo
1559 -      $SHELL $ac_srcdir/configure  --help=recursive
1560 -    elif test -f $ac_srcdir/configure.ac ||
1561 -          test -f $ac_srcdir/configure.in; then
1562 -      echo
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
1567 +      echo &&
1568 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1569 +    elif test -f "$ac_srcdir/configure"; then
1570 +      echo &&
1571 +      $SHELL "$ac_srcdir/configure" --help=recursive
1572      else
1573        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1574 -    fi
1575 -    cd $ac_popdir
1576 +    fi || ac_status=$?
1577 +    cd "$ac_pwd" || { ac_status=$?; break; }
1578    done
1579  fi
1580  
1581 -test -n "$ac_init_help" && exit 0
1582 +test -n "$ac_init_help" && exit $ac_status
1583  if $ac_init_version; then
1584    cat <<\_ACEOF
1585 +configure
1586 +generated by GNU Autoconf 2.60
1587  
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.
1593  _ACEOF
1594 -  exit 0
1595 +  exit
1596  fi
1597 -exec 5>config.log
1598 -cat >&5 <<_ACEOF
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.
1602  
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
1606  
1607    $ $0 $@
1608  
1609  _ACEOF
1610 +exec 5>>config.log
1611  {
1612  cat <<_ASUNAME
1613  ## --------- ##
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"
1626  done
1627 +IFS=$as_save_IFS
1628  
1629  } >&5
1630  
1631 @@ -1077,7 +1529,6 @@
1632  ac_configure_args=
1633  ac_configure_args0=
1634  ac_configure_args1=
1635 -ac_sep=
1636  ac_must_keep_next=false
1637  for ac_pass in 1 2
1638  do
1639 @@ -1088,7 +1539,7 @@
1640      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1641      | -silent | --silent | --silen | --sile | --sil)
1642        continue ;;
1643 -    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1644 +    *\'*)
1645        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1646      esac
1647      case $ac_pass in
1648 @@ -1110,9 +1561,7 @@
1649           -* ) ac_must_keep_next=true ;;
1650         esac
1651        fi
1652 -      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1653 -      # Get rid of the leading space.
1654 -      ac_sep=" "
1655 +      ac_configure_args="$ac_configure_args '$ac_arg'"
1656        ;;
1657      esac
1658    done
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.
1669    {
1670 @@ -1137,20 +1586,34 @@
1671  _ASBOX
1672      echo
1673      # The following way of writing the cache mishandles newlines in values,
1674 -{
1675 +(
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 #(
1679 +    *${as_nl}*)
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;} ;;
1683 +      esac
1684 +      case $ac_var in #(
1685 +      _ | IFS | as_nl) ;; #(
1686 +      *) $as_unset $ac_var ;;
1687 +      esac ;;
1688 +    esac
1689 +  done
1690    (set) 2>&1 |
1691 -    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1692 -    *ac_space=\ *)
1693 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1694 +    *${as_nl}ac_space=\ *)
1695        sed -n \
1696 -       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1697 -         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1698 -      ;;
1699 +       "s/'\''/'\''\\\\'\'''\''/g;
1700 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1701 +      ;; #(
1702      *)
1703 -      sed -n \
1704 -       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1705 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1706        ;;
1707 -    esac;
1708 -}
1709 +    esac |
1710 +    sort
1711 +)
1712      echo
1713  
1714      cat <<\_ASBOX
1715 @@ -1161,22 +1624,28 @@
1716      echo
1717      for ac_var in $ac_subst_vars
1718      do
1719 -      eval ac_val=$`echo $ac_var`
1720 -      echo "$ac_var='"'"'$ac_val'"'"'"
1721 +      eval ac_val=\$$ac_var
1722 +      case $ac_val in
1723 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1724 +      esac
1725 +      echo "$ac_var='\''$ac_val'\''"
1726      done | sort
1727      echo
1728  
1729      if test -n "$ac_subst_files"; then
1730        cat <<\_ASBOX
1731 -## ------------- ##
1732 -## Output files. ##
1733 -## ------------- ##
1734 +## ------------------- ##
1735 +## File substitutions. ##
1736 +## ------------------- ##
1737  _ASBOX
1738        echo
1739        for ac_var in $ac_subst_files
1740        do
1741 -       eval ac_val=$`echo $ac_var`
1742 -       echo "$ac_var='"'"'$ac_val'"'"'"
1743 +       eval ac_val=\$$ac_var
1744 +       case $ac_val in
1745 +       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1746 +       esac
1747 +       echo "$ac_var='\''$ac_val'\''"
1748        done | sort
1749        echo
1750      fi
1751 @@ -1188,26 +1657,24 @@
1752  ## ----------- ##
1753  _ASBOX
1754        echo
1755 -      sed "/^$/d" confdefs.h | sort
1756 +      cat confdefs.h
1757        echo
1758      fi
1759      test "$ac_signal" != 0 &&
1760        echo "$as_me: caught signal $ac_signal"
1761      echo "$as_me: exit $exit_status"
1762    } >&5
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 &&
1767      exit $exit_status
1768 -     ' 0
1769 +' 0
1770  for ac_signal in 1 2 13 15; do
1771    trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1772  done
1773  ac_signal=0
1774  
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.
1778 -echo >confdefs.h
1779 +rm -f -r conftest* confdefs.h
1780  
1781  # Predefined preprocessor variables.
1782  
1783 @@ -1238,14 +1705,17 @@
1784  
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"
1790 -  else
1791 -    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1792 -  fi
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"
1797 +else
1798 +  set x "$ac_default_prefix/share/config.site" \
1799 +       "$ac_default_prefix/etc/config.site"
1800  fi
1801 -for ac_site_file in $CONFIG_SITE; do
1802 +shift
1803 +for ac_site_file
1804 +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;}
1811      case $cache_file in
1812 -      [\\/]* | ?:[\\/]* ) . $cache_file;;
1813 -      *)                      . ./$cache_file;;
1814 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1815 +      *)                      . "./$cache_file";;
1816      esac
1817    fi
1818  else
1819 @@ -1274,12 +1744,11 @@
1820  # Check that the precious variables saved in the cache have kept the same
1821  # value.
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
1833      set,)
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
1838      case $ac_new_val in
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 ;;
1843      esac
1844      case " $ac_configure_args " in
1845 @@ -1322,12 +1790,6 @@
1846     { (exit 1); exit 1; }; }
1847  fi
1848  
1849 -ac_ext=c
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
1854 -
1855  
1856  
1857  
1858 @@ -1344,37 +1806,48 @@
1859  
1860  
1861  
1862 +ac_ext=c
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
1867  
1868  
1869 -          ac_config_headers="$ac_config_headers config.h"
1870 +ac_config_headers="$ac_config_headers config.h"
1871  
1872  
1873  mutt_cv_version=`cat $srcdir/VERSION`
1874  am__api_version="1.9"
1875  ac_aux_dir=
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
1880      ac_aux_dir=$ac_dir
1881      ac_install_sh="$ac_aux_dir/install-sh -c"
1882      break
1883 -  elif test -f $ac_dir/install.sh; then
1884 +  elif test -f "$ac_dir/install.sh"; then
1885      ac_aux_dir=$ac_dir
1886      ac_install_sh="$ac_aux_dir/install.sh -c"
1887      break
1888 -  elif test -f $ac_dir/shtool; then
1889 +  elif test -f "$ac_dir/shtool"; then
1890      ac_aux_dir=$ac_dir
1891      ac_install_sh="$ac_aux_dir/shtool install -c"
1892      break
1893    fi
1894  done
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; }; }
1901  fi
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.
1905 +
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.
1913 +
1914  
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 @@
1929      # by default.
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 @@
1938      ;;
1939  esac
1940  done
1941 +IFS=$as_save_IFS
1942  
1943  
1944  fi
1945    if test "${ac_cv_path_install+set}" = set; then
1946      INSTALL=$ac_cv_path_install
1947    else
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
1956    fi
1957  fi
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; }
1962  
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 @@
1966  
1967  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1968  
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; }
1973  # Just in case
1974  sleep 1
1975  echo timestamp > conftest.file
1976 @@ -1498,20 +1972,20 @@
1977  Check your system clock" >&2;}
1978     { (exit 1); exit 1; }; }
1979  fi
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,$//
1995  _ACEOF
1996  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1997 -rm conftest.sed
1998 +rm -f conftest.sed
1999  
2000  # expand $ac_aux_dir to an absolute path
2001  am_aux_dir=`cd $ac_aux_dir && pwd`
2002 @@ -1563,8 +2037,8 @@
2003  do
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
2012  else
2013 @@ -1577,54 +2051,57 @@
2014    IFS=$as_save_IFS
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
2021      break 2
2022    fi
2023  done
2024  done
2025 +IFS=$as_save_IFS
2026  
2027  fi
2028  fi
2029  AWK=$ac_cv_prog_AWK
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; }
2035  else
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; }
2040  fi
2041  
2042 +
2043    test -n "$AWK" && break
2044  done
2045  
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
2055  else
2056    cat >conftest.make <<\_ACEOF
2057 +SHELL = /bin/sh
2058  all:
2059 -       @echo 'ac_maketemp="$(MAKE)"'
2060 +       @echo '@@@%%%=$(MAKE)=@@@%%%'
2061  _ACEOF
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
2066 -else
2067 -  eval ac_cv_prog_make_${ac_make}_set=no
2068 -fi
2069 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
2070 +  *@@@%%%=?*=@@@%%%*)
2071 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
2072 +  *)
2073 +    eval ac_cv_prog_make_${ac_make}_set=no;;
2074 +esac
2075  rm -f conftest.make
2076  fi
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; }
2083    SET_MAKE=
2084  else
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}"
2090  fi
2091  
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
2102  else
2103 @@ -1709,32 +2186,34 @@
2104    IFS=$as_save_IFS
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
2111      break 2
2112    fi
2113  done
2114  done
2115 +IFS=$as_save_IFS
2116  
2117  fi
2118  fi
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; }
2125  else
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; }
2130  fi
2131  
2132 +
2133  fi
2134  if test -z "$ac_cv_prog_STRIP"; then
2135    ac_ct_STRIP=$STRIP
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
2144  else
2145 @@ -1747,27 +2226,41 @@
2146    IFS=$as_save_IFS
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
2153      break 2
2154    fi
2155  done
2156  done
2157 +IFS=$as_save_IFS
2158  
2159 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2160  fi
2161  fi
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; }
2168  else
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; }
2173  fi
2174  
2175 -  STRIP=$ac_ct_STRIP
2176 +  if test "x$ac_ct_STRIP" = x; then
2177 +    STRIP=":"
2178 +  else
2179 +    case $cross_compiling:$ac_tool_warned in
2180 +yes:)
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 ;;
2188 +esac
2189 +    STRIP=$ac_ct_STRIP
2190 +  fi
2191  else
2192    STRIP="$ac_cv_prog_STRIP"
2193  fi
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"
2196  
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; }; }
2205  
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
2212  else
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; }; }
2231  
2232  fi
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
2238 +*-*-*) ;;
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; }; };;
2242 +esac
2243  build=$ac_cv_build
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='-'
2248 +set x $ac_cv_build
2249 +shift
2250 +build_cpu=$1
2251 +build_vendor=$2
2252 +shift; shift
2253 +# Remember, the first character of IFS is used to create $*,
2254 +# except with old shells:
2255 +build_os=$*
2256 +IFS=$ac_save_IFS
2257 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2258  
2259  
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
2266  else
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
2275 +else
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; }; }
2280 +fi
2281  
2282  fi
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
2288 +*-*-*) ;;
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; }; };;
2292 +esac
2293  host=$ac_cv_host
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='-'
2298 +set x $ac_cv_host
2299 +shift
2300 +host_cpu=$1
2301 +host_vendor=$2
2302 +shift; shift
2303 +# Remember, the first character of IFS is used to create $*,
2304 +# except with old shells:
2305 +host_os=$*
2306 +IFS=$ac_save_IFS
2307 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2308  
2309  
2310  
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
2317  else
2318    mutt_cv_prefix=$prefix
2319  fi
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; }
2324  
2325  ac_ext=c
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
2337  else
2338 @@ -1886,32 +2408,34 @@
2339    IFS=$as_save_IFS
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
2346      break 2
2347    fi
2348  done
2349  done
2350 +IFS=$as_save_IFS
2351  
2352  fi
2353  fi
2354  CC=$ac_cv_prog_CC
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; }
2360  else
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; }
2365  fi
2366  
2367 +
2368  fi
2369  if test -z "$ac_cv_prog_CC"; then
2370    ac_ct_CC=$CC
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
2379  else
2380 @@ -1924,36 +2448,51 @@
2381    IFS=$as_save_IFS
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
2388      break 2
2389    fi
2390  done
2391  done
2392 +IFS=$as_save_IFS
2393  
2394  fi
2395  fi
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; }
2402  else
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; }
2407  fi
2408  
2409 -  CC=$ac_ct_CC
2410 +  if test "x$ac_ct_CC" = x; then
2411 +    CC=""
2412 +  else
2413 +    case $cross_compiling:$ac_tool_warned in
2414 +yes:)
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 ;;
2422 +esac
2423 +    CC=$ac_ct_CC
2424 +  fi
2425  else
2426    CC="$ac_cv_prog_CC"
2427  fi
2428  
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
2441  else
2442 @@ -1966,74 +2505,34 @@
2443    IFS=$as_save_IFS
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
2450      break 2
2451    fi
2452  done
2453  done
2454 +IFS=$as_save_IFS
2455  
2456  fi
2457  fi
2458  CC=$ac_cv_prog_CC
2459  if test -n "$CC"; then
2460 -  echo "$as_me:$LINENO: result: $CC" >&5
2461 -echo "${ECHO_T}$CC" >&6
2462 -else
2463 -  echo "$as_me:$LINENO: result: no" >&5
2464 -echo "${ECHO_T}no" >&6
2465 -fi
2466 -
2467 -fi
2468 -if test -z "$ac_cv_prog_CC"; then
2469 -  ac_ct_CC=$CC
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
2476 -else
2477 -  if test -n "$ac_ct_CC"; then
2478 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2479 -else
2480 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481 -for as_dir in $PATH
2482 -do
2483 -  IFS=$as_save_IFS
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
2489 -    break 2
2490 -  fi
2491 -done
2492 -done
2493 -
2494 -fi
2495 -fi
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; }
2502  else
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; }
2507  fi
2508  
2509 -  CC=$ac_ct_CC
2510 -else
2511 -  CC="$ac_cv_prog_CC"
2512 -fi
2513  
2514 +  fi
2515  fi
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
2525  else
2526 @@ -2047,7 +2546,7 @@
2527    IFS=$as_save_IFS
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
2534         continue
2535 @@ -2058,6 +2557,7 @@
2536    fi
2537  done
2538  done
2539 +IFS=$as_save_IFS
2540  
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 @@
2544  fi
2545  CC=$ac_cv_prog_CC
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; }
2551  else
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; }
2556  fi
2557  
2558 +
2559  fi
2560  if test -z "$CC"; then
2561    if test -n "$ac_tool_prefix"; then
2562 -  for ac_prog in cl
2563 +  for ac_prog in cl.exe
2564    do
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
2573  else
2574 @@ -2103,36 +2604,38 @@
2575    IFS=$as_save_IFS
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
2582      break 2
2583    fi
2584  done
2585  done
2586 +IFS=$as_save_IFS
2587  
2588  fi
2589  fi
2590  CC=$ac_cv_prog_CC
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; }
2596  else
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; }
2601  fi
2602  
2603 +
2604      test -n "$CC" && break
2605    done
2606  fi
2607  if test -z "$CC"; then
2608    ac_ct_CC=$CC
2609 -  for ac_prog in cl
2610 +  for ac_prog in cl.exe
2611  do
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
2620  else
2621 @@ -2145,29 +2648,45 @@
2622    IFS=$as_save_IFS
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
2629      break 2
2630    fi
2631  done
2632  done
2633 +IFS=$as_save_IFS
2634  
2635  fi
2636  fi
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; }
2643  else
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; }
2648  fi
2649  
2650 +
2651    test -n "$ac_ct_CC" && break
2652  done
2653  
2654 -  CC=$ac_ct_CC
2655 +  if test "x$ac_ct_CC" = x; then
2656 +    CC=""
2657 +  else
2658 +    case $cross_compiling:$ac_tool_warned in
2659 +yes:)
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 ;;
2667 +esac
2668 +    CC=$ac_ct_CC
2669 +  fi
2670  fi
2671  
2672  fi
2673 @@ -2180,21 +2699,35 @@
2674     { (exit 1); exit 1; }; }
2675  
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;;
2687 +esac
2688 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2689 +  (eval "$ac_compiler --version >&5") 2>&5
2690    ac_status=$?
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;;
2699 +esac
2700 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2701 +  (eval "$ac_compiler -v >&5") 2>&5
2702    ac_status=$?
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;;
2711 +esac
2712 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2713 +  (eval "$ac_compiler -V >&5") 2>&5
2714    ac_status=$?
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
2720  # of exeext.
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
2728 +#
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'
2733 +#
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.
2737 +ac_rmfiles=
2738 +for ac_file in $ac_files
2739 +do
2740 +  case $ac_file in
2741 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2742 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2743 +  esac
2744 +done
2745 +rm -f $ac_rmfiles
2746 +
2747 +if { (ac_try="$ac_link_default"
2748 +case "(($ac_try" in
2749 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 +  *) ac_try_echo=$ac_try;;
2751 +esac
2752 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2753 +  (eval "$ac_link_default") 2>&5
2754    ac_status=$?
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
2759 -# resort.
2760 -
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.
2763 -ac_cv_exeext=
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
2770 +# Autoconf.
2771 +for ac_file in $ac_files
2772  do
2773    test -f "$ac_file" || continue
2774    case $ac_file in
2775 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2776 -       ;;
2777 -    conftest.$ac_ext )
2778 -       # This is the source file.
2779 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2780         ;;
2781      [ab].out )
2782         # We found the default executable, but exeext='' is most
2783         # certainly right.
2784         break;;
2785      *.* )
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;
2792 +       then :; else
2793 +          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2794 +       fi
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.
2800         break;;
2801      * )
2802         break;;
2803    esac
2804  done
2805 +test "$ac_cv_exeext" = no && ac_cv_exeext=
2806 +
2807  else
2808    echo "$as_me: failed program was:" >&5
2809  sed 's/^/| /' conftest.$ac_ext >&5
2810 @@ -2271,19 +2828,23 @@
2811  fi
2812  
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; }
2818  
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;;
2835 +esac
2836 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2837 +  (eval "$ac_try") 2>&5
2838    ac_status=$?
2839    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2840    (exit $ac_status); }; }; then
2841 @@ -2302,22 +2863,27 @@
2842      fi
2843    fi
2844  fi
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; }
2849  
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
2859 -
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; }
2868 +
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;;
2875 +esac
2876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 +  (eval "$ac_link") 2>&5
2878    ac_status=$?
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
2884    case $ac_file in
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
2889           break;;
2890      * ) break;;
2891    esac
2892 @@ -2344,14 +2909,14 @@
2893  fi
2894  
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; }
2900  
2901  rm -f conftest.$ac_ext
2902  EXEEXT=$ac_cv_exeext
2903  ac_exeext=$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
2910  else
2911 @@ -2371,14 +2936,20 @@
2912  }
2913  _ACEOF
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;;
2921 +esac
2922 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2923 +  (eval "$ac_compile") 2>&5
2924    ac_status=$?
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;
2930    case $ac_file in
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" : '.*\.\(.*\)'`
2934         break;;
2935    esac
2936 @@ -2396,12 +2967,12 @@
2937  
2938  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2939  fi
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
2945  ac_objext=$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
2952  else
2953 @@ -2424,24 +2995,36 @@
2954  }
2955  _ACEOF
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;;
2963 +esac
2964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 +  (eval "$ac_compile") 2>conftest.er1
2966    ac_status=$?
2967    grep -v '^ *+' conftest.er1 >conftest.err
2968    rm -f conftest.er1
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;;
2980 +esac
2981 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2982 +  (eval "$ac_try") 2>&5
2983    ac_status=$?
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;;
2992 +esac
2993 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2994 +  (eval "$ac_try") 2>&5
2995    ac_status=$?
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
3001  
3002 -ac_compiler_gnu=no
3003 +       ac_compiler_gnu=no
3004  fi
3005 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3006 +
3007 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3008  ac_cv_c_compiler_gnu=$ac_compiler_gnu
3009  
3010  fi
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
3018 -CFLAGS="-g"
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
3025  else
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
3030 +   CFLAGS="-g"
3031 +   cat >conftest.$ac_ext <<_ACEOF
3032 +/* confdefs.h.  */
3033 +_ACEOF
3034 +cat confdefs.h >>conftest.$ac_ext
3035 +cat >>conftest.$ac_ext <<_ACEOF
3036 +/* end confdefs.h.  */
3037 +
3038 +int
3039 +main ()
3040 +{
3041 +
3042 +  ;
3043 +  return 0;
3044 +}
3045 +_ACEOF
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;;
3051 +esac
3052 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3053 +  (eval "$ac_compile") 2>conftest.er1
3054 +  ac_status=$?
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;;
3064 +esac
3065 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3066 +  (eval "$ac_try") 2>&5
3067 +  ac_status=$?
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;;
3074 +esac
3075 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3076 +  (eval "$ac_try") 2>&5
3077 +  ac_status=$?
3078 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3079 +  (exit $ac_status); }; }; then
3080 +  ac_cv_prog_cc_g=yes
3081 +else
3082 +  echo "$as_me: failed program was:" >&5
3083 +sed 's/^/| /' conftest.$ac_ext >&5
3084 +
3085 +       CFLAGS=""
3086 +      cat >conftest.$ac_ext <<_ACEOF
3087 +/* confdefs.h.  */
3088 +_ACEOF
3089 +cat confdefs.h >>conftest.$ac_ext
3090 +cat >>conftest.$ac_ext <<_ACEOF
3091 +/* end confdefs.h.  */
3092 +
3093 +int
3094 +main ()
3095 +{
3096 +
3097 +  ;
3098 +  return 0;
3099 +}
3100 +_ACEOF
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;;
3106 +esac
3107 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3108 +  (eval "$ac_compile") 2>conftest.er1
3109 +  ac_status=$?
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;;
3119 +esac
3120 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3121 +  (eval "$ac_try") 2>&5
3122 +  ac_status=$?
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;;
3129 +esac
3130 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3131 +  (eval "$ac_try") 2>&5
3132 +  ac_status=$?
3133 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134 +  (exit $ac_status); }; }; then
3135 +  :
3136 +else
3137 +  echo "$as_me: failed program was:" >&5
3138 +sed 's/^/| /' conftest.$ac_ext >&5
3139 +
3140 +       ac_c_werror_flag=$ac_save_c_werror_flag
3141 +        CFLAGS="-g"
3142 +        cat >conftest.$ac_ext <<_ACEOF
3143  /* confdefs.h.  */
3144  _ACEOF
3145  cat confdefs.h >>conftest.$ac_ext
3146 @@ -2483,24 +3181,36 @@
3147  }
3148  _ACEOF
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;;
3156 +esac
3157 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3158 +  (eval "$ac_compile") 2>conftest.er1
3159    ac_status=$?
3160    grep -v '^ *+' conftest.er1 >conftest.err
3161    rm -f conftest.er1
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;;
3173 +esac
3174 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3175 +  (eval "$ac_try") 2>&5
3176    ac_status=$?
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;;
3185 +esac
3186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3187 +  (eval "$ac_try") 2>&5
3188    ac_status=$?
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
3194  
3195 -ac_cv_prog_cc_g=no
3196 +
3197 +fi
3198 +
3199 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3200 +fi
3201 +
3202 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203  fi
3204 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3205 +
3206 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 +   ac_c_werror_flag=$ac_save_c_werror_flag
3208  fi
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 @@
3217      CFLAGS=
3218    fi
3219  fi
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
3227  else
3228 -  ac_cv_prog_cc_stdc=no
3229 +  ac_cv_prog_cc_c89=no
3230  ac_save_CC=$CC
3231  cat >conftest.$ac_ext <<_ACEOF
3232  /* confdefs.h.  */
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];
3244  
3245 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3246 +   inside strings and character constants.  */
3247 +#define FOO(x) 'x'
3248 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3249 +
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 @@
3254    return 0;
3255  }
3256  _ACEOF
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__"
3267  do
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;;
3276 +esac
3277 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3278 +  (eval "$ac_compile") 2>conftest.er1
3279    ac_status=$?
3280    grep -v '^ *+' conftest.er1 >conftest.err
3281    rm -f conftest.er1
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;;
3293 +esac
3294 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3295 +  (eval "$ac_try") 2>&5
3296    ac_status=$?
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;;
3305 +esac
3306 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3307 +  (eval "$ac_try") 2>&5
3308    ac_status=$?
3309    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310    (exit $ac_status); }; }; then
3311 -  ac_cv_prog_cc_stdc=$ac_arg
3312 -break
3313 +  ac_cv_prog_cc_c89=$ac_arg
3314  else
3315    echo "$as_me: failed program was:" >&5
3316  sed 's/^/| /' conftest.$ac_ext >&5
3317  
3318 +
3319  fi
3320 -rm -f conftest.err conftest.$ac_objext
3321 +
3322 +rm -f core conftest.err conftest.$ac_objext
3323 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
3324  done
3325 -rm -f conftest.$ac_ext conftest.$ac_objext
3326 +rm -f conftest.$ac_ext
3327  CC=$ac_save_CC
3328  
3329  fi
3330 -
3331 -case "x$ac_cv_prog_cc_stdc" in
3332 -  x|xno)
3333 -    echo "$as_me:$LINENO: result: none needed" >&5
3334 -echo "${ECHO_T}none needed" >&6 ;;
3335 +# AC_CACHE_VAL
3336 +case "x$ac_cv_prog_cc_c89" in
3337 +  x)
3338 +    { echo "$as_me:$LINENO: result: none needed" >&5
3339 +echo "${ECHO_T}none needed" >&6; } ;;
3340 +  xno)
3341 +    { echo "$as_me:$LINENO: result: unsupported" >&5
3342 +echo "${ECHO_T}unsupported" >&6; } ;;
3343    *)
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; } ;;
3350  esac
3351  
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
3358 -  choke me
3359 -#endif
3360 -_ACEOF
3361 -rm -f conftest.$ac_objext
3362 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3363 -  (eval $ac_compile) 2>conftest.er1
3364 -  ac_status=$?
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
3374 -  ac_status=$?
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
3380 -  ac_status=$?
3381 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3382 -  (exit $ac_status); }; }; then
3383 -  for ac_declaration in \
3384 -   '' \
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);'
3390 -do
3391 -  cat >conftest.$ac_ext <<_ACEOF
3392 -/* confdefs.h.  */
3393 -_ACEOF
3394 -cat confdefs.h >>conftest.$ac_ext
3395 -cat >>conftest.$ac_ext <<_ACEOF
3396 -/* end confdefs.h.  */
3397 -$ac_declaration
3398 -#include <stdlib.h>
3399 -int
3400 -main ()
3401 -{
3402 -exit (42);
3403 -  ;
3404 -  return 0;
3405 -}
3406 -_ACEOF
3407 -rm -f conftest.$ac_objext
3408 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3409 -  (eval $ac_compile) 2>conftest.er1
3410 -  ac_status=$?
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
3420 -  ac_status=$?
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
3426 -  ac_status=$?
3427 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 -  (exit $ac_status); }; }; then
3429 -  :
3430 -else
3431 -  echo "$as_me: failed program was:" >&5
3432 -sed 's/^/| /' conftest.$ac_ext >&5
3433 -
3434 -continue
3435 -fi
3436 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3437 -  cat >conftest.$ac_ext <<_ACEOF
3438 -/* confdefs.h.  */
3439 -_ACEOF
3440 -cat confdefs.h >>conftest.$ac_ext
3441 -cat >>conftest.$ac_ext <<_ACEOF
3442 -/* end confdefs.h.  */
3443 -$ac_declaration
3444 -int
3445 -main ()
3446 -{
3447 -exit (42);
3448 -  ;
3449 -  return 0;
3450 -}
3451 -_ACEOF
3452 -rm -f conftest.$ac_objext
3453 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3454 -  (eval $ac_compile) 2>conftest.er1
3455 -  ac_status=$?
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
3465 -  ac_status=$?
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
3471 -  ac_status=$?
3472 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 -  (exit $ac_status); }; }; then
3474 -  break
3475 -else
3476 -  echo "$as_me: failed program was:" >&5
3477 -sed 's/^/| /' conftest.$ac_ext >&5
3478 -
3479 -fi
3480 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3481 -done
3482 -rm -f conftest*
3483 -if test -n "$ac_declaration"; then
3484 -  echo '#ifdef __cplusplus' >>confdefs.h
3485 -  echo $ac_declaration      >>confdefs.h
3486 -  echo '#endif'             >>confdefs.h
3487 -fi
3488 -
3489 -else
3490 -  echo "$as_me: failed program was:" >&5
3491 -sed 's/^/| /' conftest.$ac_ext >&5
3492  
3493 -fi
3494 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3495  ac_ext=c
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"
3501  
3502 -          ac_config_commands="$ac_config_commands depfiles"
3503 +ac_config_commands="$ac_config_commands depfiles"
3504  
3505  
3506  am_make=${MAKE-make}
3507 @@ -2805,8 +3397,8 @@
3508  .PHONY: am__doit
3509  END
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; }
3515  am__include="#"
3516  am__quote=
3517  _am_result=none
3518 @@ -2833,15 +3425,15 @@
3519  fi
3520  
3521  
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
3527  
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;
3533 +fi
3534  
3535 -fi;
3536  if test "x$enable_dependency_tracking" != xno; then
3537    am_depcomp="$ac_aux_dir/depcomp"
3538    AMDEPBACKSLASH='\'
3539 @@ -2861,8 +3453,8 @@
3540  
3541  depcc="$CC"   am_compiler_list=
3542  
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
3549  else
3550 @@ -2951,8 +3543,8 @@
3551  fi
3552  
3553  fi
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
3559  
3560  
3561 @@ -2969,13 +3561,12 @@
3562  
3563  
3564  
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
3571  else
3572    ac_func_search_save_LIBS=$LIBS
3573 -ac_cv_search_strerror=no
3574  cat >conftest.$ac_ext <<_ACEOF
3575  /* confdefs.h.  */
3576  _ACEOF
3577 @@ -2983,123 +3574,97 @@
3578  cat >>conftest.$ac_ext <<_ACEOF
3579  /* end confdefs.h.  */
3580  
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.  */
3585  #ifdef __cplusplus
3586  extern "C"
3587  #endif
3588 -/* We use char because int might match the return type of a gcc2
3589 -   builtin and then its argument prototype would still apply.  */
3590  char strerror ();
3591  int
3592  main ()
3593  {
3594 -strerror ();
3595 +return strerror ();
3596    ;
3597    return 0;
3598  }
3599  _ACEOF
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"
3606 +  else
3607 +    ac_res=-l$ac_lib
3608 +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3609 +  fi
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;;
3615 +esac
3616 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3617 +  (eval "$ac_link") 2>conftest.er1
3618    ac_status=$?
3619    grep -v '^ *+' conftest.er1 >conftest.err
3620    rm -f conftest.er1
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;;
3632 +esac
3633 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3634 +  (eval "$ac_try") 2>&5
3635    ac_status=$?
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;;
3644 +esac
3645 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3646 +  (eval "$ac_try") 2>&5
3647    ac_status=$?
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
3652  else
3653    echo "$as_me: failed program was:" >&5
3654  sed 's/^/| /' conftest.$ac_ext >&5
3655  
3656 -fi
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
3663 -/* confdefs.h.  */
3664 -_ACEOF
3665 -cat confdefs.h >>conftest.$ac_ext
3666 -cat >>conftest.$ac_ext <<_ACEOF
3667 -/* end confdefs.h.  */
3668  
3669 -/* Override any gcc2 internal prototype to avoid an error.  */
3670 -#ifdef __cplusplus
3671 -extern "C"
3672 -#endif
3673 -/* We use char because int might match the return type of a gcc2
3674 -   builtin and then its argument prototype would still apply.  */
3675 -char strerror ();
3676 -int
3677 -main ()
3678 -{
3679 -strerror ();
3680 -  ;
3681 -  return 0;
3682 -}
3683 -_ACEOF
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
3687 -  ac_status=$?
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
3697 -  ac_status=$?
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
3703 -  ac_status=$?
3704 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 -  (exit $ac_status); }; }; then
3706 -  ac_cv_search_strerror="-l$ac_lib"
3707 -break
3708 -else
3709 -  echo "$as_me: failed program was:" >&5
3710 -sed 's/^/| /' conftest.$ac_ext >&5
3711 +fi
3712  
3713 +rm -f core conftest.err conftest.$ac_objext \
3714 +      conftest$ac_exeext
3715 +  if test "${ac_cv_search_strerror+set}" = set; then
3716 +  break
3717  fi
3718 -rm -f conftest.err conftest.$ac_objext \
3719 -      conftest$ac_exeext conftest.$ac_ext
3720 -  done
3721 +done
3722 +if test "${ac_cv_search_strerror+set}" = set; then
3723 +  :
3724 +else
3725 +  ac_cv_search_strerror=no
3726  fi
3727 +rm conftest.$ac_ext
3728  LIBS=$ac_func_search_save_LIBS
3729  fi
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"
3739  
3740  fi
3741  
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; }
3752  
3753  cat >>confdefs.h <<\_ACEOF
3754  #define PROTOTYPES 1
3755 @@ -3111,8 +3676,8 @@
3756  _ACEOF
3757  
3758  else
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; }
3763  fi
3764  
3765  ac_ext=c
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
3776    CPP=
3777 @@ -3155,8 +3720,13 @@
3778  #endif
3779                      Syntax error
3780  _ACEOF
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;;
3787 +esac
3788 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3789 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3790    ac_status=$?
3791    grep -v '^ *+' conftest.er1 >conftest.err
3792    rm -f conftest.er1
3793 @@ -3181,9 +3751,10 @@
3794    # Broken: fails on valid input.
3795  continue
3796  fi
3797 +
3798  rm -f conftest.err conftest.$ac_ext
3799  
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
3804  /* confdefs.h.  */
3805 @@ -3193,8 +3764,13 @@
3806  /* end confdefs.h.  */
3807  #include <ac_nonexistent.h>
3808  _ACEOF
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;;
3815 +esac
3816 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3817 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3818    ac_status=$?
3819    grep -v '^ *+' conftest.er1 >conftest.err
3820    rm -f conftest.er1
3821 @@ -3221,6 +3797,7 @@
3822  ac_preproc_ok=:
3823  break
3824  fi
3825 +
3826  rm -f conftest.err conftest.$ac_ext
3827  
3828  done
3829 @@ -3238,8 +3815,8 @@
3830  else
3831    ac_cv_prog_CPP=$CPP
3832  fi
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; }
3837  ac_preproc_ok=false
3838  for ac_c_preproc_warn_flag in '' yes
3839  do
3840 @@ -3262,8 +3839,13 @@
3841  #endif
3842                      Syntax error
3843  _ACEOF
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;;
3850 +esac
3851 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3852 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3853    ac_status=$?
3854    grep -v '^ *+' conftest.er1 >conftest.err
3855    rm -f conftest.er1
3856 @@ -3288,9 +3870,10 @@
3857    # Broken: fails on valid input.
3858  continue
3859  fi
3860 +
3861  rm -f conftest.err conftest.$ac_ext
3862  
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
3867  /* confdefs.h.  */
3868 @@ -3300,8 +3883,13 @@
3869  /* end confdefs.h.  */
3870  #include <ac_nonexistent.h>
3871  _ACEOF
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;;
3878 +esac
3879 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3880 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3881    ac_status=$?
3882    grep -v '^ *+' conftest.er1 >conftest.err
3883    rm -f conftest.er1
3884 @@ -3328,6 +3916,7 @@
3885  ac_preproc_ok=:
3886  break
3887  fi
3888 +
3889  rm -f conftest.err conftest.$ac_ext
3890  
3891  done
3892 @@ -3350,23 +3939,170 @@
3893  ac_compiler_gnu=$ac_cv_c_compiler_gnu
3894  
3895  
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
3903 +else
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
3909 +else
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
3914 +do
3915 +  IFS=$as_save_IFS
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
3924 +*GNU*)
3925 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3926 +*)
3927 +  ac_count=0
3928 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3929 +  while :
3930 +  do
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
3942 +    fi
3943 +    # 10*(2^10) chars as input seems more than enough
3944 +    test $ac_count -gt 10 && break
3945 +  done
3946 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3947 +esac
3948 +
3949 +
3950 +    $ac_path_GREP_found && break 3
3951 +  done
3952 +done
3953 +
3954 +done
3955 +IFS=$as_save_IFS
3956 +
3957 +
3958 +fi
3959 +
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; }; }
3965 +fi
3966 +
3967 +else
3968 +  ac_cv_path_GREP=$GREP
3969 +fi
3970 +
3971 +
3972 +fi
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"
3976 +
3977 +
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
3982  else
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"
3988 +   else
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
3994 +else
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
3999 +do
4000 +  IFS=$as_save_IFS
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
4009 +*GNU*)
4010 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4011 +*)
4012 +  ac_count=0
4013 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4014 +  while :
4015 +  do
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
4027      fi
4028 +    # 10*(2^10) chars as input seems more than enough
4029 +    test $ac_count -gt 10 && break
4030 +  done
4031 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4032 +esac
4033 +
4034 +
4035 +    $ac_path_EGREP_found && break 3
4036 +  done
4037 +done
4038 +
4039 +done
4040 +IFS=$as_save_IFS
4041 +
4042 +
4043 +fi
4044 +
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; }; }
4050 +fi
4051 +
4052 +else
4053 +  ac_cv_path_EGREP=$EGREP
4054 +fi
4055 +
4056 +
4057 +   fi
4058  fi
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"
4065  
4066  
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
4073  else
4074 @@ -3390,24 +4126,36 @@
4075  }
4076  _ACEOF
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;;
4084 +esac
4085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4086 +  (eval "$ac_compile") 2>conftest.er1
4087    ac_status=$?
4088    grep -v '^ *+' conftest.er1 >conftest.err
4089    rm -f conftest.er1
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;;
4101 +esac
4102 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4103 +  (eval "$ac_try") 2>&5
4104    ac_status=$?
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;;
4113 +esac
4114 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4115 +  (eval "$ac_try") 2>&5
4116    ac_status=$?
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
4122  
4123 -ac_cv_header_stdc=no
4124 +       ac_cv_header_stdc=no
4125  fi
4126 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4127 +
4128 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4129  
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.  */
4135  #include <ctype.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))
4144 -      exit(2);
4145 -  exit (0);
4146 +      return 2;
4147 +  return 0;
4148  }
4149  _ACEOF
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;;
4157 +esac
4158 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4159 +  (eval "$ac_link") 2>&5
4160    ac_status=$?
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;;
4168 +esac
4169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4170 +  (eval "$ac_try") 2>&5
4171    ac_status=$?
4172    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173    (exit $ac_status); }; }; then
4174 @@ -3517,12 +4276,14 @@
4175  ( exit $ac_status )
4176  ac_cv_header_stdc=no
4177  fi
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
4180  fi
4181 +
4182 +
4183  fi
4184  fi
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
4190  
4191  cat >>confdefs.h <<\_ACEOF
4192 @@ -3545,9 +4306,9 @@
4193                   inttypes.h stdint.h unistd.h
4194  do
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
4203  else
4204    cat >conftest.$ac_ext <<_ACEOF
4205 @@ -3561,24 +4322,36 @@
4206  #include <$ac_header>
4207  _ACEOF
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;;
4215 +esac
4216 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4217 +  (eval "$ac_compile") 2>conftest.er1
4218    ac_status=$?
4219    grep -v '^ *+' conftest.er1 >conftest.err
4220    rm -f conftest.er1
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;;
4232 +esac
4233 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4234 +  (eval "$ac_try") 2>&5
4235    ac_status=$?
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;;
4244 +esac
4245 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4246 +  (eval "$ac_try") 2>&5
4247    ac_status=$?
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
4253  
4254 -eval "$as_ac_Header=no"
4255 +       eval "$as_ac_Header=no"
4256  fi
4257 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4258 +
4259 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4260  fi
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
4271  do
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
4282  fi
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; }
4288  else
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
4295  /* confdefs.h.  */
4296  _ACEOF
4297 @@ -3637,24 +4413,36 @@
4298  #include <$ac_header>
4299  _ACEOF
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;;
4307 +esac
4308 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4309 +  (eval "$ac_compile") 2>conftest.er1
4310    ac_status=$?
4311    grep -v '^ *+' conftest.er1 >conftest.err
4312    rm -f conftest.er1
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;;
4324 +esac
4325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4326 +  (eval "$ac_try") 2>&5
4327    ac_status=$?
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;;
4336 +esac
4337 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4338 +  (eval "$ac_try") 2>&5
4339    ac_status=$?
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
4345  
4346 -ac_header_compiler=no
4347 +       ac_header_compiler=no
4348  fi
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
4352 +
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; }
4356  
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
4363  /* confdefs.h.  */
4364  _ACEOF
4365 @@ -3680,8 +4469,13 @@
4366  /* end confdefs.h.  */
4367  #include <$ac_header>
4368  _ACEOF
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;;
4375 +esac
4376 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4377 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4378    ac_status=$?
4379    grep -v '^ *+' conftest.er1 >conftest.err
4380    rm -f conftest.er1
4381 @@ -3705,9 +4499,10 @@
4382  
4383    ac_header_preproc=no
4384  fi
4385 +
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; }
4391  
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;}
4398 -    (
4399 -      cat <<\_ASBOX
4400 -## ------------------------------------------ ##
4401 -## Report this to the AC_PACKAGE_NAME lists.  ##
4402 -## ------------------------------------------ ##
4403 -_ASBOX
4404 -    ) |
4405 -      sed "s/^/$as_me: WARNING:     /" >&2
4406 +
4407      ;;
4408  esac
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
4416  else
4417    eval "$as_ac_Header=\$ac_header_preproc"
4418  fi
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; }
4424  
4425  fi
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
4437    CPP=
4438 @@ -3807,8 +4596,13 @@
4439  #endif
4440                      Syntax error
4441  _ACEOF
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;;
4448 +esac
4449 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4450 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4451    ac_status=$?
4452    grep -v '^ *+' conftest.er1 >conftest.err
4453    rm -f conftest.er1
4454 @@ -3833,9 +4627,10 @@
4455    # Broken: fails on valid input.
4456  continue
4457  fi
4458 +
4459  rm -f conftest.err conftest.$ac_ext
4460  
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
4465  /* confdefs.h.  */
4466 @@ -3845,8 +4640,13 @@
4467  /* end confdefs.h.  */
4468  #include <ac_nonexistent.h>
4469  _ACEOF
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;;
4476 +esac
4477 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4479    ac_status=$?
4480    grep -v '^ *+' conftest.er1 >conftest.err
4481    rm -f conftest.er1
4482 @@ -3873,6 +4673,7 @@
4483  ac_preproc_ok=:
4484  break
4485  fi
4486 +
4487  rm -f conftest.err conftest.$ac_ext
4488  
4489  done
4490 @@ -3890,8 +4691,8 @@
4491  else
4492    ac_cv_prog_CPP=$CPP
4493  fi
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; }
4498  ac_preproc_ok=false
4499  for ac_c_preproc_warn_flag in '' yes
4500  do
4501 @@ -3914,8 +4715,13 @@
4502  #endif
4503                      Syntax error
4504  _ACEOF
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;;
4511 +esac
4512 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4513 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4514    ac_status=$?
4515    grep -v '^ *+' conftest.er1 >conftest.err
4516    rm -f conftest.er1
4517 @@ -3940,9 +4746,10 @@
4518    # Broken: fails on valid input.
4519  continue
4520  fi
4521 +
4522  rm -f conftest.err conftest.$ac_ext
4523  
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
4528  /* confdefs.h.  */
4529 @@ -3952,8 +4759,13 @@
4530  /* end confdefs.h.  */
4531  #include <ac_nonexistent.h>
4532  _ACEOF
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;;
4539 +esac
4540 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4541 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4542    ac_status=$?
4543    grep -v '^ *+' conftest.er1 >conftest.err
4544    rm -f conftest.er1
4545 @@ -3980,6 +4792,7 @@
4546  ac_preproc_ok=:
4547  break
4548  fi
4549 +
4550  rm -f conftest.err conftest.$ac_ext
4551  
4552  done
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
4556  
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
4566  else
4567    cat >conftest.make <<\_ACEOF
4568 +SHELL = /bin/sh
4569  all:
4570 -       @echo 'ac_maketemp="$(MAKE)"'
4571 +       @echo '@@@%%%=$(MAKE)=@@@%%%'
4572  _ACEOF
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
4577 -else
4578 -  eval ac_cv_prog_make_${ac_make}_set=no
4579 -fi
4580 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4581 +  *@@@%%%=?*=@@@%%%*)
4582 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
4583 +  *)
4584 +    eval ac_cv_prog_make_${ac_make}_set=no;;
4585 +esac
4586  rm -f conftest.make
4587  fi
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; }
4594    SET_MAKE=
4595  else
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}"
4601  fi
4602  
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 @@
4615      # by default.
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 @@
4624      ;;
4625  esac
4626  done
4627 +IFS=$as_save_IFS
4628  
4629  
4630  fi
4631    if test "${ac_cv_path_install+set}" = set; then
4632      INSTALL=$ac_cv_path_install
4633    else
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
4642    fi
4643  fi
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; }
4648  
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
4661  else
4662 @@ -4126,32 +4941,34 @@
4663    IFS=$as_save_IFS
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
4670      break 2
4671    fi
4672  done
4673  done
4674 +IFS=$as_save_IFS
4675  
4676  fi
4677  fi
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; }
4684  else
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; }
4689  fi
4690  
4691 +
4692  fi
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
4703  else
4704 @@ -4164,27 +4981,41 @@
4705    IFS=$as_save_IFS
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
4712      break 2
4713    fi
4714  done
4715  done
4716 +IFS=$as_save_IFS
4717  
4718 -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4719  fi
4720  fi
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; }
4727  else
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; }
4732  fi
4733  
4734 -  RANLIB=$ac_ct_RANLIB
4735 +  if test "x$ac_ct_RANLIB" = x; then
4736 +    RANLIB=":"
4737 +  else
4738 +    case $cross_compiling:$ac_tool_warned in
4739 +yes:)
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 ;;
4747 +esac
4748 +    RANLIB=$ac_ct_RANLIB
4749 +  fi
4750  else
4751    RANLIB="$ac_cv_prog_RANLIB"
4752  fi
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
4763  else
4764 @@ -4206,32 +5037,34 @@
4765    IFS=$as_save_IFS
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
4772      break 2
4773    fi
4774  done
4775  done
4776 +IFS=$as_save_IFS
4777  
4778  fi
4779  fi
4780  AR=$ac_cv_prog_AR
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; }
4786  else
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; }
4791  fi
4792  
4793 +
4794  fi
4795  if test -z "$ac_cv_prog_AR"; then
4796    ac_ct_AR=$AR
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
4805  else
4806 @@ -4244,34 +5077,48 @@
4807    IFS=$as_save_IFS
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
4814      break 2
4815    fi
4816  done
4817  done
4818 +IFS=$as_save_IFS
4819  
4820 -  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
4821  fi
4822  fi
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; }
4829  else
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; }
4834  fi
4835  
4836 -  AR=$ac_ct_AR
4837 +  if test "x$ac_ct_AR" = x; then
4838 +    AR="ar"
4839 +  else
4840 +    case $cross_compiling:$ac_tool_warned in
4841 +yes:)
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 ;;
4849 +esac
4850 +    AR=$ac_ct_AR
4851 +  fi
4852  else
4853    AR="$ac_cv_prog_AR"
4854  fi
4855  
4856  
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
4863  else
4864 @@ -4291,39 +5138,54 @@
4865  
4866  _ACEOF
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;;
4874 +esac
4875 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4876 +  (eval "$ac_compile") 2>conftest.er1
4877    ac_status=$?
4878    grep -v '^ *+' conftest.er1 >conftest.err
4879    rm -f conftest.er1
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;;
4891 +esac
4892 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4893 +  (eval "$ac_try") 2>&5
4894    ac_status=$?
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;;
4903 +esac
4904 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4905 +  (eval "$ac_try") 2>&5
4906    ac_status=$?
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
4911  else
4912    echo "$as_me: failed program was:" >&5
4913  sed 's/^/| /' conftest.$ac_ext >&5
4914  
4915 +
4916  fi
4917 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4918 +
4919 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4920 +  test "$ac_cv_c_inline" != no && break
4921  done
4922  
4923  fi
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; }
4928  
4929  
4930  case $ac_cv_c_inline in
4931 @@ -4341,8 +5203,8 @@
4932      ;;
4933  esac
4934  
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
4941  else
4942 @@ -4382,6 +5244,7 @@
4943      char const *s = 0 ? (char *) 0 : (char const *) 0;
4944  
4945      *t++ = 0;
4946 +    if (s) return 0;
4947    }
4948    { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
4949      int x[] = {25, 17};
4950 @@ -4400,7 +5263,9 @@
4951    }
4952    { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4953      const int foo = 10;
4954 +    if (!foo) return 0;
4955    }
4956 +  return !x[0] && !zero.x;
4957  #endif
4958  
4959    ;
4960 @@ -4408,24 +5273,36 @@
4961  }
4962  _ACEOF
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;;
4970 +esac
4971 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4972 +  (eval "$ac_compile") 2>conftest.er1
4973    ac_status=$?
4974    grep -v '^ *+' conftest.er1 >conftest.err
4975    rm -f conftest.er1
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;;
4987 +esac
4988 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4989 +  (eval "$ac_try") 2>&5
4990    ac_status=$?
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;;
4999 +esac
5000 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5001 +  (eval "$ac_try") 2>&5
5002    ac_status=$?
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
5008  
5009 -ac_cv_c_const=no
5010 +       ac_cv_c_const=no
5011  fi
5012 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5013 +
5014 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5015  fi
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
5021  
5022  cat >>confdefs.h <<\_ACEOF
5023 @@ -4449,15 +5327,15 @@
5024  fi
5025  
5026  
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;
5032 +fi
5033  
5034 -fi;
5035  if test "$enable_largefile" != no; then
5036  
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
5043  else
5044 @@ -4465,8 +5343,8 @@
5045       if test "$GCC" != yes; then
5046         ac_save_CC=$CC
5047         while :; do
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
5053  /* confdefs.h.  */
5054  _ACEOF
5055 @@ -4490,25 +5368,37 @@
5056    return 0;
5057  }
5058  _ACEOF
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;;
5067 +esac
5068 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5069 +  (eval "$ac_compile") 2>conftest.er1
5070    ac_status=$?
5071    grep -v '^ *+' conftest.er1 >conftest.err
5072    rm -f conftest.er1
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;;
5084 +esac
5085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5086 +  (eval "$ac_try") 2>&5
5087    ac_status=$?
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;;
5096 +esac
5097 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5098 +  (eval "$ac_try") 2>&5
5099    ac_status=$?
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
5105  
5106 +
5107  fi
5108 -rm -f conftest.err conftest.$ac_objext
5109 -        CC="$CC -n32"
5110 -        rm -f conftest.$ac_objext
5111 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5112 -  (eval $ac_compile) 2>conftest.er1
5113 +
5114 +rm -f core conftest.err conftest.$ac_objext
5115 +        CC="$CC -n32"
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;;
5121 +esac
5122 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5123 +  (eval "$ac_compile") 2>conftest.er1
5124    ac_status=$?
5125    grep -v '^ *+' conftest.er1 >conftest.err
5126    rm -f conftest.er1
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;;
5138 +esac
5139 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5140 +  (eval "$ac_try") 2>&5
5141    ac_status=$?
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;;
5150 +esac
5151 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5152 +  (eval "$ac_try") 2>&5
5153    ac_status=$?
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
5159  
5160 +
5161  fi
5162 -rm -f conftest.err conftest.$ac_objext
5163 +
5164 +rm -f core conftest.err conftest.$ac_objext
5165          break
5166         done
5167         CC=$ac_save_CC
5168         rm -f conftest.$ac_ext
5169      fi
5170  fi
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
5177    fi
5178  
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
5185  else
5186 @@ -4592,24 +5498,36 @@
5187  }
5188  _ACEOF
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;;
5196 +esac
5197 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5198 +  (eval "$ac_compile") 2>conftest.er1
5199    ac_status=$?
5200    grep -v '^ *+' conftest.er1 >conftest.err
5201    rm -f conftest.er1
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;;
5213 +esac
5214 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5215 +  (eval "$ac_try") 2>&5
5216    ac_status=$?
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;;
5225 +esac
5226 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 +  (eval "$ac_try") 2>&5
5228    ac_status=$?
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
5234  
5235 +
5236  fi
5237 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5238 +
5239 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5240    cat >conftest.$ac_ext <<_ACEOF
5241  /* confdefs.h.  */
5242  _ACEOF
5243 @@ -4645,24 +5565,36 @@
5244  }
5245  _ACEOF
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;;
5253 +esac
5254 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5255 +  (eval "$ac_compile") 2>conftest.er1
5256    ac_status=$?
5257    grep -v '^ *+' conftest.er1 >conftest.err
5258    rm -f conftest.er1
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;;
5270 +esac
5271 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5272 +  (eval "$ac_try") 2>&5
5273    ac_status=$?
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;;
5282 +esac
5283 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5284 +  (eval "$ac_try") 2>&5
5285    ac_status=$?
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
5291  
5292 +
5293  fi
5294 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5295 +
5296 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5297    break
5298  done
5299  fi
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
5305  
5306  cat >>confdefs.h <<_ACEOF
5307 @@ -4686,8 +5620,8 @@
5308  
5309  fi
5310  rm -f conftest*
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
5317  else
5318 @@ -4717,24 +5651,36 @@
5319  }
5320  _ACEOF
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;;
5328 +esac
5329 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5330 +  (eval "$ac_compile") 2>conftest.er1
5331    ac_status=$?
5332    grep -v '^ *+' conftest.er1 >conftest.err
5333    rm -f conftest.er1
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;;
5345 +esac
5346 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5347 +  (eval "$ac_try") 2>&5
5348    ac_status=$?
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;;
5357 +esac
5358 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5359 +  (eval "$ac_try") 2>&5
5360    ac_status=$?
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
5366  
5367 +
5368  fi
5369 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5370 +
5371 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5372    cat >conftest.$ac_ext <<_ACEOF
5373  /* confdefs.h.  */
5374  _ACEOF
5375 @@ -4770,24 +5718,36 @@
5376  }
5377  _ACEOF
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;;
5385 +esac
5386 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5387 +  (eval "$ac_compile") 2>conftest.er1
5388    ac_status=$?
5389    grep -v '^ *+' conftest.er1 >conftest.err
5390    rm -f conftest.er1
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;;
5402 +esac
5403 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5404 +  (eval "$ac_try") 2>&5
5405    ac_status=$?
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;;
5414 +esac
5415 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5416 +  (eval "$ac_try") 2>&5
5417    ac_status=$?
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
5423  
5424 +
5425  fi
5426 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5427 +
5428 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5429    break
5430  done
5431  fi
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
5437  
5438  cat >>confdefs.h <<_ACEOF
5439 @@ -4813,8 +5775,8 @@
5440  rm -f conftest*
5441  fi
5442  
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
5449  else
5450 @@ -4836,24 +5798,36 @@
5451  }
5452  _ACEOF
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;;
5460 +esac
5461 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5462 +  (eval "$ac_compile") 2>conftest.er1
5463    ac_status=$?
5464    grep -v '^ *+' conftest.er1 >conftest.err
5465    rm -f conftest.er1
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;;
5477 +esac
5478 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5479 +  (eval "$ac_try") 2>&5
5480    ac_status=$?
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;;
5489 +esac
5490 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 +  (eval "$ac_try") 2>&5
5492    ac_status=$?
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
5498  
5499 +
5500  fi
5501 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5502 +
5503 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5504    cat >conftest.$ac_ext <<_ACEOF
5505  /* confdefs.h.  */
5506  _ACEOF
5507 @@ -4881,24 +5857,36 @@
5508  }
5509  _ACEOF
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;;
5517 +esac
5518 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5519 +  (eval "$ac_compile") 2>conftest.er1
5520    ac_status=$?
5521    grep -v '^ *+' conftest.er1 >conftest.err
5522    rm -f conftest.er1
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;;
5534 +esac
5535 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5536 +  (eval "$ac_try") 2>&5
5537    ac_status=$?
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;;
5546 +esac
5547 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5548 +  (eval "$ac_try") 2>&5
5549    ac_status=$?
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
5555  
5556 +
5557  fi
5558 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5559 +
5560 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5561    break
5562  done
5563  fi
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
5569  
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
5581  else
5582 @@ -4947,24 +5937,36 @@
5583  }
5584  _ACEOF
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;;
5592 +esac
5593 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5594 +  (eval "$ac_link") 2>conftest.er1
5595    ac_status=$?
5596    grep -v '^ *+' conftest.er1 >conftest.err
5597    rm -f conftest.er1
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;;
5609 +esac
5610 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5611 +  (eval "$ac_try") 2>&5
5612    ac_status=$?
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;;
5621 +esac
5622 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5623 +  (eval "$ac_try") 2>&5
5624    ac_status=$?
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
5630  
5631 -ac_cv_func_fseeko=no
5632 +       ac_cv_func_fseeko=no
5633  fi
5634 -rm -f conftest.err conftest.$ac_objext \
5635 +
5636 +rm -f core conftest.err conftest.$ac_objext \
5637        conftest$ac_exeext conftest.$ac_ext
5638  fi
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
5644  
5645  cat >>confdefs.h <<\_ACEOF
5646 @@ -4988,8 +5991,8 @@
5647  
5648  fi
5649  
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
5656  else
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_;
5662  int
5663  main ()
5664  {
5665 -if ((off_t *) 0)
5666 +if ((ac__type_new_ *) 0)
5667    return 0;
5668 -if (sizeof (off_t))
5669 +if (sizeof (ac__type_new_))
5670    return 0;
5671    ;
5672    return 0;
5673  }
5674  _ACEOF
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;;
5682 +esac
5683 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5684 +  (eval "$ac_compile") 2>conftest.er1
5685    ac_status=$?
5686    grep -v '^ *+' conftest.er1 >conftest.err
5687    rm -f conftest.er1
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;;
5699 +esac
5700 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5701 +  (eval "$ac_try") 2>&5
5702    ac_status=$?
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;;
5711 +esac
5712 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5713 +  (eval "$ac_try") 2>&5
5714    ac_status=$?
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
5720  
5721 -ac_cv_type_off_t=no
5722 +       ac_cv_type_off_t=no
5723  fi
5724 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5725 +
5726 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5727  fi
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; }
5732  
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
5739  else
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_;
5751  int
5752  main ()
5753  {
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)];
5756  test_array [0] = 0
5757  
5758    ;
5759 @@ -5075,24 +6093,36 @@
5760  }
5761  _ACEOF
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;;
5769 +esac
5770 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5771 +  (eval "$ac_compile") 2>conftest.er1
5772    ac_status=$?
5773    grep -v '^ *+' conftest.er1 >conftest.err
5774    rm -f conftest.er1
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;;
5786 +esac
5787 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5788 +  (eval "$ac_try") 2>&5
5789    ac_status=$?
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;;
5798 +esac
5799 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5800 +  (eval "$ac_try") 2>&5
5801    ac_status=$?
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_;
5809  int
5810  main ()
5811  {
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)];
5814  test_array [0] = 0
5815  
5816    ;
5817 @@ -5116,24 +6147,36 @@
5818  }
5819  _ACEOF
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;;
5827 +esac
5828 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5829 +  (eval "$ac_compile") 2>conftest.er1
5830    ac_status=$?
5831    grep -v '^ *+' conftest.er1 >conftest.err
5832    rm -f conftest.er1
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;;
5844 +esac
5845 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5846 +  (eval "$ac_try") 2>&5
5847    ac_status=$?
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;;
5856 +esac
5857 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5858 +  (eval "$ac_try") 2>&5
5859    ac_status=$?
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
5865  
5866 -ac_lo=`expr $ac_mid + 1`
5867 -                   if test $ac_lo -le $ac_mid; then
5868 -                     ac_lo= ac_hi=
5869 -                     break
5870 -                   fi
5871 -                   ac_mid=`expr 2 '*' $ac_mid + 1`
5872 +       ac_lo=`expr $ac_mid + 1`
5873 +                       if test $ac_lo -le $ac_mid; then
5874 +                         ac_lo= ac_hi=
5875 +                         break
5876 +                       fi
5877 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
5878  fi
5879 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5880 +
5881 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5882    done
5883  else
5884    echo "$as_me: failed program was:" >&5
5885  sed 's/^/| /' conftest.$ac_ext >&5
5886  
5887 -cat >conftest.$ac_ext <<_ACEOF
5888 +       cat >conftest.$ac_ext <<_ACEOF
5889  /* confdefs.h.  */
5890  _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_;
5896  int
5897  main ()
5898  {
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)];
5901  test_array [0] = 0
5902  
5903    ;
5904 @@ -5173,24 +6218,36 @@
5905  }
5906  _ACEOF
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;;
5914 +esac
5915 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5916 +  (eval "$ac_compile") 2>conftest.er1
5917    ac_status=$?
5918    grep -v '^ *+' conftest.er1 >conftest.err
5919    rm -f conftest.er1
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;;
5931 +esac
5932 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5933 +  (eval "$ac_try") 2>&5
5934    ac_status=$?
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;;
5943 +esac
5944 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5945 +  (eval "$ac_try") 2>&5
5946    ac_status=$?
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_;
5954  int
5955  main ()
5956  {
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)];
5959  test_array [0] = 0
5960  
5961    ;
5962 @@ -5214,24 +6272,36 @@
5963  }
5964  _ACEOF
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;;
5972 +esac
5973 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5974 +  (eval "$ac_compile") 2>conftest.er1
5975    ac_status=$?
5976    grep -v '^ *+' conftest.er1 >conftest.err
5977    rm -f conftest.er1
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;;
5989 +esac
5990 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5991 +  (eval "$ac_try") 2>&5
5992    ac_status=$?
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;;
6001 +esac
6002 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6003 +  (eval "$ac_try") 2>&5
6004    ac_status=$?
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
6010  
6011 -ac_hi=`expr '(' $ac_mid ')' - 1`
6012 -                      if test $ac_mid -le $ac_hi; then
6013 -                        ac_lo= ac_hi=
6014 -                        break
6015 -                      fi
6016 -                      ac_mid=`expr 2 '*' $ac_mid`
6017 +       ac_hi=`expr '(' $ac_mid ')' - 1`
6018 +                       if test $ac_mid -le $ac_hi; then
6019 +                         ac_lo= ac_hi=
6020 +                         break
6021 +                       fi
6022 +                       ac_mid=`expr 2 '*' $ac_mid`
6023  fi
6024 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6025 +
6026 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6027    done
6028  else
6029    echo "$as_me: failed program was:" >&5
6030  sed 's/^/| /' conftest.$ac_ext >&5
6031  
6032 -ac_lo= ac_hi=
6033 +       ac_lo= ac_hi=
6034  fi
6035 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6036 +
6037 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6038  fi
6039 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6040 +
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_;
6050  int
6051  main ()
6052  {
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)];
6055  test_array [0] = 0
6056  
6057    ;
6058 @@ -5279,24 +6353,36 @@
6059  }
6060  _ACEOF
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;;
6068 +esac
6069 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6070 +  (eval "$ac_compile") 2>conftest.er1
6071    ac_status=$?
6072    grep -v '^ *+' conftest.er1 >conftest.err
6073    rm -f conftest.er1
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;;
6085 +esac
6086 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6087 +  (eval "$ac_try") 2>&5
6088    ac_status=$?
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;;
6097 +esac
6098 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6099 +  (eval "$ac_try") 2>&5
6100    ac_status=$?
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
6106  
6107 -ac_lo=`expr '(' $ac_mid ')' + 1`
6108 +       ac_lo=`expr '(' $ac_mid ')' + 1`
6109  fi
6110 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6111 +
6112 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6113  done
6114  case $ac_lo in
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; }; } ;;
6124  esac
6125  else
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; }; }
6132 -else
6133    cat >conftest.$ac_ext <<_ACEOF
6134  /* confdefs.h.  */
6135  _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_)); }
6145  #include <stdio.h>
6146  #include <stdlib.h>
6147  int
6148 @@ -5342,35 +6423,44 @@
6149  
6150    FILE *f = fopen ("conftest.val", "w");
6151    if (! f)
6152 -    exit (1);
6153 -  if (((long) (sizeof (off_t))) < 0)
6154 +    return 1;
6155 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
6156      {
6157 -      long i = longval ();
6158 -      if (i != ((long) (sizeof (off_t))))
6159 -       exit (1);
6160 +      long int i = longval ();
6161 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
6162 +       return 1;
6163        fprintf (f, "%ld\n", i);
6164      }
6165    else
6166      {
6167 -      unsigned long i = ulongval ();
6168 -      if (i != ((long) (sizeof (off_t))))
6169 -       exit (1);
6170 +      unsigned long int i = ulongval ();
6171 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
6172 +       return 1;
6173        fprintf (f, "%lu\n", i);
6174      }
6175 -  exit (ferror (f) || fclose (f) != 0);
6176 +  return ferror (f) || fclose (f) != 0;
6177  
6178    ;
6179    return 0;
6180  }
6181  _ACEOF
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;;
6189 +esac
6190 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6191 +  (eval "$ac_link") 2>&5
6192    ac_status=$?
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;;
6200 +esac
6201 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6202 +  (eval "$ac_try") 2>&5
6203    ac_status=$?
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
6208  
6209  ( exit $ac_status )
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; }; }
6217 -fi
6218 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6219 +   { (exit 77); exit 77; }; }
6220  fi
6221 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6222  fi
6223  rm -f conftest.val
6224  else
6225    ac_cv_sizeof_off_t=0
6226  fi
6227  fi
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
6234  _ACEOF
6235 @@ -5405,8 +6494,8 @@
6236  
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
6245  else
6246 @@ -5421,32 +6510,33 @@
6247    IFS=$as_save_IFS
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
6254      break 2
6255    fi
6256  done
6257  done
6258 +IFS=$as_save_IFS
6259  
6260    test -z "$ac_cv_path_DBX" && ac_cv_path_DBX="no"
6261    ;;
6262  esac
6263  fi
6264  DBX=$ac_cv_path_DBX
6265 -
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; }
6271  else
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; }
6276  fi
6277  
6278 +
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
6287  else
6288 @@ -5461,32 +6551,33 @@
6289    IFS=$as_save_IFS
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
6296      break 2
6297    fi
6298  done
6299  done
6300 +IFS=$as_save_IFS
6301  
6302    test -z "$ac_cv_path_GDB" && ac_cv_path_GDB="no"
6303    ;;
6304  esac
6305  fi
6306  GDB=$ac_cv_path_GDB
6307 -
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; }
6313  else
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; }
6318  fi
6319  
6320 +
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
6329  else
6330 @@ -5501,29 +6592,30 @@
6331    IFS=$as_save_IFS
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
6338      break 2
6339    fi
6340  done
6341  done
6342 +IFS=$as_save_IFS
6343  
6344    test -z "$ac_cv_path_SDB" && ac_cv_path_SDB="no"
6345    ;;
6346  esac
6347  fi
6348  SDB=$ac_cv_path_SDB
6349 -
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; }
6355  else
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; }
6360  fi
6361  
6362  
6363 +
6364  if test $GDB != no ; then
6365          DEBUGGER=$GDB
6366  elif test $DBX != no ; then
6367 @@ -5563,18 +6655,19 @@
6368  for ac_header in inttypes.h
6369  do
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
6380  fi
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; }
6386  else
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
6393  /* confdefs.h.  */
6394  _ACEOF
6395 @@ -5585,24 +6678,36 @@
6396  #include <$ac_header>
6397  _ACEOF
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;;
6405 +esac
6406 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6407 +  (eval "$ac_compile") 2>conftest.er1
6408    ac_status=$?
6409    grep -v '^ *+' conftest.er1 >conftest.err
6410    rm -f conftest.er1
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;;
6422 +esac
6423 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6424 +  (eval "$ac_try") 2>&5
6425    ac_status=$?
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;;
6434 +esac
6435 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6436 +  (eval "$ac_try") 2>&5
6437    ac_status=$?
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
6443  
6444 -ac_header_compiler=no
6445 +       ac_header_compiler=no
6446  fi
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
6450 +
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; }
6454  
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
6461  /* confdefs.h.  */
6462  _ACEOF
6463 @@ -5628,8 +6734,13 @@
6464  /* end confdefs.h.  */
6465  #include <$ac_header>
6466  _ACEOF
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;;
6473 +esac
6474 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6475 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6476    ac_status=$?
6477    grep -v '^ *+' conftest.er1 >conftest.err
6478    rm -f conftest.er1
6479 @@ -5653,9 +6764,10 @@
6480  
6481    ac_header_preproc=no
6482  fi
6483 +
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; }
6489  
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;}
6496 -    (
6497 -      cat <<\_ASBOX
6498 -## ------------------------------------------ ##
6499 -## Report this to the AC_PACKAGE_NAME lists.  ##
6500 -## ------------------------------------------ ##
6501 -_ASBOX
6502 -    ) |
6503 -      sed "s/^/$as_me: WARNING:     /" >&2
6504 +
6505      ;;
6506  esac
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
6514  else
6515    eval "$as_ac_Header=\$ac_header_preproc"
6516  fi
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; }
6522  
6523  fi
6524  if test `eval echo '${'$as_ac_Header'}'` = yes; then
6525 @@ -5709,8 +6815,8 @@
6526  
6527  done
6528  
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
6535  else
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_;
6541  int
6542  main ()
6543  {
6544 -if ((uint32_t *) 0)
6545 +if ((ac__type_new_ *) 0)
6546    return 0;
6547 -if (sizeof (uint32_t))
6548 +if (sizeof (ac__type_new_))
6549    return 0;
6550    ;
6551    return 0;
6552  }
6553  _ACEOF
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;;
6561 +esac
6562 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6563 +  (eval "$ac_compile") 2>conftest.er1
6564    ac_status=$?
6565    grep -v '^ *+' conftest.er1 >conftest.err
6566    rm -f conftest.er1
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;;
6578 +esac
6579 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6580 +  (eval "$ac_try") 2>&5
6581    ac_status=$?
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;;
6590 +esac
6591 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6592 +  (eval "$ac_try") 2>&5
6593    ac_status=$?
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
6599  
6600 -ac_cv_type_uint32_t=no
6601 +       ac_cv_type_uint32_t=no
6602  fi
6603 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6604 +
6605 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6606  fi
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
6612  
6613  cat >>confdefs.h <<\_ACEOF
6614 @@ -5772,8 +6892,8 @@
6615  _ACEOF
6616  
6617  else
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
6624  else
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_;
6630  int
6631  main ()
6632  {
6633 -if ((short *) 0)
6634 +if ((ac__type_new_ *) 0)
6635    return 0;
6636 -if (sizeof (short))
6637 +if (sizeof (ac__type_new_))
6638    return 0;
6639    ;
6640    return 0;
6641  }
6642  _ACEOF
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;;
6650 +esac
6651 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6652 +  (eval "$ac_compile") 2>conftest.er1
6653    ac_status=$?
6654    grep -v '^ *+' conftest.er1 >conftest.err
6655    rm -f conftest.er1
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;;
6667 +esac
6668 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6669 +  (eval "$ac_try") 2>&5
6670    ac_status=$?
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;;
6679 +esac
6680 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681 +  (eval "$ac_try") 2>&5
6682    ac_status=$?
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
6688  
6689 -ac_cv_type_short=no
6690 +       ac_cv_type_short=no
6691  fi
6692 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6693 +
6694 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6695  fi
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; }
6700  
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
6707  else
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_;
6719  int
6720  main ()
6721  {
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)];
6724  test_array [0] = 0
6725  
6726    ;
6727 @@ -5859,24 +6994,36 @@
6728  }
6729  _ACEOF
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;;
6737 +esac
6738 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6739 +  (eval "$ac_compile") 2>conftest.er1
6740    ac_status=$?
6741    grep -v '^ *+' conftest.er1 >conftest.err
6742    rm -f conftest.er1
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;;
6754 +esac
6755 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6756 +  (eval "$ac_try") 2>&5
6757    ac_status=$?
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;;
6766 +esac
6767 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6768 +  (eval "$ac_try") 2>&5
6769    ac_status=$?
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_;
6777  int
6778  main ()
6779  {
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)];
6782  test_array [0] = 0
6783  
6784    ;
6785 @@ -5900,24 +7048,36 @@
6786  }
6787  _ACEOF
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;;
6795 +esac
6796 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6797 +  (eval "$ac_compile") 2>conftest.er1
6798    ac_status=$?
6799    grep -v '^ *+' conftest.er1 >conftest.err
6800    rm -f conftest.er1
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;;
6812 +esac
6813 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6814 +  (eval "$ac_try") 2>&5
6815    ac_status=$?
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;;
6824 +esac
6825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6826 +  (eval "$ac_try") 2>&5
6827    ac_status=$?
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
6833  
6834 -ac_lo=`expr $ac_mid + 1`
6835 -                   if test $ac_lo -le $ac_mid; then
6836 -                     ac_lo= ac_hi=
6837 -                     break
6838 -                   fi
6839 -                   ac_mid=`expr 2 '*' $ac_mid + 1`
6840 +       ac_lo=`expr $ac_mid + 1`
6841 +                       if test $ac_lo -le $ac_mid; then
6842 +                         ac_lo= ac_hi=
6843 +                         break
6844 +                       fi
6845 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
6846  fi
6847 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6848 +
6849 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6850    done
6851  else
6852    echo "$as_me: failed program was:" >&5
6853  sed 's/^/| /' conftest.$ac_ext >&5
6854  
6855 -cat >conftest.$ac_ext <<_ACEOF
6856 +       cat >conftest.$ac_ext <<_ACEOF
6857  /* confdefs.h.  */
6858  _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_;
6864  int
6865  main ()
6866  {
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)];
6869  test_array [0] = 0
6870  
6871    ;
6872 @@ -5957,24 +7119,36 @@
6873  }
6874  _ACEOF
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;;
6882 +esac
6883 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6884 +  (eval "$ac_compile") 2>conftest.er1
6885    ac_status=$?
6886    grep -v '^ *+' conftest.er1 >conftest.err
6887    rm -f conftest.er1
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;;
6899 +esac
6900 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6901 +  (eval "$ac_try") 2>&5
6902    ac_status=$?
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;;
6911 +esac
6912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6913 +  (eval "$ac_try") 2>&5
6914    ac_status=$?
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_;
6922  int
6923  main ()
6924  {
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)];
6927  test_array [0] = 0
6928  
6929    ;
6930 @@ -5998,24 +7173,36 @@
6931  }
6932  _ACEOF
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;;
6940 +esac
6941 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6942 +  (eval "$ac_compile") 2>conftest.er1
6943    ac_status=$?
6944    grep -v '^ *+' conftest.er1 >conftest.err
6945    rm -f conftest.er1
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;;
6957 +esac
6958 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6959 +  (eval "$ac_try") 2>&5
6960    ac_status=$?
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;;
6969 +esac
6970 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6971 +  (eval "$ac_try") 2>&5
6972    ac_status=$?
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
6978  
6979 -ac_hi=`expr '(' $ac_mid ')' - 1`
6980 -                      if test $ac_mid -le $ac_hi; then
6981 -                        ac_lo= ac_hi=
6982 -                        break
6983 -                      fi
6984 -                      ac_mid=`expr 2 '*' $ac_mid`
6985 +       ac_hi=`expr '(' $ac_mid ')' - 1`
6986 +                       if test $ac_mid -le $ac_hi; then
6987 +                         ac_lo= ac_hi=
6988 +                         break
6989 +                       fi
6990 +                       ac_mid=`expr 2 '*' $ac_mid`
6991  fi
6992 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6993 +
6994 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6995    done
6996  else
6997    echo "$as_me: failed program was:" >&5
6998  sed 's/^/| /' conftest.$ac_ext >&5
6999  
7000 -ac_lo= ac_hi=
7001 +       ac_lo= ac_hi=
7002  fi
7003 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7004 +
7005 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7006  fi
7007 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7008 +
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_;
7018  int
7019  main ()
7020  {
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)];
7023  test_array [0] = 0
7024  
7025    ;
7026 @@ -6063,24 +7254,36 @@
7027  }
7028  _ACEOF
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;;
7036 +esac
7037 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7038 +  (eval "$ac_compile") 2>conftest.er1
7039    ac_status=$?
7040    grep -v '^ *+' conftest.er1 >conftest.err
7041    rm -f conftest.er1
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;;
7053 +esac
7054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7055 +  (eval "$ac_try") 2>&5
7056    ac_status=$?
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;;
7065 +esac
7066 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 +  (eval "$ac_try") 2>&5
7068    ac_status=$?
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
7074  
7075 -ac_lo=`expr '(' $ac_mid ')' + 1`
7076 +       ac_lo=`expr '(' $ac_mid ')' + 1`
7077  fi
7078 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7079 +
7080 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7081  done
7082  case $ac_lo in
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; }; } ;;
7092  esac
7093  else
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; }; }
7100 -else
7101    cat >conftest.$ac_ext <<_ACEOF
7102  /* confdefs.h.  */
7103  _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_)); }
7113  #include <stdio.h>
7114  #include <stdlib.h>
7115  int
7116 @@ -6126,35 +7324,44 @@
7117  
7118    FILE *f = fopen ("conftest.val", "w");
7119    if (! f)
7120 -    exit (1);
7121 -  if (((long) (sizeof (short))) < 0)
7122 +    return 1;
7123 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
7124      {
7125 -      long i = longval ();
7126 -      if (i != ((long) (sizeof (short))))
7127 -       exit (1);
7128 +      long int i = longval ();
7129 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
7130 +       return 1;
7131        fprintf (f, "%ld\n", i);
7132      }
7133    else
7134      {
7135 -      unsigned long i = ulongval ();
7136 -      if (i != ((long) (sizeof (short))))
7137 -       exit (1);
7138 +      unsigned long int i = ulongval ();
7139 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
7140 +       return 1;
7141        fprintf (f, "%lu\n", i);
7142      }
7143 -  exit (ferror (f) || fclose (f) != 0);
7144 +  return ferror (f) || fclose (f) != 0;
7145  
7146    ;
7147    return 0;
7148  }
7149  _ACEOF
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;;
7157 +esac
7158 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7159 +  (eval "$ac_link") 2>&5
7160    ac_status=$?
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;;
7168 +esac
7169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7170 +  (eval "$ac_try") 2>&5
7171    ac_status=$?
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
7176  
7177  ( exit $ac_status )
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; }; }
7185 -fi
7186 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7187 +   { (exit 77); exit 77; }; }
7188  fi
7189 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7190  fi
7191  rm -f conftest.val
7192  else
7193    ac_cv_sizeof_short=0
7194  fi
7195  fi
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
7202  _ACEOF
7203  
7204  
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
7211  else
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_;
7217  int
7218  main ()
7219  {
7220 -if ((int *) 0)
7221 +if ((ac__type_new_ *) 0)
7222    return 0;
7223 -if (sizeof (int))
7224 +if (sizeof (ac__type_new_))
7225    return 0;
7226    ;
7227    return 0;
7228  }
7229  _ACEOF
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;;
7237 +esac
7238 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7239 +  (eval "$ac_compile") 2>conftest.er1
7240    ac_status=$?
7241    grep -v '^ *+' conftest.er1 >conftest.err
7242    rm -f conftest.er1
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;;
7254 +esac
7255 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7256 +  (eval "$ac_try") 2>&5
7257    ac_status=$?
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;;
7266 +esac
7267 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7268 +  (eval "$ac_try") 2>&5
7269    ac_status=$?
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
7275  
7276 -ac_cv_type_int=no
7277 +       ac_cv_type_int=no
7278  fi
7279 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7280 +
7281 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7282  fi
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; }
7287  
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
7294  else
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_;
7306  int
7307  main ()
7308  {
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)];
7311  test_array [0] = 0
7312  
7313    ;
7314 @@ -6273,24 +7494,36 @@
7315  }
7316  _ACEOF
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;;
7324 +esac
7325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7326 +  (eval "$ac_compile") 2>conftest.er1
7327    ac_status=$?
7328    grep -v '^ *+' conftest.er1 >conftest.err
7329    rm -f conftest.er1
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;;
7341 +esac
7342 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7343 +  (eval "$ac_try") 2>&5
7344    ac_status=$?
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;;
7353 +esac
7354 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 +  (eval "$ac_try") 2>&5
7356    ac_status=$?
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_;
7364  int
7365  main ()
7366  {
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)];
7369  test_array [0] = 0
7370  
7371    ;
7372 @@ -6314,24 +7548,36 @@
7373  }
7374  _ACEOF
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;;
7382 +esac
7383 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7384 +  (eval "$ac_compile") 2>conftest.er1
7385    ac_status=$?
7386    grep -v '^ *+' conftest.er1 >conftest.err
7387    rm -f conftest.er1
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;;
7399 +esac
7400 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7401 +  (eval "$ac_try") 2>&5
7402    ac_status=$?
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;;
7411 +esac
7412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7413 +  (eval "$ac_try") 2>&5
7414    ac_status=$?
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
7420  
7421 -ac_lo=`expr $ac_mid + 1`
7422 -                   if test $ac_lo -le $ac_mid; then
7423 -                     ac_lo= ac_hi=
7424 -                     break
7425 -                   fi
7426 -                   ac_mid=`expr 2 '*' $ac_mid + 1`
7427 +       ac_lo=`expr $ac_mid + 1`
7428 +                       if test $ac_lo -le $ac_mid; then
7429 +                         ac_lo= ac_hi=
7430 +                         break
7431 +                       fi
7432 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
7433  fi
7434 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7435 +
7436 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7437    done
7438  else
7439    echo "$as_me: failed program was:" >&5
7440  sed 's/^/| /' conftest.$ac_ext >&5
7441  
7442 -cat >conftest.$ac_ext <<_ACEOF
7443 +       cat >conftest.$ac_ext <<_ACEOF
7444  /* confdefs.h.  */
7445  _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_;
7451  int
7452  main ()
7453  {
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)];
7456  test_array [0] = 0
7457  
7458    ;
7459 @@ -6371,24 +7619,36 @@
7460  }
7461  _ACEOF
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;;
7469 +esac
7470 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7471 +  (eval "$ac_compile") 2>conftest.er1
7472    ac_status=$?
7473    grep -v '^ *+' conftest.er1 >conftest.err
7474    rm -f conftest.er1
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;;
7486 +esac
7487 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7488 +  (eval "$ac_try") 2>&5
7489    ac_status=$?
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;;
7498 +esac
7499 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7500 +  (eval "$ac_try") 2>&5
7501    ac_status=$?
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_;
7509  int
7510  main ()
7511  {
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)];
7514  test_array [0] = 0
7515  
7516    ;
7517 @@ -6412,24 +7673,36 @@
7518  }
7519  _ACEOF
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;;
7527 +esac
7528 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7529 +  (eval "$ac_compile") 2>conftest.er1
7530    ac_status=$?
7531    grep -v '^ *+' conftest.er1 >conftest.err
7532    rm -f conftest.er1
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;;
7544 +esac
7545 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7546 +  (eval "$ac_try") 2>&5
7547    ac_status=$?
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;;
7556 +esac
7557 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7558 +  (eval "$ac_try") 2>&5
7559    ac_status=$?
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
7565  
7566 -ac_hi=`expr '(' $ac_mid ')' - 1`
7567 -                      if test $ac_mid -le $ac_hi; then
7568 -                        ac_lo= ac_hi=
7569 -                        break
7570 -                      fi
7571 -                      ac_mid=`expr 2 '*' $ac_mid`
7572 +       ac_hi=`expr '(' $ac_mid ')' - 1`
7573 +                       if test $ac_mid -le $ac_hi; then
7574 +                         ac_lo= ac_hi=
7575 +                         break
7576 +                       fi
7577 +                       ac_mid=`expr 2 '*' $ac_mid`
7578  fi
7579 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7580 +
7581 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7582    done
7583  else
7584    echo "$as_me: failed program was:" >&5
7585  sed 's/^/| /' conftest.$ac_ext >&5
7586  
7587 -ac_lo= ac_hi=
7588 +       ac_lo= ac_hi=
7589  fi
7590 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7591 +
7592 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7593  fi
7594 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7595 +
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_;
7605  int
7606  main ()
7607  {
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)];
7610  test_array [0] = 0
7611  
7612    ;
7613 @@ -6477,24 +7754,36 @@
7614  }
7615  _ACEOF
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;;
7623 +esac
7624 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7625 +  (eval "$ac_compile") 2>conftest.er1
7626    ac_status=$?
7627    grep -v '^ *+' conftest.er1 >conftest.err
7628    rm -f conftest.er1
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;;
7640 +esac
7641 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7642 +  (eval "$ac_try") 2>&5
7643    ac_status=$?
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;;
7652 +esac
7653 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7654 +  (eval "$ac_try") 2>&5
7655    ac_status=$?
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
7661  
7662 -ac_lo=`expr '(' $ac_mid ')' + 1`
7663 +       ac_lo=`expr '(' $ac_mid ')' + 1`
7664  fi
7665 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7666 +
7667 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7668  done
7669  case $ac_lo in
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; }; } ;;
7679  esac
7680  else
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; }; }
7687 -else
7688    cat >conftest.$ac_ext <<_ACEOF
7689  /* confdefs.h.  */
7690  _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_)); }
7700  #include <stdio.h>
7701  #include <stdlib.h>
7702  int
7703 @@ -6540,35 +7824,44 @@
7704  
7705    FILE *f = fopen ("conftest.val", "w");
7706    if (! f)
7707 -    exit (1);
7708 -  if (((long) (sizeof (int))) < 0)
7709 +    return 1;
7710 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
7711      {
7712 -      long i = longval ();
7713 -      if (i != ((long) (sizeof (int))))
7714 -       exit (1);
7715 +      long int i = longval ();
7716 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
7717 +       return 1;
7718        fprintf (f, "%ld\n", i);
7719      }
7720    else
7721      {
7722 -      unsigned long i = ulongval ();
7723 -      if (i != ((long) (sizeof (int))))
7724 -       exit (1);
7725 +      unsigned long int i = ulongval ();
7726 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
7727 +       return 1;
7728        fprintf (f, "%lu\n", i);
7729      }
7730 -  exit (ferror (f) || fclose (f) != 0);
7731 +  return ferror (f) || fclose (f) != 0;
7732  
7733    ;
7734    return 0;
7735  }
7736  _ACEOF
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;;
7744 +esac
7745 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7746 +  (eval "$ac_link") 2>&5
7747    ac_status=$?
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;;
7755 +esac
7756 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7757 +  (eval "$ac_try") 2>&5
7758    ac_status=$?
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
7763  
7764  ( exit $ac_status )
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; }; }
7772 -fi
7773 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7774 +   { (exit 77); exit 77; }; }
7775  fi
7776 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7777  fi
7778  rm -f conftest.val
7779  else
7780    ac_cv_sizeof_int=0
7781  fi
7782  fi
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
7789  _ACEOF
7790  
7791  
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
7798  else
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_;
7804  int
7805  main ()
7806  {
7807 -if ((long *) 0)
7808 +if ((ac__type_new_ *) 0)
7809    return 0;
7810 -if (sizeof (long))
7811 +if (sizeof (ac__type_new_))
7812    return 0;
7813    ;
7814    return 0;
7815  }
7816  _ACEOF
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;;
7824 +esac
7825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7826 +  (eval "$ac_compile") 2>conftest.er1
7827    ac_status=$?
7828    grep -v '^ *+' conftest.er1 >conftest.err
7829    rm -f conftest.er1
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;;
7841 +esac
7842 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7843 +  (eval "$ac_try") 2>&5
7844    ac_status=$?
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;;
7853 +esac
7854 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7855 +  (eval "$ac_try") 2>&5
7856    ac_status=$?
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
7862  
7863 -ac_cv_type_long=no
7864 +       ac_cv_type_long=no
7865  fi
7866 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7867 +
7868 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7869  fi
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; }
7874  
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
7881  else
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_;
7893  int
7894  main ()
7895  {
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)];
7898  test_array [0] = 0
7899  
7900    ;
7901 @@ -6687,24 +7994,36 @@
7902  }
7903  _ACEOF
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;;
7911 +esac
7912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7913 +  (eval "$ac_compile") 2>conftest.er1
7914    ac_status=$?
7915    grep -v '^ *+' conftest.er1 >conftest.err
7916    rm -f conftest.er1
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;;
7928 +esac
7929 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7930 +  (eval "$ac_try") 2>&5
7931    ac_status=$?
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;;
7940 +esac
7941 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7942 +  (eval "$ac_try") 2>&5
7943    ac_status=$?
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_;
7951  int
7952  main ()
7953  {
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)];
7956  test_array [0] = 0
7957  
7958    ;
7959 @@ -6728,24 +8048,36 @@
7960  }
7961  _ACEOF
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;;
7969 +esac
7970 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7971 +  (eval "$ac_compile") 2>conftest.er1
7972    ac_status=$?
7973    grep -v '^ *+' conftest.er1 >conftest.err
7974    rm -f conftest.er1
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;;
7986 +esac
7987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7988 +  (eval "$ac_try") 2>&5
7989    ac_status=$?
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;;
7998 +esac
7999 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8000 +  (eval "$ac_try") 2>&5
8001    ac_status=$?
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
8007  
8008 -ac_lo=`expr $ac_mid + 1`
8009 -                   if test $ac_lo -le $ac_mid; then
8010 -                     ac_lo= ac_hi=
8011 -                     break
8012 -                   fi
8013 -                   ac_mid=`expr 2 '*' $ac_mid + 1`
8014 +       ac_lo=`expr $ac_mid + 1`
8015 +                       if test $ac_lo -le $ac_mid; then
8016 +                         ac_lo= ac_hi=
8017 +                         break
8018 +                       fi
8019 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
8020  fi
8021 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8022 +
8023 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8024    done
8025  else
8026    echo "$as_me: failed program was:" >&5
8027  sed 's/^/| /' conftest.$ac_ext >&5
8028  
8029 -cat >conftest.$ac_ext <<_ACEOF
8030 +       cat >conftest.$ac_ext <<_ACEOF
8031  /* confdefs.h.  */
8032  _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_;
8038  int
8039  main ()
8040  {
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)];
8043  test_array [0] = 0
8044  
8045    ;
8046 @@ -6785,24 +8119,36 @@
8047  }
8048  _ACEOF
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;;
8056 +esac
8057 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058 +  (eval "$ac_compile") 2>conftest.er1
8059    ac_status=$?
8060    grep -v '^ *+' conftest.er1 >conftest.err
8061    rm -f conftest.er1
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;;
8073 +esac
8074 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8075 +  (eval "$ac_try") 2>&5
8076    ac_status=$?
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;;
8085 +esac
8086 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8087 +  (eval "$ac_try") 2>&5
8088    ac_status=$?
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_;
8096  int
8097  main ()
8098  {
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)];
8101  test_array [0] = 0
8102  
8103    ;
8104 @@ -6826,24 +8173,36 @@
8105  }
8106  _ACEOF
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;;
8114 +esac
8115 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8116 +  (eval "$ac_compile") 2>conftest.er1
8117    ac_status=$?
8118    grep -v '^ *+' conftest.er1 >conftest.err
8119    rm -f conftest.er1
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;;
8131 +esac
8132 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 +  (eval "$ac_try") 2>&5
8134    ac_status=$?
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;;
8143 +esac
8144 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145 +  (eval "$ac_try") 2>&5
8146    ac_status=$?
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
8152  
8153 -ac_hi=`expr '(' $ac_mid ')' - 1`
8154 -                      if test $ac_mid -le $ac_hi; then
8155 -                        ac_lo= ac_hi=
8156 -                        break
8157 -                      fi
8158 -                      ac_mid=`expr 2 '*' $ac_mid`
8159 +       ac_hi=`expr '(' $ac_mid ')' - 1`
8160 +                       if test $ac_mid -le $ac_hi; then
8161 +                         ac_lo= ac_hi=
8162 +                         break
8163 +                       fi
8164 +                       ac_mid=`expr 2 '*' $ac_mid`
8165  fi
8166 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8167 +
8168 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8169    done
8170  else
8171    echo "$as_me: failed program was:" >&5
8172  sed 's/^/| /' conftest.$ac_ext >&5
8173  
8174 -ac_lo= ac_hi=
8175 +       ac_lo= ac_hi=
8176  fi
8177 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8178 +
8179 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8180  fi
8181 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8182 +
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_;
8192  int
8193  main ()
8194  {
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)];
8197  test_array [0] = 0
8198  
8199    ;
8200 @@ -6891,24 +8254,36 @@
8201  }
8202  _ACEOF
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;;
8210 +esac
8211 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8212 +  (eval "$ac_compile") 2>conftest.er1
8213    ac_status=$?
8214    grep -v '^ *+' conftest.er1 >conftest.err
8215    rm -f conftest.er1
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;;
8227 +esac
8228 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8229 +  (eval "$ac_try") 2>&5
8230    ac_status=$?
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;;
8239 +esac
8240 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8241 +  (eval "$ac_try") 2>&5
8242    ac_status=$?
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
8248  
8249 -ac_lo=`expr '(' $ac_mid ')' + 1`
8250 +       ac_lo=`expr '(' $ac_mid ')' + 1`
8251  fi
8252 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8253 +
8254 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8255  done
8256  case $ac_lo in
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; }; } ;;
8266  esac
8267  else
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; }; }
8274 -else
8275    cat >conftest.$ac_ext <<_ACEOF
8276  /* confdefs.h.  */
8277  _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_)); }
8287  #include <stdio.h>
8288  #include <stdlib.h>
8289  int
8290 @@ -6954,35 +8324,44 @@
8291  
8292    FILE *f = fopen ("conftest.val", "w");
8293    if (! f)
8294 -    exit (1);
8295 -  if (((long) (sizeof (long))) < 0)
8296 +    return 1;
8297 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8298      {
8299 -      long i = longval ();
8300 -      if (i != ((long) (sizeof (long))))
8301 -       exit (1);
8302 +      long int i = longval ();
8303 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
8304 +       return 1;
8305        fprintf (f, "%ld\n", i);
8306      }
8307    else
8308      {
8309 -      unsigned long i = ulongval ();
8310 -      if (i != ((long) (sizeof (long))))
8311 -       exit (1);
8312 +      unsigned long int i = ulongval ();
8313 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
8314 +       return 1;
8315        fprintf (f, "%lu\n", i);
8316      }
8317 -  exit (ferror (f) || fclose (f) != 0);
8318 +  return ferror (f) || fclose (f) != 0;
8319  
8320    ;
8321    return 0;
8322  }
8323  _ACEOF
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;;
8331 +esac
8332 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8333 +  (eval "$ac_link") 2>&5
8334    ac_status=$?
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;;
8342 +esac
8343 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8344 +  (eval "$ac_try") 2>&5
8345    ac_status=$?
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
8350  
8351  ( exit $ac_status )
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; }; }
8359 -fi
8360 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8361 +   { (exit 77); exit 77; }; }
8362  fi
8363 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8364  fi
8365  rm -f conftest.val
8366  else
8367    ac_cv_sizeof_long=0
8368  fi
8369  fi
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
8376  _ACEOF
8377  
8378  
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
8385  else
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_;
8391  int
8392  main ()
8393  {
8394 -if ((long long *) 0)
8395 +if ((ac__type_new_ *) 0)
8396    return 0;
8397 -if (sizeof (long long))
8398 +if (sizeof (ac__type_new_))
8399    return 0;
8400    ;
8401    return 0;
8402  }
8403  _ACEOF
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;;
8411 +esac
8412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8413 +  (eval "$ac_compile") 2>conftest.er1
8414    ac_status=$?
8415    grep -v '^ *+' conftest.er1 >conftest.err
8416    rm -f conftest.er1
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;;
8428 +esac
8429 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8430 +  (eval "$ac_try") 2>&5
8431    ac_status=$?
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;;
8440 +esac
8441 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8442 +  (eval "$ac_try") 2>&5
8443    ac_status=$?
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
8449  
8450 -ac_cv_type_long_long=no
8451 +       ac_cv_type_long_long=no
8452  fi
8453 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8454 +
8455 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8456  fi
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; }
8461  
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
8468  else
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_;
8480  int
8481  main ()
8482  {
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)];
8485  test_array [0] = 0
8486  
8487    ;
8488 @@ -7101,24 +8494,36 @@
8489  }
8490  _ACEOF
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;;
8498 +esac
8499 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8500 +  (eval "$ac_compile") 2>conftest.er1
8501    ac_status=$?
8502    grep -v '^ *+' conftest.er1 >conftest.err
8503    rm -f conftest.er1
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;;
8515 +esac
8516 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8517 +  (eval "$ac_try") 2>&5
8518    ac_status=$?
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;;
8527 +esac
8528 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8529 +  (eval "$ac_try") 2>&5
8530    ac_status=$?
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_;
8538  int
8539  main ()
8540  {
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)];
8543  test_array [0] = 0
8544  
8545    ;
8546 @@ -7142,24 +8548,36 @@
8547  }
8548  _ACEOF
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;;
8556 +esac
8557 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8558 +  (eval "$ac_compile") 2>conftest.er1
8559    ac_status=$?
8560    grep -v '^ *+' conftest.er1 >conftest.err
8561    rm -f conftest.er1
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;;
8573 +esac
8574 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8575 +  (eval "$ac_try") 2>&5
8576    ac_status=$?
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;;
8585 +esac
8586 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8587 +  (eval "$ac_try") 2>&5
8588    ac_status=$?
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
8594  
8595 -ac_lo=`expr $ac_mid + 1`
8596 -                   if test $ac_lo -le $ac_mid; then
8597 -                     ac_lo= ac_hi=
8598 -                     break
8599 -                   fi
8600 -                   ac_mid=`expr 2 '*' $ac_mid + 1`
8601 +       ac_lo=`expr $ac_mid + 1`
8602 +                       if test $ac_lo -le $ac_mid; then
8603 +                         ac_lo= ac_hi=
8604 +                         break
8605 +                       fi
8606 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
8607  fi
8608 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8609 +
8610 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8611    done
8612  else
8613    echo "$as_me: failed program was:" >&5
8614  sed 's/^/| /' conftest.$ac_ext >&5
8615  
8616 -cat >conftest.$ac_ext <<_ACEOF
8617 +       cat >conftest.$ac_ext <<_ACEOF
8618  /* confdefs.h.  */
8619  _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_;
8625  int
8626  main ()
8627  {
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)];
8630  test_array [0] = 0
8631  
8632    ;
8633 @@ -7199,24 +8619,36 @@
8634  }
8635  _ACEOF
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;;
8643 +esac
8644 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8645 +  (eval "$ac_compile") 2>conftest.er1
8646    ac_status=$?
8647    grep -v '^ *+' conftest.er1 >conftest.err
8648    rm -f conftest.er1
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;;
8660 +esac
8661 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8662 +  (eval "$ac_try") 2>&5
8663    ac_status=$?
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;;
8672 +esac
8673 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8674 +  (eval "$ac_try") 2>&5
8675    ac_status=$?
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_;
8683  int
8684  main ()
8685  {
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)];
8688  test_array [0] = 0
8689  
8690    ;
8691 @@ -7240,24 +8673,36 @@
8692  }
8693  _ACEOF
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;;
8701 +esac
8702 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8703 +  (eval "$ac_compile") 2>conftest.er1
8704    ac_status=$?
8705    grep -v '^ *+' conftest.er1 >conftest.err
8706    rm -f conftest.er1
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;;
8718 +esac
8719 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8720 +  (eval "$ac_try") 2>&5
8721    ac_status=$?
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;;
8730 +esac
8731 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8732 +  (eval "$ac_try") 2>&5
8733    ac_status=$?
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
8739  
8740 -ac_hi=`expr '(' $ac_mid ')' - 1`
8741 -                      if test $ac_mid -le $ac_hi; then
8742 -                        ac_lo= ac_hi=
8743 -                        break
8744 -                      fi
8745 -                      ac_mid=`expr 2 '*' $ac_mid`
8746 +       ac_hi=`expr '(' $ac_mid ')' - 1`
8747 +                       if test $ac_mid -le $ac_hi; then
8748 +                         ac_lo= ac_hi=
8749 +                         break
8750 +                       fi
8751 +                       ac_mid=`expr 2 '*' $ac_mid`
8752  fi
8753 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8754 +
8755 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8756    done
8757  else
8758    echo "$as_me: failed program was:" >&5
8759  sed 's/^/| /' conftest.$ac_ext >&5
8760  
8761 -ac_lo= ac_hi=
8762 +       ac_lo= ac_hi=
8763  fi
8764 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8765 +
8766 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8767  fi
8768 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8769 +
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_;
8779  int
8780  main ()
8781  {
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)];
8784  test_array [0] = 0
8785  
8786    ;
8787 @@ -7305,24 +8754,36 @@
8788  }
8789  _ACEOF
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;;
8797 +esac
8798 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8799 +  (eval "$ac_compile") 2>conftest.er1
8800    ac_status=$?
8801    grep -v '^ *+' conftest.er1 >conftest.err
8802    rm -f conftest.er1
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;;
8814 +esac
8815 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8816 +  (eval "$ac_try") 2>&5
8817    ac_status=$?
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;;
8826 +esac
8827 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8828 +  (eval "$ac_try") 2>&5
8829    ac_status=$?
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
8835  
8836 -ac_lo=`expr '(' $ac_mid ')' + 1`
8837 +       ac_lo=`expr '(' $ac_mid ')' + 1`
8838  fi
8839 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8840 +
8841 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8842  done
8843  case $ac_lo in
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; }; } ;;
8853  esac
8854  else
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; }; }
8861 -else
8862    cat >conftest.$ac_ext <<_ACEOF
8863  /* confdefs.h.  */
8864  _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_)); }
8874  #include <stdio.h>
8875  #include <stdlib.h>
8876  int
8877 @@ -7368,35 +8824,44 @@
8878  
8879    FILE *f = fopen ("conftest.val", "w");
8880    if (! f)
8881 -    exit (1);
8882 -  if (((long) (sizeof (long long))) < 0)
8883 +    return 1;
8884 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
8885      {
8886 -      long i = longval ();
8887 -      if (i != ((long) (sizeof (long long))))
8888 -       exit (1);
8889 +      long int i = longval ();
8890 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
8891 +       return 1;
8892        fprintf (f, "%ld\n", i);
8893      }
8894    else
8895      {
8896 -      unsigned long i = ulongval ();
8897 -      if (i != ((long) (sizeof (long long))))
8898 -       exit (1);
8899 +      unsigned long int i = ulongval ();
8900 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
8901 +       return 1;
8902        fprintf (f, "%lu\n", i);
8903      }
8904 -  exit (ferror (f) || fclose (f) != 0);
8905 +  return ferror (f) || fclose (f) != 0;
8906  
8907    ;
8908    return 0;
8909  }
8910  _ACEOF
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;;
8918 +esac
8919 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8920 +  (eval "$ac_link") 2>&5
8921    ac_status=$?
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;;
8929 +esac
8930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8931 +  (eval "$ac_try") 2>&5
8932    ac_status=$?
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
8937  
8938  ( exit $ac_status )
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; }; }
8946 -fi
8947 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8948 +   { (exit 77); exit 77; }; }
8949  fi
8950 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8951  fi
8952  rm -f conftest.val
8953  else
8954    ac_cv_sizeof_long_long=0
8955  fi
8956  fi
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
8963  _ACEOF
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
8974  else
8975 @@ -7454,29 +8918,30 @@
8976    IFS=$as_save_IFS
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
8983      break 2
8984    fi
8985  done
8986  done
8987 +IFS=$as_save_IFS
8988  
8989    test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/sbin/sendmail"
8990    ;;
8991  esac
8992  fi
8993  SENDMAIL=$ac_cv_path_SENDMAIL
8994 -
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; }
9000  else
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; }
9005  fi
9006  
9007  
9008 +
9009  cat >>confdefs.h <<_ACEOF
9010  #define SENDMAIL "$ac_cv_path_SENDMAIL"
9011  _ACEOF
9012 @@ -7484,22 +8949,22 @@
9013  
9014  OPS='$(srcdir)/OPS'
9015  
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
9022                 have_gpgme=yes
9023         fi
9024  
9025 -fi;
9026 +fi
9027 +
9028  
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"
9035  else
9036    gpgme_config_prefix=""
9037 -fi;
9038 +fi
9039 +
9040  
9041  if test x$have_gpgme = xyes; then
9042         if test x$gpgme_config_prefix != x; then
9043 @@ -7507,8 +8972,8 @@
9044         else
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
9053  else
9054 @@ -7523,28 +8988,29 @@
9055    IFS=$as_save_IFS
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
9062      break 2
9063    fi
9064  done
9065  done
9066 +IFS=$as_save_IFS
9067  
9068    test -z "$ac_cv_path_GPGME_CONFIG" && ac_cv_path_GPGME_CONFIG="no"
9069    ;;
9070  esac
9071  fi
9072  GPGME_CONFIG=$ac_cv_path_GPGME_CONFIG
9073 -
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; }
9079  else
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; }
9084  fi
9085  
9086 +
9087         fi
9088         if test "x$GPGME_CONFIG" = "xno"; then
9089                 { { echo "$as_me:$LINENO: error: GPGME not found" >&5
9090 @@ -7564,14 +9030,14 @@
9091  
9092  
9093  
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
9100                  have_pgp=no
9101          fi
9102  
9103 -fi;
9104 +fi
9105 +
9106  
9107  if test x$have_pgp != xno ; then
9108  
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"
9111  fi
9112  
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
9119                 have_smime=no
9120         fi
9121  
9122 -fi;
9123 +fi
9124 +
9125  
9126  if test x$have_smime != xno ; then
9127  
9128 @@ -7603,10 +9069,9 @@
9129  fi
9130  
9131  
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"
9139           else
9140                  MIXMASTER="mixmaster"
9141 @@ -7619,7 +9084,8 @@
9142  _ACEOF
9143  
9144  
9145 -fi;
9146 +fi
9147 +
9148  
9149  # We now require all OPS
9150  OPS="$OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT "
9151 @@ -7630,8 +9096,8 @@
9152  
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
9161  else
9162 @@ -7646,28 +9112,29 @@
9163    IFS=$as_save_IFS
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
9170      break 2
9171    fi
9172  done
9173  done
9174 +IFS=$as_save_IFS
9175  
9176    test -z "$ac_cv_path_ISPELL" && ac_cv_path_ISPELL="no"
9177    ;;
9178  esac
9179  fi
9180  ISPELL=$ac_cv_path_ISPELL
9181 -
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; }
9187  else
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; }
9192  fi
9193  
9194 +
9195  if test $ISPELL != no; then
9196  
9197  cat >>confdefs.h <<_ACEOF
9198 @@ -7677,11 +9144,10 @@
9199  fi
9200  
9201  
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
9212  else
9213 @@ -7707,13 +9173,22 @@
9214  }
9215  _ACEOF
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;;
9223 +esac
9224 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9225 +  (eval "$ac_link") 2>&5
9226    ac_status=$?
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;;
9234 +esac
9235 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9236 +  (eval "$ac_try") 2>&5
9237    ac_status=$?
9238    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239    (exit $ac_status); }; }; then
9240 @@ -7726,14 +9201,16 @@
9241  ( exit $ac_status )
9242  mutt_cv_bsdish=no
9243  fi
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
9246  fi
9247 +
9248 +
9249  fi
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; }
9254  
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"
9264                  fi
9265          fi
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
9271  
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
9278  else
9279 @@ -7784,30 +9261,42 @@
9280  int
9281  main ()
9282  {
9283 -main ();
9284 +return main ();
9285    ;
9286    return 0;
9287  }
9288  _ACEOF
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;;
9296 +esac
9297 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9298 +  (eval "$ac_link") 2>conftest.er1
9299    ac_status=$?
9300    grep -v '^ *+' conftest.er1 >conftest.err
9301    rm -f conftest.er1
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;;
9313 +esac
9314 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9315 +  (eval "$ac_try") 2>&5
9316    ac_status=$?
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;;
9325 +esac
9326 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9327 +  (eval "$ac_try") 2>&5
9328    ac_status=$?
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
9334  
9335 -ac_cv_lib_termlib_main=no
9336 +       ac_cv_lib_termlib_main=no
9337  fi
9338 -rm -f conftest.err conftest.$ac_objext \
9339 +
9340 +rm -f core conftest.err conftest.$ac_objext \
9341        conftest$ac_exeext conftest.$ac_ext
9342  LIBS=$ac_check_lib_save_LIBS
9343  fi
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"
9353  
9354  
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
9361  else
9362 @@ -7861,40 +9351,52 @@
9363  cat >>conftest.$ac_ext <<_ACEOF
9364  /* end confdefs.h.  */
9365  
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.  */
9370  #ifdef __cplusplus
9371  extern "C"
9372  #endif
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 ();
9376  int
9377  main ()
9378  {
9379 -SLtt_get_terminfo ();
9380 +return SLtt_get_terminfo ();
9381    ;
9382    return 0;
9383  }
9384  _ACEOF
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;;
9392 +esac
9393 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9394 +  (eval "$ac_link") 2>conftest.er1
9395    ac_status=$?
9396    grep -v '^ *+' conftest.er1 >conftest.err
9397    rm -f conftest.er1
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;;
9409 +esac
9410 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9411 +  (eval "$ac_try") 2>&5
9412    ac_status=$?
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;;
9421 +esac
9422 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9423 +  (eval "$ac_try") 2>&5
9424    ac_status=$?
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
9430  
9431 -ac_cv_lib_slang_SLtt_get_terminfo=no
9432 +       ac_cv_lib_slang_SLtt_get_terminfo=no
9433  fi
9434 -rm -f conftest.err conftest.$ac_objext \
9435 +
9436 +rm -f core conftest.err conftest.$ac_objext \
9437        conftest$ac_exeext conftest.$ac_ext
9438  LIBS=$ac_check_lib_save_LIBS
9439  fi
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"
9446  else
9447 @@ -7924,20 +9427,20 @@
9448  else
9449    mutt_cv_curses=/usr
9450  
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
9458                  fi
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"
9462                  fi
9463 -fi;
9464 +fi
9465 +
9466  
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
9473  else
9474 @@ -7964,53 +9467,59 @@
9475  
9476  #undef initscr
9477  
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.  */
9482  #ifdef __cplusplus
9483  extern "C"
9484 -{
9485  #endif
9486 -/* We use char because int might match the return type of a gcc2
9487 -   builtin and then its argument prototype would still apply.  */
9488  char initscr ();
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
9494  choke me
9495 -#else
9496 -char (*f) () = initscr;
9497 -#endif
9498 -#ifdef __cplusplus
9499 -}
9500  #endif
9501  
9502  int
9503  main ()
9504  {
9505 -return f != initscr;
9506 +return initscr ();
9507    ;
9508    return 0;
9509  }
9510  _ACEOF
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;;
9518 +esac
9519 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9520 +  (eval "$ac_link") 2>conftest.er1
9521    ac_status=$?
9522    grep -v '^ *+' conftest.er1 >conftest.err
9523    rm -f conftest.er1
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;;
9535 +esac
9536 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9537 +  (eval "$ac_try") 2>&5
9538    ac_status=$?
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;;
9547 +esac
9548 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9549 +  (eval "$ac_try") 2>&5
9550    ac_status=$?
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
9556  
9557 -ac_cv_func_initscr=no
9558 +       ac_cv_func_initscr=no
9559  fi
9560 -rm -f conftest.err conftest.$ac_objext \
9561 +
9562 +rm -f core conftest.err conftest.$ac_objext \
9563        conftest$ac_exeext conftest.$ac_ext
9564  fi
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
9570    :
9571  else
9572 @@ -8034,9 +9544,9 @@
9573         for lib in ncurses ncursesw
9574         do
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
9583  else
9584    ac_check_lib_save_LIBS=$LIBS
9585 @@ -8048,40 +9558,52 @@
9586  cat >>conftest.$ac_ext <<_ACEOF
9587  /* end confdefs.h.  */
9588  
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.  */
9593  #ifdef __cplusplus
9594  extern "C"
9595  #endif
9596 -/* We use char because int might match the return type of a gcc2
9597 -   builtin and then its argument prototype would still apply.  */
9598  char waddnwstr ();
9599  int
9600  main ()
9601  {
9602 -waddnwstr ();
9603 +return waddnwstr ();
9604    ;
9605    return 0;
9606  }
9607  _ACEOF
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;;
9615 +esac
9616 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9617 +  (eval "$ac_link") 2>conftest.er1
9618    ac_status=$?
9619    grep -v '^ *+' conftest.er1 >conftest.err
9620    rm -f conftest.er1
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;;
9632 +esac
9633 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9634 +  (eval "$ac_try") 2>&5
9635    ac_status=$?
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;;
9644 +esac
9645 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9646 +  (eval "$ac_try") 2>&5
9647    ac_status=$?
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
9653  
9654 -eval "$as_ac_Lib=no"
9655 +       eval "$as_ac_Lib=no"
9656  fi
9657 -rm -f conftest.err conftest.$ac_objext \
9658 +
9659 +rm -f core conftest.err conftest.$ac_objext \
9660        conftest$ac_exeext conftest.$ac_ext
9661  LIBS=$ac_check_lib_save_LIBS
9662  fi
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
9670  fi
9671  
9672         done
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
9681  else
9682    ac_check_lib_save_LIBS=$LIBS
9683 @@ -8118,40 +9642,52 @@
9684  cat >>conftest.$ac_ext <<_ACEOF
9685  /* end confdefs.h.  */
9686  
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.  */
9691  #ifdef __cplusplus
9692  extern "C"
9693  #endif
9694 -/* We use char because int might match the return type of a gcc2
9695 -   builtin and then its argument prototype would still apply.  */
9696  char initscr ();
9697  int
9698  main ()
9699  {
9700 -initscr ();
9701 +return initscr ();
9702    ;
9703    return 0;
9704  }
9705  _ACEOF
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;;
9713 +esac
9714 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9715 +  (eval "$ac_link") 2>conftest.er1
9716    ac_status=$?
9717    grep -v '^ *+' conftest.er1 >conftest.err
9718    rm -f conftest.er1
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;;
9730 +esac
9731 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9732 +  (eval "$ac_try") 2>&5
9733    ac_status=$?
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;;
9742 +esac
9743 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9744 +  (eval "$ac_try") 2>&5
9745    ac_status=$?
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
9751  
9752 -eval "$as_ac_Lib=no"
9753 +       eval "$as_ac_Lib=no"
9754  fi
9755 -rm -f conftest.err conftest.$ac_objext \
9756 +
9757 +rm -f core conftest.err conftest.$ac_objext \
9758        conftest$ac_exeext conftest.$ac_ext
9759  LIBS=$ac_check_lib_save_LIBS
9760  fi
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"
9768  
9769 @@ -8176,18 +9714,19 @@
9770  for ac_header in ncursesw/ncurses.h
9771  do
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
9782  fi
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; }
9788  else
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
9795  /* confdefs.h.  */
9796  _ACEOF
9797 @@ -8198,24 +9737,36 @@
9798  #include <$ac_header>
9799  _ACEOF
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;;
9807 +esac
9808 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9809 +  (eval "$ac_compile") 2>conftest.er1
9810    ac_status=$?
9811    grep -v '^ *+' conftest.er1 >conftest.err
9812    rm -f conftest.er1
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;;
9824 +esac
9825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9826 +  (eval "$ac_try") 2>&5
9827    ac_status=$?
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;;
9836 +esac
9837 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9838 +  (eval "$ac_try") 2>&5
9839    ac_status=$?
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
9845  
9846 -ac_header_compiler=no
9847 +       ac_header_compiler=no
9848  fi
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
9852 +
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; }
9856  
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
9863  /* confdefs.h.  */
9864  _ACEOF
9865 @@ -8241,8 +9793,13 @@
9866  /* end confdefs.h.  */
9867  #include <$ac_header>
9868  _ACEOF
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;;
9875 +esac
9876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9877 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9878    ac_status=$?
9879    grep -v '^ *+' conftest.er1 >conftest.err
9880    rm -f conftest.er1
9881 @@ -8266,9 +9823,10 @@
9882  
9883    ac_header_preproc=no
9884  fi
9885 +
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; }
9891  
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;}
9898 -    (
9899 -      cat <<\_ASBOX
9900 -## ------------------------------------------ ##
9901 -## Report this to the AC_PACKAGE_NAME lists.  ##
9902 -## ------------------------------------------ ##
9903 -_ASBOX
9904 -    ) |
9905 -      sed "s/^/$as_me: WARNING:     /" >&2
9906 +
9907      ;;
9908  esac
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
9916  else
9917    eval "$as_ac_Header=\$ac_header_preproc"
9918  fi
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; }
9924  
9925  fi
9926  if test `eval echo '${'$as_ac_Header'}'` = yes; then
9927 @@ -8327,18 +9879,19 @@
9928  for ac_header in ncurses/ncurses.h
9929  do
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
9940  fi
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; }
9946  else
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
9953  /* confdefs.h.  */
9954  _ACEOF
9955 @@ -8349,24 +9902,36 @@
9956  #include <$ac_header>
9957  _ACEOF
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;;
9965 +esac
9966 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9967 +  (eval "$ac_compile") 2>conftest.er1
9968    ac_status=$?
9969    grep -v '^ *+' conftest.er1 >conftest.err
9970    rm -f conftest.er1
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;;
9982 +esac
9983 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9984 +  (eval "$ac_try") 2>&5
9985    ac_status=$?
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;;
9994 +esac
9995 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9996 +  (eval "$ac_try") 2>&5
9997    ac_status=$?
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
10003  
10004 -ac_header_compiler=no
10005 +       ac_header_compiler=no
10006  fi
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
10010 +
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; }
10014  
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
10021  /* confdefs.h.  */
10022  _ACEOF
10023 @@ -8392,8 +9958,13 @@
10024  /* end confdefs.h.  */
10025  #include <$ac_header>
10026  _ACEOF
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;;
10033 +esac
10034 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10035 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10036    ac_status=$?
10037    grep -v '^ *+' conftest.er1 >conftest.err
10038    rm -f conftest.er1
10039 @@ -8417,9 +9988,10 @@
10040  
10041    ac_header_preproc=no
10042  fi
10043 +
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; }
10049  
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;}
10056 -    (
10057 -      cat <<\_ASBOX
10058 -## ------------------------------------------ ##
10059 -## Report this to the AC_PACKAGE_NAME lists.  ##
10060 -## ------------------------------------------ ##
10061 -_ASBOX
10062 -    ) |
10063 -      sed "s/^/$as_me: WARNING:     /" >&2
10064 +
10065      ;;
10066  esac
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
10074  else
10075    eval "$as_ac_Header=\$ac_header_preproc"
10076  fi
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; }
10082  
10083  fi
10084  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10085 @@ -8474,18 +10040,19 @@
10086  for ac_header in ncurses.h
10087  do
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
10098  fi
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; }
10104  else
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
10111  /* confdefs.h.  */
10112  _ACEOF
10113 @@ -8496,24 +10063,36 @@
10114  #include <$ac_header>
10115  _ACEOF
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;;
10123 +esac
10124 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10125 +  (eval "$ac_compile") 2>conftest.er1
10126    ac_status=$?
10127    grep -v '^ *+' conftest.er1 >conftest.err
10128    rm -f conftest.er1
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;;
10140 +esac
10141 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142 +  (eval "$ac_try") 2>&5
10143    ac_status=$?
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;;
10152 +esac
10153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10154 +  (eval "$ac_try") 2>&5
10155    ac_status=$?
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
10161  
10162 -ac_header_compiler=no
10163 +       ac_header_compiler=no
10164  fi
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
10168 +
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; }
10172  
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
10179  /* confdefs.h.  */
10180  _ACEOF
10181 @@ -8539,8 +10119,13 @@
10182  /* end confdefs.h.  */
10183  #include <$ac_header>
10184  _ACEOF
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;;
10191 +esac
10192 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10193 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10194    ac_status=$?
10195    grep -v '^ *+' conftest.er1 >conftest.err
10196    rm -f conftest.er1
10197 @@ -8564,9 +10149,10 @@
10198  
10199    ac_header_preproc=no
10200  fi
10201 +
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; }
10207  
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;}
10214 -    (
10215 -      cat <<\_ASBOX
10216 -## ------------------------------------------ ##
10217 -## Report this to the AC_PACKAGE_NAME lists.  ##
10218 -## ------------------------------------------ ##
10219 -_ASBOX
10220 -    ) |
10221 -      sed "s/^/$as_me: WARNING:     /" >&2
10222 +
10223      ;;
10224  esac
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
10232  else
10233    eval "$as_ac_Header=\$ac_header_preproc"
10234  fi
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; }
10240  
10241  fi
10242  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10243 @@ -8627,8 +10207,8 @@
10244                 fi
10245  else
10246  
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
10253  else
10254 @@ -8655,53 +10235,59 @@
10255  
10256  #undef initscr
10257  
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.  */
10262  #ifdef __cplusplus
10263  extern "C"
10264 -{
10265  #endif
10266 -/* We use char because int might match the return type of a gcc2
10267 -   builtin and then its argument prototype would still apply.  */
10268  char initscr ();
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
10274  choke me
10275 -#else
10276 -char (*f) () = initscr;
10277 -#endif
10278 -#ifdef __cplusplus
10279 -}
10280  #endif
10281  
10282  int
10283  main ()
10284  {
10285 -return f != initscr;
10286 +return initscr ();
10287    ;
10288    return 0;
10289  }
10290  _ACEOF
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;;
10298 +esac
10299 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10300 +  (eval "$ac_link") 2>conftest.er1
10301    ac_status=$?
10302    grep -v '^ *+' conftest.er1 >conftest.err
10303    rm -f conftest.er1
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;;
10315 +esac
10316 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10317 +  (eval "$ac_try") 2>&5
10318    ac_status=$?
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;;
10327 +esac
10328 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10329 +  (eval "$ac_try") 2>&5
10330    ac_status=$?
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
10336  
10337 -ac_cv_func_initscr=no
10338 +       ac_cv_func_initscr=no
10339  fi
10340 -rm -f conftest.err conftest.$ac_objext \
10341 +
10342 +rm -f core conftest.err conftest.$ac_objext \
10343        conftest$ac_exeext conftest.$ac_ext
10344  fi
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
10350    :
10351  else
10352  
10353  case $host_os in #(vi
10354  freebsd*) #(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
10361  else
10362 @@ -8737,40 +10324,52 @@
10363  cat >>conftest.$ac_ext <<_ACEOF
10364  /* end confdefs.h.  */
10365  
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.  */
10370  #ifdef __cplusplus
10371  extern "C"
10372  #endif
10373 -/* We use char because int might match the return type of a gcc2
10374 -   builtin and then its argument prototype would still apply.  */
10375  char tgoto ();
10376  int
10377  main ()
10378  {
10379 -tgoto ();
10380 +return tgoto ();
10381    ;
10382    return 0;
10383  }
10384  _ACEOF
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;;
10392 +esac
10393 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10394 +  (eval "$ac_link") 2>conftest.er1
10395    ac_status=$?
10396    grep -v '^ *+' conftest.er1 >conftest.err
10397    rm -f conftest.er1
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;;
10409 +esac
10410 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10411 +  (eval "$ac_try") 2>&5
10412    ac_status=$?
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;;
10421 +esac
10422 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10423 +  (eval "$ac_try") 2>&5
10424    ac_status=$?
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
10430  
10431 -ac_cv_lib_mytinfo_tgoto=no
10432 +       ac_cv_lib_mytinfo_tgoto=no
10433  fi
10434 -rm -f conftest.err conftest.$ac_objext \
10435 +
10436 +rm -f core conftest.err conftest.$ac_objext \
10437        conftest$ac_exeext conftest.$ac_ext
10438  LIBS=$ac_check_lib_save_LIBS
10439  fi
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"
10446  fi
10447  
10448         ;;
10449  hpux10.*|hpux11.*)
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
10456  else
10457 @@ -8807,40 +10407,52 @@
10458  cat >>conftest.$ac_ext <<_ACEOF
10459  /* end confdefs.h.  */
10460  
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.  */
10465  #ifdef __cplusplus
10466  extern "C"
10467  #endif
10468 -/* We use char because int might match the return type of a gcc2
10469 -   builtin and then its argument prototype would still apply.  */
10470  char initscr ();
10471  int
10472  main ()
10473  {
10474 -initscr ();
10475 +return initscr ();
10476    ;
10477    return 0;
10478  }
10479  _ACEOF
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;;
10487 +esac
10488 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10489 +  (eval "$ac_link") 2>conftest.er1
10490    ac_status=$?
10491    grep -v '^ *+' conftest.er1 >conftest.err
10492    rm -f conftest.er1
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;;
10504 +esac
10505 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10506 +  (eval "$ac_try") 2>&5
10507    ac_status=$?
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;;
10516 +esac
10517 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10518 +  (eval "$ac_try") 2>&5
10519    ac_status=$?
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
10525  
10526 -ac_cv_lib_cur_colr_initscr=no
10527 +       ac_cv_lib_cur_colr_initscr=no
10528  fi
10529 -rm -f conftest.err conftest.$ac_objext \
10530 +
10531 +rm -f core conftest.err conftest.$ac_objext \
10532        conftest$ac_exeext conftest.$ac_ext
10533  LIBS=$ac_check_lib_save_LIBS
10534  fi
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
10540  
10541                 LIBS="-lcur_colr $LIBS"
10542 @@ -8865,8 +10478,8 @@
10543  
10544  else
10545  
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
10552  else
10553 @@ -8879,40 +10492,52 @@
10554  cat >>conftest.$ac_ext <<_ACEOF
10555  /* end confdefs.h.  */
10556  
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.  */
10561  #ifdef __cplusplus
10562  extern "C"
10563  #endif
10564 -/* We use char because int might match the return type of a gcc2
10565 -   builtin and then its argument prototype would still apply.  */
10566  char initscr ();
10567  int
10568  main ()
10569  {
10570 -initscr ();
10571 +return initscr ();
10572    ;
10573    return 0;
10574  }
10575  _ACEOF
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;;
10583 +esac
10584 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10585 +  (eval "$ac_link") 2>conftest.er1
10586    ac_status=$?
10587    grep -v '^ *+' conftest.er1 >conftest.err
10588    rm -f conftest.er1
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;;
10600 +esac
10601 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 +  (eval "$ac_try") 2>&5
10603    ac_status=$?
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;;
10612 +esac
10613 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10614 +  (eval "$ac_try") 2>&5
10615    ac_status=$?
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
10621  
10622 -ac_cv_lib_Hcurses_initscr=no
10623 +       ac_cv_lib_Hcurses_initscr=no
10624  fi
10625 -rm -f conftest.err conftest.$ac_objext \
10626 +
10627 +rm -f core conftest.err conftest.$ac_objext \
10628        conftest$ac_exeext conftest.$ac_ext
10629  LIBS=$ac_check_lib_save_LIBS
10630  fi
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
10636  
10637                 # HP's header uses __HP_CURSES, but user claims _HP_CURSES.
10638 @@ -8961,8 +10587,8 @@
10639  
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
10648  else
10649 @@ -8989,53 +10615,59 @@
10650  
10651  #undef tgoto
10652  
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.  */
10657  #ifdef __cplusplus
10658  extern "C"
10659 -{
10660  #endif
10661 -/* We use char because int might match the return type of a gcc2
10662 -   builtin and then its argument prototype would still apply.  */
10663  char tgoto ();
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
10669  choke me
10670 -#else
10671 -char (*f) () = tgoto;
10672 -#endif
10673 -#ifdef __cplusplus
10674 -}
10675  #endif
10676  
10677  int
10678  main ()
10679  {
10680 -return f != tgoto;
10681 +return tgoto ();
10682    ;
10683    return 0;
10684  }
10685  _ACEOF
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;;
10693 +esac
10694 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10695 +  (eval "$ac_link") 2>conftest.er1
10696    ac_status=$?
10697    grep -v '^ *+' conftest.er1 >conftest.err
10698    rm -f conftest.er1
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;;
10710 +esac
10711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10712 +  (eval "$ac_try") 2>&5
10713    ac_status=$?
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;;
10722 +esac
10723 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10724 +  (eval "$ac_try") 2>&5
10725    ac_status=$?
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
10731  
10732 -ac_cv_func_tgoto=no
10733 +       ac_cv_func_tgoto=no
10734  fi
10735 -rm -f conftest.err conftest.$ac_objext \
10736 +
10737 +rm -f core conftest.err conftest.$ac_objext \
10738        conftest$ac_exeext conftest.$ac_ext
10739  fi
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
10746  else
10747 @@ -9058,9 +10691,9 @@
10748                 for cf_term_lib in termcap termlib unknown
10749                 do
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
10758  else
10759    ac_check_lib_save_LIBS=$LIBS
10760 @@ -9072,40 +10705,52 @@
10761  cat >>conftest.$ac_ext <<_ACEOF
10762  /* end confdefs.h.  */
10763  
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.  */
10768  #ifdef __cplusplus
10769  extern "C"
10770  #endif
10771 -/* We use char because int might match the return type of a gcc2
10772 -   builtin and then its argument prototype would still apply.  */
10773  char tgoto ();
10774  int
10775  main ()
10776  {
10777 -tgoto ();
10778 +return tgoto ();
10779    ;
10780    return 0;
10781  }
10782  _ACEOF
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;;
10790 +esac
10791 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10792 +  (eval "$ac_link") 2>conftest.er1
10793    ac_status=$?
10794    grep -v '^ *+' conftest.er1 >conftest.err
10795    rm -f conftest.er1
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;;
10807 +esac
10808 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10809 +  (eval "$ac_try") 2>&5
10810    ac_status=$?
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;;
10819 +esac
10820 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10821 +  (eval "$ac_try") 2>&5
10822    ac_status=$?
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
10828  
10829 -eval "$as_ac_Lib=no"
10830 +       eval "$as_ac_Lib=no"
10831  fi
10832 -rm -f conftest.err conftest.$ac_objext \
10833 +
10834 +rm -f core conftest.err conftest.$ac_objext \
10835        conftest$ac_exeext conftest.$ac_ext
10836  LIBS=$ac_check_lib_save_LIBS
10837  fi
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
10844    break
10845  fi
10846 @@ -9136,9 +10783,9 @@
10847         for cf_curs_lib in cursesX curses ncurses xcurses jcurses unknown
10848         do
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
10857  else
10858    ac_check_lib_save_LIBS=$LIBS
10859 @@ -9150,40 +10797,52 @@
10860  cat >>conftest.$ac_ext <<_ACEOF
10861  /* end confdefs.h.  */
10862  
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.  */
10867  #ifdef __cplusplus
10868  extern "C"
10869  #endif
10870 -/* We use char because int might match the return type of a gcc2
10871 -   builtin and then its argument prototype would still apply.  */
10872  char initscr ();
10873  int
10874  main ()
10875  {
10876 -initscr ();
10877 +return initscr ();
10878    ;
10879    return 0;
10880  }
10881  _ACEOF
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;;
10889 +esac
10890 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10891 +  (eval "$ac_link") 2>conftest.er1
10892    ac_status=$?
10893    grep -v '^ *+' conftest.er1 >conftest.err
10894    rm -f conftest.er1
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;;
10906 +esac
10907 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10908 +  (eval "$ac_try") 2>&5
10909    ac_status=$?
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;;
10918 +esac
10919 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10920 +  (eval "$ac_try") 2>&5
10921    ac_status=$?
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
10927  
10928 -eval "$as_ac_Lib=no"
10929 +       eval "$as_ac_Lib=no"
10930  fi
10931 -rm -f conftest.err conftest.$ac_objext \
10932 +
10933 +rm -f core conftest.err conftest.$ac_objext \
10934        conftest$ac_exeext conftest.$ac_ext
10935  LIBS=$ac_check_lib_save_LIBS
10936  fi
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
10943    break
10944  fi
10945 @@ -9211,8 +10872,8 @@
10946  
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
10954  /* confdefs.h.  */
10955  _ACEOF
10956 @@ -9229,24 +10890,36 @@
10957  }
10958  _ACEOF
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;;
10966 +esac
10967 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10968 +  (eval "$ac_link") 2>conftest.er1
10969    ac_status=$?
10970    grep -v '^ *+' conftest.er1 >conftest.err
10971    rm -f conftest.er1
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;;
10983 +esac
10984 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10985 +  (eval "$ac_try") 2>&5
10986    ac_status=$?
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;;
10995 +esac
10996 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10997 +  (eval "$ac_try") 2>&5
10998    ac_status=$?
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
11004  
11005 -cf_result=no
11006 +       cf_result=no
11007  fi
11008 -rm -f conftest.err conftest.$ac_objext \
11009 +
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
11025  /* confdefs.h.  */
11026  _ACEOF
11027 @@ -9283,24 +10957,36 @@
11028  }
11029  _ACEOF
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;;
11037 +esac
11038 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039 +  (eval "$ac_link") 2>conftest.er1
11040    ac_status=$?
11041    grep -v '^ *+' conftest.er1 >conftest.err
11042    rm -f conftest.er1
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;;
11054 +esac
11055 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11056 +  (eval "$ac_try") 2>&5
11057    ac_status=$?
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;;
11066 +esac
11067 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11068 +  (eval "$ac_try") 2>&5
11069    ac_status=$?
11070    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071    (exit $ac_status); }; }; then
11072 @@ -9327,24 +11013,36 @@
11073  }
11074  _ACEOF
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;;
11082 +esac
11083 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11084 +  (eval "$ac_link") 2>conftest.er1
11085    ac_status=$?
11086    grep -v '^ *+' conftest.er1 >conftest.err
11087    rm -f conftest.er1
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;;
11099 +esac
11100 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11101 +  (eval "$ac_try") 2>&5
11102    ac_status=$?
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;;
11111 +esac
11112 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11113 +  (eval "$ac_try") 2>&5
11114    ac_status=$?
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
11120  
11121 -cf_result=error
11122 +       cf_result=error
11123  fi
11124 -rm -f conftest.err conftest.$ac_objext \
11125 +
11126 +rm -f core conftest.err conftest.$ac_objext \
11127        conftest$ac_exeext conftest.$ac_ext
11128  
11129  fi
11130 -rm -f conftest.err conftest.$ac_objext \
11131 +
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; }
11138         fi
11139  fi
11140  
11141 @@ -9380,9 +11080,9 @@
11142          for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm
11143  do
11144  
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
11152  else
11153    cat >conftest.$ac_ext <<_ACEOF
11154 @@ -9403,24 +11103,36 @@
11155  }
11156  _ACEOF
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;;
11164 +esac
11165 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11166 +  (eval "$ac_compile") 2>conftest.er1
11167    ac_status=$?
11168    grep -v '^ *+' conftest.er1 >conftest.err
11169    rm -f conftest.er1
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;;
11181 +esac
11182 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11183 +  (eval "$ac_try") 2>&5
11184    ac_status=$?
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;;
11193 +esac
11194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11195 +  (eval "$ac_try") 2>&5
11196    ac_status=$?
11197    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11198    (exit $ac_status); }; }; then
11199 @@ -9443,24 +11155,36 @@
11200  }
11201  _ACEOF
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;;
11209 +esac
11210 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11211 +  (eval "$ac_compile") 2>conftest.er1
11212    ac_status=$?
11213    grep -v '^ *+' conftest.er1 >conftest.err
11214    rm -f conftest.er1
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;;
11226 +esac
11227 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11228 +  (eval "$ac_try") 2>&5
11229    ac_status=$?
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;;
11238 +esac
11239 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11240 +  (eval "$ac_try") 2>&5
11241    ac_status=$?
11242    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243    (exit $ac_status); }; }; then
11244 @@ -9473,7 +11197,8 @@
11245  
11246  eval "ac_cv_func_decl_$ac_func=no"
11247  fi
11248 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11249 +
11250 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11251  else
11252    echo "$as_me: failed program was:" >&5
11253  sed 's/^/| /' conftest.$ac_ext >&5
11254 @@ -9481,12 +11206,13 @@
11255  
11256  eval "ac_cv_func_decl_$ac_func=yes"
11257  fi
11258 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11259 +
11260 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11261  fi
11262  
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; }
11268  
11269  
11270  ac_tr_func=`echo HAVE_$ac_func | tr '[a-z]' '[A-Z]'`
11271 @@ -9496,8 +11222,8 @@
11272  _ACEOF
11273  
11274  else
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; }
11279  fi
11280  done
11281  
11282 @@ -9513,10 +11239,11 @@
11283          fi
11284          LIBS="$old_LIBS"
11285  
11286 -fi;
11287 +fi
11288 +
11289  
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
11296  else
11297 @@ -9540,24 +11267,36 @@
11298  }
11299  _ACEOF
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;;
11307 +esac
11308 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11309 +  (eval "$ac_compile") 2>conftest.er1
11310    ac_status=$?
11311    grep -v '^ *+' conftest.er1 >conftest.err
11312    rm -f conftest.er1
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;;
11324 +esac
11325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11326 +  (eval "$ac_try") 2>&5
11327    ac_status=$?
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;;
11336 +esac
11337 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11338 +  (eval "$ac_try") 2>&5
11339    ac_status=$?
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
11345  
11346 -ac_cv_header_stdc=no
11347 +       ac_cv_header_stdc=no
11348  fi
11349 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11350 +
11351 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11352  
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.  */
11358  #include <ctype.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))
11367 -      exit(2);
11368 -  exit (0);
11369 +      return 2;
11370 +  return 0;
11371  }
11372  _ACEOF
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;;
11380 +esac
11381 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11382 +  (eval "$ac_link") 2>&5
11383    ac_status=$?
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;;
11391 +esac
11392 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11393 +  (eval "$ac_try") 2>&5
11394    ac_status=$?
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
11400  fi
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
11403  fi
11404 +
11405 +
11406  fi
11407  fi
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
11413  
11414  cat >>confdefs.h <<\_ACEOF
11415 @@ -9689,18 +11441,19 @@
11416  for ac_header in stdarg.h sys/ioctl.h ioctl.h sysexits.h
11417  do
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
11428  fi
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; }
11434  else
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
11441  /* confdefs.h.  */
11442  _ACEOF
11443 @@ -9711,24 +11464,36 @@
11444  #include <$ac_header>
11445  _ACEOF
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;;
11453 +esac
11454 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11455 +  (eval "$ac_compile") 2>conftest.er1
11456    ac_status=$?
11457    grep -v '^ *+' conftest.er1 >conftest.err
11458    rm -f conftest.er1
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;;
11470 +esac
11471 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11472 +  (eval "$ac_try") 2>&5
11473    ac_status=$?
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;;
11482 +esac
11483 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 +  (eval "$ac_try") 2>&5
11485    ac_status=$?
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
11491  
11492 -ac_header_compiler=no
11493 +       ac_header_compiler=no
11494  fi
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
11498 +
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; }
11502  
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
11509  /* confdefs.h.  */
11510  _ACEOF
11511 @@ -9754,8 +11520,13 @@
11512  /* end confdefs.h.  */
11513  #include <$ac_header>
11514  _ACEOF
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;;
11521 +esac
11522 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11523 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11524    ac_status=$?
11525    grep -v '^ *+' conftest.er1 >conftest.err
11526    rm -f conftest.er1
11527 @@ -9779,9 +11550,10 @@
11528  
11529    ac_header_preproc=no
11530  fi
11531 +
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; }
11537  
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;}
11544 -    (
11545 -      cat <<\_ASBOX
11546 -## ------------------------------------------ ##
11547 -## Report this to the AC_PACKAGE_NAME lists.  ##
11548 -## ------------------------------------------ ##
11549 -_ASBOX
11550 -    ) |
11551 -      sed "s/^/$as_me: WARNING:     /" >&2
11552 +
11553      ;;
11554  esac
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
11562  else
11563    eval "$as_ac_Header=\$ac_header_preproc"
11564  fi
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; }
11570  
11571  fi
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
11575  do
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
11586  fi
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; }
11592  else
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
11599  /* confdefs.h.  */
11600  _ACEOF
11601 @@ -9862,24 +11629,36 @@
11602  #include <$ac_header>
11603  _ACEOF
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;;
11611 +esac
11612 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11613 +  (eval "$ac_compile") 2>conftest.er1
11614    ac_status=$?
11615    grep -v '^ *+' conftest.er1 >conftest.err
11616    rm -f conftest.er1
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;;
11628 +esac
11629 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 +  (eval "$ac_try") 2>&5
11631    ac_status=$?
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;;
11640 +esac
11641 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11642 +  (eval "$ac_try") 2>&5
11643    ac_status=$?
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
11649  
11650 -ac_header_compiler=no
11651 +       ac_header_compiler=no
11652  fi
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
11656 +
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; }
11660  
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
11667  /* confdefs.h.  */
11668  _ACEOF
11669 @@ -9905,8 +11685,13 @@
11670  /* end confdefs.h.  */
11671  #include <$ac_header>
11672  _ACEOF
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;;
11679 +esac
11680 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11681 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11682    ac_status=$?
11683    grep -v '^ *+' conftest.er1 >conftest.err
11684    rm -f conftest.er1
11685 @@ -9930,9 +11715,10 @@
11686  
11687    ac_header_preproc=no
11688  fi
11689 +
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; }
11695  
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;}
11702 -    (
11703 -      cat <<\_ASBOX
11704 -## ------------------------------------------ ##
11705 -## Report this to the AC_PACKAGE_NAME lists.  ##
11706 -## ------------------------------------------ ##
11707 -_ASBOX
11708 -    ) |
11709 -      sed "s/^/$as_me: WARNING:     /" >&2
11710 +
11711      ;;
11712  esac
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
11720  else
11721    eval "$as_ac_Header=\$ac_header_preproc"
11722  fi
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; }
11728  
11729  fi
11730  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11731 @@ -9990,18 +11770,19 @@
11732  for ac_header in unix.h
11733  do
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
11744  fi
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; }
11750  else
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
11757  /* confdefs.h.  */
11758  _ACEOF
11759 @@ -10012,24 +11793,36 @@
11760  #include <$ac_header>
11761  _ACEOF
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;;
11769 +esac
11770 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11771 +  (eval "$ac_compile") 2>conftest.er1
11772    ac_status=$?
11773    grep -v '^ *+' conftest.er1 >conftest.err
11774    rm -f conftest.er1
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;;
11786 +esac
11787 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11788 +  (eval "$ac_try") 2>&5
11789    ac_status=$?
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;;
11798 +esac
11799 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11800 +  (eval "$ac_try") 2>&5
11801    ac_status=$?
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
11807  
11808 -ac_header_compiler=no
11809 +       ac_header_compiler=no
11810  fi
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
11814 +
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; }
11818  
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
11825  /* confdefs.h.  */
11826  _ACEOF
11827 @@ -10055,8 +11849,13 @@
11828  /* end confdefs.h.  */
11829  #include <$ac_header>
11830  _ACEOF
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;;
11837 +esac
11838 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11839 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11840    ac_status=$?
11841    grep -v '^ *+' conftest.er1 >conftest.err
11842    rm -f conftest.er1
11843 @@ -10080,9 +11879,10 @@
11844  
11845    ac_header_preproc=no
11846  fi
11847 +
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; }
11853  
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;}
11860 -    (
11861 -      cat <<\_ASBOX
11862 -## ------------------------------------------ ##
11863 -## Report this to the AC_PACKAGE_NAME lists.  ##
11864 -## ------------------------------------------ ##
11865 -_ASBOX
11866 -    ) |
11867 -      sed "s/^/$as_me: WARNING:     /" >&2
11868 +
11869      ;;
11870  esac
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
11878  else
11879    eval "$as_ac_Header=\$ac_header_preproc"
11880  fi
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; }
11886  
11887  fi
11888  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11889 @@ -10142,9 +11936,9 @@
11890  for ac_func in setrlimit getsid
11891  do
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
11900  else
11901    cat >conftest.$ac_ext <<_ACEOF
11902 @@ -10170,53 +11964,59 @@
11903  
11904  #undef $ac_func
11905  
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.  */
11910  #ifdef __cplusplus
11911  extern "C"
11912 -{
11913  #endif
11914 -/* We use char because int might match the return type of a gcc2
11915 -   builtin and then its argument prototype would still apply.  */
11916  char $ac_func ();
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
11922  choke me
11923 -#else
11924 -char (*f) () = $ac_func;
11925 -#endif
11926 -#ifdef __cplusplus
11927 -}
11928  #endif
11929  
11930  int
11931  main ()
11932  {
11933 -return f != $ac_func;
11934 +return $ac_func ();
11935    ;
11936    return 0;
11937  }
11938  _ACEOF
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;;
11946 +esac
11947 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11948 +  (eval "$ac_link") 2>conftest.er1
11949    ac_status=$?
11950    grep -v '^ *+' conftest.er1 >conftest.err
11951    rm -f conftest.er1
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;;
11963 +esac
11964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 +  (eval "$ac_try") 2>&5
11966    ac_status=$?
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;;
11975 +esac
11976 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11977 +  (eval "$ac_try") 2>&5
11978    ac_status=$?
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
11984  
11985 -eval "$as_ac_var=no"
11986 +       eval "$as_ac_var=no"
11987  fi
11988 -rm -f conftest.err conftest.$ac_objext \
11989 +
11990 +rm -f core conftest.err conftest.$ac_objext \
11991        conftest$ac_exeext conftest.$ac_ext
11992  fi
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 @@
12002  done
12003  
12004  
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
12011  else
12012 @@ -10254,56 +12056,61 @@
12013  /* end confdefs.h.  */
12014  #include <sys/types.h>
12015  #include <signal.h>
12016 -#ifdef signal
12017 -# undef signal
12018 -#endif
12019 -#ifdef __cplusplus
12020 -extern "C" void (*signal (int, void (*)(int)))(int);
12021 -#else
12022 -void (*signal ()) ();
12023 -#endif
12024  
12025  int
12026  main ()
12027  {
12028 -int i;
12029 +return *(signal (0, 0)) (0) == 1;
12030    ;
12031    return 0;
12032  }
12033  _ACEOF
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;;
12041 +esac
12042 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12043 +  (eval "$ac_compile") 2>conftest.er1
12044    ac_status=$?
12045    grep -v '^ *+' conftest.er1 >conftest.err
12046    rm -f conftest.er1
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;;
12058 +esac
12059 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12060 +  (eval "$ac_try") 2>&5
12061    ac_status=$?
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;;
12070 +esac
12071 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12072 +  (eval "$ac_try") 2>&5
12073    ac_status=$?
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
12078  else
12079    echo "$as_me: failed program was:" >&5
12080  sed 's/^/| /' conftest.$ac_ext >&5
12081  
12082 -ac_cv_type_signal=int
12083 +       ac_cv_type_signal=void
12084  fi
12085 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12086 +
12087 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12088  fi
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; }
12093  
12094  cat >>confdefs.h <<_ACEOF
12095  #define RETSIGTYPE $ac_cv_type_signal
12096 @@ -10311,8 +12118,8 @@
12097  
12098  
12099  
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
12105  /* confdefs.h.  */
12106  _ACEOF
12107 @@ -10339,14 +12146,14 @@
12108    $EGREP "volatile.*sig_atomic_t" >/dev/null 2>&1; then
12109  
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; }
12115  
12116  else
12117  
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; }
12123  
12124  fi
12125  rm -f conftest*
12126 @@ -10354,10 +12161,10 @@
12127  
12128  else
12129  
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
12140  else
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_;
12146  int
12147  main ()
12148  {
12149 -if ((sig_atomic_t *) 0)
12150 +if ((ac__type_new_ *) 0)
12151    return 0;
12152 -if (sizeof (sig_atomic_t))
12153 +if (sizeof (ac__type_new_))
12154    return 0;
12155    ;
12156    return 0;
12157  }
12158  _ACEOF
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;;
12166 +esac
12167 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12168 +  (eval "$ac_compile") 2>conftest.er1
12169    ac_status=$?
12170    grep -v '^ *+' conftest.er1 >conftest.err
12171    rm -f conftest.er1
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;;
12183 +esac
12184 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12185 +  (eval "$ac_try") 2>&5
12186    ac_status=$?
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;;
12195 +esac
12196 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12197 +  (eval "$ac_try") 2>&5
12198    ac_status=$?
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
12204  
12205 -ac_cv_type_sig_atomic_t=no
12206 +       ac_cv_type_sig_atomic_t=no
12207  fi
12208 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12209 +
12210 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12211  fi
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
12217    :
12218  else
12219 @@ -10440,8 +12261,8 @@
12220  
12221  fi
12222  
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
12229  else
12230 @@ -10463,6 +12284,7 @@
12231  {
12232  #ifndef sys_siglist
12233    char *p = (char *) sys_siglist;
12234 +  return !p;
12235  #endif
12236  
12237    ;
12238 @@ -10470,24 +12292,36 @@
12239  }
12240  _ACEOF
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;;
12248 +esac
12249 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12250 +  (eval "$ac_compile") 2>conftest.er1
12251    ac_status=$?
12252    grep -v '^ *+' conftest.er1 >conftest.err
12253    rm -f conftest.er1
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;;
12265 +esac
12266 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12267 +  (eval "$ac_try") 2>&5
12268    ac_status=$?
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;;
12277 +esac
12278 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 +  (eval "$ac_try") 2>&5
12280    ac_status=$?
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
12286  
12287 -ac_cv_have_decl_sys_siglist=no
12288 +       ac_cv_have_decl_sys_siglist=no
12289  fi
12290 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12291 +
12292 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12293  fi
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
12299  
12300  cat >>confdefs.h <<_ACEOF
12301 @@ -10520,8 +12355,8 @@
12302  
12303  
12304  
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
12311  else
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_;
12317  int
12318  main ()
12319  {
12320 -if ((pid_t *) 0)
12321 +if ((ac__type_new_ *) 0)
12322    return 0;
12323 -if (sizeof (pid_t))
12324 +if (sizeof (ac__type_new_))
12325    return 0;
12326    ;
12327    return 0;
12328  }
12329  _ACEOF
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;;
12337 +esac
12338 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12339 +  (eval "$ac_compile") 2>conftest.er1
12340    ac_status=$?
12341    grep -v '^ *+' conftest.er1 >conftest.err
12342    rm -f conftest.er1
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;;
12354 +esac
12355 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12356 +  (eval "$ac_try") 2>&5
12357    ac_status=$?
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;;
12366 +esac
12367 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12368 +  (eval "$ac_try") 2>&5
12369    ac_status=$?
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
12375  
12376 -ac_cv_type_pid_t=no
12377 +       ac_cv_type_pid_t=no
12378  fi
12379 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12380 +
12381 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12382  fi
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
12388    :
12389  else
12390 @@ -10586,8 +12435,8 @@
12391  
12392  fi
12393  
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
12400  else
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_;
12406  int
12407  main ()
12408  {
12409 -if ((ssize_t *) 0)
12410 +if ((ac__type_new_ *) 0)
12411    return 0;
12412 -if (sizeof (ssize_t))
12413 +if (sizeof (ac__type_new_))
12414    return 0;
12415    ;
12416    return 0;
12417  }
12418  _ACEOF
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;;
12426 +esac
12427 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12428 +  (eval "$ac_compile") 2>conftest.er1
12429    ac_status=$?
12430    grep -v '^ *+' conftest.er1 >conftest.err
12431    rm -f conftest.er1
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;;
12443 +esac
12444 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12445 +  (eval "$ac_try") 2>&5
12446    ac_status=$?
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;;
12455 +esac
12456 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12457 +  (eval "$ac_try") 2>&5
12458    ac_status=$?
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
12464  
12465 -ac_cv_type_ssize_t=no
12466 +       ac_cv_type_ssize_t=no
12467  fi
12468 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12469 +
12470 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12471  fi
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
12477    :
12478  else
12479 @@ -10661,9 +12524,9 @@
12480  for ac_func in fgetpos memmove setegid srand48 strerror
12481  do
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
12490  else
12491    cat >conftest.$ac_ext <<_ACEOF
12492 @@ -10689,53 +12552,59 @@
12493  
12494  #undef $ac_func
12495  
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.  */
12500  #ifdef __cplusplus
12501  extern "C"
12502 -{
12503  #endif
12504 -/* We use char because int might match the return type of a gcc2
12505 -   builtin and then its argument prototype would still apply.  */
12506  char $ac_func ();
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
12512  choke me
12513 -#else
12514 -char (*f) () = $ac_func;
12515 -#endif
12516 -#ifdef __cplusplus
12517 -}
12518  #endif
12519  
12520  int
12521  main ()
12522  {
12523 -return f != $ac_func;
12524 +return $ac_func ();
12525    ;
12526    return 0;
12527  }
12528  _ACEOF
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;;
12536 +esac
12537 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12538 +  (eval "$ac_link") 2>conftest.er1
12539    ac_status=$?
12540    grep -v '^ *+' conftest.er1 >conftest.err
12541    rm -f conftest.er1
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;;
12553 +esac
12554 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12555 +  (eval "$ac_try") 2>&5
12556    ac_status=$?
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;;
12565 +esac
12566 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12567 +  (eval "$ac_try") 2>&5
12568    ac_status=$?
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
12574  
12575 -eval "$as_ac_var=no"
12576 +       eval "$as_ac_var=no"
12577  fi
12578 -rm -f conftest.err conftest.$ac_objext \
12579 +
12580 +rm -f core conftest.err conftest.$ac_objext \
12581        conftest$ac_exeext conftest.$ac_ext
12582  fi
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
12593  do
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
12602  else
12603    cat >conftest.$ac_ext <<_ACEOF
12604 @@ -10794,53 +12665,59 @@
12605  
12606  #undef $ac_func
12607  
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.  */
12612  #ifdef __cplusplus
12613  extern "C"
12614 -{
12615  #endif
12616 -/* We use char because int might match the return type of a gcc2
12617 -   builtin and then its argument prototype would still apply.  */
12618  char $ac_func ();
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
12624  choke me
12625 -#else
12626 -char (*f) () = $ac_func;
12627 -#endif
12628 -#ifdef __cplusplus
12629 -}
12630  #endif
12631  
12632  int
12633  main ()
12634  {
12635 -return f != $ac_func;
12636 +return $ac_func ();
12637    ;
12638    return 0;
12639  }
12640  _ACEOF
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;;
12648 +esac
12649 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12650 +  (eval "$ac_link") 2>conftest.er1
12651    ac_status=$?
12652    grep -v '^ *+' conftest.er1 >conftest.err
12653    rm -f conftest.er1
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;;
12665 +esac
12666 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12667 +  (eval "$ac_try") 2>&5
12668    ac_status=$?
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;;
12677 +esac
12678 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12679 +  (eval "$ac_try") 2>&5
12680    ac_status=$?
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
12686  
12687 -eval "$as_ac_var=no"
12688 +       eval "$as_ac_var=no"
12689  fi
12690 -rm -f conftest.err conftest.$ac_objext \
12691 +
12692 +rm -f core conftest.err conftest.$ac_objext \
12693        conftest$ac_exeext conftest.$ac_ext
12694  fi
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
12703  _ACEOF
12704  
12705  else
12706 -  case $LIBOBJS in
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"
12714 + ;;
12715  esac
12716  
12717  fi
12718 @@ -10875,8 +12752,8 @@
12719  
12720  
12721  
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
12728  else
12729 @@ -10903,53 +12780,59 @@
12730  
12731  #undef getopt
12732  
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.  */
12737  #ifdef __cplusplus
12738  extern "C"
12739 -{
12740  #endif
12741 -/* We use char because int might match the return type of a gcc2
12742 -   builtin and then its argument prototype would still apply.  */
12743  char getopt ();
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
12749  choke me
12750 -#else
12751 -char (*f) () = getopt;
12752 -#endif
12753 -#ifdef __cplusplus
12754 -}
12755  #endif
12756  
12757  int
12758  main ()
12759  {
12760 -return f != getopt;
12761 +return getopt ();
12762    ;
12763    return 0;
12764  }
12765  _ACEOF
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;;
12773 +esac
12774 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12775 +  (eval "$ac_link") 2>conftest.er1
12776    ac_status=$?
12777    grep -v '^ *+' conftest.er1 >conftest.err
12778    rm -f conftest.er1
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;;
12790 +esac
12791 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12792 +  (eval "$ac_try") 2>&5
12793    ac_status=$?
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;;
12802 +esac
12803 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12804 +  (eval "$ac_try") 2>&5
12805    ac_status=$?
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
12811  
12812 -ac_cv_func_getopt=no
12813 +       ac_cv_func_getopt=no
12814  fi
12815 -rm -f conftest.err conftest.$ac_objext \
12816 +
12817 +rm -f core conftest.err conftest.$ac_objext \
12818        conftest$ac_exeext conftest.$ac_ext
12819  fi
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; }
12824  
12825  if test $ac_cv_func_getopt = yes; then
12826  
12827  for ac_header in getopt.h
12828  do
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
12839  fi
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; }
12845  else
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
12852  /* confdefs.h.  */
12853  _ACEOF
12854 @@ -10993,24 +12878,36 @@
12855  #include <$ac_header>
12856  _ACEOF
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;;
12864 +esac
12865 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12866 +  (eval "$ac_compile") 2>conftest.er1
12867    ac_status=$?
12868    grep -v '^ *+' conftest.er1 >conftest.err
12869    rm -f conftest.er1
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;;
12881 +esac
12882 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12883 +  (eval "$ac_try") 2>&5
12884    ac_status=$?
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;;
12893 +esac
12894 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12895 +  (eval "$ac_try") 2>&5
12896    ac_status=$?
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
12902  
12903 -ac_header_compiler=no
12904 +       ac_header_compiler=no
12905  fi
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
12909 +
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; }
12913  
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
12920  /* confdefs.h.  */
12921  _ACEOF
12922 @@ -11036,8 +12934,13 @@
12923  /* end confdefs.h.  */
12924  #include <$ac_header>
12925  _ACEOF
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;;
12932 +esac
12933 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12934 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12935    ac_status=$?
12936    grep -v '^ *+' conftest.er1 >conftest.err
12937    rm -f conftest.er1
12938 @@ -11061,9 +12964,10 @@
12939  
12940    ac_header_preproc=no
12941  fi
12942 +
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; }
12948  
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;}
12955 -    (
12956 -      cat <<\_ASBOX
12957 -## ------------------------------------------ ##
12958 -## Report this to the AC_PACKAGE_NAME lists.  ##
12959 -## ------------------------------------------ ##
12960 -_ASBOX
12961 -    ) |
12962 -      sed "s/^/$as_me: WARNING:     /" >&2
12963 +
12964      ;;
12965  esac
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
12973  else
12974    eval "$as_ac_Header=\$ac_header_preproc"
12975  fi
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; }
12981  
12982  fi
12983  if test `eval echo '${'$as_ac_Header'}'` = yes; then
12984 @@ -11120,8 +13018,8 @@
12985  fi
12986  
12987  SNPRINTFOBJS=""
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
12994  else
12995 @@ -11148,53 +13046,59 @@
12996  
12997  #undef snprintf
12998  
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.  */
13003  #ifdef __cplusplus
13004  extern "C"
13005 -{
13006  #endif
13007 -/* We use char because int might match the return type of a gcc2
13008 -   builtin and then its argument prototype would still apply.  */
13009  char snprintf ();
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
13015  choke me
13016 -#else
13017 -char (*f) () = snprintf;
13018 -#endif
13019 -#ifdef __cplusplus
13020 -}
13021  #endif
13022  
13023  int
13024  main ()
13025  {
13026 -return f != snprintf;
13027 +return snprintf ();
13028    ;
13029    return 0;
13030  }
13031  _ACEOF
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;;
13039 +esac
13040 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13041 +  (eval "$ac_link") 2>conftest.er1
13042    ac_status=$?
13043    grep -v '^ *+' conftest.er1 >conftest.err
13044    rm -f conftest.er1
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;;
13056 +esac
13057 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13058 +  (eval "$ac_try") 2>&5
13059    ac_status=$?
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;;
13068 +esac
13069 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13070 +  (eval "$ac_try") 2>&5
13071    ac_status=$?
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
13077  
13078 -ac_cv_func_snprintf=no
13079 +       ac_cv_func_snprintf=no
13080  fi
13081 -rm -f conftest.err conftest.$ac_objext \
13082 +
13083 +rm -f core conftest.err conftest.$ac_objext \
13084        conftest$ac_exeext conftest.$ac_ext
13085  fi
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
13092  else
13093    mutt_cv_func_snprintf=no
13094  fi
13095  
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
13102  else
13103 @@ -11244,53 +13149,59 @@
13104  
13105  #undef vsnprintf
13106  
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.  */
13111  #ifdef __cplusplus
13112  extern "C"
13113 -{
13114  #endif
13115 -/* We use char because int might match the return type of a gcc2
13116 -   builtin and then its argument prototype would still apply.  */
13117  char vsnprintf ();
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
13123  choke me
13124 -#else
13125 -char (*f) () = vsnprintf;
13126 -#endif
13127 -#ifdef __cplusplus
13128 -}
13129  #endif
13130  
13131  int
13132  main ()
13133  {
13134 -return f != vsnprintf;
13135 +return vsnprintf ();
13136    ;
13137    return 0;
13138  }
13139  _ACEOF
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;;
13147 +esac
13148 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13149 +  (eval "$ac_link") 2>conftest.er1
13150    ac_status=$?
13151    grep -v '^ *+' conftest.er1 >conftest.err
13152    rm -f conftest.er1
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;;
13164 +esac
13165 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13166 +  (eval "$ac_try") 2>&5
13167    ac_status=$?
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;;
13176 +esac
13177 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13178 +  (eval "$ac_try") 2>&5
13179    ac_status=$?
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
13185  
13186 -ac_cv_func_vsnprintf=no
13187 +       ac_cv_func_vsnprintf=no
13188  fi
13189 -rm -f conftest.err conftest.$ac_objext \
13190 +
13191 +rm -f core conftest.err conftest.$ac_objext \
13192        conftest$ac_exeext conftest.$ac_ext
13193  fi
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
13200  else
13201 @@ -11313,8 +13225,8 @@
13202  fi
13203  
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
13211  else
13212 @@ -11338,13 +13250,22 @@
13213  
13214  _ACEOF
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;;
13222 +esac
13223 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13224 +  (eval "$ac_link") 2>&5
13225    ac_status=$?
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;;
13233 +esac
13234 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13235 +  (eval "$ac_try") 2>&5
13236    ac_status=$?
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
13242  fi
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
13245  fi
13246 +
13247 +
13248  fi
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; }
13253  else
13254          mutt_cv_c99_snprintf=no
13255  fi
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
13263  else
13264 @@ -11401,13 +13324,22 @@
13265  
13266  _ACEOF
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;;
13274 +esac
13275 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13276 +  (eval "$ac_link") 2>&5
13277    ac_status=$?
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;;
13285 +esac
13286 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13287 +  (eval "$ac_try") 2>&5
13288    ac_status=$?
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
13294  fi
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
13297  fi
13298 +
13299 +
13300  fi
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; }
13305  else
13306          mutt_cv_c99_vsnprintf=no
13307  fi
13308 @@ -11443,18 +13377,16 @@
13309  
13310  fi
13311  if test $mutt_cv_c99_snprintf = no -o $mutt_cv_c99_vsnprintf = no; then
13312 -        case $LIBOBJS in
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"
13320 + ;;
13321  esac
13322  
13323  fi
13324  
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
13330  /* confdefs.h.  */
13331  _ACEOF
13332 @@ -11471,29 +13403,41 @@
13333  }
13334  _ACEOF
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;;
13342 +esac
13343 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13344 +  (eval "$ac_link") 2>conftest.er1
13345    ac_status=$?
13346    grep -v '^ *+' conftest.er1 >conftest.err
13347    rm -f conftest.er1
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;;
13359 +esac
13360 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13361 +  (eval "$ac_try") 2>&5
13362    ac_status=$?
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;;
13371 +esac
13372 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13373 +  (eval "$ac_try") 2>&5
13374    ac_status=$?
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; }
13381  else
13382    echo "$as_me: failed program was:" >&5
13383  sed 's/^/| /' conftest.$ac_ext >&5
13384 @@ -11516,24 +13460,36 @@
13385  }
13386  _ACEOF
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;;
13394 +esac
13395 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13396 +  (eval "$ac_link") 2>conftest.er1
13397    ac_status=$?
13398    grep -v '^ *+' conftest.er1 >conftest.err
13399    rm -f conftest.er1
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;;
13411 +esac
13412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13413 +  (eval "$ac_try") 2>&5
13414    ac_status=$?
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;;
13423 +esac
13424 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13425 +  (eval "$ac_try") 2>&5
13426    ac_status=$?
13427    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13428    (exit $ac_status); }; }; then
13429 @@ -11541,25 +13497,27 @@
13430  #define va_copy __va_copy
13431  _ACEOF
13432  
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; }
13437  else
13438    echo "$as_me: failed program was:" >&5
13439  sed 's/^/| /' conftest.$ac_ext >&5
13440  
13441 -    cat >>confdefs.h <<\_ACEOF
13442 +           cat >>confdefs.h <<\_ACEOF
13443  #define va_copy(dest,src) memcpy(&dest,&src,sizeof(va_list))
13444  _ACEOF
13445  
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; }
13450  
13451  fi
13452 -rm -f conftest.err conftest.$ac_objext \
13453 +
13454 +rm -f core conftest.err conftest.$ac_objext \
13455        conftest$ac_exeext conftest.$ac_ext
13456  
13457  fi
13458 -rm -f conftest.err conftest.$ac_objext \
13459 +
13460 +rm -f core conftest.err conftest.$ac_objext \
13461        conftest$ac_exeext conftest.$ac_ext
13462  
13463  
13464 @@ -11567,9 +13525,9 @@
13465  for ac_func in ftruncate
13466  do
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
13475  else
13476    cat >conftest.$ac_ext <<_ACEOF
13477 @@ -11595,53 +13553,59 @@
13478  
13479  #undef $ac_func
13480  
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.  */
13485  #ifdef __cplusplus
13486  extern "C"
13487 -{
13488  #endif
13489 -/* We use char because int might match the return type of a gcc2
13490 -   builtin and then its argument prototype would still apply.  */
13491  char $ac_func ();
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
13497  choke me
13498 -#else
13499 -char (*f) () = $ac_func;
13500 -#endif
13501 -#ifdef __cplusplus
13502 -}
13503  #endif
13504  
13505  int
13506  main ()
13507  {
13508 -return f != $ac_func;
13509 +return $ac_func ();
13510    ;
13511    return 0;
13512  }
13513  _ACEOF
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;;
13521 +esac
13522 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13523 +  (eval "$ac_link") 2>conftest.er1
13524    ac_status=$?
13525    grep -v '^ *+' conftest.er1 >conftest.err
13526    rm -f conftest.er1
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;;
13538 +esac
13539 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 +  (eval "$ac_try") 2>&5
13541    ac_status=$?
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;;
13550 +esac
13551 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13552 +  (eval "$ac_try") 2>&5
13553    ac_status=$?
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
13559  
13560 -eval "$as_ac_var=no"
13561 +       eval "$as_ac_var=no"
13562  fi
13563 -rm -f conftest.err conftest.$ac_objext \
13564 +
13565 +rm -f core conftest.err conftest.$ac_objext \
13566        conftest$ac_exeext conftest.$ac_ext
13567  fi
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 @@
13577  
13578  else
13579  
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
13586  else
13587 @@ -11678,40 +13644,52 @@
13588  cat >>conftest.$ac_ext <<_ACEOF
13589  /* end confdefs.h.  */
13590  
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.  */
13595  #ifdef __cplusplus
13596  extern "C"
13597  #endif
13598 -/* We use char because int might match the return type of a gcc2
13599 -   builtin and then its argument prototype would still apply.  */
13600  char chsize ();
13601  int
13602  main ()
13603  {
13604 -chsize ();
13605 +return chsize ();
13606    ;
13607    return 0;
13608  }
13609  _ACEOF
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;;
13617 +esac
13618 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13619 +  (eval "$ac_link") 2>conftest.er1
13620    ac_status=$?
13621    grep -v '^ *+' conftest.er1 >conftest.err
13622    rm -f conftest.er1
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;;
13634 +esac
13635 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 +  (eval "$ac_try") 2>&5
13637    ac_status=$?
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;;
13646 +esac
13647 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13648 +  (eval "$ac_try") 2>&5
13649    ac_status=$?
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
13655  
13656 -ac_cv_lib_x_chsize=no
13657 +       ac_cv_lib_x_chsize=no
13658  fi
13659 -rm -f conftest.err conftest.$ac_objext \
13660 +
13661 +rm -f core conftest.err conftest.$ac_objext \
13662        conftest$ac_exeext conftest.$ac_ext
13663  LIBS=$ac_check_lib_save_LIBS
13664  fi
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
13674  do
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
13683  else
13684    cat >conftest.$ac_ext <<_ACEOF
13685 @@ -11773,53 +13752,59 @@
13686  
13687  #undef $ac_func
13688  
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.  */
13693  #ifdef __cplusplus
13694  extern "C"
13695 -{
13696  #endif
13697 -/* We use char because int might match the return type of a gcc2
13698 -   builtin and then its argument prototype would still apply.  */
13699  char $ac_func ();
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
13705  choke me
13706 -#else
13707 -char (*f) () = $ac_func;
13708 -#endif
13709 -#ifdef __cplusplus
13710 -}
13711  #endif
13712  
13713  int
13714  main ()
13715  {
13716 -return f != $ac_func;
13717 +return $ac_func ();
13718    ;
13719    return 0;
13720  }
13721  _ACEOF
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;;
13729 +esac
13730 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13731 +  (eval "$ac_link") 2>conftest.er1
13732    ac_status=$?
13733    grep -v '^ *+' conftest.er1 >conftest.err
13734    rm -f conftest.er1
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;;
13746 +esac
13747 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13748 +  (eval "$ac_try") 2>&5
13749    ac_status=$?
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;;
13758 +esac
13759 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13760 +  (eval "$ac_try") 2>&5
13761    ac_status=$?
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
13767  
13768 -eval "$as_ac_var=no"
13769 +       eval "$as_ac_var=no"
13770  fi
13771 -rm -f conftest.err conftest.$ac_objext \
13772 +
13773 +rm -f core conftest.err conftest.$ac_objext \
13774        conftest$ac_exeext conftest.$ac_ext
13775  fi
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 @@
13785  
13786  else
13787  
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
13794  else
13795 @@ -11856,40 +13843,52 @@
13796  cat >>conftest.$ac_ext <<_ACEOF
13797  /* end confdefs.h.  */
13798  
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.  */
13803  #ifdef __cplusplus
13804  extern "C"
13805  #endif
13806 -/* We use char because int might match the return type of a gcc2
13807 -   builtin and then its argument prototype would still apply.  */
13808  char strftime ();
13809  int
13810  main ()
13811  {
13812 -strftime ();
13813 +return strftime ();
13814    ;
13815    return 0;
13816  }
13817  _ACEOF
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;;
13825 +esac
13826 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 +  (eval "$ac_link") 2>conftest.er1
13828    ac_status=$?
13829    grep -v '^ *+' conftest.er1 >conftest.err
13830    rm -f conftest.er1
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;;
13842 +esac
13843 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13844 +  (eval "$ac_try") 2>&5
13845    ac_status=$?
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;;
13854 +esac
13855 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13856 +  (eval "$ac_try") 2>&5
13857    ac_status=$?
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
13863  
13864 -ac_cv_lib_intl_strftime=no
13865 +       ac_cv_lib_intl_strftime=no
13866  fi
13867 -rm -f conftest.err conftest.$ac_objext \
13868 +
13869 +rm -f core conftest.err conftest.$ac_objext \
13870        conftest$ac_exeext conftest.$ac_ext
13871  LIBS=$ac_check_lib_save_LIBS
13872  fi
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
13882  do
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
13891  else
13892    cat >conftest.$ac_ext <<_ACEOF
13893 @@ -11951,53 +13951,59 @@
13894  
13895  #undef $ac_func
13896  
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.  */
13901  #ifdef __cplusplus
13902  extern "C"
13903 -{
13904  #endif
13905 -/* We use char because int might match the return type of a gcc2
13906 -   builtin and then its argument prototype would still apply.  */
13907  char $ac_func ();
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
13913  choke me
13914 -#else
13915 -char (*f) () = $ac_func;
13916 -#endif
13917 -#ifdef __cplusplus
13918 -}
13919  #endif
13920  
13921  int
13922  main ()
13923  {
13924 -return f != $ac_func;
13925 +return $ac_func ();
13926    ;
13927    return 0;
13928  }
13929  _ACEOF
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;;
13937 +esac
13938 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939 +  (eval "$ac_link") 2>conftest.er1
13940    ac_status=$?
13941    grep -v '^ *+' conftest.er1 >conftest.err
13942    rm -f conftest.er1
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;;
13954 +esac
13955 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13956 +  (eval "$ac_try") 2>&5
13957    ac_status=$?
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;;
13966 +esac
13967 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13968 +  (eval "$ac_try") 2>&5
13969    ac_status=$?
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
13975  
13976 -eval "$as_ac_var=no"
13977 +       eval "$as_ac_var=no"
13978  fi
13979 -rm -f conftest.err conftest.$ac_objext \
13980 +
13981 +rm -f core conftest.err conftest.$ac_objext \
13982        conftest$ac_exeext conftest.$ac_ext
13983  fi
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 @@
13993  
13994  
13995  
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
14002  else
14003  
14004  for ac_func in regcomp
14005  do
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
14014  else
14015    cat >conftest.$ac_ext <<_ACEOF
14016 @@ -12062,53 +14069,59 @@
14017  
14018  #undef $ac_func
14019  
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.  */
14024  #ifdef __cplusplus
14025  extern "C"
14026 -{
14027  #endif
14028 -/* We use char because int might match the return type of a gcc2
14029 -   builtin and then its argument prototype would still apply.  */
14030  char $ac_func ();
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
14036  choke me
14037 -#else
14038 -char (*f) () = $ac_func;
14039 -#endif
14040 -#ifdef __cplusplus
14041 -}
14042  #endif
14043  
14044  int
14045  main ()
14046  {
14047 -return f != $ac_func;
14048 +return $ac_func ();
14049    ;
14050    return 0;
14051  }
14052  _ACEOF
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;;
14060 +esac
14061 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14062 +  (eval "$ac_link") 2>conftest.er1
14063    ac_status=$?
14064    grep -v '^ *+' conftest.er1 >conftest.err
14065    rm -f conftest.er1
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;;
14077 +esac
14078 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14079 +  (eval "$ac_try") 2>&5
14080    ac_status=$?
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;;
14089 +esac
14090 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14091 +  (eval "$ac_try") 2>&5
14092    ac_status=$?
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
14098  
14099 -eval "$as_ac_var=no"
14100 +       eval "$as_ac_var=no"
14101  fi
14102 -rm -f conftest.err conftest.$ac_objext \
14103 +
14104 +rm -f core conftest.err conftest.$ac_objext \
14105        conftest$ac_exeext conftest.$ac_ext
14106  fi
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 @@
14116  fi
14117  done
14118  
14119 -fi;
14120 +fi
14121 +
14122  
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
14130  else
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); }
14133  _ACEOF
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;;
14141 +esac
14142 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14143 +  (eval "$ac_link") 2>&5
14144    ac_status=$?
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;;
14152 +esac
14153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14154 +  (eval "$ac_try") 2>&5
14155    ac_status=$?
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
14161  fi
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
14164  fi
14165 +
14166 +
14167  fi
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
14174                  mutt_cv_regex=yes
14175 @@ -12193,23 +14220,21 @@
14176  #define USE_GNU_REGEX 1
14177  _ACEOF
14178  
14179 -        case $LIBOBJS in
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"
14187 + ;;
14188  esac
14189  
14190  fi
14191  
14192  
14193  
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}
14199 -fi;
14200 +  withval=$with_homespool; with_homespool=${withval}
14201 +fi
14202 +
14203  if test x$with_homespool != x; then
14204          if test $with_homespool = yes; then
14205                  with_homespool=mailbox
14206 @@ -12232,13 +14257,12 @@
14207          mutt_cv_setgid=no
14208  else
14209  
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
14216  else
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
14223  else
14224 @@ -12253,10 +14277,11 @@
14225                                  mutt_cv_mailpath=/usr/mail
14226                          fi
14227  fi
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; }
14232 +
14233 +fi
14234  
14235 -fi;
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 @@
14240  _ACEOF
14241  
14242  
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
14249  else
14250 @@ -12296,13 +14321,22 @@
14251  }
14252  _ACEOF
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;;
14260 +esac
14261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14262 +  (eval "$ac_link") 2>&5
14263    ac_status=$?
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;;
14271 +esac
14272 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14273 +  (eval "$ac_try") 2>&5
14274    ac_status=$?
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
14280  fi
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
14283  fi
14284 +
14285 +
14286  fi
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; }
14291  
14292          mutt_cv_setgid=no
14293          if test $mutt_cv_worldwrite = yes; then
14294 @@ -12330,8 +14366,8 @@
14295  
14296          else
14297  
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
14304  else
14305 @@ -12358,13 +14394,22 @@
14306  }
14307  _ACEOF
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;;
14315 +esac
14316 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14317 +  (eval "$ac_link") 2>&5
14318    ac_status=$?
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;;
14326 +esac
14327 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14328 +  (eval "$ac_try") 2>&5
14329    ac_status=$?
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
14335  fi
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
14338  fi
14339 +
14340 +
14341  fi
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; }
14346  
14347                  if test $mutt_cv_groupwrite = yes; then
14348  
14349 @@ -12399,11 +14446,11 @@
14350          fi
14351  fi
14352  
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"
14358 -fi;
14359 +  enableval=$enable_external_dotlock; mutt_cv_external_dotlock="$enableval"
14360 +fi
14361 +
14362  
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 @@
14366  
14367  
14368  
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; }
14373  
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
14380  else
14381    mutt_cv_docdir='${prefix}/doc/mutt'
14382 -fi;
14383 -echo "$as_me:$LINENO: result: $mutt_cv_docdir" >&5
14384 -echo "${ECHO_T}$mutt_cv_docdir" >&6
14385 +fi
14386 +
14387 +{ echo "$as_me:$LINENO: result: $mutt_cv_docdir" >&5
14388 +echo "${ECHO_T}$mutt_cv_docdir" >&6; }
14389  
14390  docdir=$mutt_cv_docdir
14391  
14392 @@ -12448,10 +14495,9 @@
14393  
14394  
14395  
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
14403  
14404  cat >>confdefs.h <<_ACEOF
14405 @@ -12460,15 +14506,15 @@
14406  
14407              fi
14408          fi
14409 -fi;
14410 +fi
14411 +
14412  
14413  need_socket="no"
14414  
14415  
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
14422  
14423  cat >>confdefs.h <<\_ACEOF
14424  #define USE_POP 1
14425 @@ -12480,12 +14526,12 @@
14426                  need_md5="yes"
14427          fi
14428  
14429 -fi;
14430 +fi
14431 +
14432  
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
14439  
14440  cat >>confdefs.h <<\_ACEOF
14441  #define USE_IMAP 1
14442 @@ -12498,7 +14544,8 @@
14443                  need_md5="yes"
14444          fi
14445  
14446 -fi;
14447 +fi
14448 +
14449  
14450  
14451  if test x$need_imap = xyes; then
14452 @@ -12521,18 +14568,19 @@
14453  for ac_header in sys/select.h
14454  do
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
14465  fi
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; }
14471  else
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
14478  /* confdefs.h.  */
14479  _ACEOF
14480 @@ -12543,24 +14591,36 @@
14481  #include <$ac_header>
14482  _ACEOF
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;;
14490 +esac
14491 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14492 +  (eval "$ac_compile") 2>conftest.er1
14493    ac_status=$?
14494    grep -v '^ *+' conftest.er1 >conftest.err
14495    rm -f conftest.er1
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;;
14507 +esac
14508 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14509 +  (eval "$ac_try") 2>&5
14510    ac_status=$?
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;;
14519 +esac
14520 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521 +  (eval "$ac_try") 2>&5
14522    ac_status=$?
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
14528  
14529 -ac_header_compiler=no
14530 +       ac_header_compiler=no
14531  fi
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
14535 +
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; }
14539  
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
14546  /* confdefs.h.  */
14547  _ACEOF
14548 @@ -12586,8 +14647,13 @@
14549  /* end confdefs.h.  */
14550  #include <$ac_header>
14551  _ACEOF
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;;
14558 +esac
14559 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14560 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14561    ac_status=$?
14562    grep -v '^ *+' conftest.er1 >conftest.err
14563    rm -f conftest.er1
14564 @@ -12611,9 +14677,10 @@
14565  
14566    ac_header_preproc=no
14567  fi
14568 +
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; }
14574  
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;}
14581 -    (
14582 -      cat <<\_ASBOX
14583 -## ------------------------------------------ ##
14584 -## Report this to the AC_PACKAGE_NAME lists.  ##
14585 -## ------------------------------------------ ##
14586 -_ASBOX
14587 -    ) |
14588 -      sed "s/^/$as_me: WARNING:     /" >&2
14589 +
14590      ;;
14591  esac
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
14599  else
14600    eval "$as_ac_Header=\$ac_header_preproc"
14601  fi
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; }
14607  
14608  fi
14609  if test `eval echo '${'$as_ac_Header'}'` = yes; then
14610 @@ -12667,8 +14728,8 @@
14611  
14612  done
14613  
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
14619  /* confdefs.h.  */
14620  _ACEOF
14621 @@ -12680,11 +14741,11 @@
14622  _ACEOF
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; }
14629  else
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; }
14634  
14635  cat >>confdefs.h <<\_ACEOF
14636  #define socklen_t int
14637 @@ -12693,8 +14754,8 @@
14638  fi
14639  rm -f conftest*
14640  
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
14647  else
14648 @@ -12721,53 +14782,59 @@
14649  
14650  #undef gethostent
14651  
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.  */
14656  #ifdef __cplusplus
14657  extern "C"
14658 -{
14659  #endif
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
14668  choke me
14669 -#else
14670 -char (*f) () = gethostent;
14671 -#endif
14672 -#ifdef __cplusplus
14673 -}
14674  #endif
14675  
14676  int
14677  main ()
14678  {
14679 -return f != gethostent;
14680 +return gethostent ();
14681    ;
14682    return 0;
14683  }
14684  _ACEOF
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;;
14692 +esac
14693 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14694 +  (eval "$ac_link") 2>conftest.er1
14695    ac_status=$?
14696    grep -v '^ *+' conftest.er1 >conftest.err
14697    rm -f conftest.er1
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;;
14709 +esac
14710 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14711 +  (eval "$ac_try") 2>&5
14712    ac_status=$?
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;;
14721 +esac
14722 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14723 +  (eval "$ac_try") 2>&5
14724    ac_status=$?
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
14730  
14731 -ac_cv_func_gethostent=no
14732 +       ac_cv_func_gethostent=no
14733  fi
14734 -rm -f conftest.err conftest.$ac_objext \
14735 +
14736 +rm -f core conftest.err conftest.$ac_objext \
14737        conftest$ac_exeext conftest.$ac_ext
14738  fi
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
14744    :
14745  else
14746  
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
14753  else
14754 @@ -12801,40 +14869,52 @@
14755  cat >>conftest.$ac_ext <<_ACEOF
14756  /* end confdefs.h.  */
14757  
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.  */
14762  #ifdef __cplusplus
14763  extern "C"
14764  #endif
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 ();
14768  int
14769  main ()
14770  {
14771 -gethostent ();
14772 +return gethostent ();
14773    ;
14774    return 0;
14775  }
14776  _ACEOF
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;;
14784 +esac
14785 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14786 +  (eval "$ac_link") 2>conftest.er1
14787    ac_status=$?
14788    grep -v '^ *+' conftest.er1 >conftest.err
14789    rm -f conftest.er1
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;;
14801 +esac
14802 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14803 +  (eval "$ac_try") 2>&5
14804    ac_status=$?
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;;
14813 +esac
14814 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815 +  (eval "$ac_try") 2>&5
14816    ac_status=$?
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
14822  
14823 -ac_cv_lib_nsl_gethostent=no
14824 +       ac_cv_lib_nsl_gethostent=no
14825  fi
14826 -rm -f conftest.err conftest.$ac_objext \
14827 +
14828 +rm -f core conftest.err conftest.$ac_objext \
14829        conftest$ac_exeext conftest.$ac_ext
14830  LIBS=$ac_check_lib_save_LIBS
14831  fi
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 @@
14840  
14841  fi
14842  
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
14849  else
14850 @@ -12890,53 +14971,59 @@
14851  
14852  #undef setsockopt
14853  
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.  */
14858  #ifdef __cplusplus
14859  extern "C"
14860 -{
14861  #endif
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
14870  choke me
14871 -#else
14872 -char (*f) () = setsockopt;
14873 -#endif
14874 -#ifdef __cplusplus
14875 -}
14876  #endif
14877  
14878  int
14879  main ()
14880  {
14881 -return f != setsockopt;
14882 +return setsockopt ();
14883    ;
14884    return 0;
14885  }
14886  _ACEOF
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;;
14894 +esac
14895 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14896 +  (eval "$ac_link") 2>conftest.er1
14897    ac_status=$?
14898    grep -v '^ *+' conftest.er1 >conftest.err
14899    rm -f conftest.er1
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;;
14911 +esac
14912 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14913 +  (eval "$ac_try") 2>&5
14914    ac_status=$?
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;;
14923 +esac
14924 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14925 +  (eval "$ac_try") 2>&5
14926    ac_status=$?
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
14932  
14933 -ac_cv_func_setsockopt=no
14934 +       ac_cv_func_setsockopt=no
14935  fi
14936 -rm -f conftest.err conftest.$ac_objext \
14937 +
14938 +rm -f core conftest.err conftest.$ac_objext \
14939        conftest$ac_exeext conftest.$ac_ext
14940  fi
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
14946    :
14947  else
14948  
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
14955  else
14956 @@ -12970,40 +15058,52 @@
14957  cat >>conftest.$ac_ext <<_ACEOF
14958  /* end confdefs.h.  */
14959  
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.  */
14964  #ifdef __cplusplus
14965  extern "C"
14966  #endif
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 ();
14970  int
14971  main ()
14972  {
14973 -setsockopt ();
14974 +return setsockopt ();
14975    ;
14976    return 0;
14977  }
14978  _ACEOF
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;;
14986 +esac
14987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14988 +  (eval "$ac_link") 2>conftest.er1
14989    ac_status=$?
14990    grep -v '^ *+' conftest.er1 >conftest.err
14991    rm -f conftest.er1
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;;
15003 +esac
15004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15005 +  (eval "$ac_try") 2>&5
15006    ac_status=$?
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;;
15015 +esac
15016 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15017 +  (eval "$ac_try") 2>&5
15018    ac_status=$?
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
15024  
15025 -ac_cv_lib_socket_setsockopt=no
15026 +       ac_cv_lib_socket_setsockopt=no
15027  fi
15028 -rm -f conftest.err conftest.$ac_objext \
15029 +
15030 +rm -f core conftest.err conftest.$ac_objext \
15031        conftest$ac_exeext conftest.$ac_ext
15032  LIBS=$ac_check_lib_save_LIBS
15033  fi
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
15043  do
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
15052  else
15053    cat >conftest.$ac_ext <<_ACEOF
15054 @@ -13063,53 +15164,59 @@
15055  
15056  #undef $ac_func
15057  
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.  */
15062  #ifdef __cplusplus
15063  extern "C"
15064 -{
15065  #endif
15066 -/* We use char because int might match the return type of a gcc2
15067 -   builtin and then its argument prototype would still apply.  */
15068  char $ac_func ();
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
15074  choke me
15075 -#else
15076 -char (*f) () = $ac_func;
15077 -#endif
15078 -#ifdef __cplusplus
15079 -}
15080  #endif
15081  
15082  int
15083  main ()
15084  {
15085 -return f != $ac_func;
15086 +return $ac_func ();
15087    ;
15088    return 0;
15089  }
15090  _ACEOF
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;;
15098 +esac
15099 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15100 +  (eval "$ac_link") 2>conftest.er1
15101    ac_status=$?
15102    grep -v '^ *+' conftest.er1 >conftest.err
15103    rm -f conftest.er1
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;;
15115 +esac
15116 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15117 +  (eval "$ac_try") 2>&5
15118    ac_status=$?
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;;
15127 +esac
15128 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15129 +  (eval "$ac_try") 2>&5
15130    ac_status=$?
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
15136  
15137 -eval "$as_ac_var=no"
15138 +       eval "$as_ac_var=no"
15139  fi
15140 -rm -f conftest.err conftest.$ac_objext \
15141 +
15142 +rm -f core conftest.err conftest.$ac_objext \
15143        conftest$ac_exeext conftest.$ac_ext
15144  fi
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 @@
15154  
15155  
15156  
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"
15163  else
15164    gss_prefix="no"
15165 -fi;
15166 +fi
15167 +
15168  if test "$gss_prefix" != "no"
15169  then
15170    if test "$need_imap" = "yes"
15171 @@ -13168,8 +15277,8 @@
15172    fi
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
15181  else
15182 @@ -13184,28 +15293,29 @@
15183    IFS=$as_save_IFS
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
15190      break 2
15191    fi
15192  done
15193  done
15194 +IFS=$as_save_IFS
15195  
15196    test -z "$ac_cv_path_KRB5CFGPATH" && ac_cv_path_KRB5CFGPATH="none"
15197    ;;
15198  esac
15199  fi
15200  KRB5CFGPATH=$ac_cv_path_KRB5CFGPATH
15201 -
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; }
15207  else
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; }
15212  fi
15213  
15214 +
15215    if test "$KRB5CFGPATH" != "none"
15216    then
15217      GSSAPI_CFLAGS="$CPPFLAGS `$KRB5CFGPATH --cflags gssapi`"
15218 @@ -13224,8 +15334,8 @@
15219        LDFLAGS="$LDFLAGS $GSSAPI_LDFLAGS"
15220      fi
15221  
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
15228  else
15229 @@ -13238,40 +15348,52 @@
15230  cat >>conftest.$ac_ext <<_ACEOF
15231  /* end confdefs.h.  */
15232  
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.  */
15237  #ifdef __cplusplus
15238  extern "C"
15239  #endif
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 ();
15243  int
15244  main ()
15245  {
15246 -gss_init_sec_context ();
15247 +return gss_init_sec_context ();
15248    ;
15249    return 0;
15250  }
15251  _ACEOF
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;;
15259 +esac
15260 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15261 +  (eval "$ac_link") 2>conftest.er1
15262    ac_status=$?
15263    grep -v '^ *+' conftest.er1 >conftest.err
15264    rm -f conftest.er1
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;;
15276 +esac
15277 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15278 +  (eval "$ac_try") 2>&5
15279    ac_status=$?
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;;
15288 +esac
15289 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15290 +  (eval "$ac_try") 2>&5
15291    ac_status=$?
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
15297  
15298 -ac_cv_lib_gssapi_krb5_gss_init_sec_context=no
15299 +       ac_cv_lib_gssapi_krb5_gss_init_sec_context=no
15300  fi
15301 -rm -f conftest.err conftest.$ac_objext \
15302 +
15303 +rm -f core conftest.err conftest.$ac_objext \
15304        conftest$ac_exeext conftest.$ac_ext
15305  LIBS=$ac_check_lib_save_LIBS
15306  fi
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
15312  
15313        GSSAPI_IMPL="MIT",
15314 @@ -13298,8 +15421,8 @@
15315  
15316          if test "$GSSAPI_IMPL" = "none"
15317      then
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
15324  else
15325 @@ -13312,40 +15435,52 @@
15326  cat >>conftest.$ac_ext <<_ACEOF
15327  /* end confdefs.h.  */
15328  
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.  */
15333  #ifdef __cplusplus
15334  extern "C"
15335  #endif
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 ();
15339  int
15340  main ()
15341  {
15342 -gss_init_sec_context ();
15343 +return gss_init_sec_context ();
15344    ;
15345    return 0;
15346  }
15347  _ACEOF
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;;
15355 +esac
15356 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15357 +  (eval "$ac_link") 2>conftest.er1
15358    ac_status=$?
15359    grep -v '^ *+' conftest.er1 >conftest.err
15360    rm -f conftest.er1
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;;
15372 +esac
15373 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15374 +  (eval "$ac_try") 2>&5
15375    ac_status=$?
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;;
15384 +esac
15385 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15386 +  (eval "$ac_try") 2>&5
15387    ac_status=$?
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
15393  
15394 -ac_cv_lib_gssapi_gss_init_sec_context=no
15395 +       ac_cv_lib_gssapi_gss_init_sec_context=no
15396  fi
15397 -rm -f conftest.err conftest.$ac_objext \
15398 +
15399 +rm -f core conftest.err conftest.$ac_objext \
15400        conftest$ac_exeext conftest.$ac_ext
15401  LIBS=$ac_check_lib_save_LIBS
15402  fi
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
15408  
15409            GSSAPI_IMPL="Heimdal"
15410 @@ -13374,8 +15510,8 @@
15411  
15412                              if test "$GSSAPI_IMPL" = "none"
15413      then
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
15420  else
15421 @@ -13388,40 +15524,52 @@
15422  cat >>conftest.$ac_ext <<_ACEOF
15423  /* end confdefs.h.  */
15424  
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.  */
15429  #ifdef __cplusplus
15430  extern "C"
15431  #endif
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 ();
15435  int
15436  main ()
15437  {
15438 -g_order_init ();
15439 +return g_order_init ();
15440    ;
15441    return 0;
15442  }
15443  _ACEOF
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;;
15451 +esac
15452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15453 +  (eval "$ac_link") 2>conftest.er1
15454    ac_status=$?
15455    grep -v '^ *+' conftest.er1 >conftest.err
15456    rm -f conftest.er1
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;;
15468 +esac
15469 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15470 +  (eval "$ac_try") 2>&5
15471    ac_status=$?
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;;
15480 +esac
15481 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15482 +  (eval "$ac_try") 2>&5
15483    ac_status=$?
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
15489  
15490 -ac_cv_lib_gssapi_krb5_g_order_init=no
15491 +       ac_cv_lib_gssapi_krb5_g_order_init=no
15492  fi
15493 -rm -f conftest.err conftest.$ac_objext \
15494 +
15495 +rm -f core conftest.err conftest.$ac_objext \
15496        conftest$ac_exeext conftest.$ac_ext
15497  LIBS=$ac_check_lib_save_LIBS
15498  fi
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
15504  
15505          GSSAPI_IMPL="OldMIT",
15506 @@ -13452,10 +15601,10 @@
15507    LDFLAGS="$saved_LDFLAGS"
15508    LIBS="$saved_LIBS"
15509  
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"
15519      then
15520        cat >confcache <<\_ACEOF
15521 @@ -13476,44 +15625,63 @@
15522  
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.
15529 -{
15530 +(
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 #(
15534 +    *${as_nl}*)
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;} ;;
15538 +      esac
15539 +      case $ac_var in #(
15540 +      _ | IFS | as_nl) ;; #(
15541 +      *) $as_unset $ac_var ;;
15542 +      esac ;;
15543 +    esac
15544 +  done
15545 +
15546    (set) 2>&1 |
15547 -    case `(ac_space=' '; set | grep ac_space) 2>&1` in
15548 -    *ac_space=\ *)
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 \).
15553        sed -n \
15554         "s/'/'\\\\''/g;
15555           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15556 -      ;;
15557 +      ;; #(
15558      *)
15559        # `set' quotes correctly as required by POSIX, so do not add quotes.
15560 -      sed -n \
15561 -       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
15562 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15563        ;;
15564 -    esac;
15565 -} |
15566 +    esac |
15567 +    sort
15568 +) |
15569    sed '
15570 +     /^ac_cv_env_/b end
15571       t clear
15572 -     : clear
15573 +     :clear
15574       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15575       t end
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
15589    else
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;}
15593    fi
15594  fi
15595  rm -f confcache
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; }
15600      fi
15601      if test "$GSSAPI_IMPL" = "Heimdal"
15602      then
15603 @@ -13549,10 +15717,9 @@
15604  
15605  
15606  
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"
15613          then
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 @@
15617            saved_LIBS="$LIBS"
15618  
15619  
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
15626  else
15627 @@ -13582,40 +15749,52 @@
15628  cat >>conftest.$ac_ext <<_ACEOF
15629  /* end confdefs.h.  */
15630  
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.  */
15635  #ifdef __cplusplus
15636  extern "C"
15637  #endif
15638 -/* We use char because int might match the return type of a gcc2
15639 -   builtin and then its argument prototype would still apply.  */
15640  char X509_new ();
15641  int
15642  main ()
15643  {
15644 -X509_new ();
15645 +return X509_new ();
15646    ;
15647    return 0;
15648  }
15649  _ACEOF
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;;
15657 +esac
15658 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15659 +  (eval "$ac_link") 2>conftest.er1
15660    ac_status=$?
15661    grep -v '^ *+' conftest.er1 >conftest.err
15662    rm -f conftest.er1
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;;
15674 +esac
15675 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15676 +  (eval "$ac_try") 2>&5
15677    ac_status=$?
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;;
15686 +esac
15687 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15688 +  (eval "$ac_try") 2>&5
15689    ac_status=$?
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
15695  
15696 -ac_cv_lib_crypto_X509_new=no
15697 +       ac_cv_lib_crypto_X509_new=no
15698  fi
15699 -rm -f conftest.err conftest.$ac_objext \
15700 +
15701 +rm -f core conftest.err conftest.$ac_objext \
15702        conftest$ac_exeext conftest.$ac_ext
15703  LIBS=$ac_check_lib_save_LIBS
15704  fi
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 @@
15713  fi
15714  
15715  
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
15722  else
15723 @@ -13660,40 +15840,52 @@
15724  cat >>conftest.$ac_ext <<_ACEOF
15725  /* end confdefs.h.  */
15726  
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.  */
15731  #ifdef __cplusplus
15732  extern "C"
15733  #endif
15734 -/* We use char because int might match the return type of a gcc2
15735 -   builtin and then its argument prototype would still apply.  */
15736  char SSL_new ();
15737  int
15738  main ()
15739  {
15740 -SSL_new ();
15741 +return SSL_new ();
15742    ;
15743    return 0;
15744  }
15745  _ACEOF
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;;
15753 +esac
15754 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15755 +  (eval "$ac_link") 2>conftest.er1
15756    ac_status=$?
15757    grep -v '^ *+' conftest.er1 >conftest.err
15758    rm -f conftest.er1
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;;
15770 +esac
15771 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15772 +  (eval "$ac_try") 2>&5
15773    ac_status=$?
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;;
15782 +esac
15783 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15784 +  (eval "$ac_try") 2>&5
15785    ac_status=$?
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
15791  
15792 -ac_cv_lib_ssl_SSL_new=no
15793 +       ac_cv_lib_ssl_SSL_new=no
15794  fi
15795 -rm -f conftest.err conftest.$ac_objext \
15796 +
15797 +rm -f core conftest.err conftest.$ac_objext \
15798        conftest$ac_exeext conftest.$ac_ext
15799  LIBS=$ac_check_lib_save_LIBS
15800  fi
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
15810  do
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
15819  else
15820    cat >conftest.$ac_ext <<_ACEOF
15821 @@ -13757,53 +15950,59 @@
15822  
15823  #undef $ac_func
15824  
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.  */
15829  #ifdef __cplusplus
15830  extern "C"
15831 -{
15832  #endif
15833 -/* We use char because int might match the return type of a gcc2
15834 -   builtin and then its argument prototype would still apply.  */
15835  char $ac_func ();
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
15841  choke me
15842 -#else
15843 -char (*f) () = $ac_func;
15844 -#endif
15845 -#ifdef __cplusplus
15846 -}
15847  #endif
15848  
15849  int
15850  main ()
15851  {
15852 -return f != $ac_func;
15853 +return $ac_func ();
15854    ;
15855    return 0;
15856  }
15857  _ACEOF
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;;
15865 +esac
15866 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15867 +  (eval "$ac_link") 2>conftest.er1
15868    ac_status=$?
15869    grep -v '^ *+' conftest.er1 >conftest.err
15870    rm -f conftest.er1
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;;
15882 +esac
15883 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15884 +  (eval "$ac_try") 2>&5
15885    ac_status=$?
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;;
15894 +esac
15895 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15896 +  (eval "$ac_try") 2>&5
15897    ac_status=$?
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
15903  
15904 -eval "$as_ac_var=no"
15905 +       eval "$as_ac_var=no"
15906  fi
15907 -rm -f conftest.err conftest.$ac_objext \
15908 +
15909 +rm -f core conftest.err conftest.$ac_objext \
15910        conftest$ac_exeext conftest.$ac_ext
15911  fi
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 @@
15921  
15922          fi
15923  
15924 -fi;
15925 +fi
15926 +
15927  
15928  
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"
15935  else
15936    gnutls_prefix="no"
15937 -fi;
15938 +fi
15939 +
15940  if test "$gnutls_prefix" != "no" -a x"$need_ssl" != xyes
15941  then
15942    if test "$need_socket" != "yes"
15943 @@ -13874,8 +16076,8 @@
15944  
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
15953  else
15954 @@ -13890,30 +16092,31 @@
15955    IFS=$as_save_IFS
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
15962      break 2
15963    fi
15964  done
15965  done
15966 +IFS=$as_save_IFS
15967  
15968    test -z "$ac_cv_path_LIBGNUTLS_CONFIG" && ac_cv_path_LIBGNUTLS_CONFIG="no"
15969    ;;
15970  esac
15971  fi
15972  LIBGNUTLS_CONFIG=$ac_cv_path_LIBGNUTLS_CONFIG
15973 -
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; }
15979  else
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; }
15984  fi
15985  
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
15988 +
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; }
15991    no_libgnutls=""
15992    if test "$LIBGNUTLS_CONFIG" = "no" ; then
15993      no_libgnutls=yes
15994 @@ -13995,13 +16198,22 @@
15995  
15996  _ACEOF
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;;
16004 +esac
16005 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16006 +  (eval "$ac_link") 2>&5
16007    ac_status=$?
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;;
16015 +esac
16016 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16017 +  (eval "$ac_try") 2>&5
16018    ac_status=$?
16019    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16020    (exit $ac_status); }; }; then
16021 @@ -14014,31 +16226,34 @@
16022  ( exit $ac_status )
16023  no_libgnutls=yes
16024  fi
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
16027  fi
16028 +
16029 +
16030         CFLAGS="$ac_save_CFLAGS"
16031         LIBS="$ac_save_LIBS"
16032    fi
16033  
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; }
16039  
16040  for ac_header in gnutls/openssl.h
16041  do
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
16052  fi
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; }
16058  else
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
16065  /* confdefs.h.  */
16066  _ACEOF
16067 @@ -14049,24 +16264,36 @@
16068  #include <$ac_header>
16069  _ACEOF
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;;
16077 +esac
16078 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16079 +  (eval "$ac_compile") 2>conftest.er1
16080    ac_status=$?
16081    grep -v '^ *+' conftest.er1 >conftest.err
16082    rm -f conftest.er1
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;;
16094 +esac
16095 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16096 +  (eval "$ac_try") 2>&5
16097    ac_status=$?
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;;
16106 +esac
16107 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16108 +  (eval "$ac_try") 2>&5
16109    ac_status=$?
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
16115  
16116 -ac_header_compiler=no
16117 +       ac_header_compiler=no
16118  fi
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
16122 +
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; }
16126  
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
16133  /* confdefs.h.  */
16134  _ACEOF
16135 @@ -14092,8 +16320,13 @@
16136  /* end confdefs.h.  */
16137  #include <$ac_header>
16138  _ACEOF
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;;
16145 +esac
16146 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16147 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16148    ac_status=$?
16149    grep -v '^ *+' conftest.er1 >conftest.err
16150    rm -f conftest.er1
16151 @@ -14117,9 +16350,10 @@
16152  
16153    ac_header_preproc=no
16154  fi
16155 +
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; }
16161  
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;}
16168 -    (
16169 -      cat <<\_ASBOX
16170 -## ------------------------------------------ ##
16171 -## Report this to the AC_PACKAGE_NAME lists.  ##
16172 -## ------------------------------------------ ##
16173 -_ASBOX
16174 -    ) |
16175 -      sed "s/^/$as_me: WARNING:     /" >&2
16176 +
16177      ;;
16178  esac
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
16186  else
16187    eval "$as_ac_Header=\$ac_header_preproc"
16188  fi
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; }
16194  
16195  fi
16196  if test `eval echo '${'$as_ac_Header'}'` = yes; then
16197 @@ -14193,8 +16421,8 @@
16198       if test -f conf.libgnutlstest ; then
16199          :
16200       else
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; }
16205       fi
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 @@
16209  }
16210  _ACEOF
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;;
16218 +esac
16219 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 +  (eval "$ac_link") 2>conftest.er1
16221    ac_status=$?
16222    grep -v '^ *+' conftest.er1 >conftest.err
16223    rm -f conftest.er1
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;;
16235 +esac
16236 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16237 +  (eval "$ac_try") 2>&5
16238    ac_status=$?
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;;
16247 +esac
16248 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16249 +  (eval "$ac_try") 2>&5
16250    ac_status=$?
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
16256  
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"
16262  fi
16263 -rm -f conftest.err conftest.$ac_objext \
16264 +
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 @@
16270  
16271  
16272  
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"
16277 -
16278 +  withval=$with_sasl;
16279          if test "$with_sasl" != "no"
16280          then
16281            if test "$need_socket" != "yes"
16282 @@ -14321,8 +16561,8 @@
16283            saved_LIBS="$LIBS"
16284  
16285  
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
16292  else
16293 @@ -14335,40 +16575,52 @@
16294  cat >>conftest.$ac_ext <<_ACEOF
16295  /* end confdefs.h.  */
16296  
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.  */
16301  #ifdef __cplusplus
16302  extern "C"
16303  #endif
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 ();
16307  int
16308  main ()
16309  {
16310 -sasl_client_init ();
16311 +return sasl_client_init ();
16312    ;
16313    return 0;
16314  }
16315  _ACEOF
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;;
16323 +esac
16324 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16325 +  (eval "$ac_link") 2>conftest.er1
16326    ac_status=$?
16327    grep -v '^ *+' conftest.er1 >conftest.err
16328    rm -f conftest.er1
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;;
16340 +esac
16341 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16342 +  (eval "$ac_try") 2>&5
16343    ac_status=$?
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;;
16352 +esac
16353 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16354 +  (eval "$ac_try") 2>&5
16355    ac_status=$?
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
16361  
16362 -ac_cv_lib_sasl2_sasl_client_init=no
16363 +       ac_cv_lib_sasl2_sasl_client_init=no
16364  fi
16365 -rm -f conftest.err conftest.$ac_objext \
16366 +
16367 +rm -f core conftest.err conftest.$ac_objext \
16368        conftest$ac_exeext conftest.$ac_ext
16369  LIBS=$ac_check_lib_save_LIBS
16370  fi
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 @@
16379  _ACEOF
16380  
16381            need_sasl=yes
16382 -         need_md5=yes
16383          fi
16384  
16385 -fi;
16386 +fi
16387 +
16388  
16389  
16390  if test x$need_sasl = xyes; then
16391 @@ -14424,10 +16677,9 @@
16392  
16393  
16394  
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"
16399 -
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 @@
16405                   fi
16406  
16407  
16408 -fi;
16409 +fi
16410 +
16411  
16412  if test "x$with_idn" != "xno"; then
16413  
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
16420  else
16421 @@ -14454,40 +16707,52 @@
16422  cat >>conftest.$ac_ext <<_ACEOF
16423  /* end confdefs.h.  */
16424  
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.  */
16429  #ifdef __cplusplus
16430  extern "C"
16431  #endif
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 ();
16435  int
16436  main ()
16437  {
16438 -stringprep_check_version ();
16439 +return stringprep_check_version ();
16440    ;
16441    return 0;
16442  }
16443  _ACEOF
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;;
16451 +esac
16452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16453 +  (eval "$ac_link") 2>conftest.er1
16454    ac_status=$?
16455    grep -v '^ *+' conftest.er1 >conftest.err
16456    rm -f conftest.er1
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;;
16468 +esac
16469 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16470 +  (eval "$ac_try") 2>&5
16471    ac_status=$?
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;;
16480 +esac
16481 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16482 +  (eval "$ac_try") 2>&5
16483    ac_status=$?
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
16489  
16490 -ac_cv_lib_idn_stringprep_check_version=no
16491 +       ac_cv_lib_idn_stringprep_check_version=no
16492  fi
16493 -rm -f conftest.err conftest.$ac_objext \
16494 +
16495 +rm -f core conftest.err conftest.$ac_objext \
16496        conftest$ac_exeext conftest.$ac_ext
16497  LIBS=$ac_check_lib_save_LIBS
16498  fi
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
16508  do
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
16517  else
16518    cat >conftest.$ac_ext <<_ACEOF
16519 @@ -14546,53 +16812,59 @@
16520  
16521  #undef $ac_func
16522  
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.  */
16527  #ifdef __cplusplus
16528  extern "C"
16529 -{
16530  #endif
16531 -/* We use char because int might match the return type of a gcc2
16532 -   builtin and then its argument prototype would still apply.  */
16533  char $ac_func ();
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
16539  choke me
16540 -#else
16541 -char (*f) () = $ac_func;
16542 -#endif
16543 -#ifdef __cplusplus
16544 -}
16545  #endif
16546  
16547  int
16548  main ()
16549  {
16550 -return f != $ac_func;
16551 +return $ac_func ();
16552    ;
16553    return 0;
16554  }
16555  _ACEOF
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;;
16563 +esac
16564 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16565 +  (eval "$ac_link") 2>conftest.er1
16566    ac_status=$?
16567    grep -v '^ *+' conftest.er1 >conftest.err
16568    rm -f conftest.er1
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;;
16580 +esac
16581 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 +  (eval "$ac_try") 2>&5
16583    ac_status=$?
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;;
16592 +esac
16593 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16594 +  (eval "$ac_try") 2>&5
16595    ac_status=$?
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
16601  
16602 -eval "$as_ac_var=no"
16603 +       eval "$as_ac_var=no"
16604  fi
16605 -rm -f conftest.err conftest.$ac_objext \
16606 +
16607 +rm -f core conftest.err conftest.$ac_objext \
16608        conftest$ac_exeext conftest.$ac_ext
16609  fi
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
16620  do
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
16629  else
16630    cat >conftest.$ac_ext <<_ACEOF
16631 @@ -14649,53 +16923,59 @@
16632  
16633  #undef $ac_func
16634  
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.  */
16639  #ifdef __cplusplus
16640  extern "C"
16641 -{
16642  #endif
16643 -/* We use char because int might match the return type of a gcc2
16644 -   builtin and then its argument prototype would still apply.  */
16645  char $ac_func ();
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
16651  choke me
16652 -#else
16653 -char (*f) () = $ac_func;
16654 -#endif
16655 -#ifdef __cplusplus
16656 -}
16657  #endif
16658  
16659  int
16660  main ()
16661  {
16662 -return f != $ac_func;
16663 +return $ac_func ();
16664    ;
16665    return 0;
16666  }
16667  _ACEOF
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;;
16675 +esac
16676 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677 +  (eval "$ac_link") 2>conftest.er1
16678    ac_status=$?
16679    grep -v '^ *+' conftest.er1 >conftest.err
16680    rm -f conftest.er1
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;;
16692 +esac
16693 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 +  (eval "$ac_try") 2>&5
16695    ac_status=$?
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;;
16704 +esac
16705 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16706 +  (eval "$ac_try") 2>&5
16707    ac_status=$?
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
16713  
16714 -eval "$as_ac_var=no"
16715 +       eval "$as_ac_var=no"
16716  fi
16717 -rm -f conftest.err conftest.$ac_objext \
16718 +
16719 +rm -f core conftest.err conftest.$ac_objext \
16720        conftest$ac_exeext conftest.$ac_ext
16721  fi
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
16732  do
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
16741  else
16742    cat >conftest.$ac_ext <<_ACEOF
16743 @@ -14752,53 +17034,59 @@
16744  
16745  #undef $ac_func
16746  
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.  */
16751  #ifdef __cplusplus
16752  extern "C"
16753 -{
16754  #endif
16755 -/* We use char because int might match the return type of a gcc2
16756 -   builtin and then its argument prototype would still apply.  */
16757  char $ac_func ();
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
16763  choke me
16764 -#else
16765 -char (*f) () = $ac_func;
16766 -#endif
16767 -#ifdef __cplusplus
16768 -}
16769  #endif
16770  
16771  int
16772  main ()
16773  {
16774 -return f != $ac_func;
16775 +return $ac_func ();
16776    ;
16777    return 0;
16778  }
16779  _ACEOF
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;;
16787 +esac
16788 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16789 +  (eval "$ac_link") 2>conftest.er1
16790    ac_status=$?
16791    grep -v '^ *+' conftest.er1 >conftest.err
16792    rm -f conftest.er1
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;;
16804 +esac
16805 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16806 +  (eval "$ac_try") 2>&5
16807    ac_status=$?
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;;
16816 +esac
16817 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 +  (eval "$ac_try") 2>&5
16819    ac_status=$?
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
16825  
16826 -eval "$as_ac_var=no"
16827 +       eval "$as_ac_var=no"
16828  fi
16829 -rm -f conftest.err conftest.$ac_objext \
16830 +
16831 +rm -f core conftest.err conftest.$ac_objext \
16832        conftest$ac_exeext conftest.$ac_ext
16833  fi
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 @@
16843  fi
16844  
16845  
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
16852  
16853  cat >>confdefs.h <<\_ACEOF
16854  #define DEBUG 1
16855 @@ -14836,26 +17125,27 @@
16856  
16857            fi
16858  
16859 -fi;
16860 +fi
16861 +
16862  
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
16869  
16870  cat >>confdefs.h <<\_ACEOF
16871  #define USE_FLOCK 1
16872  _ACEOF
16873  
16874          fi
16875 -fi;
16876 +fi
16877 +
16878  
16879  mutt_cv_fcntl=yes
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
16885 -fi;
16886 +  enableval=$enable_fcntl; if test $enableval = no; then mutt_cv_fcntl=no; fi
16887 +fi
16888 +
16889  
16890  if test $mutt_cv_fcntl = yes; then
16891  
16892 @@ -14865,8 +17155,8 @@
16893  
16894  fi
16895  
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
16902  /* confdefs.h.  */
16903 @@ -14884,24 +17174,36 @@
16904  }
16905  _ACEOF
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;;
16913 +esac
16914 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16915 +  (eval "$ac_link") 2>conftest.er1
16916    ac_status=$?
16917    grep -v '^ *+' conftest.er1 >conftest.err
16918    rm -f conftest.er1
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;;
16930 +esac
16931 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16932 +  (eval "$ac_try") 2>&5
16933    ac_status=$?
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;;
16942 +esac
16943 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16944 +  (eval "$ac_try") 2>&5
16945    ac_status=$?
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
16951  
16952 +
16953  fi
16954 -rm -f conftest.err conftest.$ac_objext \
16955 +
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
16959  
16960 @@ -14920,15 +17224,15 @@
16961  _ACEOF
16962  
16963  fi
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; }
16968  
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
16975 -fi;
16976 +  enableval=$enable_inodesort; if test x$enableval = xyes -a x$ac_cv_dirent_d_ino = xyes ; then mutt_cv_inodesort=yes; fi
16977 +fi
16978 +
16979  
16980  if test $mutt_cv_inodesort = yes; then
16981  
16982 @@ -14939,71 +17243,82 @@
16983  fi
16984  
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
16993  fi
16994 -fi;
16995 +fi
16996 +
16997  
16998  if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
16999          CFLAGS="-Wall -pedantic $CFLAGS"
17000  fi
17001  
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
17008  
17009  cat >>confdefs.h <<\_ACEOF
17010  #define NFS_ATTRIBUTE_HACK 1
17011  _ACEOF
17012  
17013          fi
17014 -fi;
17015 +fi
17016  
17017 -# Check whether --enable-buffy-size or --disable-buffy-size was given.
17018 +
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
17024  
17025  cat >>confdefs.h <<\_ACEOF
17026  #define BUFFY_SIZE 1
17027  _ACEOF
17028  
17029          fi
17030 -fi;
17031 +fi
17032  
17033 -# Check whether --enable-mailtool or --disable-mailtool was given.
17034 +
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
17040  
17041  cat >>confdefs.h <<\_ACEOF
17042  #define SUN_ATTACHMENT 1
17043  _ACEOF
17044  
17045          fi
17046 -fi;
17047 +fi
17048  
17049 -# Check whether --enable-locales-fix or --disable-locales-fix was given.
17050 +
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
17056  
17057  cat >>confdefs.h <<\_ACEOF
17058  #define LOCALES_HACK 1
17059  _ACEOF
17060  
17061          fi
17062 -fi;
17063 +fi
17064 +
17065 +
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
17069 +
17070 +cat >>confdefs.h <<\_ACEOF
17071 +#define USE_COMPRESSED 1
17072 +_ACEOF
17073 +
17074 +        fi
17075 +fi
17076  
17077  
17078 -# Check whether --with-exec-shell or --without-exec-shell was given.
17079 +
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
17085  
17086  cat >>confdefs.h <<_ACEOF
17087  #define EXECSHELL "$withval"
17088 @@ -15020,12 +17335,12 @@
17089  #define EXECSHELL "/bin/sh"
17090  _ACEOF
17091  
17092 -fi;
17093 +fi
17094 +
17095  
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
17102  
17103  cat >>confdefs.h <<\_ACEOF
17104  #define EXACT_ADDRESS 1
17105 @@ -15033,12 +17348,12 @@
17106  
17107  
17108          fi
17109 -fi;
17110 +fi
17111  
17112 -# Check whether --enable-hcache or --disable-hcache was given.
17113 +
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
17119  
17120  cat >>confdefs.h <<\_ACEOF
17121  #define USE_HCACHE 1
17122 @@ -15053,16 +17368,16 @@
17123  
17124      ac_prefer_qdbm=yes
17125  
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
17131 -fi;
17132 +  withval=$with_qdbm; ac_prefer_qdbm=$withval
17133 +fi
17134 +
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
17144  else
17145 @@ -15084,24 +17399,36 @@
17146  }
17147  _ACEOF
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;;
17155 +esac
17156 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17157 +  (eval "$ac_link") 2>conftest.er1
17158    ac_status=$?
17159    grep -v '^ *+' conftest.er1 >conftest.err
17160    rm -f conftest.er1
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;;
17172 +esac
17173 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17174 +  (eval "$ac_try") 2>&5
17175    ac_status=$?
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;;
17184 +esac
17185 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17186 +  (eval "$ac_try") 2>&5
17187    ac_status=$?
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
17193  
17194 +
17195  fi
17196 -rm -f conftest.err conftest.$ac_objext \
17197 +
17198 +rm -f core conftest.err conftest.$ac_objext \
17199        conftest$ac_exeext conftest.$ac_ext
17200  
17201  fi
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; }
17206      fi
17207  
17208      ac_prefer_gdbm=yes
17209  
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
17215 -fi;
17216 +  withval=$with_gdbm; ac_prefer_gdbm=$withval
17217 +fi
17218 +
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
17228  else
17229 @@ -15152,24 +17481,36 @@
17230  }
17231  _ACEOF
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;;
17239 +esac
17240 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17241 +  (eval "$ac_link") 2>conftest.er1
17242    ac_status=$?
17243    grep -v '^ *+' conftest.er1 >conftest.err
17244    rm -f conftest.er1
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;;
17256 +esac
17257 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17258 +  (eval "$ac_try") 2>&5
17259    ac_status=$?
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;;
17268 +esac
17269 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17270 +  (eval "$ac_try") 2>&5
17271    ac_status=$?
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
17277  
17278 +
17279  fi
17280 -rm -f conftest.err conftest.$ac_objext \
17281 +
17282 +rm -f core conftest.err conftest.$ac_objext \
17283        conftest$ac_exeext conftest.$ac_ext
17284  
17285  fi
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; }
17290      fi
17291  
17292      ac_bdb_prefix=yes
17293  
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
17299 -fi;
17300 +  withval=$with_bdb; ac_bdb_prefix=$withval
17301 +fi
17302 +
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 @@
17307              done
17308          done
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
17315              BDB_INCLUDE_DIR=""
17316              BDB_LIB_DIR=""
17317 @@ -15238,24 +17581,36 @@
17318  }
17319  _ACEOF
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;;
17327 +esac
17328 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17329 +  (eval "$ac_link") 2>conftest.er1
17330    ac_status=$?
17331    grep -v '^ *+' conftest.er1 >conftest.err
17332    rm -f conftest.er1
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;;
17344 +esac
17345 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 +  (eval "$ac_try") 2>&5
17347    ac_status=$?
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;;
17356 +esac
17357 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17358 +  (eval "$ac_try") 2>&5
17359    ac_status=$?
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
17365  
17366 +
17367  fi
17368 -rm -f conftest.err conftest.$ac_objext \
17369 +
17370 +rm -f core conftest.err conftest.$ac_objext \
17371        conftest$ac_exeext conftest.$ac_ext
17372                          done
17373                          test x$ac_cv_dbcreate = xyes && break
17374 @@ -15279,11 +17636,11 @@
17375              test x$BDB_LIB != x && break
17376          done
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; }
17382          else
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; }
17387          fi
17388      fi
17389  
17390 @@ -15317,7 +17674,8 @@
17391     { (exit 1); exit 1; }; }
17392      fi
17393  fi
17394 -fi;
17395 +fi
17396 +
17397  
17398  if test "$need_md5" = "yes"
17399  then
17400 @@ -15330,17 +17688,17 @@
17401  
17402  
17403  
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
17411          fi
17412  
17413 -fi;
17414 +fi
17415 +
17416  
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
17423  else
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_;
17429  int
17430  main ()
17431  {
17432 -if ((off_t *) 0)
17433 +if ((ac__type_new_ *) 0)
17434    return 0;
17435 -if (sizeof (off_t))
17436 +if (sizeof (ac__type_new_))
17437    return 0;
17438    ;
17439    return 0;
17440  }
17441  _ACEOF
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;;
17449 +esac
17450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17451 +  (eval "$ac_compile") 2>conftest.er1
17452    ac_status=$?
17453    grep -v '^ *+' conftest.er1 >conftest.err
17454    rm -f conftest.er1
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;;
17466 +esac
17467 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17468 +  (eval "$ac_try") 2>&5
17469    ac_status=$?
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;;
17478 +esac
17479 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17480 +  (eval "$ac_try") 2>&5
17481    ac_status=$?
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
17487  
17488 -ac_cv_type_off_t=no
17489 +       ac_cv_type_off_t=no
17490  fi
17491 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17492 +
17493 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17494  fi
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
17500    :
17501  else
17502  
17503  cat >>confdefs.h <<_ACEOF
17504 -#define off_t long
17505 +#define off_t long int
17506  _ACEOF
17507  
17508  fi
17509  
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
17516  else
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_;
17522  int
17523  main ()
17524  {
17525 -if ((size_t *) 0)
17526 +if ((ac__type_new_ *) 0)
17527    return 0;
17528 -if (sizeof (size_t))
17529 +if (sizeof (ac__type_new_))
17530    return 0;
17531    ;
17532    return 0;
17533  }
17534  _ACEOF
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;;
17542 +esac
17543 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17544 +  (eval "$ac_compile") 2>conftest.er1
17545    ac_status=$?
17546    grep -v '^ *+' conftest.er1 >conftest.err
17547    rm -f conftest.er1
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;;
17559 +esac
17560 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17561 +  (eval "$ac_try") 2>&5
17562    ac_status=$?
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;;
17571 +esac
17572 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17573 +  (eval "$ac_try") 2>&5
17574    ac_status=$?
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
17580  
17581 -ac_cv_type_size_t=no
17582 +       ac_cv_type_size_t=no
17583  fi
17584 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17585 +
17586 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17587  fi
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
17593    :
17594  else
17595  
17596  cat >>confdefs.h <<_ACEOF
17597 -#define size_t unsigned
17598 +#define size_t unsigned int
17599  _ACEOF
17600  
17601  fi
17602  
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
17611  else
17612 @@ -15489,29 +17875,42 @@
17613  main ()
17614  {
17615  char *p = (char *) alloca (2 * sizeof (int));
17616 +                         if (p) return 0;
17617    ;
17618    return 0;
17619  }
17620  _ACEOF
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;;
17628 +esac
17629 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17630 +  (eval "$ac_link") 2>conftest.er1
17631    ac_status=$?
17632    grep -v '^ *+' conftest.er1 >conftest.err
17633    rm -f conftest.er1
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;;
17645 +esac
17646 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17647 +  (eval "$ac_try") 2>&5
17648    ac_status=$?
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;;
17657 +esac
17658 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17659 +  (eval "$ac_try") 2>&5
17660    ac_status=$?
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
17666  
17667 -ac_cv_working_alloca_h=no
17668 +       ac_cv_working_alloca_h=no
17669  fi
17670 -rm -f conftest.err conftest.$ac_objext \
17671 +
17672 +rm -f core conftest.err conftest.$ac_objext \
17673        conftest$ac_exeext conftest.$ac_ext
17674  fi
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
17680  
17681  cat >>confdefs.h <<\_ACEOF
17682 @@ -15535,8 +17935,8 @@
17683  
17684  fi
17685  
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
17692  else
17693 @@ -15571,29 +17971,42 @@
17694  main ()
17695  {
17696  char *p = (char *) alloca (1);
17697 +                                   if (p) return 0;
17698    ;
17699    return 0;
17700  }
17701  _ACEOF
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;;
17709 +esac
17710 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17711 +  (eval "$ac_link") 2>conftest.er1
17712    ac_status=$?
17713    grep -v '^ *+' conftest.er1 >conftest.err
17714    rm -f conftest.er1
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;;
17726 +esac
17727 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17728 +  (eval "$ac_try") 2>&5
17729    ac_status=$?
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;;
17738 +esac
17739 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 +  (eval "$ac_try") 2>&5
17741    ac_status=$?
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
17747  
17748 -ac_cv_func_alloca_works=no
17749 +       ac_cv_func_alloca_works=no
17750  fi
17751 -rm -f conftest.err conftest.$ac_objext \
17752 +
17753 +rm -f core conftest.err conftest.$ac_objext \
17754        conftest$ac_exeext conftest.$ac_ext
17755  fi
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; }
17760  
17761  if test $ac_cv_func_alloca_works = yes; then
17762  
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.
17766  
17767 -ALLOCA=alloca.$ac_objext
17768 +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
17769  
17770  cat >>confdefs.h <<\_ACEOF
17771  #define C_ALLOCA 1
17772  _ACEOF
17773  
17774  
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
17781  else
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
17788  webecray
17789  #else
17790  wenotbecray
17791 @@ -15656,14 +18070,14 @@
17792  rm -f conftest*
17793  
17794  fi
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
17809  else
17810    cat >conftest.$ac_ext <<_ACEOF
17811 @@ -15689,53 +18103,59 @@
17812  
17813  #undef $ac_func
17814  
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.  */
17819  #ifdef __cplusplus
17820  extern "C"
17821 -{
17822  #endif
17823 -/* We use char because int might match the return type of a gcc2
17824 -   builtin and then its argument prototype would still apply.  */
17825  char $ac_func ();
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
17831  choke me
17832 -#else
17833 -char (*f) () = $ac_func;
17834 -#endif
17835 -#ifdef __cplusplus
17836 -}
17837  #endif
17838  
17839  int
17840  main ()
17841  {
17842 -return f != $ac_func;
17843 +return $ac_func ();
17844    ;
17845    return 0;
17846  }
17847  _ACEOF
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;;
17855 +esac
17856 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17857 +  (eval "$ac_link") 2>conftest.er1
17858    ac_status=$?
17859    grep -v '^ *+' conftest.er1 >conftest.err
17860    rm -f conftest.er1
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;;
17872 +esac
17873 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17874 +  (eval "$ac_try") 2>&5
17875    ac_status=$?
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;;
17884 +esac
17885 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17886 +  (eval "$ac_try") 2>&5
17887    ac_status=$?
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
17893  
17894 -eval "$as_ac_var=no"
17895 +       eval "$as_ac_var=no"
17896  fi
17897 -rm -f conftest.err conftest.$ac_objext \
17898 +
17899 +rm -f core conftest.err conftest.$ac_objext \
17900        conftest$ac_exeext conftest.$ac_ext
17901  fi
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
17908  
17909  cat >>confdefs.h <<_ACEOF
17910 @@ -15763,8 +18185,8 @@
17911    done
17912  fi
17913  
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
17920  else
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
17926  int
17927  find_stack_direction ()
17928  {
17929 @@ -15794,17 +18217,26 @@
17930  int
17931  main ()
17932  {
17933 -  exit (find_stack_direction () < 0);
17934 +  return find_stack_direction () < 0;
17935  }
17936  _ACEOF
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;;
17944 +esac
17945 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17946 +  (eval "$ac_link") 2>&5
17947    ac_status=$?
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;;
17955 +esac
17956 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17957 +  (eval "$ac_try") 2>&5
17958    ac_status=$?
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
17964  fi
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
17967  fi
17968 +
17969 +
17970  fi
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; }
17975  
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
17980  do
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
17991  fi
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; }
17997  else
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
18004  /* confdefs.h.  */
18005  _ACEOF
18006 @@ -15857,24 +18292,36 @@
18007  #include <$ac_header>
18008  _ACEOF
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;;
18016 +esac
18017 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18018 +  (eval "$ac_compile") 2>conftest.er1
18019    ac_status=$?
18020    grep -v '^ *+' conftest.er1 >conftest.err
18021    rm -f conftest.er1
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;;
18033 +esac
18034 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18035 +  (eval "$ac_try") 2>&5
18036    ac_status=$?
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;;
18045 +esac
18046 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18047 +  (eval "$ac_try") 2>&5
18048    ac_status=$?
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
18054  
18055 -ac_header_compiler=no
18056 +       ac_header_compiler=no
18057  fi
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
18061 +
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; }
18065  
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
18072  /* confdefs.h.  */
18073  _ACEOF
18074 @@ -15900,8 +18348,13 @@
18075  /* end confdefs.h.  */
18076  #include <$ac_header>
18077  _ACEOF
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;;
18084 +esac
18085 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18087    ac_status=$?
18088    grep -v '^ *+' conftest.er1 >conftest.err
18089    rm -f conftest.er1
18090 @@ -15925,9 +18378,10 @@
18091  
18092    ac_header_preproc=no
18093  fi
18094 +
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; }
18100  
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;}
18107 -    (
18108 -      cat <<\_ASBOX
18109 -## ------------------------------------------ ##
18110 -## Report this to the AC_PACKAGE_NAME lists.  ##
18111 -## ------------------------------------------ ##
18112 -_ASBOX
18113 -    ) |
18114 -      sed "s/^/$as_me: WARNING:     /" >&2
18115 +
18116      ;;
18117  esac
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
18125  else
18126    eval "$as_ac_Header=\$ac_header_preproc"
18127  fi
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; }
18133  
18134  fi
18135  if test `eval echo '${'$as_ac_Header'}'` = yes; then
18136 @@ -15985,9 +18433,9 @@
18137  for ac_func in getpagesize
18138  do
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
18147  else
18148    cat >conftest.$ac_ext <<_ACEOF
18149 @@ -16013,53 +18461,59 @@
18150  
18151  #undef $ac_func
18152  
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.  */
18157  #ifdef __cplusplus
18158  extern "C"
18159 -{
18160  #endif
18161 -/* We use char because int might match the return type of a gcc2
18162 -   builtin and then its argument prototype would still apply.  */
18163  char $ac_func ();
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
18169  choke me
18170 -#else
18171 -char (*f) () = $ac_func;
18172 -#endif
18173 -#ifdef __cplusplus
18174 -}
18175  #endif
18176  
18177  int
18178  main ()
18179  {
18180 -return f != $ac_func;
18181 +return $ac_func ();
18182    ;
18183    return 0;
18184  }
18185  _ACEOF
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;;
18193 +esac
18194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18195 +  (eval "$ac_link") 2>conftest.er1
18196    ac_status=$?
18197    grep -v '^ *+' conftest.er1 >conftest.err
18198    rm -f conftest.er1
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;;
18210 +esac
18211 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18212 +  (eval "$ac_try") 2>&5
18213    ac_status=$?
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;;
18222 +esac
18223 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18224 +  (eval "$ac_try") 2>&5
18225    ac_status=$?
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
18231  
18232 -eval "$as_ac_var=no"
18233 +       eval "$as_ac_var=no"
18234  fi
18235 -rm -f conftest.err conftest.$ac_objext \
18236 +
18237 +rm -f core conftest.err conftest.$ac_objext \
18238        conftest$ac_exeext conftest.$ac_ext
18239  fi
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 @@
18249  fi
18250  done
18251  
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
18258  else
18259 @@ -16179,15 +18635,15 @@
18260    /* First, make a file with some known garbage in it. */
18261    data = (char *) malloc (pagesize);
18262    if (!data)
18263 -    exit (1);
18264 +    return 1;
18265    for (i = 0; i < pagesize; ++i)
18266      *(data + i) = rand ();
18267    umask (0);
18268    fd = creat ("conftest.mmap", 0600);
18269    if (fd < 0)
18270 -    exit (1);
18271 +    return 1;
18272    if (write (fd, data, pagesize) != pagesize)
18273 -    exit (1);
18274 +    return 1;
18275    close (fd);
18276  
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);
18281    if (fd < 0)
18282 -    exit (1);
18283 +    return 1;
18284    data2 = (char *) malloc (2 * pagesize);
18285    if (!data2)
18286 -    exit (1);
18287 -  data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
18288 +    return 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))
18292 -    exit (1);
18293 +    return 1;
18294    for (i = 0; i < pagesize; ++i)
18295      if (*(data + i) != *(data2 + i))
18296 -      exit (1);
18297 +      return 1;
18298  
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);
18304    if (!data3)
18305 -    exit (1);
18306 +    return 1;
18307    if (read (fd, data3, pagesize) != pagesize)
18308 -    exit (1);
18309 +    return 1;
18310    for (i = 0; i < pagesize; ++i)
18311      if (*(data + i) != *(data3 + i))
18312 -      exit (1);
18313 +      return 1;
18314    close (fd);
18315 -  exit (0);
18316 +  return 0;
18317  }
18318  _ACEOF
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;;
18326 +esac
18327 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18328 +  (eval "$ac_link") 2>&5
18329    ac_status=$?
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;;
18337 +esac
18338 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18339 +  (eval "$ac_try") 2>&5
18340    ac_status=$?
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
18346  fi
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
18349  fi
18350 +
18351 +
18352  fi
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
18358  
18359  cat >>confdefs.h <<\_ACEOF
18360 @@ -16259,8 +18726,8 @@
18361  rm -f conftest.mmap
18362  
18363  
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
18370  else
18371 @@ -16290,8 +18757,8 @@
18372  
18373  
18374  fi
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; }
18379  
18380      GLIBC21="$ac_cv_gnu_library_2_1"
18381  
18382 @@ -16311,18 +18778,19 @@
18383  stdlib.h string.h unistd.h sys/param.h
18384  do
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
18395  fi
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; }
18401  else
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
18408  /* confdefs.h.  */
18409  _ACEOF
18410 @@ -16333,24 +18801,36 @@
18411  #include <$ac_header>
18412  _ACEOF
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;;
18420 +esac
18421 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18422 +  (eval "$ac_compile") 2>conftest.er1
18423    ac_status=$?
18424    grep -v '^ *+' conftest.er1 >conftest.err
18425    rm -f conftest.er1
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;;
18437 +esac
18438 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439 +  (eval "$ac_try") 2>&5
18440    ac_status=$?
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;;
18449 +esac
18450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18451 +  (eval "$ac_try") 2>&5
18452    ac_status=$?
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
18458  
18459 -ac_header_compiler=no
18460 +       ac_header_compiler=no
18461  fi
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
18465 +
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; }
18469  
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
18476  /* confdefs.h.  */
18477  _ACEOF
18478 @@ -16376,8 +18857,13 @@
18479  /* end confdefs.h.  */
18480  #include <$ac_header>
18481  _ACEOF
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;;
18488 +esac
18489 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18490 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18491    ac_status=$?
18492    grep -v '^ *+' conftest.er1 >conftest.err
18493    rm -f conftest.er1
18494 @@ -16401,9 +18887,10 @@
18495  
18496    ac_header_preproc=no
18497  fi
18498 +
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; }
18504  
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;}
18511 -    (
18512 -      cat <<\_ASBOX
18513 -## ------------------------------------------ ##
18514 -## Report this to the AC_PACKAGE_NAME lists.  ##
18515 -## ------------------------------------------ ##
18516 -_ASBOX
18517 -    ) |
18518 -      sed "s/^/$as_me: WARNING:     /" >&2
18519 +
18520      ;;
18521  esac
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
18529  else
18530    eval "$as_ac_Header=\$ac_header_preproc"
18531  fi
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; }
18537  
18538  fi
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
18542  do
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
18551  else
18552    cat >conftest.$ac_ext <<_ACEOF
18553 @@ -16511,53 +18992,59 @@
18554  
18555  #undef $ac_func
18556  
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.  */
18561  #ifdef __cplusplus
18562  extern "C"
18563 -{
18564  #endif
18565 -/* We use char because int might match the return type of a gcc2
18566 -   builtin and then its argument prototype would still apply.  */
18567  char $ac_func ();
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
18573  choke me
18574 -#else
18575 -char (*f) () = $ac_func;
18576 -#endif
18577 -#ifdef __cplusplus
18578 -}
18579  #endif
18580  
18581  int
18582  main ()
18583  {
18584 -return f != $ac_func;
18585 +return $ac_func ();
18586    ;
18587    return 0;
18588  }
18589  _ACEOF
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;;
18597 +esac
18598 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18599 +  (eval "$ac_link") 2>conftest.er1
18600    ac_status=$?
18601    grep -v '^ *+' conftest.er1 >conftest.err
18602    rm -f conftest.er1
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;;
18614 +esac
18615 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18616 +  (eval "$ac_try") 2>&5
18617    ac_status=$?
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;;
18626 +esac
18627 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18628 +  (eval "$ac_try") 2>&5
18629    ac_status=$?
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
18635  
18636 -eval "$as_ac_var=no"
18637 +       eval "$as_ac_var=no"
18638  fi
18639 -rm -f conftest.err conftest.$ac_objext \
18640 +
18641 +rm -f core conftest.err conftest.$ac_objext \
18642        conftest$ac_exeext conftest.$ac_ext
18643  fi
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 @@
18653  
18654  
18655  
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"
18660 -
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
18665      done
18666  
18667 -fi;
18668 +fi
18669 +
18670  
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
18677  else
18678 @@ -16623,24 +19112,36 @@
18679  }
18680  _ACEOF
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;;
18688 +esac
18689 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 +  (eval "$ac_link") 2>conftest.er1
18691    ac_status=$?
18692    grep -v '^ *+' conftest.er1 >conftest.err
18693    rm -f conftest.er1
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;;
18705 +esac
18706 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18707 +  (eval "$ac_try") 2>&5
18708    ac_status=$?
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;;
18717 +esac
18718 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18719 +  (eval "$ac_try") 2>&5
18720    ac_status=$?
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
18726  
18727 +
18728  fi
18729 -rm -f conftest.err conftest.$ac_objext \
18730 +
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 @@
18736  }
18737  _ACEOF
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;;
18745 +esac
18746 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18747 +  (eval "$ac_link") 2>conftest.er1
18748    ac_status=$?
18749    grep -v '^ *+' conftest.er1 >conftest.err
18750    rm -f conftest.er1
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;;
18762 +esac
18763 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18764 +  (eval "$ac_try") 2>&5
18765    ac_status=$?
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;;
18774 +esac
18775 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18776 +  (eval "$ac_try") 2>&5
18777    ac_status=$?
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
18783  
18784 +
18785  fi
18786 -rm -f conftest.err conftest.$ac_objext \
18787 +
18788 +rm -f core conftest.err conftest.$ac_objext \
18789        conftest$ac_exeext conftest.$ac_ext
18790        LIBS="$am_save_LIBS"
18791      fi
18792  
18793  fi
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
18799  
18800  cat >>confdefs.h <<\_ACEOF
18801  #define HAVE_ICONV 1
18802  _ACEOF
18803  
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
18810  else
18811 @@ -16750,24 +19267,36 @@
18812  }
18813  _ACEOF
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;;
18821 +esac
18822 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18823 +  (eval "$ac_compile") 2>conftest.er1
18824    ac_status=$?
18825    grep -v '^ *+' conftest.er1 >conftest.err
18826    rm -f conftest.er1
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;;
18838 +esac
18839 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18840 +  (eval "$ac_try") 2>&5
18841    ac_status=$?
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;;
18850 +esac
18851 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18852 +  (eval "$ac_try") 2>&5
18853    ac_status=$?
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
18859  
18860 -am_cv_proto_iconv_arg1="const"
18861 +       am_cv_proto_iconv_arg1="const"
18862  fi
18863 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18864 +
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);"
18867  fi
18868  
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; }
18876  
18877  cat >>confdefs.h <<_ACEOF
18878  #define ICONV_CONST $am_cv_proto_iconv_arg1
18879 @@ -16800,8 +19330,8 @@
18880  
18881  
18882  
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
18889  else
18890 @@ -16821,24 +19351,36 @@
18891  }
18892  _ACEOF
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;;
18900 +esac
18901 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18902 +  (eval "$ac_link") 2>conftest.er1
18903    ac_status=$?
18904    grep -v '^ *+' conftest.er1 >conftest.err
18905    rm -f conftest.er1
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;;
18917 +esac
18918 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18919 +  (eval "$ac_try") 2>&5
18920    ac_status=$?
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;;
18929 +esac
18930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 +  (eval "$ac_try") 2>&5
18932    ac_status=$?
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
18938  
18939 -am_cv_langinfo_codeset=no
18940 +       am_cv_langinfo_codeset=no
18941  fi
18942 -rm -f conftest.err conftest.$ac_objext \
18943 +
18944 +rm -f core conftest.err conftest.$ac_objext \
18945        conftest$ac_exeext conftest.$ac_ext
18946  
18947  fi
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
18953  
18954  cat >>confdefs.h <<\_ACEOF
18955 @@ -16864,8 +19407,8 @@
18956    fi
18957  
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
18965  else
18966 @@ -16885,24 +19428,36 @@
18967  }
18968  _ACEOF
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;;
18976 +esac
18977 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18978 +  (eval "$ac_link") 2>conftest.er1
18979    ac_status=$?
18980    grep -v '^ *+' conftest.er1 >conftest.err
18981    rm -f conftest.er1
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;;
18993 +esac
18994 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18995 +  (eval "$ac_try") 2>&5
18996    ac_status=$?
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;;
19005 +esac
19006 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19007 +  (eval "$ac_try") 2>&5
19008    ac_status=$?
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
19014  
19015 -am_cv_val_LC_MESSAGES=no
19016 +       am_cv_val_LC_MESSAGES=no
19017  fi
19018 -rm -f conftest.err conftest.$ac_objext \
19019 +
19020 +rm -f core conftest.err conftest.$ac_objext \
19021        conftest$ac_exeext conftest.$ac_ext
19022  fi
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
19028  
19029  cat >>confdefs.h <<\_ACEOF
19030 @@ -16926,17 +19482,17 @@
19031  
19032      fi
19033    fi
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
19044  else
19045    USE_NLS=yes
19046 -fi;
19047 -    echo "$as_me:$LINENO: result: $USE_NLS" >&5
19048 -echo "${ECHO_T}$USE_NLS" >&6
19049 +fi
19050 +
19051 +    { echo "$as_me:$LINENO: result: $USE_NLS" >&5
19052 +echo "${ECHO_T}$USE_NLS" >&6; }
19053  
19054  
19055      BUILD_INCLUDED_LIBINTL=no
19056 @@ -16949,18 +19505,18 @@
19057  #define ENABLE_NLS 1
19058  _ACEOF
19059  
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; }
19064  
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
19071  else
19072    nls_cv_force_use_gnu_gettext=no
19073 -fi;
19074 -      echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
19075 -echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
19076 +fi
19077 +
19078 +      { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
19079 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; }
19080  
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 @@
19084  
19085  
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
19093  fi
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; }
19098  else
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
19105  /* confdefs.h.  */
19106  _ACEOF
19107 @@ -16991,24 +19547,36 @@
19108  #include <libintl.h>
19109  _ACEOF
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;;
19117 +esac
19118 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19119 +  (eval "$ac_compile") 2>conftest.er1
19120    ac_status=$?
19121    grep -v '^ *+' conftest.er1 >conftest.err
19122    rm -f conftest.er1
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;;
19134 +esac
19135 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19136 +  (eval "$ac_try") 2>&5
19137    ac_status=$?
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;;
19146 +esac
19147 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19148 +  (eval "$ac_try") 2>&5
19149    ac_status=$?
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
19155  
19156 -ac_header_compiler=no
19157 +       ac_header_compiler=no
19158  fi
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
19162 +
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; }
19166  
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
19173  /* confdefs.h.  */
19174  _ACEOF
19175 @@ -17034,8 +19603,13 @@
19176  /* end confdefs.h.  */
19177  #include <libintl.h>
19178  _ACEOF
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;;
19185 +esac
19186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19187 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19188    ac_status=$?
19189    grep -v '^ *+' conftest.er1 >conftest.err
19190    rm -f conftest.er1
19191 @@ -17059,9 +19633,10 @@
19192  
19193    ac_header_preproc=no
19194  fi
19195 +
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; }
19201  
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;}
19208 -    (
19209 -      cat <<\_ASBOX
19210 -## ------------------------------------------ ##
19211 -## Report this to the AC_PACKAGE_NAME lists.  ##
19212 -## ------------------------------------------ ##
19213 -_ASBOX
19214 -    ) |
19215 -      sed "s/^/$as_me: WARNING:     /" >&2
19216 +
19217      ;;
19218  esac
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
19225  else
19226    ac_cv_header_libintl_h=$ac_header_preproc
19227  fi
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; }
19232  
19233  fi
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
19241  else
19242 @@ -17130,24 +19698,36 @@
19243  }
19244  _ACEOF
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;;
19252 +esac
19253 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19254 +  (eval "$ac_link") 2>conftest.er1
19255    ac_status=$?
19256    grep -v '^ *+' conftest.er1 >conftest.err
19257    rm -f conftest.er1
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;;
19269 +esac
19270 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19271 +  (eval "$ac_try") 2>&5
19272    ac_status=$?
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;;
19281 +esac
19282 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19283 +  (eval "$ac_try") 2>&5
19284    ac_status=$?
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
19290  
19291 -gt_cv_func_gnugettext1_libc=no
19292 +       gt_cv_func_gnugettext1_libc=no
19293  fi
19294 -rm -f conftest.err conftest.$ac_objext \
19295 +
19296 +rm -f core conftest.err conftest.$ac_objext \
19297        conftest$ac_exeext conftest.$ac_ext
19298  fi
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; }
19303  
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
19311  else
19312 @@ -17190,24 +19771,36 @@
19313  }
19314  _ACEOF
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;;
19322 +esac
19323 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19324 +  (eval "$ac_link") 2>conftest.er1
19325    ac_status=$?
19326    grep -v '^ *+' conftest.er1 >conftest.err
19327    rm -f conftest.er1
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;;
19339 +esac
19340 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19341 +  (eval "$ac_try") 2>&5
19342    ac_status=$?
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;;
19351 +esac
19352 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19353 +  (eval "$ac_try") 2>&5
19354    ac_status=$?
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
19360  
19361 -gt_cv_func_gnugettext1_libintl=no
19362 +       gt_cv_func_gnugettext1_libintl=no
19363  fi
19364 -rm -f conftest.err conftest.$ac_objext \
19365 +
19366 +rm -f core conftest.err conftest.$ac_objext \
19367        conftest$ac_exeext conftest.$ac_ext
19368                 LIBS="$gt_save_LIBS"
19369  fi
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; }
19374            fi
19375  
19376                                            if test "$gt_cv_func_gnugettext1_libc" = "yes" \
19377 @@ -17245,9 +19839,9 @@
19378  for ac_func in dcgettext
19379  do
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
19388  else
19389    cat >conftest.$ac_ext <<_ACEOF
19390 @@ -17273,53 +19867,59 @@
19391  
19392  #undef $ac_func
19393  
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.  */
19398  #ifdef __cplusplus
19399  extern "C"
19400 -{
19401  #endif
19402 -/* We use char because int might match the return type of a gcc2
19403 -   builtin and then its argument prototype would still apply.  */
19404  char $ac_func ();
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
19410  choke me
19411 -#else
19412 -char (*f) () = $ac_func;
19413 -#endif
19414 -#ifdef __cplusplus
19415 -}
19416  #endif
19417  
19418  int
19419  main ()
19420  {
19421 -return f != $ac_func;
19422 +return $ac_func ();
19423    ;
19424    return 0;
19425  }
19426  _ACEOF
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;;
19434 +esac
19435 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19436 +  (eval "$ac_link") 2>conftest.er1
19437    ac_status=$?
19438    grep -v '^ *+' conftest.er1 >conftest.err
19439    rm -f conftest.er1
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;;
19451 +esac
19452 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453 +  (eval "$ac_try") 2>&5
19454    ac_status=$?
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;;
19463 +esac
19464 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19465 +  (eval "$ac_try") 2>&5
19466    ac_status=$?
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
19472  
19473 -eval "$as_ac_var=no"
19474 +       eval "$as_ac_var=no"
19475  fi
19476 -rm -f conftest.err conftest.$ac_objext \
19477 +
19478 +rm -f core conftest.err conftest.$ac_objext \
19479        conftest$ac_exeext conftest.$ac_ext
19480  fi
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 @@
19490  
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
19499  else
19500 @@ -17374,17 +19976,17 @@
19501  fi
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; }
19508  else
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; }
19513  fi
19514  
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
19523  else
19524 @@ -17399,33 +20001,34 @@
19525    IFS=$as_save_IFS
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
19532      break 2
19533    fi
19534  done
19535  done
19536 +IFS=$as_save_IFS
19537  
19538    test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19539    ;;
19540  esac
19541  fi
19542  GMSGFMT=$ac_cv_path_GMSGFMT
19543 -
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; }
19549  else
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; }
19554  fi
19555  
19556  
19557 +
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
19566  else
19567 @@ -17451,11 +20054,11 @@
19568  fi
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; }
19575  else
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; }
19580  fi
19581  
19582  
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
19593  else
19594 @@ -17502,17 +20105,17 @@
19595  fi
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; }
19602  else
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; }
19607  fi
19608  
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
19617  else
19618 @@ -17527,32 +20130,33 @@
19619    IFS=$as_save_IFS
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
19626      break 2
19627    fi
19628  done
19629  done
19630 +IFS=$as_save_IFS
19631  
19632    test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19633    ;;
19634  esac
19635  fi
19636  GMSGFMT=$ac_cv_path_GMSGFMT
19637 -
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; }
19643  else
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; }
19648  fi
19649  
19650 +
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
19659  else
19660 @@ -17578,11 +20182,11 @@
19661  fi
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; }
19668  else
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; }
19673  fi
19674  
19675  
19676 @@ -17597,8 +20201,8 @@
19677                         if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
19678           : ;
19679         else
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; }
19684           GMSGFMT=":"
19685         fi
19686        fi
19687 @@ -17607,15 +20211,15 @@
19688                         if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
19689           : ;
19690         else
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; }
19695           XGETTEXT=":"
19696         fi
19697        fi
19698  
19699              POSUB=po
19700      fi
19701 -              ac_config_commands="$ac_config_commands default-1"
19702 +    ac_config_commands="$ac_config_commands default-1"
19703  
19704  
19705  
19706 @@ -17627,8 +20231,8 @@
19707  do
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
19716  else
19717 @@ -17641,33 +20245,35 @@
19718    IFS=$as_save_IFS
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
19725      break 2
19726    fi
19727  done
19728  done
19729 +IFS=$as_save_IFS
19730  
19731  fi
19732  fi
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; }
19739  else
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; }
19744  fi
19745  
19746 +
19747    test -n "$INTLBISON" && break
19748  done
19749  
19750      if test -z "$INTLBISON"; then
19751        ac_verc_fail=yes
19752      else
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;;
19763        esac
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; }
19768      fi
19769      if test $ac_verc_fail = yes; then
19770        INTLBISON=:
19771 @@ -17714,8 +20320,8 @@
19772       if test "x$ALL_LINGUAS" = "x"; then
19773         LINGUAS=
19774       else
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; }
19779         NEW_LINGUAS=
19780         for presentlang in $ALL_LINGUAS; do
19781           useit=no
19782 @@ -17734,8 +20340,8 @@
19783           fi
19784         done
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; }
19790       fi
19791  
19792            if test -n "$LINGUAS"; then
19793 @@ -17766,18 +20372,19 @@
19794  for ac_header in iconv.h
19795  do
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
19806  fi
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; }
19812  else
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
19819  /* confdefs.h.  */
19820  _ACEOF
19821 @@ -17788,24 +20395,36 @@
19822  #include <$ac_header>
19823  _ACEOF
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;;
19831 +esac
19832 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19833 +  (eval "$ac_compile") 2>conftest.er1
19834    ac_status=$?
19835    grep -v '^ *+' conftest.er1 >conftest.err
19836    rm -f conftest.er1
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;;
19848 +esac
19849 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 +  (eval "$ac_try") 2>&5
19851    ac_status=$?
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;;
19860 +esac
19861 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19862 +  (eval "$ac_try") 2>&5
19863    ac_status=$?
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
19869  
19870 -ac_header_compiler=no
19871 +       ac_header_compiler=no
19872  fi
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
19876 +
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; }
19880  
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
19887  /* confdefs.h.  */
19888  _ACEOF
19889 @@ -17831,8 +20451,13 @@
19890  /* end confdefs.h.  */
19891  #include <$ac_header>
19892  _ACEOF
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;;
19899 +esac
19900 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19902    ac_status=$?
19903    grep -v '^ *+' conftest.er1 >conftest.err
19904    rm -f conftest.er1
19905 @@ -17856,9 +20481,10 @@
19906  
19907    ac_header_preproc=no
19908  fi
19909 +
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; }
19915  
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;}
19922 -    (
19923 -      cat <<\_ASBOX
19924 -## ------------------------------------------ ##
19925 -## Report this to the AC_PACKAGE_NAME lists.  ##
19926 -## ------------------------------------------ ##
19927 -_ASBOX
19928 -    ) |
19929 -      sed "s/^/$as_me: WARNING:     /" >&2
19930 +
19931      ;;
19932  esac
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
19940  else
19941    eval "$as_ac_Header=\$ac_header_preproc"
19942  fi
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; }
19948  
19949  fi
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
19953  _ACEOF
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
19959  /* confdefs.h.  */
19960  _ACEOF
19961 @@ -17920,16 +20540,16 @@
19962  _ACEOF
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; }
19969  
19970  cat >>confdefs.h <<\_ACEOF
19971  #define HAVE_ICONV_T_DEF 1
19972  _ACEOF
19973  
19974  else
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; }
19979  fi
19980  rm -f conftest*
19981  
19982 @@ -17938,8 +20558,8 @@
19983  done
19984  
19985  
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
19992  else
19993 @@ -17971,13 +20591,22 @@
19994  
19995  _ACEOF
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;;
20003 +esac
20004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20005 +  (eval "$ac_link") 2>&5
20006    ac_status=$?
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;;
20014 +esac
20015 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20016 +  (eval "$ac_try") 2>&5
20017    ac_status=$?
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
20023  fi
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
20026  fi
20027 +
20028 +
20029          LIBS="$mutt_save_LIBS"
20030  fi
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; }; }
20039  fi
20040  
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
20047  else
20048 @@ -18036,13 +20667,22 @@
20049  
20050  _ACEOF
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;;
20058 +esac
20059 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20060 +  (eval "$ac_link") 2>&5
20061    ac_status=$?
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;;
20069 +esac
20070 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20071 +  (eval "$ac_try") 2>&5
20072    ac_status=$?
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
20078  fi
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
20081  fi
20082 +
20083 +
20084          LIBS="$mutt_save_LIBS"
20085  fi
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
20095  do
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
20104  else
20105    cat >conftest.$ac_ext <<_ACEOF
20106 @@ -18114,53 +20756,59 @@
20107  
20108  #undef $ac_func
20109  
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.  */
20114  #ifdef __cplusplus
20115  extern "C"
20116 -{
20117  #endif
20118 -/* We use char because int might match the return type of a gcc2
20119 -   builtin and then its argument prototype would still apply.  */
20120  char $ac_func ();
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
20126  choke me
20127 -#else
20128 -char (*f) () = $ac_func;
20129 -#endif
20130 -#ifdef __cplusplus
20131 -}
20132  #endif
20133  
20134  int
20135  main ()
20136  {
20137 -return f != $ac_func;
20138 +return $ac_func ();
20139    ;
20140    return 0;
20141  }
20142  _ACEOF
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;;
20150 +esac
20151 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20152 +  (eval "$ac_link") 2>conftest.er1
20153    ac_status=$?
20154    grep -v '^ *+' conftest.er1 >conftest.err
20155    rm -f conftest.er1
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;;
20167 +esac
20168 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20169 +  (eval "$ac_try") 2>&5
20170    ac_status=$?
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;;
20179 +esac
20180 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20181 +  (eval "$ac_try") 2>&5
20182    ac_status=$?
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
20188  
20189 -eval "$as_ac_var=no"
20190 +       eval "$as_ac_var=no"
20191  fi
20192 -rm -f conftest.err conftest.$ac_objext \
20193 +
20194 +rm -f core conftest.err conftest.$ac_objext \
20195        conftest$ac_exeext conftest.$ac_ext
20196  fi
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
20207  do
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
20218  fi
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; }
20224  else
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
20231  /* confdefs.h.  */
20232  _ACEOF
20233 @@ -18215,24 +20866,36 @@
20234  #include <$ac_header>
20235  _ACEOF
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;;
20243 +esac
20244 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20245 +  (eval "$ac_compile") 2>conftest.er1
20246    ac_status=$?
20247    grep -v '^ *+' conftest.er1 >conftest.err
20248    rm -f conftest.er1
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;;
20260 +esac
20261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20262 +  (eval "$ac_try") 2>&5
20263    ac_status=$?
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;;
20272 +esac
20273 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20274 +  (eval "$ac_try") 2>&5
20275    ac_status=$?
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
20281  
20282 -ac_header_compiler=no
20283 +       ac_header_compiler=no
20284  fi
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
20288 +
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; }
20292  
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
20299  /* confdefs.h.  */
20300  _ACEOF
20301 @@ -18258,8 +20922,13 @@
20302  /* end confdefs.h.  */
20303  #include <$ac_header>
20304  _ACEOF
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;;
20311 +esac
20312 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20313 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20314    ac_status=$?
20315    grep -v '^ *+' conftest.er1 >conftest.err
20316    rm -f conftest.er1
20317 @@ -18283,9 +20952,10 @@
20318  
20319    ac_header_preproc=no
20320  fi
20321 +
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; }
20327  
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;}
20334 -    (
20335 -      cat <<\_ASBOX
20336 -## ------------------------------------------ ##
20337 -## Report this to the AC_PACKAGE_NAME lists.  ##
20338 -## ------------------------------------------ ##
20339 -_ASBOX
20340 -    ) |
20341 -      sed "s/^/$as_me: WARNING:     /" >&2
20342 +
20343      ;;
20344  esac
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
20352  else
20353    eval "$as_ac_Header=\$ac_header_preproc"
20354  fi
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; }
20360  
20361  fi
20362  if test `eval echo '${'$as_ac_Header'}'` = yes; then
20363 @@ -18340,8 +21004,8 @@
20364  done
20365  
20366  
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
20373  else
20374 @@ -18367,24 +21031,36 @@
20375  }
20376  _ACEOF
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;;
20384 +esac
20385 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20386 +  (eval "$ac_compile") 2>conftest.er1
20387    ac_status=$?
20388    grep -v '^ *+' conftest.er1 >conftest.err
20389    rm -f conftest.er1
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;;
20401 +esac
20402 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20403 +  (eval "$ac_try") 2>&5
20404    ac_status=$?
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;;
20413 +esac
20414 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20415 +  (eval "$ac_try") 2>&5
20416    ac_status=$?
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
20422  
20423 -mutt_cv_wchar_t=no
20424 +       mutt_cv_wchar_t=no
20425  fi
20426 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20427 +
20428 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20429  fi
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; }
20434  
20435  if test "$mutt_cv_wchar_t" = no; then
20436  
20437 @@ -18408,8 +21085,8 @@
20438  
20439  fi
20440  
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
20447  else
20448 @@ -18435,24 +21112,36 @@
20449  }
20450  _ACEOF
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;;
20458 +esac
20459 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20460 +  (eval "$ac_compile") 2>conftest.er1
20461    ac_status=$?
20462    grep -v '^ *+' conftest.er1 >conftest.err
20463    rm -f conftest.er1
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;;
20475 +esac
20476 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20477 +  (eval "$ac_try") 2>&5
20478    ac_status=$?
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;;
20487 +esac
20488 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20489 +  (eval "$ac_try") 2>&5
20490    ac_status=$?
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
20496  
20497 -mutt_cv_wint_t=no
20498 +       mutt_cv_wint_t=no
20499  fi
20500 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20501 +
20502 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20503  fi
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; }
20508  
20509  if test "$mutt_cv_wint_t" = no; then
20510  
20511 @@ -18480,18 +21170,19 @@
20512  for ac_header in wctype.h
20513  do
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
20524  fi
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; }
20530  else
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
20537  /* confdefs.h.  */
20538  _ACEOF
20539 @@ -18502,24 +21193,36 @@
20540  #include <$ac_header>
20541  _ACEOF
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;;
20549 +esac
20550 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20551 +  (eval "$ac_compile") 2>conftest.er1
20552    ac_status=$?
20553    grep -v '^ *+' conftest.er1 >conftest.err
20554    rm -f conftest.er1
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;;
20566 +esac
20567 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20568 +  (eval "$ac_try") 2>&5
20569    ac_status=$?
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;;
20578 +esac
20579 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580 +  (eval "$ac_try") 2>&5
20581    ac_status=$?
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
20587  
20588 -ac_header_compiler=no
20589 +       ac_header_compiler=no
20590  fi
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
20594 +
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; }
20598  
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
20605  /* confdefs.h.  */
20606  _ACEOF
20607 @@ -18545,8 +21249,13 @@
20608  /* end confdefs.h.  */
20609  #include <$ac_header>
20610  _ACEOF
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;;
20617 +esac
20618 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20619 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20620    ac_status=$?
20621    grep -v '^ *+' conftest.er1 >conftest.err
20622    rm -f conftest.er1
20623 @@ -18570,9 +21279,10 @@
20624  
20625    ac_header_preproc=no
20626  fi
20627 +
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; }
20633  
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;}
20640 -    (
20641 -      cat <<\_ASBOX
20642 -## ------------------------------------------ ##
20643 -## Report this to the AC_PACKAGE_NAME lists.  ##
20644 -## ------------------------------------------ ##
20645 -_ASBOX
20646 -    ) |
20647 -      sed "s/^/$as_me: WARNING:     /" >&2
20648 +
20649      ;;
20650  esac
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
20658  else
20659    eval "$as_ac_Header=\$ac_header_preproc"
20660  fi
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; }
20666  
20667  fi
20668  if test `eval echo '${'$as_ac_Header'}'` = yes; then
20669 @@ -18633,9 +21337,9 @@
20670  for ac_func in iswalnum iswalpha  iswcntrl iswdigit
20671  do
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
20680  else
20681    cat >conftest.$ac_ext <<_ACEOF
20682 @@ -18661,53 +21365,59 @@
20683  
20684  #undef $ac_func
20685  
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.  */
20690  #ifdef __cplusplus
20691  extern "C"
20692 -{
20693  #endif
20694 -/* We use char because int might match the return type of a gcc2
20695 -   builtin and then its argument prototype would still apply.  */
20696  char $ac_func ();
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
20702  choke me
20703 -#else
20704 -char (*f) () = $ac_func;
20705 -#endif
20706 -#ifdef __cplusplus
20707 -}
20708  #endif
20709  
20710  int
20711  main ()
20712  {
20713 -return f != $ac_func;
20714 +return $ac_func ();
20715    ;
20716    return 0;
20717  }
20718  _ACEOF
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;;
20726 +esac
20727 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20728 +  (eval "$ac_link") 2>conftest.er1
20729    ac_status=$?
20730    grep -v '^ *+' conftest.er1 >conftest.err
20731    rm -f conftest.er1
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;;
20743 +esac
20744 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20745 +  (eval "$ac_try") 2>&5
20746    ac_status=$?
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;;
20755 +esac
20756 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20757 +  (eval "$ac_try") 2>&5
20758    ac_status=$?
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
20764  
20765 -eval "$as_ac_var=no"
20766 +       eval "$as_ac_var=no"
20767  fi
20768 -rm -f conftest.err conftest.$ac_objext \
20769 +
20770 +rm -f core conftest.err conftest.$ac_objext \
20771        conftest$ac_exeext conftest.$ac_ext
20772  fi
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
20783  do
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
20792  else
20793    cat >conftest.$ac_ext <<_ACEOF
20794 @@ -18768,53 +21480,59 @@
20795  
20796  #undef $ac_func
20797  
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.  */
20802  #ifdef __cplusplus
20803  extern "C"
20804 -{
20805  #endif
20806 -/* We use char because int might match the return type of a gcc2
20807 -   builtin and then its argument prototype would still apply.  */
20808  char $ac_func ();
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
20814  choke me
20815 -#else
20816 -char (*f) () = $ac_func;
20817 -#endif
20818 -#ifdef __cplusplus
20819 -}
20820  #endif
20821  
20822  int
20823  main ()
20824  {
20825 -return f != $ac_func;
20826 +return $ac_func ();
20827    ;
20828    return 0;
20829  }
20830  _ACEOF
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;;
20838 +esac
20839 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20840 +  (eval "$ac_link") 2>conftest.er1
20841    ac_status=$?
20842    grep -v '^ *+' conftest.er1 >conftest.err
20843    rm -f conftest.er1
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;;
20855 +esac
20856 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20857 +  (eval "$ac_try") 2>&5
20858    ac_status=$?
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;;
20867 +esac
20868 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20869 +  (eval "$ac_try") 2>&5
20870    ac_status=$?
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
20876  
20877 -eval "$as_ac_var=no"
20878 +       eval "$as_ac_var=no"
20879  fi
20880 -rm -f conftest.err conftest.$ac_objext \
20881 +
20882 +rm -f core conftest.err conftest.$ac_objext \
20883        conftest$ac_exeext conftest.$ac_ext
20884  fi
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
20895  do
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
20904  else
20905    cat >conftest.$ac_ext <<_ACEOF
20906 @@ -18872,53 +21592,59 @@
20907  
20908  #undef $ac_func
20909  
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.  */
20914  #ifdef __cplusplus
20915  extern "C"
20916 -{
20917  #endif
20918 -/* We use char because int might match the return type of a gcc2
20919 -   builtin and then its argument prototype would still apply.  */
20920  char $ac_func ();
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
20926  choke me
20927 -#else
20928 -char (*f) () = $ac_func;
20929 -#endif
20930 -#ifdef __cplusplus
20931 -}
20932  #endif
20933  
20934  int
20935  main ()
20936  {
20937 -return f != $ac_func;
20938 +return $ac_func ();
20939    ;
20940    return 0;
20941  }
20942  _ACEOF
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;;
20950 +esac
20951 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20952 +  (eval "$ac_link") 2>conftest.er1
20953    ac_status=$?
20954    grep -v '^ *+' conftest.er1 >conftest.err
20955    rm -f conftest.er1
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;;
20967 +esac
20968 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 +  (eval "$ac_try") 2>&5
20970    ac_status=$?
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;;
20979 +esac
20980 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20981 +  (eval "$ac_try") 2>&5
20982    ac_status=$?
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
20988  
20989 -eval "$as_ac_var=no"
20990 +       eval "$as_ac_var=no"
20991  fi
20992 -rm -f conftest.err conftest.$ac_objext \
20993 +
20994 +rm -f core conftest.err conftest.$ac_objext \
20995        conftest$ac_exeext conftest.$ac_ext
20996  fi
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 @@
21006  done
21007  
21008  
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
21015  else
21016 @@ -18970,24 +21698,36 @@
21017  }
21018  _ACEOF
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;;
21026 +esac
21027 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21028 +  (eval "$ac_compile") 2>conftest.er1
21029    ac_status=$?
21030    grep -v '^ *+' conftest.er1 >conftest.err
21031    rm -f conftest.er1
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;;
21043 +esac
21044 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21045 +  (eval "$ac_try") 2>&5
21046    ac_status=$?
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;;
21055 +esac
21056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21057 +  (eval "$ac_try") 2>&5
21058    ac_status=$?
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
21064  
21065 -mutt_cv_mbstate_t=no
21066 +       mutt_cv_mbstate_t=no
21067  fi
21068 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21069 +
21070 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21071  fi
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; }
21076  
21077  if test "$mutt_cv_mbstate_t" = no; then
21078  
21079 @@ -19013,15 +21754,15 @@
21080  
21081  wc_funcs=maybe
21082  
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
21088 -fi;
21089 +  withval=$with_wc_funcs; wc_funcs=$withval
21090 +fi
21091 +
21092  
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
21100  else
21101 @@ -19052,24 +21793,36 @@
21102  }
21103  _ACEOF
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;;
21111 +esac
21112 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21113 +  (eval "$ac_link") 2>conftest.er1
21114    ac_status=$?
21115    grep -v '^ *+' conftest.er1 >conftest.err
21116    rm -f conftest.er1
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;;
21128 +esac
21129 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21130 +  (eval "$ac_try") 2>&5
21131    ac_status=$?
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;;
21140 +esac
21141 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21142 +  (eval "$ac_try") 2>&5
21143    ac_status=$?
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
21149  
21150 +
21151  fi
21152 -rm -f conftest.err conftest.$ac_objext \
21153 +
21154 +rm -f core conftest.err conftest.$ac_objext \
21155        conftest$ac_exeext conftest.$ac_ext
21156  fi
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
21162  fi
21163  
21164 @@ -19095,8 +21850,8 @@
21165  
21166  fi
21167  
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
21174  else
21175 @@ -19116,24 +21871,36 @@
21176  }
21177  _ACEOF
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;;
21185 +esac
21186 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21187 +  (eval "$ac_link") 2>conftest.er1
21188    ac_status=$?
21189    grep -v '^ *+' conftest.er1 >conftest.err
21190    rm -f conftest.er1
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;;
21202 +esac
21203 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21204 +  (eval "$ac_try") 2>&5
21205    ac_status=$?
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;;
21214 +esac
21215 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 +  (eval "$ac_try") 2>&5
21217    ac_status=$?
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
21223  
21224 -mutt_cv_langinfo_codeset=no
21225 +       mutt_cv_langinfo_codeset=no
21226  fi
21227 -rm -f conftest.err conftest.$ac_objext \
21228 +
21229 +rm -f core conftest.err conftest.$ac_objext \
21230        conftest$ac_exeext conftest.$ac_ext
21231  fi
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
21237  
21238  cat >>confdefs.h <<\_ACEOF
21239 @@ -19157,8 +21925,8 @@
21240  
21241  fi
21242  
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
21249  else
21250 @@ -19178,24 +21946,36 @@
21251  }
21252  _ACEOF
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;;
21260 +esac
21261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21262 +  (eval "$ac_link") 2>conftest.er1
21263    ac_status=$?
21264    grep -v '^ *+' conftest.er1 >conftest.err
21265    rm -f conftest.er1
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;;
21277 +esac
21278 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21279 +  (eval "$ac_try") 2>&5
21280    ac_status=$?
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;;
21289 +esac
21290 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21291 +  (eval "$ac_try") 2>&5
21292    ac_status=$?
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
21298  
21299 -mutt_cv_langinfo_yesexpr=no
21300 +       mutt_cv_langinfo_yesexpr=no
21301  fi
21302 -rm -f conftest.err conftest.$ac_objext \
21303 +
21304 +rm -f core conftest.err conftest.$ac_objext \
21305        conftest$ac_exeext conftest.$ac_ext
21306  fi
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
21312  
21313  cat >>confdefs.h <<\_ACEOF
21314 @@ -19222,8 +22003,8 @@
21315  have_openjade="no"
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
21324  else
21325 @@ -19238,32 +22019,33 @@
21326    IFS=$as_save_IFS
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
21333      break 2
21334    fi
21335  done
21336  done
21337 +IFS=$as_save_IFS
21338  
21339    test -z "$ac_cv_path_OSPCAT" && ac_cv_path_OSPCAT="none"
21340    ;;
21341  esac
21342  fi
21343  OSPCAT=$ac_cv_path_OSPCAT
21344 -
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; }
21350  else
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; }
21355  fi
21356  
21357 +
21358  if test "$OSPCAT" != "none"
21359  then
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 @@
21368    fi
21369    if test -f $DSLROOT/print/docbook.dsl
21370    then
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"
21376    else
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; }
21381    fi
21382  fi
21383  
21384  
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"
21387 +
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 @@
21392  
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.
21399 -{
21400 +(
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 #(
21404 +    *${as_nl}*)
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;} ;;
21408 +      esac
21409 +      case $ac_var in #(
21410 +      _ | IFS | as_nl) ;; #(
21411 +      *) $as_unset $ac_var ;;
21412 +      esac ;;
21413 +    esac
21414 +  done
21415 +
21416    (set) 2>&1 |
21417 -    case `(ac_space=' '; set | grep ac_space) 2>&1` in
21418 -    *ac_space=\ *)
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 \).
21423        sed -n \
21424         "s/'/'\\\\''/g;
21425           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21426 -      ;;
21427 +      ;; #(
21428      *)
21429        # `set' quotes correctly as required by POSIX, so do not add quotes.
21430 -      sed -n \
21431 -       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21432 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21433        ;;
21434 -    esac;
21435 -} |
21436 +    esac |
21437 +    sort
21438 +) |
21439    sed '
21440 +     /^ac_cv_env_/b end
21441       t clear
21442 -     : clear
21443 +     :clear
21444       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21445       t end
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
21459    else
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;}
21463    fi
21464  fi
21465  rm -f confcache
21466 @@ -19343,32 +22145,18 @@
21467  # Let make expand exec_prefix.
21468  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21469  
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/;
21480 -s/:*$//;
21481 -s/^[^=]*=[      ]*$//;
21482 -}'
21483 -fi
21484 -
21485  DEFS=-DHAVE_CONFIG_H
21486  
21487  ac_libobjs=
21488  ac_ltlibobjs=
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$//'`
21493 -  # 2. Add them.
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'
21502  done
21503  LIBOBJS=$ac_libobjs
21504  
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
21510 -  set -o posix
21511 +  setopt NO_GLOB_SUBST
21512 +else
21513 +  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
21514  fi
21515 +BIN_SH=xpg4; export BIN_SH # for Tru64
21516  DUALCASE=1; export DUALCASE # for MKS sh
21517  
21518 +
21519 +# PATH needs CR
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
21526 +
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=';'
21534 +  else
21535 +    PATH_SEPARATOR=:
21536 +  fi
21537 +  rm -f conf$$.sh
21538 +fi
21539 +
21540  # Support unset when possible.
21541  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21542    as_unset=unset
21543 @@ -19461,8 +22273,43 @@
21544  fi
21545  
21546  
21547 +# IFS
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.)
21552 +as_nl='
21553 +'
21554 +IFS=" ""       $as_nl"
21555 +
21556 +# Find who we are.  Look in the path if we contain no directory separator.
21557 +case $0 in
21558 +  *[\\/]* ) as_myself=$0 ;;
21559 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21560 +for as_dir in $PATH
21561 +do
21562 +  IFS=$as_save_IFS
21563 +  test -z "$as_dir" && as_dir=.
21564 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21565 +done
21566 +IFS=$as_save_IFS
21567 +
21568 +     ;;
21569 +esac
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
21573 +  as_myself=$0
21574 +fi
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; }
21578 +fi
21579 +
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
21584 +done
21585  PS1='$ '
21586  PS2='> '
21587  PS4='+ '
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
21591    else
21592 -    $as_unset $as_var
21593 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21594    fi
21595  done
21596  
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
21601    as_expr=expr
21602  else
21603    as_expr=false
21604  fi
21605  
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
21609  else
21610    as_basename=false
21611 @@ -19495,159 +22343,120 @@
21612  
21613  
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 ||
21622  echo X/"$0" |
21623 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
21624 -         /^X\/\(\/\/\)$/{ s//\1/; q; }
21625 -         /^X\/\(\/\).*/{ s//\1/; q; }
21626 -         s/.*/./; q'`
21627 -
21628 -
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 '/^.*\/\([^/][^/]*\)\/*$/{
21637 +           s//\1/
21638 +           q
21639 +         }
21640 +         /^X\/\(\/\/\)$/{
21641 +           s//\1/
21642 +           q
21643 +         }
21644 +         /^X\/\(\/\).*/{
21645 +           s//\1/
21646 +           q
21647 +         }
21648 +         s/.*/./; q'`
21649  
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=';'
21657 -  else
21658 -    PATH_SEPARATOR=:
21659 -  fi
21660 -  rm -f conf$$.sh
21661 -fi
21662 +# CDPATH.
21663 +$as_unset CDPATH
21664  
21665  
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.
21673 -  case $0 in
21674 -    *[\\/]* ) as_myself=$0 ;;
21675 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21676 -for as_dir in $PATH
21677 -do
21678 -  IFS=$as_save_IFS
21679 -  test -z "$as_dir" && as_dir=.
21680 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21681 -done
21682  
21683 -       ;;
21684 -  esac
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
21688 -    as_myself=$0
21689 -  fi
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; }; }
21694 -  fi
21695 -  case $CONFIG_SHELL in
21696 -  '')
21697 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21698 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
21699 -do
21700 -  IFS=$as_save_IFS
21701 -  test -z "$as_dir" && as_dir=.
21702 -  for as_base in sh bash ksh sh5; do
21703 -        case $as_dir in
21704 -        /*)
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+"$@"}
21716 -          fi;;
21717 -        esac
21718 -       done
21719 -done
21720 -;;
21721 -  esac
21722 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21723  
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.  :-)
21740 +  sed -n '
21741 +    p
21742 +    /[$]LINENO/=
21743 +  ' <$as_myself |
21744      sed '
21745 +      s/[$]LINENO.*/&-/
21746 +      t lineno
21747 +      b
21748 +      :lineno
21749        N
21750 -      s,$,-,
21751 -      : loop
21752 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
21753 +      :loop
21754 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21755        t loop
21756 -      s,-$,,
21757 -      s,^['$as_cr_digits']*\n,,
21758 +      s/-\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; }; }
21766  
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.
21774    exit
21775  }
21776  
21777  
21778 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
21779 -  *c*,-n*) ECHO_N= ECHO_C='
21780 -' ECHO_T='     ' ;;
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
21785 +else
21786 +  as_dirname=false
21787 +fi
21788 +
21789 +ECHO_C= ECHO_N= ECHO_T=
21790 +case `echo -n x` in
21791 +-n*)
21792 +  case `echo 'x\c'` in
21793 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
21794 +  *)   ECHO_C='\c';;
21795 +  esac;;
21796 +*)
21797 +  ECHO_N='-n';;
21798  esac
21799  
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
21803    as_expr=expr
21804  else
21805    as_expr=false
21806  fi
21807  
21808  rm -f conf$$ conf$$.exe conf$$.file
21809 +if test -d conf$$.dir; then
21810 +  rm -f conf$$.dir/conf$$.file
21811 +else
21812 +  rm -f conf$$.dir
21813 +  mkdir conf$$.dir
21814 +fi
21815  echo >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
21821 +  as_ln_s='ln -s'
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 ||
21827      as_ln_s='cp -p'
21828 -  else
21829 -    as_ln_s='ln -s'
21830 -  fi
21831  elif ln conf$$.file conf$$ 2>/dev/null; then
21832    as_ln_s=ln
21833  else
21834    as_ln_s='cp -p'
21835  fi
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
21839  
21840  if mkdir -p . 2>/dev/null; then
21841    as_mkdir_p=:
21842 @@ -19656,7 +22465,19 @@
21843    as_mkdir_p=false
21844  fi
21845  
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
21850 +#! /bin/sh
21851 +exit 0
21852 +_ASEOF
21853 +chmod +x conf$$.file
21854 +if test -x conf$$.file >/dev/null 2>&1; then
21855 +  as_executable_p="test -x"
21856 +else
21857 +  as_executable_p=:
21858 +fi
21859 +rm -f conf$$.file
21860  
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'"
21865  
21866  
21867 -# IFS
21868 -# We need space, tab and new line, in precisely that order.
21869 -as_nl='
21870 -'
21871 -IFS="  $as_nl"
21872 -
21873 -# CDPATH.
21874 -$as_unset CDPATH
21875 -
21876  exec 6>&1
21877  
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
21883 -{
21884 -  echo
21885 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21886 -## Running $as_me. ##
21887 -_ASBOX
21888 -} >&5
21889 -cat >&5 <<_CSEOF
21890 -
21891 +# values after options handling.
21892 +ac_log="
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
21896  
21897    CONFIG_FILES    = $CONFIG_FILES
21898    CONFIG_HEADERS  = $CONFIG_HEADERS
21899 @@ -19697,30 +22501,20 @@
21900    CONFIG_COMMANDS = $CONFIG_COMMANDS
21901    $ $0 $@
21902  
21903 -_CSEOF
21904 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
21905 -echo >&5
21906 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
21907 +"
21908 +
21909  _ACEOF
21910  
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
21915 -fi
21916 +config_files="$ac_config_files"
21917 +config_headers="$ac_config_headers"
21918 +config_commands="$ac_config_commands"
21919  
21920 -if test -n "$ac_config_headers"; then
21921 -  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
21922 -fi
21923 -
21924 -if test -n "$ac_config_links"; then
21925 -  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
21926 -fi
21927 -
21928 -if test -n "$ac_config_commands"; then
21929 -  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
21930 -fi
21931 +_ACEOF
21932  
21933  cat >>$CONFIG_STATUS <<\_ACEOF
21934 -
21935  ac_cs_usage="\
21936  \`$as_me' instantiates files from templates according to the
21937  current configuration.
21938 @@ -19747,19 +22541,21 @@
21939  $config_commands
21940  
21941  Report bugs to <bug-autoconf@gnu.org>."
21942 -_ACEOF
21943  
21944 +_ACEOF
21945  cat >>$CONFIG_STATUS <<_ACEOF
21946  ac_cs_version="\\
21947  config.status
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'`\\"
21952  
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."
21957 -srcdir=$srcdir
21958 -INSTALL="$INSTALL"
21959 +
21960 +ac_pwd='$ac_pwd'
21961 +srcdir='$srcdir'
21962 +INSTALL='$INSTALL'
21963  _ACEOF
21964  
21965  cat >>$CONFIG_STATUS <<\_ACEOF
21966 @@ -19770,39 +22566,24 @@
21967  do
21968    case $1 in
21969    --*=*)
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[^=]*=\(.*\)'`
21974      ac_shift=:
21975      ;;
21976 -  -*)
21977 +  *)
21978      ac_option=$1
21979      ac_optarg=$2
21980      ac_shift=shift
21981      ;;
21982 -  *) # This is not an option, so the user has probably given explicit
21983 -     # arguments.
21984 -     ac_option=$1
21985 -     ac_need_defaults=false;;
21986    esac
21987  
21988    case $ac_option in
21989    # Handling of the options.
21990 -_ACEOF
21991 -cat >>$CONFIG_STATUS <<\_ACEOF
21992    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21993      ac_cs_recheck=: ;;
21994 -  --version | --vers* | -V )
21995 -    echo "$ac_cs_version"; exit 0 ;;
21996 -  --he | --h)
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 )
22009      debug=: ;;
22010    --file | --fil | --fi | --f )
22011      $ac_shift
22012 @@ -19812,18 +22593,24 @@
22013      $ac_shift
22014      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22015      ac_need_defaults=false;;
22016 +  --he | --h)
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)
22025      ac_cs_silent=: ;;
22026  
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; }; } ;;
22035  
22036 -  *) ac_config_targets="$ac_config_targets $1" ;;
22037 +  *) ac_config_targets="$ac_config_targets $1"
22038 +     ac_need_defaults=false ;;
22039  
22040    esac
22041    shift
22042 @@ -19839,48 +22626,60 @@
22043  _ACEOF
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
22052  fi
22053  
22054  _ACEOF
22055 +cat >>$CONFIG_STATUS <<\_ACEOF
22056 +exec 5>>config.log
22057 +{
22058 +  echo
22059 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22060 +## Running $as_me. ##
22061 +_ASBOX
22062 +  echo "$ac_log"
22063 +} >&5
22064  
22065 +_ACEOF
22066  cat >>$CONFIG_STATUS <<_ACEOF
22067  #
22068 -# INIT-COMMANDS section.
22069 +# INIT-COMMANDS
22070  #
22071 -
22072  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
22073  
22074  
22075  _ACEOF
22076  
22077 -
22078 -
22079  cat >>$CONFIG_STATUS <<\_ACEOF
22080 +
22081 +# Handling of arguments.
22082  for ac_config_target in $ac_config_targets
22083  do
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" ;;
22113 +
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; }; };;
22117    esac
22118  done
22119  
22120 +
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 @@
22125  fi
22126  
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'.
22135  $debug ||
22136  {
22137 -  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22138 +  tmp=
22139 +  trap 'exit_status=$?
22140 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22141 +' 0
22142    trap '{ (exit 1); exit 1; }' 1 2 13 15
22143  }
22144 -
22145  # Create a (secure) tmp directory for tmp files.
22146  
22147  {
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"
22151  }  ||
22152  {
22153 -  tmp=./confstat$$-$RANDOM
22154 -  (umask 077 && mkdir $tmp)
22155 +  tmp=./conf$$-$RANDOM
22156 +  (umask 077 && mkdir "$tmp")
22157  } ||
22158  {
22159     echo "$me: cannot create a temporary directory in ." >&2
22160     { (exit 1); exit 1; }
22161  }
22162  
22163 -_ACEOF
22164 -
22165 -cat >>$CONFIG_STATUS <<_ACEOF
22166 -
22167  #
22168 -# CONFIG_FILES section.
22169 +# Set up the sed scripts for CONFIG_FILES section.
22170  #
22171  
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
22224 -s,@AWK@,$AWK,;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
22239 -s,@CC@,$CC,;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
22255 -s,@CPP@,$CPP,;t t
22256 -s,@EGREP@,$EGREP,;t t
22257 -s,@U@,$U,;t t
22258 -s,@ANSI2KNR@,$ANSI2KNR,;t t
22259 -s,@RANLIB@,$RANLIB,;t t
22260 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
22261 -s,@AR@,$AR,;t t
22262 -s,@ac_ct_AR@,$ac_ct_AR,;t t
22263 -s,@DBX@,$DBX,;t t
22264 -s,@GDB@,$GDB,;t t
22265 -s,@SDB@,$SDB,;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
22271 -s,@OPS@,$OPS,;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
22321 -CEOF
22322 -
22323 -_ACEOF
22324 -
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.
22332 -  ac_more_lines=:
22333 -  ac_sed_cmds=
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
22337 -    else
22338 -      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22339 -    fi
22340 -    if test ! -s $tmp/subs.frag; then
22341 -      ac_more_lines=false
22342 -    else
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.
22347 -      (echo ':t
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"
22351 -      else
22352 -       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22353 -      fi
22354 -      ac_sed_frag=`expr $ac_sed_frag + 1`
22355 -      ac_beg=$ac_end
22356 -      ac_end=`expr $ac_end + $ac_max_sed_lines`
22357 -    fi
22358 -  done
22359 -  if test -z "$ac_sed_cmds"; then
22360 -    ac_sed_cmds=cat
22361 +if test -n "$CONFIG_FILES"; then
22362 +
22363 +_ACEOF
22364 +
22365 +
22366 +
22367 +ac_delim='%!_!# '
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
22422 +AWK!$AWK$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
22437 +CC!$CC$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
22453 +CPP!$CPP$ac_delim
22454 +GREP!$GREP$ac_delim
22455 +EGREP!$EGREP$ac_delim
22456 +U!$U$ac_delim
22457 +ANSI2KNR!$ANSI2KNR$ac_delim
22458 +RANLIB!$RANLIB$ac_delim
22459 +AR!$AR$ac_delim
22460 +DBX!$DBX$ac_delim
22461 +GDB!$GDB$ac_delim
22462 +SDB!$SDB$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
22467 +_ACEOF
22468 +
22469 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
22470 +    break
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; }; }
22475 +  else
22476 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22477    fi
22478 -fi # test -n "$CONFIG_FILES"
22479 +done
22480 +
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`
22485 +fi
22486 +
22487 +cat >>$CONFIG_STATUS <<_ACEOF
22488 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22489 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22490 +_ACEOF
22491 +sed '
22492 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22493 +s/^/s,@/; s/!/@,|#_!!_#|/
22494 +:n
22495 +t n
22496 +s/'"$ac_delim"'$/,g/; t
22497 +s/$/\\/; p
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
22502 +CEOF$ac_eof
22503 +_ACEOF
22504 +
22505 +
22506 +ac_delim='%!_!# '
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
22510 +OPS!$OPS$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
22559 +_ACEOF
22560 +
22561 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then
22562 +    break
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; }; }
22567 +  else
22568 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22569 +  fi
22570 +done
22571 +
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`
22576 +fi
22577  
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
22581 +_ACEOF
22582 +sed '
22583 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22584 +s/^/s,@/; s/!/@,|#_!!_#|/
22585 +:n
22586 +t n
22587 +s/'"$ac_delim"'$/,g/; t
22588 +s/$/\\/; p
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
22593 +:end
22594 +s/|#_!!_#|//g
22595 +CEOF$ac_eof
22596  _ACEOF
22597 +
22598 +
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}:*/:/
22607 +s/:*@srcdir@:*/:/
22608 +s/^\([^=]*=[    ]*\):*/\1/
22609 +s/:*$//
22610 +s/^[^=]*=[      ]*$//
22611 +}'
22612 +fi
22613 +
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".
22617 -  case $ac_file in
22618 -  - | *:- | *:-:* ) # input from stdin
22619 -       cat >$tmp/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"
22626 +
22627 +
22628 +for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
22629 +do
22630 +  case $ac_tag in
22631 +  :[FHLC]) ac_mode=$ac_tag; continue;;
22632    esac
22633 +  case $ac_mode$ac_tag in
22634 +  :[FHL]*:*);;
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;;
22640 +  esac
22641 +  ac_save_IFS=$IFS
22642 +  IFS=:
22643 +  set x $ac_tag
22644 +  IFS=$ac_save_IFS
22645 +  shift
22646 +  ac_file=$1
22647 +  shift
22648  
22649 -  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22650 -  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22651 +  case $ac_mode in
22652 +  :L) ac_source=$1;;
22653 +  :[FH])
22654 +    ac_file_inputs=
22655 +    for ac_f
22656 +    do
22657 +      case $ac_f in
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" ||
22663 +          case $ac_f in
22664 +          [\\/$]*) false;;
22665 +          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22666 +          esac ||
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; }; };;
22670 +      esac
22671 +      ac_file_inputs="$ac_file_inputs $ac_f"
22672 +    done
22673 +
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;}
22683 +    fi
22684 +
22685 +    case $ac_tag in
22686 +    *:-:* | *:-) cat >"$tmp/stdin";;
22687 +    esac
22688 +    ;;
22689 +  esac
22690 +
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 ||
22698  echo X"$ac_file" |
22699 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22700 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22701 -         /^X\(\/\/\)$/{ s//\1/; q; }
22702 -         /^X\(\/\).*/{ s//\1/; q; }
22703 -         s/.*/./; q'`
22704 -  { if $as_mkdir_p; then
22705 -    mkdir -p "$ac_dir"
22706 -  else
22707 -    as_dir="$ac_dir"
22708 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22709 +           s//\1/
22710 +           q
22711 +         }
22712 +         /^X\(\/\/\)[^/].*/{
22713 +           s//\1/
22714 +           q
22715 +         }
22716 +         /^X\(\/\/\)$/{
22717 +           s//\1/
22718 +           q
22719 +         }
22720 +         /^X\(\/\).*/{
22721 +           s//\1/
22722 +           q
22723 +         }
22724 +         s/.*/./; q'`
22725 +  { as_dir="$ac_dir"
22726 +  case $as_dir in #(
22727 +  -*) as_dir=./$as_dir;;
22728 +  esac
22729 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22730      as_dirs=
22731 -    while test ! -d "$as_dir"; do
22732 -      as_dirs="$as_dir $as_dirs"
22733 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
22734 +    while :; do
22735 +      case $as_dir in #(
22736 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22737 +      *) as_qdir=$as_dir;;
22738 +      esac
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 ||
22747  echo X"$as_dir" |
22748 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22749 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22750 -         /^X\(\/\/\)$/{ s//\1/; q; }
22751 -         /^X\(\/\).*/{ s//\1/; q; }
22752 -         s/.*/./; q'`
22753 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22754 +           s//\1/
22755 +           q
22756 +         }
22757 +         /^X\(\/\/\)[^/].*/{
22758 +           s//\1/
22759 +           q
22760 +         }
22761 +         /^X\(\/\/\)$/{
22762 +           s//\1/
22763 +           q
22764 +         }
22765 +         /^X\(\/\).*/{
22766 +           s//\1/
22767 +           q
22768 +         }
22769 +         s/.*/./; q'`
22770 +      test -d "$as_dir" && break
22771      done
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; }; }; }
22779 -
22780    ac_builddir=.
22781  
22782 -if test "$ac_dir" != .; then
22783 +case "$ac_dir" in
22784 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22785 +*)
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'`
22789 -else
22790 -  ac_dir_suffix= ac_top_builddir=
22791 -fi
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/ ;;
22797 +  esac ;;
22798 +esac
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
22803  
22804  case $srcdir in
22805 -  .)  # No --srcdir option.  We are building in place.
22806 +  .)  # We are building in place.
22807      ac_srcdir=.
22808 -    if test -z "$ac_top_builddir"; then
22809 -       ac_top_srcdir=.
22810 -    else
22811 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
22812 -    fi ;;
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 ;;
22828  esac
22829 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22830  
22831 -# Do not use `cd foo && pwd` to compute absolute paths, because
22832 -# the directories may not exist.
22833 -case `pwd` in
22834 -.) ac_abs_builddir="$ac_dir";;
22835 -*)
22836 -  case "$ac_dir" in
22837 -  .) ac_abs_builddir=`pwd`;;
22838 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22839 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
22840 -  esac;;
22841 -esac
22842 -case $ac_abs_builddir in
22843 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
22844 -*)
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}.;;
22849 -  esac;;
22850 -esac
22851 -case $ac_abs_builddir in
22852 -.) ac_abs_srcdir=$ac_srcdir;;
22853 -*)
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;;
22858 -  esac;;
22859 -esac
22860 -case $ac_abs_builddir in
22861 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
22862 -*)
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;;
22867 -  esac;;
22868 -esac
22869  
22870 +  case $ac_mode in
22871 +  :F)
22872 +  #
22873 +  # CONFIG_FILE
22874 +  #
22875  
22876    case $INSTALL in
22877    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22878 -  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
22879 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22880    esac
22881 +_ACEOF
22882  
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;}
22886 -    rm -f "$ac_file"
22887 -  fi
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
22892 -    configure_input=
22893 -  else
22894 -    configure_input="$ac_file.  "
22895 -  fi
22896 -  configure_input=$configure_input"Generated from `echo $ac_file_in |
22897 -                                    sed 's,.*/,,'` by configure."
22898 -
22899 -  # First look for the input files in the build tree, otherwise in the
22900 -  # src tree.
22901 -  ac_file_inputs=`IFS=:
22902 -    for f in $ac_file_in; do
22903 -      case $f in
22904 -      -) echo $tmp/stdin ;;
22905 -      [\\/$]*)
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; }; }
22910 -        echo "$f";;
22911 -      *) # Relative
22912 -        if test -f "$f"; then
22913 -          # Build tree
22914 -          echo "$f"
22915 -        elif test -f "$srcdir/$f"; then
22916 -          # Source tree
22917 -          echo "$srcdir/$f"
22918 -        else
22919 -          # /dev/null tree
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; }; }
22923 -        fi;;
22924 -      esac
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=
22930 +
22931 +case `sed -n '/datarootdir/ {
22932 +  p
22933 +  q
22934 +}
22935 +/@datadir@/p
22936 +/@docdir@/p
22937 +/@infodir@/p
22938 +/@localedir@/p
22939 +/@mandir@/p
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;}
22945  _ACEOF
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' ;;
22954 +esac
22955 +_ACEOF
22956 +
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
22961    sed "$ac_vpsub
22962  $extrasub
22963  _ACEOF
22964  cat >>$CONFIG_STATUS <<\_ACEOF
22965  :t
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
22978 -  rm -f $tmp/stdin
22979 -  if test x"$ac_file" != x-; then
22980 -    mv $tmp/out $ac_file
22981 -  else
22982 -    cat $tmp/out
22983 -    rm -f $tmp/out
22984 -  fi
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
22997 +
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;}
23005  
23006 -done
23007 -_ACEOF
23008 -cat >>$CONFIG_STATUS <<\_ACEOF
23009 -
23010 -#
23011 -# CONFIG_HEADER section.
23012 -#
23013 -
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.
23016 -#
23017 -# ac_d sets the value in "#define NAME VALUE" lines.
23018 -ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
23019 -ac_dB='[        ].*$,\1#\2'
23020 -ac_dC=' '
23021 -ac_dD=',;t'
23022 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
23023 -ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
23024 -ac_uB='$,\1#\2define\3'
23025 -ac_uC=' '
23026 -ac_uD=',;t'
23027 -
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"
23031    case $ac_file in
23032 -  - | *:- | *:-:* ) # input from stdin
23033 -       cat >$tmp/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;;
23041    esac
23042 + ;;
23043 +  :H)
23044 +  #
23045 +  # CONFIG_HEADER
23046 +  #
23047 +_ACEOF
23048 +
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'
23066 +ac_dC=' '
23067 +ac_dD=' ,'
23068  
23069 -  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
23070 -echo "$as_me: creating $ac_file" >&6;}
23071 -
23072 -  # First look for the input files in the build tree, otherwise in the
23073 -  # src tree.
23074 -  ac_file_inputs=`IFS=:
23075 -    for f in $ac_file_in; do
23076 -      case $f in
23077 -      -) echo $tmp/stdin ;;
23078 -      [\\/$]*)
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.
23084 -        echo "$f";;
23085 -      *) # Relative
23086 -        if test -f "$f"; then
23087 -          # Build tree
23088 -          echo "$f"
23089 -        elif test -f "$srcdir/$f"; then
23090 -          # Source tree
23091 -          echo "$srcdir/$f"
23092 -        else
23093 -          # /dev/null tree
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; }; }
23097 -        fi;;
23098 -      esac
23099 -    done` || { (exit 1); exit 1; }
23100 -  # Remove the trailing spaces.
23101 -  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
23102 -
23103 -_ACEOF
23104 -
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.
23115 -#
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
23120 -s/[\\&,]/\\&/g
23121 -s,[\\$`],\\&,g
23122 -t clear
23123 -: clear
23124 -s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
23125 -t end
23126 -s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
23127 -: end
23128 -_ACEOF
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
23135 +uniq confdefs.h |
23136 +  sed -n '
23137 +       t rset
23138 +       :rset
23139 +       s/^[     ]*#[    ]*define[       ][      ]*//
23140 +       t ok
23141 +       d
23142 +       :ok
23143 +       s/[\\&,]/\\&/g
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
23147  
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.)
23156 +echo 's/ $//
23157 +s,^[    #]*u.*,/* & */,' >>conftest.defines
23158 +
23159 +# Break up conftest.defines:
23160 +ac_max_sed_lines=50
23161 +
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"
23165 +# et cetera.
23166 +ac_in='$ac_file_inputs'
23167 +ac_out='"$tmp/out1"'
23168 +ac_nxt='"$tmp/out2"'
23169 +
23170 +while :
23171 +do
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
23178 +b
23179 +:def
23180  _ACEOF
23181 -
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
23190 -do
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
23200    echo 'CEOF
23201 -  sed -f $tmp/defines.sed $tmp/in >$tmp/out
23202 -  rm -f $tmp/in
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
23212  done
23213 -rm -f conftest.defines
23214 -echo '  fi # grep' >>$CONFIG_STATUS
23215 -echo >>$CONFIG_STATUS
23216 -
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
23222 -do
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
23231 -  echo 'CEOF
23232 -  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
23233 -  rm -f $tmp/in
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
23239 -done
23240 -rm -f conftest.undefs
23241 +rm -f conftest.defines conftest.tail
23242  
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
23250 -  else
23251 -    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
23252 -  fi
23253 -  cat $tmp/in >>$tmp/config.h
23254 -  rm -f $tmp/in
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;}
23262      else
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; }
23274 -         s/.*/./; q'`
23275 -      { if $as_mkdir_p; then
23276 -    mkdir -p "$ac_dir"
23277 -  else
23278 -    as_dir="$ac_dir"
23279 -    as_dirs=
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 ||
23288 -echo X"$as_dir" |
23289 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23290 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23291 -         /^X\(\/\/\)$/{ s//\1/; q; }
23292 -         /^X\(\/\).*/{ s//\1/; q; }
23293 -         s/.*/./; q'`
23294 -    done
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; }; }; }
23299 -
23300        rm -f $ac_file
23301 -      mv $tmp/config.h $ac_file
23302 +      mv "$tmp/config.h" $ac_file
23303      fi
23304    else
23305 -    cat $tmp/config.h
23306 -    rm -f $tmp/config.h
23307 +    echo "/* $configure_input  */"
23308 +    cat "$ac_result"
23309    fi
23310 +  rm -f "$tmp/out12"
23311  # Compute $ac_file's index in $config_headers.
23312  _am_stamp_count=1
23313  for _am_header in $config_headers :; do
23314 @@ -20542,135 +23328,39 @@
23315        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
23316    esac
23317  done
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 ||
23326  echo X$ac_file |
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
23332 -done
23333 -_ACEOF
23334 -cat >>$CONFIG_STATUS <<\_ACEOF
23335 -
23336 -#
23337 -# CONFIG_COMMANDS section.
23338 -#
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; }
23353 -         s/.*/./; q'`
23354 -  { if $as_mkdir_p; then
23355 -    mkdir -p "$ac_dir"
23356 -  else
23357 -    as_dir="$ac_dir"
23358 -    as_dirs=
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 ||
23367 -echo X"$as_dir" |
23368 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23369 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23370 -         /^X\(\/\/\)$/{ s//\1/; q; }
23371 -         /^X\(\/\).*/{ s//\1/; q; }
23372 -         s/.*/./; q'`
23373 -    done
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; }; }; }
23378 -
23379 -  ac_builddir=.
23380 -
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'`
23385 -else
23386 -  ac_dir_suffix= ac_top_builddir=
23387 -fi
23388 -
23389 -case $srcdir in
23390 -  .)  # No --srcdir option.  We are building in place.
23391 -    ac_srcdir=.
23392 -    if test -z "$ac_top_builddir"; then
23393 -       ac_top_srcdir=.
23394 -    else
23395 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23396 -    fi ;;
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 ;;
23403 -esac
23404 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23405 +           s//\1/
23406 +           q
23407 +         }
23408 +         /^X\(\/\/\)[^/].*/{
23409 +           s//\1/
23410 +           q
23411 +         }
23412 +         /^X\(\/\/\)$/{
23413 +           s//\1/
23414 +           q
23415 +         }
23416 +         /^X\(\/\).*/{
23417 +           s//\1/
23418 +           q
23419 +         }
23420 +         s/.*/./; q'`/stamp-h$_am_stamp_count
23421 + ;;
23422  
23423 -# Do not use `cd foo && pwd` to compute absolute paths, because
23424 -# the directories may not exist.
23425 -case `pwd` in
23426 -.) ac_abs_builddir="$ac_dir";;
23427 -*)
23428 -  case "$ac_dir" in
23429 -  .) ac_abs_builddir=`pwd`;;
23430 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23431 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
23432 -  esac;;
23433 -esac
23434 -case $ac_abs_builddir in
23435 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
23436 -*)
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}.;;
23441 -  esac;;
23442 -esac
23443 -case $ac_abs_builddir in
23444 -.) ac_abs_srcdir=$ac_srcdir;;
23445 -*)
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;;
23450 -  esac;;
23451 -esac
23452 -case $ac_abs_builddir in
23453 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
23454 -*)
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;;
23459 -  esac;;
23460 -esac
23461 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
23462 +echo "$as_me: executing $ac_file commands" >&6;}
23463 + ;;
23464 +  esac
23465  
23466  
23467 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
23468 -echo "$as_me: executing $ac_dest commands" >&6;}
23469 -  case $ac_dest in
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 ||
23488  echo X"$mf" |
23489 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23490 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23491 -         /^X\(\/\/\)$/{ s//\1/; q; }
23492 -         /^X\(\/\).*/{ s//\1/; q; }
23493 -         s/.*/./; q'`
23494 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23495 +           s//\1/
23496 +           q
23497 +         }
23498 +         /^X\(\/\/\)[^/].*/{
23499 +           s//\1/
23500 +           q
23501 +         }
23502 +         /^X\(\/\/\)$/{
23503 +           s//\1/
23504 +           q
23505 +         }
23506 +         /^X\(\/\).*/{
23507 +           s//\1/
23508 +           q
23509 +         }
23510 +         s/.*/./; q'`
23511    else
23512      continue
23513    fi
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 ||
23526  echo X"$file" |
23527 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23528 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23529 -         /^X\(\/\/\)$/{ s//\1/; q; }
23530 -         /^X\(\/\).*/{ s//\1/; q; }
23531 -         s/.*/./; q'`
23532 -    { if $as_mkdir_p; then
23533 -    mkdir -p $dirpart/$fdir
23534 -  else
23535 -    as_dir=$dirpart/$fdir
23536 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23537 +           s//\1/
23538 +           q
23539 +         }
23540 +         /^X\(\/\/\)[^/].*/{
23541 +           s//\1/
23542 +           q
23543 +         }
23544 +         /^X\(\/\/\)$/{
23545 +           s//\1/
23546 +           q
23547 +         }
23548 +         /^X\(\/\).*/{
23549 +           s//\1/
23550 +           q
23551 +         }
23552 +         s/.*/./; q'`
23553 +    { as_dir=$dirpart/$fdir
23554 +  case $as_dir in #(
23555 +  -*) as_dir=./$as_dir;;
23556 +  esac
23557 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23558      as_dirs=
23559 -    while test ! -d "$as_dir"; do
23560 -      as_dirs="$as_dir $as_dirs"
23561 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
23562 +    while :; do
23563 +      case $as_dir in #(
23564 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23565 +      *) as_qdir=$as_dir;;
23566 +      esac
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 ||
23575  echo X"$as_dir" |
23576 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23577 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23578 -         /^X\(\/\/\)$/{ s//\1/; q; }
23579 -         /^X\(\/\).*/{ s//\1/; q; }
23580 -         s/.*/./; q'`
23581 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23582 +           s//\1/
23583 +           q
23584 +         }
23585 +         /^X\(\/\/\)[^/].*/{
23586 +           s//\1/
23587 +           q
23588 +         }
23589 +         /^X\(\/\/\)$/{
23590 +           s//\1/
23591 +           q
23592 +         }
23593 +         /^X\(\/\).*/{
23594 +           s//\1/
23595 +           q
23596 +         }
23597 +         s/.*/./; q'`
23598 +      test -d "$as_dir" && break
23599      done
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; }; }; }
23607 -
23608      # echo "creating $dirpart/$file"
23609      echo '# dummy' > "$dirpart/$file"
23610    done
23611  done
23612   ;;
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...]]"
23616          case "$ac_file" in
23617            *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
23618 @@ -20784,11 +23512,10 @@
23619            ;;
23620          esac
23621        done ;;
23622 +
23623    esac
23624 -done
23625 -_ACEOF
23626 +done # for ac_tag
23627  
23628 -cat >>$CONFIG_STATUS <<\_ACEOF
23629  
23630  { (exit 0); exit 0; }
23631  _ACEOF
23632 --- contrib/Makefile.in.orig
23633 +++ contrib/Makefile.in
23634 @@ -96,6 +96,7 @@
23635  GMOFILES = @GMOFILES@
23636  GMSGFMT = @GMSGFMT@
23637  GPGME_CONFIG = @GPGME_CONFIG@
23638 +GREP = @GREP@
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@
23658  docdir = @docdir@
23659 +dvidir = @dvidir@
23660  exec_prefix = @exec_prefix@
23661  host = @host@
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@
23670  libdir = @libdir@
23671  libexecdir = @libexecdir@
23672 +localedir = @localedir@
23673  localstatedir = @localstatedir@
23674  mandir = @mandir@
23675  mkdir_p = @mkdir_p@
23676  oldincludedir = @oldincludedir@
23677 +pdfdir = @pdfdir@
23678  prefix = @prefix@
23679  program_transform_name = @program_transform_name@
23680 +psdir = @psdir@
23681  sbindir = @sbindir@
23682  sharedstatedir = @sharedstatedir@
23683  sysconfdir = @sysconfdir@
23684 @@ -220,9 +224,9 @@
23685               exit 1;; \
23686           esac; \
23687         done; \
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
23695         @case '$?' in \
23696 --- doc/Makefile.in.orig
23697 +++ doc/Makefile.in
23698 @@ -97,6 +97,7 @@
23699  GMOFILES = @GMOFILES@
23700  GMSGFMT = @GMSGFMT@
23701  GPGME_CONFIG = @GPGME_CONFIG@
23702 +GREP = @GREP@
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@
23722  docdir = @docdir@
23723 +dvidir = @dvidir@
23724  exec_prefix = @exec_prefix@
23725  host = @host@
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@
23734  libdir = @libdir@
23735  libexecdir = @libexecdir@
23736 +localedir = @localedir@
23737  localstatedir = @localstatedir@
23738  mandir = @mandir@
23739  mkdir_p = @mkdir_p@
23740  oldincludedir = @oldincludedir@
23741 +pdfdir = @pdfdir@
23742  prefix = @prefix@
23743  program_transform_name = @program_transform_name@
23744 +psdir = @psdir@
23745  sbindir = @sbindir@
23746  sharedstatedir = @sharedstatedir@
23747  sysconfdir = @sysconfdir@
23748 @@ -245,9 +249,9 @@
23749               exit 1;; \
23750           esac; \
23751         done; \
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
23759         @case '$?' in \
23760 @@ -431,13 +435,13 @@
23761  
23762  check:
23763  manual.txt: manual.html
23764 -       /usr/bin/links.main -dump $^ > $@ || links -dump $^ > $@
23765 +       -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@
23766  
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
23770  
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
23775  
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@
23783 +GREP = @GREP@
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@
23803  docdir = @docdir@
23804 +dvidir = @dvidir@
23805  exec_prefix = @exec_prefix@
23806  host = @host@
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@
23815  libdir = @libdir@
23816  libexecdir = @libexecdir@
23817 +localedir = @localedir@
23818  localstatedir = @localstatedir@
23819  mandir = @mandir@
23820  mkdir_p = @mkdir_p@
23821  oldincludedir = @oldincludedir@
23822 +pdfdir = @pdfdir@
23823  prefix = @prefix@
23824  program_transform_name = @program_transform_name@
23825 +psdir = @psdir@
23826  sbindir = @sbindir@
23827  sharedstatedir = @sharedstatedir@
23828  sysconfdir = @sysconfdir@
23829 --- m4/Makefile.in.orig
23830 +++ m4/Makefile.in
23831 @@ -95,6 +95,7 @@
23832  GMOFILES = @GMOFILES@
23833  GMSGFMT = @GMSGFMT@
23834  GPGME_CONFIG = @GPGME_CONFIG@
23835 +GREP = @GREP@
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@
23855  docdir = @docdir@
23856 +dvidir = @dvidir@
23857  exec_prefix = @exec_prefix@
23858  host = @host@
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@
23867  libdir = @libdir@
23868  libexecdir = @libexecdir@
23869 +localedir = @localedir@
23870  localstatedir = @localstatedir@
23871  mandir = @mandir@
23872  mkdir_p = @mkdir_p@
23873  oldincludedir = @oldincludedir@
23874 +pdfdir = @pdfdir@
23875  prefix = @prefix@
23876  program_transform_name = @program_transform_name@
23877 +psdir = @psdir@
23878  sbindir = @sbindir@
23879  sharedstatedir = @sharedstatedir@
23880  sysconfdir = @sysconfdir@
23881 @@ -207,9 +211,9 @@
23882               exit 1;; \
23883           esac; \
23884         done; \
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
23892         @case '$?' in \