configure
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:565k
源码类别:

网络

开发平台:

Unix_Linux

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