Changeset 505 for tags


Ignore:
Timestamp:
06/09/09 15:51:14 (3 years ago)
Author:
eagle
Message:

stable version 0.1.13 released

Location:
tags/onioncat-0.1.13
Files:
11 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/onioncat-0.1.13/ChangeLog

    r502 r505  
     1* version 0.1.13 
     2 - released 2009/06/09, Bernhard R. Fischer 
     3 
    14* version 0.1.12 
     5 - compiles and runs successfully on  
     6                Linux 2.6, MacOS X 10.5 (Intel), FreeBSD 6, OpenBSD 4.4 
    27 - improved autoconf for better pthread configuration (acx_pthread.m4) 
    38 - socks connector completely rewritten. Works now 
    49   without dynamic thread pool. This is more memory efficient. 
    5  - Windows branch merges into trunk 
     10 - Windows branch merged into trunk 
    611 - syslogging implemented 
    712 - idle timeout increased to 3 mins 
  • tags/onioncat-0.1.13/Makefile.in

    r502 r505  
    1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    173173sysconfdir = @sysconfdir@ 
    174174target_alias = @target_alias@ 
    175 top_build_prefix = @top_build_prefix@ 
    176175top_builddir = @top_builddir@ 
    177176top_srcdir = @top_srcdir@ 
     
    328327            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    329328          done | \ 
    330           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     329          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
    331330              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    332331        mkid -fID $$unique 
  • tags/onioncat-0.1.13/TODO

    r434 r505  
    11* OpenBSD TAP device might not work (see OpenBSD man page tun(4)) 
    2 * add Windows tunnel code 
    32* finish SOCKS5 code for I2P 
    43* work on header compression (start at RFC2507 or 3095) 
    5 * peer reconnections timeout should be implemented (to not reconnect to fast) 
    64* log connect log to OC console 
    75* forward multicasting packets (ff00::/8) 
     
    1412* controller interface should be improved (is not thread-safe) 
    1513* controller interface should use basic IO and timed selects 
     14//* peer reconnections timeout should be implemented (to not reconnect to fast) 
     15//* add Windows tunnel code 
    1616//* IPv6 adresses are not checked for their validity 
    1717//* garbage collector for packet queue missing 
  • tags/onioncat-0.1.13/aclocal.m4

    r502 r505  
    1 # generated automatically by aclocal 1.10.2 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.10.1 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     
    1414m4_ifndef([AC_AUTOCONF_VERSION], 
    1515  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 
    17 [m4_warning([this file was generated for autoconf 2.63. 
     16m4_if(AC_AUTOCONF_VERSION, [2.61],, 
     17[m4_warning([this file was generated for autoconf 2.61. 
    1818You have another version of autoconf.  It may work, but is not guaranteed to. 
    1919If you have problems, you may need to regenerate the build system entirely. 
    2020To do so, use the procedure documented by the package, typically `autoreconf'.])]) 
    2121 
    22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
     22# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc. 
    2323# 
    2424# This file is free software; the Free Software Foundation 
     
    3535dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
    3636dnl require some minimum version.  Point them to the right macro. 
    37 m4_if([$1], [1.10.2], [], 
     37m4_if([$1], [1.10.1], [], 
    3838      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
    3939]) 
     
    4949# ------------------------------- 
    5050# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 
    51 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 
     51# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
    5252AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    53 [AM_AUTOMAKE_VERSION([1.10.2])dnl 
     53[AM_AUTOMAKE_VERSION([1.10.1])dnl 
    5454m4_ifndef([AC_AUTOCONF_VERSION], 
    5555  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
    56 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 
     56_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) 
    5757 
    5858# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    304304# Generate code to set up dependency tracking.              -*- Autoconf -*- 
    305305 
    306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 
     306# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    307307# Free Software Foundation, Inc. 
    308308# 
     
    311311# with or without modifications, as long as this notice is preserved. 
    312312 
    313 #serial 4 
     313#serial 3 
    314314 
    315315# _AM_OUTPUT_DEPENDENCY_COMMANDS 
    316316# ------------------------------ 
    317317AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 
    318 [# Autoconf 2.62 quotes --file arguments for eval, but not when files 
    319 # are listed without --file.  Let's play safe and only enable the eval 
    320 # if we detect the quoting. 
    321 case $CONFIG_FILES in 
    322 *\'*) eval set x "$CONFIG_FILES" ;; 
    323 *)   set x $CONFIG_FILES ;; 
    324 esac 
    325 shift 
    326 for mf 
    327 do 
     318[for mf in $CONFIG_FILES; do 
    328319  # Strip MF so we end up with the name of the file. 
    329320  mf=`echo "$mf" | sed -e 's/:.*$//'` 
     
    657648# Helper functions for option handling.                     -*- Autoconf -*- 
    658649 
    659 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc. 
    660 # 
    661 # This file is free software; the Free Software Foundation 
    662 # gives unlimited permission to copy and/or distribute it, 
    663 # with or without modifications, as long as this notice is preserved. 
    664  
    665 # serial 4 
     650# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc. 
     651# 
     652# This file is free software; the Free Software Foundation 
     653# gives unlimited permission to copy and/or distribute it, 
     654# with or without modifications, as long as this notice is preserved. 
     655 
     656# serial 3 
    666657 
    667658# _AM_MANGLE_OPTION(NAME) 
     
    680671# OPTIONS is a space-separated list of Automake options. 
    681672AC_DEFUN([_AM_SET_OPTIONS], 
    682 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 
     673[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 
    683674 
    684675# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 
  • tags/onioncat-0.1.13/configure

    r502 r505  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r501. 
     3# Generated by GNU Autoconf 2.61 for onioncat 0.1.13. 
    44# 
    55# Report bugs to <rahra@cypherpunk.at>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
     8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    99# This configure script is free software; the Free Software Foundation 
    1010# gives unlimited permission to copy, distribute and modify it. 
     
    1818  emulate sh 
    1919  NULLCMD=: 
    20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    2121  # is contrary to our usage.  Disable this feature. 
    2222  alias -g '${1+"$@"}'='"$@"' 
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits 
    4141 
    42 as_nl=' 
    43 ' 
    44 export as_nl 
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf. 
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
    49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
    50   as_echo='printf %s\n' 
    51   as_echo_n='printf %s' 
    52 else 
    53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
    54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
    55     as_echo_n='/usr/ucb/echo -n' 
    56   else 
    57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
    58     as_echo_n_body='eval 
    59       arg=$1; 
    60       case $arg in 
    61       *"$as_nl"*) 
    62         expr "X$arg" : "X\\(.*\\)$as_nl"; 
    63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
    64       esac; 
    65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
    66     ' 
    67     export as_echo_n_body 
    68     as_echo_n='sh -c $as_echo_n_body as_echo' 
    69   fi 
    70   export as_echo_body 
    71   as_echo='sh -c $as_echo_body as_echo' 
    72 fi 
    73  
    7442# The user is always right. 
    7543if test "${PATH_SEPARATOR+set}" != set; then 
    76   PATH_SEPARATOR=: 
    77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
    78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
    79       PATH_SEPARATOR=';' 
    80   } 
     44  echo "#! /bin/sh" >conf$$.sh 
     45  echo  "exit 0"   >>conf$$.sh 
     46  chmod +x conf$$.sh 
     47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
     48    PATH_SEPARATOR=';' 
     49  else 
     50    PATH_SEPARATOR=: 
     51  fi 
     52  rm -f conf$$.sh 
    8153fi 
    8254 
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    9567# splitting by setting IFS to empty value.) 
     68as_nl=' 
     69' 
    9670IFS=" ""        $as_nl" 
    9771 
     
    11690fi 
    11791if test ! -f "$as_myself"; then 
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    11993  { (exit 1); exit 1; } 
    12094fi 
     
    129103 
    130104# NLS nuisances. 
    131 LC_ALL=C 
    132 export LC_ALL 
    133 LANGUAGE=C 
    134 export LANGUAGE 
     105for as_var in \ 
     106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     108  LC_TELEPHONE LC_TIME 
     109do 
     110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     111    eval $as_var=C; export $as_var 
     112  else 
     113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     114  fi 
     115done 
    135116 
    136117# Required to use basename. 
     
    154135         X"$0" : 'X\(//\)$' \| \ 
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    156 $as_echo X/"$0" | 
     137echo X/"$0" | 
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    158139            s//\1/ 
     
    180161fi 
    181162 
    182   if test $as_have_required = yes &&     (eval ": 
     163  if test $as_have_required = yes &&     (eval ": 
    183164(as_func_return () { 
    184165  (exit \$1) 
     
    262243  emulate sh 
    263244  NULLCMD=: 
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    265246  # is contrary to our usage.  Disable this feature. 
    266247  alias -g '${1+"$@"}'='"$@"' 
     
    283264  emulate sh 
    284265  NULLCMD=: 
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    286267  # is contrary to our usage.  Disable this feature. 
    287268  alias -g '${1+"$@"}'='"$@"' 
     
    363344      if test "x$CONFIG_SHELL" != x; then 
    364345  for as_var in BASH_ENV ENV 
    365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    366         done 
    367         export CONFIG_SHELL 
    368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     346        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     347        done 
     348        export CONFIG_SHELL 
     349        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    369350fi 
    370351 
     
    435416test \$exitcode = 0") || { 
    436417  echo No shell found that supports shell functions. 
    437   echo Please tell bug-autoconf@gnu.org about your system, 
    438   echo including any error possibly output before this message. 
    439   echo This can help us improve future autoconf versions. 
    440   echo Configuration will now proceed without shell functions. 
     418  echo Please tell autoconf@gnu.org about your system, 
     419  echo including any error possibly output before this 
     420  echo message 
    441421} 
    442422 
     
    474454    ' >$as_me.lineno && 
    475455  chmod +x "$as_me.lineno" || 
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    477457   { (exit 1); exit 1; }; } 
    478458 
     
    502482  ECHO_N='-n';; 
    503483esac 
     484 
    504485if expr a : '\(a\)' >/dev/null 2>&1 && 
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    514495else 
    515496  rm -f conf$$.dir 
    516   mkdir conf$$.dir 2>/dev/null 
    517 fi 
    518 if (echo >conf$$.file) 2>/dev/null; then 
    519   if ln -s conf$$.file conf$$ 2>/dev/null; then 
    520     as_ln_s='ln -s' 
    521     # ... but there are two gotchas: 
    522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    524     # In both cases, we have to default to `cp -p'. 
    525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    526       as_ln_s='cp -p' 
    527   elif ln conf$$.file conf$$ 2>/dev/null; then 
    528     as_ln_s=ln 
    529   else 
     497  mkdir conf$$.dir 
     498fi 
     499echo >conf$$.file 
     500if ln -s conf$$.file conf$$ 2>/dev/null; then 
     501  as_ln_s='ln -s' 
     502  # ... but there are two gotchas: 
     503  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     504  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     505  # In both cases, we have to default to `cp -p'. 
     506  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    530507    as_ln_s='cp -p' 
    531   fi 
     508elif ln conf$$.file conf$$ 2>/dev/null; then 
     509  as_ln_s=ln 
    532510else 
    533511  as_ln_s='cp -p' 
     
    554532    eval sh -c '\'' 
    555533      if test -d "$1"; then 
    556         test -d "$1/."; 
     534        test -d "$1/."; 
    557535      else 
    558536        case $1 in 
    559         -*)set "./$1";; 
     537        -*)set "./$1";; 
    560538        esac; 
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    597575PACKAGE_NAME='onioncat' 
    598576PACKAGE_TARNAME='onioncat' 
    599 PACKAGE_VERSION='0.1.12.r501' 
    600 PACKAGE_STRING='onioncat 0.1.12.r501' 
     577PACKAGE_VERSION='0.1.13' 
     578PACKAGE_STRING='onioncat 0.1.13' 
    601579PACKAGE_BUGREPORT='rahra@cypherpunk.at' 
    602580 
    603 ac_subst_vars='LTLIBOBJS 
     581ac_subst_vars='SHELL 
     582PATH_SEPARATOR 
     583PACKAGE_NAME 
     584PACKAGE_TARNAME 
     585PACKAGE_VERSION 
     586PACKAGE_STRING 
     587PACKAGE_BUGREPORT 
     588exec_prefix 
     589prefix 
     590program_transform_name 
     591bindir 
     592sbindir 
     593libexecdir 
     594datarootdir 
     595datadir 
     596sysconfdir 
     597sharedstatedir 
     598localstatedir 
     599includedir 
     600oldincludedir 
     601docdir 
     602infodir 
     603htmldir 
     604dvidir 
     605pdfdir 
     606psdir 
     607libdir 
     608localedir 
     609mandir 
     610DEFS 
     611ECHO_C 
     612ECHO_N 
     613ECHO_T 
     614LIBS 
     615build_alias 
     616host_alias 
     617target_alias 
     618INSTALL_PROGRAM 
     619INSTALL_SCRIPT 
     620INSTALL_DATA 
     621am__isrc 
     622CYGPATH_W 
     623PACKAGE 
     624VERSION 
     625ACLOCAL 
     626AUTOCONF 
     627AUTOMAKE 
     628AUTOHEADER 
     629MAKEINFO 
     630install_sh 
     631STRIP 
     632INSTALL_STRIP_PROGRAM 
     633mkdir_p 
     634AWK 
     635SET_MAKE 
     636am__leading_dot 
     637AMTAR 
     638am__tar 
     639am__untar 
     640CFLAGS 
     641CC 
     642LDFLAGS 
     643CPPFLAGS 
     644ac_ct_CC 
     645EXEEXT 
     646OBJEXT 
     647DEPDIR 
     648am__include 
     649am__quote 
     650AMDEP_TRUE 
     651AMDEP_FALSE 
     652AMDEPBACKSLASH 
     653CCDEPMODE 
     654am__fastdepCC_TRUE 
     655am__fastdepCC_FALSE 
     656build 
     657build_cpu 
     658build_vendor 
     659build_os 
     660host 
     661host_cpu 
     662host_vendor 
     663host_os 
     664acx_pthread_config 
     665PTHREAD_CC 
     666PTHREAD_LIBS 
     667PTHREAD_CFLAGS 
    604668LIBOBJS 
    605 PTHREAD_CFLAGS 
    606 PTHREAD_LIBS 
    607 PTHREAD_CC 
    608 acx_pthread_config 
    609 host_os 
    610 host_vendor 
    611 host_cpu 
    612 host 
    613 build_os 
    614 build_vendor 
    615 build_cpu 
    616 build 
    617 am__fastdepCC_FALSE 
    618 am__fastdepCC_TRUE 
    619 CCDEPMODE 
    620 AMDEPBACKSLASH 
    621 AMDEP_FALSE 
    622 AMDEP_TRUE 
    623 am__quote 
    624 am__include 
    625 DEPDIR 
    626 OBJEXT 
    627 EXEEXT 
    628 ac_ct_CC 
    629 CPPFLAGS 
    630 LDFLAGS 
    631 CC 
    632 CFLAGS 
    633 am__untar 
    634 am__tar 
    635 AMTAR 
    636 am__leading_dot 
    637 SET_MAKE 
    638 AWK 
    639 mkdir_p 
    640 MKDIR_P 
    641 INSTALL_STRIP_PROGRAM 
    642 STRIP 
    643 install_sh 
    644 MAKEINFO 
    645 AUTOHEADER 
    646 AUTOMAKE 
    647 AUTOCONF 
    648 ACLOCAL 
    649 VERSION 
    650 PACKAGE 
    651 CYGPATH_W 
    652 am__isrc 
    653 INSTALL_DATA 
    654 INSTALL_SCRIPT 
    655 INSTALL_PROGRAM 
    656 target_alias 
    657 host_alias 
    658 build_alias 
    659 LIBS 
    660 ECHO_T 
    661 ECHO_N 
    662 ECHO_C 
    663 DEFS 
    664 mandir 
    665 localedir 
    666 libdir 
    667 psdir 
    668 pdfdir 
    669 dvidir 
    670 htmldir 
    671 infodir 
    672 docdir 
    673 oldincludedir 
    674 includedir 
    675 localstatedir 
    676 sharedstatedir 
    677 sysconfdir 
    678 datadir 
    679 datarootdir 
    680 libexecdir 
    681 sbindir 
    682 bindir 
    683 program_transform_name 
    684 prefix 
    685 exec_prefix 
    686 PACKAGE_BUGREPORT 
    687 PACKAGE_STRING 
    688 PACKAGE_VERSION 
    689 PACKAGE_TARNAME 
    690 PACKAGE_NAME 
    691 PATH_SEPARATOR 
    692 SHELL' 
     669LTLIBOBJS' 
    693670ac_subst_files='' 
    694 ac_user_opts=' 
    695 enable_option_checking 
    696 enable_debug 
    697 enable_packet_log 
    698 enable_handle_http 
    699 enable_packet_queue 
    700 enable_check_ipsrc 
    701 enable_rtt 
    702 enable_dependency_tracking 
    703 ' 
    704671      ac_precious_vars='build_alias 
    705672host_alias 
     
    715682ac_init_help= 
    716683ac_init_version=false 
    717 ac_unrecognized_opts= 
    718 ac_unrecognized_sep= 
    719684# The variables have the same names as the options, with 
    720685# dashes changed to underlines. 
     
    815780 
    816781  -disable-* | --disable-*) 
    817     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     782    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    818783    # Reject names that are not valid shell variable names. 
    819     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    820       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     784    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     785      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    821786   { (exit 1); exit 1; }; } 
    822     ac_useropt_orig=$ac_useropt 
    823     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    824     case $ac_user_opts in 
    825       *" 
    826 "enable_$ac_useropt" 
    827 "*) ;; 
    828       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
    829          ac_unrecognized_sep=', ';; 
    830     esac 
    831     eval enable_$ac_useropt=no ;; 
     787    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     788    eval enable_$ac_feature=no ;; 
    832789 
    833790  -docdir | --docdir | --docdi | --doc | --do) 
     
    842799 
    843800  -enable-* | --enable-*) 
    844     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     801    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    845802    # Reject names that are not valid shell variable names. 
    846     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    847       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     803    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     804      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    848805   { (exit 1); exit 1; }; } 
    849     ac_useropt_orig=$ac_useropt 
    850     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    851     case $ac_user_opts in 
    852       *" 
    853 "enable_$ac_useropt" 
    854 "*) ;; 
    855       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
    856          ac_unrecognized_sep=', ';; 
    857     esac 
    858     eval enable_$ac_useropt=\$ac_optarg ;; 
     806    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     807    eval enable_$ac_feature=\$ac_optarg ;; 
    859808 
    860809  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    1047996 
    1048997  -with-* | --with-*) 
    1049     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     998    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    1050999    # Reject names that are not valid shell variable names. 
    1051     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1052       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1000    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1001      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10531002   { (exit 1); exit 1; }; } 
    1054     ac_useropt_orig=$ac_useropt 
    1055     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1056     case $ac_user_opts in 
    1057       *" 
    1058 "with_$ac_useropt" 
    1059 "*) ;; 
    1060       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
    1061          ac_unrecognized_sep=', ';; 
    1062     esac 
    1063     eval with_$ac_useropt=\$ac_optarg ;; 
     1003    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1004    eval with_$ac_package=\$ac_optarg ;; 
    10641005 
    10651006  -without-* | --without-*) 
    1066     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1007    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10671008    # Reject names that are not valid shell variable names. 
    1068     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1069       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1009    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1010      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10701011   { (exit 1); exit 1; }; } 
    1071     ac_useropt_orig=$ac_useropt 
    1072     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1073     case $ac_user_opts in 
    1074       *" 
    1075 "with_$ac_useropt" 
    1076 "*) ;; 
    1077       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
    1078          ac_unrecognized_sep=', ';; 
    1079     esac 
    1080     eval with_$ac_useropt=no ;; 
     1012    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1013    eval with_$ac_package=no ;; 
    10811014 
    10821015  --x) 
     
    10981031    x_libraries=$ac_optarg ;; 
    10991032 
    1100   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
     1033  -*) { echo "$as_me: error: unrecognized option: $ac_option 
    11011034Try \`$0 --help' for more information." >&2 
    11021035   { (exit 1); exit 1; }; } 
     
    11071040    # Reject names that are not valid shell variable names. 
    11081041    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1109       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1042      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    11101043   { (exit 1); exit 1; }; } 
    11111044    eval $ac_envvar=\$ac_optarg 
     
    11141047  *) 
    11151048    # FIXME: should be removed in autoconf 3.0. 
    1116     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1049    echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    11171050    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1118       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1051      echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    11191052    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    11201053    ;; 
     
    11251058if test -n "$ac_prev"; then 
    11261059  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1127   { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
     1060  { echo "$as_me: error: missing argument to $ac_option" >&2 
    11281061   { (exit 1); exit 1; }; } 
    11291062fi 
    11301063 
    1131 if test -n "$ac_unrecognized_opts"; then 
    1132   case $enable_option_checking in 
    1133     no) ;; 
    1134     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 
    1135    { (exit 1); exit 1; }; } ;; 
    1136     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 
    1137   esac 
    1138 fi 
    1139  
    1140 # Check all directory arguments for consistency. 
     1064# Be sure to have absolute directory names. 
    11411065for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    11421066                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    11451069do 
    11461070  eval ac_val=\$$ac_var 
    1147   # Remove trailing slashes. 
    1148   case $ac_val in 
    1149     */ ) 
    1150       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
    1151       eval $ac_var=\$ac_val;; 
    1152   esac 
    1153   # Be sure to have absolute directory names. 
    11541071  case $ac_val in 
    11551072    [\\/$]* | ?:[\\/]* )  continue;; 
    11561073    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    11571074  esac 
    1158   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1075  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    11591076   { (exit 1); exit 1; }; } 
    11601077done 
     
    11711088  if test "x$build_alias" = x; then 
    11721089    cross_compiling=maybe 
    1173     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1090    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    11741091    If a cross compiler is detected then cross compile mode will be used." >&2 
    11751092  elif test "x$build_alias" != "x$host_alias"; then 
     
    11871104ac_ls_di=`ls -di .` && 
    11881105ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1189   { $as_echo "$as_me: error: working directory cannot be determined" >&2 
     1106  { echo "$as_me: error: Working directory cannot be determined" >&2 
    11901107   { (exit 1); exit 1; }; } 
    11911108test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1192   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
     1109  { echo "$as_me: error: pwd does not report name of working directory" >&2 
    11931110   { (exit 1); exit 1; }; } 
    11941111 
     
    11981115  ac_srcdir_defaulted=yes 
    11991116  # Try the directory containing this script, then the parent directory. 
    1200   ac_confdir=`$as_dirname -- "$as_myself" || 
    1201 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1202          X"$as_myself" : 'X\(//\)[^/]' \| \ 
    1203          X"$as_myself" : 'X\(//\)$' \| \ 
    1204          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
    1205 $as_echo X"$as_myself" | 
     1117  ac_confdir=`$as_dirname -- "$0" || 
     1118$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1119         X"$0" : 'X\(//\)[^/]' \| \ 
     1120         X"$0" : 'X\(//\)$' \| \ 
     1121         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     1122echo X"$0" | 
    12061123    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    12071124            s//\1/ 
     
    12301147if test ! -r "$srcdir/$ac_unique_file"; then 
    12311148  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1232   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1149  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    12331150   { (exit 1); exit 1; }; } 
    12341151fi 
    12351152ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    12361153ac_abs_confdir=`( 
    1237         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
     1154        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
    12381155   { (exit 1); exit 1; }; } 
    12391156        pwd)` 
     
    12621179  # This message is too long to be a string in the A/UX 3.1 sh. 
    12631180  cat <<_ACEOF 
    1264 \`configure' configures onioncat 0.1.12.r501 to adapt to many kinds of systems. 
     1181\`configure' configures onioncat 0.1.13 to adapt to many kinds of systems. 
    12651182 
    12661183Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    12841201Installation directories: 
    12851202  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1286                           [$ac_default_prefix] 
     1203                          [$ac_default_prefix] 
    12871204  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1288                           [PREFIX] 
     1205                          [PREFIX] 
    12891206 
    12901207By default, \`make install' will install all the files in 
     
    12961213 
    12971214Fine tuning of the installation directories: 
    1298   --bindir=DIR            user executables [EPREFIX/bin] 
    1299   --sbindir=DIR           system admin executables [EPREFIX/sbin] 
    1300   --libexecdir=DIR        program executables [EPREFIX/libexec] 
    1301   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
    1302   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
    1303   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
    1304   --libdir=DIR            object code libraries [EPREFIX/lib] 
    1305   --includedir=DIR        C header files [PREFIX/include] 
    1306   --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
    1307   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
    1308   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
    1309   --infodir=DIR           info documentation [DATAROOTDIR/info] 
    1310   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
    1311   --mandir=DIR            man documentation [DATAROOTDIR/man] 
    1312   --docdir=DIR            documentation root [DATAROOTDIR/doc/onioncat] 
    1313   --htmldir=DIR           html documentation [DOCDIR] 
    1314   --dvidir=DIR            dvi documentation [DOCDIR] 
    1315   --pdfdir=DIR            pdf documentation [DOCDIR] 
    1316   --psdir=DIR             ps documentation [DOCDIR] 
     1215  --bindir=DIR           user executables [EPREFIX/bin] 
     1216  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
     1217  --libexecdir=DIR       program executables [EPREFIX/libexec] 
     1218  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
     1219  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
     1220  --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
     1221  --libdir=DIR           object code libraries [EPREFIX/lib] 
     1222  --includedir=DIR       C header files [PREFIX/include] 
     1223  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
     1224  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
     1225  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
     1226  --infodir=DIR          info documentation [DATAROOTDIR/info] 
     1227  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
     1228  --mandir=DIR           man documentation [DATAROOTDIR/man] 
     1229  --docdir=DIR           documentation root [DATAROOTDIR/doc/onioncat] 
     1230  --htmldir=DIR          html documentation [DOCDIR] 
     1231  --dvidir=DIR           dvi documentation [DOCDIR] 
     1232  --pdfdir=DIR           pdf documentation [DOCDIR] 
     1233  --psdir=DIR            ps documentation [DOCDIR] 
    13171234_ACEOF 
    13181235 
     
    13321249if test -n "$ac_init_help"; then 
    13331250  case $ac_init_help in 
    1334      short | recursive ) echo "Configuration of onioncat 0.1.12.r501:";; 
     1251     short | recursive ) echo "Configuration of onioncat 0.1.13:";; 
    13351252   esac 
    13361253  cat <<\_ACEOF 
    13371254 
    13381255Optional Features: 
    1339   --disable-option-checking  ignore unrecognized --enable/--with options 
    13401256  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    13411257  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    13691285  # If there are subdirs, report their specific --help. 
    13701286  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1371     test -d "$ac_dir" || 
    1372       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
    1373       continue 
     1287    test -d "$ac_dir" || continue 
    13741288    ac_builddir=. 
    13751289 
     
    13771291.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    13781292*) 
    1379   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
     1293  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    13801294  # A ".." for each directory in $ac_dir_suffix. 
    1381   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
     1295  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    13821296  case $ac_top_builddir_sub in 
    13831297  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    14151329      $SHELL "$ac_srcdir/configure" --help=recursive 
    14161330    else 
    1417       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1331      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    14181332    fi || ac_status=$? 
    14191333    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    14241338if $ac_init_version; then 
    14251339  cat <<\_ACEOF 
    1426 onioncat configure 0.1.12.r501 
    1427 generated by GNU Autoconf 2.63 
     1340onioncat configure 0.1.13 
     1341generated by GNU Autoconf 2.61 
    14281342 
    14291343Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1430 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
     13442002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    14311345This configure script is free software; the Free Software Foundation 
    14321346gives unlimited permission to copy, distribute and modify it. 
     
    14381352running configure, to aid debugging if configure makes a mistake. 
    14391353 
    1440 It was created by onioncat $as_me 0.1.12.r501, which was 
    1441 generated by GNU Autoconf 2.63.  Invocation command line was 
     1354It was created by onioncat $as_me 0.1.13, which was 
     1355generated by GNU Autoconf 2.61.  Invocation command line was 
    14421356 
    14431357  $ $0 $@ 
     
    14751389  IFS=$as_save_IFS 
    14761390  test -z "$as_dir" && as_dir=. 
    1477   $as_echo "PATH: $as_dir" 
     1391  echo "PATH: $as_dir" 
    14781392done 
    14791393IFS=$as_save_IFS 
     
    15101424      continue ;; 
    15111425    *\'*) 
    1512       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1426      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    15131427    esac 
    15141428    case $ac_pass in 
     
    15621476    *${as_nl}*) 
    15631477      case $ac_var in #( 
    1564       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 
    1565 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 
     1478      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1479echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    15661480      esac 
    15671481      case $ac_var in #( 
    15681482      _ | IFS | as_nl) ;; #( 
    1569       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    15701483      *) $as_unset $ac_var ;; 
    15711484      esac ;; 
     
    15971510      eval ac_val=\$$ac_var 
    15981511      case $ac_val in 
    1599       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1512      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16001513      esac 
    1601       $as_echo "$ac_var='\''$ac_val'\''" 
     1514      echo "$ac_var='\''$ac_val'\''" 
    16021515    done | sort 
    16031516    echo 
     
    16141527        eval ac_val=\$$ac_var 
    16151528        case $ac_val in 
    1616         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1529        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16171530        esac 
    1618         $as_echo "$ac_var='\''$ac_val'\''" 
     1531        echo "$ac_var='\''$ac_val'\''" 
    16191532      done | sort 
    16201533      echo 
     
    16321545    fi 
    16331546    test "$ac_signal" != 0 && 
    1634       $as_echo "$as_me: caught signal $ac_signal" 
    1635     $as_echo "$as_me: exit $exit_status" 
     1547      echo "$as_me: caught signal $ac_signal" 
     1548    echo "$as_me: exit $exit_status" 
    16361549  } >&5 
    16371550  rm -f core *.core core.conftest.* && 
     
    16751588 
    16761589# Let the site file select an alternate cache file if it wants to. 
    1677 # Prefer an explicitly selected file to automatically selected ones. 
    1678 ac_site_file1=NONE 
    1679 ac_site_file2=NONE 
     1590# Prefer explicitly selected file to automatically selected ones. 
    16801591if test -n "$CONFIG_SITE"; then 
    1681   ac_site_file1=$CONFIG_SITE 
     1592  set x "$CONFIG_SITE" 
    16821593elif test "x$prefix" != xNONE; then 
    1683   ac_site_file1=$prefix/share/config.site 
    1684   ac_site_file2=$prefix/etc/config.site 
    1685 else 
    1686   ac_site_file1=$ac_default_prefix/share/config.site 
    1687   ac_site_file2=$ac_default_prefix/etc/config.site 
    1688 fi 
    1689 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
     1594  set x "$prefix/share/config.site" "$prefix/etc/config.site" 
     1595else 
     1596  set x "$ac_default_prefix/share/config.site" \ 
     1597        "$ac_default_prefix/etc/config.site" 
     1598fi 
     1599shift 
     1600for ac_site_file 
    16901601do 
    1691   test "x$ac_site_file" = xNONE && continue 
    16921602  if test -r "$ac_site_file"; then 
    1693     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1694 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 
     1603    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1604echo "$as_me: loading site script $ac_site_file" >&6;} 
    16951605    sed 's/^/| /' "$ac_site_file" >&5 
    16961606    . "$ac_site_file" 
     
    17021612  # files actually), so we avoid doing that. 
    17031613  if test -f "$cache_file"; then 
    1704     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1705 $as_echo "$as_me: loading cache $cache_file" >&6;} 
     1614    { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1615echo "$as_me: loading cache $cache_file" >&6;} 
    17061616    case $cache_file in 
    17071617      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    17101620  fi 
    17111621else 
    1712   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1713 $as_echo "$as_me: creating cache $cache_file" >&6;} 
     1622  { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1623echo "$as_me: creating cache $cache_file" >&6;} 
    17141624  >$cache_file 
    17151625fi 
     
    17251635  case $ac_old_set,$ac_new_set in 
    17261636    set,) 
    1727       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1728 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1637      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1638echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    17291639      ac_cache_corrupted=: ;; 
    17301640    ,set) 
    1731       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1732 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1641      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1642echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    17331643      ac_cache_corrupted=: ;; 
    17341644    ,);; 
    17351645    *) 
    17361646      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1737         # differences in whitespace do not lead to failure. 
    1738         ac_old_val_w=`echo x $ac_old_val` 
    1739         ac_new_val_w=`echo x $ac_new_val` 
    1740         if test "$ac_old_val_w" != "$ac_new_val_w"; then 
    1741           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1742 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1743           ac_cache_corrupted=: 
    1744         else 
    1745           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
    1746 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
    1747           eval $ac_var=\$ac_old_val 
    1748         fi 
    1749         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
    1750 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
    1751         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
    1752 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
     1647        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1648echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1649        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1650echo "$as_me:   former value:  $ac_old_val" >&2;} 
     1651        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1652echo "$as_me:   current value: $ac_new_val" >&2;} 
     1653        ac_cache_corrupted=: 
    17531654      fi;; 
    17541655  esac 
     
    17561657  if test "$ac_new_set" = set; then 
    17571658    case $ac_new_val in 
    1758     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1659    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    17591660    *) ac_arg=$ac_var=$ac_new_val ;; 
    17601661    esac 
     
    17661667done 
    17671668if $ac_cache_corrupted; then 
    1768   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    1769 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    1770   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1771 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1772   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1773 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1669  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1670echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1671  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1672echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    17741673   { (exit 1); exit 1; }; } 
    17751674fi 
     
    18251724done 
    18261725if test -z "$ac_aux_dir"; then 
    1827   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    1828 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
     1726  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
     1727echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
    18291728   { (exit 1); exit 1; }; } 
    18301729fi 
     
    18521751# OS/2's system install, which has a completely different semantic 
    18531752# ./install, which can be erroneously created by make from ./install.sh. 
    1854 # Reject install programs that cannot install multiple files. 
    1855 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
    1856 $as_echo_n "checking for a BSD-compatible install... " >&6; } 
     1753{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
     1754echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 
    18571755if test -z "$INSTALL"; then 
    18581756if test "${ac_cv_path_install+set}" = set; then 
    1859   $as_echo_n "(cached) " >&6 
     1757  echo $ECHO_N "(cached) $ECHO_C" >&6 
    18601758else 
    18611759  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    18861784            : 
    18871785          else 
    1888             rm -rf conftest.one conftest.two conftest.dir 
    1889             echo one > conftest.one 
    1890             echo two > conftest.two 
    1891             mkdir conftest.dir 
    1892             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 
    1893               test -s conftest.one && test -s conftest.two && 
    1894               test -s conftest.dir/conftest.one && 
    1895               test -s conftest.dir/conftest.two 
    1896             then 
    1897               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    1898               break 3 
    1899             fi 
     1786            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
     1787            break 3 
    19001788          fi 
    19011789        fi 
     
    19041792    ;; 
    19051793esac 
    1906  
    19071794done 
    19081795IFS=$as_save_IFS 
    19091796 
    1910 rm -rf conftest.one conftest.two conftest.dir 
    19111797 
    19121798fi 
     
    19211807  fi 
    19221808fi 
    1923 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 
    1924 $as_echo "$INSTALL" >&6; } 
     1809{ echo "$as_me:$LINENO: result: $INSTALL" >&5 
     1810echo "${ECHO_T}$INSTALL" >&6; } 
    19251811 
    19261812# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 
     
    19321818test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 
    19331819 
    1934 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 
    1935 $as_echo_n "checking whether build environment is sane... " >&6; } 
     1820{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 
     1821echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 
    19361822# Just in case 
    19371823sleep 1 
     
    19561842      # broken ls alias from the environment.  This has actually 
    19571843      # happened.  Such a system could not be considered "sane". 
    1958       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken 
     1844      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken 
    19591845alias in your environment" >&5 
    1960 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken 
     1846echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken 
    19611847alias in your environment" >&2;} 
    19621848   { (exit 1); exit 1; }; } 
     
    19691855   : 
    19701856else 
    1971    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! 
     1857   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 
    19721858Check your system clock" >&5 
    1973 $as_echo "$as_me: error: newly created file is older than distributed files! 
     1859echo "$as_me: error: newly created file is older than distributed files! 
    19741860Check your system clock" >&2;} 
    19751861   { (exit 1); exit 1; }; } 
    19761862fi 
    1977 { $as_echo "$as_me:$LINENO: result: yes" >&5 
    1978 $as_echo "yes" >&6; } 
     1863{ echo "$as_me:$LINENO: result: yes" >&5 
     1864echo "${ECHO_T}yes" >&6; } 
    19791865test "$program_prefix" != NONE && 
    19801866  program_transform_name="s&^&$program_prefix&;$program_transform_name" 
     
    19821868test "$program_suffix" != NONE && 
    19831869  program_transform_name="s&\$&$program_suffix&;$program_transform_name" 
    1984 # Double any \ or $. 
     1870# Double any \ or $.  echo might interpret backslashes. 
    19851871# By default was `s,x,x', remove it if useless. 
    1986 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 
    1987 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 
     1872cat <<\_ACEOF >conftest.sed 
     1873s/[\\$]/&&/g;s/;s,x,x,$// 
     1874_ACEOF 
     1875program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 
     1876rm -f conftest.sed 
    19881877 
    19891878# expand $ac_aux_dir to an absolute path 
     
    19961885else 
    19971886  am_missing_run= 
    1998   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 
    1999 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 
    2000 fi 
    2001  
    2002 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 
    2003 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 
     1887  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 
     1888echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 
     1889fi 
     1890 
     1891{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 
     1892echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 
    20041893if test -z "$MKDIR_P"; then 
    20051894  if test "${ac_cv_path_mkdir+set}" = set; then 
    2006   $as_echo_n "(cached) " >&6 
     1895  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20071896else 
    20081897  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    20391928  fi 
    20401929fi 
    2041 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 
    2042 $as_echo "$MKDIR_P" >&6; } 
     1930{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 
     1931echo "${ECHO_T}$MKDIR_P" >&6; } 
    20431932 
    20441933mkdir_p="$MKDIR_P" 
     
    20521941  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    20531942set dummy $ac_prog; ac_word=$2 
    2054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2055 $as_echo_n "checking for $ac_word... " >&6; } 
     1943{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1944echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    20561945if test "${ac_cv_prog_AWK+set}" = set; then 
    2057   $as_echo_n "(cached) " >&6 
     1946  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20581947else 
    20591948  if test -n "$AWK"; then 
     
    20681957  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20691958    ac_cv_prog_AWK="$ac_prog" 
    2070     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1959    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20711960    break 2 
    20721961  fi 
     
    20791968AWK=$ac_cv_prog_AWK 
    20801969if test -n "$AWK"; then 
    2081   { $as_echo "$as_me:$LINENO: result: $AWK" >&5 
    2082 $as_echo "$AWK" >&6; } 
    2083 else 
    2084   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2085 $as_echo "no" >&6; } 
     1970  { echo "$as_me:$LINENO: result: $AWK" >&5 
     1971echo "${ECHO_T}$AWK" >&6; } 
     1972else 
     1973  { echo "$as_me:$LINENO: result: no" >&5 
     1974echo "${ECHO_T}no" >&6; } 
    20861975fi 
    20871976 
     
    20901979done 
    20911980 
    2092 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    2093 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 
    2094 set x ${MAKE-make} 
    2095 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
     1981{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
     1982echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 
     1983set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
    20961984if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 
    2097   $as_echo_n "(cached) " >&6 
     1985  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20981986else 
    20991987  cat >conftest.make <<\_ACEOF 
     
    21122000fi 
    21132001if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 
    2114   { $as_echo "$as_me:$LINENO: result: yes" >&5 
    2115 $as_echo "yes" >&6; } 
     2002  { echo "$as_me:$LINENO: result: yes" >&5 
     2003echo "${ECHO_T}yes" >&6; } 
    21162004  SET_MAKE= 
    21172005else 
    2118   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2119 $as_echo "no" >&6; } 
     2006  { echo "$as_me:$LINENO: result: no" >&5 
     2007echo "${ECHO_T}no" >&6; } 
    21202008  SET_MAKE="MAKE=${MAKE-make}" 
    21212009fi 
     
    21362024  # test to see if srcdir already configured 
    21372025  if test -f $srcdir/config.status; then 
    2138     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 
    2139 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 
     2026    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 
     2027echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 
    21402028   { (exit 1); exit 1; }; } 
    21412029  fi 
     
    21542042# Define the identity of the package. 
    21552043 PACKAGE='onioncat' 
    2156  VERSION='0.1.12.r501' 
     2044 VERSION='0.1.13' 
    21572045 
    21582046 
     
    21922080  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 
    21932081set dummy ${ac_tool_prefix}strip; ac_word=$2 
    2194 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2195 $as_echo_n "checking for $ac_word... " >&6; } 
     2082{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2083echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21962084if test "${ac_cv_prog_STRIP+set}" = set; then 
    2197   $as_echo_n "(cached) " >&6 
     2085  echo $ECHO_N "(cached) $ECHO_C" >&6 
    21982086else 
    21992087  if test -n "$STRIP"; then 
     
    22082096  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22092097    ac_cv_prog_STRIP="${ac_tool_prefix}strip" 
    2210     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2098    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    22112099    break 2 
    22122100  fi 
     
    22192107STRIP=$ac_cv_prog_STRIP 
    22202108if test -n "$STRIP"; then 
    2221   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 
    2222 $as_echo "$STRIP" >&6; } 
    2223 else 
    2224   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2225 $as_echo "no" >&6; } 
     2109  { echo "$as_me:$LINENO: result: $STRIP" >&5 
     2110echo "${ECHO_T}$STRIP" >&6; } 
     2111else 
     2112  { echo "$as_me:$LINENO: result: no" >&5 
     2113echo "${ECHO_T}no" >&6; } 
    22262114fi 
    22272115 
     
    22322120  # Extract the first word of "strip", so it can be a program name with args. 
    22332121set dummy strip; ac_word=$2 
    2234 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2235 $as_echo_n "checking for $ac_word... " >&6; } 
     2122{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2123echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    22362124if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 
    2237   $as_echo_n "(cached) " >&6 
     2125  echo $ECHO_N "(cached) $ECHO_C" >&6 
    22382126else 
    22392127  if test -n "$ac_ct_STRIP"; then 
     
    22482136  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22492137    ac_cv_prog_ac_ct_STRIP="strip" 
    2250     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2138    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    22512139    break 2 
    22522140  fi 
     
    22592147ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 
    22602148if test -n "$ac_ct_STRIP"; then 
    2261   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
    2262 $as_echo "$ac_ct_STRIP" >&6; } 
    2263 else 
    2264   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2265 $as_echo "no" >&6; } 
     2149  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
     2150echo "${ECHO_T}$ac_ct_STRIP" >&6; } 
     2151else 
     2152  { echo "$as_me:$LINENO: result: no" >&5 
     2153echo "${ECHO_T}no" >&6; } 
    22662154fi 
    22672155 
     
    22712159    case $cross_compiling:$ac_tool_warned in 
    22722160yes:) 
    2273 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    2274 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     2161{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2162whose name does not start with the host triplet.  If you think this 
     2163configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2164echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2165whose name does not start with the host triplet.  If you think this 
     2166configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    22752167ac_tool_warned=yes ;; 
    22762168esac 
     
    23012193 
    23022194cat >>confdefs.h <<\_ACEOF 
    2303 #define SVN_REVISION "501" 
     2195#define SVN_REVISION "504" 
    23042196_ACEOF 
    23052197 
     
    23122204  enableval=$enable_debug; 
    23132205cat >>confdefs.h <<\_ACEOF 
    2314 #define DEBUG /**/ 
     2206#define DEBUG 
    23152207_ACEOF 
    23162208 
     
    23212213  enableval=$enable_packet_log; 
    23222214cat >>confdefs.h <<\_ACEOF 
    2323 #define PACKET_LOG /**/ 
     2215#define PACKET_LOG 
    23242216_ACEOF 
    23252217 
     
    23302222  enableval=$enable_handle_http; 
    23312223cat >>confdefs.h <<\_ACEOF 
    2332 #define HANDLE_HTTP /**/ 
     2224#define HANDLE_HTTP 
    23332225_ACEOF 
    23342226 
     
    23392231  enableval=$enable_packet_queue; 
    23402232cat >>confdefs.h <<\_ACEOF 
    2341 #define PACKET_QUEUE /**/ 
     2233#define PACKET_QUEUE 
    23422234_ACEOF 
    23432235 
     
    23482240  enableval=$enable_check_ipsrc; 
    23492241cat >>confdefs.h <<\_ACEOF 
    2350 #define CHECK_IPSRC /**/ 
     2242#define CHECK_IPSRC 
    23512243_ACEOF 
    23522244 
     
    23572249  enableval=$enable_rtt; 
    23582250cat >>confdefs.h <<\_ACEOF 
    2359 #define MEASURE_RTT /**/ 
     2251#define MEASURE_RTT 
    23602252_ACEOF 
    23612253 
     
    23722264  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    23732265set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    2374 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2375 $as_echo_n "checking for $ac_word... " >&6; } 
     2266{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2267echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    23762268if test "${ac_cv_prog_CC+set}" = set; then 
    2377   $as_echo_n "(cached) " >&6 
     2269  echo $ECHO_N "(cached) $ECHO_C" >&6 
    23782270else 
    23792271  if test -n "$CC"; then 
     
    23882280  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    23892281    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    2390     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2282    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    23912283    break 2 
    23922284  fi 
     
    23992291CC=$ac_cv_prog_CC 
    24002292if test -n "$CC"; then 
    2401   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2402 $as_echo "$CC" >&6; } 
    2403 else 
    2404   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2405 $as_echo "no" >&6; } 
     2293  { echo "$as_me:$LINENO: result: $CC" >&5 
     2294echo "${ECHO_T}$CC" >&6; } 
     2295else 
     2296  { echo "$as_me:$LINENO: result: no" >&5 
     2297echo "${ECHO_T}no" >&6; } 
    24062298fi 
    24072299 
     
    24122304  # Extract the first word of "gcc", so it can be a program name with args. 
    24132305set dummy gcc; ac_word=$2 
    2414 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2415 $as_echo_n "checking for $ac_word... " >&6; } 
     2306{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2307echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24162308if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2417   $as_echo_n "(cached) " >&6 
     2309  echo $ECHO_N "(cached) $ECHO_C" >&6 
    24182310else 
    24192311  if test -n "$ac_ct_CC"; then 
     
    24282320  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24292321    ac_cv_prog_ac_ct_CC="gcc" 
    2430     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2322    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24312323    break 2 
    24322324  fi 
     
    24392331ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    24402332if test -n "$ac_ct_CC"; then 
    2441   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2442 $as_echo "$ac_ct_CC" >&6; } 
    2443 else 
    2444   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2445 $as_echo "no" >&6; } 
     2333  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2334echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2335else 
     2336  { echo "$as_me:$LINENO: result: no" >&5 
     2337echo "${ECHO_T}no" >&6; } 
    24462338fi 
    24472339 
     
    24512343    case $cross_compiling:$ac_tool_warned in 
    24522344yes:) 
    2453 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    2454 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     2345{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2346whose name does not start with the host triplet.  If you think this 
     2347configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2348echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2349whose name does not start with the host triplet.  If you think this 
     2350configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    24552351ac_tool_warned=yes ;; 
    24562352esac 
     
    24652361    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    24662362set dummy ${ac_tool_prefix}cc; ac_word=$2 
    2467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2468 $as_echo_n "checking for $ac_word... " >&6; } 
     2363{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2364echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24692365if test "${ac_cv_prog_CC+set}" = set; then 
    2470   $as_echo_n "(cached) " >&6 
     2366  echo $ECHO_N "(cached) $ECHO_C" >&6 
    24712367else 
    24722368  if test -n "$CC"; then 
     
    24812377  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24822378    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    2483     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2379    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24842380    break 2 
    24852381  fi 
     
    24922388CC=$ac_cv_prog_CC 
    24932389if test -n "$CC"; then 
    2494   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2495 $as_echo "$CC" >&6; } 
    2496 else 
    2497   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2498 $as_echo "no" >&6; } 
     2390  { echo "$as_me:$LINENO: result: $CC" >&5 
     2391echo "${ECHO_T}$CC" >&6; } 
     2392else 
     2393  { echo "$as_me:$LINENO: result: no" >&5 
     2394echo "${ECHO_T}no" >&6; } 
    24992395fi 
    25002396 
     
    25052401  # Extract the first word of "cc", so it can be a program name with args. 
    25062402set dummy cc; ac_word=$2 
    2507 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2508 $as_echo_n "checking for $ac_word... " >&6; } 
     2403{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2404echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    25092405if test "${ac_cv_prog_CC+set}" = set; then 
    2510   $as_echo_n "(cached) " >&6 
     2406  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25112407else 
    25122408  if test -n "$CC"; then 
     
    25262422     fi 
    25272423    ac_cv_prog_CC="cc" 
    2528     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2424    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25292425    break 2 
    25302426  fi 
     
    25492445CC=$ac_cv_prog_CC 
    25502446if test -n "$CC"; then 
    2551   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2552 $as_echo "$CC" >&6; } 
    2553 else 
    2554   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2555 $as_echo "no" >&6; } 
     2447  { echo "$as_me:$LINENO: result: $CC" >&5 
     2448echo "${ECHO_T}$CC" >&6; } 
     2449else 
     2450  { echo "$as_me:$LINENO: result: no" >&5 
     2451echo "${ECHO_T}no" >&6; } 
    25562452fi 
    25572453 
     
    25642460    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    25652461set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2566 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2567 $as_echo_n "checking for $ac_word... " >&6; } 
     2462{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2463echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    25682464if test "${ac_cv_prog_CC+set}" = set; then 
    2569   $as_echo_n "(cached) " >&6 
     2465  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25702466else 
    25712467  if test -n "$CC"; then 
     
    25802476  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    25812477    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    2582     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2478    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25832479    break 2 
    25842480  fi 
     
    25912487CC=$ac_cv_prog_CC 
    25922488if test -n "$CC"; then 
    2593   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2594 $as_echo "$CC" >&6; } 
    2595 else 
    2596   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2597 $as_echo "no" >&6; } 
     2489  { echo "$as_me:$LINENO: result: $CC" >&5 
     2490echo "${ECHO_T}$CC" >&6; } 
     2491else 
     2492  { echo "$as_me:$LINENO: result: no" >&5 
     2493echo "${ECHO_T}no" >&6; } 
    25982494fi 
    25992495 
     
    26082504  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    26092505set dummy $ac_prog; ac_word=$2 
    2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2611 $as_echo_n "checking for $ac_word... " >&6; } 
     2506{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2507echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    26122508if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2613   $as_echo_n "(cached) " >&6 
     2509  echo $ECHO_N "(cached) $ECHO_C" >&6 
    26142510else 
    26152511  if test -n "$ac_ct_CC"; then 
     
    26242520  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    26252521    ac_cv_prog_ac_ct_CC="$ac_prog" 
    2626     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2522    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    26272523    break 2 
    26282524  fi 
     
    26352531ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    26362532if test -n "$ac_ct_CC"; then 
    2637   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2638 $as_echo "$ac_ct_CC" >&6; } 
    2639 else 
    2640   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2641 $as_echo "no" >&6; } 
     2533  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2534echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2535else 
     2536  { echo "$as_me:$LINENO: result: no" >&5 
     2537echo "${ECHO_T}no" >&6; } 
    26422538fi 
    26432539 
     
    26512547    case $cross_compiling:$ac_tool_warned in 
    26522548yes:) 
    2653 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    2654 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     2549{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2550whose name does not start with the host triplet.  If you think this 
     2551configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2552echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2553whose name does not start with the host triplet.  If you think this 
     2554configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    26552555ac_tool_warned=yes ;; 
    26562556esac 
     
    26622562 
    26632563 
    2664 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2665 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2666 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2564test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    26672565See \`config.log' for more details." >&5 
    2668 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2566echo "$as_me: error: no acceptable C compiler found in \$PATH 
    26692567See \`config.log' for more details." >&2;} 
    2670    { (exit 1); exit 1; }; }; } 
     2568   { (exit 1); exit 1; }; } 
    26712569 
    26722570# Provide some information about the compiler. 
    2673 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 
    2674 set X $ac_compile 
    2675 ac_compiler=$2 
     2571echo "$as_me:$LINENO: checking for C compiler version" >&5 
     2572ac_compiler=`set X $ac_compile; echo $2` 
    26762573{ (ac_try="$ac_compiler --version >&5" 
    26772574case "(($ac_try" in 
     
    26792576  *) ac_try_echo=$ac_try;; 
    26802577esac 
    2681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2682 $as_echo "$ac_try_echo") >&5 
     2578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    26832579  (eval "$ac_compiler --version >&5") 2>&5 
    26842580  ac_status=$? 
    2685   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2581  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26862582  (exit $ac_status); } 
    26872583{ (ac_try="$ac_compiler -v >&5" 
     
    26902586  *) ac_try_echo=$ac_try;; 
    26912587esac 
    2692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2693 $as_echo "$ac_try_echo") >&5 
     2588eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    26942589  (eval "$ac_compiler -v >&5") 2>&5 
    26952590  ac_status=$? 
    2696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2591  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26972592  (exit $ac_status); } 
    26982593{ (ac_try="$ac_compiler -V >&5" 
     
    27012596  *) ac_try_echo=$ac_try;; 
    27022597esac 
    2703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2704 $as_echo "$ac_try_echo") >&5 
     2598eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    27052599  (eval "$ac_compiler -V >&5") 2>&5 
    27062600  ac_status=$? 
    2707   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2601  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27082602  (exit $ac_status); } 
    27092603 
     
    27242618_ACEOF 
    27252619ac_clean_files_save=$ac_clean_files 
    2726 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
     2620ac_clean_files="$ac_clean_files a.out a.exe b.out" 
    27272621# Try to create an executable without -o first, disregard a.out. 
    27282622# It will help us diagnose broken compilers, and finding out an intuition 
    27292623# of exeext. 
    2730 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    2731 $as_echo_n "checking for C compiler default output file name... " >&6; } 
    2732 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2733  
    2734 # The possible output files: 
    2735 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
    2736  
     2624{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     2625echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
     2626ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     2627# 
     2628# List of possible output files, starting from the most likely. 
     2629# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
     2630# only as a last resort.  b.out is created by i960 compilers. 
     2631ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
     2632# 
     2633# The IRIX 6 linker writes into existing files which may not be 
     2634# executable, retaining their permissions.  Remove them first so a 
     2635# subsequent execution test works. 
    27372636ac_rmfiles= 
    27382637for ac_file in $ac_files 
    27392638do 
    27402639  case $ac_file in 
    2741     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     2640    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    27422641    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    27432642  esac 
     
    27502649  *) ac_try_echo=$ac_try;; 
    27512650esac 
    2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2753 $as_echo "$ac_try_echo") >&5 
     2651eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    27542652  (eval "$ac_link_default") 2>&5 
    27552653  ac_status=$? 
    2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2654  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27572655  (exit $ac_status); }; then 
    27582656  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    27652663  test -f "$ac_file" || continue 
    27662664  case $ac_file in 
    2767     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 
     2665    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
    27682666        ;; 
    27692667    [ab].out ) 
     
    27922690fi 
    27932691 
    2794 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
    2795 $as_echo "$ac_file" >&6; } 
     2692{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2693echo "${ECHO_T}$ac_file" >&6; } 
    27962694if test -z "$ac_file"; then 
    2797   $as_echo "$as_me: failed program was:" >&5 
     2695  echo "$as_me: failed program was:" >&5 
    27982696sed 's/^/| /' conftest.$ac_ext >&5 
    27992697 
    2800 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2801 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2802 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 
     2698{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 
    28032699See \`config.log' for more details." >&5 
    2804 $as_echo "$as_me: error: C compiler cannot create executables 
     2700echo "$as_me: error: C compiler cannot create executables 
    28052701See \`config.log' for more details." >&2;} 
    2806    { (exit 77); exit 77; }; }; } 
     2702   { (exit 77); exit 77; }; } 
    28072703fi 
    28082704 
     
    28112707# Check that the compiler produces executables we can run.  If not, either 
    28122708# the compiler is broken, or we cross compile. 
    2813 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    2814 $as_echo_n "checking whether the C compiler works... " >&6; } 
     2709{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     2710echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
    28152711# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    28162712# If not cross compiling, check that we can run a simple program. 
     
    28212717  *) ac_try_echo=$ac_try;; 
    28222718esac 
    2823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2824 $as_echo "$ac_try_echo") >&5 
     2719eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    28252720  (eval "$ac_try") 2>&5 
    28262721  ac_status=$? 
    2827   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2722  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28282723  (exit $ac_status); }; }; then 
    28292724    cross_compiling=no 
     
    28322727        cross_compiling=yes 
    28332728    else 
    2834         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2835 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2836 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 
     2729        { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 
    28372730If you meant to cross compile, use \`--host'. 
    28382731See \`config.log' for more details." >&5 
    2839 $as_echo "$as_me: error: cannot run C compiled programs. 
     2732echo "$as_me: error: cannot run C compiled programs. 
    28402733If you meant to cross compile, use \`--host'. 
    28412734See \`config.log' for more details." >&2;} 
    2842    { (exit 1); exit 1; }; }; } 
     2735   { (exit 1); exit 1; }; } 
    28432736    fi 
    28442737  fi 
    28452738fi 
    2846 { $as_echo "$as_me:$LINENO: result: yes" >&5 
    2847 $as_echo "yes" >&6; } 
    2848  
    2849 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
     2739{ echo "$as_me:$LINENO: result: yes" >&5 
     2740echo "${ECHO_T}yes" >&6; } 
     2741 
     2742rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    28502743ac_clean_files=$ac_clean_files_save 
    28512744# Check that the compiler produces executables we can run.  If not, either 
    28522745# the compiler is broken, or we cross compile. 
    2853 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2854 $as_echo_n "checking whether we are cross compiling... " >&6; } 
    2855 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2856 $as_echo "$cross_compiling" >&6; } 
    2857  
    2858 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2859 $as_echo_n "checking for suffix of executables... " >&6; } 
     2746{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2747echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
     2748{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2749echo "${ECHO_T}$cross_compiling" >&6; } 
     2750 
     2751{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2752echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
    28602753if { (ac_try="$ac_link" 
    28612754case "(($ac_try" in 
     
    28632756  *) ac_try_echo=$ac_try;; 
    28642757esac 
    2865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2866 $as_echo "$ac_try_echo") >&5 
     2758eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    28672759  (eval "$ac_link") 2>&5 
    28682760  ac_status=$? 
    2869   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2761  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28702762  (exit $ac_status); }; then 
    28712763  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    28762768  test -f "$ac_file" || continue 
    28772769  case $ac_file in 
    2878     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     2770    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    28792771    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    28802772          break;; 
     
    28832775done 
    28842776else 
    2885   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2887 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2777  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
    28882778See \`config.log' for more details." >&5 
    2889 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2779echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    28902780See \`config.log' for more details." >&2;} 
    2891    { (exit 1); exit 1; }; }; } 
     2781   { (exit 1); exit 1; }; } 
    28922782fi 
    28932783 
    28942784rm -f conftest$ac_cv_exeext 
    2895 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2896 $as_echo "$ac_cv_exeext" >&6; } 
     2785{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2786echo "${ECHO_T}$ac_cv_exeext" >&6; } 
    28972787 
    28982788rm -f conftest.$ac_ext 
    28992789EXEEXT=$ac_cv_exeext 
    29002790ac_exeext=$EXEEXT 
    2901 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2902 $as_echo_n "checking for suffix of object files... " >&6; } 
     2791{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2792echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
    29032793if test "${ac_cv_objext+set}" = set; then 
    2904   $as_echo_n "(cached) " >&6 
     2794  echo $ECHO_N "(cached) $ECHO_C" >&6 
    29052795else 
    29062796  cat >conftest.$ac_ext <<_ACEOF 
     
    29252815  *) ac_try_echo=$ac_try;; 
    29262816esac 
    2927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2928 $as_echo "$ac_try_echo") >&5 
     2817eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29292818  (eval "$ac_compile") 2>&5 
    29302819  ac_status=$? 
    2931   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2820  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29322821  (exit $ac_status); }; then 
    29332822  for ac_file in conftest.o conftest.obj conftest.*; do 
    29342823  test -f "$ac_file" || continue; 
    29352824  case $ac_file in 
    2936     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 
     2825    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
    29372826    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    29382827       break;; 
     
    29402829done 
    29412830else 
    2942   $as_echo "$as_me: failed program was:" >&5 
     2831  echo "$as_me: failed program was:" >&5 
    29432832sed 's/^/| /' conftest.$ac_ext >&5 
    29442833 
    2945 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2946 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2947 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2834{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
    29482835See \`config.log' for more details." >&5 
    2949 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2836echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    29502837See \`config.log' for more details." >&2;} 
    2951    { (exit 1); exit 1; }; }; } 
     2838   { (exit 1); exit 1; }; } 
    29522839fi 
    29532840 
    29542841rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    29552842fi 
    2956 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2957 $as_echo "$ac_cv_objext" >&6; } 
     2843{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2844echo "${ECHO_T}$ac_cv_objext" >&6; } 
    29582845OBJEXT=$ac_cv_objext 
    29592846ac_objext=$OBJEXT 
    2960 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2961 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 
     2847{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2848echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
    29622849if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    2963   $as_echo_n "(cached) " >&6 
     2850  echo $ECHO_N "(cached) $ECHO_C" >&6 
    29642851else 
    29652852  cat >conftest.$ac_ext <<_ACEOF 
     
    29872874  *) ac_try_echo=$ac_try;; 
    29882875esac 
    2989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2990 $as_echo "$ac_try_echo") >&5 
     2876eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29912877  (eval "$ac_compile") 2>conftest.er1 
    29922878  ac_status=$? 
     
    29942880  rm -f conftest.er1 
    29952881  cat conftest.err >&5 
    2996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2882  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29972883  (exit $ac_status); } && { 
    29982884         test -z "$ac_c_werror_flag" || 
     
    30012887  ac_compiler_gnu=yes 
    30022888else 
    3003   $as_echo "$as_me: failed program was:" >&5 
     2889  echo "$as_me: failed program was:" >&5 
    30042890sed 's/^/| /' conftest.$ac_ext >&5 
    30052891 
     
    30112897 
    30122898fi 
    3013 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    3014 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 
    3015 if test $ac_compiler_gnu = yes; then 
    3016   GCC=yes 
    3017 else 
    3018   GCC= 
    3019 fi 
     2899{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2900echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
     2901GCC=`test $ac_compiler_gnu = yes && echo yes` 
    30202902ac_test_CFLAGS=${CFLAGS+set} 
    30212903ac_save_CFLAGS=$CFLAGS 
    3022 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    3023 $as_echo_n "checking whether $CC accepts -g... " >&6; } 
     2904{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2905echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
    30242906if test "${ac_cv_prog_cc_g+set}" = set; then 
    3025   $as_echo_n "(cached) " >&6 
     2907  echo $ECHO_N "(cached) $ECHO_C" >&6 
    30262908else 
    30272909  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    30502932  *) ac_try_echo=$ac_try;; 
    30512933esac 
    3052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3053 $as_echo "$ac_try_echo") >&5 
     2934eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    30542935  (eval "$ac_compile") 2>conftest.er1 
    30552936  ac_status=$? 
     
    30572938  rm -f conftest.er1 
    30582939  cat conftest.err >&5 
    3059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2940  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30602941  (exit $ac_status); } && { 
    30612942         test -z "$ac_c_werror_flag" || 
     
    30642945  ac_cv_prog_cc_g=yes 
    30652946else 
    3066   $as_echo "$as_me: failed program was:" >&5 
     2947  echo "$as_me: failed program was:" >&5 
    30672948sed 's/^/| /' conftest.$ac_ext >&5 
    30682949 
     
    30892970  *) ac_try_echo=$ac_try;; 
    30902971esac 
    3091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3092 $as_echo "$ac_try_echo") >&5 
     2972eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    30932973  (eval "$ac_compile") 2>conftest.er1 
    30942974  ac_status=$? 
     
    30962976  rm -f conftest.er1 
    30972977  cat conftest.err >&5 
    3098   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2978  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30992979  (exit $ac_status); } && { 
    31002980         test -z "$ac_c_werror_flag" || 
     
    31032983  : 
    31042984else 
    3105   $as_echo "$as_me: failed program was:" >&5 
     2985  echo "$as_me: failed program was:" >&5 
    31062986sed 's/^/| /' conftest.$ac_ext >&5 
    31072987 
     
    31293009  *) ac_try_echo=$ac_try;; 
    31303010esac 
    3131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3132 $as_echo "$ac_try_echo") >&5 
     3011eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    31333012  (eval "$ac_compile") 2>conftest.er1 
    31343013  ac_status=$? 
     
    31363015  rm -f conftest.er1 
    31373016  cat conftest.err >&5 
    3138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3017  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31393018  (exit $ac_status); } && { 
    31403019         test -z "$ac_c_werror_flag" || 
     
    31433022  ac_cv_prog_cc_g=yes 
    31443023else 
    3145   $as_echo "$as_me: failed program was:" >&5 
     3024  echo "$as_me: failed program was:" >&5 
    31463025sed 's/^/| /' conftest.$ac_ext >&5 
    31473026 
     
    31583037   ac_c_werror_flag=$ac_save_c_werror_flag 
    31593038fi 
    3160 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    3161 $as_echo "$ac_cv_prog_cc_g" >&6; } 
     3039{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     3040echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
    31623041if test "$ac_test_CFLAGS" = set; then 
    31633042  CFLAGS=$ac_save_CFLAGS 
     
    31753054  fi 
    31763055fi 
    3177 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    3178 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 
     3056{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     3057echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
    31793058if test "${ac_cv_prog_cc_c89+set}" = set; then 
    3180   $as_echo_n "(cached) " >&6 
     3059  echo $ECHO_N "(cached) $ECHO_C" >&6 
    31813060else 
    31823061  ac_cv_prog_cc_c89=no 
     
    32493128  *) ac_try_echo=$ac_try;; 
    32503129esac 
    3251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3252 $as_echo "$ac_try_echo") >&5 
     3130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    32533131  (eval "$ac_compile") 2>conftest.er1 
    32543132  ac_status=$? 
     
    32563134  rm -f conftest.er1 
    32573135  cat conftest.err >&5 
    3258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3136  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    32593137  (exit $ac_status); } && { 
    32603138         test -z "$ac_c_werror_flag" || 
     
    32633141  ac_cv_prog_cc_c89=$ac_arg 
    32643142else 
    3265   $as_echo "$as_me: failed program was:" >&5 
     3143  echo "$as_me: failed program was:" >&5 
    32663144sed 's/^/| /' conftest.$ac_ext >&5 
    32673145 
     
    32793157case "x$ac_cv_prog_cc_c89" in 
    32803158  x) 
    3281     { $as_echo "$as_me:$LINENO: result: none needed" >&5 
    3282 $as_echo "none needed" >&6; } ;; 
     3159    { echo "$as_me:$LINENO: result: none needed" >&5 
     3160echo "${ECHO_T}none needed" >&6; } ;; 
    32833161  xno) 
    3284     { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
    3285 $as_echo "unsupported" >&6; } ;; 
     3162    { echo "$as_me:$LINENO: result: unsupported" >&5 
     3163echo "${ECHO_T}unsupported" >&6; } ;; 
    32863164  *) 
    32873165    CC="$CC $ac_cv_prog_cc_c89" 
    3288     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    3289 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 
     3166    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     3167echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
    32903168esac 
    32913169 
     
    33083186END 
    33093187# If we don't find an include directive, just comment out the code. 
    3310 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 
    3311 $as_echo_n "checking for style of include used by $am_make... " >&6; } 
     3188{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 
     3189echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 
    33123190am__include="#" 
    33133191am__quote= 
     
    33363214 
    33373215 
    3338 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 
    3339 $as_echo "$_am_result" >&6; } 
     3216{ echo "$as_me:$LINENO: result: $_am_result" >&5 
     3217echo "${ECHO_T}$_am_result" >&6; } 
    33403218rm -f confinc confmf 
    33413219 
     
    33613239depcc="$CC"   am_compiler_list= 
    33623240 
    3363 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
    3364 $as_echo_n "checking dependency style of $depcc... " >&6; } 
     3241{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
     3242echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 
    33653243if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 
    3366   $as_echo_n "(cached) " >&6 
     3244  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33673245else 
    33683246  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 
     
    34523330 
    34533331fi 
    3454 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 
    3455 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 
     3332{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 
     3333echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 
    34563334CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 
    34573335 
     
    34703348# Make sure we can run config.sub. 
    34713349$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 
    3472   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
    3473 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
     3350  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
     3351echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
    34743352   { (exit 1); exit 1; }; } 
    34753353 
    3476 { $as_echo "$as_me:$LINENO: checking build system type" >&5 
    3477 $as_echo_n "checking build system type... " >&6; } 
     3354{ echo "$as_me:$LINENO: checking build system type" >&5 
     3355echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 
    34783356if test "${ac_cv_build+set}" = set; then 
    3479   $as_echo_n "(cached) " >&6 
     3357  echo $ECHO_N "(cached) $ECHO_C" >&6 
    34803358else 
    34813359  ac_build_alias=$build_alias 
     
    34833361  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
    34843362test "x$ac_build_alias" = x && 
    3485   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    3486 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
     3363  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
     3364echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
    34873365   { (exit 1); exit 1; }; } 
    34883366ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 
    3489   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
    3490 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
     3367  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
     3368echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
    34913369   { (exit 1); exit 1; }; } 
    34923370 
    34933371fi 
    3494 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    3495 $as_echo "$ac_cv_build" >&6; } 
     3372{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     3373echo "${ECHO_T}$ac_cv_build" >&6; } 
    34963374case $ac_cv_build in 
    34973375*-*-*) ;; 
    3498 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
    3499 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 
     3376*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
     3377echo "$as_me: error: invalid value of canonical build" >&2;} 
    35003378   { (exit 1); exit 1; }; };; 
    35013379esac 
     
    35143392 
    35153393 
    3516 { $as_echo "$as_me:$LINENO: checking host system type" >&5 
    3517 $as_echo_n "checking host system type... " >&6; } 
     3394{ echo "$as_me:$LINENO: checking host system type" >&5 
     3395echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 
    35183396if test "${ac_cv_host+set}" = set; then 
    3519   $as_echo_n "(cached) " >&6 
     3397  echo $ECHO_N "(cached) $ECHO_C" >&6 
    35203398else 
    35213399  if test "x$host_alias" = x; then 
     
    35233401else 
    35243402  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 
    3525     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
    3526 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
     3403    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
     3404echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
    35273405   { (exit 1); exit 1; }; } 
    35283406fi 
    35293407 
    35303408fi 
    3531 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
    3532 $as_echo "$ac_cv_host" >&6; } 
     3409{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
     3410echo "${ECHO_T}$ac_cv_host" >&6; } 
    35333411case $ac_cv_host in 
    35343412*-*-*) ;; 
    3535 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
    3536 $as_echo "$as_me: error: invalid value of canonical host" >&2;} 
     3413*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
     3414echo "$as_me: error: invalid value of canonical host" >&2;} 
    35373415   { (exit 1); exit 1; }; };; 
    35383416esac 
     
    35753453        save_LIBS="$LIBS" 
    35763454        LIBS="$PTHREAD_LIBS $LIBS" 
    3577         { $as_echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 
    3578 $as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } 
     3455        { echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 
     3456echo $ECHO_N "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... $ECHO_C" >&6; } 
    35793457        cat >conftest.$ac_ext <<_ACEOF 
    35803458/* confdefs.h.  */ 
     
    36053483  *) ac_try_echo=$ac_try;; 
    36063484esac 
    3607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3608 $as_echo "$ac_try_echo") >&5 
     3485eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    36093486  (eval "$ac_link") 2>conftest.er1 
    36103487  ac_status=$? 
     
    36123489  rm -f conftest.er1 
    36133490  cat conftest.err >&5 
    3614   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3491  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36153492  (exit $ac_status); } && { 
    36163493         test -z "$ac_c_werror_flag" || 
    36173494         test ! -s conftest.err 
    3618        } && test -s conftest$ac_exeext && { 
    3619          test "$cross_compiling" = yes || 
    3620          $as_test_x conftest$ac_exeext 
    3621        }; then 
     3495       } && test -s conftest$ac_exeext && 
     3496       $as_test_x conftest$ac_exeext; then 
    36223497  acx_pthread_ok=yes 
    36233498else 
    3624   $as_echo "$as_me: failed program was:" >&5 
     3499  echo "$as_me: failed program was:" >&5 
    36253500sed 's/^/| /' conftest.$ac_ext >&5 
    36263501 
     
    36283503fi 
    36293504 
    3630 rm -rf conftest.dSYM 
    36313505rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    36323506      conftest$ac_exeext conftest.$ac_ext 
    3633         { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 
    3634 $as_echo "$acx_pthread_ok" >&6; } 
     3507        { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 
     3508echo "${ECHO_T}$acx_pthread_ok" >&6; } 
    36353509        if test x"$acx_pthread_ok" = xno; then 
    36363510                PTHREAD_LIBS="" 
     
    36933567        case $flag in 
    36943568                none) 
    3695                 { $as_echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 
    3696 $as_echo_n "checking whether pthreads work without any flags... " >&6; } 
     3569                { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 
     3570echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; } 
    36973571                ;; 
    36983572 
    36993573                -*) 
    3700                 { $as_echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 
    3701 $as_echo_n "checking whether pthreads work with $flag... " >&6; } 
     3574                { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 
     3575echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; } 
    37023576                PTHREAD_CFLAGS="$flag" 
    37033577                ;; 
     
    37063580                # Extract the first word of "pthread-config", so it can be a program name with args. 
    37073581set dummy pthread-config; ac_word=$2 
    3708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3709 $as_echo_n "checking for $ac_word... " >&6; } 
     3582{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     3583echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    37103584if test "${ac_cv_prog_acx_pthread_config+set}" = set; then 
    3711   $as_echo_n "(cached) " >&6 
     3585  echo $ECHO_N "(cached) $ECHO_C" >&6 
    37123586else 
    37133587  if test -n "$acx_pthread_config"; then 
     
    37223596  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    37233597    ac_cv_prog_acx_pthread_config="yes" 
    3724     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3598    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    37253599    break 2 
    37263600  fi 
     
    37343608acx_pthread_config=$ac_cv_prog_acx_pthread_config 
    37353609if test -n "$acx_pthread_config"; then 
    3736   { $as_echo "$as_me:$LINENO: result: $acx_pthread_config" >&5 
    3737 $as_echo "$acx_pthread_config" >&6; } 
    3738 else 
    3739   { $as_echo "$as_me:$LINENO: result: no" >&5 
    3740 $as_echo "no" >&6; } 
     3610  { echo "$as_me:$LINENO: result: $acx_pthread_config" >&5 
     3611echo "${ECHO_T}$acx_pthread_config" >&6; } 
     3612else 
     3613  { echo "$as_me:$LINENO: result: no" >&5 
     3614echo "${ECHO_T}no" >&6; } 
    37413615fi 
    37423616 
     
    37483622 
    37493623                *) 
    3750                 { $as_echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 
    3751 $as_echo_n "checking for the pthreads library -l$flag... " >&6; } 
     3624                { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 
     3625echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; } 
    37523626                PTHREAD_LIBS="-l$flag" 
    37533627                ;; 
     
    37913665  *) ac_try_echo=$ac_try;; 
    37923666esac 
    3793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3794 $as_echo "$ac_try_echo") >&5 
     3667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    37953668  (eval "$ac_link") 2>conftest.er1 
    37963669  ac_status=$? 
     
    37983671  rm -f conftest.er1 
    37993672  cat conftest.err >&5 
    3800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3673  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38013674  (exit $ac_status); } && { 
    38023675         test -z "$ac_c_werror_flag" || 
    38033676         test ! -s conftest.err 
    3804        } && test -s conftest$ac_exeext && { 
    3805          test "$cross_compiling" = yes || 
    3806          $as_test_x conftest$ac_exeext 
    3807        }; then 
     3677       } && test -s conftest$ac_exeext && 
     3678       $as_test_x conftest$ac_exeext; then 
    38083679  acx_pthread_ok=yes 
    38093680else 
    3810   $as_echo "$as_me: failed program was:" >&5 
     3681  echo "$as_me: failed program was:" >&5 
    38113682sed 's/^/| /' conftest.$ac_ext >&5 
    38123683 
     
    38143685fi 
    38153686 
    3816 rm -rf conftest.dSYM 
    38173687rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    38183688      conftest$ac_exeext conftest.$ac_ext 
     
    38213691        CFLAGS="$save_CFLAGS" 
    38223692 
    3823         { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 
    3824 $as_echo "$acx_pthread_ok" >&6; } 
     3693        { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 
     3694echo "${ECHO_T}$acx_pthread_ok" >&6; } 
    38253695        if test "x$acx_pthread_ok" = xyes; then 
    38263696                break; 
     
    38403710 
    38413711        # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. 
    3842         { $as_echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5 
    3843 $as_echo_n "checking for joinable pthread attribute... " >&6; } 
     3712        { echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5 
     3713echo $ECHO_N "checking for joinable pthread attribute... $ECHO_C" >&6; } 
    38443714        attr_name=unknown 
    38453715        for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do 
     
    38653735  *) ac_try_echo=$ac_try;; 
    38663736esac 
    3867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3868 $as_echo "$ac_try_echo") >&5 
     3737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    38693738  (eval "$ac_link") 2>conftest.er1 
    38703739  ac_status=$? 
     
    38723741  rm -f conftest.er1 
    38733742  cat conftest.err >&5 
    3874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3743  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38753744  (exit $ac_status); } && { 
    38763745         test -z "$ac_c_werror_flag" || 
    38773746         test ! -s conftest.err 
    3878        } && test -s conftest$ac_exeext && { 
    3879          test "$cross_compiling" = yes || 
    3880          $as_test_x conftest$ac_exeext 
    3881        }; then 
     3747       } && test -s conftest$ac_exeext && 
     3748       $as_test_x conftest$ac_exeext; then 
    38823749  attr_name=$attr; break 
    38833750else 
    3884   $as_echo "$as_me: failed program was:" >&5 
     3751  echo "$as_me: failed program was:" >&5 
    38853752sed 's/^/| /' conftest.$ac_ext >&5 
    38863753 
     
    38883755fi 
    38893756 
    3890 rm -rf conftest.dSYM 
    38913757rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    38923758      conftest$ac_exeext conftest.$ac_ext 
    38933759        done 
    3894         { $as_echo "$as_me:$LINENO: result: $attr_name" >&5 
    3895 $as_echo "$attr_name" >&6; } 
     3760        { echo "$as_me:$LINENO: result: $attr_name" >&5 
     3761echo "${ECHO_T}$attr_name" >&6; } 
    38963762        if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then 
    38973763 
     
    39023768        fi 
    39033769 
    3904         { $as_echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 
    3905 $as_echo_n "checking if more special flags are required for pthreads... " >&6; } 
     3770        { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 
     3771echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; } 
    39063772        flag=no 
    39073773        case "${host_cpu}-${host_os}" in 
     
    39093775            *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; 
    39103776        esac 
    3911         { $as_echo "$as_me:$LINENO: result: ${flag}" >&5 
    3912 $as_echo "${flag}" >&6; } 
     3777        { echo "$as_me:$LINENO: result: ${flag}" >&5 
     3778echo "${ECHO_T}${flag}" >&6; } 
    39133779        if test "x$flag" != xno; then 
    39143780            PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" 
     
    39243790  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    39253791set dummy $ac_prog; ac_word=$2 
    3926 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3927 $as_echo_n "checking for $ac_word... " >&6; } 
     3792{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     3793echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    39283794if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then 
    3929   $as_echo_n "(cached) " >&6 
     3795  echo $ECHO_N "(cached) $ECHO_C" >&6 
    39303796else 
    39313797  if test -n "$PTHREAD_CC"; then 
     
    39403806  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    39413807    ac_cv_prog_PTHREAD_CC="$ac_prog" 
    3942     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3808    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    39433809    break 2 
    39443810  fi 
     
    39513817PTHREAD_CC=$ac_cv_prog_PTHREAD_CC 
    39523818if test -n "$PTHREAD_CC"; then 
    3953   { $as_echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5 
    3954 $as_echo "$PTHREAD_CC" >&6; } 
    3955 else 
    3956   { $as_echo "$as_me:$LINENO: result: no" >&5 
    3957 $as_echo "no" >&6; } 
     3819  { echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5 
     3820echo "${ECHO_T}$PTHREAD_CC" >&6; } 
     3821else 
     3822  { echo "$as_me:$LINENO: result: no" >&5 
     3823echo "${ECHO_T}no" >&6; } 
    39583824fi 
    39593825 
     
    40243890for ac_header in sys/types.h sys/socket.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/ip6.h netinet/in6.h net/if.h net/if_tun.h linux/if_tun.h linux/sockios.h endian.h sys/endian.h netinet/icmp6.h net/ethernet.h netinet/if_ether.h netinet/ether.h 
    40253891do 
    4026 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4027 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4028 $as_echo_n "checking for $ac_header... " >&6; } 
     3892as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     3893{ echo "$as_me:$LINENO: checking for $ac_header" >&5 
     3894echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    40293895if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    4030   $as_echo_n "(cached) " >&6 
     3896  echo $ECHO_N "(cached) $ECHO_C" >&6 
    40313897else 
    40323898  cat >conftest.$ac_ext <<_ACEOF 
     
    40633929  *) ac_try_echo=$ac_try;; 
    40643930esac 
    4065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4066 $as_echo "$ac_try_echo") >&5 
     3931eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    40673932  (eval "$ac_compile") 2>conftest.er1 
    40683933  ac_status=$? 
     
    40703935  rm -f conftest.er1 
    40713936  cat conftest.err >&5 
    4072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3937  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40733938  (exit $ac_status); } && { 
    40743939         test -z "$ac_c_werror_flag" || 
     
    40773942  eval "$as_ac_Header=yes" 
    40783943else 
    4079   $as_echo "$as_me: failed program was:" >&5 
     3944  echo "$as_me: failed program was:" >&5 
    40803945sed 's/^/| /' conftest.$ac_ext >&5 <