- Timestamp:
- 06/09/09 15:51:14 (3 years ago)
- Location:
- tags/onioncat-0.1.13
- Files:
-
- 11 edited
- 1 copied
-
. (copied) (copied from trunk)
-
ChangeLog (modified) (1 diff)
-
Makefile.in (modified) (3 diffs)
-
TODO (modified) (2 diffs)
-
aclocal.m4 (modified) (8 diffs)
-
configure (modified) (255 diffs)
-
configure.ac (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
man/Makefile.in (modified) (4 diffs)
-
man/ocat.1 (modified) (5 diffs)
-
src/Makefile.in (modified) (4 diffs)
-
src/cygwin/Makefile.in (modified) (4 diffs)
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 1 4 * version 0.1.12 5 - compiles and runs successfully on 6 Linux 2.6, MacOS X 10.5 (Intel), FreeBSD 6, OpenBSD 4.4 2 7 - improved autoconf for better pthread configuration (acx_pthread.m4) 3 8 - socks connector completely rewritten. Works now 4 9 without dynamic thread pool. This is more memory efficient. 5 - Windows branch merge sinto trunk10 - Windows branch merged into trunk 6 11 - syslogging implemented 7 12 - idle timeout increased to 3 mins -
tags/onioncat-0.1.13/Makefile.in
r502 r505 1 # Makefile.in generated by automake 1.10. 2from Makefile.am.1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 173 173 sysconfdir = @sysconfdir@ 174 174 target_alias = @target_alias@ 175 top_build_prefix = @top_build_prefix@176 175 top_builddir = @top_builddir@ 177 176 top_srcdir = @top_srcdir@ … … 328 327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 329 328 done | \ 330 $(AWK) '{ files[$$0] = 1; nonem pty = 1; } \329 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 331 330 END { if (nonempty) { for (i in files) print i; }; }'`; \ 332 331 mkid -fID $$unique -
tags/onioncat-0.1.13/TODO
r434 r505 1 1 * OpenBSD TAP device might not work (see OpenBSD man page tun(4)) 2 * add Windows tunnel code3 2 * finish SOCKS5 code for I2P 4 3 * work on header compression (start at RFC2507 or 3095) 5 * peer reconnections timeout should be implemented (to not reconnect to fast)6 4 * log connect log to OC console 7 5 * forward multicasting packets (ff00::/8) … … 14 12 * controller interface should be improved (is not thread-safe) 15 13 * 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 16 16 //* IPv6 adresses are not checked for their validity 17 17 //* 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 -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, … … 14 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 15 [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.6 3.16 m4_if(AC_AUTOCONF_VERSION, [2.61],, 17 [m4_warning([this file was generated for autoconf 2.61. 18 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 19 If you have problems, you may need to regenerate the build system entirely. 20 20 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 21 22 # Copyright (C) 2002, 2003, 2005, 2006, 2007 , 2008Free Software Foundation, Inc.22 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. 23 23 # 24 24 # This file is free software; the Free Software Foundation … … 35 35 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 36 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.10. 2], [],37 m4_if([$1], [1.10.1], [], 38 38 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 39 ]) … … 49 49 # ------------------------------- 50 50 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 51 # This function is AC_REQUIREd by A M_INIT_AUTOMAKE.51 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 52 52 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.10. 2])dnl53 [AM_AUTOMAKE_VERSION([1.10.1])dnl 54 54 m4_ifndef([AC_AUTOCONF_VERSION], 55 55 [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)]) 57 57 58 58 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 304 304 # Generate code to set up dependency tracking. -*- Autoconf -*- 305 305 306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 , 2008306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 307 307 # Free Software Foundation, Inc. 308 308 # … … 311 311 # with or without modifications, as long as this notice is preserved. 312 312 313 #serial 4313 #serial 3 314 314 315 315 # _AM_OUTPUT_DEPENDENCY_COMMANDS 316 316 # ------------------------------ 317 317 AC_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 328 319 # Strip MF so we end up with the name of the file. 329 320 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 657 648 # Helper functions for option handling. -*- Autoconf -*- 658 649 659 # Copyright (C) 2001, 2002, 2003, 2005 , 2008Free 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 4650 # 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 666 657 667 658 # _AM_MANGLE_OPTION(NAME) … … 680 671 # OPTIONS is a space-separated list of Automake options. 681 672 AC_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)])]) 683 674 684 675 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -
tags/onioncat-0.1.13/configure
r502 r505 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3 for onioncat 0.1.12.r501.3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.13. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # 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_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$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_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if 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 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for 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 109 do 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 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var366 done367 export CONFIG_SHELL368 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+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 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 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 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 498 fi 499 echo >conf$$.file 500 if 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 || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 test -d "$1/.";534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 -*)set "./$1";;537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 597 575 PACKAGE_NAME='onioncat' 598 576 PACKAGE_TARNAME='onioncat' 599 PACKAGE_VERSION='0.1.1 2.r501'600 PACKAGE_STRING='onioncat 0.1.1 2.r501'577 PACKAGE_VERSION='0.1.13' 578 PACKAGE_STRING='onioncat 0.1.13' 601 579 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 580 603 ac_subst_vars='LTLIBOBJS 581 ac_subst_vars='SHELL 582 PATH_SEPARATOR 583 PACKAGE_NAME 584 PACKAGE_TARNAME 585 PACKAGE_VERSION 586 PACKAGE_STRING 587 PACKAGE_BUGREPORT 588 exec_prefix 589 prefix 590 program_transform_name 591 bindir 592 sbindir 593 libexecdir 594 datarootdir 595 datadir 596 sysconfdir 597 sharedstatedir 598 localstatedir 599 includedir 600 oldincludedir 601 docdir 602 infodir 603 htmldir 604 dvidir 605 pdfdir 606 psdir 607 libdir 608 localedir 609 mandir 610 DEFS 611 ECHO_C 612 ECHO_N 613 ECHO_T 614 LIBS 615 build_alias 616 host_alias 617 target_alias 618 INSTALL_PROGRAM 619 INSTALL_SCRIPT 620 INSTALL_DATA 621 am__isrc 622 CYGPATH_W 623 PACKAGE 624 VERSION 625 ACLOCAL 626 AUTOCONF 627 AUTOMAKE 628 AUTOHEADER 629 MAKEINFO 630 install_sh 631 STRIP 632 INSTALL_STRIP_PROGRAM 633 mkdir_p 634 AWK 635 SET_MAKE 636 am__leading_dot 637 AMTAR 638 am__tar 639 am__untar 640 CFLAGS 641 CC 642 LDFLAGS 643 CPPFLAGS 644 ac_ct_CC 645 EXEEXT 646 OBJEXT 647 DEPDIR 648 am__include 649 am__quote 650 AMDEP_TRUE 651 AMDEP_FALSE 652 AMDEPBACKSLASH 653 CCDEPMODE 654 am__fastdepCC_TRUE 655 am__fastdepCC_FALSE 656 build 657 build_cpu 658 build_vendor 659 build_os 660 host 661 host_cpu 662 host_vendor 663 host_os 664 acx_pthread_config 665 PTHREAD_CC 666 PTHREAD_LIBS 667 PTHREAD_CFLAGS 604 668 LIBOBJS 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' 669 LTLIBOBJS' 693 670 ac_subst_files='' 694 ac_user_opts='695 enable_option_checking696 enable_debug697 enable_packet_log698 enable_handle_http699 enable_packet_queue700 enable_check_ipsrc701 enable_rtt702 enable_dependency_tracking703 '704 671 ac_precious_vars='build_alias 705 672 host_alias … … 715 682 ac_init_help= 716 683 ac_init_version=false 717 ac_unrecognized_opts=718 ac_unrecognized_sep=719 684 # The variables have the same names as the options, with 720 685 # dashes changed to underlines. … … 815 780 816 781 -disable-* | --disable-*) 817 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`782 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 818 783 # 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" >&2784 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 785 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 821 786 { (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 ;; 832 789 833 790 -docdir | --docdir | --docdi | --doc | --do) … … 842 799 843 800 -enable-* | --enable-*) 844 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`801 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 845 802 # 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" >&2803 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 804 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 848 805 { (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 ;; 859 808 860 809 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1047 996 1048 997 -with-* | --with-*) 1049 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`998 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1050 999 # 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" >&21000 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1001 { echo "$as_me: error: invalid package name: $ac_package" >&2 1053 1002 { (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 ;; 1064 1005 1065 1006 -without-* | --without-*) 1066 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1007 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1067 1008 # 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" >&21009 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1010 { echo "$as_me: error: invalid package name: $ac_package" >&2 1070 1011 { (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 ;; 1081 1014 1082 1015 --x) … … 1098 1031 x_libraries=$ac_optarg ;; 1099 1032 1100 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1033 -*) { echo "$as_me: error: unrecognized option: $ac_option 1101 1034 Try \`$0 --help' for more information." >&2 1102 1035 { (exit 1); exit 1; }; } … … 1107 1040 # Reject names that are not valid shell variable names. 1108 1041 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1109 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21042 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1110 1043 { (exit 1); exit 1; }; } 1111 1044 eval $ac_envvar=\$ac_optarg … … 1114 1047 *) 1115 1048 # FIXME: should be removed in autoconf 3.0. 1116 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21049 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1117 1050 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1118 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21051 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1119 1052 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1120 1053 ;; … … 1125 1058 if test -n "$ac_prev"; then 1126 1059 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1127 { $as_echo "$as_me: error: missing argument to $ac_option" >&21060 { echo "$as_me: error: missing argument to $ac_option" >&2 1128 1061 { (exit 1); exit 1; }; } 1129 1062 fi 1130 1063 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. 1141 1065 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1142 1066 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1145 1069 do 1146 1070 eval ac_val=\$$ac_var 1147 # Remove trailing slashes.1148 case $ac_val in1149 */ )1150 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1151 eval $ac_var=\$ac_val;;1152 esac1153 # Be sure to have absolute directory names.1154 1071 case $ac_val in 1155 1072 [\\/$]* | ?:[\\/]* ) continue;; 1156 1073 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1157 1074 esac 1158 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21075 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1159 1076 { (exit 1); exit 1; }; } 1160 1077 done … … 1171 1088 if test "x$build_alias" = x; then 1172 1089 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. 1174 1091 If a cross compiler is detected then cross compile mode will be used." >&2 1175 1092 elif test "x$build_alias" != "x$host_alias"; then … … 1187 1104 ac_ls_di=`ls -di .` && 1188 1105 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1189 { $as_echo "$as_me: error: working directory cannot be determined" >&21106 { echo "$as_me: error: Working directory cannot be determined" >&2 1190 1107 { (exit 1); exit 1; }; } 1191 1108 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1192 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21109 { echo "$as_me: error: pwd does not report name of working directory" >&2 1193 1110 { (exit 1); exit 1; }; } 1194 1111 … … 1198 1115 ac_srcdir_defaulted=yes 1199 1116 # 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 || 1122 echo X"$0" | 1206 1123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1207 1124 s//\1/ … … 1230 1147 if test ! -r "$srcdir/$ac_unique_file"; then 1231 1148 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1232 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21149 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1233 1150 { (exit 1); exit 1; }; } 1234 1151 fi 1235 1152 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1236 1153 ac_abs_confdir=`( 1237 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21154 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1238 1155 { (exit 1); exit 1; }; } 1239 1156 pwd)` … … 1262 1179 # This message is too long to be a string in the A/UX 3.1 sh. 1263 1180 cat <<_ACEOF 1264 \`configure' configures onioncat 0.1.1 2.r501to adapt to many kinds of systems.1181 \`configure' configures onioncat 0.1.13 to adapt to many kinds of systems. 1265 1182 1266 1183 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1284 1201 Installation directories: 1285 1202 --prefix=PREFIX install architecture-independent files in PREFIX 1286 [$ac_default_prefix]1203 [$ac_default_prefix] 1287 1204 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1288 [PREFIX]1205 [PREFIX] 1289 1206 1290 1207 By default, \`make install' will install all the files in … … 1296 1213 1297 1214 Fine 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] 1317 1234 _ACEOF 1318 1235 … … 1332 1249 if test -n "$ac_init_help"; then 1333 1250 case $ac_init_help in 1334 short | recursive ) echo "Configuration of onioncat 0.1.1 2.r501:";;1251 short | recursive ) echo "Configuration of onioncat 0.1.13:";; 1335 1252 esac 1336 1253 cat <<\_ACEOF 1337 1254 1338 1255 Optional Features: 1339 --disable-option-checking ignore unrecognized --enable/--with options1340 1256 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1341 1257 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1369 1285 # If there are subdirs, report their specific --help. 1370 1286 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 1374 1288 ac_builddir=. 1375 1289 … … 1377 1291 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1378 1292 *) 1379 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1293 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1380 1294 # 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,/,,'` 1382 1296 case $ac_top_builddir_sub in 1383 1297 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1415 1329 $SHELL "$ac_srcdir/configure" --help=recursive 1416 1330 else 1417 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21331 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1418 1332 fi || ac_status=$? 1419 1333 cd "$ac_pwd" || { ac_status=$?; break; } … … 1424 1338 if $ac_init_version; then 1425 1339 cat <<\_ACEOF 1426 onioncat configure 0.1.1 2.r5011427 generated by GNU Autoconf 2.6 31340 onioncat configure 0.1.13 1341 generated by GNU Autoconf 2.61 1428 1342 1429 1343 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1430 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1344 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1431 1345 This configure script is free software; the Free Software Foundation 1432 1346 gives unlimited permission to copy, distribute and modify it. … … 1438 1352 running configure, to aid debugging if configure makes a mistake. 1439 1353 1440 It was created by onioncat $as_me 0.1.1 2.r501, which was1441 generated by GNU Autoconf 2.6 3. Invocation command line was1354 It was created by onioncat $as_me 0.1.13, which was 1355 generated by GNU Autoconf 2.61. Invocation command line was 1442 1356 1443 1357 $ $0 $@ … … 1475 1389 IFS=$as_save_IFS 1476 1390 test -z "$as_dir" && as_dir=. 1477 $as_echo "PATH: $as_dir"1391 echo "PATH: $as_dir" 1478 1392 done 1479 1393 IFS=$as_save_IFS … … 1510 1424 continue ;; 1511 1425 *\'*) 1512 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1426 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1513 1427 esac 1514 1428 case $ac_pass in … … 1562 1476 *${as_nl}*) 1563 1477 case $ac_var in #( 1564 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51565 $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 1479 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1566 1480 esac 1567 1481 case $ac_var in #( 1568 1482 _ | IFS | as_nl) ;; #( 1569 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1570 1483 *) $as_unset $ac_var ;; 1571 1484 esac ;; … … 1597 1510 eval ac_val=\$$ac_var 1598 1511 case $ac_val in 1599 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1512 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1600 1513 esac 1601 $as_echo "$ac_var='\''$ac_val'\''"1514 echo "$ac_var='\''$ac_val'\''" 1602 1515 done | sort 1603 1516 echo … … 1614 1527 eval ac_val=\$$ac_var 1615 1528 case $ac_val in 1616 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1529 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1617 1530 esac 1618 $as_echo "$ac_var='\''$ac_val'\''"1531 echo "$ac_var='\''$ac_val'\''" 1619 1532 done | sort 1620 1533 echo … … 1632 1545 fi 1633 1546 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" 1636 1549 } >&5 1637 1550 rm -f core *.core core.conftest.* && … … 1675 1588 1676 1589 # 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. 1680 1591 if test -n "$CONFIG_SITE"; then 1681 ac_site_file1=$CONFIG_SITE1592 set x "$CONFIG_SITE" 1682 1593 elif test "x$prefix" != xNONE; then 1683 ac_site_file1=$prefix/share/config.site1684 ac_site_file2=$prefix/etc/config.site1685 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" 1595 else 1596 set x "$ac_default_prefix/share/config.site" \ 1597 "$ac_default_prefix/etc/config.site" 1598 fi 1599 shift 1600 for ac_site_file 1690 1601 do 1691 test "x$ac_site_file" = xNONE && continue1692 1602 if test -r "$ac_site_file"; then 1693 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51694 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1603 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1604 echo "$as_me: loading site script $ac_site_file" >&6;} 1695 1605 sed 's/^/| /' "$ac_site_file" >&5 1696 1606 . "$ac_site_file" … … 1702 1612 # files actually), so we avoid doing that. 1703 1613 if test -f "$cache_file"; then 1704 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51705 $as_echo "$as_me: loading cache $cache_file" >&6;}1614 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1615 echo "$as_me: loading cache $cache_file" >&6;} 1706 1616 case $cache_file in 1707 1617 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1710 1620 fi 1711 1621 else 1712 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51713 $as_echo "$as_me: creating cache $cache_file" >&6;}1622 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1623 echo "$as_me: creating cache $cache_file" >&6;} 1714 1624 >$cache_file 1715 1625 fi … … 1725 1635 case $ac_old_set,$ac_new_set in 1726 1636 set,) 1727 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51728 $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 1638 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1729 1639 ac_cache_corrupted=: ;; 1730 1640 ,set) 1731 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51732 $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 1642 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1733 1643 ac_cache_corrupted=: ;; 1734 1644 ,);; 1735 1645 *) 1736 1646 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 1648 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1649 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1650 echo "$as_me: former value: $ac_old_val" >&2;} 1651 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1652 echo "$as_me: current value: $ac_new_val" >&2;} 1653 ac_cache_corrupted=: 1753 1654 fi;; 1754 1655 esac … … 1756 1657 if test "$ac_new_set" = set; then 1757 1658 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"` ;; 1759 1660 *) ac_arg=$ac_var=$ac_new_val ;; 1760 1661 esac … … 1766 1667 done 1767 1668 if $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 1670 echo "$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 1672 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1774 1673 { (exit 1); exit 1; }; } 1775 1674 fi … … 1825 1724 done 1826 1725 if test -z "$ac_aux_dir"; then 1827 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51828 $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 1727 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1829 1728 { (exit 1); exit 1; }; } 1830 1729 fi … … 1852 1751 # OS/2's system install, which has a completely different semantic 1853 1752 # ./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 1754 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1857 1755 if test -z "$INSTALL"; then 1858 1756 if test "${ac_cv_path_install+set}" = set; then 1859 $as_echo_n "(cached)" >&61757 echo $ECHO_N "(cached) $ECHO_C" >&6 1860 1758 else 1861 1759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1886 1784 : 1887 1785 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 1900 1788 fi 1901 1789 fi … … 1904 1792 ;; 1905 1793 esac 1906 1907 1794 done 1908 1795 IFS=$as_save_IFS 1909 1796 1910 rm -rf conftest.one conftest.two conftest.dir1911 1797 1912 1798 fi … … 1921 1807 fi 1922 1808 fi 1923 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&51924 $as_echo "$INSTALL" >&6; }1809 { echo "$as_me:$LINENO: result: $INSTALL" >&5 1810 echo "${ECHO_T}$INSTALL" >&6; } 1925 1811 1926 1812 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1932 1818 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1933 1819 1934 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&51935 $as_echo_n "checking whether build environment is sane..." >&6; }1820 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1821 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 1936 1822 # Just in case 1937 1823 sleep 1 … … 1956 1842 # broken ls alias from the environment. This has actually 1957 1843 # 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 broken1844 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1959 1845 alias in your environment" >&5 1960 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken1846 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1961 1847 alias in your environment" >&2;} 1962 1848 { (exit 1); exit 1; }; } … … 1969 1855 : 1970 1856 else 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! 1972 1858 Check your system clock" >&5 1973 $as_echo "$as_me: error: newly created file is older than distributed files!1859 echo "$as_me: error: newly created file is older than distributed files! 1974 1860 Check your system clock" >&2;} 1975 1861 { (exit 1); exit 1; }; } 1976 1862 fi 1977 { $as_echo "$as_me:$LINENO: result: yes" >&51978 $as_echo "yes" >&6; }1863 { echo "$as_me:$LINENO: result: yes" >&5 1864 echo "${ECHO_T}yes" >&6; } 1979 1865 test "$program_prefix" != NONE && 1980 1866 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 1982 1868 test "$program_suffix" != NONE && 1983 1869 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1984 # Double any \ or $. 1870 # Double any \ or $. echo might interpret backslashes. 1985 1871 # 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"` 1872 cat <<\_ACEOF >conftest.sed 1873 s/[\\$]/&&/g;s/;s,x,x,$// 1874 _ACEOF 1875 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1876 rm -f conftest.sed 1988 1877 1989 1878 # expand $ac_aux_dir to an absolute path … … 1996 1885 else 1997 1886 am_missing_run= 1998 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&51999 $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" >&52003 $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 1888 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1889 fi 1890 1891 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 1892 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2004 1893 if test -z "$MKDIR_P"; then 2005 1894 if test "${ac_cv_path_mkdir+set}" = set; then 2006 $as_echo_n "(cached)" >&61895 echo $ECHO_N "(cached) $ECHO_C" >&6 2007 1896 else 2008 1897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2039 1928 fi 2040 1929 fi 2041 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&52042 $as_echo "$MKDIR_P" >&6; }1930 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 1931 echo "${ECHO_T}$MKDIR_P" >&6; } 2043 1932 2044 1933 mkdir_p="$MKDIR_P" … … 2052 1941 # Extract the first word of "$ac_prog", so it can be a program name with args. 2053 1942 set dummy $ac_prog; ac_word=$2 2054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52055 $as_echo_n "checking for $ac_word..." >&6; }1943 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2056 1945 if test "${ac_cv_prog_AWK+set}" = set; then 2057 $as_echo_n "(cached)" >&61946 echo $ECHO_N "(cached) $ECHO_C" >&6 2058 1947 else 2059 1948 if test -n "$AWK"; then … … 2068 1957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2069 1958 ac_cv_prog_AWK="$ac_prog" 2070 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2071 1960 break 2 2072 1961 fi … … 2079 1968 AWK=$ac_cv_prog_AWK 2080 1969 if test -n "$AWK"; then 2081 { $as_echo "$as_me:$LINENO: result: $AWK" >&52082 $as_echo "$AWK" >&6; }2083 else 2084 { $as_echo "$as_me:$LINENO: result: no" >&52085 $as_echo "no" >&6; }1970 { echo "$as_me:$LINENO: result: $AWK" >&5 1971 echo "${ECHO_T}$AWK" >&6; } 1972 else 1973 { echo "$as_me:$LINENO: result: no" >&5 1974 echo "${ECHO_T}no" >&6; } 2086 1975 fi 2087 1976 … … 2090 1979 done 2091 1980 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 1982 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1983 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2096 1984 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2097 $as_echo_n "(cached)" >&61985 echo $ECHO_N "(cached) $ECHO_C" >&6 2098 1986 else 2099 1987 cat >conftest.make <<\_ACEOF … … 2112 2000 fi 2113 2001 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2114 { $as_echo "$as_me:$LINENO: result: yes" >&52115 $as_echo "yes" >&6; }2002 { echo "$as_me:$LINENO: result: yes" >&5 2003 echo "${ECHO_T}yes" >&6; } 2116 2004 SET_MAKE= 2117 2005 else 2118 { $as_echo "$as_me:$LINENO: result: no" >&52119 $as_echo "no" >&6; }2006 { echo "$as_me:$LINENO: result: no" >&5 2007 echo "${ECHO_T}no" >&6; } 2120 2008 SET_MAKE="MAKE=${MAKE-make}" 2121 2009 fi … … 2136 2024 # test to see if srcdir already configured 2137 2025 if test -f $srcdir/config.status; then 2138 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52139 $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 2027 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2140 2028 { (exit 1); exit 1; }; } 2141 2029 fi … … 2154 2042 # Define the identity of the package. 2155 2043 PACKAGE='onioncat' 2156 VERSION='0.1.1 2.r501'2044 VERSION='0.1.13' 2157 2045 2158 2046 … … 2192 2080 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2193 2081 set dummy ${ac_tool_prefix}strip; ac_word=$2 2194 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52195 $as_echo_n "checking for $ac_word..." >&6; }2082 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2196 2084 if test "${ac_cv_prog_STRIP+set}" = set; then 2197 $as_echo_n "(cached)" >&62085 echo $ECHO_N "(cached) $ECHO_C" >&6 2198 2086 else 2199 2087 if test -n "$STRIP"; then … … 2208 2096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2209 2097 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2210 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2211 2099 break 2 2212 2100 fi … … 2219 2107 STRIP=$ac_cv_prog_STRIP 2220 2108 if test -n "$STRIP"; then 2221 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52222 $as_echo "$STRIP" >&6; }2223 else 2224 { $as_echo "$as_me:$LINENO: result: no" >&52225 $as_echo "no" >&6; }2109 { echo "$as_me:$LINENO: result: $STRIP" >&5 2110 echo "${ECHO_T}$STRIP" >&6; } 2111 else 2112 { echo "$as_me:$LINENO: result: no" >&5 2113 echo "${ECHO_T}no" >&6; } 2226 2114 fi 2227 2115 … … 2232 2120 # Extract the first word of "strip", so it can be a program name with args. 2233 2121 set dummy strip; ac_word=$2 2234 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52235 $as_echo_n "checking for $ac_word..." >&6; }2122 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2123 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2236 2124 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2237 $as_echo_n "(cached)" >&62125 echo $ECHO_N "(cached) $ECHO_C" >&6 2238 2126 else 2239 2127 if test -n "$ac_ct_STRIP"; then … … 2248 2136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2249 2137 ac_cv_prog_ac_ct_STRIP="strip" 2250 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52138 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2251 2139 break 2 2252 2140 fi … … 2259 2147 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2260 2148 if test -n "$ac_ct_STRIP"; then 2261 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52262 $as_echo "$ac_ct_STRIP" >&6; }2263 else 2264 { $as_echo "$as_me:$LINENO: result: no" >&52265 $as_echo "no" >&6; }2149 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2150 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 2151 else 2152 { echo "$as_me:$LINENO: result: no" >&5 2153 echo "${ECHO_T}no" >&6; } 2266 2154 fi 2267 2155 … … 2271 2159 case $cross_compiling:$ac_tool_warned in 2272 2160 yes:) 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 2162 whose name does not start with the host triplet. If you think this 2163 configuration is useful to you, please write to autoconf@gnu.org." >&5 2164 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2165 whose name does not start with the host triplet. If you think this 2166 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2275 2167 ac_tool_warned=yes ;; 2276 2168 esac … … 2301 2193 2302 2194 cat >>confdefs.h <<\_ACEOF 2303 #define SVN_REVISION "50 1"2195 #define SVN_REVISION "504" 2304 2196 _ACEOF 2305 2197 … … 2312 2204 enableval=$enable_debug; 2313 2205 cat >>confdefs.h <<\_ACEOF 2314 #define DEBUG /**/2206 #define DEBUG 2315 2207 _ACEOF 2316 2208 … … 2321 2213 enableval=$enable_packet_log; 2322 2214 cat >>confdefs.h <<\_ACEOF 2323 #define PACKET_LOG /**/2215 #define PACKET_LOG 2324 2216 _ACEOF 2325 2217 … … 2330 2222 enableval=$enable_handle_http; 2331 2223 cat >>confdefs.h <<\_ACEOF 2332 #define HANDLE_HTTP /**/2224 #define HANDLE_HTTP 2333 2225 _ACEOF 2334 2226 … … 2339 2231 enableval=$enable_packet_queue; 2340 2232 cat >>confdefs.h <<\_ACEOF 2341 #define PACKET_QUEUE /**/2233 #define PACKET_QUEUE 2342 2234 _ACEOF 2343 2235 … … 2348 2240 enableval=$enable_check_ipsrc; 2349 2241 cat >>confdefs.h <<\_ACEOF 2350 #define CHECK_IPSRC /**/2242 #define CHECK_IPSRC 2351 2243 _ACEOF 2352 2244 … … 2357 2249 enableval=$enable_rtt; 2358 2250 cat >>confdefs.h <<\_ACEOF 2359 #define MEASURE_RTT /**/2251 #define MEASURE_RTT 2360 2252 _ACEOF 2361 2253 … … 2372 2264 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2373 2265 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2374 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52375 $as_echo_n "checking for $ac_word..." >&6; }2266 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2376 2268 if test "${ac_cv_prog_CC+set}" = set; then 2377 $as_echo_n "(cached)" >&62269 echo $ECHO_N "(cached) $ECHO_C" >&6 2378 2270 else 2379 2271 if test -n "$CC"; then … … 2388 2280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2389 2281 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2390 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2391 2283 break 2 2392 2284 fi … … 2399 2291 CC=$ac_cv_prog_CC 2400 2292 if test -n "$CC"; then 2401 { $as_echo "$as_me:$LINENO: result: $CC" >&52402 $as_echo "$CC" >&6; }2403 else 2404 { $as_echo "$as_me:$LINENO: result: no" >&52405 $as_echo "no" >&6; }2293 { echo "$as_me:$LINENO: result: $CC" >&5 2294 echo "${ECHO_T}$CC" >&6; } 2295 else 2296 { echo "$as_me:$LINENO: result: no" >&5 2297 echo "${ECHO_T}no" >&6; } 2406 2298 fi 2407 2299 … … 2412 2304 # Extract the first word of "gcc", so it can be a program name with args. 2413 2305 set dummy gcc; ac_word=$2 2414 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52415 $as_echo_n "checking for $ac_word..." >&6; }2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2416 2308 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2417 $as_echo_n "(cached)" >&62309 echo $ECHO_N "(cached) $ECHO_C" >&6 2418 2310 else 2419 2311 if test -n "$ac_ct_CC"; then … … 2428 2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2429 2321 ac_cv_prog_ac_ct_CC="gcc" 2430 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2431 2323 break 2 2432 2324 fi … … 2439 2331 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2440 2332 if test -n "$ac_ct_CC"; then 2441 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52442 $as_echo "$ac_ct_CC" >&6; }2443 else 2444 { $as_echo "$as_me:$LINENO: result: no" >&52445 $as_echo "no" >&6; }2333 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2334 echo "${ECHO_T}$ac_ct_CC" >&6; } 2335 else 2336 { echo "$as_me:$LINENO: result: no" >&5 2337 echo "${ECHO_T}no" >&6; } 2446 2338 fi 2447 2339 … … 2451 2343 case $cross_compiling:$ac_tool_warned in 2452 2344 yes:) 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 2346 whose name does not start with the host triplet. If you think this 2347 configuration is useful to you, please write to autoconf@gnu.org." >&5 2348 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2349 whose name does not start with the host triplet. If you think this 2350 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2455 2351 ac_tool_warned=yes ;; 2456 2352 esac … … 2465 2361 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2466 2362 set dummy ${ac_tool_prefix}cc; ac_word=$2 2467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52468 $as_echo_n "checking for $ac_word..." >&6; }2363 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2469 2365 if test "${ac_cv_prog_CC+set}" = set; then 2470 $as_echo_n "(cached)" >&62366 echo $ECHO_N "(cached) $ECHO_C" >&6 2471 2367 else 2472 2368 if test -n "$CC"; then … … 2481 2377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2482 2378 ac_cv_prog_CC="${ac_tool_prefix}cc" 2483 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2484 2380 break 2 2485 2381 fi … … 2492 2388 CC=$ac_cv_prog_CC 2493 2389 if test -n "$CC"; then 2494 { $as_echo "$as_me:$LINENO: result: $CC" >&52495 $as_echo "$CC" >&6; }2496 else 2497 { $as_echo "$as_me:$LINENO: result: no" >&52498 $as_echo "no" >&6; }2390 { echo "$as_me:$LINENO: result: $CC" >&5 2391 echo "${ECHO_T}$CC" >&6; } 2392 else 2393 { echo "$as_me:$LINENO: result: no" >&5 2394 echo "${ECHO_T}no" >&6; } 2499 2395 fi 2500 2396 … … 2505 2401 # Extract the first word of "cc", so it can be a program name with args. 2506 2402 set dummy cc; ac_word=$2 2507 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52508 $as_echo_n "checking for $ac_word..." >&6; }2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2509 2405 if test "${ac_cv_prog_CC+set}" = set; then 2510 $as_echo_n "(cached)" >&62406 echo $ECHO_N "(cached) $ECHO_C" >&6 2511 2407 else 2512 2408 if test -n "$CC"; then … … 2526 2422 fi 2527 2423 ac_cv_prog_CC="cc" 2528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52424 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2529 2425 break 2 2530 2426 fi … … 2549 2445 CC=$ac_cv_prog_CC 2550 2446 if test -n "$CC"; then 2551 { $as_echo "$as_me:$LINENO: result: $CC" >&52552 $as_echo "$CC" >&6; }2553 else 2554 { $as_echo "$as_me:$LINENO: result: no" >&52555 $as_echo "no" >&6; }2447 { echo "$as_me:$LINENO: result: $CC" >&5 2448 echo "${ECHO_T}$CC" >&6; } 2449 else 2450 { echo "$as_me:$LINENO: result: no" >&5 2451 echo "${ECHO_T}no" >&6; } 2556 2452 fi 2557 2453 … … 2564 2460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2565 2461 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2566 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52567 $as_echo_n "checking for $ac_word..." >&6; }2462 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2568 2464 if test "${ac_cv_prog_CC+set}" = set; then 2569 $as_echo_n "(cached)" >&62465 echo $ECHO_N "(cached) $ECHO_C" >&6 2570 2466 else 2571 2467 if test -n "$CC"; then … … 2580 2476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2581 2477 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2582 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2583 2479 break 2 2584 2480 fi … … 2591 2487 CC=$ac_cv_prog_CC 2592 2488 if test -n "$CC"; then 2593 { $as_echo "$as_me:$LINENO: result: $CC" >&52594 $as_echo "$CC" >&6; }2595 else 2596 { $as_echo "$as_me:$LINENO: result: no" >&52597 $as_echo "no" >&6; }2489 { echo "$as_me:$LINENO: result: $CC" >&5 2490 echo "${ECHO_T}$CC" >&6; } 2491 else 2492 { echo "$as_me:$LINENO: result: no" >&5 2493 echo "${ECHO_T}no" >&6; } 2598 2494 fi 2599 2495 … … 2608 2504 # Extract the first word of "$ac_prog", so it can be a program name with args. 2609 2505 set dummy $ac_prog; ac_word=$2 2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52611 $as_echo_n "checking for $ac_word..." >&6; }2506 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2612 2508 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2613 $as_echo_n "(cached)" >&62509 echo $ECHO_N "(cached) $ECHO_C" >&6 2614 2510 else 2615 2511 if test -n "$ac_ct_CC"; then … … 2624 2520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2625 2521 ac_cv_prog_ac_ct_CC="$ac_prog" 2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2627 2523 break 2 2628 2524 fi … … 2635 2531 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2636 2532 if test -n "$ac_ct_CC"; then 2637 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52638 $as_echo "$ac_ct_CC" >&6; }2639 else 2640 { $as_echo "$as_me:$LINENO: result: no" >&52641 $as_echo "no" >&6; }2533 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2534 echo "${ECHO_T}$ac_ct_CC" >&6; } 2535 else 2536 { echo "$as_me:$LINENO: result: no" >&5 2537 echo "${ECHO_T}no" >&6; } 2642 2538 fi 2643 2539 … … 2651 2547 case $cross_compiling:$ac_tool_warned in 2652 2548 yes:) 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 2550 whose name does not start with the host triplet. If you think this 2551 configuration is useful to you, please write to autoconf@gnu.org." >&5 2552 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2553 whose name does not start with the host triplet. If you think this 2554 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2655 2555 ac_tool_warned=yes ;; 2656 2556 esac … … 2662 2562 2663 2563 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 2564 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2667 2565 See \`config.log' for more details." >&5 2668 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2566 echo "$as_me: error: no acceptable C compiler found in \$PATH 2669 2567 See \`config.log' for more details." >&2;} 2670 { (exit 1); exit 1; }; } ; }2568 { (exit 1); exit 1; }; } 2671 2569 2672 2570 # 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 2571 echo "$as_me:$LINENO: checking for C compiler version" >&5 2572 ac_compiler=`set X $ac_compile; echo $2` 2676 2573 { (ac_try="$ac_compiler --version >&5" 2677 2574 case "(($ac_try" in … … 2679 2576 *) ac_try_echo=$ac_try;; 2680 2577 esac 2681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2682 $as_echo "$ac_try_echo") >&5 2578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2683 2579 (eval "$ac_compiler --version >&5") 2>&5 2684 2580 ac_status=$? 2685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2686 2582 (exit $ac_status); } 2687 2583 { (ac_try="$ac_compiler -v >&5" … … 2690 2586 *) ac_try_echo=$ac_try;; 2691 2587 esac 2692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2693 $as_echo "$ac_try_echo") >&5 2588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2694 2589 (eval "$ac_compiler -v >&5") 2>&5 2695 2590 ac_status=$? 2696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2697 2592 (exit $ac_status); } 2698 2593 { (ac_try="$ac_compiler -V >&5" … … 2701 2596 *) ac_try_echo=$ac_try;; 2702 2597 esac 2703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2704 $as_echo "$ac_try_echo") >&5 2598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2705 2599 (eval "$ac_compiler -V >&5") 2>&5 2706 2600 ac_status=$? 2707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2708 2602 (exit $ac_status); } 2709 2603 … … 2724 2618 _ACEOF 2725 2619 ac_clean_files_save=$ac_clean_files 2726 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2620 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2727 2621 # Try to create an executable without -o first, disregard a.out. 2728 2622 # It will help us diagnose broken compilers, and finding out an intuition 2729 2623 # 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 2625 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2626 ac_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. 2631 ac_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. 2737 2636 ac_rmfiles= 2738 2637 for ac_file in $ac_files 2739 2638 do 2740 2639 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 ) ;; 2742 2641 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2743 2642 esac … … 2750 2649 *) ac_try_echo=$ac_try;; 2751 2650 esac 2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2753 $as_echo "$ac_try_echo") >&5 2651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2754 2652 (eval "$ac_link_default") 2>&5 2755 2653 ac_status=$? 2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 2655 (exit $ac_status); }; then 2758 2656 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2765 2663 test -f "$ac_file" || continue 2766 2664 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 ) 2768 2666 ;; 2769 2667 [ab].out ) … … 2792 2690 fi 2793 2691 2794 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52795 $as_echo "$ac_file" >&6; }2692 { echo "$as_me:$LINENO: result: $ac_file" >&5 2693 echo "${ECHO_T}$ac_file" >&6; } 2796 2694 if test -z "$ac_file"; then 2797 $as_echo "$as_me: failed program was:" >&52695 echo "$as_me: failed program was:" >&5 2798 2696 sed 's/^/| /' conftest.$ac_ext >&5 2799 2697 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 2803 2699 See \`config.log' for more details." >&5 2804 $as_echo "$as_me: error: C compiler cannot create executables2700 echo "$as_me: error: C compiler cannot create executables 2805 2701 See \`config.log' for more details." >&2;} 2806 { (exit 77); exit 77; }; } ; }2702 { (exit 77); exit 77; }; } 2807 2703 fi 2808 2704 … … 2811 2707 # Check that the compiler produces executables we can run. If not, either 2812 2708 # the compiler is broken, or we cross compile. 2813 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52814 $as_echo_n "checking whether the C compiler works..." >&6; }2709 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2710 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2815 2711 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2816 2712 # If not cross compiling, check that we can run a simple program. … … 2821 2717 *) ac_try_echo=$ac_try;; 2822 2718 esac 2823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2824 $as_echo "$ac_try_echo") >&5 2719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2825 2720 (eval "$ac_try") 2>&5 2826 2721 ac_status=$? 2827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2828 2723 (exit $ac_status); }; }; then 2829 2724 cross_compiling=no … … 2832 2727 cross_compiling=yes 2833 2728 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. 2837 2730 If you meant to cross compile, use \`--host'. 2838 2731 See \`config.log' for more details." >&5 2839 $as_echo "$as_me: error: cannot run C compiled programs.2732 echo "$as_me: error: cannot run C compiled programs. 2840 2733 If you meant to cross compile, use \`--host'. 2841 2734 See \`config.log' for more details." >&2;} 2842 { (exit 1); exit 1; }; } ; }2735 { (exit 1); exit 1; }; } 2843 2736 fi 2844 2737 fi 2845 2738 fi 2846 { $as_echo "$as_me:$LINENO: result: yes" >&52847 $as_echo "yes" >&6; }2848 2849 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2739 { echo "$as_me:$LINENO: result: yes" >&5 2740 echo "${ECHO_T}yes" >&6; } 2741 2742 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2850 2743 ac_clean_files=$ac_clean_files_save 2851 2744 # Check that the compiler produces executables we can run. If not, either 2852 2745 # the compiler is broken, or we cross compile. 2853 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52854 $as_echo_n "checking whether we are cross compiling..." >&6; }2855 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52856 $as_echo "$cross_compiling" >&6; }2857 2858 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52859 $as_echo_n "checking for suffix of executables..." >&6; }2746 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2747 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2748 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2749 echo "${ECHO_T}$cross_compiling" >&6; } 2750 2751 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2752 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2860 2753 if { (ac_try="$ac_link" 2861 2754 case "(($ac_try" in … … 2863 2756 *) ac_try_echo=$ac_try;; 2864 2757 esac 2865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2866 $as_echo "$ac_try_echo") >&5 2758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2867 2759 (eval "$ac_link") 2>&5 2868 2760 ac_status=$? 2869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2870 2762 (exit $ac_status); }; then 2871 2763 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2876 2768 test -f "$ac_file" || continue 2877 2769 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 ) ;; 2879 2771 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2880 2772 break;; … … 2883 2775 done 2884 2776 else 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 2888 2778 See \`config.log' for more details." >&5 2889 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2779 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2890 2780 See \`config.log' for more details." >&2;} 2891 { (exit 1); exit 1; }; } ; }2781 { (exit 1); exit 1; }; } 2892 2782 fi 2893 2783 2894 2784 rm -f conftest$ac_cv_exeext 2895 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52896 $as_echo "$ac_cv_exeext" >&6; }2785 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2786 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2897 2787 2898 2788 rm -f conftest.$ac_ext 2899 2789 EXEEXT=$ac_cv_exeext 2900 2790 ac_exeext=$EXEEXT 2901 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52902 $as_echo_n "checking for suffix of object files..." >&6; }2791 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2792 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2903 2793 if test "${ac_cv_objext+set}" = set; then 2904 $as_echo_n "(cached)" >&62794 echo $ECHO_N "(cached) $ECHO_C" >&6 2905 2795 else 2906 2796 cat >conftest.$ac_ext <<_ACEOF … … 2925 2815 *) ac_try_echo=$ac_try;; 2926 2816 esac 2927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2928 $as_echo "$ac_try_echo") >&5 2817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2929 2818 (eval "$ac_compile") 2>&5 2930 2819 ac_status=$? 2931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2932 2821 (exit $ac_status); }; then 2933 2822 for ac_file in conftest.o conftest.obj conftest.*; do 2934 2823 test -f "$ac_file" || continue; 2935 2824 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 ) ;; 2937 2826 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2938 2827 break;; … … 2940 2829 done 2941 2830 else 2942 $as_echo "$as_me: failed program was:" >&52831 echo "$as_me: failed program was:" >&5 2943 2832 sed 's/^/| /' conftest.$ac_ext >&5 2944 2833 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 2948 2835 See \`config.log' for more details." >&5 2949 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2836 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2950 2837 See \`config.log' for more details." >&2;} 2951 { (exit 1); exit 1; }; } ; }2838 { (exit 1); exit 1; }; } 2952 2839 fi 2953 2840 2954 2841 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2955 2842 fi 2956 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52957 $as_echo "$ac_cv_objext" >&6; }2843 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2844 echo "${ECHO_T}$ac_cv_objext" >&6; } 2958 2845 OBJEXT=$ac_cv_objext 2959 2846 ac_objext=$OBJEXT 2960 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52961 $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 2848 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2962 2849 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2963 $as_echo_n "(cached)" >&62850 echo $ECHO_N "(cached) $ECHO_C" >&6 2964 2851 else 2965 2852 cat >conftest.$ac_ext <<_ACEOF … … 2987 2874 *) ac_try_echo=$ac_try;; 2988 2875 esac 2989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2990 $as_echo "$ac_try_echo") >&5 2876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2991 2877 (eval "$ac_compile") 2>conftest.er1 2992 2878 ac_status=$? … … 2994 2880 rm -f conftest.er1 2995 2881 cat conftest.err >&5 2996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52882 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2997 2883 (exit $ac_status); } && { 2998 2884 test -z "$ac_c_werror_flag" || … … 3001 2887 ac_compiler_gnu=yes 3002 2888 else 3003 $as_echo "$as_me: failed program was:" >&52889 echo "$as_me: failed program was:" >&5 3004 2890 sed 's/^/| /' conftest.$ac_ext >&5 3005 2891 … … 3011 2897 3012 2898 fi 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 2900 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2901 GCC=`test $ac_compiler_gnu = yes && echo yes` 3020 2902 ac_test_CFLAGS=${CFLAGS+set} 3021 2903 ac_save_CFLAGS=$CFLAGS 3022 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53023 $as_echo_n "checking whether $CC accepts -g..." >&6; }2904 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2905 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3024 2906 if test "${ac_cv_prog_cc_g+set}" = set; then 3025 $as_echo_n "(cached)" >&62907 echo $ECHO_N "(cached) $ECHO_C" >&6 3026 2908 else 3027 2909 ac_save_c_werror_flag=$ac_c_werror_flag … … 3050 2932 *) ac_try_echo=$ac_try;; 3051 2933 esac 3052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3053 $as_echo "$ac_try_echo") >&5 2934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3054 2935 (eval "$ac_compile") 2>conftest.er1 3055 2936 ac_status=$? … … 3057 2938 rm -f conftest.er1 3058 2939 cat conftest.err >&5 3059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3060 2941 (exit $ac_status); } && { 3061 2942 test -z "$ac_c_werror_flag" || … … 3064 2945 ac_cv_prog_cc_g=yes 3065 2946 else 3066 $as_echo "$as_me: failed program was:" >&52947 echo "$as_me: failed program was:" >&5 3067 2948 sed 's/^/| /' conftest.$ac_ext >&5 3068 2949 … … 3089 2970 *) ac_try_echo=$ac_try;; 3090 2971 esac 3091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3092 $as_echo "$ac_try_echo") >&5 2972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3093 2973 (eval "$ac_compile") 2>conftest.er1 3094 2974 ac_status=$? … … 3096 2976 rm -f conftest.er1 3097 2977 cat conftest.err >&5 3098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3099 2979 (exit $ac_status); } && { 3100 2980 test -z "$ac_c_werror_flag" || … … 3103 2983 : 3104 2984 else 3105 $as_echo "$as_me: failed program was:" >&52985 echo "$as_me: failed program was:" >&5 3106 2986 sed 's/^/| /' conftest.$ac_ext >&5 3107 2987 … … 3129 3009 *) ac_try_echo=$ac_try;; 3130 3010 esac 3131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3132 $as_echo "$ac_try_echo") >&5 3011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3133 3012 (eval "$ac_compile") 2>conftest.er1 3134 3013 ac_status=$? … … 3136 3015 rm -f conftest.er1 3137 3016 cat conftest.err >&5 3138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53017 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3139 3018 (exit $ac_status); } && { 3140 3019 test -z "$ac_c_werror_flag" || … … 3143 3022 ac_cv_prog_cc_g=yes 3144 3023 else 3145 $as_echo "$as_me: failed program was:" >&53024 echo "$as_me: failed program was:" >&5 3146 3025 sed 's/^/| /' conftest.$ac_ext >&5 3147 3026 … … 3158 3037 ac_c_werror_flag=$ac_save_c_werror_flag 3159 3038 fi 3160 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53161 $as_echo "$ac_cv_prog_cc_g" >&6; }3039 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3040 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3162 3041 if test "$ac_test_CFLAGS" = set; then 3163 3042 CFLAGS=$ac_save_CFLAGS … … 3175 3054 fi 3176 3055 fi 3177 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53178 $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 3057 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3179 3058 if test "${ac_cv_prog_cc_c89+set}" = set; then 3180 $as_echo_n "(cached)" >&63059 echo $ECHO_N "(cached) $ECHO_C" >&6 3181 3060 else 3182 3061 ac_cv_prog_cc_c89=no … … 3249 3128 *) ac_try_echo=$ac_try;; 3250 3129 esac 3251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3252 $as_echo "$ac_try_echo") >&5 3130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3253 3131 (eval "$ac_compile") 2>conftest.er1 3254 3132 ac_status=$? … … 3256 3134 rm -f conftest.er1 3257 3135 cat conftest.err >&5 3258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3259 3137 (exit $ac_status); } && { 3260 3138 test -z "$ac_c_werror_flag" || … … 3263 3141 ac_cv_prog_cc_c89=$ac_arg 3264 3142 else 3265 $as_echo "$as_me: failed program was:" >&53143 echo "$as_me: failed program was:" >&5 3266 3144 sed 's/^/| /' conftest.$ac_ext >&5 3267 3145 … … 3279 3157 case "x$ac_cv_prog_cc_c89" in 3280 3158 x) 3281 { $as_echo "$as_me:$LINENO: result: none needed" >&53282 $as_echo "none needed" >&6; } ;;3159 { echo "$as_me:$LINENO: result: none needed" >&5 3160 echo "${ECHO_T}none needed" >&6; } ;; 3283 3161 xno) 3284 { $as_echo "$as_me:$LINENO: result: unsupported" >&53285 $as_echo "unsupported" >&6; } ;;3162 { echo "$as_me:$LINENO: result: unsupported" >&5 3163 echo "${ECHO_T}unsupported" >&6; } ;; 3286 3164 *) 3287 3165 CC="$CC $ac_cv_prog_cc_c89" 3288 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53289 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3166 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3167 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3290 3168 esac 3291 3169 … … 3308 3186 END 3309 3187 # 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" >&53311 $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 3189 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3312 3190 am__include="#" 3313 3191 am__quote= … … 3336 3214 3337 3215 3338 { $as_echo "$as_me:$LINENO: result: $_am_result" >&53339 $as_echo "$_am_result" >&6; }3216 { echo "$as_me:$LINENO: result: $_am_result" >&5 3217 echo "${ECHO_T}$_am_result" >&6; } 3340 3218 rm -f confinc confmf 3341 3219 … … 3361 3239 depcc="$CC" am_compiler_list= 3362 3240 3363 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&53364 $as_echo_n "checking dependency style of $depcc..." >&6; }3241 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3242 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3365 3243 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3366 $as_echo_n "(cached)" >&63244 echo $ECHO_N "(cached) $ECHO_C" >&6 3367 3245 else 3368 3246 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3452 3330 3453 3331 fi 3454 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53455 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }3332 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3333 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3456 3334 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3457 3335 … … 3470 3348 # Make sure we can run config.sub. 3471 3349 $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" >&53473 $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 3351 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 3474 3352 { (exit 1); exit 1; }; } 3475 3353 3476 { $as_echo "$as_me:$LINENO: checking build system type" >&53477 $as_echo_n "checking build system type..." >&6; }3354 { echo "$as_me:$LINENO: checking build system type" >&5 3355 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 3478 3356 if test "${ac_cv_build+set}" = set; then 3479 $as_echo_n "(cached)" >&63357 echo $ECHO_N "(cached) $ECHO_C" >&6 3480 3358 else 3481 3359 ac_build_alias=$build_alias … … 3483 3361 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 3484 3362 test "x$ac_build_alias" = x && 3485 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&53486 $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 3364 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3487 3365 { (exit 1); exit 1; }; } 3488 3366 ac_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" >&53490 $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 3368 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 3491 3369 { (exit 1); exit 1; }; } 3492 3370 3493 3371 fi 3494 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&53495 $as_echo "$ac_cv_build" >&6; }3372 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3373 echo "${ECHO_T}$ac_cv_build" >&6; } 3496 3374 case $ac_cv_build in 3497 3375 *-*-*) ;; 3498 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&53499 $as_echo "$as_me: error: invalid value of canonical build" >&2;}3376 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3377 echo "$as_me: error: invalid value of canonical build" >&2;} 3500 3378 { (exit 1); exit 1; }; };; 3501 3379 esac … … 3514 3392 3515 3393 3516 { $as_echo "$as_me:$LINENO: checking host system type" >&53517 $as_echo_n "checking host system type..." >&6; }3394 { echo "$as_me:$LINENO: checking host system type" >&5 3395 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 3518 3396 if test "${ac_cv_host+set}" = set; then 3519 $as_echo_n "(cached)" >&63397 echo $ECHO_N "(cached) $ECHO_C" >&6 3520 3398 else 3521 3399 if test "x$host_alias" = x; then … … 3523 3401 else 3524 3402 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" >&53526 $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 3404 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 3527 3405 { (exit 1); exit 1; }; } 3528 3406 fi 3529 3407 3530 3408 fi 3531 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&53532 $as_echo "$ac_cv_host" >&6; }3409 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3410 echo "${ECHO_T}$ac_cv_host" >&6; } 3533 3411 case $ac_cv_host in 3534 3412 *-*-*) ;; 3535 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&53536 $as_echo "$as_me: error: invalid value of canonical host" >&2;}3413 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3414 echo "$as_me: error: invalid value of canonical host" >&2;} 3537 3415 { (exit 1); exit 1; }; };; 3538 3416 esac … … 3575 3453 save_LIBS="$LIBS" 3576 3454 LIBS="$PTHREAD_LIBS $LIBS" 3577 { $as_echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&53578 $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 3456 echo $ECHO_N "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... $ECHO_C" >&6; } 3579 3457 cat >conftest.$ac_ext <<_ACEOF 3580 3458 /* confdefs.h. */ … … 3605 3483 *) ac_try_echo=$ac_try;; 3606 3484 esac 3607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3608 $as_echo "$ac_try_echo") >&5 3485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3609 3486 (eval "$ac_link") 2>conftest.er1 3610 3487 ac_status=$? … … 3612 3489 rm -f conftest.er1 3613 3490 cat conftest.err >&5 3614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3615 3492 (exit $ac_status); } && { 3616 3493 test -z "$ac_c_werror_flag" || 3617 3494 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 3622 3497 acx_pthread_ok=yes 3623 3498 else 3624 $as_echo "$as_me: failed program was:" >&53499 echo "$as_me: failed program was:" >&5 3625 3500 sed 's/^/| /' conftest.$ac_ext >&5 3626 3501 … … 3628 3503 fi 3629 3504 3630 rm -rf conftest.dSYM3631 3505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3632 3506 conftest$ac_exeext conftest.$ac_ext 3633 { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&53634 $as_echo "$acx_pthread_ok" >&6; }3507 { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 3508 echo "${ECHO_T}$acx_pthread_ok" >&6; } 3635 3509 if test x"$acx_pthread_ok" = xno; then 3636 3510 PTHREAD_LIBS="" … … 3693 3567 case $flag in 3694 3568 none) 3695 { $as_echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&53696 $as_echo_n "checking whether pthreads work without any flags..." >&6; }3569 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 3570 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; } 3697 3571 ;; 3698 3572 3699 3573 -*) 3700 { $as_echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&53701 $as_echo_n "checking whether pthreads work with $flag..." >&6; }3574 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 3575 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; } 3702 3576 PTHREAD_CFLAGS="$flag" 3703 3577 ;; … … 3706 3580 # Extract the first word of "pthread-config", so it can be a program name with args. 3707 3581 set dummy pthread-config; ac_word=$2 3708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53709 $as_echo_n "checking for $ac_word..." >&6; }3582 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3710 3584 if test "${ac_cv_prog_acx_pthread_config+set}" = set; then 3711 $as_echo_n "(cached)" >&63585 echo $ECHO_N "(cached) $ECHO_C" >&6 3712 3586 else 3713 3587 if test -n "$acx_pthread_config"; then … … 3722 3596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3723 3597 ac_cv_prog_acx_pthread_config="yes" 3724 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3725 3599 break 2 3726 3600 fi … … 3734 3608 acx_pthread_config=$ac_cv_prog_acx_pthread_config 3735 3609 if test -n "$acx_pthread_config"; then 3736 { $as_echo "$as_me:$LINENO: result: $acx_pthread_config" >&53737 $as_echo "$acx_pthread_config" >&6; }3738 else 3739 { $as_echo "$as_me:$LINENO: result: no" >&53740 $as_echo "no" >&6; }3610 { echo "$as_me:$LINENO: result: $acx_pthread_config" >&5 3611 echo "${ECHO_T}$acx_pthread_config" >&6; } 3612 else 3613 { echo "$as_me:$LINENO: result: no" >&5 3614 echo "${ECHO_T}no" >&6; } 3741 3615 fi 3742 3616 … … 3748 3622 3749 3623 *) 3750 { $as_echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&53751 $as_echo_n "checking for the pthreads library -l$flag..." >&6; }3624 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 3625 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; } 3752 3626 PTHREAD_LIBS="-l$flag" 3753 3627 ;; … … 3791 3665 *) ac_try_echo=$ac_try;; 3792 3666 esac 3793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3794 $as_echo "$ac_try_echo") >&5 3667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3795 3668 (eval "$ac_link") 2>conftest.er1 3796 3669 ac_status=$? … … 3798 3671 rm -f conftest.er1 3799 3672 cat conftest.err >&5 3800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3801 3674 (exit $ac_status); } && { 3802 3675 test -z "$ac_c_werror_flag" || 3803 3676 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 3808 3679 acx_pthread_ok=yes 3809 3680 else 3810 $as_echo "$as_me: failed program was:" >&53681 echo "$as_me: failed program was:" >&5 3811 3682 sed 's/^/| /' conftest.$ac_ext >&5 3812 3683 … … 3814 3685 fi 3815 3686 3816 rm -rf conftest.dSYM3817 3687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3818 3688 conftest$ac_exeext conftest.$ac_ext … … 3821 3691 CFLAGS="$save_CFLAGS" 3822 3692 3823 { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&53824 $as_echo "$acx_pthread_ok" >&6; }3693 { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 3694 echo "${ECHO_T}$acx_pthread_ok" >&6; } 3825 3695 if test "x$acx_pthread_ok" = xyes; then 3826 3696 break; … … 3840 3710 3841 3711 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. 3842 { $as_echo "$as_me:$LINENO: checking for joinable pthread attribute" >&53843 $as_echo_n "checking for joinable pthread attribute..." >&6; }3712 { echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5 3713 echo $ECHO_N "checking for joinable pthread attribute... $ECHO_C" >&6; } 3844 3714 attr_name=unknown 3845 3715 for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do … … 3865 3735 *) ac_try_echo=$ac_try;; 3866 3736 esac 3867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3868 $as_echo "$ac_try_echo") >&5 3737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3869 3738 (eval "$ac_link") 2>conftest.er1 3870 3739 ac_status=$? … … 3872 3741 rm -f conftest.er1 3873 3742 cat conftest.err >&5 3874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53743 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3875 3744 (exit $ac_status); } && { 3876 3745 test -z "$ac_c_werror_flag" || 3877 3746 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 3882 3749 attr_name=$attr; break 3883 3750 else 3884 $as_echo "$as_me: failed program was:" >&53751 echo "$as_me: failed program was:" >&5 3885 3752 sed 's/^/| /' conftest.$ac_ext >&5 3886 3753 … … 3888 3755 fi 3889 3756 3890 rm -rf conftest.dSYM3891 3757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3892 3758 conftest$ac_exeext conftest.$ac_ext 3893 3759 done 3894 { $as_echo "$as_me:$LINENO: result: $attr_name" >&53895 $as_echo "$attr_name" >&6; }3760 { echo "$as_me:$LINENO: result: $attr_name" >&5 3761 echo "${ECHO_T}$attr_name" >&6; } 3896 3762 if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then 3897 3763 … … 3902 3768 fi 3903 3769 3904 { $as_echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&53905 $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 3771 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; } 3906 3772 flag=no 3907 3773 case "${host_cpu}-${host_os}" in … … 3909 3775 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; 3910 3776 esac 3911 { $as_echo "$as_me:$LINENO: result: ${flag}" >&53912 $as_echo "${flag}" >&6; }3777 { echo "$as_me:$LINENO: result: ${flag}" >&5 3778 echo "${ECHO_T}${flag}" >&6; } 3913 3779 if test "x$flag" != xno; then 3914 3780 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" … … 3924 3790 # Extract the first word of "$ac_prog", so it can be a program name with args. 3925 3791 set dummy $ac_prog; ac_word=$2 3926 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53927 $as_echo_n "checking for $ac_word..." >&6; }3792 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3793 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3928 3794 if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then 3929 $as_echo_n "(cached)" >&63795 echo $ECHO_N "(cached) $ECHO_C" >&6 3930 3796 else 3931 3797 if test -n "$PTHREAD_CC"; then … … 3940 3806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3941 3807 ac_cv_prog_PTHREAD_CC="$ac_prog" 3942 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53808 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3943 3809 break 2 3944 3810 fi … … 3951 3817 PTHREAD_CC=$ac_cv_prog_PTHREAD_CC 3952 3818 if test -n "$PTHREAD_CC"; then 3953 { $as_echo "$as_me:$LINENO: result: $PTHREAD_CC" >&53954 $as_echo "$PTHREAD_CC" >&6; }3955 else 3956 { $as_echo "$as_me:$LINENO: result: no" >&53957 $as_echo "no" >&6; }3819 { echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5 3820 echo "${ECHO_T}$PTHREAD_CC" >&6; } 3821 else 3822 { echo "$as_me:$LINENO: result: no" >&5 3823 echo "${ECHO_T}no" >&6; } 3958 3824 fi 3959 3825 … … 4024 3890 for 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 4025 3891 do 4026 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`4027 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&54028 $as_echo_n "checking for $ac_header..." >&6; }3892 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3893 { echo "$as_me:$LINENO: checking for $ac_header" >&5 3894 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4029 3895 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4030 $as_echo_n "(cached)" >&63896 echo $ECHO_N "(cached) $ECHO_C" >&6 4031 3897 else 4032 3898 cat >conftest.$ac_ext <<_ACEOF … … 4063 3929 *) ac_try_echo=$ac_try;; 4064 3930 esac 4065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4066 $as_echo "$ac_try_echo") >&5 3931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4067 3932 (eval "$ac_compile") 2>conftest.er1 4068 3933 ac_status=$? … … 4070 3935 rm -f conftest.er1 4071 3936 cat conftest.err >&5 4072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4073 3938 (exit $ac_status); } && { 4074 3939 test -z "$ac_c_werror_flag" || … … 4077 3942 eval "$as_ac_Header=yes" 4078 3943 else 4079 $as_echo "$as_me: failed program was:" >&53944 echo "$as_me: failed program was:" >&5 4080 3945 sed 's/^/| /' conftest.$ac_ext >&5 <
