configure
上传用户:knt0001
上传日期:2022-01-28
资源大小:264k
文件大小:200k
源码类别:

Email客户端

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.61 for email 3.1.2.
  4. #
  5. # Report bugs to <<deanjones@cleancode.org>>.
  6. #
  7. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  8. # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  9. # This configure script is free software; the Free Software Foundation
  10. # gives unlimited permission to copy, distribute and modify it.
  11. ## --------------------- ##
  12. ## M4sh Initialization.  ##
  13. ## --------------------- ##
  14. # Be more Bourne compatible
  15. DUALCASE=1; export DUALCASE # for MKS sh
  16. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  17.   emulate sh
  18.   NULLCMD=:
  19.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  20.   # is contrary to our usage.  Disable this feature.
  21.   alias -g '${1+"$@"}'='"$@"'
  22.   setopt NO_GLOB_SUBST
  23. else
  24.   case `(set -o) 2>/dev/null` in
  25.   *posix*) set -o posix ;;
  26. esac
  27. fi
  28. # PATH needs CR
  29. # Avoid depending upon Character Ranges.
  30. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  31. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  32. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  33. as_cr_digits='0123456789'
  34. as_cr_alnum=$as_cr_Letters$as_cr_digits
  35. # The user is always right.
  36. if test "${PATH_SEPARATOR+set}" != set; then
  37.   echo "#! /bin/sh" >conf$$.sh
  38.   echo  "exit 0"   >>conf$$.sh
  39.   chmod +x conf$$.sh
  40.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  41.     PATH_SEPARATOR=';'
  42.   else
  43.     PATH_SEPARATOR=:
  44.   fi
  45.   rm -f conf$$.sh
  46. fi
  47. # Support unset when possible.
  48. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  49.   as_unset=unset
  50. else
  51.   as_unset=false
  52. fi
  53. # IFS
  54. # We need space, tab and new line, in precisely that order.  Quoting is
  55. # there to prevent editors from complaining about space-tab.
  56. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  57. # splitting by setting IFS to empty value.)
  58. as_nl='
  59. '
  60. IFS=" "" $as_nl"
  61. # Find who we are.  Look in the path if we contain no directory separator.
  62. case $0 in
  63.   *[\/]* ) as_myself=$0 ;;
  64.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  65. for as_dir in $PATH
  66. do
  67.   IFS=$as_save_IFS
  68.   test -z "$as_dir" && as_dir=.
  69.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  70. done
  71. IFS=$as_save_IFS
  72.      ;;
  73. esac
  74. # We did not find ourselves, most probably we were run as `sh COMMAND'
  75. # in which case we are not to be found in the path.
  76. if test "x$as_myself" = x; then
  77.   as_myself=$0
  78. fi
  79. if test ! -f "$as_myself"; then
  80.   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  81.   { (exit 1); exit 1; }
  82. fi
  83. # Work around bugs in pre-3.0 UWIN ksh.
  84. for as_var in ENV MAIL MAILPATH
  85. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  86. done
  87. PS1='$ '
  88. PS2='> '
  89. PS4='+ '
  90. # NLS nuisances.
  91. for as_var in 
  92.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  93.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  94.   LC_TELEPHONE LC_TIME
  95. do
  96.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  97.     eval $as_var=C; export $as_var
  98.   else
  99.     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  100.   fi
  101. done
  102. # Required to use basename.
  103. if expr a : '(a)' >/dev/null 2>&1 &&
  104.    test "X`expr 00001 : '.*(...)'`" = X001; then
  105.   as_expr=expr
  106. else
  107.   as_expr=false
  108. fi
  109. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  110.   as_basename=basename
  111. else
  112.   as_basename=false
  113. fi
  114. # Name of the executable.
  115. as_me=`$as_basename -- "$0" ||
  116. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  117.  X"$0" : 'X(//)$' | 
  118.  X"$0" : 'X(/)' | . 2>/dev/null ||
  119. echo X/"$0" |
  120.     sed '/^.*/([^/][^/]*)/*$/{
  121.     s//1/
  122.     q
  123.   }
  124.   /^X/(//)$/{
  125.     s//1/
  126.     q
  127.   }
  128.   /^X/(/).*/{
  129.     s//1/
  130.     q
  131.   }
  132.   s/.*/./; q'`
  133. # CDPATH.
  134. $as_unset CDPATH
  135. if test "x$CONFIG_SHELL" = x; then
  136.   if (eval ":") 2>/dev/null; then
  137.   as_have_required=yes
  138. else
  139.   as_have_required=no
  140. fi
  141.   if test $as_have_required = yes &&   (eval ":
  142. (as_func_return () {
  143.   (exit $1)
  144. }
  145. as_func_success () {
  146.   as_func_return 0
  147. }
  148. as_func_failure () {
  149.   as_func_return 1
  150. }
  151. as_func_ret_success () {
  152.   return 0
  153. }
  154. as_func_ret_failure () {
  155.   return 1
  156. }
  157. exitcode=0
  158. if as_func_success; then
  159.   :
  160. else
  161.   exitcode=1
  162.   echo as_func_success failed.
  163. fi
  164. if as_func_failure; then
  165.   exitcode=1
  166.   echo as_func_failure succeeded.
  167. fi
  168. if as_func_ret_success; then
  169.   :
  170. else
  171.   exitcode=1
  172.   echo as_func_ret_success failed.
  173. fi
  174. if as_func_ret_failure; then
  175.   exitcode=1
  176.   echo as_func_ret_failure succeeded.
  177. fi
  178. if ( set x; as_func_ret_success y && test x = "$1" ); then
  179.   :
  180. else
  181.   exitcode=1
  182.   echo positional parameters were not saved.
  183. fi
  184. test $exitcode = 0) || { (exit 1); exit 1; }
  185. (
  186.   as_lineno_1=$LINENO
  187.   as_lineno_2=$LINENO
  188.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  189.   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  190. ") 2> /dev/null; then
  191.   :
  192. else
  193.   as_candidate_shells=
  194.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  195. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  196. do
  197.   IFS=$as_save_IFS
  198.   test -z "$as_dir" && as_dir=.
  199.   case $as_dir in
  200.  /*)
  201.    for as_base in sh bash ksh sh5; do
  202.      as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  203.    done;;
  204.        esac
  205. done
  206. IFS=$as_save_IFS
  207.       for as_shell in $as_candidate_shells $SHELL; do
  208.  # Try only shells that exist, to save several forks.
  209.  if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  210. { ("$as_shell") 2> /dev/null <<_ASEOF
  211. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  212.   emulate sh
  213.   NULLCMD=:
  214.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  215.   # is contrary to our usage.  Disable this feature.
  216.   alias -g '${1+"$@"}'='"$@"'
  217.   setopt NO_GLOB_SUBST
  218. else
  219.   case `(set -o) 2>/dev/null` in
  220.   *posix*) set -o posix ;;
  221. esac
  222. fi
  223. :
  224. _ASEOF
  225. }; then
  226.   CONFIG_SHELL=$as_shell
  227.        as_have_required=yes
  228.        if { "$as_shell" 2> /dev/null <<_ASEOF
  229. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  230.   emulate sh
  231.   NULLCMD=:
  232.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  233.   # is contrary to our usage.  Disable this feature.
  234.   alias -g '${1+"$@"}'='"$@"'
  235.   setopt NO_GLOB_SUBST
  236. else
  237.   case `(set -o) 2>/dev/null` in
  238.   *posix*) set -o posix ;;
  239. esac
  240. fi
  241. :
  242. (as_func_return () {
  243.   (exit $1)
  244. }
  245. as_func_success () {
  246.   as_func_return 0
  247. }
  248. as_func_failure () {
  249.   as_func_return 1
  250. }
  251. as_func_ret_success () {
  252.   return 0
  253. }
  254. as_func_ret_failure () {
  255.   return 1
  256. }
  257. exitcode=0
  258. if as_func_success; then
  259.   :
  260. else
  261.   exitcode=1
  262.   echo as_func_success failed.
  263. fi
  264. if as_func_failure; then
  265.   exitcode=1
  266.   echo as_func_failure succeeded.
  267. fi
  268. if as_func_ret_success; then
  269.   :
  270. else
  271.   exitcode=1
  272.   echo as_func_ret_success failed.
  273. fi
  274. if as_func_ret_failure; then
  275.   exitcode=1
  276.   echo as_func_ret_failure succeeded.
  277. fi
  278. if ( set x; as_func_ret_success y && test x = "$1" ); then
  279.   :
  280. else
  281.   exitcode=1
  282.   echo positional parameters were not saved.
  283. fi
  284. test $exitcode = 0) || { (exit 1); exit 1; }
  285. (
  286.   as_lineno_1=$LINENO
  287.   as_lineno_2=$LINENO
  288.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  289.   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  290. _ASEOF
  291. }; then
  292.   break
  293. fi
  294. fi
  295.       done
  296.       if test "x$CONFIG_SHELL" != x; then
  297.   for as_var in BASH_ENV ENV
  298.         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  299.         done
  300.         export CONFIG_SHELL
  301.         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  302. fi
  303.     if test $as_have_required = no; then
  304.   echo This script requires a shell more modern than all the
  305.       echo shells that I found on your system.  Please install a
  306.       echo modern shell, or manually run the script under such a
  307.       echo shell if you do have one.
  308.       { (exit 1); exit 1; }
  309. fi
  310. fi
  311. fi
  312. (eval "as_func_return () {
  313.   (exit $1)
  314. }
  315. as_func_success () {
  316.   as_func_return 0
  317. }
  318. as_func_failure () {
  319.   as_func_return 1
  320. }
  321. as_func_ret_success () {
  322.   return 0
  323. }
  324. as_func_ret_failure () {
  325.   return 1
  326. }
  327. exitcode=0
  328. if as_func_success; then
  329.   :
  330. else
  331.   exitcode=1
  332.   echo as_func_success failed.
  333. fi
  334. if as_func_failure; then
  335.   exitcode=1
  336.   echo as_func_failure succeeded.
  337. fi
  338. if as_func_ret_success; then
  339.   :
  340. else
  341.   exitcode=1
  342.   echo as_func_ret_success failed.
  343. fi
  344. if as_func_ret_failure; then
  345.   exitcode=1
  346.   echo as_func_ret_failure succeeded.
  347. fi
  348. if ( set x; as_func_ret_success y && test x = "$1" ); then
  349.   :
  350. else
  351.   exitcode=1
  352.   echo positional parameters were not saved.
  353. fi
  354. test $exitcode = 0") || {
  355.   echo No shell found that supports shell functions.
  356.   echo Please tell autoconf@gnu.org about your system,
  357.   echo including any error possibly output before this
  358.   echo message
  359. }
  360.   as_lineno_1=$LINENO
  361.   as_lineno_2=$LINENO
  362.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  363.   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  364.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  365.   # uniformly replaced by the line number.  The first 'sed' inserts a
  366.   # line-number line after each line using $LINENO; the second 'sed'
  367.   # does the real work.  The second script uses 'N' to pair each
  368.   # line-number line with the line containing $LINENO, and appends
  369.   # trailing '-' during substitution so that $LINENO is not a special
  370.   # case at line end.
  371.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  372.   # scripts with optimization help from Paolo Bonzini.  Blame Lee
  373.   # E. McMahon (1931-1989) for sed's syntax.  :-)
  374.   sed -n '
  375.     p
  376.     /[$]LINENO/=
  377.   ' <$as_myself |
  378.     sed '
  379.       s/[$]LINENO.*/&-/
  380.       t lineno
  381.       b
  382.       :lineno
  383.       N
  384.       :loop
  385.       s/[$]LINENO([^'$as_cr_alnum'_].*n)(.*)/212/
  386.       t loop
  387.       s/-n.*//
  388.     ' >$as_me.lineno &&
  389.   chmod +x "$as_me.lineno" ||
  390.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  391.    { (exit 1); exit 1; }; }
  392.   # Don't try to exec as it changes $[0], causing all sort of problems
  393.   # (the dirname of $[0] is not the place where we might find the
  394.   # original and so on.  Autoconf is especially sensitive to this).
  395.   . "./$as_me.lineno"
  396.   # Exit status is that of the last command.
  397.   exit
  398. }
  399. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  400.   as_dirname=dirname
  401. else
  402.   as_dirname=false
  403. fi
  404. ECHO_C= ECHO_N= ECHO_T=
  405. case `echo -n x` in
  406. -n*)
  407.   case `echo 'xc'` in
  408.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  409.   *)   ECHO_C='c';;
  410.   esac;;
  411. *)
  412.   ECHO_N='-n';;
  413. esac
  414. if expr a : '(a)' >/dev/null 2>&1 &&
  415.    test "X`expr 00001 : '.*(...)'`" = X001; then
  416.   as_expr=expr
  417. else
  418.   as_expr=false
  419. fi
  420. rm -f conf$$ conf$$.exe conf$$.file
  421. if test -d conf$$.dir; then
  422.   rm -f conf$$.dir/conf$$.file
  423. else
  424.   rm -f conf$$.dir
  425.   mkdir conf$$.dir
  426. fi
  427. echo >conf$$.file
  428. if ln -s conf$$.file conf$$ 2>/dev/null; then
  429.   as_ln_s='ln -s'
  430.   # ... but there are two gotchas:
  431.   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  432.   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  433.   # In both cases, we have to default to `cp -p'.
  434.   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  435.     as_ln_s='cp -p'
  436. elif ln conf$$.file conf$$ 2>/dev/null; then
  437.   as_ln_s=ln
  438. else
  439.   as_ln_s='cp -p'
  440. fi
  441. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  442. rmdir conf$$.dir 2>/dev/null
  443. if mkdir -p . 2>/dev/null; then
  444.   as_mkdir_p=:
  445. else
  446.   test -d ./-p && rmdir ./-p
  447.   as_mkdir_p=false
  448. fi
  449. if test -x / >/dev/null 2>&1; then
  450.   as_test_x='test -x'
  451. else
  452.   if ls -dL / >/dev/null 2>&1; then
  453.     as_ls_L_option=L
  454.   else
  455.     as_ls_L_option=
  456.   fi
  457.   as_test_x='
  458.     eval sh -c '''
  459.       if test -d "$1"; then
  460.         test -d "$1/.";
  461.       else
  462. case $1 in
  463.         -*)set "./$1";;
  464. esac;
  465. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  466. ???[sx]*):;;*)false;;esac;fi
  467.     ''' sh
  468.   '
  469. fi
  470. as_executable_p=$as_test_x
  471. # Sed expression to map a string onto a valid CPP name.
  472. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  473. # Sed expression to map a string onto a valid variable name.
  474. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  475. exec 7<&0 </dev/null 6>&1
  476. # Name of the host.
  477. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  478. # so uname gets run too.
  479. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  480. #
  481. # Initializations.
  482. #
  483. ac_default_prefix=/usr/local
  484. ac_clean_files=
  485. ac_config_libobj_dir=.
  486. LIBOBJS=
  487. cross_compiling=no
  488. subdirs=
  489. MFLAGS=
  490. MAKEFLAGS=
  491. SHELL=${CONFIG_SHELL-/bin/sh}
  492. # Identity of this package.
  493. PACKAGE_NAME='email'
  494. PACKAGE_TARNAME='email'
  495. PACKAGE_VERSION='3.1.2'
  496. PACKAGE_STRING='email 3.1.2'
  497. PACKAGE_BUGREPORT='<deanjones@cleancode.org>'
  498. ac_unique_file="src/addr_parse.c"
  499. # Factoring default headers for most tests.
  500. ac_includes_default="
  501. #include <stdio.h>
  502. #ifdef HAVE_SYS_TYPES_H
  503. # include <sys/types.h>
  504. #endif
  505. #ifdef HAVE_SYS_STAT_H
  506. # include <sys/stat.h>
  507. #endif
  508. #ifdef STDC_HEADERS
  509. # include <stdlib.h>
  510. # include <stddef.h>
  511. #else
  512. # ifdef HAVE_STDLIB_H
  513. #  include <stdlib.h>
  514. # endif
  515. #endif
  516. #ifdef HAVE_STRING_H
  517. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  518. #  include <memory.h>
  519. # endif
  520. # include <string.h>
  521. #endif
  522. #ifdef HAVE_STRINGS_H
  523. # include <strings.h>
  524. #endif
  525. #ifdef HAVE_INTTYPES_H
  526. # include <inttypes.h>
  527. #endif
  528. #ifdef HAVE_STDINT_H
  529. # include <stdint.h>
  530. #endif
  531. #ifdef HAVE_UNISTD_H
  532. # include <unistd.h>
  533. #endif"
  534. ac_subst_vars='SHELL
  535. PATH_SEPARATOR
  536. PACKAGE_NAME
  537. PACKAGE_TARNAME
  538. PACKAGE_VERSION
  539. PACKAGE_STRING
  540. PACKAGE_BUGREPORT
  541. exec_prefix
  542. prefix
  543. program_transform_name
  544. bindir
  545. sbindir
  546. libexecdir
  547. datarootdir
  548. datadir
  549. sysconfdir
  550. sharedstatedir
  551. localstatedir
  552. includedir
  553. oldincludedir
  554. docdir
  555. infodir
  556. htmldir
  557. dvidir
  558. pdfdir
  559. psdir
  560. libdir
  561. localedir
  562. mandir
  563. DEFS
  564. ECHO_C
  565. ECHO_N
  566. ECHO_T
  567. LIBS
  568. build_alias
  569. host_alias
  570. target_alias
  571. CC
  572. CFLAGS
  573. LDFLAGS
  574. CPPFLAGS
  575. ac_ct_CC
  576. EXEEXT
  577. OBJEXT
  578. SET_MAKE
  579. CPP
  580. GREP
  581. EGREP
  582. LIBOBJS
  583. ver
  584. LTLIBOBJS'
  585. ac_subst_files=''
  586.       ac_precious_vars='build_alias
  587. host_alias
  588. target_alias
  589. CC
  590. CFLAGS
  591. LDFLAGS
  592. LIBS
  593. CPPFLAGS
  594. CPP'
  595. # Initialize some variables set by options.
  596. ac_init_help=
  597. ac_init_version=false
  598. # The variables have the same names as the options, with
  599. # dashes changed to underlines.
  600. cache_file=/dev/null
  601. exec_prefix=NONE
  602. no_create=
  603. no_recursion=
  604. prefix=NONE
  605. program_prefix=NONE
  606. program_suffix=NONE
  607. program_transform_name=s,x,x,
  608. silent=
  609. site=
  610. srcdir=
  611. verbose=
  612. x_includes=NONE
  613. x_libraries=NONE
  614. # Installation directory options.
  615. # These are left unexpanded so users can "make install exec_prefix=/foo"
  616. # and all the variables that are supposed to be based on exec_prefix
  617. # by default will actually change.
  618. # Use braces instead of parens because sh, perl, etc. also accept them.
  619. # (The list follows the same order as the GNU Coding Standards.)
  620. bindir='${exec_prefix}/bin'
  621. sbindir='${exec_prefix}/sbin'
  622. libexecdir='${exec_prefix}/libexec'
  623. datarootdir='${prefix}/share'
  624. datadir='${datarootdir}'
  625. sysconfdir='${prefix}/etc'
  626. sharedstatedir='${prefix}/com'
  627. localstatedir='${prefix}/var'
  628. includedir='${prefix}/include'
  629. oldincludedir='/usr/include'
  630. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  631. infodir='${datarootdir}/info'
  632. htmldir='${docdir}'
  633. dvidir='${docdir}'
  634. pdfdir='${docdir}'
  635. psdir='${docdir}'
  636. libdir='${exec_prefix}/lib'
  637. localedir='${datarootdir}/locale'
  638. mandir='${datarootdir}/man'
  639. ac_prev=
  640. ac_dashdash=
  641. for ac_option
  642. do
  643.   # If the previous option needs an argument, assign it.
  644.   if test -n "$ac_prev"; then
  645.     eval $ac_prev=$ac_option
  646.     ac_prev=
  647.     continue
  648.   fi
  649.   case $ac_option in
  650.   *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=(.*)'` ;;
  651.   *) ac_optarg=yes ;;
  652.   esac
  653.   # Accept the important Cygnus configure options, so we can diagnose typos.
  654.   case $ac_dashdash$ac_option in
  655.   --)
  656.     ac_dashdash=yes ;;
  657.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  658.     ac_prev=bindir ;;
  659.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  660.     bindir=$ac_optarg ;;
  661.   -build | --build | --buil | --bui | --bu)
  662.     ac_prev=build_alias ;;
  663.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  664.     build_alias=$ac_optarg ;;
  665.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  666.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  667.     ac_prev=cache_file ;;
  668.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  669.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  670.     cache_file=$ac_optarg ;;
  671.   --config-cache | -C)
  672.     cache_file=config.cache ;;
  673.   -datadir | --datadir | --datadi | --datad)
  674.     ac_prev=datadir ;;
  675.   -datadir=* | --datadir=* | --datadi=* | --datad=*)
  676.     datadir=$ac_optarg ;;
  677.   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot 
  678.   | --dataroo | --dataro | --datar)
  679.     ac_prev=datarootdir ;;
  680.   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* 
  681.   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  682.     datarootdir=$ac_optarg ;;
  683.   -disable-* | --disable-*)
  684.     ac_feature=`expr "x$ac_option" : 'x-*disable-(.*)'`
  685.     # Reject names that are not valid shell variable names.
  686.     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  687.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  688.    { (exit 1); exit 1; }; }
  689.     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  690.     eval enable_$ac_feature=no ;;
  691.   -docdir | --docdir | --docdi | --doc | --do)
  692.     ac_prev=docdir ;;
  693.   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  694.     docdir=$ac_optarg ;;
  695.   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  696.     ac_prev=dvidir ;;
  697.   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  698.     dvidir=$ac_optarg ;;
  699.   -enable-* | --enable-*)
  700.     ac_feature=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  701.     # Reject names that are not valid shell variable names.
  702.     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  703.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  704.    { (exit 1); exit 1; }; }
  705.     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  706.     eval enable_$ac_feature=$ac_optarg ;;
  707.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  708.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  709.   | --exec | --exe | --ex)
  710.     ac_prev=exec_prefix ;;
  711.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  712.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  713.   | --exec=* | --exe=* | --ex=*)
  714.     exec_prefix=$ac_optarg ;;
  715.   -gas | --gas | --ga | --g)
  716.     # Obsolete; use --with-gas.
  717.     with_gas=yes ;;
  718.   -help | --help | --hel | --he | -h)
  719.     ac_init_help=long ;;
  720.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  721.     ac_init_help=recursive ;;
  722.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  723.     ac_init_help=short ;;
  724.   -host | --host | --hos | --ho)
  725.     ac_prev=host_alias ;;
  726.   -host=* | --host=* | --hos=* | --ho=*)
  727.     host_alias=$ac_optarg ;;
  728.   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  729.     ac_prev=htmldir ;;
  730.   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* 
  731.   | --ht=*)
  732.     htmldir=$ac_optarg ;;
  733.   -includedir | --includedir | --includedi | --included | --include 
  734.   | --includ | --inclu | --incl | --inc)
  735.     ac_prev=includedir ;;
  736.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  737.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  738.     includedir=$ac_optarg ;;
  739.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  740.     ac_prev=infodir ;;
  741.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  742.     infodir=$ac_optarg ;;
  743.   -libdir | --libdir | --libdi | --libd)
  744.     ac_prev=libdir ;;
  745.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  746.     libdir=$ac_optarg ;;
  747.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  748.   | --libexe | --libex | --libe)
  749.     ac_prev=libexecdir ;;
  750.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  751.   | --libexe=* | --libex=* | --libe=*)
  752.     libexecdir=$ac_optarg ;;
  753.   -localedir | --localedir | --localedi | --localed | --locale)
  754.     ac_prev=localedir ;;
  755.   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  756.     localedir=$ac_optarg ;;
  757.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  758.   | --localstate | --localstat | --localsta | --localst | --locals)
  759.     ac_prev=localstatedir ;;
  760.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  761.   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  762.     localstatedir=$ac_optarg ;;
  763.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  764.     ac_prev=mandir ;;
  765.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  766.     mandir=$ac_optarg ;;
  767.   -nfp | --nfp | --nf)
  768.     # Obsolete; use --without-fp.
  769.     with_fp=no ;;
  770.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  771.   | --no-cr | --no-c | -n)
  772.     no_create=yes ;;
  773.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  774.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  775.     no_recursion=yes ;;
  776.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  777.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  778.   | --oldin | --oldi | --old | --ol | --o)
  779.     ac_prev=oldincludedir ;;
  780.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  781.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  782.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  783.     oldincludedir=$ac_optarg ;;
  784.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  785.     ac_prev=prefix ;;
  786.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  787.     prefix=$ac_optarg ;;
  788.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  789.   | --program-pre | --program-pr | --program-p)
  790.     ac_prev=program_prefix ;;
  791.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  792.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  793.     program_prefix=$ac_optarg ;;
  794.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  795.   | --program-suf | --program-su | --program-s)
  796.     ac_prev=program_suffix ;;
  797.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  798.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  799.     program_suffix=$ac_optarg ;;
  800.   -program-transform-name | --program-transform-name 
  801.   | --program-transform-nam | --program-transform-na 
  802.   | --program-transform-n | --program-transform- 
  803.   | --program-transform | --program-transfor 
  804.   | --program-transfo | --program-transf 
  805.   | --program-trans | --program-tran 
  806.   | --progr-tra | --program-tr | --program-t)
  807.     ac_prev=program_transform_name ;;
  808.   -program-transform-name=* | --program-transform-name=* 
  809.   | --program-transform-nam=* | --program-transform-na=* 
  810.   | --program-transform-n=* | --program-transform-=* 
  811.   | --program-transform=* | --program-transfor=* 
  812.   | --program-transfo=* | --program-transf=* 
  813.   | --program-trans=* | --program-tran=* 
  814.   | --progr-tra=* | --program-tr=* | --program-t=*)
  815.     program_transform_name=$ac_optarg ;;
  816.   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  817.     ac_prev=pdfdir ;;
  818.   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  819.     pdfdir=$ac_optarg ;;
  820.   -psdir | --psdir | --psdi | --psd | --ps)
  821.     ac_prev=psdir ;;
  822.   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  823.     psdir=$ac_optarg ;;
  824.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  825.   | -silent | --silent | --silen | --sile | --sil)
  826.     silent=yes ;;
  827.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  828.     ac_prev=sbindir ;;
  829.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  830.   | --sbi=* | --sb=*)
  831.     sbindir=$ac_optarg ;;
  832.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  833.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  834.   | --sharedst | --shareds | --shared | --share | --shar 
  835.   | --sha | --sh)
  836.     ac_prev=sharedstatedir ;;
  837.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  838.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  839.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  840.   | --sha=* | --sh=*)
  841.     sharedstatedir=$ac_optarg ;;
  842.   -site | --site | --sit)
  843.     ac_prev=site ;;
  844.   -site=* | --site=* | --sit=*)
  845.     site=$ac_optarg ;;
  846.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  847.     ac_prev=srcdir ;;
  848.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  849.     srcdir=$ac_optarg ;;
  850.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  851.   | --syscon | --sysco | --sysc | --sys | --sy)
  852.     ac_prev=sysconfdir ;;
  853.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  854.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  855.     sysconfdir=$ac_optarg ;;
  856.   -target | --target | --targe | --targ | --tar | --ta | --t)
  857.     ac_prev=target_alias ;;
  858.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  859.     target_alias=$ac_optarg ;;
  860.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  861.     verbose=yes ;;
  862.   -version | --version | --versio | --versi | --vers | -V)
  863.     ac_init_version=: ;;
  864.   -with-* | --with-*)
  865.     ac_package=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  866.     # Reject names that are not valid shell variable names.
  867.     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  868.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  869.    { (exit 1); exit 1; }; }
  870.     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  871.     eval with_$ac_package=$ac_optarg ;;
  872.   -without-* | --without-*)
  873.     ac_package=`expr "x$ac_option" : 'x-*without-(.*)'`
  874.     # Reject names that are not valid shell variable names.
  875.     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  876.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  877.    { (exit 1); exit 1; }; }
  878.     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  879.     eval with_$ac_package=no ;;
  880.   --x)
  881.     # Obsolete; use --with-x.
  882.     with_x=yes ;;
  883.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  884.   | --x-incl | --x-inc | --x-in | --x-i)
  885.     ac_prev=x_includes ;;
  886.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  887.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  888.     x_includes=$ac_optarg ;;
  889.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  890.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  891.     ac_prev=x_libraries ;;
  892.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  893.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  894.     x_libraries=$ac_optarg ;;
  895.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  896. Try `$0 --help' for more information." >&2
  897.    { (exit 1); exit 1; }; }
  898.     ;;
  899.   *=*)
  900.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  901.     # Reject names that are not valid shell variable names.
  902.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  903.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  904.    { (exit 1); exit 1; }; }
  905.     eval $ac_envvar=$ac_optarg
  906.     export $ac_envvar ;;
  907.   *)
  908.     # FIXME: should be removed in autoconf 3.0.
  909.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  910.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  911.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  912.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  913.     ;;
  914.   esac
  915. done
  916. if test -n "$ac_prev"; then
  917.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  918.   { echo "$as_me: error: missing argument to $ac_option" >&2
  919.    { (exit 1); exit 1; }; }
  920. fi
  921. # Be sure to have absolute directory names.
  922. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir 
  923. datadir sysconfdir sharedstatedir localstatedir includedir 
  924. oldincludedir docdir infodir htmldir dvidir pdfdir psdir 
  925. libdir localedir mandir
  926. do
  927.   eval ac_val=$$ac_var
  928.   case $ac_val in
  929.     [\/$]* | ?:[\/]* )  continue;;
  930.     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  931.   esac
  932.   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  933.    { (exit 1); exit 1; }; }
  934. done
  935. # There might be people who depend on the old broken behavior: `$host'
  936. # used to hold the argument of --host etc.
  937. # FIXME: To remove some day.
  938. build=$build_alias
  939. host=$host_alias
  940. target=$target_alias
  941. # FIXME: To remove some day.
  942. if test "x$host_alias" != x; then
  943.   if test "x$build_alias" = x; then
  944.     cross_compiling=maybe
  945.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  946.     If a cross compiler is detected then cross compile mode will be used." >&2
  947.   elif test "x$build_alias" != "x$host_alias"; then
  948.     cross_compiling=yes
  949.   fi
  950. fi
  951. ac_tool_prefix=
  952. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  953. test "$silent" = yes && exec 6>/dev/null
  954. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  955. ac_ls_di=`ls -di .` &&
  956. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  957.   { echo "$as_me: error: Working directory cannot be determined" >&2
  958.    { (exit 1); exit 1; }; }
  959. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  960.   { echo "$as_me: error: pwd does not report name of working directory" >&2
  961.    { (exit 1); exit 1; }; }
  962. # Find the source files, if location was not specified.
  963. if test -z "$srcdir"; then
  964.   ac_srcdir_defaulted=yes
  965.   # Try the directory containing this script, then the parent directory.
  966.   ac_confdir=`$as_dirname -- "$0" ||
  967. $as_expr X"$0" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  968.  X"$0" : 'X(//)[^/]' | 
  969.  X"$0" : 'X(//)$' | 
  970.  X"$0" : 'X(/)' | . 2>/dev/null ||
  971. echo X"$0" |
  972.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  973.     s//1/
  974.     q
  975.   }
  976.   /^X(//)[^/].*/{
  977.     s//1/
  978.     q
  979.   }
  980.   /^X(//)$/{
  981.     s//1/
  982.     q
  983.   }
  984.   /^X(/).*/{
  985.     s//1/
  986.     q
  987.   }
  988.   s/.*/./; q'`
  989.   srcdir=$ac_confdir
  990.   if test ! -r "$srcdir/$ac_unique_file"; then
  991.     srcdir=..
  992.   fi
  993. else
  994.   ac_srcdir_defaulted=no
  995. fi
  996. if test ! -r "$srcdir/$ac_unique_file"; then
  997.   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  998.   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  999.    { (exit 1); exit 1; }; }
  1000. fi
  1001. ac_msg="sources are in $srcdir, but `cd $srcdir' does not work"
  1002. ac_abs_confdir=`(
  1003. cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1004.    { (exit 1); exit 1; }; }
  1005. pwd)`
  1006. # When building in place, set srcdir=.
  1007. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1008.   srcdir=.
  1009. fi
  1010. # Remove unnecessary trailing slashes from srcdir.
  1011. # Double slashes in file names in object file debugging info
  1012. # mess up M-x gdb in Emacs.
  1013. case $srcdir in
  1014. */) srcdir=`expr "X$srcdir" : 'X(.*[^/])' | "X$srcdir" : 'X(.*)'`;;
  1015. esac
  1016. for ac_var in $ac_precious_vars; do
  1017.   eval ac_env_${ac_var}_set=${${ac_var}+set}
  1018.   eval ac_env_${ac_var}_value=$${ac_var}
  1019.   eval ac_cv_env_${ac_var}_set=${${ac_var}+set}
  1020.   eval ac_cv_env_${ac_var}_value=$${ac_var}
  1021. done
  1022. #
  1023. # Report the --help message.
  1024. #
  1025. if test "$ac_init_help" = "long"; then
  1026.   # Omit some internal or obsolete options to make the list less imposing.
  1027.   # This message is too long to be a string in the A/UX 3.1 sh.
  1028.   cat <<_ACEOF
  1029. `configure' configures email 3.1.2 to adapt to many kinds of systems.
  1030. Usage: $0 [OPTION]... [VAR=VALUE]...
  1031. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1032. VAR=VALUE.  See below for descriptions of some of the useful variables.
  1033. Defaults for the options are specified in brackets.
  1034. Configuration:
  1035.   -h, --help              display this help and exit
  1036.       --help=short        display options specific to this package
  1037.       --help=recursive    display the short help of all the included packages
  1038.   -V, --version           display version information and exit
  1039.   -q, --quiet, --silent   do not print `checking...' messages
  1040.       --cache-file=FILE   cache test results in FILE [disabled]
  1041.   -C, --config-cache      alias for `--cache-file=config.cache'
  1042.   -n, --no-create         do not create output files
  1043.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  1044. Installation directories:
  1045.   --prefix=PREFIX         install architecture-independent files in PREFIX
  1046.   [$ac_default_prefix]
  1047.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1048.   [PREFIX]
  1049. By default, `make install' will install all the files in
  1050. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  1051. an installation prefix other than `$ac_default_prefix' using `--prefix',
  1052. for instance `--prefix=$HOME'.
  1053. For better control, use the options below.
  1054. Fine tuning of the installation directories:
  1055.   --bindir=DIR           user executables [EPREFIX/bin]
  1056.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1057.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  1058.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1059.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1060.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1061.   --libdir=DIR           object code libraries [EPREFIX/lib]
  1062.   --includedir=DIR       C header files [PREFIX/include]
  1063.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1064.   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1065.   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1066.   --infodir=DIR          info documentation [DATAROOTDIR/info]
  1067.   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1068.   --mandir=DIR           man documentation [DATAROOTDIR/man]
  1069.   --docdir=DIR           documentation root [DATAROOTDIR/doc/email]
  1070.   --htmldir=DIR          html documentation [DOCDIR]
  1071.   --dvidir=DIR           dvi documentation [DOCDIR]
  1072.   --pdfdir=DIR           pdf documentation [DOCDIR]
  1073.   --psdir=DIR            ps documentation [DOCDIR]
  1074. _ACEOF
  1075.   cat <<_ACEOF
  1076. _ACEOF
  1077. fi
  1078. if test -n "$ac_init_help"; then
  1079.   case $ac_init_help in
  1080.      short | recursive ) echo "Configuration of email 3.1.2:";;
  1081.    esac
  1082.   cat <<_ACEOF
  1083. Optional Features:
  1084.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1085.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1086.   --disable-largefile     omit support for large files
  1087. Optional Packages:
  1088.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1089.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1090.   --with-utc              Use Coordinated Universal Time (UTC) instead of localtime
  1091.   --with-ssl     force use of TLS/SSL
  1092. Some influential environment variables:
  1093.   CC          C compiler command
  1094.   CFLAGS      C compiler flags
  1095.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1096.               nonstandard directory <lib dir>
  1097.   LIBS        libraries to pass to the linker, e.g. -l<library>
  1098.   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1099.               you have headers in a nonstandard directory <include dir>
  1100.   CPP         C preprocessor
  1101. Use these variables to override the choices made by `configure' or to help
  1102. it to find libraries and programs with nonstandard names/locations.
  1103. Report bugs to <<deanjones@cleancode.org>>.
  1104. _ACEOF
  1105. ac_status=$?
  1106. fi
  1107. if test "$ac_init_help" = "recursive"; then
  1108.   # If there are subdirs, report their specific --help.
  1109.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1110.     test -d "$ac_dir" || continue
  1111.     ac_builddir=.
  1112. case "$ac_dir" in
  1113. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1114. *)
  1115.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  1116.   # A ".." for each directory in $ac_dir_suffix.
  1117.   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,/..,g;s,/,,'`
  1118.   case $ac_top_builddir_sub in
  1119.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1120.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1121.   esac ;;
  1122. esac
  1123. ac_abs_top_builddir=$ac_pwd
  1124. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1125. # for backward compatibility:
  1126. ac_top_builddir=$ac_top_build_prefix
  1127. case $srcdir in
  1128.   .)  # We are building in place.
  1129.     ac_srcdir=.
  1130.     ac_top_srcdir=$ac_top_builddir_sub
  1131.     ac_abs_top_srcdir=$ac_pwd ;;
  1132.   [\/]* | ?:[\/]* )  # Absolute name.
  1133.     ac_srcdir=$srcdir$ac_dir_suffix;
  1134.     ac_top_srcdir=$srcdir
  1135.     ac_abs_top_srcdir=$srcdir ;;
  1136.   *) # Relative name.
  1137.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1138.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1139.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1140. esac
  1141. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1142.     cd "$ac_dir" || { ac_status=$?; continue; }
  1143.     # Check for guested configure.
  1144.     if test -f "$ac_srcdir/configure.gnu"; then
  1145.       echo &&
  1146.       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1147.     elif test -f "$ac_srcdir/configure"; then
  1148.       echo &&
  1149.       $SHELL "$ac_srcdir/configure" --help=recursive
  1150.     else
  1151.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1152.     fi || ac_status=$?
  1153.     cd "$ac_pwd" || { ac_status=$?; break; }
  1154.   done
  1155. fi
  1156. test -n "$ac_init_help" && exit $ac_status
  1157. if $ac_init_version; then
  1158.   cat <<_ACEOF
  1159. email configure 3.1.2
  1160. generated by GNU Autoconf 2.61
  1161. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1162. 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1163. This configure script is free software; the Free Software Foundation
  1164. gives unlimited permission to copy, distribute and modify it.
  1165. _ACEOF
  1166.   exit
  1167. fi
  1168. cat >config.log <<_ACEOF
  1169. This file contains any messages produced by compilers while
  1170. running configure, to aid debugging if configure makes a mistake.
  1171. It was created by email $as_me 3.1.2, which was
  1172. generated by GNU Autoconf 2.61.  Invocation command line was
  1173.   $ $0 $@
  1174. _ACEOF
  1175. exec 5>>config.log
  1176. {
  1177. cat <<_ASUNAME
  1178. ## --------- ##
  1179. ## Platform. ##
  1180. ## --------- ##
  1181. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1182. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1183. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1184. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1185. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1186. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1187. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1188. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1189. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1190. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1191. /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1192. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1193. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1194. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1195. _ASUNAME
  1196. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1197. for as_dir in $PATH
  1198. do
  1199.   IFS=$as_save_IFS
  1200.   test -z "$as_dir" && as_dir=.
  1201.   echo "PATH: $as_dir"
  1202. done
  1203. IFS=$as_save_IFS
  1204. } >&5
  1205. cat >&5 <<_ACEOF
  1206. ## ----------- ##
  1207. ## Core tests. ##
  1208. ## ----------- ##
  1209. _ACEOF
  1210. # Keep a trace of the command line.
  1211. # Strip out --no-create and --no-recursion so they do not pile up.
  1212. # Strip out --silent because we don't want to record it for future runs.
  1213. # Also quote any args containing shell meta-characters.
  1214. # Make two passes to allow for proper duplicate-argument suppression.
  1215. ac_configure_args=
  1216. ac_configure_args0=
  1217. ac_configure_args1=
  1218. ac_must_keep_next=false
  1219. for ac_pass in 1 2
  1220. do
  1221.   for ac_arg
  1222.   do
  1223.     case $ac_arg in
  1224.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1225.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1226.     | -silent | --silent | --silen | --sile | --sil)
  1227.       continue ;;
  1228.     *'*)
  1229.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  1230.     esac
  1231.     case $ac_pass in
  1232.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1233.     2)
  1234.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1235.       if test $ac_must_keep_next = true; then
  1236. ac_must_keep_next=false # Got value, back to normal.
  1237.       else
  1238. case $ac_arg in
  1239.   *=* | --config-cache | -C | -disable-* | --disable-* 
  1240.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  1241.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  1242.   | -with-* | --with-* | -without-* | --without-* | --x)
  1243.     case "$ac_configure_args0 " in
  1244.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1245.     esac
  1246.     ;;
  1247.   -* ) ac_must_keep_next=true ;;
  1248. esac
  1249.       fi
  1250.       ac_configure_args="$ac_configure_args '$ac_arg'"
  1251.       ;;
  1252.     esac
  1253.   done
  1254. done
  1255. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1256. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1257. # When interrupted or exit'd, cleanup temporary files, and complete
  1258. # config.log.  We remove comments because anyway the quotes in there
  1259. # would cause problems or look ugly.
  1260. # WARNING: Use ''' to represent an apostrophe within the trap.
  1261. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1262. trap 'exit_status=$?
  1263.   # Save into config.log some information that might help in debugging.
  1264.   {
  1265.     echo
  1266.     cat <<_ASBOX
  1267. ## ---------------- ##
  1268. ## Cache variables. ##
  1269. ## ---------------- ##
  1270. _ASBOX
  1271.     echo
  1272.     # The following way of writing the cache mishandles newlines in values,
  1273. (
  1274.   for ac_var in `(set) 2>&1 | sed -n '''s/^([a-zA-Z_][a-zA-Z0-9_]*)=.*/1/p'''`; do
  1275.     eval ac_val=$$ac_var
  1276.     case $ac_val in #(
  1277.     *${as_nl}*)
  1278.       case $ac_var in #(
  1279.       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1280. echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1281.       esac
  1282.       case $ac_var in #(
  1283.       _ | IFS | as_nl) ;; #(
  1284.       *) $as_unset $ac_var ;;
  1285.       esac ;;
  1286.     esac
  1287.   done
  1288.   (set) 2>&1 |
  1289.     case $as_nl`(ac_space=''' '''; set) 2>&1` in #(
  1290.     *${as_nl}ac_space= *)
  1291.       sed -n 
  1292. "s/'''/'''\\''''''/g;
  1293.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='''\2'''/p"
  1294.       ;; #(
  1295.     *)
  1296.       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1297.       ;;
  1298.     esac |
  1299.     sort
  1300. )
  1301.     echo
  1302.     cat <<_ASBOX
  1303. ## ----------------- ##
  1304. ## Output variables. ##
  1305. ## ----------------- ##
  1306. _ASBOX
  1307.     echo
  1308.     for ac_var in $ac_subst_vars
  1309.     do
  1310.       eval ac_val=$$ac_var
  1311.       case $ac_val in
  1312.       *'''*) ac_val=`echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  1313.       esac
  1314.       echo "$ac_var='''$ac_val'''"
  1315.     done | sort
  1316.     echo
  1317.     if test -n "$ac_subst_files"; then
  1318.       cat <<_ASBOX
  1319. ## ------------------- ##
  1320. ## File substitutions. ##
  1321. ## ------------------- ##
  1322. _ASBOX
  1323.       echo
  1324.       for ac_var in $ac_subst_files
  1325.       do
  1326. eval ac_val=$$ac_var
  1327. case $ac_val in
  1328. *'''*) ac_val=`echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  1329. esac
  1330. echo "$ac_var='''$ac_val'''"
  1331.       done | sort
  1332.       echo
  1333.     fi
  1334.     if test -s confdefs.h; then
  1335.       cat <<_ASBOX
  1336. ## ----------- ##
  1337. ## confdefs.h. ##
  1338. ## ----------- ##
  1339. _ASBOX
  1340.       echo
  1341.       cat confdefs.h
  1342.       echo
  1343.     fi
  1344.     test "$ac_signal" != 0 &&
  1345.       echo "$as_me: caught signal $ac_signal"
  1346.     echo "$as_me: exit $exit_status"
  1347.   } >&5
  1348.   rm -f core *.core core.conftest.* &&
  1349.     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1350.     exit $exit_status
  1351. ' 0
  1352. for ac_signal in 1 2 13 15; do
  1353.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1354. done
  1355. ac_signal=0
  1356. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1357. rm -f -r conftest* confdefs.h
  1358. # Predefined preprocessor variables.
  1359. cat >>confdefs.h <<_ACEOF
  1360. #define PACKAGE_NAME "$PACKAGE_NAME"
  1361. _ACEOF
  1362. cat >>confdefs.h <<_ACEOF
  1363. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1364. _ACEOF
  1365. cat >>confdefs.h <<_ACEOF
  1366. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1367. _ACEOF
  1368. cat >>confdefs.h <<_ACEOF
  1369. #define PACKAGE_STRING "$PACKAGE_STRING"
  1370. _ACEOF
  1371. cat >>confdefs.h <<_ACEOF
  1372. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1373. _ACEOF
  1374. # Let the site file select an alternate cache file if it wants to.
  1375. # Prefer explicitly selected file to automatically selected ones.
  1376. if test -n "$CONFIG_SITE"; then
  1377.   set x "$CONFIG_SITE"
  1378. elif test "x$prefix" != xNONE; then
  1379.   set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1380. else
  1381.   set x "$ac_default_prefix/share/config.site" 
  1382. "$ac_default_prefix/etc/config.site"
  1383. fi
  1384. shift
  1385. for ac_site_file
  1386. do
  1387.   if test -r "$ac_site_file"; then
  1388.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1389. echo "$as_me: loading site script $ac_site_file" >&6;}
  1390.     sed 's/^/| /' "$ac_site_file" >&5
  1391.     . "$ac_site_file"
  1392.   fi
  1393. done
  1394. if test -r "$cache_file"; then
  1395.   # Some versions of bash will fail to source /dev/null (special
  1396.   # files actually), so we avoid doing that.
  1397.   if test -f "$cache_file"; then
  1398.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1399. echo "$as_me: loading cache $cache_file" >&6;}
  1400.     case $cache_file in
  1401.       [\/]* | ?:[\/]* ) . "$cache_file";;
  1402.       *)                      . "./$cache_file";;
  1403.     esac
  1404.   fi
  1405. else
  1406.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1407. echo "$as_me: creating cache $cache_file" >&6;}
  1408.   >$cache_file
  1409. fi
  1410. # Check that the precious variables saved in the cache have kept the same
  1411. # value.
  1412. ac_cache_corrupted=false
  1413. for ac_var in $ac_precious_vars; do
  1414.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1415.   eval ac_new_set=$ac_env_${ac_var}_set
  1416.   eval ac_old_val=$ac_cv_env_${ac_var}_value
  1417.   eval ac_new_val=$ac_env_${ac_var}_value
  1418.   case $ac_old_set,$ac_new_set in
  1419.     set,)
  1420.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1421. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1422.       ac_cache_corrupted=: ;;
  1423.     ,set)
  1424.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1425. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1426.       ac_cache_corrupted=: ;;
  1427.     ,);;
  1428.     *)
  1429.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1430. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1431. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1432. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1433. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1434. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1435. echo "$as_me:   current value: $ac_new_val" >&2;}
  1436. ac_cache_corrupted=:
  1437.       fi;;
  1438.   esac
  1439.   # Pass precious variables to config.status.
  1440.   if test "$ac_new_set" = set; then
  1441.     case $ac_new_val in
  1442.     *'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1443.     *) ac_arg=$ac_var=$ac_new_val ;;
  1444.     esac
  1445.     case " $ac_configure_args " in
  1446.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1447.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1448.     esac
  1449.   fi
  1450. done
  1451. if $ac_cache_corrupted; then
  1452.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1453. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1454.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1455. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1456.    { (exit 1); exit 1; }; }
  1457. fi
  1458. ac_ext=c
  1459. ac_cpp='$CPP $CPPFLAGS'
  1460. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1461. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1462. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1463. ac_config_headers="$ac_config_headers include/config.h"
  1464. cat >>confdefs.h <<_ACEOF
  1465. #define _GNU_SOURCE 1
  1466. _ACEOF
  1467. version="3.1.2"
  1468. date="01/04/2009-03:11:58PM_EST"
  1469. cwd=`pwd`
  1470. # Checks for programs.
  1471. ac_ext=c
  1472. ac_cpp='$CPP $CPPFLAGS'
  1473. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1474. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1475. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1476. if test -n "$ac_tool_prefix"; then
  1477.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1478. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1479. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1480. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1481. if test "${ac_cv_prog_CC+set}" = set; then
  1482.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1483. else
  1484.   if test -n "$CC"; then
  1485.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1486. else
  1487. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1488. for as_dir in $PATH
  1489. do
  1490.   IFS=$as_save_IFS
  1491.   test -z "$as_dir" && as_dir=.
  1492.   for ac_exec_ext in '' $ac_executable_extensions; do
  1493.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1494.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1495.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1496.     break 2
  1497.   fi
  1498. done
  1499. done
  1500. IFS=$as_save_IFS
  1501. fi
  1502. fi
  1503. CC=$ac_cv_prog_CC
  1504. if test -n "$CC"; then
  1505.   { echo "$as_me:$LINENO: result: $CC" >&5
  1506. echo "${ECHO_T}$CC" >&6; }
  1507. else
  1508.   { echo "$as_me:$LINENO: result: no" >&5
  1509. echo "${ECHO_T}no" >&6; }
  1510. fi
  1511. fi
  1512. if test -z "$ac_cv_prog_CC"; then
  1513.   ac_ct_CC=$CC
  1514.   # Extract the first word of "gcc", so it can be a program name with args.
  1515. set dummy gcc; ac_word=$2
  1516. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1517. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1518. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1519.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1520. else
  1521.   if test -n "$ac_ct_CC"; then
  1522.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1523. else
  1524. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1525. for as_dir in $PATH
  1526. do
  1527.   IFS=$as_save_IFS
  1528.   test -z "$as_dir" && as_dir=.
  1529.   for ac_exec_ext in '' $ac_executable_extensions; do
  1530.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1531.     ac_cv_prog_ac_ct_CC="gcc"
  1532.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1533.     break 2
  1534.   fi
  1535. done
  1536. done
  1537. IFS=$as_save_IFS
  1538. fi
  1539. fi
  1540. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1541. if test -n "$ac_ct_CC"; then
  1542.   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1543. echo "${ECHO_T}$ac_ct_CC" >&6; }
  1544. else
  1545.   { echo "$as_me:$LINENO: result: no" >&5
  1546. echo "${ECHO_T}no" >&6; }
  1547. fi
  1548.   if test "x$ac_ct_CC" = x; then
  1549.     CC=""
  1550.   else
  1551.     case $cross_compiling:$ac_tool_warned in
  1552. yes:)
  1553. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1554. whose name does not start with the host triplet.  If you think this
  1555. configuration is useful to you, please write to autoconf@gnu.org." >&5
  1556. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1557. whose name does not start with the host triplet.  If you think this
  1558. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1559. ac_tool_warned=yes ;;
  1560. esac
  1561.     CC=$ac_ct_CC
  1562.   fi
  1563. else
  1564.   CC="$ac_cv_prog_CC"
  1565. fi
  1566. if test -z "$CC"; then
  1567.           if test -n "$ac_tool_prefix"; then
  1568.     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1569. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1570. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1571. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1572. if test "${ac_cv_prog_CC+set}" = set; then
  1573.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1574. else
  1575.   if test -n "$CC"; then
  1576.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1577. else
  1578. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1579. for as_dir in $PATH
  1580. do
  1581.   IFS=$as_save_IFS
  1582.   test -z "$as_dir" && as_dir=.
  1583.   for ac_exec_ext in '' $ac_executable_extensions; do
  1584.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1585.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1586.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1587.     break 2
  1588.   fi
  1589. done
  1590. done
  1591. IFS=$as_save_IFS
  1592. fi
  1593. fi
  1594. CC=$ac_cv_prog_CC
  1595. if test -n "$CC"; then
  1596.   { echo "$as_me:$LINENO: result: $CC" >&5
  1597. echo "${ECHO_T}$CC" >&6; }
  1598. else
  1599.   { echo "$as_me:$LINENO: result: no" >&5
  1600. echo "${ECHO_T}no" >&6; }
  1601. fi
  1602.   fi
  1603. fi
  1604. if test -z "$CC"; then
  1605.   # Extract the first word of "cc", so it can be a program name with args.
  1606. set dummy cc; ac_word=$2
  1607. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1608. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1609. if test "${ac_cv_prog_CC+set}" = set; then
  1610.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1611. else
  1612.   if test -n "$CC"; then
  1613.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1614. else
  1615.   ac_prog_rejected=no
  1616. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1617. for as_dir in $PATH
  1618. do
  1619.   IFS=$as_save_IFS
  1620.   test -z "$as_dir" && as_dir=.
  1621.   for ac_exec_ext in '' $ac_executable_extensions; do
  1622.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1623.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1624.        ac_prog_rejected=yes
  1625.        continue
  1626.      fi
  1627.     ac_cv_prog_CC="cc"
  1628.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1629.     break 2
  1630.   fi
  1631. done
  1632. done
  1633. IFS=$as_save_IFS
  1634. if test $ac_prog_rejected = yes; then
  1635.   # We found a bogon in the path, so make sure we never use it.
  1636.   set dummy $ac_cv_prog_CC
  1637.   shift
  1638.   if test $# != 0; then
  1639.     # We chose a different compiler from the bogus one.
  1640.     # However, it has the same basename, so the bogon will be chosen
  1641.     # first if we set CC to just the basename; use the full file name.
  1642.     shift
  1643.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1644.   fi
  1645. fi
  1646. fi
  1647. fi
  1648. CC=$ac_cv_prog_CC
  1649. if test -n "$CC"; then
  1650.   { echo "$as_me:$LINENO: result: $CC" >&5
  1651. echo "${ECHO_T}$CC" >&6; }
  1652. else
  1653.   { echo "$as_me:$LINENO: result: no" >&5
  1654. echo "${ECHO_T}no" >&6; }
  1655. fi
  1656. fi
  1657. if test -z "$CC"; then
  1658.   if test -n "$ac_tool_prefix"; then
  1659.   for ac_prog in cl.exe
  1660.   do
  1661.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1662. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1663. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1664. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1665. if test "${ac_cv_prog_CC+set}" = set; then
  1666.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1667. else
  1668.   if test -n "$CC"; then
  1669.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1670. else
  1671. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1672. for as_dir in $PATH
  1673. do
  1674.   IFS=$as_save_IFS
  1675.   test -z "$as_dir" && as_dir=.
  1676.   for ac_exec_ext in '' $ac_executable_extensions; do
  1677.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1678.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1679.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1680.     break 2
  1681.   fi
  1682. done
  1683. done
  1684. IFS=$as_save_IFS
  1685. fi
  1686. fi
  1687. CC=$ac_cv_prog_CC
  1688. if test -n "$CC"; then
  1689.   { echo "$as_me:$LINENO: result: $CC" >&5
  1690. echo "${ECHO_T}$CC" >&6; }
  1691. else
  1692.   { echo "$as_me:$LINENO: result: no" >&5
  1693. echo "${ECHO_T}no" >&6; }
  1694. fi
  1695.     test -n "$CC" && break
  1696.   done
  1697. fi
  1698. if test -z "$CC"; then
  1699.   ac_ct_CC=$CC
  1700.   for ac_prog in cl.exe
  1701. do
  1702.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1703. set dummy $ac_prog; ac_word=$2
  1704. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1705. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1706. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1707.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1708. else
  1709.   if test -n "$ac_ct_CC"; then
  1710.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1711. else
  1712. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1713. for as_dir in $PATH
  1714. do
  1715.   IFS=$as_save_IFS
  1716.   test -z "$as_dir" && as_dir=.
  1717.   for ac_exec_ext in '' $ac_executable_extensions; do
  1718.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1719.     ac_cv_prog_ac_ct_CC="$ac_prog"
  1720.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1721.     break 2
  1722.   fi
  1723. done
  1724. done
  1725. IFS=$as_save_IFS
  1726. fi
  1727. fi
  1728. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1729. if test -n "$ac_ct_CC"; then
  1730.   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1731. echo "${ECHO_T}$ac_ct_CC" >&6; }
  1732. else
  1733.   { echo "$as_me:$LINENO: result: no" >&5
  1734. echo "${ECHO_T}no" >&6; }
  1735. fi
  1736.   test -n "$ac_ct_CC" && break
  1737. done
  1738.   if test "x$ac_ct_CC" = x; then
  1739.     CC=""
  1740.   else
  1741.     case $cross_compiling:$ac_tool_warned in
  1742. yes:)
  1743. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1744. whose name does not start with the host triplet.  If you think this
  1745. configuration is useful to you, please write to autoconf@gnu.org." >&5
  1746. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1747. whose name does not start with the host triplet.  If you think this
  1748. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1749. ac_tool_warned=yes ;;
  1750. esac
  1751.     CC=$ac_ct_CC
  1752.   fi
  1753. fi
  1754. fi
  1755. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  1756. See `config.log' for more details." >&5
  1757. echo "$as_me: error: no acceptable C compiler found in $PATH
  1758. See `config.log' for more details." >&2;}
  1759.    { (exit 1); exit 1; }; }
  1760. # Provide some information about the compiler.
  1761. echo "$as_me:$LINENO: checking for C compiler version" >&5
  1762. ac_compiler=`set X $ac_compile; echo $2`
  1763. { (ac_try="$ac_compiler --version >&5"
  1764. case "(($ac_try" in
  1765.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1766.   *) ac_try_echo=$ac_try;;
  1767. esac
  1768. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1769.   (eval "$ac_compiler --version >&5") 2>&5
  1770.   ac_status=$?
  1771.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1772.   (exit $ac_status); }
  1773. { (ac_try="$ac_compiler -v >&5"
  1774. case "(($ac_try" in
  1775.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1776.   *) ac_try_echo=$ac_try;;
  1777. esac
  1778. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1779.   (eval "$ac_compiler -v >&5") 2>&5
  1780.   ac_status=$?
  1781.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1782.   (exit $ac_status); }
  1783. { (ac_try="$ac_compiler -V >&5"
  1784. case "(($ac_try" in
  1785.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1786.   *) ac_try_echo=$ac_try;;
  1787. esac
  1788. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1789.   (eval "$ac_compiler -V >&5") 2>&5
  1790.   ac_status=$?
  1791.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1792.   (exit $ac_status); }
  1793. cat >conftest.$ac_ext <<_ACEOF
  1794. /* confdefs.h.  */
  1795. _ACEOF
  1796. cat confdefs.h >>conftest.$ac_ext
  1797. cat >>conftest.$ac_ext <<_ACEOF
  1798. /* end confdefs.h.  */
  1799. int
  1800. main ()
  1801. {
  1802.   ;
  1803.   return 0;
  1804. }
  1805. _ACEOF
  1806. ac_clean_files_save=$ac_clean_files
  1807. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1808. # Try to create an executable without -o first, disregard a.out.
  1809. # It will help us diagnose broken compilers, and finding out an intuition
  1810. # of exeext.
  1811. { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1812. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
  1813. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1814. #
  1815. # List of possible output files, starting from the most likely.
  1816. # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
  1817. # only as a last resort.  b.out is created by i960 compilers.
  1818. ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
  1819. #
  1820. # The IRIX 6 linker writes into existing files which may not be
  1821. # executable, retaining their permissions.  Remove them first so a
  1822. # subsequent execution test works.
  1823. ac_rmfiles=
  1824. for ac_file in $ac_files
  1825. do
  1826.   case $ac_file in
  1827.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1828.     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  1829.   esac
  1830. done
  1831. rm -f $ac_rmfiles
  1832. if { (ac_try="$ac_link_default"
  1833. case "(($ac_try" in
  1834.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1835.   *) ac_try_echo=$ac_try;;
  1836. esac
  1837. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1838.   (eval "$ac_link_default") 2>&5
  1839.   ac_status=$?
  1840.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1841.   (exit $ac_status); }; then
  1842.   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  1843. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  1844. # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  1845. # so that the user can short-circuit this test for compilers unknown to
  1846. # Autoconf.
  1847. for ac_file in $ac_files ''
  1848. do
  1849.   test -f "$ac_file" || continue
  1850.   case $ac_file in
  1851.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
  1852. ;;
  1853.     [ab].out )
  1854. # We found the default executable, but exeext='' is most
  1855. # certainly right.
  1856. break;;
  1857.     *.* )
  1858.         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  1859. then :; else
  1860.    ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1861. fi
  1862. # We set ac_cv_exeext here because the later test for it is not
  1863. # safe: cross compilers may not add the suffix if given an `-o'
  1864. # argument, so we may need to know it at that point already.
  1865. # Even if this section looks crufty: it has the advantage of
  1866. # actually working.
  1867. break;;
  1868.     * )
  1869. break;;
  1870.   esac
  1871. done
  1872. test "$ac_cv_exeext" = no && ac_cv_exeext=
  1873. else
  1874.   ac_file=''
  1875. fi
  1876. { echo "$as_me:$LINENO: result: $ac_file" >&5
  1877. echo "${ECHO_T}$ac_file" >&6; }
  1878. if test -z "$ac_file"; then
  1879.   echo "$as_me: failed program was:" >&5
  1880. sed 's/^/| /' conftest.$ac_ext >&5
  1881. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1882. See `config.log' for more details." >&5
  1883. echo "$as_me: error: C compiler cannot create executables
  1884. See `config.log' for more details." >&2;}
  1885.    { (exit 77); exit 77; }; }
  1886. fi
  1887. ac_exeext=$ac_cv_exeext
  1888. # Check that the compiler produces executables we can run.  If not, either
  1889. # the compiler is broken, or we cross compile.
  1890. { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1891. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
  1892. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1893. # If not cross compiling, check that we can run a simple program.
  1894. if test "$cross_compiling" != yes; then
  1895.   if { ac_try='./$ac_file'
  1896.   { (case "(($ac_try" in
  1897.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1898.   *) ac_try_echo=$ac_try;;
  1899. esac
  1900. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1901.   (eval "$ac_try") 2>&5
  1902.   ac_status=$?
  1903.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1904.   (exit $ac_status); }; }; then
  1905.     cross_compiling=no
  1906.   else
  1907.     if test "$cross_compiling" = maybe; then
  1908. cross_compiling=yes
  1909.     else
  1910. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1911. If you meant to cross compile, use `--host'.
  1912. See `config.log' for more details." >&5
  1913. echo "$as_me: error: cannot run C compiled programs.
  1914. If you meant to cross compile, use `--host'.
  1915. See `config.log' for more details." >&2;}
  1916.    { (exit 1); exit 1; }; }
  1917.     fi
  1918.   fi
  1919. fi
  1920. { echo "$as_me:$LINENO: result: yes" >&5
  1921. echo "${ECHO_T}yes" >&6; }
  1922. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1923. ac_clean_files=$ac_clean_files_save
  1924. # Check that the compiler produces executables we can run.  If not, either
  1925. # the compiler is broken, or we cross compile.
  1926. { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1927. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
  1928. { echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1929. echo "${ECHO_T}$cross_compiling" >&6; }
  1930. { echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1931. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
  1932. if { (ac_try="$ac_link"
  1933. case "(($ac_try" in
  1934.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1935.   *) ac_try_echo=$ac_try;;
  1936. esac
  1937. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1938.   (eval "$ac_link") 2>&5
  1939.   ac_status=$?
  1940.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1941.   (exit $ac_status); }; then
  1942.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1943. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1944. # work properly (i.e., refer to `conftest.exe'), while it won't with
  1945. # `rm'.
  1946. for ac_file in conftest.exe conftest conftest.*; do
  1947.   test -f "$ac_file" || continue
  1948.   case $ac_file in
  1949.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1950.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1951.   break;;
  1952.     * ) break;;
  1953.   esac
  1954. done
  1955. else
  1956.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1957. See `config.log' for more details." >&5
  1958. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1959. See `config.log' for more details." >&2;}
  1960.    { (exit 1); exit 1; }; }
  1961. fi
  1962. rm -f conftest$ac_cv_exeext
  1963. { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1964. echo "${ECHO_T}$ac_cv_exeext" >&6; }
  1965. rm -f conftest.$ac_ext
  1966. EXEEXT=$ac_cv_exeext
  1967. ac_exeext=$EXEEXT
  1968. { echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1969. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
  1970. if test "${ac_cv_objext+set}" = set; then
  1971.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1972. else
  1973.   cat >conftest.$ac_ext <<_ACEOF
  1974. /* confdefs.h.  */
  1975. _ACEOF
  1976. cat confdefs.h >>conftest.$ac_ext
  1977. cat >>conftest.$ac_ext <<_ACEOF
  1978. /* end confdefs.h.  */
  1979. int
  1980. main ()
  1981. {
  1982.   ;
  1983.   return 0;
  1984. }
  1985. _ACEOF
  1986. rm -f conftest.o conftest.obj
  1987. if { (ac_try="$ac_compile"
  1988. case "(($ac_try" in
  1989.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1990.   *) ac_try_echo=$ac_try;;
  1991. esac
  1992. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1993.   (eval "$ac_compile") 2>&5
  1994.   ac_status=$?
  1995.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1996.   (exit $ac_status); }; then
  1997.   for ac_file in conftest.o conftest.obj conftest.*; do
  1998.   test -f "$ac_file" || continue;
  1999.   case $ac_file in
  2000.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
  2001.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  2002.        break;;
  2003.   esac
  2004. done
  2005. else
  2006.   echo "$as_me: failed program was:" >&5
  2007. sed 's/^/| /' conftest.$ac_ext >&5
  2008. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  2009. See `config.log' for more details." >&5
  2010. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  2011. See `config.log' for more details." >&2;}
  2012.    { (exit 1); exit 1; }; }
  2013. fi
  2014. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2015. fi
  2016. { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  2017. echo "${ECHO_T}$ac_cv_objext" >&6; }
  2018. OBJEXT=$ac_cv_objext
  2019. ac_objext=$OBJEXT
  2020. { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2021. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  2022. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2023.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2024. else
  2025.   cat >conftest.$ac_ext <<_ACEOF
  2026. /* confdefs.h.  */
  2027. _ACEOF
  2028. cat confdefs.h >>conftest.$ac_ext
  2029. cat >>conftest.$ac_ext <<_ACEOF
  2030. /* end confdefs.h.  */
  2031. int
  2032. main ()
  2033. {
  2034. #ifndef __GNUC__
  2035.        choke me
  2036. #endif
  2037.   ;
  2038.   return 0;
  2039. }
  2040. _ACEOF
  2041. rm -f conftest.$ac_objext
  2042. if { (ac_try="$ac_compile"
  2043. case "(($ac_try" in
  2044.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2045.   *) ac_try_echo=$ac_try;;
  2046. esac
  2047. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2048.   (eval "$ac_compile") 2>conftest.er1
  2049.   ac_status=$?
  2050.   grep -v '^ *+' conftest.er1 >conftest.err
  2051.   rm -f conftest.er1
  2052.   cat conftest.err >&5
  2053.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2054.   (exit $ac_status); } && {
  2055.  test -z "$ac_c_werror_flag" ||
  2056.  test ! -s conftest.err
  2057.        } && test -s conftest.$ac_objext; then
  2058.   ac_compiler_gnu=yes
  2059. else
  2060.   echo "$as_me: failed program was:" >&5
  2061. sed 's/^/| /' conftest.$ac_ext >&5
  2062. ac_compiler_gnu=no
  2063. fi
  2064. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2065. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2066. fi
  2067. { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2068. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  2069. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2070. ac_test_CFLAGS=${CFLAGS+set}
  2071. ac_save_CFLAGS=$CFLAGS
  2072. { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2073. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  2074. if test "${ac_cv_prog_cc_g+set}" = set; then
  2075.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2076. else
  2077.   ac_save_c_werror_flag=$ac_c_werror_flag
  2078.    ac_c_werror_flag=yes
  2079.    ac_cv_prog_cc_g=no
  2080.    CFLAGS="-g"
  2081.    cat >conftest.$ac_ext <<_ACEOF
  2082. /* confdefs.h.  */
  2083. _ACEOF
  2084. cat confdefs.h >>conftest.$ac_ext
  2085. cat >>conftest.$ac_ext <<_ACEOF
  2086. /* end confdefs.h.  */
  2087. int
  2088. main ()
  2089. {
  2090.   ;
  2091.   return 0;
  2092. }
  2093. _ACEOF
  2094. rm -f conftest.$ac_objext
  2095. if { (ac_try="$ac_compile"
  2096. case "(($ac_try" in
  2097.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2098.   *) ac_try_echo=$ac_try;;
  2099. esac
  2100. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2101.   (eval "$ac_compile") 2>conftest.er1
  2102.   ac_status=$?
  2103.   grep -v '^ *+' conftest.er1 >conftest.err
  2104.   rm -f conftest.er1
  2105.   cat conftest.err >&5
  2106.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2107.   (exit $ac_status); } && {
  2108.  test -z "$ac_c_werror_flag" ||
  2109.  test ! -s conftest.err
  2110.        } && test -s conftest.$ac_objext; then
  2111.   ac_cv_prog_cc_g=yes
  2112. else
  2113.   echo "$as_me: failed program was:" >&5
  2114. sed 's/^/| /' conftest.$ac_ext >&5
  2115. CFLAGS=""
  2116.       cat >conftest.$ac_ext <<_ACEOF
  2117. /* confdefs.h.  */
  2118. _ACEOF
  2119. cat confdefs.h >>conftest.$ac_ext
  2120. cat >>conftest.$ac_ext <<_ACEOF
  2121. /* end confdefs.h.  */
  2122. int
  2123. main ()
  2124. {
  2125.   ;
  2126.   return 0;
  2127. }
  2128. _ACEOF
  2129. rm -f conftest.$ac_objext
  2130. if { (ac_try="$ac_compile"
  2131. case "(($ac_try" in
  2132.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2133.   *) ac_try_echo=$ac_try;;
  2134. esac
  2135. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2136.   (eval "$ac_compile") 2>conftest.er1
  2137.   ac_status=$?
  2138.   grep -v '^ *+' conftest.er1 >conftest.err
  2139.   rm -f conftest.er1
  2140.   cat conftest.err >&5
  2141.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2142.   (exit $ac_status); } && {
  2143.  test -z "$ac_c_werror_flag" ||
  2144.  test ! -s conftest.err
  2145.        } && test -s conftest.$ac_objext; then
  2146.   :
  2147. else
  2148.   echo "$as_me: failed program was:" >&5
  2149. sed 's/^/| /' conftest.$ac_ext >&5
  2150. ac_c_werror_flag=$ac_save_c_werror_flag
  2151.  CFLAGS="-g"
  2152.  cat >conftest.$ac_ext <<_ACEOF
  2153. /* confdefs.h.  */
  2154. _ACEOF
  2155. cat confdefs.h >>conftest.$ac_ext
  2156. cat >>conftest.$ac_ext <<_ACEOF
  2157. /* end confdefs.h.  */
  2158. int
  2159. main ()
  2160. {
  2161.   ;
  2162.   return 0;
  2163. }
  2164. _ACEOF
  2165. rm -f conftest.$ac_objext
  2166. if { (ac_try="$ac_compile"
  2167. case "(($ac_try" in
  2168.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2169.   *) ac_try_echo=$ac_try;;
  2170. esac
  2171. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2172.   (eval "$ac_compile") 2>conftest.er1
  2173.   ac_status=$?
  2174.   grep -v '^ *+' conftest.er1 >conftest.err
  2175.   rm -f conftest.er1
  2176.   cat conftest.err >&5
  2177.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2178.   (exit $ac_status); } && {
  2179.  test -z "$ac_c_werror_flag" ||
  2180.  test ! -s conftest.err
  2181.        } && test -s conftest.$ac_objext; then
  2182.   ac_cv_prog_cc_g=yes
  2183. else
  2184.   echo "$as_me: failed program was:" >&5
  2185. sed 's/^/| /' conftest.$ac_ext >&5
  2186. fi
  2187. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2188. fi
  2189. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2190. fi
  2191. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2192.    ac_c_werror_flag=$ac_save_c_werror_flag
  2193. fi
  2194. { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2195. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  2196. if test "$ac_test_CFLAGS" = set; then
  2197.   CFLAGS=$ac_save_CFLAGS
  2198. elif test $ac_cv_prog_cc_g = yes; then
  2199.   if test "$GCC" = yes; then
  2200.     CFLAGS="-g -O2"
  2201.   else
  2202.     CFLAGS="-g"
  2203.   fi
  2204. else
  2205.   if test "$GCC" = yes; then
  2206.     CFLAGS="-O2"
  2207.   else
  2208.     CFLAGS=
  2209.   fi
  2210. fi
  2211. { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  2212. echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  2213. if test "${ac_cv_prog_cc_c89+set}" = set; then
  2214.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2215. else
  2216.   ac_cv_prog_cc_c89=no
  2217. ac_save_CC=$CC
  2218. cat >conftest.$ac_ext <<_ACEOF
  2219. /* confdefs.h.  */
  2220. _ACEOF
  2221. cat confdefs.h >>conftest.$ac_ext
  2222. cat >>conftest.$ac_ext <<_ACEOF
  2223. /* end confdefs.h.  */
  2224. #include <stdarg.h>
  2225. #include <stdio.h>
  2226. #include <sys/types.h>
  2227. #include <sys/stat.h>
  2228. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  2229. struct buf { int x; };
  2230. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2231. static char *e (p, i)
  2232.      char **p;
  2233.      int i;
  2234. {
  2235.   return p[i];
  2236. }
  2237. static char *f (char * (*g) (char **, int), char **p, ...)
  2238. {
  2239.   char *s;
  2240.   va_list v;
  2241.   va_start (v,p);
  2242.   s = g (p, va_arg (v,int));
  2243.   va_end (v);
  2244.   return s;
  2245. }
  2246. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  2247.    function prototypes and stuff, but not 'xHH' hex character constants.
  2248.    These don't provoke an error unfortunately, instead are silently treated
  2249.    as 'x'.  The following induces an error, until -std is added to get
  2250.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  2251.    array size at least.  It's necessary to write 'x00'==0 to get something
  2252.    that's true only with -std.  */
  2253. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  2254. /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  2255.    inside strings and character constants.  */
  2256. #define FOO(x) 'x'
  2257. int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  2258. int test (int i, double x);
  2259. struct s1 {int (*f) (int a);};
  2260. struct s2 {int (*f) (double a);};
  2261. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2262. int argc;
  2263. char **argv;
  2264. int
  2265. main ()
  2266. {
  2267. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  2268.   ;
  2269.   return 0;
  2270. }
  2271. _ACEOF
  2272. for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std 
  2273. -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2274. do
  2275.   CC="$ac_save_CC $ac_arg"
  2276.   rm -f conftest.$ac_objext
  2277. if { (ac_try="$ac_compile"
  2278. case "(($ac_try" in
  2279.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2280.   *) ac_try_echo=$ac_try;;
  2281. esac
  2282. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2283.   (eval "$ac_compile") 2>conftest.er1
  2284.   ac_status=$?
  2285.   grep -v '^ *+' conftest.er1 >conftest.err
  2286.   rm -f conftest.er1
  2287.   cat conftest.err >&5
  2288.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2289.   (exit $ac_status); } && {
  2290.  test -z "$ac_c_werror_flag" ||
  2291.  test ! -s conftest.err
  2292.        } && test -s conftest.$ac_objext; then
  2293.   ac_cv_prog_cc_c89=$ac_arg
  2294. else
  2295.   echo "$as_me: failed program was:" >&5
  2296. sed 's/^/| /' conftest.$ac_ext >&5
  2297. fi
  2298. rm -f core conftest.err conftest.$ac_objext
  2299.   test "x$ac_cv_prog_cc_c89" != "xno" && break
  2300. done
  2301. rm -f conftest.$ac_ext
  2302. CC=$ac_save_CC
  2303. fi
  2304. # AC_CACHE_VAL
  2305. case "x$ac_cv_prog_cc_c89" in
  2306.   x)
  2307.     { echo "$as_me:$LINENO: result: none needed" >&5
  2308. echo "${ECHO_T}none needed" >&6; } ;;
  2309.   xno)
  2310.     { echo "$as_me:$LINENO: result: unsupported" >&5
  2311. echo "${ECHO_T}unsupported" >&6; } ;;
  2312.   *)
  2313.     CC="$CC $ac_cv_prog_cc_c89"
  2314.     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  2315. echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  2316. esac
  2317. ac_ext=c
  2318. ac_cpp='$CPP $CPPFLAGS'
  2319. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2320. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2321. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2322. { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets $(MAKE)" >&5
  2323. echo $ECHO_N "checking whether ${MAKE-make} sets $(MAKE)... $ECHO_C" >&6; }
  2324. set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  2325. if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test "${$as_var+set}" = set"; }; then
  2326.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2327. else
  2328.   cat >conftest.make <<_ACEOF
  2329. SHELL = /bin/sh
  2330. all:
  2331. @echo '@@@%%%=$(MAKE)=@@@%%%'
  2332. _ACEOF
  2333. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2334. case `${MAKE-make} -f conftest.make 2>/dev/null` in
  2335.   *@@@%%%=?*=@@@%%%*)
  2336.     eval ac_cv_prog_make_${ac_make}_set=yes;;
  2337.   *)
  2338.     eval ac_cv_prog_make_${ac_make}_set=no;;
  2339. esac
  2340. rm -f conftest.make
  2341. fi
  2342. if eval test $ac_cv_prog_make_${ac_make}_set = yes; then
  2343.   { echo "$as_me:$LINENO: result: yes" >&5
  2344. echo "${ECHO_T}yes" >&6; }
  2345.   SET_MAKE=
  2346. else
  2347.   { echo "$as_me:$LINENO: result: no" >&5
  2348. echo "${ECHO_T}no" >&6; }
  2349.   SET_MAKE="MAKE=${MAKE-make}"
  2350. fi
  2351. # Check whether --with-utc was given.
  2352. if test "${with_utc+set}" = set; then
  2353.   withval=$with_utc;
  2354. cat >>confdefs.h <<_ACEOF
  2355. #define USE_GMT 1
  2356. _ACEOF
  2357. fi
  2358. # Check whether --with-ssl was given.
  2359. if test "${with_ssl+set}" = set; then
  2360.   withval=$with_ssl; use_ssl=$withval
  2361. fi
  2362. # Check whether --enable-largefile was given.
  2363. if test "${enable_largefile+set}" = set; then
  2364.   enableval=$enable_largefile;
  2365. fi
  2366. if test "$enable_largefile" != no; then
  2367.   { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
  2368. echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
  2369. if test "${ac_cv_sys_largefile_CC+set}" = set; then
  2370.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2371. else
  2372.   ac_cv_sys_largefile_CC=no
  2373.      if test "$GCC" != yes; then
  2374.        ac_save_CC=$CC
  2375.        while :; do
  2376.  # IRIX 6.2 and later do not support large files by default,
  2377.  # so use the C compiler's -n32 option if that helps.
  2378.  cat >conftest.$ac_ext <<_ACEOF
  2379. /* confdefs.h.  */
  2380. _ACEOF
  2381. cat confdefs.h >>conftest.$ac_ext
  2382. cat >>conftest.$ac_ext <<_ACEOF
  2383. /* end confdefs.h.  */
  2384. #include <sys/types.h>
  2385.  /* Check that off_t can represent 2**63 - 1 correctly.
  2386.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2387.     since some C++ compilers masquerading as C compilers
  2388.     incorrectly reject 9223372036854775807.  */
  2389. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2390.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2391.        && LARGE_OFF_T % 2147483647 == 1)
  2392.       ? 1 : -1];
  2393. int
  2394. main ()
  2395. {
  2396.   ;
  2397.   return 0;
  2398. }
  2399. _ACEOF
  2400.  rm -f conftest.$ac_objext
  2401. if { (ac_try="$ac_compile"
  2402. case "(($ac_try" in
  2403.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2404.   *) ac_try_echo=$ac_try;;
  2405. esac
  2406. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2407.   (eval "$ac_compile") 2>conftest.er1
  2408.   ac_status=$?
  2409.   grep -v '^ *+' conftest.er1 >conftest.err
  2410.   rm -f conftest.er1
  2411.   cat conftest.err >&5
  2412.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2413.   (exit $ac_status); } && {
  2414.  test -z "$ac_c_werror_flag" ||
  2415.  test ! -s conftest.err
  2416.        } && test -s conftest.$ac_objext; then
  2417.   break
  2418. else
  2419.   echo "$as_me: failed program was:" >&5
  2420. sed 's/^/| /' conftest.$ac_ext >&5
  2421. fi
  2422. rm -f core conftest.err conftest.$ac_objext
  2423.  CC="$CC -n32"
  2424.  rm -f conftest.$ac_objext
  2425. if { (ac_try="$ac_compile"
  2426. case "(($ac_try" in
  2427.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2428.   *) ac_try_echo=$ac_try;;
  2429. esac
  2430. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2431.   (eval "$ac_compile") 2>conftest.er1
  2432.   ac_status=$?
  2433.   grep -v '^ *+' conftest.er1 >conftest.err
  2434.   rm -f conftest.er1
  2435.   cat conftest.err >&5
  2436.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2437.   (exit $ac_status); } && {
  2438.  test -z "$ac_c_werror_flag" ||
  2439.  test ! -s conftest.err
  2440.        } && test -s conftest.$ac_objext; then
  2441.   ac_cv_sys_largefile_CC=' -n32'; break
  2442. else
  2443.   echo "$as_me: failed program was:" >&5
  2444. sed 's/^/| /' conftest.$ac_ext >&5
  2445. fi
  2446. rm -f core conftest.err conftest.$ac_objext
  2447.  break
  2448.        done
  2449.        CC=$ac_save_CC
  2450.        rm -f conftest.$ac_ext
  2451.     fi
  2452. fi
  2453. { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
  2454. echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
  2455.   if test "$ac_cv_sys_largefile_CC" != no; then
  2456.     CC=$CC$ac_cv_sys_largefile_CC
  2457.   fi
  2458.   { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
  2459. echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
  2460. if test "${ac_cv_sys_file_offset_bits+set}" = set; then
  2461.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2462. else
  2463.   while :; do
  2464.   cat >conftest.$ac_ext <<_ACEOF
  2465. /* confdefs.h.  */
  2466. _ACEOF
  2467. cat confdefs.h >>conftest.$ac_ext
  2468. cat >>conftest.$ac_ext <<_ACEOF
  2469. /* end confdefs.h.  */
  2470. #include <sys/types.h>
  2471.  /* Check that off_t can represent 2**63 - 1 correctly.
  2472.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2473.     since some C++ compilers masquerading as C compilers
  2474.     incorrectly reject 9223372036854775807.  */
  2475. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2476.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2477.        && LARGE_OFF_T % 2147483647 == 1)
  2478.       ? 1 : -1];
  2479. int
  2480. main ()
  2481. {
  2482.   ;
  2483.   return 0;
  2484. }
  2485. _ACEOF
  2486. rm -f conftest.$ac_objext
  2487. if { (ac_try="$ac_compile"
  2488. case "(($ac_try" in
  2489.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2490.   *) ac_try_echo=$ac_try;;
  2491. esac
  2492. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2493.   (eval "$ac_compile") 2>conftest.er1
  2494.   ac_status=$?
  2495.   grep -v '^ *+' conftest.er1 >conftest.err
  2496.   rm -f conftest.er1
  2497.   cat conftest.err >&5
  2498.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2499.   (exit $ac_status); } && {
  2500.  test -z "$ac_c_werror_flag" ||
  2501.  test ! -s conftest.err
  2502.        } && test -s conftest.$ac_objext; then
  2503.   ac_cv_sys_file_offset_bits=no; break
  2504. else
  2505.   echo "$as_me: failed program was:" >&5
  2506. sed 's/^/| /' conftest.$ac_ext >&5
  2507. fi
  2508. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2509.   cat >conftest.$ac_ext <<_ACEOF
  2510. /* confdefs.h.  */
  2511. _ACEOF
  2512. cat confdefs.h >>conftest.$ac_ext
  2513. cat >>conftest.$ac_ext <<_ACEOF
  2514. /* end confdefs.h.  */
  2515. #define _FILE_OFFSET_BITS 64
  2516. #include <sys/types.h>
  2517.  /* Check that off_t can represent 2**63 - 1 correctly.
  2518.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2519.     since some C++ compilers masquerading as C compilers
  2520.     incorrectly reject 9223372036854775807.  */
  2521. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2522.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2523.        && LARGE_OFF_T % 2147483647 == 1)
  2524.       ? 1 : -1];
  2525. int
  2526. main ()
  2527. {
  2528.   ;
  2529.   return 0;
  2530. }
  2531. _ACEOF
  2532. rm -f conftest.$ac_objext
  2533. if { (ac_try="$ac_compile"
  2534. case "(($ac_try" in
  2535.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2536.   *) ac_try_echo=$ac_try;;
  2537. esac
  2538. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2539.   (eval "$ac_compile") 2>conftest.er1
  2540.   ac_status=$?
  2541.   grep -v '^ *+' conftest.er1 >conftest.err
  2542.   rm -f conftest.er1
  2543.   cat conftest.err >&5
  2544.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2545.   (exit $ac_status); } && {
  2546.  test -z "$ac_c_werror_flag" ||
  2547.  test ! -s conftest.err
  2548.        } && test -s conftest.$ac_objext; then
  2549.   ac_cv_sys_file_offset_bits=64; break
  2550. else
  2551.   echo "$as_me: failed program was:" >&5
  2552. sed 's/^/| /' conftest.$ac_ext >&5
  2553. fi
  2554. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2555.   ac_cv_sys_file_offset_bits=unknown
  2556.   break
  2557. done
  2558. fi
  2559. { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
  2560. echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
  2561. case $ac_cv_sys_file_offset_bits in #(
  2562.   no | unknown) ;;
  2563.   *)
  2564. cat >>confdefs.h <<_ACEOF
  2565. #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
  2566. _ACEOF
  2567. ;;
  2568. esac
  2569. rm -f conftest*
  2570.   if test $ac_cv_sys_file_offset_bits = unknown; then
  2571.     { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
  2572. echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
  2573. if test "${ac_cv_sys_large_files+set}" = set; then
  2574.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2575. else
  2576.   while :; do
  2577.   cat >conftest.$ac_ext <<_ACEOF
  2578. /* confdefs.h.  */
  2579. _ACEOF
  2580. cat confdefs.h >>conftest.$ac_ext
  2581. cat >>conftest.$ac_ext <<_ACEOF
  2582. /* end confdefs.h.  */
  2583. #include <sys/types.h>
  2584.  /* Check that off_t can represent 2**63 - 1 correctly.
  2585.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2586.     since some C++ compilers masquerading as C compilers
  2587.     incorrectly reject 9223372036854775807.  */
  2588. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2589.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2590.        && LARGE_OFF_T % 2147483647 == 1)
  2591.       ? 1 : -1];
  2592. int
  2593. main ()
  2594. {
  2595.   ;
  2596.   return 0;
  2597. }
  2598. _ACEOF
  2599. rm -f conftest.$ac_objext
  2600. if { (ac_try="$ac_compile"
  2601. case "(($ac_try" in
  2602.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2603.   *) ac_try_echo=$ac_try;;
  2604. esac
  2605. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2606.   (eval "$ac_compile") 2>conftest.er1
  2607.   ac_status=$?
  2608.   grep -v '^ *+' conftest.er1 >conftest.err
  2609.   rm -f conftest.er1
  2610.   cat conftest.err >&5
  2611.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2612.   (exit $ac_status); } && {
  2613.  test -z "$ac_c_werror_flag" ||
  2614.  test ! -s conftest.err
  2615.        } && test -s conftest.$ac_objext; then
  2616.   ac_cv_sys_large_files=no; break
  2617. else
  2618.   echo "$as_me: failed program was:" >&5
  2619. sed 's/^/| /' conftest.$ac_ext >&5
  2620. fi
  2621. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2622.   cat >conftest.$ac_ext <<_ACEOF
  2623. /* confdefs.h.  */
  2624. _ACEOF
  2625. cat confdefs.h >>conftest.$ac_ext
  2626. cat >>conftest.$ac_ext <<_ACEOF
  2627. /* end confdefs.h.  */
  2628. #define _LARGE_FILES 1
  2629. #include <sys/types.h>
  2630.  /* Check that off_t can represent 2**63 - 1 correctly.
  2631.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2632.     since some C++ compilers masquerading as C compilers
  2633.     incorrectly reject 9223372036854775807.  */
  2634. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2635.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2636.        && LARGE_OFF_T % 2147483647 == 1)
  2637.       ? 1 : -1];
  2638. int
  2639. main ()
  2640. {
  2641.   ;
  2642.   return 0;
  2643. }
  2644. _ACEOF
  2645. rm -f conftest.$ac_objext
  2646. if { (ac_try="$ac_compile"
  2647. case "(($ac_try" in
  2648.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2649.   *) ac_try_echo=$ac_try;;
  2650. esac
  2651. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2652.   (eval "$ac_compile") 2>conftest.er1
  2653.   ac_status=$?
  2654.   grep -v '^ *+' conftest.er1 >conftest.err
  2655.   rm -f conftest.er1
  2656.   cat conftest.err >&5
  2657.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2658.   (exit $ac_status); } && {
  2659.  test -z "$ac_c_werror_flag" ||
  2660.  test ! -s conftest.err
  2661.        } && test -s conftest.$ac_objext; then
  2662.   ac_cv_sys_large_files=1; break
  2663. else
  2664.   echo "$as_me: failed program was:" >&5
  2665. sed 's/^/| /' conftest.$ac_ext >&5
  2666. fi
  2667. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2668.   ac_cv_sys_large_files=unknown
  2669.   break
  2670. done
  2671. fi
  2672. { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
  2673. echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
  2674. case $ac_cv_sys_large_files in #(
  2675.   no | unknown) ;;
  2676.   *)
  2677. cat >>confdefs.h <<_ACEOF
  2678. #define _LARGE_FILES $ac_cv_sys_large_files
  2679. _ACEOF
  2680. ;;
  2681. esac
  2682. rm -f conftest*
  2683.   fi
  2684. fi
  2685. if test -n "$GCC"; then
  2686.     CFLAGS="$CFLAGS -Wall -W"
  2687. fi
  2688. # Checks for libraries.
  2689. { echo "$as_me:$LINENO: checking for library containing socket" >&5
  2690. echo $ECHO_N "checking for library containing socket... $ECHO_C" >&6; }
  2691. if test "${ac_cv_search_socket+set}" = set; then
  2692.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2693. else
  2694.   ac_func_search_save_LIBS=$LIBS
  2695. cat >conftest.$ac_ext <<_ACEOF
  2696. /* confdefs.h.  */
  2697. _ACEOF
  2698. cat confdefs.h >>conftest.$ac_ext
  2699. cat >>conftest.$ac_ext <<_ACEOF
  2700. /* end confdefs.h.  */
  2701. /* Override any GCC internal prototype to avoid an error.
  2702.    Use char because int might match the return type of a GCC
  2703.    builtin and then its argument prototype would still apply.  */
  2704. #ifdef __cplusplus
  2705. extern "C"
  2706. #endif
  2707. char socket ();
  2708. int
  2709. main ()
  2710. {
  2711. return socket ();
  2712.   ;
  2713.   return 0;
  2714. }
  2715. _ACEOF
  2716. for ac_lib in '' socket; do
  2717.   if test -z "$ac_lib"; then
  2718.     ac_res="none required"
  2719.   else
  2720.     ac_res=-l$ac_lib
  2721.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  2722.   fi
  2723.   rm -f conftest.$ac_objext conftest$ac_exeext
  2724. if { (ac_try="$ac_link"
  2725. case "(($ac_try" in
  2726.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2727.   *) ac_try_echo=$ac_try;;
  2728. esac
  2729. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2730.   (eval "$ac_link") 2>conftest.er1
  2731.   ac_status=$?
  2732.   grep -v '^ *+' conftest.er1 >conftest.err
  2733.   rm -f conftest.er1
  2734.   cat conftest.err >&5
  2735.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2736.   (exit $ac_status); } && {
  2737.  test -z "$ac_c_werror_flag" ||
  2738.  test ! -s conftest.err
  2739.        } && test -s conftest$ac_exeext &&
  2740.        $as_test_x conftest$ac_exeext; then
  2741.   ac_cv_search_socket=$ac_res
  2742. else
  2743.   echo "$as_me: failed program was:" >&5
  2744. sed 's/^/| /' conftest.$ac_ext >&5
  2745. fi
  2746. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2747.       conftest$ac_exeext
  2748.   if test "${ac_cv_search_socket+set}" = set; then
  2749.   break
  2750. fi
  2751. done
  2752. if test "${ac_cv_search_socket+set}" = set; then
  2753.   :
  2754. else
  2755.   ac_cv_search_socket=no
  2756. fi
  2757. rm conftest.$ac_ext
  2758. LIBS=$ac_func_search_save_LIBS
  2759. fi
  2760. { echo "$as_me:$LINENO: result: $ac_cv_search_socket" >&5
  2761. echo "${ECHO_T}$ac_cv_search_socket" >&6; }
  2762. ac_res=$ac_cv_search_socket
  2763. if test "$ac_res" != no; then
  2764.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  2765. fi
  2766. { echo "$as_me:$LINENO: checking for library containing sqrt" >&5
  2767. echo $ECHO_N "checking for library containing sqrt... $ECHO_C" >&6; }
  2768. if test "${ac_cv_search_sqrt+set}" = set; then
  2769.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2770. else
  2771.   ac_func_search_save_LIBS=$LIBS
  2772. cat >conftest.$ac_ext <<_ACEOF
  2773. /* confdefs.h.  */
  2774. _ACEOF
  2775. cat confdefs.h >>conftest.$ac_ext
  2776. cat >>conftest.$ac_ext <<_ACEOF
  2777. /* end confdefs.h.  */
  2778. /* Override any GCC internal prototype to avoid an error.
  2779.    Use char because int might match the return type of a GCC
  2780.    builtin and then its argument prototype would still apply.  */
  2781. #ifdef __cplusplus
  2782. extern "C"
  2783. #endif
  2784. char sqrt ();
  2785. int
  2786. main ()
  2787. {
  2788. return sqrt ();
  2789.   ;
  2790.   return 0;
  2791. }
  2792. _ACEOF
  2793. for ac_lib in '' m; do
  2794.   if test -z "$ac_lib"; then
  2795.     ac_res="none required"
  2796.   else
  2797.     ac_res=-l$ac_lib
  2798.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  2799.   fi
  2800.   rm -f conftest.$ac_objext conftest$ac_exeext
  2801. if { (ac_try="$ac_link"
  2802. case "(($ac_try" in
  2803.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2804.   *) ac_try_echo=$ac_try;;
  2805. esac
  2806. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2807.   (eval "$ac_link") 2>conftest.er1
  2808.   ac_status=$?
  2809.   grep -v '^ *+' conftest.er1 >conftest.err
  2810.   rm -f conftest.er1
  2811.   cat conftest.err >&5
  2812.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2813.   (exit $ac_status); } && {
  2814.  test -z "$ac_c_werror_flag" ||
  2815.  test ! -s conftest.err
  2816.        } && test -s conftest$ac_exeext &&
  2817.        $as_test_x conftest$ac_exeext; then
  2818.   ac_cv_search_sqrt=$ac_res
  2819. else
  2820.   echo "$as_me: failed program was:" >&5
  2821. sed 's/^/| /' conftest.$ac_ext >&5
  2822. fi
  2823. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2824.       conftest$ac_exeext
  2825.   if test "${ac_cv_search_sqrt+set}" = set; then
  2826.   break
  2827. fi
  2828. done
  2829. if test "${ac_cv_search_sqrt+set}" = set; then
  2830.   :
  2831. else
  2832.   ac_cv_search_sqrt=no
  2833. fi
  2834. rm conftest.$ac_ext
  2835. LIBS=$ac_func_search_save_LIBS
  2836. fi
  2837. { echo "$as_me:$LINENO: result: $ac_cv_search_sqrt" >&5
  2838. echo "${ECHO_T}$ac_cv_search_sqrt" >&6; }
  2839. ac_res=$ac_cv_search_sqrt
  2840. if test "$ac_res" != no; then
  2841.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  2842. fi
  2843. { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
  2844. echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
  2845. if test "${ac_cv_search_gethostbyname+set}" = set; then
  2846.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2847. else
  2848.   ac_func_search_save_LIBS=$LIBS
  2849. cat >conftest.$ac_ext <<_ACEOF
  2850. /* confdefs.h.  */
  2851. _ACEOF
  2852. cat confdefs.h >>conftest.$ac_ext
  2853. cat >>conftest.$ac_ext <<_ACEOF
  2854. /* end confdefs.h.  */
  2855. /* Override any GCC internal prototype to avoid an error.
  2856.    Use char because int might match the return type of a GCC
  2857.    builtin and then its argument prototype would still apply.  */
  2858. #ifdef __cplusplus
  2859. extern "C"
  2860. #endif
  2861. char gethostbyname ();
  2862. int
  2863. main ()
  2864. {
  2865. return gethostbyname ();
  2866.   ;
  2867.   return 0;
  2868. }
  2869. _ACEOF
  2870. for ac_lib in '' nsl; do
  2871.   if test -z "$ac_lib"; then
  2872.     ac_res="none required"
  2873.   else
  2874.     ac_res=-l$ac_lib
  2875.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  2876.   fi
  2877.   rm -f conftest.$ac_objext conftest$ac_exeext
  2878. if { (ac_try="$ac_link"
  2879. case "(($ac_try" in
  2880.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2881.   *) ac_try_echo=$ac_try;;
  2882. esac
  2883. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2884.   (eval "$ac_link") 2>conftest.er1
  2885.   ac_status=$?
  2886.   grep -v '^ *+' conftest.er1 >conftest.err
  2887.   rm -f conftest.er1
  2888.   cat conftest.err >&5
  2889.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2890.   (exit $ac_status); } && {
  2891.  test -z "$ac_c_werror_flag" ||
  2892.  test ! -s conftest.err
  2893.        } && test -s conftest$ac_exeext &&
  2894.        $as_test_x conftest$ac_exeext; then
  2895.   ac_cv_search_gethostbyname=$ac_res
  2896. else
  2897.   echo "$as_me: failed program was:" >&5
  2898. sed 's/^/| /' conftest.$ac_ext >&5
  2899. fi
  2900. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2901.       conftest$ac_exeext
  2902.   if test "${ac_cv_search_gethostbyname+set}" = set; then
  2903.   break
  2904. fi
  2905. done
  2906. if test "${ac_cv_search_gethostbyname+set}" = set; then
  2907.   :
  2908. else
  2909.   ac_cv_search_gethostbyname=no
  2910. fi
  2911. rm conftest.$ac_ext
  2912. LIBS=$ac_func_search_save_LIBS
  2913. fi
  2914. { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
  2915. echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
  2916. ac_res=$ac_cv_search_gethostbyname
  2917. if test "$ac_res" != no; then
  2918.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  2919. fi
  2920. if test -z "$use_ssl" -o "$use_ssl" = "yes"; then
  2921. { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5
  2922. echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; }
  2923. if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then
  2924.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2925. else
  2926.   ac_check_lib_save_LIBS=$LIBS
  2927. LIBS="-lssl  $LIBS"
  2928. cat >conftest.$ac_ext <<_ACEOF
  2929. /* confdefs.h.  */
  2930. _ACEOF
  2931. cat confdefs.h >>conftest.$ac_ext
  2932. cat >>conftest.$ac_ext <<_ACEOF
  2933. /* end confdefs.h.  */
  2934. /* Override any GCC internal prototype to avoid an error.
  2935.    Use char because int might match the return type of a GCC
  2936.    builtin and then its argument prototype would still apply.  */
  2937. #ifdef __cplusplus
  2938. extern "C"
  2939. #endif
  2940. char SSL_library_init ();
  2941. int
  2942. main ()
  2943. {
  2944. return SSL_library_init ();
  2945.   ;
  2946.   return 0;
  2947. }
  2948. _ACEOF
  2949. rm -f conftest.$ac_objext conftest$ac_exeext
  2950. if { (ac_try="$ac_link"
  2951. case "(($ac_try" in
  2952.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2953.   *) ac_try_echo=$ac_try;;
  2954. esac
  2955. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2956.   (eval "$ac_link") 2>conftest.er1
  2957.   ac_status=$?
  2958.   grep -v '^ *+' conftest.er1 >conftest.err
  2959.   rm -f conftest.er1
  2960.   cat conftest.err >&5
  2961.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2962.   (exit $ac_status); } && {
  2963.  test -z "$ac_c_werror_flag" ||
  2964.  test ! -s conftest.err
  2965.        } && test -s conftest$ac_exeext &&
  2966.        $as_test_x conftest$ac_exeext; then
  2967.   ac_cv_lib_ssl_SSL_library_init=yes
  2968. else
  2969.   echo "$as_me: failed program was:" >&5
  2970. sed 's/^/| /' conftest.$ac_ext >&5
  2971. ac_cv_lib_ssl_SSL_library_init=no
  2972. fi
  2973. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2974.       conftest$ac_exeext conftest.$ac_ext
  2975. LIBS=$ac_check_lib_save_LIBS
  2976. fi
  2977. { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5
  2978. echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; }
  2979. if test $ac_cv_lib_ssl_SSL_library_init = yes; then
  2980.   cat >>confdefs.h <<_ACEOF
  2981. #define HAVE_LIBSSL 1
  2982. _ACEOF
  2983.   LIBS="-lssl $LIBS"
  2984. fi
  2985. { echo "$as_me:$LINENO: checking for library containing X509_free" >&5
  2986. echo $ECHO_N "checking for library containing X509_free... $ECHO_C" >&6; }
  2987. if test "${ac_cv_search_X509_free+set}" = set; then
  2988.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2989. else
  2990.   ac_func_search_save_LIBS=$LIBS
  2991. cat >conftest.$ac_ext <<_ACEOF
  2992. /* confdefs.h.  */
  2993. _ACEOF
  2994. cat confdefs.h >>conftest.$ac_ext
  2995. cat >>conftest.$ac_ext <<_ACEOF
  2996. /* end confdefs.h.  */
  2997. /* Override any GCC internal prototype to avoid an error.
  2998.    Use char because int might match the return type of a GCC
  2999.    builtin and then its argument prototype would still apply.  */
  3000. #ifdef __cplusplus
  3001. extern "C"
  3002. #endif
  3003. char X509_free ();
  3004. int
  3005. main ()
  3006. {
  3007. return X509_free ();
  3008.   ;
  3009.   return 0;
  3010. }
  3011. _ACEOF
  3012. for ac_lib in '' crypto; do
  3013.   if test -z "$ac_lib"; then
  3014.     ac_res="none required"
  3015.   else
  3016.     ac_res=-l$ac_lib
  3017.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  3018.   fi
  3019.   rm -f conftest.$ac_objext conftest$ac_exeext
  3020. if { (ac_try="$ac_link"
  3021. case "(($ac_try" in
  3022.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3023.   *) ac_try_echo=$ac_try;;
  3024. esac
  3025. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3026.   (eval "$ac_link") 2>conftest.er1
  3027.   ac_status=$?
  3028.   grep -v '^ *+' conftest.er1 >conftest.err
  3029.   rm -f conftest.er1
  3030.   cat conftest.err >&5
  3031.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3032.   (exit $ac_status); } && {
  3033.  test -z "$ac_c_werror_flag" ||
  3034.  test ! -s conftest.err
  3035.        } && test -s conftest$ac_exeext &&
  3036.        $as_test_x conftest$ac_exeext; then
  3037.   ac_cv_search_X509_free=$ac_res
  3038. else
  3039.   echo "$as_me: failed program was:" >&5
  3040. sed 's/^/| /' conftest.$ac_ext >&5
  3041. fi
  3042. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3043.       conftest$ac_exeext
  3044.   if test "${ac_cv_search_X509_free+set}" = set; then
  3045.   break
  3046. fi
  3047. done
  3048. if test "${ac_cv_search_X509_free+set}" = set; then
  3049.   :
  3050. else
  3051.   ac_cv_search_X509_free=no
  3052. fi
  3053. rm conftest.$ac_ext
  3054. LIBS=$ac_func_search_save_LIBS
  3055. fi
  3056. { echo "$as_me:$LINENO: result: $ac_cv_search_X509_free" >&5
  3057. echo "${ECHO_T}$ac_cv_search_X509_free" >&6; }
  3058. ac_res=$ac_cv_search_X509_free
  3059. if test "$ac_res" != no; then
  3060.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  3061. fi
  3062. { echo "$as_me:$LINENO: checking for library containing RAND_seed" >&5
  3063. echo $ECHO_N "checking for library containing RAND_seed... $ECHO_C" >&6; }
  3064. if test "${ac_cv_search_RAND_seed+set}" = set; then
  3065.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3066. else
  3067.   ac_func_search_save_LIBS=$LIBS
  3068. cat >conftest.$ac_ext <<_ACEOF
  3069. /* confdefs.h.  */
  3070. _ACEOF
  3071. cat confdefs.h >>conftest.$ac_ext
  3072. cat >>conftest.$ac_ext <<_ACEOF
  3073. /* end confdefs.h.  */
  3074. /* Override any GCC internal prototype to avoid an error.
  3075.    Use char because int might match the return type of a GCC
  3076.    builtin and then its argument prototype would still apply.  */
  3077. #ifdef __cplusplus
  3078. extern "C"
  3079. #endif
  3080. char RAND_seed ();
  3081. int
  3082. main ()
  3083. {
  3084. return RAND_seed ();
  3085.   ;
  3086.   return 0;
  3087. }
  3088. _ACEOF
  3089. for ac_lib in '' crypto; do
  3090.   if test -z "$ac_lib"; then
  3091.     ac_res="none required"
  3092.   else
  3093.     ac_res=-l$ac_lib
  3094.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  3095.   fi
  3096.   rm -f conftest.$ac_objext conftest$ac_exeext
  3097. if { (ac_try="$ac_link"
  3098. case "(($ac_try" in
  3099.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3100.   *) ac_try_echo=$ac_try;;
  3101. esac
  3102. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3103.   (eval "$ac_link") 2>conftest.er1
  3104.   ac_status=$?
  3105.   grep -v '^ *+' conftest.er1 >conftest.err
  3106.   rm -f conftest.er1
  3107.   cat conftest.err >&5
  3108.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3109.   (exit $ac_status); } && {
  3110.  test -z "$ac_c_werror_flag" ||
  3111.  test ! -s conftest.err
  3112.        } && test -s conftest$ac_exeext &&
  3113.        $as_test_x conftest$ac_exeext; then
  3114.   ac_cv_search_RAND_seed=$ac_res
  3115. else
  3116.   echo "$as_me: failed program was:" >&5
  3117. sed 's/^/| /' conftest.$ac_ext >&5
  3118. fi
  3119. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  3120.       conftest$ac_exeext
  3121.   if test "${ac_cv_search_RAND_seed+set}" = set; then
  3122.   break
  3123. fi
  3124. done
  3125. if test "${ac_cv_search_RAND_seed+set}" = set; then
  3126.   :
  3127. else
  3128.   ac_cv_search_RAND_seed=no
  3129. fi
  3130. rm conftest.$ac_ext
  3131. LIBS=$ac_func_search_save_LIBS
  3132. fi
  3133. { echo "$as_me:$LINENO: result: $ac_cv_search_RAND_seed" >&5
  3134. echo "${ECHO_T}$ac_cv_search_RAND_seed" >&6; }
  3135. ac_res=$ac_cv_search_RAND_seed
  3136. if test "$ac_res" != no; then
  3137.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  3138. fi
  3139. fi
  3140. echo $LIBS
  3141. # Checks for header files.
  3142. ac_ext=c
  3143. ac_cpp='$CPP $CPPFLAGS'
  3144. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3145. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3146. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3147. { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3148. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
  3149. # On Suns, sometimes $CPP names a directory.
  3150. if test -n "$CPP" && test -d "$CPP"; then
  3151.   CPP=
  3152. fi
  3153. if test -z "$CPP"; then
  3154.   if test "${ac_cv_prog_CPP+set}" = set; then
  3155.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3156. else
  3157.       # Double quotes because CPP needs to be expanded
  3158.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3159.     do
  3160.       ac_preproc_ok=false
  3161. for ac_c_preproc_warn_flag in '' yes
  3162. do
  3163.   # Use a header file that comes with gcc, so configuring glibc
  3164.   # with a fresh cross-compiler works.
  3165.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3166.   # <limits.h> exists even on freestanding compilers.
  3167.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3168.   # not just through cpp. "Syntax error" is here to catch this case.
  3169.   cat >conftest.$ac_ext <<_ACEOF
  3170. /* confdefs.h.  */
  3171. _ACEOF
  3172. cat confdefs.h >>conftest.$ac_ext
  3173. cat >>conftest.$ac_ext <<_ACEOF
  3174. /* end confdefs.h.  */
  3175. #ifdef __STDC__
  3176. # include <limits.h>
  3177. #else
  3178. # include <assert.h>
  3179. #endif
  3180.      Syntax error
  3181. _ACEOF
  3182. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3183. case "(($ac_try" in
  3184.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3185.   *) ac_try_echo=$ac_try;;
  3186. esac
  3187. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3188.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3189.   ac_status=$?
  3190.   grep -v '^ *+' conftest.er1 >conftest.err
  3191.   rm -f conftest.er1
  3192.   cat conftest.err >&5
  3193.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3194.   (exit $ac_status); } >/dev/null && {
  3195.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3196.  test ! -s conftest.err
  3197.        }; then
  3198.   :
  3199. else
  3200.   echo "$as_me: failed program was:" >&5
  3201. sed 's/^/| /' conftest.$ac_ext >&5
  3202.   # Broken: fails on valid input.
  3203. continue
  3204. fi
  3205. rm -f conftest.err conftest.$ac_ext
  3206.   # OK, works on sane cases.  Now check whether nonexistent headers
  3207.   # can be detected and how.
  3208.   cat >conftest.$ac_ext <<_ACEOF
  3209. /* confdefs.h.  */
  3210. _ACEOF
  3211. cat confdefs.h >>conftest.$ac_ext
  3212. cat >>conftest.$ac_ext <<_ACEOF
  3213. /* end confdefs.h.  */
  3214. #include <ac_nonexistent.h>
  3215. _ACEOF
  3216. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3217. case "(($ac_try" in
  3218.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3219.   *) ac_try_echo=$ac_try;;
  3220. esac
  3221. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3222.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3223.   ac_status=$?
  3224.   grep -v '^ *+' conftest.er1 >conftest.err
  3225.   rm -f conftest.er1
  3226.   cat conftest.err >&5
  3227.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3228.   (exit $ac_status); } >/dev/null && {
  3229.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3230.  test ! -s conftest.err
  3231.        }; then
  3232.   # Broken: success on invalid input.
  3233. continue
  3234. else
  3235.   echo "$as_me: failed program was:" >&5
  3236. sed 's/^/| /' conftest.$ac_ext >&5
  3237.   # Passes both tests.
  3238. ac_preproc_ok=:
  3239. break
  3240. fi
  3241. rm -f conftest.err conftest.$ac_ext
  3242. done
  3243. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3244. rm -f conftest.err conftest.$ac_ext
  3245. if $ac_preproc_ok; then
  3246.   break
  3247. fi
  3248.     done
  3249.     ac_cv_prog_CPP=$CPP
  3250. fi
  3251.   CPP=$ac_cv_prog_CPP
  3252. else
  3253.   ac_cv_prog_CPP=$CPP
  3254. fi
  3255. { echo "$as_me:$LINENO: result: $CPP" >&5
  3256. echo "${ECHO_T}$CPP" >&6; }
  3257. ac_preproc_ok=false
  3258. for ac_c_preproc_warn_flag in '' yes
  3259. do
  3260.   # Use a header file that comes with gcc, so configuring glibc
  3261.   # with a fresh cross-compiler works.
  3262.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3263.   # <limits.h> exists even on freestanding compilers.
  3264.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3265.   # not just through cpp. "Syntax error" is here to catch this case.
  3266.   cat >conftest.$ac_ext <<_ACEOF
  3267. /* confdefs.h.  */
  3268. _ACEOF
  3269. cat confdefs.h >>conftest.$ac_ext
  3270. cat >>conftest.$ac_ext <<_ACEOF
  3271. /* end confdefs.h.  */
  3272. #ifdef __STDC__
  3273. # include <limits.h>
  3274. #else
  3275. # include <assert.h>
  3276. #endif
  3277.      Syntax error
  3278. _ACEOF
  3279. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3280. case "(($ac_try" in
  3281.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3282.   *) ac_try_echo=$ac_try;;
  3283. esac
  3284. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3285.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3286.   ac_status=$?
  3287.   grep -v '^ *+' conftest.er1 >conftest.err
  3288.   rm -f conftest.er1
  3289.   cat conftest.err >&5
  3290.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3291.   (exit $ac_status); } >/dev/null && {
  3292.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3293.  test ! -s conftest.err
  3294.        }; then
  3295.   :
  3296. else
  3297.   echo "$as_me: failed program was:" >&5
  3298. sed 's/^/| /' conftest.$ac_ext >&5