Changeset 505


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 
    40813946 
     
    40853950rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    40863951fi 
    4087 ac_res=`eval 'as_val=${'$as_ac_Header'} 
    4088                  $as_echo "$as_val"'` 
    4089                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 
    4090 $as_echo "$ac_res" >&6; } 
    4091 as_val=`eval 'as_val=${'$as_ac_Header'} 
    4092                  $as_echo "$as_val"'` 
    4093    if test "x$as_val" = x""yes; then 
     3952ac_res=`eval echo '${'$as_ac_Header'}'` 
     3953               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     3954echo "${ECHO_T}$ac_res" >&6; } 
     3955if test `eval echo '${'$as_ac_Header'}'` = yes; then 
    40943956  cat >>confdefs.h <<_ACEOF 
    4095 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     3957#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    40963958_ACEOF 
    40973959 
     
    41033965 
    41043966# Checks for typedefs, structures, and compiler characteristics. 
    4105 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
    4106 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 
     3967{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
     3968echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
    41073969if test "${ac_cv_c_const+set}" = set; then 
    4108   $as_echo_n "(cached) " >&6 
     3970  echo $ECHO_N "(cached) $ECHO_C" >&6 
    41093971else 
    41103972  cat >conftest.$ac_ext <<_ACEOF 
     
    41784040  *) ac_try_echo=$ac_try;; 
    41794041esac 
    4180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4181 $as_echo "$ac_try_echo") >&5 
     4042eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41824043  (eval "$ac_compile") 2>conftest.er1 
    41834044  ac_status=$? 
     
    41854046  rm -f conftest.er1 
    41864047  cat conftest.err >&5 
    4187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4048  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41884049  (exit $ac_status); } && { 
    41894050         test -z "$ac_c_werror_flag" || 
     
    41924053  ac_cv_c_const=yes 
    41934054else 
    4194   $as_echo "$as_me: failed program was:" >&5 
     4055  echo "$as_me: failed program was:" >&5 
    41954056sed 's/^/| /' conftest.$ac_ext >&5 
    41964057 
     
    42004061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    42014062fi 
    4202 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
    4203 $as_echo "$ac_cv_c_const" >&6; } 
     4063{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
     4064echo "${ECHO_T}$ac_cv_c_const" >&6; } 
    42044065if test $ac_cv_c_const = no; then 
    42054066 
    42064067cat >>confdefs.h <<\_ACEOF 
    4207 #define const /**/ 
     4068#define const 
    42084069_ACEOF 
    42094070 
     
    42184079#AC_CHECK_TYPE([struct sockaddr_in], [AC_DEFINE([HAVE_STRUCT_IP6_HDR],[1],[define if struct ip6_hdr exists])]) 
    42194080 
    4220 { $as_echo "$as_me:$LINENO: checking for struct ip6_hdr" >&5 
    4221 $as_echo_n "checking for struct ip6_hdr... " >&6; } 
     4081{ echo "$as_me:$LINENO: checking for struct ip6_hdr" >&5 
     4082echo $ECHO_N "checking for struct ip6_hdr... $ECHO_C" >&6; } 
    42224083if test "${ac_cv_type_struct_ip6_hdr+set}" = set; then 
    4223   $as_echo_n "(cached) " >&6 
    4224 else 
    4225   ac_cv_type_struct_ip6_hdr=no 
    4226 cat >conftest.$ac_ext <<_ACEOF 
     4084  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4085else 
     4086  cat >conftest.$ac_ext <<_ACEOF 
    42274087/* confdefs.h.  */ 
    42284088_ACEOF 
     
    42454105 
    42464106 
     4107typedef struct ip6_hdr ac__type_new_; 
    42474108int 
    42484109main () 
    42494110{ 
    4250 if (sizeof (struct ip6_hdr)) 
    4251        return 0; 
     4111if ((ac__type_new_ *) 0) 
     4112  return 0; 
     4113if (sizeof (ac__type_new_)) 
     4114  return 0; 
    42524115  ; 
    42534116  return 0; 
     
    42604123  *) ac_try_echo=$ac_try;; 
    42614124esac 
    4262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4263 $as_echo "$ac_try_echo") >&5 
     4125eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    42644126  (eval "$ac_compile") 2>conftest.er1 
    42654127  ac_status=$? 
     
    42674129  rm -f conftest.er1 
    42684130  cat conftest.err >&5 
    4269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4131  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42704132  (exit $ac_status); } && { 
    42714133         test -z "$ac_c_werror_flag" || 
    42724134         test ! -s conftest.err 
    42734135       } && test -s conftest.$ac_objext; then 
    4274   cat >conftest.$ac_ext <<_ACEOF 
    4275 /* confdefs.h.  */ 
    4276 _ACEOF 
    4277 cat confdefs.h >>conftest.$ac_ext 
    4278 cat >>conftest.$ac_ext <<_ACEOF 
    4279 /* end confdefs.h.  */ 
    4280  
    4281 #ifdef HAVE_SYS_TYPES_H 
    4282 #include <sys/types.h> 
    4283 #endif 
    4284 #ifdef HAVE_NETINET_IN_H 
    4285 #include <netinet/in.h> 
    4286 #endif 
    4287 #ifdef HAVE_NETINET_IN6_H 
    4288 #include <netinet/in6.h> 
    4289 #endif 
    4290 #ifdef HAVE_NETINET_IP6_H 
    4291 #include <netinet/ip6.h> 
    4292 #endif 
    4293  
    4294  
    4295 int 
    4296 main () 
    4297 { 
    4298 if (sizeof ((struct ip6_hdr))) 
    4299           return 0; 
    4300   ; 
    4301   return 0; 
    4302 } 
    4303 _ACEOF 
    4304 rm -f conftest.$ac_objext 
    4305 if { (ac_try="$ac_compile" 
    4306 case "(($ac_try" in 
    4307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4308   *) ac_try_echo=$ac_try;; 
    4309 esac 
    4310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4311 $as_echo "$ac_try_echo") >&5 
    4312   (eval "$ac_compile") 2>conftest.er1 
    4313   ac_status=$? 
    4314   grep -v '^ *+' conftest.er1 >conftest.err 
    4315   rm -f conftest.er1 
    4316   cat conftest.err >&5 
    4317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4318   (exit $ac_status); } && { 
    4319          test -z "$ac_c_werror_flag" || 
    4320          test ! -s conftest.err 
    4321        } && test -s conftest.$ac_objext; then 
    4322   : 
    4323 else 
    4324   $as_echo "$as_me: failed program was:" >&5 
     4136  ac_cv_type_struct_ip6_hdr=yes 
     4137else 
     4138  echo "$as_me: failed program was:" >&5 
    43254139sed 's/^/| /' conftest.$ac_ext >&5 
    43264140 
    4327         ac_cv_type_struct_ip6_hdr=yes 
     4141        ac_cv_type_struct_ip6_hdr=no 
    43284142fi 
    43294143 
    43304144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4331 else 
    4332   $as_echo "$as_me: failed program was:" >&5 
    4333 sed 's/^/| /' conftest.$ac_ext >&5 
    4334  
    4335  
    4336 fi 
    4337  
    4338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4339 fi 
    4340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 
    4341 $as_echo "$ac_cv_type_struct_ip6_hdr" >&6; } 
    4342 if test "x$ac_cv_type_struct_ip6_hdr" = x""yes; then 
     4145fi 
     4146{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 
     4147echo "${ECHO_T}$ac_cv_type_struct_ip6_hdr" >&6; } 
     4148if test $ac_cv_type_struct_ip6_hdr = yes; then 
    43434149 
    43444150cat >>confdefs.h <<_ACEOF 
     
    43504156 
    43514157 
    4352 { $as_echo "$as_me:$LINENO: checking for struct iphdr" >&5 
    4353 $as_echo_n "checking for struct iphdr... " >&6; } 
     4158{ echo "$as_me:$LINENO: checking for struct iphdr" >&5 
     4159echo $ECHO_N "checking for struct iphdr... $ECHO_C" >&6; } 
    43544160if test "${ac_cv_type_struct_iphdr+set}" = set; then 
    4355   $as_echo_n "(cached) " >&6 
    4356 else 
    4357   ac_cv_type_struct_iphdr=no 
    4358 cat >conftest.$ac_ext <<_ACEOF 
     4161  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4162else 
     4163  cat >conftest.$ac_ext <<_ACEOF 
    43594164/* confdefs.h.  */ 
    43604165_ACEOF 
     
    43744179 
    43754180 
     4181typedef struct iphdr ac__type_new_; 
    43764182int 
    43774183main () 
    43784184{ 
    4379 if (sizeof (struct iphdr)) 
    4380        return 0; 
     4185if ((ac__type_new_ *) 0) 
     4186  return 0; 
     4187if (sizeof (ac__type_new_)) 
     4188  return 0; 
    43814189  ; 
    43824190  return 0; 
     
    43894197  *) ac_try_echo=$ac_try;; 
    43904198esac 
    4391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4392 $as_echo "$ac_try_echo") >&5 
     4199eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    43934200  (eval "$ac_compile") 2>conftest.er1 
    43944201  ac_status=$? 
     
    43964203  rm -f conftest.er1 
    43974204  cat conftest.err >&5 
    4398   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4205  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    43994206  (exit $ac_status); } && { 
    44004207         test -z "$ac_c_werror_flag" || 
    44014208         test ! -s conftest.err 
    44024209       } && test -s conftest.$ac_objext; then 
    4403   cat >conftest.$ac_ext <<_ACEOF 
    4404 /* confdefs.h.  */ 
    4405 _ACEOF 
    4406 cat confdefs.h >>conftest.$ac_ext 
    4407 cat >>conftest.$ac_ext <<_ACEOF 
    4408 /* end confdefs.h.  */ 
    4409  
    4410 #ifdef HAVE_SYS_TYPES_H 
    4411 #include <sys/types.h> 
    4412 #endif 
    4413 #ifdef HAVE_NETINET_IN_H 
    4414 #include <netinet/in.h> 
    4415 #endif 
    4416 #ifdef HAVE_NETINET_IP_H 
    4417 #include <netinet/ip.h> 
    4418 #endif 
    4419  
    4420  
    4421 int 
    4422 main () 
    4423 { 
    4424 if (sizeof ((struct iphdr))) 
    4425           return 0; 
    4426   ; 
    4427   return 0; 
    4428 } 
    4429 _ACEOF 
    4430 rm -f conftest.$ac_objext 
    4431 if { (ac_try="$ac_compile" 
    4432 case "(($ac_try" in 
    4433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4434   *) ac_try_echo=$ac_try;; 
    4435 esac 
    4436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4437 $as_echo "$ac_try_echo") >&5 
    4438   (eval "$ac_compile") 2>conftest.er1 
    4439   ac_status=$? 
    4440   grep -v '^ *+' conftest.er1 >conftest.err 
    4441   rm -f conftest.er1 
    4442   cat conftest.err >&5 
    4443   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4444   (exit $ac_status); } && { 
    4445          test -z "$ac_c_werror_flag" || 
    4446          test ! -s conftest.err 
    4447        } && test -s conftest.$ac_objext; then 
    4448   : 
    4449 else 
    4450   $as_echo "$as_me: failed program was:" >&5 
     4210  ac_cv_type_struct_iphdr=yes 
     4211else 
     4212  echo "$as_me: failed program was:" >&5 
    44514213sed 's/^/| /' conftest.$ac_ext >&5 
    44524214 
    4453         ac_cv_type_struct_iphdr=yes 
     4215        ac_cv_type_struct_iphdr=no 
    44544216fi 
    44554217 
    44564218rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4457 else 
    4458   $as_echo "$as_me: failed program was:" >&5 
    4459 sed 's/^/| /' conftest.$ac_ext >&5 
    4460  
    4461  
    4462 fi 
    4463  
    4464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4465 fi 
    4466 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 
    4467 $as_echo "$ac_cv_type_struct_iphdr" >&6; } 
    4468 if test "x$ac_cv_type_struct_iphdr" = x""yes; then 
     4219fi 
     4220{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 
     4221echo "${ECHO_T}$ac_cv_type_struct_iphdr" >&6; } 
     4222if test $ac_cv_type_struct_iphdr = yes; then 
    44694223 
    44704224cat >>confdefs.h <<_ACEOF 
     
    44764230 
    44774231 
    4478 { $as_echo "$as_me:$LINENO: checking for struct ip" >&5 
    4479 $as_echo_n "checking for struct ip... " >&6; } 
     4232{ echo "$as_me:$LINENO: checking for struct ip" >&5 
     4233echo $ECHO_N "checking for struct ip... $ECHO_C" >&6; } 
    44804234if test "${ac_cv_type_struct_ip+set}" = set; then 
    4481   $as_echo_n "(cached) " >&6 
    4482 else 
    4483   ac_cv_type_struct_ip=no 
    4484 cat >conftest.$ac_ext <<_ACEOF 
     4235  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4236else 
     4237  cat >conftest.$ac_ext <<_ACEOF 
    44854238/* confdefs.h.  */ 
    44864239_ACEOF 
     
    45034256 
    45044257 
     4258typedef struct ip ac__type_new_; 
    45054259int 
    45064260main () 
    45074261{ 
    4508 if (sizeof (struct ip)) 
    4509        return 0; 
     4262if ((ac__type_new_ *) 0) 
     4263  return 0; 
     4264if (sizeof (ac__type_new_)) 
     4265  return 0; 
    45104266  ; 
    45114267  return 0; 
     
    45184274  *) ac_try_echo=$ac_try;; 
    45194275esac 
    4520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4521 $as_echo "$ac_try_echo") >&5 
     4276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    45224277  (eval "$ac_compile") 2>conftest.er1 
    45234278  ac_status=$? 
     
    45254280  rm -f conftest.er1 
    45264281  cat conftest.err >&5 
    4527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4282  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    45284283  (exit $ac_status); } && { 
    45294284         test -z "$ac_c_werror_flag" || 
    45304285         test ! -s conftest.err 
    45314286       } && test -s conftest.$ac_objext; then 
    4532   cat >conftest.$ac_ext <<_ACEOF 
    4533 /* confdefs.h.  */ 
    4534 _ACEOF 
    4535 cat confdefs.h >>conftest.$ac_ext 
    4536 cat >>conftest.$ac_ext <<_ACEOF 
    4537 /* end confdefs.h.  */ 
    4538  
    4539 #ifdef HAVE_SYS_TYPES_H 
    4540 #include <sys/types.h> 
    4541 #endif 
    4542 #ifdef HAVE_NETINET_IN_H 
    4543 #include <netinet/in.h> 
    4544 #endif 
    4545 #ifdef HAVE_NETINET_IN_SYSTM_H 
    4546 #include <netinet/in_systm.h> 
    4547 #endif 
    4548 #ifdef HAVE_NETINET_IP_H 
    4549 #include <netinet/ip.h> 
    4550 #endif 
    4551  
    4552  
    4553 int 
    4554 main () 
    4555 { 
    4556 if (sizeof ((struct ip))) 
    4557           return 0; 
    4558   ; 
    4559   return 0; 
    4560 } 
    4561 _ACEOF 
    4562 rm -f conftest.$ac_objext 
    4563 if { (ac_try="$ac_compile" 
    4564 case "(($ac_try" in 
    4565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4566   *) ac_try_echo=$ac_try;; 
    4567 esac 
    4568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4569 $as_echo "$ac_try_echo") >&5 
    4570   (eval "$ac_compile") 2>conftest.er1 
    4571   ac_status=$? 
    4572   grep -v '^ *+' conftest.er1 >conftest.err 
    4573   rm -f conftest.er1 
    4574   cat conftest.err >&5 
    4575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4576   (exit $ac_status); } && { 
    4577          test -z "$ac_c_werror_flag" || 
    4578          test ! -s conftest.err 
    4579        } && test -s conftest.$ac_objext; then 
    4580   : 
    4581 else 
    4582   $as_echo "$as_me: failed program was:" >&5 
     4287  ac_cv_type_struct_ip=yes 
     4288else 
     4289  echo "$as_me: failed program was:" >&5 
    45834290sed 's/^/| /' conftest.$ac_ext >&5 
    45844291 
    4585         ac_cv_type_struct_ip=yes 
     4292        ac_cv_type_struct_ip=no 
    45864293fi 
    45874294 
    45884295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4589 else 
    4590   $as_echo "$as_me: failed program was:" >&5 
    4591 sed 's/^/| /' conftest.$ac_ext >&5 
    4592  
    4593  
    4594 fi 
    4595  
    4596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4597 fi 
    4598 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 
    4599 $as_echo "$ac_cv_type_struct_ip" >&6; } 
    4600 if test "x$ac_cv_type_struct_ip" = x""yes; then 
     4296fi 
     4297{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 
     4298echo "${ECHO_T}$ac_cv_type_struct_ip" >&6; } 
     4299if test $ac_cv_type_struct_ip = yes; then 
    46014300 
    46024301cat >>confdefs.h <<_ACEOF 
     
    46084307 
    46094308 
    4610 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&5 
    4611 $as_echo_n "checking for struct sockaddr_in.sin_len... " >&6; } 
     4309{ echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&5 
     4310echo $ECHO_N "checking for struct sockaddr_in.sin_len... $ECHO_C" >&6; } 
    46124311if test "${ac_cv_member_struct_sockaddr_in_sin_len+set}" = set; then 
    4613   $as_echo_n "(cached) " >&6 
     4312  echo $ECHO_N "(cached) $ECHO_C" >&6 
    46144313else 
    46154314  cat >conftest.$ac_ext <<_ACEOF 
     
    46434342  *) ac_try_echo=$ac_try;; 
    46444343esac 
    4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4646 $as_echo "$ac_try_echo") >&5 
     4344eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    46474345  (eval "$ac_compile") 2>conftest.er1 
    46484346  ac_status=$? 
     
    46504348  rm -f conftest.er1 
    46514349  cat conftest.err >&5 
    4652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4350  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    46534351  (exit $ac_status); } && { 
    46544352         test -z "$ac_c_werror_flag" || 
     
    46574355  ac_cv_member_struct_sockaddr_in_sin_len=yes 
    46584356else 
    4659   $as_echo "$as_me: failed program was:" >&5 
     4357  echo "$as_me: failed program was:" >&5 
    46604358sed 's/^/| /' conftest.$ac_ext >&5 
    46614359 
     
    46904388  *) ac_try_echo=$ac_try;; 
    46914389esac 
    4692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4693 $as_echo "$ac_try_echo") >&5 
     4390eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    46944391  (eval "$ac_compile") 2>conftest.er1 
    46954392  ac_status=$? 
     
    46974394  rm -f conftest.er1 
    46984395  cat conftest.err >&5 
    4699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4396  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    47004397  (exit $ac_status); } && { 
    47014398         test -z "$ac_c_werror_flag" || 
     
    47044401  ac_cv_member_struct_sockaddr_in_sin_len=yes 
    47054402else 
    4706   $as_echo "$as_me: failed program was:" >&5 
     4403  echo "$as_me: failed program was:" >&5 
    47074404sed 's/^/| /' conftest.$ac_ext >&5 
    47084405 
     
    47154412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    47164413fi 
    4717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&5 
    4718 $as_echo "$ac_cv_member_struct_sockaddr_in_sin_len" >&6; } 
    4719 if test "x$ac_cv_member_struct_sockaddr_in_sin_len" = x""yes; then 
     4414{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&5 
     4415echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in_sin_len" >&6; } 
     4416if test $ac_cv_member_struct_sockaddr_in_sin_len = yes; then 
    47204417 
    47214418cat >>confdefs.h <<\_ACEOF 
     
    47404437for ac_func in strlcat strlcpy ether_ntoa ether_ntoa_r 
    47414438do 
    4742 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    4743 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 
    4744 $as_echo_n "checking for $ac_func... " >&6; } 
     4439as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
     4440{ echo "$as_me:$LINENO: checking for $ac_func" >&5 
     4441echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    47454442if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
    4746   $as_echo_n "(cached) " >&6 
     4443  echo $ECHO_N "(cached) $ECHO_C" >&6 
    47474444else 
    47484445  cat >conftest.$ac_ext <<_ACEOF 
     
    47974494  *) ac_try_echo=$ac_try;; 
    47984495esac 
    4799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4800 $as_echo "$ac_try_echo") >&5 
     4496eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    48014497  (eval "$ac_link") 2>conftest.er1 
    48024498  ac_status=$? 
     
    48044500  rm -f conftest.er1 
    48054501  cat conftest.err >&5 
    4806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4502  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    48074503  (exit $ac_status); } && { 
    48084504         test -z "$ac_c_werror_flag" || 
    48094505         test ! -s conftest.err 
    4810        } && test -s conftest$ac_exeext && { 
    4811          test "$cross_compiling" = yes || 
    4812          $as_test_x conftest$ac_exeext 
    4813        }; then 
     4506       } && test -s conftest$ac_exeext && 
     4507       $as_test_x conftest$ac_exeext; then 
    48144508  eval "$as_ac_var=yes" 
    48154509else 
    4816   $as_echo "$as_me: failed program was:" >&5 
     4510  echo "$as_me: failed program was:" >&5 
    48174511sed 's/^/| /' conftest.$ac_ext >&5 
    48184512 
     
    48204514fi 
    48214515 
    4822 rm -rf conftest.dSYM 
    48234516rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    48244517      conftest$ac_exeext conftest.$ac_ext 
    48254518fi 
    4826 ac_res=`eval 'as_val=${'$as_ac_var'} 
    4827                  $as_echo "$as_val"'` 
    4828                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 
    4829 $as_echo "$ac_res" >&6; } 
    4830 as_val=`eval 'as_val=${'$as_ac_var'} 
    4831                  $as_echo "$as_val"'` 
    4832    if test "x$as_val" = x""yes; then 
     4519ac_res=`eval echo '${'$as_ac_var'}'` 
     4520               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     4521echo "${ECHO_T}$ac_res" >&6; } 
     4522if test `eval echo '${'$as_ac_var'}'` = yes; then 
    48334523  cat >>confdefs.h <<_ACEOF 
    4834 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 
     4524#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 
    48354525_ACEOF 
    48364526 
     
    48684558    *${as_nl}*) 
    48694559      case $ac_var in #( 
    4870       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 
    4871 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 
     4560      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     4561echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    48724562      esac 
    48734563      case $ac_var in #( 
    48744564      _ | IFS | as_nl) ;; #( 
    4875       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    48764565      *) $as_unset $ac_var ;; 
    48774566      esac ;; 
     
    49064595  if test -w "$cache_file"; then 
    49074596    test "x$cache_file" != "x/dev/null" && 
    4908       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 
    4909 $as_echo "$as_me: updating cache $cache_file" >&6;} 
     4597      { echo "$as_me:$LINENO: updating cache $cache_file" >&5 
     4598echo "$as_me: updating cache $cache_file" >&6;} 
    49104599    cat confcache >$cache_file 
    49114600  else 
    4912     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
    4913 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
     4601    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
     4602echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
    49144603  fi 
    49154604fi 
     
    49274616  # 1. Remove the extension, and $U if already installed. 
    49284617  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 
    4929   ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 
     4618  ac_i=`echo "$ac_i" | sed "$ac_script"` 
    49304619  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR 
    49314620  #    will be set to the directory where LIBOBJS objects are built. 
     
    49394628 
    49404629if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 
    4941   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 
     4630  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 
    49424631Usually this means the macro was only invoked conditionally." >&5 
    4943 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. 
     4632echo "$as_me: error: conditional \"AMDEP\" was never defined. 
    49444633Usually this means the macro was only invoked conditionally." >&2;} 
    49454634   { (exit 1); exit 1; }; } 
    49464635fi 
    49474636if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 
    4948   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 
     4637  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 
    49494638Usually this means the macro was only invoked conditionally." >&5 
    4950 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 
     4639echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 
    49514640Usually this means the macro was only invoked conditionally." >&2;} 
    49524641   { (exit 1); exit 1; }; } 
     
    49544643 
    49554644: ${CONFIG_STATUS=./config.status} 
    4956 ac_write_fail=0 
    49574645ac_clean_files_save=$ac_clean_files 
    49584646ac_clean_files="$ac_clean_files $CONFIG_STATUS" 
    4959 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 
    4960 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 
    4961 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     4647{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 
     4648echo "$as_me: creating $CONFIG_STATUS" >&6;} 
     4649cat >$CONFIG_STATUS <<_ACEOF 
    49624650#! $SHELL 
    49634651# Generated by $as_me. 
     
    49724660_ACEOF 
    49734661 
    4974 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     4662cat >>$CONFIG_STATUS <<\_ACEOF 
    49754663## --------------------- ## 
    49764664## M4sh Initialization.  ## 
     
    49824670  emulate sh 
    49834671  NULLCMD=: 
    4984   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     4672  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    49854673  # is contrary to our usage.  Disable this feature. 
    49864674  alias -g '${1+"$@"}'='"$@"' 
     
    50044692as_cr_alnum=$as_cr_Letters$as_cr_digits 
    50054693 
    5006 as_nl=' 
    5007 ' 
    5008 export as_nl 
    5009 # Printing a long string crashes Solaris 7 /usr/bin/printf. 
    5010 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
    5011 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
    5012 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
    5013 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
    5014   as_echo='printf %s\n' 
    5015   as_echo_n='printf %s' 
    5016 else 
    5017   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
    5018     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
    5019     as_echo_n='/usr/ucb/echo -n' 
    5020   else 
    5021     as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
    5022     as_echo_n_body='eval 
    5023       arg=$1; 
    5024       case $arg in 
    5025       *"$as_nl"*) 
    5026         expr "X$arg" : "X\\(.*\\)$as_nl"; 
    5027         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
    5028       esac; 
    5029       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
    5030     ' 
    5031     export as_echo_n_body 
    5032     as_echo_n='sh -c $as_echo_n_body as_echo' 
    5033   fi 
    5034   export as_echo_body 
    5035   as_echo='sh -c $as_echo_body as_echo' 
    5036 fi 
    5037  
    50384694# The user is always right. 
    50394695if test "${PATH_SEPARATOR+set}" != set; then 
    5040   PATH_SEPARATOR=: 
    5041   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
    5042     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
    5043       PATH_SEPARATOR=';' 
    5044   } 
     4696  echo "#! /bin/sh" >conf$$.sh 
     4697  echo  "exit 0"   >>conf$$.sh 
     4698  chmod +x conf$$.sh 
     4699  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
     4700    PATH_SEPARATOR=';' 
     4701  else 
     4702    PATH_SEPARATOR=: 
     4703  fi 
     4704  rm -f conf$$.sh 
    50454705fi 
    50464706 
     
    50584718# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    50594719# splitting by setting IFS to empty value.) 
     4720as_nl=' 
     4721' 
    50604722IFS=" ""        $as_nl" 
    50614723 
     
    50804742fi 
    50814743if test ! -f "$as_myself"; then 
    5082   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     4744  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    50834745  { (exit 1); exit 1; } 
    50844746fi 
     
    50934755 
    50944756# NLS nuisances. 
    5095 LC_ALL=C 
    5096 export LC_ALL 
    5097 LANGUAGE=C 
    5098 export LANGUAGE 
     4757for as_var in \ 
     4758  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     4759  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     4760  LC_TELEPHONE LC_TIME 
     4761do 
     4762  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     4763    eval $as_var=C; export $as_var 
     4764  else 
     4765    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     4766  fi 
     4767done 
    50994768 
    51004769# Required to use basename. 
     
    51184787         X"$0" : 'X\(//\)$' \| \ 
    51194788         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    5120 $as_echo X/"$0" | 
     4789echo X/"$0" | 
    51214790    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    51224791            s//\1/ 
     
    51694838    ' >$as_me.lineno && 
    51704839  chmod +x "$as_me.lineno" || 
    5171     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     4840    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    51724841   { (exit 1); exit 1; }; } 
    51734842 
     
    51974866  ECHO_N='-n';; 
    51984867esac 
     4868 
    51994869if expr a : '\(a\)' >/dev/null 2>&1 && 
    52004870   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    52094879else 
    52104880  rm -f conf$$.dir 
    5211   mkdir conf$$.dir 2>/dev/null 
    5212 fi 
    5213 if (echo >conf$$.file) 2>/dev/null; then 
    5214   if ln -s conf$$.file conf$$ 2>/dev/null; then 
    5215     as_ln_s='ln -s' 
    5216     # ... but there are two gotchas: 
    5217     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    5218     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    5219     # In both cases, we have to default to `cp -p'. 
    5220     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    5221       as_ln_s='cp -p' 
    5222   elif ln conf$$.file conf$$ 2>/dev/null; then 
    5223     as_ln_s=ln 
    5224   else 
     4881  mkdir conf$$.dir 
     4882fi 
     4883echo >conf$$.file 
     4884if ln -s conf$$.file conf$$ 2>/dev/null; then 
     4885  as_ln_s='ln -s' 
     4886  # ... but there are two gotchas: 
     4887  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     4888  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     4889  # In both cases, we have to default to `cp -p'. 
     4890  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    52254891    as_ln_s='cp -p' 
    5226   fi 
     4892elif ln conf$$.file conf$$ 2>/dev/null; then 
     4893  as_ln_s=ln 
    52274894else 
    52284895  as_ln_s='cp -p' 
     
    52494916    eval sh -c '\'' 
    52504917      if test -d "$1"; then 
    5251         test -d "$1/."; 
     4918        test -d "$1/."; 
    52524919      else 
    52534920        case $1 in 
    5254         -*)set "./$1";; 
     4921        -*)set "./$1";; 
    52554922        esac; 
    52564923        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    52744941# values after options handling. 
    52754942ac_log=" 
    5276 This file was extended by onioncat $as_me 0.1.12.r501, which was 
    5277 generated by GNU Autoconf 2.63.  Invocation command line was 
     4943This file was extended by onioncat $as_me 0.1.13, which was 
     4944generated by GNU Autoconf 2.61.  Invocation command line was 
    52784945 
    52794946  CONFIG_FILES    = $CONFIG_FILES 
     
    52884955_ACEOF 
    52894956 
    5290 case $ac_config_files in *" 
    5291 "*) set x $ac_config_files; shift; ac_config_files=$*;; 
    5292 esac 
    5293  
    5294 case $ac_config_headers in *" 
    5295 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 
    5296 esac 
    5297  
    5298  
    5299 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     4957cat >>$CONFIG_STATUS <<_ACEOF 
    53004958# Files that config.status was made for. 
    53014959config_files="$ac_config_files" 
     
    53054963_ACEOF 
    53064964 
    5307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     4965cat >>$CONFIG_STATUS <<\_ACEOF 
    53084966ac_cs_usage="\ 
    53094967\`$as_me' instantiates files from templates according to the 
    53104968current configuration. 
    53114969 
    5312 Usage: $0 [OPTION]... [FILE]... 
     4970Usage: $0 [OPTIONS] [FILE]... 
    53134971 
    53144972  -h, --help       print this help, then exit 
    53154973  -V, --version    print version number and configuration settings, then exit 
    5316   -q, --quiet, --silent 
    5317                    do not print progress messages 
     4974  -q, --quiet      do not print progress messages 
    53184975  -d, --debug      don't remove temporary files 
    53194976      --recheck    update $as_me by reconfiguring in the same conditions 
    5320       --file=FILE[:TEMPLATE] 
    5321                    instantiate the configuration file FILE 
    5322       --header=FILE[:TEMPLATE] 
    5323                    instantiate the configuration header FILE 
     4977  --file=FILE[:TEMPLATE] 
     4978                   instantiate the configuration file FILE 
     4979  --header=FILE[:TEMPLATE] 
     4980                   instantiate the configuration header FILE 
    53244981 
    53254982Configuration files: 
     
    53354992 
    53364993_ACEOF 
    5337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     4994cat >>$CONFIG_STATUS <<_ACEOF 
    53384995ac_cs_version="\\ 
    5339 onioncat config.status 0.1.12.r501 
    5340 configured by $0, generated by GNU Autoconf 2.63, 
    5341   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
    5342  
    5343 Copyright (C) 2008 Free Software Foundation, Inc. 
     4996onioncat config.status 0.1.13 
     4997configured by $0, generated by GNU Autoconf 2.61, 
     4998  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     4999 
     5000Copyright (C) 2006 Free Software Foundation, Inc. 
    53445001This config.status script is free software; the Free Software Foundation 
    53455002gives unlimited permission to copy, distribute and modify it." 
     
    53495006INSTALL='$INSTALL' 
    53505007MKDIR_P='$MKDIR_P' 
    5351 AWK='$AWK' 
    5352 test -n "\$AWK" || AWK=awk 
    5353 _ACEOF 
    5354  
    5355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    5356 # The default lists apply if the user does not specify any file. 
     5008_ACEOF 
     5009 
     5010cat >>$CONFIG_STATUS <<\_ACEOF 
     5011# If no file are specified by the user, then we need to provide default 
     5012# value.  By we need to know if files were specified by the user. 
    53575013ac_need_defaults=: 
    53585014while test $# != 0 
     
    53765032    ac_cs_recheck=: ;; 
    53775033  --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
    5378     $as_echo "$ac_cs_version"; exit ;; 
     5034    echo "$ac_cs_version"; exit ;; 
    53795035  --debug | --debu | --deb | --de | --d | -d ) 
    53805036    debug=: ;; 
    53815037  --file | --fil | --fi | --f ) 
    53825038    $ac_shift 
    5383     case $ac_optarg in 
    5384     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    5385     esac 
    5386     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 
     5039    CONFIG_FILES="$CONFIG_FILES $ac_optarg" 
    53875040    ac_need_defaults=false;; 
    53885041  --header | --heade | --head | --hea ) 
    53895042    $ac_shift 
    5390     case $ac_optarg in 
    5391     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    5392     esac 
    5393     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 
     5043    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 
    53945044    ac_need_defaults=false;; 
    53955045  --he | --h) 
    53965046    # Conflict between --help and --header 
    5397     { $as_echo "$as_me: error: ambiguous option: $1 
     5047    { echo "$as_me: error: ambiguous option: $1 
    53985048Try \`$0 --help' for more information." >&2 
    53995049   { (exit 1); exit 1; }; };; 
    54005050  --help | --hel | -h ) 
    5401     $as_echo "$ac_cs_usage"; exit ;; 
     5051    echo "$ac_cs_usage"; exit ;; 
    54025052  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    54035053  | -silent | --silent | --silen | --sile | --sil | --si | --s) 
     
    54055055 
    54065056  # This is an error. 
    5407   -*) { $as_echo "$as_me: error: unrecognized option: $1 
     5057  -*) { echo "$as_me: error: unrecognized option: $1 
    54085058Try \`$0 --help' for more information." >&2 
    54095059   { (exit 1); exit 1; }; } ;; 
     
    54245074 
    54255075_ACEOF 
    5426 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     5076cat >>$CONFIG_STATUS <<_ACEOF 
    54275077if \$ac_cs_recheck; then 
    5428   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
    5429   shift 
    5430   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 
    5431   CONFIG_SHELL='$SHELL' 
     5078  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
     5079  CONFIG_SHELL=$SHELL 
    54325080  export CONFIG_SHELL 
    5433   exec "\$@" 
    5434 fi 
    5435  
    5436 _ACEOF 
    5437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     5081  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
     5082fi 
     5083 
     5084_ACEOF 
     5085cat >>$CONFIG_STATUS <<\_ACEOF 
    54385086exec 5>>config.log 
    54395087{ 
     
    54425090## Running $as_me. ## 
    54435091_ASBOX 
    5444   $as_echo "$ac_log" 
     5092  echo "$ac_log" 
    54455093} >&5 
    54465094 
    54475095_ACEOF 
    5448 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     5096cat >>$CONFIG_STATUS <<_ACEOF 
    54495097# 
    54505098# INIT-COMMANDS 
     
    54545102_ACEOF 
    54555103 
    5456 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     5104cat >>$CONFIG_STATUS <<\_ACEOF 
    54575105 
    54585106# Handling of arguments. 
     
    54675115    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 
    54685116 
    5469   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
    5470 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
     5117  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
     5118echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
    54715119   { (exit 1); exit 1; }; };; 
    54725120  esac 
     
    55095157} || 
    55105158{ 
    5511    $as_echo "$as_me: cannot create a temporary directory in ." >&2 
     5159   echo "$me: cannot create a temporary directory in ." >&2 
    55125160   { (exit 1); exit 1; } 
    55135161} 
    55145162 
    5515 # Set up the scripts for CONFIG_FILES section. 
    5516 # No need to generate them if there are no CONFIG_FILES. 
    5517 # This happens for instance with `./config.status config.h'. 
     5163# 
     5164# Set up the sed scripts for CONFIG_FILES section. 
     5165# 
     5166 
     5167# No need to generate the scripts if there are no CONFIG_FILES. 
     5168# This happens for instance when ./config.status config.h 
    55185169if test -n "$CONFIG_FILES"; then 
    55195170 
    5520  
    5521 ac_cr=' 
    5522 ' 
    5523 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 
    5524 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 
    5525   ac_cs_awk_cr='\\r' 
    5526 else 
    5527   ac_cs_awk_cr=$ac_cr 
    5528 fi 
    5529  
    5530 echo 'BEGIN {' >"$tmp/subs1.awk" && 
    5531 _ACEOF 
    5532  
    5533  
    5534 { 
    5535   echo "cat >conf$$subs.awk <<_ACEOF" && 
    5536   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 
    5537   echo "_ACEOF" 
    5538 } >conf$$subs.sh || 
    5539   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    5540 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    5541    { (exit 1); exit 1; }; } 
    5542 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 
     5171_ACEOF 
     5172 
     5173 
     5174 
    55435175ac_delim='%!_!# ' 
    55445176for ac_last_try in false false false false false :; do 
    5545   . ./conf$$subs.sh || 
    5546     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    5547 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    5548    { (exit 1); exit 1; }; } 
    5549  
    5550   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 
    5551   if test $ac_delim_n = $ac_delim_num; then 
     5177  cat >conf$$subs.sed <<_ACEOF 
     5178SHELL!$SHELL$ac_delim 
     5179PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 
     5180PACKAGE_NAME!$PACKAGE_NAME$ac_delim 
     5181PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 
     5182PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 
     5183PACKAGE_STRING!$PACKAGE_STRING$ac_delim 
     5184PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 
     5185exec_prefix!$exec_prefix$ac_delim 
     5186prefix!$prefix$ac_delim 
     5187program_transform_name!$program_transform_name$ac_delim 
     5188bindir!$bindir$ac_delim 
     5189sbindir!$sbindir$ac_delim 
     5190libexecdir!$libexecdir$ac_delim 
     5191datarootdir!$datarootdir$ac_delim 
     5192datadir!$datadir$ac_delim 
     5193sysconfdir!$sysconfdir$ac_delim 
     5194sharedstatedir!$sharedstatedir$ac_delim 
     5195localstatedir!$localstatedir$ac_delim 
     5196includedir!$includedir$ac_delim 
     5197oldincludedir!$oldincludedir$ac_delim 
     5198docdir!$docdir$ac_delim 
     5199infodir!$infodir$ac_delim 
     5200htmldir!$htmldir$ac_delim 
     5201dvidir!$dvidir$ac_delim 
     5202pdfdir!$pdfdir$ac_delim 
     5203psdir!$psdir$ac_delim 
     5204libdir!$libdir$ac_delim 
     5205localedir!$localedir$ac_delim 
     5206mandir!$mandir$ac_delim 
     5207DEFS!$DEFS$ac_delim 
     5208ECHO_C!$ECHO_C$ac_delim 
     5209ECHO_N!$ECHO_N$ac_delim 
     5210ECHO_T!$ECHO_T$ac_delim 
     5211LIBS!$LIBS$ac_delim 
     5212build_alias!$build_alias$ac_delim 
     5213host_alias!$host_alias$ac_delim 
     5214target_alias!$target_alias$ac_delim 
     5215INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 
     5216INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 
     5217INSTALL_DATA!$INSTALL_DATA$ac_delim 
     5218am__isrc!$am__isrc$ac_delim 
     5219CYGPATH_W!$CYGPATH_W$ac_delim 
     5220PACKAGE!$PACKAGE$ac_delim 
     5221VERSION!$VERSION$ac_delim 
     5222ACLOCAL!$ACLOCAL$ac_delim 
     5223AUTOCONF!$AUTOCONF$ac_delim 
     5224AUTOMAKE!$AUTOMAKE$ac_delim 
     5225AUTOHEADER!$AUTOHEADER$ac_delim 
     5226MAKEINFO!$MAKEINFO$ac_delim 
     5227install_sh!$install_sh$ac_delim 
     5228STRIP!$STRIP$ac_delim 
     5229INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 
     5230mkdir_p!$mkdir_p$ac_delim 
     5231AWK!$AWK$ac_delim 
     5232SET_MAKE!$SET_MAKE$ac_delim 
     5233am__leading_dot!$am__leading_dot$ac_delim 
     5234AMTAR!$AMTAR$ac_delim 
     5235am__tar!$am__tar$ac_delim 
     5236am__untar!$am__untar$ac_delim 
     5237CFLAGS!$CFLAGS$ac_delim 
     5238CC!$CC$ac_delim 
     5239LDFLAGS!$LDFLAGS$ac_delim 
     5240CPPFLAGS!$CPPFLAGS$ac_delim 
     5241ac_ct_CC!$ac_ct_CC$ac_delim 
     5242EXEEXT!$EXEEXT$ac_delim 
     5243OBJEXT!$OBJEXT$ac_delim 
     5244DEPDIR!$DEPDIR$ac_delim 
     5245am__include!$am__include$ac_delim 
     5246am__quote!$am__quote$ac_delim 
     5247AMDEP_TRUE!$AMDEP_TRUE$ac_delim 
     5248AMDEP_FALSE!$AMDEP_FALSE$ac_delim 
     5249AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 
     5250CCDEPMODE!$CCDEPMODE$ac_delim 
     5251am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 
     5252am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 
     5253build!$build$ac_delim 
     5254build_cpu!$build_cpu$ac_delim 
     5255build_vendor!$build_vendor$ac_delim 
     5256build_os!$build_os$ac_delim 
     5257host!$host$ac_delim 
     5258host_cpu!$host_cpu$ac_delim 
     5259host_vendor!$host_vendor$ac_delim 
     5260host_os!$host_os$ac_delim 
     5261acx_pthread_config!$acx_pthread_config$ac_delim 
     5262PTHREAD_CC!$PTHREAD_CC$ac_delim 
     5263PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim 
     5264PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim 
     5265LIBOBJS!$LIBOBJS$ac_delim 
     5266LTLIBOBJS!$LTLIBOBJS$ac_delim 
     5267_ACEOF 
     5268 
     5269  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 
    55525270    break 
    55535271  elif $ac_last_try; then 
    5554     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    5555 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
     5272    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
     5273echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    55565274   { (exit 1); exit 1; }; } 
    55575275  else 
     
    55595277  fi 
    55605278done 
    5561 rm -f conf$$subs.sh 
    5562  
    5563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    5564 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 
    5565 _ACEOF 
    5566 sed -n ' 
    5567 h 
    5568 s/^/S["/; s/!.*/"]=/ 
    5569 p 
    5570 g 
    5571 s/^[^!]*!// 
    5572 :repl 
    5573 t repl 
    5574 s/'"$ac_delim"'$// 
    5575 t delim 
    5576 :nl 
    5577 h 
    5578 s/\(.\{148\}\).*/\1/ 
    5579 t more1 
    5580 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 
    5581 p 
    5582 n 
    5583 b repl 
    5584 :more1 
    5585 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
    5586 p 
    5587 g 
    5588 s/.\{148\}// 
    5589 t nl 
    5590 :delim 
    5591 h 
    5592 s/\(.\{148\}\).*/\1/ 
    5593 t more2 
    5594 s/["\\]/\\&/g; s/^/"/; s/$/"/ 
    5595 p 
    5596 b 
    5597 :more2 
    5598 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
    5599 p 
    5600 g 
    5601 s/.\{148\}// 
    5602 t delim 
    5603 ' <conf$$subs.awk | sed ' 
    5604 /^[^""]/{ 
    5605   N 
    5606   s/\n// 
    5607 } 
    5608 ' >>$CONFIG_STATUS || ac_write_fail=1 
    5609 rm -f conf$$subs.awk 
    5610 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    5611 _ACAWK 
    5612 cat >>"\$tmp/subs1.awk" <<_ACAWK && 
    5613   for (key in S) S_is_set[key] = 1 
    5614   FS = "" 
    5615  
    5616 } 
    5617 { 
    5618   line = $ 0 
    5619   nfields = split(line, field, "@") 
    5620   substed = 0 
    5621   len = length(field[1]) 
    5622   for (i = 2; i < nfields; i++) { 
    5623     key = field[i] 
    5624     keylen = length(key) 
    5625     if (S_is_set[key]) { 
    5626       value = S[key] 
    5627       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 
    5628       len += length(value) + length(field[++i]) 
    5629       substed = 1 
    5630     } else 
    5631       len += 1 + keylen 
    5632   } 
    5633  
    5634   print line 
    5635 } 
    5636  
    5637 _ACAWK 
    5638 _ACEOF 
    5639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    5640 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 
    5641   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 
    5642 else 
    5643   cat 
    5644 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 
    5645   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 
    5646 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 
    5647    { (exit 1); exit 1; }; } 
    5648 _ACEOF 
     5279 
     5280ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 
     5281if test -n "$ac_eof"; then 
     5282  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 
     5283  ac_eof=`expr $ac_eof + 1` 
     5284fi 
     5285 
     5286cat >>$CONFIG_STATUS <<_ACEOF 
     5287cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 
     5288/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 
     5289_ACEOF 
     5290sed ' 
     5291s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 
     5292s/^/s,@/; s/!/@,|#_!!_#|/ 
     5293:n 
     5294t n 
     5295s/'"$ac_delim"'$/,g/; t 
     5296s/$/\\/; p 
     5297N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 
     5298' >>$CONFIG_STATUS <conf$$subs.sed 
     5299rm -f conf$$subs.sed 
     5300cat >>$CONFIG_STATUS <<_ACEOF 
     5301:end 
     5302s/|#_!!_#|//g 
     5303CEOF$ac_eof 
     5304_ACEOF 
     5305 
    56495306 
    56505307# VPATH may cause trouble with some makes, so we remove $(srcdir), 
     
    56635320fi 
    56645321 
    5665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     5322cat >>$CONFIG_STATUS <<\_ACEOF 
    56665323fi # test -n "$CONFIG_FILES" 
    56675324 
    5668 # Set up the scripts for CONFIG_HEADERS section. 
    5669 # No need to generate them if there are no CONFIG_HEADERS. 
    5670 # This happens for instance with `./config.status Makefile'. 
    5671 if test -n "$CONFIG_HEADERS"; then 
    5672 cat >"$tmp/defines.awk" <<\_ACAWK || 
    5673 BEGIN { 
    5674 _ACEOF 
    5675  
    5676 # Transform confdefs.h into an awk script `defines.awk', embedded as 
    5677 # here-document in config.status, that substitutes the proper values into 
    5678 # config.h.in to produce config.h. 
    5679  
    5680 # Create a delimiter string that does not exist in confdefs.h, to ease 
    5681 # handling of long lines. 
    5682 ac_delim='%!_!# ' 
    5683 for ac_last_try in false false :; do 
    5684   ac_t=`sed -n "/$ac_delim/p" confdefs.h` 
    5685   if test -z "$ac_t"; then 
    5686     break 
    5687   elif $ac_last_try; then 
    5688     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 
    5689 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 
    5690    { (exit 1); exit 1; }; } 
    5691   else 
    5692     ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 
    5693   fi 
    5694 done 
    5695  
    5696 # For the awk script, D is an array of macro values keyed by name, 
    5697 # likewise P contains macro parameters if any.  Preserve backslash 
    5698 # newline sequences. 
    5699  
    5700 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
    5701 sed -n ' 
    5702 s/.\{148\}/&'"$ac_delim"'/g 
    5703 t rset 
    5704 :rset 
    5705 s/^[     ]*#[    ]*define[       ][      ]*/ / 
    5706 t def 
    5707 d 
    5708 :def 
    5709 s/\\$// 
    5710 t bsnl 
    5711 s/["\\]/\\&/g 
    5712 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
    5713 D["\1"]=" \3"/p 
    5714 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p 
    5715 d 
    5716 :bsnl 
    5717 s/["\\]/\\&/g 
    5718 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
    5719 D["\1"]=" \3\\\\\\n"\\/p 
    5720 t cont 
    5721 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 
    5722 t cont 
    5723 d 
    5724 :cont 
    5725 n 
    5726 s/.\{148\}/&'"$ac_delim"'/g 
    5727 t clear 
    5728 :clear 
    5729 s/\\$// 
    5730 t bsnlc 
    5731 s/["\\]/\\&/g; s/^/"/; s/$/"/p 
    5732 d 
    5733 :bsnlc 
    5734 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 
    5735 b cont 
    5736 ' <confdefs.h | sed ' 
    5737 s/'"$ac_delim"'/"\\\ 
    5738 "/g' >>$CONFIG_STATUS || ac_write_fail=1 
    5739  
    5740 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    5741   for (key in D) D_is_set[key] = 1 
    5742   FS = "" 
    5743 } 
    5744 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 
    5745   line = \$ 0 
    5746   split(line, arg, " ") 
    5747   if (arg[1] == "#") { 
    5748     defundef = arg[2] 
    5749     mac1 = arg[3] 
    5750   } else { 
    5751     defundef = substr(arg[1], 2) 
    5752     mac1 = arg[2] 
    5753   } 
    5754   split(mac1, mac2, "(") #) 
    5755   macro = mac2[1] 
    5756   prefix = substr(line, 1, index(line, defundef) - 1) 
    5757   if (D_is_set[macro]) { 
    5758     # Preserve the white space surrounding the "#". 
    5759     print prefix "define", macro P[macro] D[macro] 
    5760     next 
    5761   } else { 
    5762     # Replace #undef with comments.  This is necessary, for example, 
    5763     # in the case of _POSIX_SOURCE, which is predefined and required 
    5764     # on some systems where configure will not decide to define it. 
    5765     if (defundef == "undef") { 
    5766       print "/*", prefix defundef, macro, "*/" 
    5767       next 
    5768     } 
    5769   } 
    5770 } 
    5771 { print } 
    5772 _ACAWK 
    5773 _ACEOF 
    5774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    5775   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 
    5776 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 
    5777    { (exit 1); exit 1; }; } 
    5778 fi # test -n "$CONFIG_HEADERS" 
    5779  
    5780  
    5781 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS" 
    5782 shift 
    5783 for ac_tag 
     5325 
     5326for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS 
    57845327do 
    57855328  case $ac_tag in 
     
    57885331  case $ac_mode$ac_tag in 
    57895332  :[FHL]*:*);; 
    5790   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 
    5791 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} 
     5333  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
     5334echo "$as_me: error: Invalid tag $ac_tag." >&2;} 
    57925335   { (exit 1); exit 1; }; };; 
    57935336  :[FH]-) ac_tag=-:-;; 
     
    58185361           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
    58195362           esac || 
    5820            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
    5821 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
     5363           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
     5364echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
    58225365   { (exit 1); exit 1; }; };; 
    58235366      esac 
    5824       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 
    5825       ac_file_inputs="$ac_file_inputs '$ac_f'" 
     5367      ac_file_inputs="$ac_file_inputs $ac_f" 
    58265368    done 
    58275369 
     
    58295371    # use $as_me), people would be surprised to read: 
    58305372    #    /* config.h.  Generated by config.status.  */ 
    5831     configure_input='Generated from '` 
    5832           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 
    5833         `' by configure.' 
     5373    configure_input="Generated from "`IFS=: 
     5374          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 
    58345375    if test x"$ac_file" != x-; then 
    58355376      configure_input="$ac_file.  $configure_input" 
    5836       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 
    5837 $as_echo "$as_me: creating $ac_file" >&6;} 
     5377      { echo "$as_me:$LINENO: creating $ac_file" >&5 
     5378echo "$as_me: creating $ac_file" >&6;} 
    58385379    fi 
    5839     # Neutralize special characters interpreted by sed in replacement strings. 
    5840     case $configure_input in #( 
    5841     *\&* | *\|* | *\\* ) 
    5842        ac_sed_conf_input=`$as_echo "$configure_input" | 
    5843        sed 's/[\\\\&|]/\\\\&/g'`;; #( 
    5844     *) ac_sed_conf_input=$configure_input;; 
    5845     esac 
    58465380 
    58475381    case $ac_tag in 
    5848     *:-:* | *:-) cat >"$tmp/stdin" \ 
    5849       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
    5850 $as_echo "$as_me: error: could not create $ac_file" >&2;} 
    5851    { (exit 1); exit 1; }; } ;; 
     5382    *:-:* | *:-) cat >"$tmp/stdin";; 
    58525383    esac 
    58535384    ;; 
     
    58595390         X"$ac_file" : 'X\(//\)$' \| \ 
    58605391         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 
    5861 $as_echo X"$ac_file" | 
     5392echo X"$ac_file" | 
    58625393    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    58635394            s//\1/ 
     
    58855416    while :; do 
    58865417      case $as_dir in #( 
    5887       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 
     5418      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 
    58885419      *) as_qdir=$as_dir;; 
    58895420      esac 
     
    58945425         X"$as_dir" : 'X\(//\)$' \| \ 
    58955426         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    5896 $as_echo X"$as_dir" | 
     5427echo X"$as_dir" | 
    58975428    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    58985429            s//\1/ 
     
    59155446    done 
    59165447    test -z "$as_dirs" || eval "mkdir $as_dirs" 
    5917   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    5918 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 
     5448  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
     5449echo "$as_me: error: cannot create directory $as_dir" >&2;} 
    59195450   { (exit 1); exit 1; }; }; } 
    59205451  ac_builddir=. 
     
    59235454.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    59245455*) 
    5925   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
     5456  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    59265457  # A ".." for each directory in $ac_dir_suffix. 
    5927   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
     5458  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    59285459  case $ac_top_builddir_sub in 
    59295460  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    59705501_ACEOF 
    59715502 
    5972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     5503cat >>$CONFIG_STATUS <<\_ACEOF 
    59735504# If the template does not know about datarootdir, expand it. 
    59745505# FIXME: This hack should be removed a few years after 2.60. 
    59755506ac_datarootdir_hack=; ac_datarootdir_seen= 
    59765507 
    5977 ac_sed_dataroot=' 
    5978 /datarootdir/ { 
     5508case `sed -n '/datarootdir/ { 
    59795509  p 
    59805510  q 
     
    59855515/@localedir@/p 
    59865516/@mandir@/p 
    5987 ' 
    5988 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 
     5517' $ac_file_inputs` in 
    59895518*datarootdir*) ac_datarootdir_seen=yes;; 
    59905519*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 
    5991   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
    5992 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
    5993 _ACEOF 
    5994 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     5520  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
     5521echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
     5522_ACEOF 
     5523cat >>$CONFIG_STATUS <<_ACEOF 
    59955524  ac_datarootdir_hack=' 
    59965525  s&@datadir@&$datadir&g 
     
    60065535# Shell code in configure.ac might set extrasub. 
    60075536# FIXME: do we really want to maintain this feature? 
    6008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    6009 ac_sed_extra="$ac_vpsub 
     5537cat >>$CONFIG_STATUS <<_ACEOF 
     5538  sed "$ac_vpsub 
    60105539$extrasub 
    60115540_ACEOF 
    6012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     5541cat >>$CONFIG_STATUS <<\_ACEOF 
    60135542:t 
    60145543/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 
    6015 s|@configure_input@|$ac_sed_conf_input|;t t 
     5544s&@configure_input@&$configure_input&;t t 
    60165545s&@top_builddir@&$ac_top_builddir_sub&;t t 
    6017 s&@top_build_prefix@&$ac_top_build_prefix&;t t 
    60185546s&@srcdir@&$ac_srcdir&;t t 
    60195547s&@abs_srcdir@&$ac_abs_srcdir&;t t 
     
    60265554s&@MKDIR_P@&$ac_MKDIR_P&;t t 
    60275555$ac_datarootdir_hack 
    6028 " 
    6029 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 
    6030   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
    6031 $as_echo "$as_me: error: could not create $ac_file" >&2;} 
    6032    { (exit 1); exit 1; }; } 
     5556" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 
    60335557 
    60345558test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 
    60355559  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 
    60365560  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 
    6037   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     5561  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    60385562which seems to be undefined.  Please make sure it is defined." >&5 
    6039 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     5563echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    60405564which seems to be undefined.  Please make sure it is defined." >&2;} 
    60415565 
    60425566  rm -f "$tmp/stdin" 
    60435567  case $ac_file in 
    6044   -) cat "$tmp/out" && rm -f "$tmp/out";; 
    6045   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 
    6046   esac \ 
    6047   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
    6048 $as_echo "$as_me: error: could not create $ac_file" >&2;} 
    6049    { (exit 1); exit 1; }; } 
     5568  -) cat "$tmp/out"; rm -f "$tmp/out";; 
     5569  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 
     5570  esac 
    60505571 ;; 
    60515572  :H) 
     
    60535574  # CONFIG_HEADER 
    60545575  # 
     5576_ACEOF 
     5577 
     5578# Transform confdefs.h into a sed script `conftest.defines', that 
     5579# substitutes the proper values into config.h.in to produce config.h. 
     5580rm -f conftest.defines conftest.tail 
     5581# First, append a space to every undef/define line, to ease matching. 
     5582echo 's/$/ /' >conftest.defines 
     5583# Then, protect against being on the right side of a sed subst, or in 
     5584# an unquoted here document, in config.status.  If some macros were 
     5585# called several times there might be several #defines for the same 
     5586# symbol, which is useless.  But do not sort them, since the last 
     5587# AC_DEFINE must be honored. 
     5588ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
     5589# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 
     5590# NAME is the cpp macro being defined, VALUE is the value it is being given. 
     5591# PARAMS is the parameter list in the macro definition--in most cases, it's 
     5592# just an empty string. 
     5593ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*' 
     5594ac_dB='\\)[      (].*,\\1define\\2' 
     5595ac_dC=' ' 
     5596ac_dD=' ,' 
     5597 
     5598uniq confdefs.h | 
     5599  sed -n ' 
     5600        t rset 
     5601        :rset 
     5602        s/^[     ]*#[    ]*define[       ][      ]*// 
     5603        t ok 
     5604        d 
     5605        :ok 
     5606        s/[\\&,]/\\&/g 
     5607        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
     5608        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
     5609  ' >>conftest.defines 
     5610 
     5611# Remove the space that was appended to ease matching. 
     5612# Then replace #undef with comments.  This is necessary, for 
     5613# example, in the case of _POSIX_SOURCE, which is predefined and required 
     5614# on some systems where configure will not decide to define it. 
     5615# (The regexp can be short, since the line contains either #define or #undef.) 
     5616echo 's/ $// 
     5617s,^[     #]*u.*,/* & */,' >>conftest.defines 
     5618 
     5619# Break up conftest.defines: 
     5620ac_max_sed_lines=50 
     5621 
     5622# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1" 
     5623# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2" 
     5624# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1" 
     5625# et cetera. 
     5626ac_in='$ac_file_inputs' 
     5627ac_out='"$tmp/out1"' 
     5628ac_nxt='"$tmp/out2"' 
     5629 
     5630while : 
     5631do 
     5632  # Write a here document: 
     5633    cat >>$CONFIG_STATUS <<_ACEOF 
     5634    # First, check the format of the line: 
     5635    cat >"\$tmp/defines.sed" <<\\CEOF 
     5636/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def 
     5637/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def 
     5638b 
     5639:def 
     5640_ACEOF 
     5641  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
     5642  echo 'CEOF 
     5643    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
     5644  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
     5645  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
     5646  grep . conftest.tail >/dev/null || break 
     5647  rm -f conftest.defines 
     5648  mv conftest.tail conftest.defines 
     5649done 
     5650rm -f conftest.defines conftest.tail 
     5651 
     5652echo "ac_result=$ac_in" >>$CONFIG_STATUS 
     5653cat >>$CONFIG_STATUS <<\_ACEOF 
    60555654  if test x"$ac_file" != x-; then 
    6056     { 
    6057       $as_echo "/* $configure_input  */" \ 
    6058       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 
    6059     } >"$tmp/config.h" \ 
    6060       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
    6061 $as_echo "$as_me: error: could not create $ac_file" >&2;} 
    6062    { (exit 1); exit 1; }; } 
    6063     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 
    6064       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
    6065 $as_echo "$as_me: $ac_file is unchanged" >&6;} 
     5655    echo "/* $configure_input  */" >"$tmp/config.h" 
     5656    cat "$ac_result" >>"$tmp/config.h" 
     5657    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 
     5658      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
     5659echo "$as_me: $ac_file is unchanged" >&6;} 
    60665660    else 
    6067       rm -f "$ac_file" 
    6068       mv "$tmp/config.h" "$ac_file" \ 
    6069         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
    6070 $as_echo "$as_me: error: could not create $ac_file" >&2;} 
    6071    { (exit 1); exit 1; }; } 
     5661      rm -f $ac_file 
     5662      mv "$tmp/config.h" $ac_file 
    60725663    fi 
    60735664  else 
    6074     $as_echo "/* $configure_input  */" \ 
    6075       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 
    6076       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 
    6077 $as_echo "$as_me: error: could not create -" >&2;} 
    6078    { (exit 1); exit 1; }; } 
     5665    echo "/* $configure_input  */" 
     5666    cat "$ac_result" 
    60795667  fi 
    6080 # Compute "$ac_file"'s index in $config_headers. 
    6081 _am_arg="$ac_file" 
     5668  rm -f "$tmp/out12" 
     5669# Compute $ac_file's index in $config_headers. 
     5670_am_arg=$ac_file 
    60825671_am_stamp_count=1 
    60835672for _am_header in $config_headers :; do 
     
    60945683         X"$_am_arg" : 'X\(//\)$' \| \ 
    60955684         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 
    6096 $as_echo X"$_am_arg" | 
     5685echo X"$_am_arg" | 
    60975686    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    60985687            s//\1/ 
     
    61145703 ;; 
    61155704 
    6116   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 
    6117 $as_echo "$as_me: executing $ac_file commands" >&6;} 
     5705  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5 
     5706echo "$as_me: executing $ac_file commands" >&6;} 
    61185707 ;; 
    61195708  esac 
     
    61215710 
    61225711  case $ac_file$ac_mode in 
    6123     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 
    6124 # are listed without --file.  Let's play safe and only enable the eval 
    6125 # if we detect the quoting. 
    6126 case $CONFIG_FILES in 
    6127 *\'*) eval set x "$CONFIG_FILES" ;; 
    6128 *)   set x $CONFIG_FILES ;; 
    6129 esac 
    6130 shift 
    6131 for mf 
    6132 do 
     5712    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 
    61335713  # Strip MF so we end up with the name of the file. 
    61345714  mf=`echo "$mf" | sed -e 's/:.*$//'` 
     
    61465726         X"$mf" : 'X\(//\)$' \| \ 
    61475727         X"$mf" : 'X\(/\)' \| . 2>/dev/null || 
    6148 $as_echo X"$mf" | 
     5728echo X"$mf" | 
    61495729    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    61505730            s//\1/ 
     
    61905770         X"$file" : 'X\(//\)$' \| \ 
    61915771         X"$file" : 'X\(/\)' \| . 2>/dev/null || 
    6192 $as_echo X"$file" | 
     5772echo X"$file" | 
    61935773    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    61945774            s//\1/ 
     
    62165796    while :; do 
    62175797      case $as_dir in #( 
    6218       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 
     5798      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 
    62195799      *) as_qdir=$as_dir;; 
    62205800      esac 
     
    62255805         X"$as_dir" : 'X\(//\)$' \| \ 
    62265806         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    6227 $as_echo X"$as_dir" | 
     5807echo X"$as_dir" | 
    62285808    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    62295809            s//\1/ 
     
    62465826    done 
    62475827    test -z "$as_dirs" || eval "mkdir $as_dirs" 
    6248   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    6249 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 
     5828  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
     5829echo "$as_me: error: cannot create directory $as_dir" >&2;} 
    62505830   { (exit 1); exit 1; }; }; } 
    62515831    # echo "creating $dirpart/$file" 
     
    62635843chmod +x $CONFIG_STATUS 
    62645844ac_clean_files=$ac_clean_files_save 
    6265  
    6266 test $ac_write_fail = 0 || 
    6267   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 
    6268 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 
    6269    { (exit 1); exit 1; }; } 
    62705845 
    62715846 
     
    62905865  $ac_cs_success || { (exit 1); exit 1; } 
    62915866fi 
    6292 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 
    6293   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 
    6294 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 
    6295 fi 
    6296  
    6297  
     5867 
     5868 
  • tags/onioncat-0.1.13/configure.ac

    r502 r505  
    22AC_PREREQ(2.61) 
    33define([svnversion], esyscmd([sh -c "svnversion | tr -d 'M\n'"]))dnl 
    4 AC_INIT([onioncat], [[0.1.12.r]svnversion], [rahra@cypherpunk.at]) 
     4AC_INIT([onioncat], [[0.1.13]], [rahra@cypherpunk.at]) 
    55AM_INIT_AUTOMAKE([-Wall -Werror]) 
    66AC_CONFIG_HEADERS([config.h]) 
  • tags/onioncat-0.1.13/debian/changelog

    r498 r505  
     1onioncat (0.1.13) jaunty; urgency=low 
     2 
     3  * stable release tagged 
     4 
     5 -- Ferdinand Haselbacher <fhasex20@cypherpunk.at>  Tue, 9 Jun 2009 15:47:50 +0100 
    16onioncat (0.12.493) jaunty; urgency=low 
    27 
  • tags/onioncat-0.1.13/man/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 
     
    140140sysconfdir = @sysconfdir@ 
    141141target_alias = @target_alias@ 
    142 top_build_prefix = @top_build_prefix@ 
    143142top_builddir = @top_builddir@ 
    144143top_srcdir = @top_srcdir@ 
     
    152151          case '$(am__configure_deps)' in \ 
    153152            *$$dep*) \ 
    154               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 
    155                 && { if test -f $@; then exit 0; else break; fi; }; \ 
     153              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 
     154                && exit 0; \ 
    156155              exit 1;; \ 
    157156          esac; \ 
     
    188187        done; \ 
    189188        for i in $$list; do \ 
    190           if test -f $$i; then file=$$i; \ 
    191           else file=$(srcdir)/$$i; fi; \ 
     189          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 
     190          else file=$$i; fi; \ 
    192191          ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 
    193192          case "$$ext" in \ 
  • tags/onioncat-0.1.13/man/ocat.1

    r486 r505  
    9494.TP 
    9595\fB\-L\fP \fIlog_file\fP 
    96 Log output to \fIlog_file\fP instead of stderr. 
     96Log output to \fIlog_file\fP. If option is omitted, OnionCat logs to syslog if 
     97running in background or to stderr if running in foreground. 
    9798.TP 
    9899\fB\-o\fP \fIIPv6 address\fP 
     
    107108.TP 
    108109\fB\-r\fP 
    109 Run OnionCat as root and don't change user id (see option \fB\-u\fP). 
     110Run OnionCat as root and do not change user id (see option \fB\-u\fP). 
    110111.TP 
    111112\fB\-R\fP 
     
    120121.TP 
    121122\fB\-s\fP \fIport\fP 
    122 Set OnionCat's virtual hidden service port to \fIport\fP. 
     123Set OnionCat's virtual hidden service port to \fIport\fP. This should usually 
     124not be changed. 
    123125.TP 
    124126\fB\-t\fP \fI(IP|[IP:]port)\fP 
     
    128130.TP 
    129131\fB\-T\fP \fItun_dev\fP 
    130 TUN device file to open for creation of TUN interface, defaults to 
    131 /dev/net/tun. Setup of a TUN device needs root permissions. OnionCat automatically 
    132 changes userid after the TUN device is set up correctly. 
     132TUN device file to open for creation of TUN interface. It defaults to 
     133/dev/net/tun on Linux and /dev/tun0 on most other OSes, or /dev/tap0 if TAP 
     134mode is in use. Setup of a TUN device needs root permissions. OnionCat 
     135automatically changes userid after the TUN device is set up correctly. 
    133136.TP 
    134137\fB\-u\fP \fIusername\fP 
     
    149152.SH AUTHOR 
    150153Concepts, software, and man page written by Bernhard R. Fischer. 
    151 Package maintenance by Ferdinand Haselbacher. 
    152 Additional support by Daniel Haslinger. 
     154Package maintenance and additional support by Ferdinand Haselbacher, 
     155Daniel Haslinger, and Wim Gaethofs. 
    153156 
    154157.SH "SEE ALSO" 
  • tags/onioncat-0.1.13/src/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 
     
    168168sysconfdir = @sysconfdir@ 
    169169target_alias = @target_alias@ 
    170 top_build_prefix = @top_build_prefix@ 
    171170top_builddir = @top_builddir@ 
    172171top_srcdir = @top_srcdir@ 
     
    181180          case '$(am__configure_deps)' in \ 
    182181            *$$dep*) \ 
    183               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 
    184                 && { if test -f $@; then exit 0; else break; fi; }; \ 
     182              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 
     183                && exit 0; \ 
    185184              exit 1;; \ 
    186185          esac; \ 
     
    293292            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    294293          done | \ 
    295           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     294          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
    296295              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    297296        mkid -fID $$unique 
  • tags/onioncat-0.1.13/src/cygwin/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 
     
    149149sysconfdir = @sysconfdir@ 
    150150target_alias = @target_alias@ 
    151 top_build_prefix = @top_build_prefix@ 
    152151top_builddir = @top_builddir@ 
    153152top_srcdir = @top_srcdir@ 
     
    160159          case '$(am__configure_deps)' in \ 
    161160            *$$dep*) \ 
    162               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 
    163                 && { if test -f $@; then exit 0; else break; fi; }; \ 
     161              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 
     162                && exit 0; \ 
    164163              exit 1;; \ 
    165164          esac; \ 
     
    208207            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    209208          done | \ 
    210           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     209          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
    211210              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    212211        mkid -fID $$unique 
Note: See TracChangeset for help on using the changeset viewer.