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

Email客户端

开发平台:

C/C++

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