Changeset 505
- 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 4081 3946 … … 4085 3950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4086 3951 fi 4087 ac_res=`eval 'as_val=${'$as_ac_Header'} 4088 $as_echo "$as_val"'` 4089 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4090 $as_echo "$ac_res" >&6; } 4091 as_val=`eval 'as_val=${'$as_ac_Header'} 4092 $as_echo "$as_val"'` 4093 if test "x$as_val" = x""yes; then 3952 ac_res=`eval echo '${'$as_ac_Header'}'` 3953 { echo "$as_me:$LINENO: result: $ac_res" >&5 3954 echo "${ECHO_T}$ac_res" >&6; } 3955 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4094 3956 cat >>confdefs.h <<_ACEOF 4095 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 13957 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4096 3958 _ACEOF 4097 3959 … … 4103 3965 4104 3966 # Checks for typedefs, structures, and compiler characteristics. 4105 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&54106 $as_echo_n "checking for an ANSI C-conforming const..." >&6; }3967 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 3968 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 4107 3969 if test "${ac_cv_c_const+set}" = set; then 4108 $as_echo_n "(cached)" >&63970 echo $ECHO_N "(cached) $ECHO_C" >&6 4109 3971 else 4110 3972 cat >conftest.$ac_ext <<_ACEOF … … 4178 4040 *) ac_try_echo=$ac_try;; 4179 4041 esac 4180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4181 $as_echo "$ac_try_echo") >&5 4042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4182 4043 (eval "$ac_compile") 2>conftest.er1 4183 4044 ac_status=$? … … 4185 4046 rm -f conftest.er1 4186 4047 cat conftest.err >&5 4187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4188 4049 (exit $ac_status); } && { 4189 4050 test -z "$ac_c_werror_flag" || … … 4192 4053 ac_cv_c_const=yes 4193 4054 else 4194 $as_echo "$as_me: failed program was:" >&54055 echo "$as_me: failed program was:" >&5 4195 4056 sed 's/^/| /' conftest.$ac_ext >&5 4196 4057 … … 4200 4061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4201 4062 fi 4202 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&54203 $as_echo "$ac_cv_c_const" >&6; }4063 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 4064 echo "${ECHO_T}$ac_cv_c_const" >&6; } 4204 4065 if test $ac_cv_c_const = no; then 4205 4066 4206 4067 cat >>confdefs.h <<\_ACEOF 4207 #define const /**/4068 #define const 4208 4069 _ACEOF 4209 4070 … … 4218 4079 #AC_CHECK_TYPE([struct sockaddr_in], [AC_DEFINE([HAVE_STRUCT_IP6_HDR],[1],[define if struct ip6_hdr exists])]) 4219 4080 4220 { $as_echo "$as_me:$LINENO: checking for struct ip6_hdr" >&54221 $as_echo_n "checking for struct ip6_hdr..." >&6; }4081 { echo "$as_me:$LINENO: checking for struct ip6_hdr" >&5 4082 echo $ECHO_N "checking for struct ip6_hdr... $ECHO_C" >&6; } 4222 4083 if test "${ac_cv_type_struct_ip6_hdr+set}" = set; then 4223 $as_echo_n "(cached) " >&6 4224 else 4225 ac_cv_type_struct_ip6_hdr=no 4226 cat >conftest.$ac_ext <<_ACEOF 4084 echo $ECHO_N "(cached) $ECHO_C" >&6 4085 else 4086 cat >conftest.$ac_ext <<_ACEOF 4227 4087 /* confdefs.h. */ 4228 4088 _ACEOF … … 4245 4105 4246 4106 4107 typedef struct ip6_hdr ac__type_new_; 4247 4108 int 4248 4109 main () 4249 4110 { 4250 if (sizeof (struct ip6_hdr)) 4251 return 0; 4111 if ((ac__type_new_ *) 0) 4112 return 0; 4113 if (sizeof (ac__type_new_)) 4114 return 0; 4252 4115 ; 4253 4116 return 0; … … 4260 4123 *) ac_try_echo=$ac_try;; 4261 4124 esac 4262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4263 $as_echo "$ac_try_echo") >&5 4125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4264 4126 (eval "$ac_compile") 2>conftest.er1 4265 4127 ac_status=$? … … 4267 4129 rm -f conftest.er1 4268 4130 cat conftest.err >&5 4269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4270 4132 (exit $ac_status); } && { 4271 4133 test -z "$ac_c_werror_flag" || 4272 4134 test ! -s conftest.err 4273 4135 } && test -s conftest.$ac_objext; then 4274 cat >conftest.$ac_ext <<_ACEOF 4275 /* confdefs.h. */ 4276 _ACEOF 4277 cat confdefs.h >>conftest.$ac_ext 4278 cat >>conftest.$ac_ext <<_ACEOF 4279 /* end confdefs.h. */ 4280 4281 #ifdef HAVE_SYS_TYPES_H 4282 #include <sys/types.h> 4283 #endif 4284 #ifdef HAVE_NETINET_IN_H 4285 #include <netinet/in.h> 4286 #endif 4287 #ifdef HAVE_NETINET_IN6_H 4288 #include <netinet/in6.h> 4289 #endif 4290 #ifdef HAVE_NETINET_IP6_H 4291 #include <netinet/ip6.h> 4292 #endif 4293 4294 4295 int 4296 main () 4297 { 4298 if (sizeof ((struct ip6_hdr))) 4299 return 0; 4300 ; 4301 return 0; 4302 } 4303 _ACEOF 4304 rm -f conftest.$ac_objext 4305 if { (ac_try="$ac_compile" 4306 case "(($ac_try" in 4307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4308 *) ac_try_echo=$ac_try;; 4309 esac 4310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4311 $as_echo "$ac_try_echo") >&5 4312 (eval "$ac_compile") 2>conftest.er1 4313 ac_status=$? 4314 grep -v '^ *+' conftest.er1 >conftest.err 4315 rm -f conftest.er1 4316 cat conftest.err >&5 4317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4318 (exit $ac_status); } && { 4319 test -z "$ac_c_werror_flag" || 4320 test ! -s conftest.err 4321 } && test -s conftest.$ac_objext; then 4322 : 4323 else 4324 $as_echo "$as_me: failed program was:" >&5 4136 ac_cv_type_struct_ip6_hdr=yes 4137 else 4138 echo "$as_me: failed program was:" >&5 4325 4139 sed 's/^/| /' conftest.$ac_ext >&5 4326 4140 4327 ac_cv_type_struct_ip6_hdr= yes4141 ac_cv_type_struct_ip6_hdr=no 4328 4142 fi 4329 4143 4330 4144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4331 else 4332 $as_echo "$as_me: failed program was:" >&5 4333 sed 's/^/| /' conftest.$ac_ext >&5 4334 4335 4336 fi 4337 4338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4339 fi 4340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 4341 $as_echo "$ac_cv_type_struct_ip6_hdr" >&6; } 4342 if test "x$ac_cv_type_struct_ip6_hdr" = x""yes; then 4145 fi 4146 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 4147 echo "${ECHO_T}$ac_cv_type_struct_ip6_hdr" >&6; } 4148 if test $ac_cv_type_struct_ip6_hdr = yes; then 4343 4149 4344 4150 cat >>confdefs.h <<_ACEOF … … 4350 4156 4351 4157 4352 { $as_echo "$as_me:$LINENO: checking for struct iphdr" >&54353 $as_echo_n "checking for struct iphdr..." >&6; }4158 { echo "$as_me:$LINENO: checking for struct iphdr" >&5 4159 echo $ECHO_N "checking for struct iphdr... $ECHO_C" >&6; } 4354 4160 if test "${ac_cv_type_struct_iphdr+set}" = set; then 4355 $as_echo_n "(cached) " >&6 4356 else 4357 ac_cv_type_struct_iphdr=no 4358 cat >conftest.$ac_ext <<_ACEOF 4161 echo $ECHO_N "(cached) $ECHO_C" >&6 4162 else 4163 cat >conftest.$ac_ext <<_ACEOF 4359 4164 /* confdefs.h. */ 4360 4165 _ACEOF … … 4374 4179 4375 4180 4181 typedef struct iphdr ac__type_new_; 4376 4182 int 4377 4183 main () 4378 4184 { 4379 if (sizeof (struct iphdr)) 4380 return 0; 4185 if ((ac__type_new_ *) 0) 4186 return 0; 4187 if (sizeof (ac__type_new_)) 4188 return 0; 4381 4189 ; 4382 4190 return 0; … … 4389 4197 *) ac_try_echo=$ac_try;; 4390 4198 esac 4391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4392 $as_echo "$ac_try_echo") >&5 4199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4393 4200 (eval "$ac_compile") 2>conftest.er1 4394 4201 ac_status=$? … … 4396 4203 rm -f conftest.er1 4397 4204 cat conftest.err >&5 4398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4399 4206 (exit $ac_status); } && { 4400 4207 test -z "$ac_c_werror_flag" || 4401 4208 test ! -s conftest.err 4402 4209 } && test -s conftest.$ac_objext; then 4403 cat >conftest.$ac_ext <<_ACEOF 4404 /* confdefs.h. */ 4405 _ACEOF 4406 cat confdefs.h >>conftest.$ac_ext 4407 cat >>conftest.$ac_ext <<_ACEOF 4408 /* end confdefs.h. */ 4409 4410 #ifdef HAVE_SYS_TYPES_H 4411 #include <sys/types.h> 4412 #endif 4413 #ifdef HAVE_NETINET_IN_H 4414 #include <netinet/in.h> 4415 #endif 4416 #ifdef HAVE_NETINET_IP_H 4417 #include <netinet/ip.h> 4418 #endif 4419 4420 4421 int 4422 main () 4423 { 4424 if (sizeof ((struct iphdr))) 4425 return 0; 4426 ; 4427 return 0; 4428 } 4429 _ACEOF 4430 rm -f conftest.$ac_objext 4431 if { (ac_try="$ac_compile" 4432 case "(($ac_try" in 4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4434 *) ac_try_echo=$ac_try;; 4435 esac 4436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4437 $as_echo "$ac_try_echo") >&5 4438 (eval "$ac_compile") 2>conftest.er1 4439 ac_status=$? 4440 grep -v '^ *+' conftest.er1 >conftest.err 4441 rm -f conftest.er1 4442 cat conftest.err >&5 4443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4444 (exit $ac_status); } && { 4445 test -z "$ac_c_werror_flag" || 4446 test ! -s conftest.err 4447 } && test -s conftest.$ac_objext; then 4448 : 4449 else 4450 $as_echo "$as_me: failed program was:" >&5 4210 ac_cv_type_struct_iphdr=yes 4211 else 4212 echo "$as_me: failed program was:" >&5 4451 4213 sed 's/^/| /' conftest.$ac_ext >&5 4452 4214 4453 ac_cv_type_struct_iphdr= yes4215 ac_cv_type_struct_iphdr=no 4454 4216 fi 4455 4217 4456 4218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4457 else 4458 $as_echo "$as_me: failed program was:" >&5 4459 sed 's/^/| /' conftest.$ac_ext >&5 4460 4461 4462 fi 4463 4464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4465 fi 4466 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 4467 $as_echo "$ac_cv_type_struct_iphdr" >&6; } 4468 if test "x$ac_cv_type_struct_iphdr" = x""yes; then 4219 fi 4220 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 4221 echo "${ECHO_T}$ac_cv_type_struct_iphdr" >&6; } 4222 if test $ac_cv_type_struct_iphdr = yes; then 4469 4223 4470 4224 cat >>confdefs.h <<_ACEOF … … 4476 4230 4477 4231 4478 { $as_echo "$as_me:$LINENO: checking for struct ip" >&54479 $as_echo_n "checking for struct ip..." >&6; }4232 { echo "$as_me:$LINENO: checking for struct ip" >&5 4233 echo $ECHO_N "checking for struct ip... $ECHO_C" >&6; } 4480 4234 if test "${ac_cv_type_struct_ip+set}" = set; then 4481 $as_echo_n "(cached) " >&6 4482 else 4483 ac_cv_type_struct_ip=no 4484 cat >conftest.$ac_ext <<_ACEOF 4235 echo $ECHO_N "(cached) $ECHO_C" >&6 4236 else 4237 cat >conftest.$ac_ext <<_ACEOF 4485 4238 /* confdefs.h. */ 4486 4239 _ACEOF … … 4503 4256 4504 4257 4258 typedef struct ip ac__type_new_; 4505 4259 int 4506 4260 main () 4507 4261 { 4508 if (sizeof (struct ip)) 4509 return 0; 4262 if ((ac__type_new_ *) 0) 4263 return 0; 4264 if (sizeof (ac__type_new_)) 4265 return 0; 4510 4266 ; 4511 4267 return 0; … … 4518 4274 *) ac_try_echo=$ac_try;; 4519 4275 esac 4520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4521 $as_echo "$ac_try_echo") >&5 4276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4522 4277 (eval "$ac_compile") 2>conftest.er1 4523 4278 ac_status=$? … … 4525 4280 rm -f conftest.er1 4526 4281 cat conftest.err >&5 4527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4528 4283 (exit $ac_status); } && { 4529 4284 test -z "$ac_c_werror_flag" || 4530 4285 test ! -s conftest.err 4531 4286 } && test -s conftest.$ac_objext; then 4532 cat >conftest.$ac_ext <<_ACEOF 4533 /* confdefs.h. */ 4534 _ACEOF 4535 cat confdefs.h >>conftest.$ac_ext 4536 cat >>conftest.$ac_ext <<_ACEOF 4537 /* end confdefs.h. */ 4538 4539 #ifdef HAVE_SYS_TYPES_H 4540 #include <sys/types.h> 4541 #endif 4542 #ifdef HAVE_NETINET_IN_H 4543 #include <netinet/in.h> 4544 #endif 4545 #ifdef HAVE_NETINET_IN_SYSTM_H 4546 #include <netinet/in_systm.h> 4547 #endif 4548 #ifdef HAVE_NETINET_IP_H 4549 #include <netinet/ip.h> 4550 #endif 4551 4552 4553 int 4554 main () 4555 { 4556 if (sizeof ((struct ip))) 4557 return 0; 4558 ; 4559 return 0; 4560 } 4561 _ACEOF 4562 rm -f conftest.$ac_objext 4563 if { (ac_try="$ac_compile" 4564 case "(($ac_try" in 4565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4566 *) ac_try_echo=$ac_try;; 4567 esac 4568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4569 $as_echo "$ac_try_echo") >&5 4570 (eval "$ac_compile") 2>conftest.er1 4571 ac_status=$? 4572 grep -v '^ *+' conftest.er1 >conftest.err 4573 rm -f conftest.er1 4574 cat conftest.err >&5 4575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4576 (exit $ac_status); } && { 4577 test -z "$ac_c_werror_flag" || 4578 test ! -s conftest.err 4579 } && test -s conftest.$ac_objext; then 4580 : 4581 else 4582 $as_echo "$as_me: failed program was:" >&5 4287 ac_cv_type_struct_ip=yes 4288 else 4289 echo "$as_me: failed program was:" >&5 4583 4290 sed 's/^/| /' conftest.$ac_ext >&5 4584 4291 4585 ac_cv_type_struct_ip= yes4292 ac_cv_type_struct_ip=no 4586 4293 fi 4587 4294 4588 4295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4589 else 4590 $as_echo "$as_me: failed program was:" >&5 4591 sed 's/^/| /' conftest.$ac_ext >&5 4592 4593 4594 fi 4595 4596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4597 fi 4598 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 4599 $as_echo "$ac_cv_type_struct_ip" >&6; } 4600 if test "x$ac_cv_type_struct_ip" = x""yes; then 4296 fi 4297 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 4298 echo "${ECHO_T}$ac_cv_type_struct_ip" >&6; } 4299 if test $ac_cv_type_struct_ip = yes; then 4601 4300 4602 4301 cat >>confdefs.h <<_ACEOF … … 4608 4307 4609 4308 4610 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&54611 $as_echo_n "checking for struct sockaddr_in.sin_len..." >&6; }4309 { echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&5 4310 echo $ECHO_N "checking for struct sockaddr_in.sin_len... $ECHO_C" >&6; } 4612 4311 if test "${ac_cv_member_struct_sockaddr_in_sin_len+set}" = set; then 4613 $as_echo_n "(cached)" >&64312 echo $ECHO_N "(cached) $ECHO_C" >&6 4614 4313 else 4615 4314 cat >conftest.$ac_ext <<_ACEOF … … 4643 4342 *) ac_try_echo=$ac_try;; 4644 4343 esac 4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4646 $as_echo "$ac_try_echo") >&5 4344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4647 4345 (eval "$ac_compile") 2>conftest.er1 4648 4346 ac_status=$? … … 4650 4348 rm -f conftest.er1 4651 4349 cat conftest.err >&5 4652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4653 4351 (exit $ac_status); } && { 4654 4352 test -z "$ac_c_werror_flag" || … … 4657 4355 ac_cv_member_struct_sockaddr_in_sin_len=yes 4658 4356 else 4659 $as_echo "$as_me: failed program was:" >&54357 echo "$as_me: failed program was:" >&5 4660 4358 sed 's/^/| /' conftest.$ac_ext >&5 4661 4359 … … 4690 4388 *) ac_try_echo=$ac_try;; 4691 4389 esac 4692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4693 $as_echo "$ac_try_echo") >&5 4390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4694 4391 (eval "$ac_compile") 2>conftest.er1 4695 4392 ac_status=$? … … 4697 4394 rm -f conftest.er1 4698 4395 cat conftest.err >&5 4699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4700 4397 (exit $ac_status); } && { 4701 4398 test -z "$ac_c_werror_flag" || … … 4704 4401 ac_cv_member_struct_sockaddr_in_sin_len=yes 4705 4402 else 4706 $as_echo "$as_me: failed program was:" >&54403 echo "$as_me: failed program was:" >&5 4707 4404 sed 's/^/| /' conftest.$ac_ext >&5 4708 4405 … … 4715 4412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4716 4413 fi 4717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&54718 $as_echo "$ac_cv_member_struct_sockaddr_in_sin_len" >&6; }4719 if test "x$ac_cv_member_struct_sockaddr_in_sin_len" = x""yes; then4414 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&5 4415 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in_sin_len" >&6; } 4416 if test $ac_cv_member_struct_sockaddr_in_sin_len = yes; then 4720 4417 4721 4418 cat >>confdefs.h <<\_ACEOF … … 4740 4437 for ac_func in strlcat strlcpy ether_ntoa ether_ntoa_r 4741 4438 do 4742 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`4743 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&54744 $as_echo_n "checking for $ac_func..." >&6; }4439 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4440 { echo "$as_me:$LINENO: checking for $ac_func" >&5 4441 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 4745 4442 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 4746 $as_echo_n "(cached)" >&64443 echo $ECHO_N "(cached) $ECHO_C" >&6 4747 4444 else 4748 4445 cat >conftest.$ac_ext <<_ACEOF … … 4797 4494 *) ac_try_echo=$ac_try;; 4798 4495 esac 4799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4800 $as_echo "$ac_try_echo") >&5 4496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4801 4497 (eval "$ac_link") 2>conftest.er1 4802 4498 ac_status=$? … … 4804 4500 rm -f conftest.er1 4805 4501 cat conftest.err >&5 4806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54502 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4807 4503 (exit $ac_status); } && { 4808 4504 test -z "$ac_c_werror_flag" || 4809 4505 test ! -s conftest.err 4810 } && test -s conftest$ac_exeext && { 4811 test "$cross_compiling" = yes || 4812 $as_test_x conftest$ac_exeext 4813 }; then 4506 } && test -s conftest$ac_exeext && 4507 $as_test_x conftest$ac_exeext; then 4814 4508 eval "$as_ac_var=yes" 4815 4509 else 4816 $as_echo "$as_me: failed program was:" >&54510 echo "$as_me: failed program was:" >&5 4817 4511 sed 's/^/| /' conftest.$ac_ext >&5 4818 4512 … … 4820 4514 fi 4821 4515 4822 rm -rf conftest.dSYM4823 4516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4824 4517 conftest$ac_exeext conftest.$ac_ext 4825 4518 fi 4826 ac_res=`eval 'as_val=${'$as_ac_var'} 4827 $as_echo "$as_val"'` 4828 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4829 $as_echo "$ac_res" >&6; } 4830 as_val=`eval 'as_val=${'$as_ac_var'} 4831 $as_echo "$as_val"'` 4832 if test "x$as_val" = x""yes; then 4519 ac_res=`eval echo '${'$as_ac_var'}'` 4520 { echo "$as_me:$LINENO: result: $ac_res" >&5 4521 echo "${ECHO_T}$ac_res" >&6; } 4522 if test `eval echo '${'$as_ac_var'}'` = yes; then 4833 4523 cat >>confdefs.h <<_ACEOF 4834 #define ` $as_echo "HAVE_$ac_func" | $as_tr_cpp` 14524 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 4835 4525 _ACEOF 4836 4526 … … 4868 4558 *${as_nl}*) 4869 4559 case $ac_var in #( 4870 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&54871 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;4560 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 4561 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 4872 4562 esac 4873 4563 case $ac_var in #( 4874 4564 _ | IFS | as_nl) ;; #( 4875 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(4876 4565 *) $as_unset $ac_var ;; 4877 4566 esac ;; … … 4906 4595 if test -w "$cache_file"; then 4907 4596 test "x$cache_file" != "x/dev/null" && 4908 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&54909 $as_echo "$as_me: updating cache $cache_file" >&6;}4597 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 4598 echo "$as_me: updating cache $cache_file" >&6;} 4910 4599 cat confcache >$cache_file 4911 4600 else 4912 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&54913 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}4601 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 4602 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4914 4603 fi 4915 4604 fi … … 4927 4616 # 1. Remove the extension, and $U if already installed. 4928 4617 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 4929 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`4618 ac_i=`echo "$ac_i" | sed "$ac_script"` 4930 4619 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 4931 4620 # will be set to the directory where LIBOBJS objects are built. … … 4939 4628 4940 4629 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 4941 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.4630 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 4942 4631 Usually this means the macro was only invoked conditionally." >&5 4943 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.4632 echo "$as_me: error: conditional \"AMDEP\" was never defined. 4944 4633 Usually this means the macro was only invoked conditionally." >&2;} 4945 4634 { (exit 1); exit 1; }; } 4946 4635 fi 4947 4636 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 4948 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.4637 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 4949 4638 Usually this means the macro was only invoked conditionally." >&5 4950 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.4639 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 4951 4640 Usually this means the macro was only invoked conditionally." >&2;} 4952 4641 { (exit 1); exit 1; }; } … … 4954 4643 4955 4644 : ${CONFIG_STATUS=./config.status} 4956 ac_write_fail=04957 4645 ac_clean_files_save=$ac_clean_files 4958 4646 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 4959 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&54960 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}4961 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=14647 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 4648 echo "$as_me: creating $CONFIG_STATUS" >&6;} 4649 cat >$CONFIG_STATUS <<_ACEOF 4962 4650 #! $SHELL 4963 4651 # Generated by $as_me. … … 4972 4660 _ACEOF 4973 4661 4974 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14662 cat >>$CONFIG_STATUS <<\_ACEOF 4975 4663 ## --------------------- ## 4976 4664 ## M4sh Initialization. ## … … 4982 4670 emulate sh 4983 4671 NULLCMD=: 4984 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which4672 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 4985 4673 # is contrary to our usage. Disable this feature. 4986 4674 alias -g '${1+"$@"}'='"$@"' … … 5004 4692 as_cr_alnum=$as_cr_Letters$as_cr_digits 5005 4693 5006 as_nl='5007 '5008 export as_nl5009 # Printing a long string crashes Solaris 7 /usr/bin/printf.5010 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'5011 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo5012 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo5013 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then5014 as_echo='printf %s\n'5015 as_echo_n='printf %s'5016 else5017 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then5018 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'5019 as_echo_n='/usr/ucb/echo -n'5020 else5021 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'5022 as_echo_n_body='eval5023 arg=$1;5024 case $arg in5025 *"$as_nl"*)5026 expr "X$arg" : "X\\(.*\\)$as_nl";5027 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;5028 esac;5029 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"5030 '5031 export as_echo_n_body5032 as_echo_n='sh -c $as_echo_n_body as_echo'5033 fi5034 export as_echo_body5035 as_echo='sh -c $as_echo_body as_echo'5036 fi5037 5038 4694 # The user is always right. 5039 4695 if test "${PATH_SEPARATOR+set}" != set; then 5040 PATH_SEPARATOR=: 5041 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 5042 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 5043 PATH_SEPARATOR=';' 5044 } 4696 echo "#! /bin/sh" >conf$$.sh 4697 echo "exit 0" >>conf$$.sh 4698 chmod +x conf$$.sh 4699 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4700 PATH_SEPARATOR=';' 4701 else 4702 PATH_SEPARATOR=: 4703 fi 4704 rm -f conf$$.sh 5045 4705 fi 5046 4706 … … 5058 4718 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5059 4719 # splitting by setting IFS to empty value.) 4720 as_nl=' 4721 ' 5060 4722 IFS=" "" $as_nl" 5061 4723 … … 5080 4742 fi 5081 4743 if test ! -f "$as_myself"; then 5082 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&24744 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5083 4745 { (exit 1); exit 1; } 5084 4746 fi … … 5093 4755 5094 4756 # NLS nuisances. 5095 LC_ALL=C 5096 export LC_ALL 5097 LANGUAGE=C 5098 export LANGUAGE 4757 for as_var in \ 4758 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4759 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4760 LC_TELEPHONE LC_TIME 4761 do 4762 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4763 eval $as_var=C; export $as_var 4764 else 4765 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4766 fi 4767 done 5099 4768 5100 4769 # Required to use basename. … … 5118 4787 X"$0" : 'X\(//\)$' \| \ 5119 4788 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5120 $as_echo X/"$0" |4789 echo X/"$0" | 5121 4790 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5122 4791 s//\1/ … … 5169 4838 ' >$as_me.lineno && 5170 4839 chmod +x "$as_me.lineno" || 5171 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&24840 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 5172 4841 { (exit 1); exit 1; }; } 5173 4842 … … 5197 4866 ECHO_N='-n';; 5198 4867 esac 4868 5199 4869 if expr a : '\(a\)' >/dev/null 2>&1 && 5200 4870 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 5209 4879 else 5210 4880 rm -f conf$$.dir 5211 mkdir conf$$.dir 2>/dev/null 5212 fi 5213 if (echo >conf$$.file) 2>/dev/null; then 5214 if ln -s conf$$.file conf$$ 2>/dev/null; then 5215 as_ln_s='ln -s' 5216 # ... but there are two gotchas: 5217 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5218 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5219 # In both cases, we have to default to `cp -p'. 5220 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5221 as_ln_s='cp -p' 5222 elif ln conf$$.file conf$$ 2>/dev/null; then 5223 as_ln_s=ln 5224 else 4881 mkdir conf$$.dir 4882 fi 4883 echo >conf$$.file 4884 if ln -s conf$$.file conf$$ 2>/dev/null; then 4885 as_ln_s='ln -s' 4886 # ... but there are two gotchas: 4887 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4888 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4889 # In both cases, we have to default to `cp -p'. 4890 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5225 4891 as_ln_s='cp -p' 5226 fi 4892 elif ln conf$$.file conf$$ 2>/dev/null; then 4893 as_ln_s=ln 5227 4894 else 5228 4895 as_ln_s='cp -p' … … 5249 4916 eval sh -c '\'' 5250 4917 if test -d "$1"; then 5251 test -d "$1/.";4918 test -d "$1/."; 5252 4919 else 5253 4920 case $1 in 5254 -*)set "./$1";;4921 -*)set "./$1";; 5255 4922 esac; 5256 4923 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 5274 4941 # values after options handling. 5275 4942 ac_log=" 5276 This file was extended by onioncat $as_me 0.1.1 2.r501, which was5277 generated by GNU Autoconf 2.6 3. Invocation command line was4943 This file was extended by onioncat $as_me 0.1.13, which was 4944 generated by GNU Autoconf 2.61. Invocation command line was 5278 4945 5279 4946 CONFIG_FILES = $CONFIG_FILES … … 5288 4955 _ACEOF 5289 4956 5290 case $ac_config_files in *" 5291 "*) set x $ac_config_files; shift; ac_config_files=$*;; 5292 esac 5293 5294 case $ac_config_headers in *" 5295 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 5296 esac 5297 5298 5299 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4957 cat >>$CONFIG_STATUS <<_ACEOF 5300 4958 # Files that config.status was made for. 5301 4959 config_files="$ac_config_files" … … 5305 4963 _ACEOF 5306 4964 5307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=14965 cat >>$CONFIG_STATUS <<\_ACEOF 5308 4966 ac_cs_usage="\ 5309 4967 \`$as_me' instantiates files from templates according to the 5310 4968 current configuration. 5311 4969 5312 Usage: $0 [OPTION ]...[FILE]...4970 Usage: $0 [OPTIONS] [FILE]... 5313 4971 5314 4972 -h, --help print this help, then exit 5315 4973 -V, --version print version number and configuration settings, then exit 5316 -q, --quiet, --silent 5317 do not print progress messages 4974 -q, --quiet do not print progress messages 5318 4975 -d, --debug don't remove temporary files 5319 4976 --recheck update $as_me by reconfiguring in the same conditions 5320 --file=FILE[:TEMPLATE]5321 instantiate the configuration file FILE5322 --header=FILE[:TEMPLATE]5323 instantiate the configuration header FILE4977 --file=FILE[:TEMPLATE] 4978 instantiate the configuration file FILE 4979 --header=FILE[:TEMPLATE] 4980 instantiate the configuration header FILE 5324 4981 5325 4982 Configuration files: … … 5335 4992 5336 4993 _ACEOF 5337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=14994 cat >>$CONFIG_STATUS <<_ACEOF 5338 4995 ac_cs_version="\\ 5339 onioncat config.status 0.1.1 2.r5015340 configured by $0, generated by GNU Autoconf 2.6 3,5341 with options \\"` $as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"5342 5343 Copyright (C) 200 8Free Software Foundation, Inc.4996 onioncat config.status 0.1.13 4997 configured by $0, generated by GNU Autoconf 2.61, 4998 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 4999 5000 Copyright (C) 2006 Free Software Foundation, Inc. 5344 5001 This config.status script is free software; the Free Software Foundation 5345 5002 gives unlimited permission to copy, distribute and modify it." … … 5349 5006 INSTALL='$INSTALL' 5350 5007 MKDIR_P='$MKDIR_P' 5351 AWK='$AWK' 5352 test -n "\$AWK" || AWK=awk 5353 _ACEOF 5354 5355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5356 # The default lists apply if the user does not specify any file. 5008 _ACEOF 5009 5010 cat >>$CONFIG_STATUS <<\_ACEOF 5011 # If no file are specified by the user, then we need to provide default 5012 # value. By we need to know if files were specified by the user. 5357 5013 ac_need_defaults=: 5358 5014 while test $# != 0 … … 5376 5032 ac_cs_recheck=: ;; 5377 5033 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5378 $as_echo "$ac_cs_version"; exit ;;5034 echo "$ac_cs_version"; exit ;; 5379 5035 --debug | --debu | --deb | --de | --d | -d ) 5380 5036 debug=: ;; 5381 5037 --file | --fil | --fi | --f ) 5382 5038 $ac_shift 5383 case $ac_optarg in 5384 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5385 esac 5386 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 5039 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 5387 5040 ac_need_defaults=false;; 5388 5041 --header | --heade | --head | --hea ) 5389 5042 $ac_shift 5390 case $ac_optarg in 5391 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5392 esac 5393 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 5043 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 5394 5044 ac_need_defaults=false;; 5395 5045 --he | --h) 5396 5046 # Conflict between --help and --header 5397 { $as_echo "$as_me: error: ambiguous option: $15047 { echo "$as_me: error: ambiguous option: $1 5398 5048 Try \`$0 --help' for more information." >&2 5399 5049 { (exit 1); exit 1; }; };; 5400 5050 --help | --hel | -h ) 5401 $as_echo "$ac_cs_usage"; exit ;;5051 echo "$ac_cs_usage"; exit ;; 5402 5052 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5403 5053 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 5405 5055 5406 5056 # This is an error. 5407 -*) { $as_echo "$as_me: error: unrecognized option: $15057 -*) { echo "$as_me: error: unrecognized option: $1 5408 5058 Try \`$0 --help' for more information." >&2 5409 5059 { (exit 1); exit 1; }; } ;; … … 5424 5074 5425 5075 _ACEOF 5426 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15076 cat >>$CONFIG_STATUS <<_ACEOF 5427 5077 if \$ac_cs_recheck; then 5428 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5429 shift 5430 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 5431 CONFIG_SHELL='$SHELL' 5078 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5079 CONFIG_SHELL=$SHELL 5432 5080 export CONFIG_SHELL 5433 exec "\$@"5434 fi 5435 5436 _ACEOF 5437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15081 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5082 fi 5083 5084 _ACEOF 5085 cat >>$CONFIG_STATUS <<\_ACEOF 5438 5086 exec 5>>config.log 5439 5087 { … … 5442 5090 ## Running $as_me. ## 5443 5091 _ASBOX 5444 $as_echo "$ac_log"5092 echo "$ac_log" 5445 5093 } >&5 5446 5094 5447 5095 _ACEOF 5448 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15096 cat >>$CONFIG_STATUS <<_ACEOF 5449 5097 # 5450 5098 # INIT-COMMANDS … … 5454 5102 _ACEOF 5455 5103 5456 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15104 cat >>$CONFIG_STATUS <<\_ACEOF 5457 5105 5458 5106 # Handling of arguments. … … 5467 5115 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 5468 5116 5469 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&55470 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}5117 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 5118 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 5471 5119 { (exit 1); exit 1; }; };; 5472 5120 esac … … 5509 5157 } || 5510 5158 { 5511 $as_echo "$as_me: cannot create a temporary directory in ." >&25159 echo "$me: cannot create a temporary directory in ." >&2 5512 5160 { (exit 1); exit 1; } 5513 5161 } 5514 5162 5515 # Set up the scripts for CONFIG_FILES section. 5516 # No need to generate them if there are no CONFIG_FILES. 5517 # This happens for instance with `./config.status config.h'. 5163 # 5164 # Set up the sed scripts for CONFIG_FILES section. 5165 # 5166 5167 # No need to generate the scripts if there are no CONFIG_FILES. 5168 # This happens for instance when ./config.status config.h 5518 5169 if test -n "$CONFIG_FILES"; then 5519 5170 5520 5521 ac_cr=' 5522 ' 5523 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 5524 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 5525 ac_cs_awk_cr='\\r' 5526 else 5527 ac_cs_awk_cr=$ac_cr 5528 fi 5529 5530 echo 'BEGIN {' >"$tmp/subs1.awk" && 5531 _ACEOF 5532 5533 5534 { 5535 echo "cat >conf$$subs.awk <<_ACEOF" && 5536 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 5537 echo "_ACEOF" 5538 } >conf$$subs.sh || 5539 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5540 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5541 { (exit 1); exit 1; }; } 5542 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 5171 _ACEOF 5172 5173 5174 5543 5175 ac_delim='%!_!# ' 5544 5176 for ac_last_try in false false false false false :; do 5545 . ./conf$$subs.sh || 5546 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5547 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5548 { (exit 1); exit 1; }; } 5549 5550 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 5551 if test $ac_delim_n = $ac_delim_num; then 5177 cat >conf$$subs.sed <<_ACEOF 5178 SHELL!$SHELL$ac_delim 5179 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 5180 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 5181 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 5182 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 5183 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 5184 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 5185 exec_prefix!$exec_prefix$ac_delim 5186 prefix!$prefix$ac_delim 5187 program_transform_name!$program_transform_name$ac_delim 5188 bindir!$bindir$ac_delim 5189 sbindir!$sbindir$ac_delim 5190 libexecdir!$libexecdir$ac_delim 5191 datarootdir!$datarootdir$ac_delim 5192 datadir!$datadir$ac_delim 5193 sysconfdir!$sysconfdir$ac_delim 5194 sharedstatedir!$sharedstatedir$ac_delim 5195 localstatedir!$localstatedir$ac_delim 5196 includedir!$includedir$ac_delim 5197 oldincludedir!$oldincludedir$ac_delim 5198 docdir!$docdir$ac_delim 5199 infodir!$infodir$ac_delim 5200 htmldir!$htmldir$ac_delim 5201 dvidir!$dvidir$ac_delim 5202 pdfdir!$pdfdir$ac_delim 5203 psdir!$psdir$ac_delim 5204 libdir!$libdir$ac_delim 5205 localedir!$localedir$ac_delim 5206 mandir!$mandir$ac_delim 5207 DEFS!$DEFS$ac_delim 5208 ECHO_C!$ECHO_C$ac_delim 5209 ECHO_N!$ECHO_N$ac_delim 5210 ECHO_T!$ECHO_T$ac_delim 5211 LIBS!$LIBS$ac_delim 5212 build_alias!$build_alias$ac_delim 5213 host_alias!$host_alias$ac_delim 5214 target_alias!$target_alias$ac_delim 5215 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 5216 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 5217 INSTALL_DATA!$INSTALL_DATA$ac_delim 5218 am__isrc!$am__isrc$ac_delim 5219 CYGPATH_W!$CYGPATH_W$ac_delim 5220 PACKAGE!$PACKAGE$ac_delim 5221 VERSION!$VERSION$ac_delim 5222 ACLOCAL!$ACLOCAL$ac_delim 5223 AUTOCONF!$AUTOCONF$ac_delim 5224 AUTOMAKE!$AUTOMAKE$ac_delim 5225 AUTOHEADER!$AUTOHEADER$ac_delim 5226 MAKEINFO!$MAKEINFO$ac_delim 5227 install_sh!$install_sh$ac_delim 5228 STRIP!$STRIP$ac_delim 5229 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 5230 mkdir_p!$mkdir_p$ac_delim 5231 AWK!$AWK$ac_delim 5232 SET_MAKE!$SET_MAKE$ac_delim 5233 am__leading_dot!$am__leading_dot$ac_delim 5234 AMTAR!$AMTAR$ac_delim 5235 am__tar!$am__tar$ac_delim 5236 am__untar!$am__untar$ac_delim 5237 CFLAGS!$CFLAGS$ac_delim 5238 CC!$CC$ac_delim 5239 LDFLAGS!$LDFLAGS$ac_delim 5240 CPPFLAGS!$CPPFLAGS$ac_delim 5241 ac_ct_CC!$ac_ct_CC$ac_delim 5242 EXEEXT!$EXEEXT$ac_delim 5243 OBJEXT!$OBJEXT$ac_delim 5244 DEPDIR!$DEPDIR$ac_delim 5245 am__include!$am__include$ac_delim 5246 am__quote!$am__quote$ac_delim 5247 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 5248 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 5249 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 5250 CCDEPMODE!$CCDEPMODE$ac_delim 5251 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 5252 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 5253 build!$build$ac_delim 5254 build_cpu!$build_cpu$ac_delim 5255 build_vendor!$build_vendor$ac_delim 5256 build_os!$build_os$ac_delim 5257 host!$host$ac_delim 5258 host_cpu!$host_cpu$ac_delim 5259 host_vendor!$host_vendor$ac_delim 5260 host_os!$host_os$ac_delim 5261 acx_pthread_config!$acx_pthread_config$ac_delim 5262 PTHREAD_CC!$PTHREAD_CC$ac_delim 5263 PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim 5264 PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim 5265 LIBOBJS!$LIBOBJS$ac_delim 5266 LTLIBOBJS!$LTLIBOBJS$ac_delim 5267 _ACEOF 5268 5269 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 5552 5270 break 5553 5271 elif $ac_last_try; then 5554 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&55555 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}5272 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5273 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5556 5274 { (exit 1); exit 1; }; } 5557 5275 else … … 5559 5277 fi 5560 5278 done 5561 rm -f conf$$subs.sh 5562 5563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5564 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 5565 _ACEOF 5566 sed -n ' 5567 h 5568 s/^/S["/; s/!.*/"]=/ 5569 p 5570 g 5571 s/^[^!]*!// 5572 :repl 5573 t repl 5574 s/'"$ac_delim"'$// 5575 t delim 5576 :nl 5577 h 5578 s/\(.\{148\}\).*/\1/ 5579 t more1 5580 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 5581 p 5582 n 5583 b repl 5584 :more1 5585 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5586 p 5587 g 5588 s/.\{148\}// 5589 t nl 5590 :delim 5591 h 5592 s/\(.\{148\}\).*/\1/ 5593 t more2 5594 s/["\\]/\\&/g; s/^/"/; s/$/"/ 5595 p 5596 b 5597 :more2 5598 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5599 p 5600 g 5601 s/.\{148\}// 5602 t delim 5603 ' <conf$$subs.awk | sed ' 5604 /^[^""]/{ 5605 N 5606 s/\n// 5607 } 5608 ' >>$CONFIG_STATUS || ac_write_fail=1 5609 rm -f conf$$subs.awk 5610 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5611 _ACAWK 5612 cat >>"\$tmp/subs1.awk" <<_ACAWK && 5613 for (key in S) S_is_set[key] = 1 5614 FS = "" 5615 5616 } 5617 { 5618 line = $ 0 5619 nfields = split(line, field, "@") 5620 substed = 0 5621 len = length(field[1]) 5622 for (i = 2; i < nfields; i++) { 5623 key = field[i] 5624 keylen = length(key) 5625 if (S_is_set[key]) { 5626 value = S[key] 5627 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 5628 len += length(value) + length(field[++i]) 5629 substed = 1 5630 } else 5631 len += 1 + keylen 5632 } 5633 5634 print line 5635 } 5636 5637 _ACAWK 5638 _ACEOF 5639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5640 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 5641 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 5642 else 5643 cat 5644 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 5645 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 5646 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 5647 { (exit 1); exit 1; }; } 5648 _ACEOF 5279 5280 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 5281 if test -n "$ac_eof"; then 5282 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 5283 ac_eof=`expr $ac_eof + 1` 5284 fi 5285 5286 cat >>$CONFIG_STATUS <<_ACEOF 5287 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 5288 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 5289 _ACEOF 5290 sed ' 5291 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 5292 s/^/s,@/; s/!/@,|#_!!_#|/ 5293 :n 5294 t n 5295 s/'"$ac_delim"'$/,g/; t 5296 s/$/\\/; p 5297 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 5298 ' >>$CONFIG_STATUS <conf$$subs.sed 5299 rm -f conf$$subs.sed 5300 cat >>$CONFIG_STATUS <<_ACEOF 5301 :end 5302 s/|#_!!_#|//g 5303 CEOF$ac_eof 5304 _ACEOF 5305 5649 5306 5650 5307 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 5663 5320 fi 5664 5321 5665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15322 cat >>$CONFIG_STATUS <<\_ACEOF 5666 5323 fi # test -n "$CONFIG_FILES" 5667 5324 5668 # Set up the scripts for CONFIG_HEADERS section. 5669 # No need to generate them if there are no CONFIG_HEADERS. 5670 # This happens for instance with `./config.status Makefile'. 5671 if test -n "$CONFIG_HEADERS"; then 5672 cat >"$tmp/defines.awk" <<\_ACAWK || 5673 BEGIN { 5674 _ACEOF 5675 5676 # Transform confdefs.h into an awk script `defines.awk', embedded as 5677 # here-document in config.status, that substitutes the proper values into 5678 # config.h.in to produce config.h. 5679 5680 # Create a delimiter string that does not exist in confdefs.h, to ease 5681 # handling of long lines. 5682 ac_delim='%!_!# ' 5683 for ac_last_try in false false :; do 5684 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 5685 if test -z "$ac_t"; then 5686 break 5687 elif $ac_last_try; then 5688 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 5689 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 5690 { (exit 1); exit 1; }; } 5691 else 5692 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5693 fi 5694 done 5695 5696 # For the awk script, D is an array of macro values keyed by name, 5697 # likewise P contains macro parameters if any. Preserve backslash 5698 # newline sequences. 5699 5700 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5701 sed -n ' 5702 s/.\{148\}/&'"$ac_delim"'/g 5703 t rset 5704 :rset 5705 s/^[ ]*#[ ]*define[ ][ ]*/ / 5706 t def 5707 d 5708 :def 5709 s/\\$// 5710 t bsnl 5711 s/["\\]/\\&/g 5712 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5713 D["\1"]=" \3"/p 5714 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 5715 d 5716 :bsnl 5717 s/["\\]/\\&/g 5718 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5719 D["\1"]=" \3\\\\\\n"\\/p 5720 t cont 5721 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 5722 t cont 5723 d 5724 :cont 5725 n 5726 s/.\{148\}/&'"$ac_delim"'/g 5727 t clear 5728 :clear 5729 s/\\$// 5730 t bsnlc 5731 s/["\\]/\\&/g; s/^/"/; s/$/"/p 5732 d 5733 :bsnlc 5734 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 5735 b cont 5736 ' <confdefs.h | sed ' 5737 s/'"$ac_delim"'/"\\\ 5738 "/g' >>$CONFIG_STATUS || ac_write_fail=1 5739 5740 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5741 for (key in D) D_is_set[key] = 1 5742 FS = "" 5743 } 5744 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 5745 line = \$ 0 5746 split(line, arg, " ") 5747 if (arg[1] == "#") { 5748 defundef = arg[2] 5749 mac1 = arg[3] 5750 } else { 5751 defundef = substr(arg[1], 2) 5752 mac1 = arg[2] 5753 } 5754 split(mac1, mac2, "(") #) 5755 macro = mac2[1] 5756 prefix = substr(line, 1, index(line, defundef) - 1) 5757 if (D_is_set[macro]) { 5758 # Preserve the white space surrounding the "#". 5759 print prefix "define", macro P[macro] D[macro] 5760 next 5761 } else { 5762 # Replace #undef with comments. This is necessary, for example, 5763 # in the case of _POSIX_SOURCE, which is predefined and required 5764 # on some systems where configure will not decide to define it. 5765 if (defundef == "undef") { 5766 print "/*", prefix defundef, macro, "*/" 5767 next 5768 } 5769 } 5770 } 5771 { print } 5772 _ACAWK 5773 _ACEOF 5774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5775 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 5776 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 5777 { (exit 1); exit 1; }; } 5778 fi # test -n "$CONFIG_HEADERS" 5779 5780 5781 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 5782 shift 5783 for ac_tag 5325 5326 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 5784 5327 do 5785 5328 case $ac_tag in … … 5788 5331 case $ac_mode$ac_tag in 5789 5332 :[FHL]*:*);; 5790 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&55791 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}5333 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 5334 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 5792 5335 { (exit 1); exit 1; }; };; 5793 5336 :[FH]-) ac_tag=-:-;; … … 5818 5361 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 5819 5362 esac || 5820 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&55821 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}5363 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 5364 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 5822 5365 { (exit 1); exit 1; }; };; 5823 5366 esac 5824 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 5825 ac_file_inputs="$ac_file_inputs '$ac_f'" 5367 ac_file_inputs="$ac_file_inputs $ac_f" 5826 5368 done 5827 5369 … … 5829 5371 # use $as_me), people would be surprised to read: 5830 5372 # /* config.h. Generated by config.status. */ 5831 configure_input='Generated from '` 5832 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 5833 `' by configure.' 5373 configure_input="Generated from "`IFS=: 5374 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 5834 5375 if test x"$ac_file" != x-; then 5835 5376 configure_input="$ac_file. $configure_input" 5836 { $as_echo "$as_me:$LINENO: creating $ac_file" >&55837 $as_echo "$as_me: creating $ac_file" >&6;}5377 { echo "$as_me:$LINENO: creating $ac_file" >&5 5378 echo "$as_me: creating $ac_file" >&6;} 5838 5379 fi 5839 # Neutralize special characters interpreted by sed in replacement strings.5840 case $configure_input in #(5841 *\&* | *\|* | *\\* )5842 ac_sed_conf_input=`$as_echo "$configure_input" |5843 sed 's/[\\\\&|]/\\\\&/g'`;; #(5844 *) ac_sed_conf_input=$configure_input;;5845 esac5846 5380 5847 5381 case $ac_tag in 5848 *:-:* | *:-) cat >"$tmp/stdin" \ 5849 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5850 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5851 { (exit 1); exit 1; }; } ;; 5382 *:-:* | *:-) cat >"$tmp/stdin";; 5852 5383 esac 5853 5384 ;; … … 5859 5390 X"$ac_file" : 'X\(//\)$' \| \ 5860 5391 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5861 $as_echo X"$ac_file" |5392 echo X"$ac_file" | 5862 5393 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5863 5394 s//\1/ … … 5885 5416 while :; do 5886 5417 case $as_dir in #( 5887 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(5418 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 5888 5419 *) as_qdir=$as_dir;; 5889 5420 esac … … 5894 5425 X"$as_dir" : 'X\(//\)$' \| \ 5895 5426 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5896 $as_echo X"$as_dir" |5427 echo X"$as_dir" | 5897 5428 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5898 5429 s//\1/ … … 5915 5446 done 5916 5447 test -z "$as_dirs" || eval "mkdir $as_dirs" 5917 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&55918 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}5448 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5449 echo "$as_me: error: cannot create directory $as_dir" >&2;} 5919 5450 { (exit 1); exit 1; }; }; } 5920 5451 ac_builddir=. … … 5923 5454 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5924 5455 *) 5925 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`5456 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5926 5457 # A ".." for each directory in $ac_dir_suffix. 5927 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`5458 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 5928 5459 case $ac_top_builddir_sub in 5929 5460 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 5970 5501 _ACEOF 5971 5502 5972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15503 cat >>$CONFIG_STATUS <<\_ACEOF 5973 5504 # If the template does not know about datarootdir, expand it. 5974 5505 # FIXME: This hack should be removed a few years after 2.60. 5975 5506 ac_datarootdir_hack=; ac_datarootdir_seen= 5976 5507 5977 ac_sed_dataroot=' 5978 /datarootdir/ { 5508 case `sed -n '/datarootdir/ { 5979 5509 p 5980 5510 q … … 5985 5515 /@localedir@/p 5986 5516 /@mandir@/p 5987 ' 5988 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 5517 ' $ac_file_inputs` in 5989 5518 *datarootdir*) ac_datarootdir_seen=yes;; 5990 5519 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 5991 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&55992 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}5993 _ACEOF 5994 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=15520 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5521 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5522 _ACEOF 5523 cat >>$CONFIG_STATUS <<_ACEOF 5995 5524 ac_datarootdir_hack=' 5996 5525 s&@datadir@&$datadir&g … … 6006 5535 # Shell code in configure.ac might set extrasub. 6007 5536 # FIXME: do we really want to maintain this feature? 6008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=16009 ac_sed_extra="$ac_vpsub5537 cat >>$CONFIG_STATUS <<_ACEOF 5538 sed "$ac_vpsub 6010 5539 $extrasub 6011 5540 _ACEOF 6012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=15541 cat >>$CONFIG_STATUS <<\_ACEOF 6013 5542 :t 6014 5543 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 6015 s |@configure_input@|$ac_sed_conf_input|;t t5544 s&@configure_input@&$configure_input&;t t 6016 5545 s&@top_builddir@&$ac_top_builddir_sub&;t t 6017 s&@top_build_prefix@&$ac_top_build_prefix&;t t6018 5546 s&@srcdir@&$ac_srcdir&;t t 6019 5547 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 6026 5554 s&@MKDIR_P@&$ac_MKDIR_P&;t t 6027 5555 $ac_datarootdir_hack 6028 " 6029 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 6030 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 6031 $as_echo "$as_me: error: could not create $ac_file" >&2;} 6032 { (exit 1); exit 1; }; } 5556 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 6033 5557 6034 5558 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6035 5559 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 6036 5560 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 6037 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'5561 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6038 5562 which seems to be undefined. Please make sure it is defined." >&5 6039 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'5563 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6040 5564 which seems to be undefined. Please make sure it is defined." >&2;} 6041 5565 6042 5566 rm -f "$tmp/stdin" 6043 5567 case $ac_file in 6044 -) cat "$tmp/out" && rm -f "$tmp/out";; 6045 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 6046 esac \ 6047 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 6048 $as_echo "$as_me: error: could not create $ac_file" >&2;} 6049 { (exit 1); exit 1; }; } 5568 -) cat "$tmp/out"; rm -f "$tmp/out";; 5569 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 5570 esac 6050 5571 ;; 6051 5572 :H) … … 6053 5574 # CONFIG_HEADER 6054 5575 # 5576 _ACEOF 5577 5578 # Transform confdefs.h into a sed script `conftest.defines', that 5579 # substitutes the proper values into config.h.in to produce config.h. 5580 rm -f conftest.defines conftest.tail 5581 # First, append a space to every undef/define line, to ease matching. 5582 echo 's/$/ /' >conftest.defines 5583 # Then, protect against being on the right side of a sed subst, or in 5584 # an unquoted here document, in config.status. If some macros were 5585 # called several times there might be several #defines for the same 5586 # symbol, which is useless. But do not sort them, since the last 5587 # AC_DEFINE must be honored. 5588 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5589 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 5590 # NAME is the cpp macro being defined, VALUE is the value it is being given. 5591 # PARAMS is the parameter list in the macro definition--in most cases, it's 5592 # just an empty string. 5593 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 5594 ac_dB='\\)[ (].*,\\1define\\2' 5595 ac_dC=' ' 5596 ac_dD=' ,' 5597 5598 uniq confdefs.h | 5599 sed -n ' 5600 t rset 5601 :rset 5602 s/^[ ]*#[ ]*define[ ][ ]*// 5603 t ok 5604 d 5605 :ok 5606 s/[\\&,]/\\&/g 5607 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 5608 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 5609 ' >>conftest.defines 5610 5611 # Remove the space that was appended to ease matching. 5612 # Then replace #undef with comments. This is necessary, for 5613 # example, in the case of _POSIX_SOURCE, which is predefined and required 5614 # on some systems where configure will not decide to define it. 5615 # (The regexp can be short, since the line contains either #define or #undef.) 5616 echo 's/ $// 5617 s,^[ #]*u.*,/* & */,' >>conftest.defines 5618 5619 # Break up conftest.defines: 5620 ac_max_sed_lines=50 5621 5622 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 5623 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 5624 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 5625 # et cetera. 5626 ac_in='$ac_file_inputs' 5627 ac_out='"$tmp/out1"' 5628 ac_nxt='"$tmp/out2"' 5629 5630 while : 5631 do 5632 # Write a here document: 5633 cat >>$CONFIG_STATUS <<_ACEOF 5634 # First, check the format of the line: 5635 cat >"\$tmp/defines.sed" <<\\CEOF 5636 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 5637 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 5638 b 5639 :def 5640 _ACEOF 5641 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 5642 echo 'CEOF 5643 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 5644 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 5645 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 5646 grep . conftest.tail >/dev/null || break 5647 rm -f conftest.defines 5648 mv conftest.tail conftest.defines 5649 done 5650 rm -f conftest.defines conftest.tail 5651 5652 echo "ac_result=$ac_in" >>$CONFIG_STATUS 5653 cat >>$CONFIG_STATUS <<\_ACEOF 6055 5654 if test x"$ac_file" != x-; then 6056 { 6057 $as_echo "/* $configure_input */" \ 6058 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 6059 } >"$tmp/config.h" \ 6060 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 6061 $as_echo "$as_me: error: could not create $ac_file" >&2;} 6062 { (exit 1); exit 1; }; } 6063 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 6064 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 6065 $as_echo "$as_me: $ac_file is unchanged" >&6;} 5655 echo "/* $configure_input */" >"$tmp/config.h" 5656 cat "$ac_result" >>"$tmp/config.h" 5657 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 5658 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 5659 echo "$as_me: $ac_file is unchanged" >&6;} 6066 5660 else 6067 rm -f "$ac_file" 6068 mv "$tmp/config.h" "$ac_file" \ 6069 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 6070 $as_echo "$as_me: error: could not create $ac_file" >&2;} 6071 { (exit 1); exit 1; }; } 5661 rm -f $ac_file 5662 mv "$tmp/config.h" $ac_file 6072 5663 fi 6073 5664 else 6074 $as_echo "/* $configure_input */" \ 6075 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 6076 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 6077 $as_echo "$as_me: error: could not create -" >&2;} 6078 { (exit 1); exit 1; }; } 5665 echo "/* $configure_input */" 5666 cat "$ac_result" 6079 5667 fi 6080 # Compute "$ac_file"'s index in $config_headers. 6081 _am_arg="$ac_file" 5668 rm -f "$tmp/out12" 5669 # Compute $ac_file's index in $config_headers. 5670 _am_arg=$ac_file 6082 5671 _am_stamp_count=1 6083 5672 for _am_header in $config_headers :; do … … 6094 5683 X"$_am_arg" : 'X\(//\)$' \| \ 6095 5684 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 6096 $as_echo X"$_am_arg" |5685 echo X"$_am_arg" | 6097 5686 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6098 5687 s//\1/ … … 6114 5703 ;; 6115 5704 6116 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&56117 $as_echo "$as_me: executing $ac_file commands" >&6;}5705 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 5706 echo "$as_me: executing $ac_file commands" >&6;} 6118 5707 ;; 6119 5708 esac … … 6121 5710 6122 5711 case $ac_file$ac_mode in 6123 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 6124 # are listed without --file. Let's play safe and only enable the eval 6125 # if we detect the quoting. 6126 case $CONFIG_FILES in 6127 *\'*) eval set x "$CONFIG_FILES" ;; 6128 *) set x $CONFIG_FILES ;; 6129 esac 6130 shift 6131 for mf 6132 do 5712 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 6133 5713 # Strip MF so we end up with the name of the file. 6134 5714 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 6146 5726 X"$mf" : 'X\(//\)$' \| \ 6147 5727 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 6148 $as_echo X"$mf" |5728 echo X"$mf" | 6149 5729 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6150 5730 s//\1/ … … 6190 5770 X"$file" : 'X\(//\)$' \| \ 6191 5771 X"$file" : 'X\(/\)' \| . 2>/dev/null || 6192 $as_echo X"$file" |5772 echo X"$file" | 6193 5773 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6194 5774 s//\1/ … … 6216 5796 while :; do 6217 5797 case $as_dir in #( 6218 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(5798 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 6219 5799 *) as_qdir=$as_dir;; 6220 5800 esac … … 6225 5805 X"$as_dir" : 'X\(//\)$' \| \ 6226 5806 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 6227 $as_echo X"$as_dir" |5807 echo X"$as_dir" | 6228 5808 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6229 5809 s//\1/ … … 6246 5826 done 6247 5827 test -z "$as_dirs" || eval "mkdir $as_dirs" 6248 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&56249 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}5828 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5829 echo "$as_me: error: cannot create directory $as_dir" >&2;} 6250 5830 { (exit 1); exit 1; }; }; } 6251 5831 # echo "creating $dirpart/$file" … … 6263 5843 chmod +x $CONFIG_STATUS 6264 5844 ac_clean_files=$ac_clean_files_save 6265 6266 test $ac_write_fail = 0 ||6267 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&56268 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}6269 { (exit 1); exit 1; }; }6270 5845 6271 5846 … … 6290 5865 $ac_cs_success || { (exit 1); exit 1; } 6291 5866 fi 6292 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 6293 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 6294 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 6295 fi 6296 6297 5867 5868 -
tags/onioncat-0.1.13/configure.ac
r502 r505 2 2 AC_PREREQ(2.61) 3 3 define([svnversion], esyscmd([sh -c "svnversion | tr -d 'M\n'"]))dnl 4 AC_INIT([onioncat], [[0.1.1 2.r]svnversion], [rahra@cypherpunk.at])4 AC_INIT([onioncat], [[0.1.13]], [rahra@cypherpunk.at]) 5 5 AM_INIT_AUTOMAKE([-Wall -Werror]) 6 6 AC_CONFIG_HEADERS([config.h]) -
tags/onioncat-0.1.13/debian/changelog
r498 r505 1 onioncat (0.1.13) jaunty; urgency=low 2 3 * stable release tagged 4 5 -- Ferdinand Haselbacher <fhasex20@cypherpunk.at> Tue, 9 Jun 2009 15:47:50 +0100 1 6 onioncat (0.12.493) jaunty; urgency=low 2 7 -
tags/onioncat-0.1.13/man/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 … … 140 140 sysconfdir = @sysconfdir@ 141 141 target_alias = @target_alias@ 142 top_build_prefix = @top_build_prefix@143 142 top_builddir = @top_builddir@ 144 143 top_srcdir = @top_srcdir@ … … 152 151 case '$(am__configure_deps)' in \ 153 152 *$$dep*) \ 154 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh )\155 && { if test -f $@; then exit 0; else break; fi; }; \153 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 154 && exit 0; \ 156 155 exit 1;; \ 157 156 esac; \ … … 188 187 done; \ 189 188 for i in $$list; do \ 190 if test -f $ $i; then file=$$i; \191 else file=$ (srcdir)/$$i; fi; \189 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 190 else file=$$i; fi; \ 192 191 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 193 192 case "$$ext" in \ -
tags/onioncat-0.1.13/man/ocat.1
r486 r505 94 94 .TP 95 95 \fB\-L\fP \fIlog_file\fP 96 Log output to \fIlog_file\fP instead of stderr. 96 Log output to \fIlog_file\fP. If option is omitted, OnionCat logs to syslog if 97 running in background or to stderr if running in foreground. 97 98 .TP 98 99 \fB\-o\fP \fIIPv6 address\fP … … 107 108 .TP 108 109 \fB\-r\fP 109 Run OnionCat as root and do n't change user id (see option \fB\-u\fP).110 Run OnionCat as root and do not change user id (see option \fB\-u\fP). 110 111 .TP 111 112 \fB\-R\fP … … 120 121 .TP 121 122 \fB\-s\fP \fIport\fP 122 Set OnionCat's virtual hidden service port to \fIport\fP. 123 Set OnionCat's virtual hidden service port to \fIport\fP. This should usually 124 not be changed. 123 125 .TP 124 126 \fB\-t\fP \fI(IP|[IP:]port)\fP … … 128 130 .TP 129 131 \fB\-T\fP \fItun_dev\fP 130 TUN device file to open for creation of TUN interface, defaults to 131 /dev/net/tun. Setup of a TUN device needs root permissions. OnionCat automatically 132 changes userid after the TUN device is set up correctly. 132 TUN device file to open for creation of TUN interface. It defaults to 133 /dev/net/tun on Linux and /dev/tun0 on most other OSes, or /dev/tap0 if TAP 134 mode is in use. Setup of a TUN device needs root permissions. OnionCat 135 automatically changes userid after the TUN device is set up correctly. 133 136 .TP 134 137 \fB\-u\fP \fIusername\fP … … 149 152 .SH AUTHOR 150 153 Concepts, software, and man page written by Bernhard R. Fischer. 151 Package maintenance by Ferdinand Haselbacher.152 Additional support by Daniel Haslinger.154 Package maintenance and additional support by Ferdinand Haselbacher, 155 Daniel Haslinger, and Wim Gaethofs. 153 156 154 157 .SH "SEE ALSO" -
tags/onioncat-0.1.13/src/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 … … 168 168 sysconfdir = @sysconfdir@ 169 169 target_alias = @target_alias@ 170 top_build_prefix = @top_build_prefix@171 170 top_builddir = @top_builddir@ 172 171 top_srcdir = @top_srcdir@ … … 181 180 case '$(am__configure_deps)' in \ 182 181 *$$dep*) \ 183 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh )\184 && { if test -f $@; then exit 0; else break; fi; }; \182 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 183 && exit 0; \ 185 184 exit 1;; \ 186 185 esac; \ … … 293 292 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 294 293 done | \ 295 $(AWK) '{ files[$$0] = 1; nonem pty = 1; } \294 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 296 295 END { if (nonempty) { for (i in files) print i; }; }'`; \ 297 296 mkid -fID $$unique -
tags/onioncat-0.1.13/src/cygwin/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 … … 149 149 sysconfdir = @sysconfdir@ 150 150 target_alias = @target_alias@ 151 top_build_prefix = @top_build_prefix@152 151 top_builddir = @top_builddir@ 153 152 top_srcdir = @top_srcdir@ … … 160 159 case '$(am__configure_deps)' in \ 161 160 *$$dep*) \ 162 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh )\163 && { if test -f $@; then exit 0; else break; fi; }; \161 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 162 && exit 0; \ 164 163 exit 1;; \ 165 164 esac; \ … … 208 207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 209 208 done | \ 210 $(AWK) '{ files[$$0] = 1; nonem pty = 1; } \209 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 211 210 END { if (nonempty) { for (i in files) print i; }; }'`; \ 212 211 mkid -fID $$unique
Note: See TracChangeset
for help on using the changeset viewer.
