Changeset 493
- Timestamp:
- 03/19/09 11:29:41 (3 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
Makefile.in (modified) (1 diff)
-
aclocal.m4 (modified) (1 diff)
-
configure (modified) (232 diffs)
-
freebsd/Makefile (modified) (1 diff)
-
man/Makefile.in (modified) (1 diff)
-
src/Makefile.in (modified) (1 diff)
-
src/cygwin/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r491 r493 158 158 sysconfdir = @sysconfdir@ 159 159 target_alias = @target_alias@ 160 top_build_prefix = @top_build_prefix@ 160 161 top_builddir = @top_builddir@ 161 162 top_srcdir = @top_srcdir@ -
trunk/aclocal.m4
r367 r493 14 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(AC_AUTOCONF_VERSION, [2.6 1],,17 [m4_warning([this file was generated for autoconf 2.6 1.16 m4_if(AC_AUTOCONF_VERSION, [2.63],, 17 [m4_warning([this file was generated for autoconf 2.63. 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. -
trunk/configure
r491 r493 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1 for onioncat 0.1.12.r490M.3 # Generated by GNU Autoconf 2.63 for onioncat 0.1.12.r492M. 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 Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which20 # Pre-4.2 versions of Zsh do 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_nl 45 # Printing a long string crashes Solaris 7 /usr/bin/printf. 46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in 61 *"$as_nl"*) 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 64 esac; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 66 ' 67 export as_echo_n_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 42 74 # The user is always right. 43 75 if test "${PATH_SEPARATOR+set}" != set; then 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 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 } 53 81 fi 54 82 … … 66 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 95 # splitting by setting IFS to empty value.) 68 as_nl='69 '70 96 IFS=" "" $as_nl" 71 97 … … 90 116 fi 91 117 if test ! -f "$as_myself"; then 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 119 { (exit 1); exit 1; } 94 120 fi … … 103 129 104 130 # NLS nuisances. 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 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 116 135 117 136 # Required to use basename. … … 135 154 X"$0" : 'X\(//\)$' \| \ 136 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" |156 $as_echo X/"$0" | 138 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 158 s//\1/ … … 161 180 fi 162 181 163 if test $as_have_required = yes && (eval ":182 if test $as_have_required = yes && (eval ": 164 183 (as_func_return () { 165 184 (exit \$1) … … 243 262 emulate sh 244 263 NULLCMD=: 245 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 265 # is contrary to our usage. Disable this feature. 247 266 alias -g '${1+"$@"}'='"$@"' … … 264 283 emulate sh 265 284 NULLCMD=: 266 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 286 # is contrary to our usage. Disable this feature. 268 287 alias -g '${1+"$@"}'='"$@"' … … 344 363 if test "x$CONFIG_SHELL" != x; then 345 364 for as_var in BASH_ENV ENV 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var347 done348 export CONFIG_SHELL349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 369 fi 351 370 … … 416 435 test \$exitcode = 0") || { 417 436 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 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. 421 441 } 422 442 … … 454 474 ' >$as_me.lineno && 455 475 chmod +x "$as_me.lineno" || 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 477 { (exit 1); exit 1; }; } 458 478 … … 482 502 ECHO_N='-n';; 483 503 esac 484 485 504 if expr a : '\(a\)' >/dev/null 2>&1 && 486 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 495 514 else 496 515 rm -f conf$$.dir 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 || 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 507 530 as_ln_s='cp -p' 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 531 fi 510 532 else 511 533 as_ln_s='cp -p' … … 532 554 eval sh -c '\'' 533 555 if test -d "$1"; then 534 test -d "$1/.";556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 -*)set "./$1";;559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 575 597 PACKAGE_NAME='onioncat' 576 598 PACKAGE_TARNAME='onioncat' 577 PACKAGE_VERSION='0.1.12.r49 0M'578 PACKAGE_STRING='onioncat 0.1.12.r49 0M'599 PACKAGE_VERSION='0.1.12.r492M' 600 PACKAGE_STRING='onioncat 0.1.12.r492M' 579 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 580 602 581 ac_subst_vars='SHELL 603 ac_subst_vars='LTLIBOBJS 604 LIBOBJS 605 am__fastdepCC_FALSE 606 am__fastdepCC_TRUE 607 CCDEPMODE 608 AMDEPBACKSLASH 609 AMDEP_FALSE 610 AMDEP_TRUE 611 am__quote 612 am__include 613 DEPDIR 614 OBJEXT 615 EXEEXT 616 ac_ct_CC 617 CPPFLAGS 618 LDFLAGS 619 CC 620 CFLAGS 621 am__untar 622 am__tar 623 AMTAR 624 am__leading_dot 625 SET_MAKE 626 AWK 627 mkdir_p 628 MKDIR_P 629 INSTALL_STRIP_PROGRAM 630 STRIP 631 install_sh 632 MAKEINFO 633 AUTOHEADER 634 AUTOMAKE 635 AUTOCONF 636 ACLOCAL 637 VERSION 638 PACKAGE 639 CYGPATH_W 640 am__isrc 641 INSTALL_DATA 642 INSTALL_SCRIPT 643 INSTALL_PROGRAM 644 target_alias 645 host_alias 646 build_alias 647 LIBS 648 ECHO_T 649 ECHO_N 650 ECHO_C 651 DEFS 652 mandir 653 localedir 654 libdir 655 psdir 656 pdfdir 657 dvidir 658 htmldir 659 infodir 660 docdir 661 oldincludedir 662 includedir 663 localstatedir 664 sharedstatedir 665 sysconfdir 666 datadir 667 datarootdir 668 libexecdir 669 sbindir 670 bindir 671 program_transform_name 672 prefix 673 exec_prefix 674 PACKAGE_BUGREPORT 675 PACKAGE_STRING 676 PACKAGE_VERSION 677 PACKAGE_TARNAME 678 PACKAGE_NAME 582 679 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 LIBOBJS 657 LTLIBOBJS' 680 SHELL' 658 681 ac_subst_files='' 682 ac_user_opts=' 683 enable_option_checking 684 enable_debug 685 enable_packet_log 686 enable_handle_http 687 enable_packet_queue 688 enable_check_ipsrc 689 enable_rtt 690 enable_dependency_tracking 691 ' 659 692 ac_precious_vars='build_alias 660 693 host_alias … … 670 703 ac_init_help= 671 704 ac_init_version=false 705 ac_unrecognized_opts= 706 ac_unrecognized_sep= 672 707 # The variables have the same names as the options, with 673 708 # dashes changed to underlines. … … 768 803 769 804 -disable-* | --disable-*) 770 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`805 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 771 806 # Reject names that are not valid shell variable names. 772 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&773 { echo "$as_me: error: invalid feature name: $ac_feature" >&2807 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 808 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 774 809 { (exit 1); exit 1; }; } 775 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 776 eval enable_$ac_feature=no ;; 810 ac_useropt_orig=$ac_useropt 811 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 812 case $ac_user_opts in 813 *" 814 "enable_$ac_useropt" 815 "*) ;; 816 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 817 ac_unrecognized_sep=', ';; 818 esac 819 eval enable_$ac_useropt=no ;; 777 820 778 821 -docdir | --docdir | --docdi | --doc | --do) … … 787 830 788 831 -enable-* | --enable-*) 789 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`832 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 790 833 # Reject names that are not valid shell variable names. 791 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&792 { echo "$as_me: error: invalid feature name: $ac_feature" >&2834 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 835 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 793 836 { (exit 1); exit 1; }; } 794 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 795 eval enable_$ac_feature=\$ac_optarg ;; 837 ac_useropt_orig=$ac_useropt 838 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 839 case $ac_user_opts in 840 *" 841 "enable_$ac_useropt" 842 "*) ;; 843 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 844 ac_unrecognized_sep=', ';; 845 esac 846 eval enable_$ac_useropt=\$ac_optarg ;; 796 847 797 848 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 984 1035 985 1036 -with-* | --with-*) 986 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1037 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 987 1038 # Reject names that are not valid shell variable names. 988 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&989 { echo "$as_me: error: invalid package name: $ac_package" >&21039 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1040 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 990 1041 { (exit 1); exit 1; }; } 991 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 992 eval with_$ac_package=\$ac_optarg ;; 1042 ac_useropt_orig=$ac_useropt 1043 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1044 case $ac_user_opts in 1045 *" 1046 "with_$ac_useropt" 1047 "*) ;; 1048 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1049 ac_unrecognized_sep=', ';; 1050 esac 1051 eval with_$ac_useropt=\$ac_optarg ;; 993 1052 994 1053 -without-* | --without-*) 995 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1054 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 996 1055 # Reject names that are not valid shell variable names. 997 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&998 { echo "$as_me: error: invalid package name: $ac_package" >&21056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1057 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 999 1058 { (exit 1); exit 1; }; } 1000 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1001 eval with_$ac_package=no ;; 1059 ac_useropt_orig=$ac_useropt 1060 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1061 case $ac_user_opts in 1062 *" 1063 "with_$ac_useropt" 1064 "*) ;; 1065 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1066 ac_unrecognized_sep=', ';; 1067 esac 1068 eval with_$ac_useropt=no ;; 1002 1069 1003 1070 --x) … … 1019 1086 x_libraries=$ac_optarg ;; 1020 1087 1021 -*) { echo "$as_me: error: unrecognized option: $ac_option1088 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1022 1089 Try \`$0 --help' for more information." >&2 1023 1090 { (exit 1); exit 1; }; } … … 1028 1095 # Reject names that are not valid shell variable names. 1029 1096 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1030 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21097 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1031 1098 { (exit 1); exit 1; }; } 1032 1099 eval $ac_envvar=\$ac_optarg … … 1035 1102 *) 1036 1103 # FIXME: should be removed in autoconf 3.0. 1037 echo "$as_me: WARNING: you should use --build, --host, --target" >&21104 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1038 1105 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1039 echo "$as_me: WARNING: invalid host type: $ac_option" >&21106 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1040 1107 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1041 1108 ;; … … 1046 1113 if test -n "$ac_prev"; then 1047 1114 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1048 { echo "$as_me: error: missing argument to $ac_option" >&21115 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1049 1116 { (exit 1); exit 1; }; } 1050 1117 fi 1051 1118 1052 # Be sure to have absolute directory names. 1119 if test -n "$ac_unrecognized_opts"; then 1120 case $enable_option_checking in 1121 no) ;; 1122 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1123 { (exit 1); exit 1; }; } ;; 1124 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1125 esac 1126 fi 1127 1128 # Check all directory arguments for consistency. 1053 1129 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1054 1130 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1057 1133 do 1058 1134 eval ac_val=\$$ac_var 1135 # Remove trailing slashes. 1136 case $ac_val in 1137 */ ) 1138 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1139 eval $ac_var=\$ac_val;; 1140 esac 1141 # Be sure to have absolute directory names. 1059 1142 case $ac_val in 1060 1143 [\\/$]* | ?:[\\/]* ) continue;; 1061 1144 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1062 1145 esac 1063 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21146 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1064 1147 { (exit 1); exit 1; }; } 1065 1148 done … … 1076 1159 if test "x$build_alias" = x; then 1077 1160 cross_compiling=maybe 1078 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1161 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1079 1162 If a cross compiler is detected then cross compile mode will be used." >&2 1080 1163 elif test "x$build_alias" != "x$host_alias"; then … … 1092 1175 ac_ls_di=`ls -di .` && 1093 1176 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1094 { echo "$as_me: error: Working directory cannot be determined" >&21177 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1095 1178 { (exit 1); exit 1; }; } 1096 1179 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1097 { echo "$as_me: error: pwd does not report name of working directory" >&21180 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1098 1181 { (exit 1); exit 1; }; } 1099 1182 … … 1103 1186 ac_srcdir_defaulted=yes 1104 1187 # Try the directory containing this script, then the parent directory. 1105 ac_confdir=`$as_dirname -- "$ 0" ||1106 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1107 X"$ 0" : 'X\(//\)[^/]' \| \1108 X"$ 0" : 'X\(//\)$' \| \1109 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1110 echo X"$0" |1188 ac_confdir=`$as_dirname -- "$as_myself" || 1189 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1190 X"$as_myself" : 'X\(//\)[^/]' \| \ 1191 X"$as_myself" : 'X\(//\)$' \| \ 1192 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1193 $as_echo X"$as_myself" | 1111 1194 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1112 1195 s//\1/ … … 1135 1218 if test ! -r "$srcdir/$ac_unique_file"; then 1136 1219 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1137 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21220 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1138 1221 { (exit 1); exit 1; }; } 1139 1222 fi 1140 1223 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1141 1224 ac_abs_confdir=`( 1142 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21225 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1143 1226 { (exit 1); exit 1; }; } 1144 1227 pwd)` … … 1167 1250 # This message is too long to be a string in the A/UX 3.1 sh. 1168 1251 cat <<_ACEOF 1169 \`configure' configures onioncat 0.1.12.r49 0M to adapt to many kinds of systems.1252 \`configure' configures onioncat 0.1.12.r492M to adapt to many kinds of systems. 1170 1253 1171 1254 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1189 1272 Installation directories: 1190 1273 --prefix=PREFIX install architecture-independent files in PREFIX 1191 [$ac_default_prefix]1274 [$ac_default_prefix] 1192 1275 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1193 [PREFIX]1276 [PREFIX] 1194 1277 1195 1278 By default, \`make install' will install all the files in … … 1201 1284 1202 1285 Fine tuning of the installation directories: 1203 --bindir=DIR user executables [EPREFIX/bin]1204 --sbindir=DIR system admin executables [EPREFIX/sbin]1205 --libexecdir=DIR program executables [EPREFIX/libexec]1206 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1207 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1208 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1209 --libdir=DIR object code libraries [EPREFIX/lib]1210 --includedir=DIR C header files [PREFIX/include]1211 --oldincludedir=DIR C header files for non-gcc [/usr/include]1212 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1213 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1214 --infodir=DIR info documentation [DATAROOTDIR/info]1215 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1216 --mandir=DIR man documentation [DATAROOTDIR/man]1217 --docdir=DIR documentation root [DATAROOTDIR/doc/onioncat]1218 --htmldir=DIR html documentation [DOCDIR]1219 --dvidir=DIR dvi documentation [DOCDIR]1220 --pdfdir=DIR pdf documentation [DOCDIR]1221 --psdir=DIR ps documentation [DOCDIR]1286 --bindir=DIR user executables [EPREFIX/bin] 1287 --sbindir=DIR system admin executables [EPREFIX/sbin] 1288 --libexecdir=DIR program executables [EPREFIX/libexec] 1289 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1290 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1291 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1292 --libdir=DIR object code libraries [EPREFIX/lib] 1293 --includedir=DIR C header files [PREFIX/include] 1294 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1295 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1296 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1297 --infodir=DIR info documentation [DATAROOTDIR/info] 1298 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1299 --mandir=DIR man documentation [DATAROOTDIR/man] 1300 --docdir=DIR documentation root [DATAROOTDIR/doc/onioncat] 1301 --htmldir=DIR html documentation [DOCDIR] 1302 --dvidir=DIR dvi documentation [DOCDIR] 1303 --pdfdir=DIR pdf documentation [DOCDIR] 1304 --psdir=DIR ps documentation [DOCDIR] 1222 1305 _ACEOF 1223 1306 … … 1233 1316 if test -n "$ac_init_help"; then 1234 1317 case $ac_init_help in 1235 short | recursive ) echo "Configuration of onioncat 0.1.12.r49 0M:";;1318 short | recursive ) echo "Configuration of onioncat 0.1.12.r492M:";; 1236 1319 esac 1237 1320 cat <<\_ACEOF 1238 1321 1239 1322 Optional Features: 1323 --disable-option-checking ignore unrecognized --enable/--with options 1240 1324 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1241 1325 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1269 1353 # If there are subdirs, report their specific --help. 1270 1354 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1271 test -d "$ac_dir" || continue 1355 test -d "$ac_dir" || 1356 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1357 continue 1272 1358 ac_builddir=. 1273 1359 … … 1275 1361 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1276 1362 *) 1277 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1363 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1278 1364 # A ".." for each directory in $ac_dir_suffix. 1279 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1365 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1280 1366 case $ac_top_builddir_sub in 1281 1367 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1313 1399 $SHELL "$ac_srcdir/configure" --help=recursive 1314 1400 else 1315 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21401 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1316 1402 fi || ac_status=$? 1317 1403 cd "$ac_pwd" || { ac_status=$?; break; } … … 1322 1408 if $ac_init_version; then 1323 1409 cat <<\_ACEOF 1324 onioncat configure 0.1.12.r49 0M1325 generated by GNU Autoconf 2.6 11410 onioncat configure 0.1.12.r492M 1411 generated by GNU Autoconf 2.63 1326 1412 1327 1413 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1328 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1414 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1329 1415 This configure script is free software; the Free Software Foundation 1330 1416 gives unlimited permission to copy, distribute and modify it. … … 1336 1422 running configure, to aid debugging if configure makes a mistake. 1337 1423 1338 It was created by onioncat $as_me 0.1.12.r49 0M, which was1339 generated by GNU Autoconf 2.6 1. Invocation command line was1424 It was created by onioncat $as_me 0.1.12.r492M, which was 1425 generated by GNU Autoconf 2.63. Invocation command line was 1340 1426 1341 1427 $ $0 $@ … … 1373 1459 IFS=$as_save_IFS 1374 1460 test -z "$as_dir" && as_dir=. 1375 echo "PATH: $as_dir"1461 $as_echo "PATH: $as_dir" 1376 1462 done 1377 1463 IFS=$as_save_IFS … … 1408 1494 continue ;; 1409 1495 *\'*) 1410 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1496 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1411 1497 esac 1412 1498 case $ac_pass in … … 1460 1546 *${as_nl}*) 1461 1547 case $ac_var in #( 1462 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51463 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1548 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 1549 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1464 1550 esac 1465 1551 case $ac_var in #( 1466 1552 _ | IFS | as_nl) ;; #( 1553 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1467 1554 *) $as_unset $ac_var ;; 1468 1555 esac ;; … … 1494 1581 eval ac_val=\$$ac_var 1495 1582 case $ac_val in 1496 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1583 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1497 1584 esac 1498 echo "$ac_var='\''$ac_val'\''"1585 $as_echo "$ac_var='\''$ac_val'\''" 1499 1586 done | sort 1500 1587 echo … … 1511 1598 eval ac_val=\$$ac_var 1512 1599 case $ac_val in 1513 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1600 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1514 1601 esac 1515 echo "$ac_var='\''$ac_val'\''"1602 $as_echo "$ac_var='\''$ac_val'\''" 1516 1603 done | sort 1517 1604 echo … … 1529 1616 fi 1530 1617 test "$ac_signal" != 0 && 1531 echo "$as_me: caught signal $ac_signal"1532 echo "$as_me: exit $exit_status"1618 $as_echo "$as_me: caught signal $ac_signal" 1619 $as_echo "$as_me: exit $exit_status" 1533 1620 } >&5 1534 1621 rm -f core *.core core.conftest.* && … … 1572 1659 1573 1660 # Let the site file select an alternate cache file if it wants to. 1574 # Prefer explicitly selected file to automatically selected ones. 1661 # Prefer an explicitly selected file to automatically selected ones. 1662 ac_site_file1=NONE 1663 ac_site_file2=NONE 1575 1664 if test -n "$CONFIG_SITE"; then 1576 set x "$CONFIG_SITE"1665 ac_site_file1=$CONFIG_SITE 1577 1666 elif test "x$prefix" != xNONE; then 1578 set x "$prefix/share/config.site" "$prefix/etc/config.site"1579 else1580 set x "$ac_default_prefix/share/config.site" \ 1581 "$ac_default_prefix/etc/config.site" 1582 fi 1583 shift 1584 for ac_site_file 1667 ac_site_file1=$prefix/share/config.site 1668 ac_site_file2=$prefix/etc/config.site 1669 else 1670 ac_site_file1=$ac_default_prefix/share/config.site 1671 ac_site_file2=$ac_default_prefix/etc/config.site 1672 fi 1673 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1585 1674 do 1675 test "x$ac_site_file" = xNONE && continue 1586 1676 if test -r "$ac_site_file"; then 1587 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51588 echo "$as_me: loading site script $ac_site_file" >&6;}1677 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1678 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1589 1679 sed 's/^/| /' "$ac_site_file" >&5 1590 1680 . "$ac_site_file" … … 1596 1686 # files actually), so we avoid doing that. 1597 1687 if test -f "$cache_file"; then 1598 { echo "$as_me:$LINENO: loading cache $cache_file" >&51599 echo "$as_me: loading cache $cache_file" >&6;}1688 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1689 $as_echo "$as_me: loading cache $cache_file" >&6;} 1600 1690 case $cache_file in 1601 1691 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1604 1694 fi 1605 1695 else 1606 { echo "$as_me:$LINENO: creating cache $cache_file" >&51607 echo "$as_me: creating cache $cache_file" >&6;}1696 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1697 $as_echo "$as_me: creating cache $cache_file" >&6;} 1608 1698 >$cache_file 1609 1699 fi … … 1619 1709 case $ac_old_set,$ac_new_set in 1620 1710 set,) 1621 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51622 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1711 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1712 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1623 1713 ac_cache_corrupted=: ;; 1624 1714 ,set) 1625 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51626 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1715 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1716 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1627 1717 ac_cache_corrupted=: ;; 1628 1718 ,);; 1629 1719 *) 1630 1720 if test "x$ac_old_val" != "x$ac_new_val"; then 1631 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1632 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1633 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1634 echo "$as_me: former value: $ac_old_val" >&2;} 1635 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1636 echo "$as_me: current value: $ac_new_val" >&2;} 1637 ac_cache_corrupted=: 1721 # differences in whitespace do not lead to failure. 1722 ac_old_val_w=`echo x $ac_old_val` 1723 ac_new_val_w=`echo x $ac_new_val` 1724 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1725 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1726 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1727 ac_cache_corrupted=: 1728 else 1729 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1730 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1731 eval $ac_var=\$ac_old_val 1732 fi 1733 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1734 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1735 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1736 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1638 1737 fi;; 1639 1738 esac … … 1641 1740 if test "$ac_new_set" = set; then 1642 1741 case $ac_new_val in 1643 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1742 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1644 1743 *) ac_arg=$ac_var=$ac_new_val ;; 1645 1744 esac … … 1651 1750 done 1652 1751 if $ac_cache_corrupted; then 1653 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1654 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1655 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1656 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1752 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1754 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1755 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1756 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1757 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1657 1758 { (exit 1); exit 1; }; } 1658 1759 fi … … 1708 1809 done 1709 1810 if test -z "$ac_aux_dir"; then 1710 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51711 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1811 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1812 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1712 1813 { (exit 1); exit 1; }; } 1713 1814 fi … … 1735 1836 # OS/2's system install, which has a completely different semantic 1736 1837 # ./install, which can be erroneously created by make from ./install.sh. 1737 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1738 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1838 # Reject install programs that cannot install multiple files. 1839 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1840 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1739 1841 if test -z "$INSTALL"; then 1740 1842 if test "${ac_cv_path_install+set}" = set; then 1741 echo $ECHO_N "(cached) $ECHO_C" >&61843 $as_echo_n "(cached) " >&6 1742 1844 else 1743 1845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1768 1870 : 1769 1871 else 1770 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1771 break 3 1872 rm -rf conftest.one conftest.two conftest.dir 1873 echo one > conftest.one 1874 echo two > conftest.two 1875 mkdir conftest.dir 1876 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1877 test -s conftest.one && test -s conftest.two && 1878 test -s conftest.dir/conftest.one && 1879 test -s conftest.dir/conftest.two 1880 then 1881 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1882 break 3 1883 fi 1772 1884 fi 1773 1885 fi … … 1776 1888 ;; 1777 1889 esac 1890 1778 1891 done 1779 1892 IFS=$as_save_IFS 1780 1893 1894 rm -rf conftest.one conftest.two conftest.dir 1781 1895 1782 1896 fi … … 1791 1905 fi 1792 1906 fi 1793 { echo "$as_me:$LINENO: result: $INSTALL" >&51794 echo "${ECHO_T}$INSTALL" >&6; }1907 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 1908 $as_echo "$INSTALL" >&6; } 1795 1909 1796 1910 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1802 1916 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1803 1917 1804 { echo "$as_me:$LINENO: checking whether build environment is sane" >&51805 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }1918 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1919 $as_echo_n "checking whether build environment is sane... " >&6; } 1806 1920 # Just in case 1807 1921 sleep 1 … … 1826 1940 # broken ls alias from the environment. This has actually 1827 1941 # happened. Such a system could not be considered "sane". 1828 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken1942 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1829 1943 alias in your environment" >&5 1830 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken1944 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1831 1945 alias in your environment" >&2;} 1832 1946 { (exit 1); exit 1; }; } … … 1839 1953 : 1840 1954 else 1841 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!1955 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1842 1956 Check your system clock" >&5 1843 echo "$as_me: error: newly created file is older than distributed files!1957 $as_echo "$as_me: error: newly created file is older than distributed files! 1844 1958 Check your system clock" >&2;} 1845 1959 { (exit 1); exit 1; }; } 1846 1960 fi 1847 { echo "$as_me:$LINENO: result: yes" >&51848 echo "${ECHO_T}yes" >&6; }1961 { $as_echo "$as_me:$LINENO: result: yes" >&5 1962 $as_echo "yes" >&6; } 1849 1963 test "$program_prefix" != NONE && 1850 1964 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 1852 1966 test "$program_suffix" != NONE && 1853 1967 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1854 # Double any \ or $. echo might interpret backslashes.1968 # Double any \ or $. 1855 1969 # By default was `s,x,x', remove it if useless. 1856 cat <<\_ACEOF >conftest.sed 1857 s/[\\$]/&&/g;s/;s,x,x,$// 1858 _ACEOF 1859 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1860 rm -f conftest.sed 1970 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 1971 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 1861 1972 1862 1973 # expand $ac_aux_dir to an absolute path … … 1869 1980 else 1870 1981 am_missing_run= 1871 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&51872 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}1873 fi 1874 1875 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&51876 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }1982 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1983 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1984 fi 1985 1986 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 1987 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 1877 1988 if test -z "$MKDIR_P"; then 1878 1989 if test "${ac_cv_path_mkdir+set}" = set; then 1879 echo $ECHO_N "(cached) $ECHO_C" >&61990 $as_echo_n "(cached) " >&6 1880 1991 else 1881 1992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1912 2023 fi 1913 2024 fi 1914 { echo "$as_me:$LINENO: result: $MKDIR_P" >&51915 echo "${ECHO_T}$MKDIR_P" >&6; }2025 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2026 $as_echo "$MKDIR_P" >&6; } 1916 2027 1917 2028 mkdir_p="$MKDIR_P" … … 1925 2036 # Extract the first word of "$ac_prog", so it can be a program name with args. 1926 2037 set dummy $ac_prog; ac_word=$2 1927 { echo "$as_me:$LINENO: checking for $ac_word" >&51928 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2038 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2039 $as_echo_n "checking for $ac_word... " >&6; } 1929 2040 if test "${ac_cv_prog_AWK+set}" = set; then 1930 echo $ECHO_N "(cached) $ECHO_C" >&62041 $as_echo_n "(cached) " >&6 1931 2042 else 1932 2043 if test -n "$AWK"; then … … 1941 2052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1942 2053 ac_cv_prog_AWK="$ac_prog" 1943 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52054 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1944 2055 break 2 1945 2056 fi … … 1952 2063 AWK=$ac_cv_prog_AWK 1953 2064 if test -n "$AWK"; then 1954 { echo "$as_me:$LINENO: result: $AWK" >&51955 echo "${ECHO_T}$AWK" >&6; }1956 else 1957 { echo "$as_me:$LINENO: result: no" >&51958 echo "${ECHO_T}no" >&6; }2065 { $as_echo "$as_me:$LINENO: result: $AWK" >&5 2066 $as_echo "$AWK" >&6; } 2067 else 2068 { $as_echo "$as_me:$LINENO: result: no" >&5 2069 $as_echo "no" >&6; } 1959 2070 fi 1960 2071 … … 1963 2074 done 1964 2075 1965 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1966 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1967 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2076 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2077 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2078 set x ${MAKE-make} 2079 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1968 2080 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1969 echo $ECHO_N "(cached) $ECHO_C" >&62081 $as_echo_n "(cached) " >&6 1970 2082 else 1971 2083 cat >conftest.make <<\_ACEOF … … 1984 2096 fi 1985 2097 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1986 { echo "$as_me:$LINENO: result: yes" >&51987 echo "${ECHO_T}yes" >&6; }2098 { $as_echo "$as_me:$LINENO: result: yes" >&5 2099 $as_echo "yes" >&6; } 1988 2100 SET_MAKE= 1989 2101 else 1990 { echo "$as_me:$LINENO: result: no" >&51991 echo "${ECHO_T}no" >&6; }2102 { $as_echo "$as_me:$LINENO: result: no" >&5 2103 $as_echo "no" >&6; } 1992 2104 SET_MAKE="MAKE=${MAKE-make}" 1993 2105 fi … … 2008 2120 # test to see if srcdir already configured 2009 2121 if test -f $srcdir/config.status; then 2010 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52011 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2122 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2123 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2012 2124 { (exit 1); exit 1; }; } 2013 2125 fi … … 2026 2138 # Define the identity of the package. 2027 2139 PACKAGE='onioncat' 2028 VERSION='0.1.12.r49 0M'2140 VERSION='0.1.12.r492M' 2029 2141 2030 2142 … … 2064 2176 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2065 2177 set dummy ${ac_tool_prefix}strip; ac_word=$2 2066 { echo "$as_me:$LINENO: checking for $ac_word" >&52067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2178 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2179 $as_echo_n "checking for $ac_word... " >&6; } 2068 2180 if test "${ac_cv_prog_STRIP+set}" = set; then 2069 echo $ECHO_N "(cached) $ECHO_C" >&62181 $as_echo_n "(cached) " >&6 2070 2182 else 2071 2183 if test -n "$STRIP"; then … … 2080 2192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2081 2193 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52194 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2083 2195 break 2 2084 2196 fi … … 2091 2203 STRIP=$ac_cv_prog_STRIP 2092 2204 if test -n "$STRIP"; then 2093 { echo "$as_me:$LINENO: result: $STRIP" >&52094 echo "${ECHO_T}$STRIP" >&6; }2095 else 2096 { echo "$as_me:$LINENO: result: no" >&52097 echo "${ECHO_T}no" >&6; }2205 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 2206 $as_echo "$STRIP" >&6; } 2207 else 2208 { $as_echo "$as_me:$LINENO: result: no" >&5 2209 $as_echo "no" >&6; } 2098 2210 fi 2099 2211 … … 2104 2216 # Extract the first word of "strip", so it can be a program name with args. 2105 2217 set dummy strip; ac_word=$2 2106 { echo "$as_me:$LINENO: checking for $ac_word" >&52107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2219 $as_echo_n "checking for $ac_word... " >&6; } 2108 2220 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2109 echo $ECHO_N "(cached) $ECHO_C" >&62221 $as_echo_n "(cached) " >&6 2110 2222 else 2111 2223 if test -n "$ac_ct_STRIP"; then … … 2120 2232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2121 2233 ac_cv_prog_ac_ct_STRIP="strip" 2122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2123 2235 break 2 2124 2236 fi … … 2131 2243 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2132 2244 if test -n "$ac_ct_STRIP"; then 2133 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52134 echo "${ECHO_T}$ac_ct_STRIP" >&6; }2135 else 2136 { echo "$as_me:$LINENO: result: no" >&52137 echo "${ECHO_T}no" >&6; }2245 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2246 $as_echo "$ac_ct_STRIP" >&6; } 2247 else 2248 { $as_echo "$as_me:$LINENO: result: no" >&5 2249 $as_echo "no" >&6; } 2138 2250 fi 2139 2251 … … 2143 2255 case $cross_compiling:$ac_tool_warned in 2144 2256 yes:) 2145 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2146 whose name does not start with the host triplet. If you think this 2147 configuration is useful to you, please write to autoconf@gnu.org." >&5 2148 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2149 whose name does not start with the host triplet. If you think this 2150 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2257 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2151 2259 ac_tool_warned=yes ;; 2152 2260 esac … … 2177 2285 2178 2286 cat >>confdefs.h <<\_ACEOF 2179 #define SVN_REVISION "49 0M"2287 #define SVN_REVISION "492M" 2180 2288 _ACEOF 2181 2289 … … 2188 2296 enableval=$enable_debug; 2189 2297 cat >>confdefs.h <<\_ACEOF 2190 #define DEBUG 2298 #define DEBUG /**/ 2191 2299 _ACEOF 2192 2300 … … 2197 2305 enableval=$enable_packet_log; 2198 2306 cat >>confdefs.h <<\_ACEOF 2199 #define PACKET_LOG 2307 #define PACKET_LOG /**/ 2200 2308 _ACEOF 2201 2309 … … 2206 2314 enableval=$enable_handle_http; 2207 2315 cat >>confdefs.h <<\_ACEOF 2208 #define HANDLE_HTTP 2316 #define HANDLE_HTTP /**/ 2209 2317 _ACEOF 2210 2318 … … 2215 2323 enableval=$enable_packet_queue; 2216 2324 cat >>confdefs.h <<\_ACEOF 2217 #define PACKET_QUEUE 2325 #define PACKET_QUEUE /**/ 2218 2326 _ACEOF 2219 2327 … … 2224 2332 enableval=$enable_check_ipsrc; 2225 2333 cat >>confdefs.h <<\_ACEOF 2226 #define CHECK_IPSRC 2334 #define CHECK_IPSRC /**/ 2227 2335 _ACEOF 2228 2336 … … 2233 2341 enableval=$enable_rtt; 2234 2342 cat >>confdefs.h <<\_ACEOF 2235 #define MEASURE_RTT 2343 #define MEASURE_RTT /**/ 2236 2344 _ACEOF 2237 2345 … … 2248 2356 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2249 2357 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2250 { echo "$as_me:$LINENO: checking for $ac_word" >&52251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2358 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2359 $as_echo_n "checking for $ac_word... " >&6; } 2252 2360 if test "${ac_cv_prog_CC+set}" = set; then 2253 echo $ECHO_N "(cached) $ECHO_C" >&62361 $as_echo_n "(cached) " >&6 2254 2362 else 2255 2363 if test -n "$CC"; then … … 2264 2372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2265 2373 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52374 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2267 2375 break 2 2268 2376 fi … … 2275 2383 CC=$ac_cv_prog_CC 2276 2384 if test -n "$CC"; then 2277 { echo "$as_me:$LINENO: result: $CC" >&52278 echo "${ECHO_T}$CC" >&6; }2279 else 2280 { echo "$as_me:$LINENO: result: no" >&52281 echo "${ECHO_T}no" >&6; }2385 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2386 $as_echo "$CC" >&6; } 2387 else 2388 { $as_echo "$as_me:$LINENO: result: no" >&5 2389 $as_echo "no" >&6; } 2282 2390 fi 2283 2391 … … 2288 2396 # Extract the first word of "gcc", so it can be a program name with args. 2289 2397 set dummy gcc; ac_word=$2 2290 { echo "$as_me:$LINENO: checking for $ac_word" >&52291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2399 $as_echo_n "checking for $ac_word... " >&6; } 2292 2400 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2293 echo $ECHO_N "(cached) $ECHO_C" >&62401 $as_echo_n "(cached) " >&6 2294 2402 else 2295 2403 if test -n "$ac_ct_CC"; then … … 2304 2412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2305 2413 ac_cv_prog_ac_ct_CC="gcc" 2306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2307 2415 break 2 2308 2416 fi … … 2315 2423 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2316 2424 if test -n "$ac_ct_CC"; then 2317 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52318 echo "${ECHO_T}$ac_ct_CC" >&6; }2319 else 2320 { echo "$as_me:$LINENO: result: no" >&52321 echo "${ECHO_T}no" >&6; }2425 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2426 $as_echo "$ac_ct_CC" >&6; } 2427 else 2428 { $as_echo "$as_me:$LINENO: result: no" >&5 2429 $as_echo "no" >&6; } 2322 2430 fi 2323 2431 … … 2327 2435 case $cross_compiling:$ac_tool_warned in 2328 2436 yes:) 2329 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2330 whose name does not start with the host triplet. If you think this 2331 configuration is useful to you, please write to autoconf@gnu.org." >&5 2332 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2333 whose name does not start with the host triplet. If you think this 2334 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2437 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2335 2439 ac_tool_warned=yes ;; 2336 2440 esac … … 2345 2449 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2346 2450 set dummy ${ac_tool_prefix}cc; ac_word=$2 2347 { echo "$as_me:$LINENO: checking for $ac_word" >&52348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2452 $as_echo_n "checking for $ac_word... " >&6; } 2349 2453 if test "${ac_cv_prog_CC+set}" = set; then 2350 echo $ECHO_N "(cached) $ECHO_C" >&62454 $as_echo_n "(cached) " >&6 2351 2455 else 2352 2456 if test -n "$CC"; then … … 2361 2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2362 2466 ac_cv_prog_CC="${ac_tool_prefix}cc" 2363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52467 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2364 2468 break 2 2365 2469 fi … … 2372 2476 CC=$ac_cv_prog_CC 2373 2477 if test -n "$CC"; then 2374 { echo "$as_me:$LINENO: result: $CC" >&52375 echo "${ECHO_T}$CC" >&6; }2376 else 2377 { echo "$as_me:$LINENO: result: no" >&52378 echo "${ECHO_T}no" >&6; }2478 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2479 $as_echo "$CC" >&6; } 2480 else 2481 { $as_echo "$as_me:$LINENO: result: no" >&5 2482 $as_echo "no" >&6; } 2379 2483 fi 2380 2484 … … 2385 2489 # Extract the first word of "cc", so it can be a program name with args. 2386 2490 set dummy cc; ac_word=$2 2387 { echo "$as_me:$LINENO: checking for $ac_word" >&52388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2491 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2492 $as_echo_n "checking for $ac_word... " >&6; } 2389 2493 if test "${ac_cv_prog_CC+set}" = set; then 2390 echo $ECHO_N "(cached) $ECHO_C" >&62494 $as_echo_n "(cached) " >&6 2391 2495 else 2392 2496 if test -n "$CC"; then … … 2406 2510 fi 2407 2511 ac_cv_prog_CC="cc" 2408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2409 2513 break 2 2410 2514 fi … … 2429 2533 CC=$ac_cv_prog_CC 2430 2534 if test -n "$CC"; then 2431 { echo "$as_me:$LINENO: result: $CC" >&52432 echo "${ECHO_T}$CC" >&6; }2433 else 2434 { echo "$as_me:$LINENO: result: no" >&52435 echo "${ECHO_T}no" >&6; }2535 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2536 $as_echo "$CC" >&6; } 2537 else 2538 { $as_echo "$as_me:$LINENO: result: no" >&5 2539 $as_echo "no" >&6; } 2436 2540 fi 2437 2541 … … 2444 2548 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2445 2549 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2446 { echo "$as_me:$LINENO: checking for $ac_word" >&52447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2550 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2551 $as_echo_n "checking for $ac_word... " >&6; } 2448 2552 if test "${ac_cv_prog_CC+set}" = set; then 2449 echo $ECHO_N "(cached) $ECHO_C" >&62553 $as_echo_n "(cached) " >&6 2450 2554 else 2451 2555 if test -n "$CC"; then … … 2460 2564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2461 2565 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2462 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52566 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2463 2567 break 2 2464 2568 fi … … 2471 2575 CC=$ac_cv_prog_CC 2472 2576 if test -n "$CC"; then 2473 { echo "$as_me:$LINENO: result: $CC" >&52474 echo "${ECHO_T}$CC" >&6; }2475 else 2476 { echo "$as_me:$LINENO: result: no" >&52477 echo "${ECHO_T}no" >&6; }2577 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2578 $as_echo "$CC" >&6; } 2579 else 2580 { $as_echo "$as_me:$LINENO: result: no" >&5 2581 $as_echo "no" >&6; } 2478 2582 fi 2479 2583 … … 2488 2592 # Extract the first word of "$ac_prog", so it can be a program name with args. 2489 2593 set dummy $ac_prog; ac_word=$2 2490 { echo "$as_me:$LINENO: checking for $ac_word" >&52491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2594 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2595 $as_echo_n "checking for $ac_word... " >&6; } 2492 2596 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2493 echo $ECHO_N "(cached) $ECHO_C" >&62597 $as_echo_n "(cached) " >&6 2494 2598 else 2495 2599 if test -n "$ac_ct_CC"; then … … 2504 2608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2505 2609 ac_cv_prog_ac_ct_CC="$ac_prog" 2506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52610 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2507 2611 break 2 2508 2612 fi … … 2515 2619 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2516 2620 if test -n "$ac_ct_CC"; then 2517 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52518 echo "${ECHO_T}$ac_ct_CC" >&6; }2519 else 2520 { echo "$as_me:$LINENO: result: no" >&52521 echo "${ECHO_T}no" >&6; }2621 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2622 $as_echo "$ac_ct_CC" >&6; } 2623 else 2624 { $as_echo "$as_me:$LINENO: result: no" >&5 2625 $as_echo "no" >&6; } 2522 2626 fi 2523 2627 … … 2531 2635 case $cross_compiling:$ac_tool_warned in 2532 2636 yes:) 2533 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2534 whose name does not start with the host triplet. If you think this 2535 configuration is useful to you, please write to autoconf@gnu.org." >&5 2536 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2537 whose name does not start with the host triplet. If you think this 2538 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2637 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2638 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2539 2639 ac_tool_warned=yes ;; 2540 2640 esac … … 2546 2646 2547 2647 2548 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2648 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2649 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2650 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2549 2651 See \`config.log' for more details." >&5 2550 echo "$as_me: error: no acceptable C compiler found in \$PATH2652 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2551 2653 See \`config.log' for more details." >&2;} 2552 { (exit 1); exit 1; }; } 2654 { (exit 1); exit 1; }; }; } 2553 2655 2554 2656 # Provide some information about the compiler. 2555 echo "$as_me:$LINENO: checking for C compiler version" >&5 2556 ac_compiler=`set X $ac_compile; echo $2` 2657 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2658 set X $ac_compile 2659 ac_compiler=$2 2557 2660 { (ac_try="$ac_compiler --version >&5" 2558 2661 case "(($ac_try" in … … 2560 2663 *) ac_try_echo=$ac_try;; 2561 2664 esac 2562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2666 $as_echo "$ac_try_echo") >&5 2563 2667 (eval "$ac_compiler --version >&5") 2>&5 2564 2668 ac_status=$? 2565 echo "$as_me:$LINENO: \$? = $ac_status" >&52669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2566 2670 (exit $ac_status); } 2567 2671 { (ac_try="$ac_compiler -v >&5" … … 2570 2674 *) ac_try_echo=$ac_try;; 2571 2675 esac 2572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2677 $as_echo "$ac_try_echo") >&5 2573 2678 (eval "$ac_compiler -v >&5") 2>&5 2574 2679 ac_status=$? 2575 echo "$as_me:$LINENO: \$? = $ac_status" >&52680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2576 2681 (exit $ac_status); } 2577 2682 { (ac_try="$ac_compiler -V >&5" … … 2580 2685 *) ac_try_echo=$ac_try;; 2581 2686 esac 2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2688 $as_echo "$ac_try_echo") >&5 2583 2689 (eval "$ac_compiler -V >&5") 2>&5 2584 2690 ac_status=$? 2585 echo "$as_me:$LINENO: \$? = $ac_status" >&52691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2586 2692 (exit $ac_status); } 2587 2693 … … 2602 2708 _ACEOF 2603 2709 ac_clean_files_save=$ac_clean_files 2604 ac_clean_files="$ac_clean_files a.out a. exe b.out"2710 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2605 2711 # Try to create an executable without -o first, disregard a.out. 2606 2712 # It will help us diagnose broken compilers, and finding out an intuition 2607 2713 # of exeext. 2608 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2609 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2610 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2611 # 2612 # List of possible output files, starting from the most likely. 2613 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2614 # only as a last resort. b.out is created by i960 compilers. 2615 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2616 # 2617 # The IRIX 6 linker writes into existing files which may not be 2618 # executable, retaining their permissions. Remove them first so a 2619 # subsequent execution test works. 2714 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2715 $as_echo_n "checking for C compiler default output file name... " >&6; } 2716 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2717 2718 # The possible output files: 2719 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2720 2620 2721 ac_rmfiles= 2621 2722 for ac_file in $ac_files 2622 2723 do 2623 2724 case $ac_file in 2624 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2625 2726 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2626 2727 esac … … 2633 2734 *) ac_try_echo=$ac_try;; 2634 2735 esac 2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2737 $as_echo "$ac_try_echo") >&5 2636 2738 (eval "$ac_link_default") 2>&5 2637 2739 ac_status=$? 2638 echo "$as_me:$LINENO: \$? = $ac_status" >&52740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2639 2741 (exit $ac_status); }; then 2640 2742 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2647 2749 test -f "$ac_file" || continue 2648 2750 case $ac_file in 2649 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2751 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2650 2752 ;; 2651 2753 [ab].out ) … … 2674 2776 fi 2675 2777 2676 { echo "$as_me:$LINENO: result: $ac_file" >&52677 echo "${ECHO_T}$ac_file" >&6; }2778 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2779 $as_echo "$ac_file" >&6; } 2678 2780 if test -z "$ac_file"; then 2679 echo "$as_me: failed program was:" >&52781 $as_echo "$as_me: failed program was:" >&5 2680 2782 sed 's/^/| /' conftest.$ac_ext >&5 2681 2783 2682 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2784 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2785 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2786 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2683 2787 See \`config.log' for more details." >&5 2684 echo "$as_me: error: C compiler cannot create executables2788 $as_echo "$as_me: error: C compiler cannot create executables 2685 2789 See \`config.log' for more details." >&2;} 2686 { (exit 77); exit 77; }; } 2790 { (exit 77); exit 77; }; }; } 2687 2791 fi 2688 2792 … … 2691 2795 # Check that the compiler produces executables we can run. If not, either 2692 2796 # the compiler is broken, or we cross compile. 2693 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52694 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2797 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2798 $as_echo_n "checking whether the C compiler works... " >&6; } 2695 2799 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2696 2800 # If not cross compiling, check that we can run a simple program. … … 2701 2805 *) ac_try_echo=$ac_try;; 2702 2806 esac 2703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2808 $as_echo "$ac_try_echo") >&5 2704 2809 (eval "$ac_try") 2>&5 2705 2810 ac_status=$? 2706 echo "$as_me:$LINENO: \$? = $ac_status" >&52811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2707 2812 (exit $ac_status); }; }; then 2708 2813 cross_compiling=no … … 2711 2816 cross_compiling=yes 2712 2817 else 2713 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2818 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2820 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2714 2821 If you meant to cross compile, use \`--host'. 2715 2822 See \`config.log' for more details." >&5 2716 echo "$as_me: error: cannot run C compiled programs.2823 $as_echo "$as_me: error: cannot run C compiled programs. 2717 2824 If you meant to cross compile, use \`--host'. 2718 2825 See \`config.log' for more details." >&2;} 2719 { (exit 1); exit 1; }; } 2826 { (exit 1); exit 1; }; }; } 2720 2827 fi 2721 2828 fi 2722 2829 fi 2723 { echo "$as_me:$LINENO: result: yes" >&52724 echo "${ECHO_T}yes" >&6; }2725 2726 rm -f a.outa.exe conftest$ac_cv_exeext b.out2830 { $as_echo "$as_me:$LINENO: result: yes" >&5 2831 $as_echo "yes" >&6; } 2832 2833 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2727 2834 ac_clean_files=$ac_clean_files_save 2728 2835 # Check that the compiler produces executables we can run. If not, either 2729 2836 # the compiler is broken, or we cross compile. 2730 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52731 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2732 { echo "$as_me:$LINENO: result: $cross_compiling" >&52733 echo "${ECHO_T}$cross_compiling" >&6; }2734 2735 { echo "$as_me:$LINENO: checking for suffix of executables" >&52736 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2837 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2838 $as_echo_n "checking whether we are cross compiling... " >&6; } 2839 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2840 $as_echo "$cross_compiling" >&6; } 2841 2842 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2843 $as_echo_n "checking for suffix of executables... " >&6; } 2737 2844 if { (ac_try="$ac_link" 2738 2845 case "(($ac_try" in … … 2740 2847 *) ac_try_echo=$ac_try;; 2741 2848 esac 2742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2850 $as_echo "$ac_try_echo") >&5 2743 2851 (eval "$ac_link") 2>&5 2744 2852 ac_status=$? 2745 echo "$as_me:$LINENO: \$? = $ac_status" >&52853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2746 2854 (exit $ac_status); }; then 2747 2855 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2752 2860 test -f "$ac_file" || continue 2753 2861 case $ac_file in 2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2862 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2755 2863 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2756 2864 break;; … … 2759 2867 done 2760 2868 else 2761 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2869 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2871 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2762 2872 See \`config.log' for more details." >&5 2763 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2873 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2764 2874 See \`config.log' for more details." >&2;} 2765 { (exit 1); exit 1; }; } 2875 { (exit 1); exit 1; }; }; } 2766 2876 fi 2767 2877 2768 2878 rm -f conftest$ac_cv_exeext 2769 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52770 echo "${ECHO_T}$ac_cv_exeext" >&6; }2879 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2880 $as_echo "$ac_cv_exeext" >&6; } 2771 2881 2772 2882 rm -f conftest.$ac_ext 2773 2883 EXEEXT=$ac_cv_exeext 2774 2884 ac_exeext=$EXEEXT 2775 { echo "$as_me:$LINENO: checking for suffix of object files" >&52776 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2885 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2886 $as_echo_n "checking for suffix of object files... " >&6; } 2777 2887 if test "${ac_cv_objext+set}" = set; then 2778 echo $ECHO_N "(cached) $ECHO_C" >&62888 $as_echo_n "(cached) " >&6 2779 2889 else 2780 2890 cat >conftest.$ac_ext <<_ACEOF … … 2799 2909 *) ac_try_echo=$ac_try;; 2800 2910 esac 2801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2912 $as_echo "$ac_try_echo") >&5 2802 2913 (eval "$ac_compile") 2>&5 2803 2914 ac_status=$? 2804 echo "$as_me:$LINENO: \$? = $ac_status" >&52915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2805 2916 (exit $ac_status); }; then 2806 2917 for ac_file in conftest.o conftest.obj conftest.*; do 2807 2918 test -f "$ac_file" || continue; 2808 2919 case $ac_file in 2809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2920 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2810 2921 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2811 2922 break;; … … 2813 2924 done 2814 2925 else 2815 echo "$as_me: failed program was:" >&52926 $as_echo "$as_me: failed program was:" >&5 2816 2927 sed 's/^/| /' conftest.$ac_ext >&5 2817 2928 2818 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2819 2932 See \`config.log' for more details." >&5 2820 echo "$as_me: error: cannot compute suffix of object files: cannot compile2933 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2821 2934 See \`config.log' for more details." >&2;} 2822 { (exit 1); exit 1; }; } 2935 { (exit 1); exit 1; }; }; } 2823 2936 fi 2824 2937 2825 2938 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2826 2939 fi 2827 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52828 echo "${ECHO_T}$ac_cv_objext" >&6; }2940 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2941 $as_echo "$ac_cv_objext" >&6; } 2829 2942 OBJEXT=$ac_cv_objext 2830 2943 ac_objext=$OBJEXT 2831 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52832 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2944 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2945 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2833 2946 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2834 echo $ECHO_N "(cached) $ECHO_C" >&62947 $as_echo_n "(cached) " >&6 2835 2948 else 2836 2949 cat >conftest.$ac_ext <<_ACEOF … … 2858 2971 *) ac_try_echo=$ac_try;; 2859 2972 esac 2860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2974 $as_echo "$ac_try_echo") >&5 2861 2975 (eval "$ac_compile") 2>conftest.er1 2862 2976 ac_status=$? … … 2864 2978 rm -f conftest.er1 2865 2979 cat conftest.err >&5 2866 echo "$as_me:$LINENO: \$? = $ac_status" >&52980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2867 2981 (exit $ac_status); } && { 2868 2982 test -z "$ac_c_werror_flag" || … … 2871 2985 ac_compiler_gnu=yes 2872 2986 else 2873 echo "$as_me: failed program was:" >&52987 $as_echo "$as_me: failed program was:" >&5 2874 2988 sed 's/^/| /' conftest.$ac_ext >&5 2875 2989 … … 2881 2995 2882 2996 fi 2883 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2884 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2885 GCC=`test $ac_compiler_gnu = yes && echo yes` 2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2998 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2999 if test $ac_compiler_gnu = yes; then 3000 GCC=yes 3001 else 3002 GCC= 3003 fi 2886 3004 ac_test_CFLAGS=${CFLAGS+set} 2887 3005 ac_save_CFLAGS=$CFLAGS 2888 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52889 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }3006 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3007 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2890 3008 if test "${ac_cv_prog_cc_g+set}" = set; then 2891 echo $ECHO_N "(cached) $ECHO_C" >&63009 $as_echo_n "(cached) " >&6 2892 3010 else 2893 3011 ac_save_c_werror_flag=$ac_c_werror_flag … … 2916 3034 *) ac_try_echo=$ac_try;; 2917 3035 esac 2918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3037 $as_echo "$ac_try_echo") >&5 2919 3038 (eval "$ac_compile") 2>conftest.er1 2920 3039 ac_status=$? … … 2922 3041 rm -f conftest.er1 2923 3042 cat conftest.err >&5 2924 echo "$as_me:$LINENO: \$? = $ac_status" >&53043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2925 3044 (exit $ac_status); } && { 2926 3045 test -z "$ac_c_werror_flag" || … … 2929 3048 ac_cv_prog_cc_g=yes 2930 3049 else 2931 echo "$as_me: failed program was:" >&53050 $as_echo "$as_me: failed program was:" >&5 2932 3051 sed 's/^/| /' conftest.$ac_ext >&5 2933 3052 … … 2954 3073 *) ac_try_echo=$ac_try;; 2955 3074 esac 2956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3076 $as_echo "$ac_try_echo") >&5 2957 3077 (eval "$ac_compile") 2>conftest.er1 2958 3078 ac_status=$? … … 2960 3080 rm -f conftest.er1 2961 3081 cat conftest.err >&5 2962 echo "$as_me:$LINENO: \$? = $ac_status" >&53082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2963 3083 (exit $ac_status); } && { 2964 3084 test -z "$ac_c_werror_flag" || … … 2967 3087 : 2968 3088 else 2969 echo "$as_me: failed program was:" >&53089 $as_echo "$as_me: failed program was:" >&5 2970 3090 sed 's/^/| /' conftest.$ac_ext >&5 2971 3091 … … 2993 3113 *) ac_try_echo=$ac_try;; 2994 3114 esac 2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3116 $as_echo "$ac_try_echo") >&5 2996 3117 (eval "$ac_compile") 2>conftest.er1 2997 3118 ac_status=$? … … 2999 3120 rm -f conftest.er1 3000 3121 cat conftest.err >&5 3001 echo "$as_me:$LINENO: \$? = $ac_status" >&53122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3002 3123 (exit $ac_status); } && { 3003 3124 test -z "$ac_c_werror_flag" || … … 3006 3127 ac_cv_prog_cc_g=yes 3007 3128 else 3008 echo "$as_me: failed program was:" >&53129 $as_echo "$as_me: failed program was:" >&5 3009 3130 sed 's/^/| /' conftest.$ac_ext >&5 3010 3131 … … 3021 3142 ac_c_werror_flag=$ac_save_c_werror_flag 3022 3143 fi 3023 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53024 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }3144 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3145 $as_echo "$ac_cv_prog_cc_g" >&6; } 3025 3146 if test "$ac_test_CFLAGS" = set; then 3026 3147 CFLAGS=$ac_save_CFLAGS … … 3038 3159 fi 3039 3160 fi 3040 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53041 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }3161 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3162 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3042 3163 if test "${ac_cv_prog_cc_c89+set}" = set; then 3043 echo $ECHO_N "(cached) $ECHO_C" >&63164 $as_echo_n "(cached) " >&6 3044 3165 else 3045 3166 ac_cv_prog_cc_c89=no … … 3112 3233 *) ac_try_echo=$ac_try;; 3113 3234 esac 3114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3236 $as_echo "$ac_try_echo") >&5 3115 3237 (eval "$ac_compile") 2>conftest.er1 3116 3238 ac_status=$? … … 3118 3240 rm -f conftest.er1 3119 3241 cat conftest.err >&5 3120 echo "$as_me:$LINENO: \$? = $ac_status" >&53242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3121 3243 (exit $ac_status); } && { 3122 3244 test -z "$ac_c_werror_flag" || … … 3125 3247 ac_cv_prog_cc_c89=$ac_arg 3126 3248 else 3127 echo "$as_me: failed program was:" >&53249 $as_echo "$as_me: failed program was:" >&5 3128 3250 sed 's/^/| /' conftest.$ac_ext >&5 3129 3251 … … 3141 3263 case "x$ac_cv_prog_cc_c89" in 3142 3264 x) 3143 { echo "$as_me:$LINENO: result: none needed" >&53144 echo "${ECHO_T}none needed" >&6; } ;;3265 { $as_echo "$as_me:$LINENO: result: none needed" >&5 3266 $as_echo "none needed" >&6; } ;; 3145 3267 xno) 3146 { echo "$as_me:$LINENO: result: unsupported" >&53147 echo "${ECHO_T}unsupported" >&6; } ;;3268 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 3269 $as_echo "unsupported" >&6; } ;; 3148 3270 *) 3149 3271 CC="$CC $ac_cv_prog_cc_c89" 3150 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53151 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;3272 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3273 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3152 3274 esac 3153 3275 … … 3170 3292 END 3171 3293 # If we don't find an include directive, just comment out the code. 3172 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53173 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }3294 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3295 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3174 3296 am__include="#" 3175 3297 am__quote= … … 3198 3320 3199 3321 3200 { echo "$as_me:$LINENO: result: $_am_result" >&53201 echo "${ECHO_T}$_am_result" >&6; }3322 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 3323 $as_echo "$_am_result" >&6; } 3202 3324 rm -f confinc confmf 3203 3325 … … 3223 3345 depcc="$CC" am_compiler_list= 3224 3346 3225 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&53226 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }3347 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3348 $as_echo_n "checking dependency style of $depcc... " >&6; } 3227 3349 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3228 echo $ECHO_N "(cached) $ECHO_C" >&63350 $as_echo_n "(cached) " >&6 3229 3351 else 3230 3352 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3314 3436 3315 3437 fi 3316 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53317 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }3438 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3439 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 3318 3440 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3319 3441 … … 3334 3456 3335 3457 3336 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&53337 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }3458 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 3459 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } 3338 3460 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 3339 echo $ECHO_N "(cached) $ECHO_C" >&63461 $as_echo_n "(cached) " >&6 3340 3462 else 3341 3463 ac_check_lib_save_LIBS=$LIBS … … 3369 3491 *) ac_try_echo=$ac_try;; 3370 3492 esac 3371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3494 $as_echo "$ac_try_echo") >&5 3372 3495 (eval "$ac_link") 2>conftest.er1 3373 3496 ac_status=$? … … 3375 3498 rm -f conftest.er1 3376 3499 cat conftest.err >&5 3377 echo "$as_me:$LINENO: \$? = $ac_status" >&53500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3378 3501 (exit $ac_status); } && { 3379 3502 test -z "$ac_c_werror_flag" || 3380 3503 test ! -s conftest.err 3381 } && test -s conftest$ac_exeext && 3382 $as_test_x conftest$ac_exeext; then 3504 } && test -s conftest$ac_exeext && { 3505 test "$cross_compiling" = yes || 3506 $as_test_x conftest$ac_exeext 3507 }; then 3383 3508 ac_cv_lib_pthread_pthread_create=yes 3384 3509 else 3385 echo "$as_me: failed program was:" >&53510 $as_echo "$as_me: failed program was:" >&5 3386 3511 sed 's/^/| /' conftest.$ac_ext >&5 3387 3512 … … 3389 3514 fi 3390 3515 3516 rm -rf conftest.dSYM 3391 3517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3392 3518 conftest$ac_exeext conftest.$ac_ext 3393 3519 LIBS=$ac_check_lib_save_LIBS 3394 3520 fi 3395 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&53396 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }3397 if test $ac_cv_lib_pthread_pthread_create =yes; then3521 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 3522 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } 3523 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then 3398 3524 cat >>confdefs.h <<_ACEOF 3399 3525 #define HAVE_LIBPTHREAD 1 … … 3428 3554 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 3429 3555 do 3430 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`3431 { echo "$as_me:$LINENO: checking for $ac_header" >&53432 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }3556 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 3557 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 3558 $as_echo_n "checking for $ac_header... " >&6; } 3433 3559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3434 echo $ECHO_N "(cached) $ECHO_C" >&63560 $as_echo_n "(cached) " >&6 3435 3561 else 3436 3562 cat >conftest.$ac_ext <<_ACEOF … … 3467 3593 *) ac_try_echo=$ac_try;; 3468 3594 esac 3469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3596 $as_echo "$ac_try_echo") >&5 3470 3597 (eval "$ac_compile") 2>conftest.er1 3471 3598 ac_status=$? … … 3473 3600 rm -f conftest.er1 3474 3601 cat conftest.err >&5 3475 echo "$as_me:$LINENO: \$? = $ac_status" >&53602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3476 3603 (exit $ac_status); } && { 3477 3604 test -z "$ac_c_werror_flag" || … … 3480 3607 eval "$as_ac_Header=yes" 3481 3608 else 3482 echo "$as_me: failed program was:" >&53609 $as_echo "$as_me: failed program was:" >&5 3483 3610 sed 's/^/| /' conftest.$ac_ext >&5 3484 3611 … … 3488 3615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3489 3616 fi 3490 ac_res=`eval echo '${'$as_ac_Header'}'` 3491 { echo "$as_me:$LINENO: result: $ac_res" >&5 3492 echo "${ECHO_T}$ac_res" >&6; } 3493 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3617 ac_res=`eval 'as_val=${'$as_ac_Header'} 3618 $as_echo "$as_val"'` 3619 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 3620 $as_echo "$ac_res" >&6; } 3621 as_val=`eval 'as_val=${'$as_ac_Header'} 3622 $as_echo "$as_val"'` 3623 if test "x$as_val" = x""yes; then 3494 3624 cat >>confdefs.h <<_ACEOF 3495 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 13625 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3496 3626 _ACEOF 3497 3627 … … 3503 3633 3504 3634 # Checks for typedefs, structures, and compiler characteristics. 3505 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&53506 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }3635 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 3636 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 3507 3637 if test "${ac_cv_c_const+set}" = set; then 3508 echo $ECHO_N "(cached) $ECHO_C" >&63638 $as_echo_n "(cached) " >&6 3509 3639 else 3510 3640 cat >conftest.$ac_ext <<_ACEOF … … 3578 3708 *) ac_try_echo=$ac_try;; 3579 3709 esac 3580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3711 $as_echo "$ac_try_echo") >&5 3581 3712 (eval "$ac_compile") 2>conftest.er1 3582 3713 ac_status=$? … … 3584 3715 rm -f conftest.er1 3585 3716 cat conftest.err >&5 3586 echo "$as_me:$LINENO: \$? = $ac_status" >&53717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3587 3718 (exit $ac_status); } && { 3588 3719 test -z "$ac_c_werror_flag" || … … 3591 3722 ac_cv_c_const=yes 3592 3723 else 3593 echo "$as_me: failed program was:" >&53724 $as_echo "$as_me: failed program was:" >&5 3594 3725 sed 's/^/| /' conftest.$ac_ext >&5 3595 3726 … … 3599 3730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3600 3731 fi 3601 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&53602 echo "${ECHO_T}$ac_cv_c_const" >&6; }3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 3733 $as_echo "$ac_cv_c_const" >&6; } 3603 3734 if test $ac_cv_c_const = no; then 3604 3735 3605 3736 cat >>confdefs.h <<\_ACEOF 3606 #define const 3737 #define const /**/ 3607 3738 _ACEOF 3608 3739 … … 3617 3748 #AC_CHECK_TYPE([struct sockaddr_in], [AC_DEFINE([HAVE_STRUCT_IP6_HDR],[1],[define if struct ip6_hdr exists])]) 3618 3749 3619 { echo "$as_me:$LINENO: checking for struct ip6_hdr" >&53620 echo $ECHO_N "checking for struct ip6_hdr... $ECHO_C" >&6; }3750 { $as_echo "$as_me:$LINENO: checking for struct ip6_hdr" >&5 3751 $as_echo_n "checking for struct ip6_hdr... " >&6; } 3621 3752 if test "${ac_cv_type_struct_ip6_hdr+set}" = set; then 3622 echo $ECHO_N "(cached) $ECHO_C" >&6 3623 else 3624 cat >conftest.$ac_ext <<_ACEOF 3753 $as_echo_n "(cached) " >&6 3754 else 3755 ac_cv_type_struct_ip6_hdr=no 3756 cat >conftest.$ac_ext <<_ACEOF 3625 3757 /* confdefs.h. */ 3626 3758 _ACEOF … … 3643 3775 3644 3776 3645 typedef struct ip6_hdr ac__type_new_;3646 3777 int 3647 3778 main () 3648 3779 { 3649 if ((ac__type_new_ *) 0) 3650 return 0; 3651 if (sizeof (ac__type_new_)) 3652 return 0; 3780 if (sizeof (struct ip6_hdr)) 3781 return 0; 3653 3782 ; 3654 3783 return 0; … … 3661 3790 *) ac_try_echo=$ac_try;; 3662 3791 esac 3663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3793 $as_echo "$ac_try_echo") >&5 3664 3794 (eval "$ac_compile") 2>conftest.er1 3665 3795 ac_status=$? … … 3667 3797 rm -f conftest.er1 3668 3798 cat conftest.err >&5 3669 echo "$as_me:$LINENO: \$? = $ac_status" >&53799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3670 3800 (exit $ac_status); } && { 3671 3801 test -z "$ac_c_werror_flag" || 3672 3802 test ! -s conftest.err 3673 3803 } && test -s conftest.$ac_objext; then 3674 ac_cv_type_struct_ip6_hdr=yes 3675 else 3676 echo "$as_me: failed program was:" >&5 3804 cat >conftest.$ac_ext <<_ACEOF 3805 /* confdefs.h. */ 3806 _ACEOF 3807 cat confdefs.h >>conftest.$ac_ext 3808 cat >>conftest.$ac_ext <<_ACEOF 3809 /* end confdefs.h. */ 3810 3811 #ifdef HAVE_SYS_TYPES_H 3812 #include <sys/types.h> 3813 #endif 3814 #ifdef HAVE_NETINET_IN_H 3815 #include <netinet/in.h> 3816 #endif 3817 #ifdef HAVE_NETINET_IN6_H 3818 #include <netinet/in6.h> 3819 #endif 3820 #ifdef HAVE_NETINET_IP6_H 3821 #include <netinet/ip6.h> 3822 #endif 3823 3824 3825 int 3826 main () 3827 { 3828 if (sizeof ((struct ip6_hdr))) 3829 return 0; 3830 ; 3831 return 0; 3832 } 3833 _ACEOF 3834 rm -f conftest.$ac_objext 3835 if { (ac_try="$ac_compile" 3836 case "(($ac_try" in 3837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3838 *) ac_try_echo=$ac_try;; 3839 esac 3840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3841 $as_echo "$ac_try_echo") >&5 3842 (eval "$ac_compile") 2>conftest.er1 3843 ac_status=$? 3844 grep -v '^ *+' conftest.er1 >conftest.err 3845 rm -f conftest.er1 3846 cat conftest.err >&5 3847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3848 (exit $ac_status); } && { 3849 test -z "$ac_c_werror_flag" || 3850 test ! -s conftest.err 3851 } && test -s conftest.$ac_objext; then 3852 : 3853 else 3854 $as_echo "$as_me: failed program was:" >&5 3677 3855 sed 's/^/| /' conftest.$ac_ext >&5 3678 3856 3679 ac_cv_type_struct_ip6_hdr= no3857 ac_cv_type_struct_ip6_hdr=yes 3680 3858 fi 3681 3859 3682 3860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3683 fi 3684 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 3685 echo "${ECHO_T}$ac_cv_type_struct_ip6_hdr" >&6; } 3686 if test $ac_cv_type_struct_ip6_hdr = yes; then 3861 else 3862 $as_echo "$as_me: failed program was:" >&5 3863 sed 's/^/| /' conftest.$ac_ext >&5 3864 3865 3866 fi 3867 3868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3869 fi 3870 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip6_hdr" >&5 3871 $as_echo "$ac_cv_type_struct_ip6_hdr" >&6; } 3872 if test "x$ac_cv_type_struct_ip6_hdr" = x""yes; then 3687 3873 3688 3874 cat >>confdefs.h <<_ACEOF … … 3694 3880 3695 3881 3696 { echo "$as_me:$LINENO: checking for struct iphdr" >&53697 echo $ECHO_N "checking for struct iphdr... $ECHO_C" >&6; }3882 { $as_echo "$as_me:$LINENO: checking for struct iphdr" >&5 3883 $as_echo_n "checking for struct iphdr... " >&6; } 3698 3884 if test "${ac_cv_type_struct_iphdr+set}" = set; then 3699 echo $ECHO_N "(cached) $ECHO_C" >&6 3700 else 3701 cat >conftest.$ac_ext <<_ACEOF 3885 $as_echo_n "(cached) " >&6 3886 else 3887 ac_cv_type_struct_iphdr=no 3888 cat >conftest.$ac_ext <<_ACEOF 3702 3889 /* confdefs.h. */ 3703 3890 _ACEOF … … 3717 3904 3718 3905 3719 typedef struct iphdr ac__type_new_;3720 3906 int 3721 3907 main () 3722 3908 { 3723 if ((ac__type_new_ *) 0) 3724 return 0; 3725 if (sizeof (ac__type_new_)) 3726 return 0; 3909 if (sizeof (struct iphdr)) 3910 return 0; 3727 3911 ; 3728 3912 return 0; … … 3735 3919 *) ac_try_echo=$ac_try;; 3736 3920 esac 3737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3922 $as_echo "$ac_try_echo") >&5 3738 3923 (eval "$ac_compile") 2>conftest.er1 3739 3924 ac_status=$? … … 3741 3926 rm -f conftest.er1 3742 3927 cat conftest.err >&5 3743 echo "$as_me:$LINENO: \$? = $ac_status" >&53928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3744 3929 (exit $ac_status); } && { 3745 3930 test -z "$ac_c_werror_flag" || 3746 3931 test ! -s conftest.err 3747 3932 } && test -s conftest.$ac_objext; then 3748 ac_cv_type_struct_iphdr=yes 3749 else 3750 echo "$as_me: failed program was:" >&5 3933 cat >conftest.$ac_ext <<_ACEOF 3934 /* confdefs.h. */ 3935 _ACEOF 3936 cat confdefs.h >>conftest.$ac_ext 3937 cat >>conftest.$ac_ext <<_ACEOF 3938 /* end confdefs.h. */ 3939 3940 #ifdef HAVE_SYS_TYPES_H 3941 #include <sys/types.h> 3942 #endif 3943 #ifdef HAVE_NETINET_IN_H 3944 #include <netinet/in.h> 3945 #endif 3946 #ifdef HAVE_NETINET_IP_H 3947 #include <netinet/ip.h> 3948 #endif 3949 3950 3951 int 3952 main () 3953 { 3954 if (sizeof ((struct iphdr))) 3955 return 0; 3956 ; 3957 return 0; 3958 } 3959 _ACEOF 3960 rm -f conftest.$ac_objext 3961 if { (ac_try="$ac_compile" 3962 case "(($ac_try" in 3963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3964 *) ac_try_echo=$ac_try;; 3965 esac 3966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3967 $as_echo "$ac_try_echo") >&5 3968 (eval "$ac_compile") 2>conftest.er1 3969 ac_status=$? 3970 grep -v '^ *+' conftest.er1 >conftest.err 3971 rm -f conftest.er1 3972 cat conftest.err >&5 3973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3974 (exit $ac_status); } && { 3975 test -z "$ac_c_werror_flag" || 3976 test ! -s conftest.err 3977 } && test -s conftest.$ac_objext; then 3978 : 3979 else 3980 $as_echo "$as_me: failed program was:" >&5 3751 3981 sed 's/^/| /' conftest.$ac_ext >&5 3752 3982 3753 ac_cv_type_struct_iphdr= no3983 ac_cv_type_struct_iphdr=yes 3754 3984 fi 3755 3985 3756 3986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3757 fi 3758 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 3759 echo "${ECHO_T}$ac_cv_type_struct_iphdr" >&6; } 3760 if test $ac_cv_type_struct_iphdr = yes; then 3987 else 3988 $as_echo "$as_me: failed program was:" >&5 3989 sed 's/^/| /' conftest.$ac_ext >&5 3990 3991 3992 fi 3993 3994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3995 fi 3996 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_iphdr" >&5 3997 $as_echo "$ac_cv_type_struct_iphdr" >&6; } 3998 if test "x$ac_cv_type_struct_iphdr" = x""yes; then 3761 3999 3762 4000 cat >>confdefs.h <<_ACEOF … … 3768 4006 3769 4007 3770 { echo "$as_me:$LINENO: checking for struct ip" >&53771 echo $ECHO_N "checking for struct ip... $ECHO_C" >&6; }4008 { $as_echo "$as_me:$LINENO: checking for struct ip" >&5 4009 $as_echo_n "checking for struct ip... " >&6; } 3772 4010 if test "${ac_cv_type_struct_ip+set}" = set; then 3773 echo $ECHO_N "(cached) $ECHO_C" >&6 3774 else 3775 cat >conftest.$ac_ext <<_ACEOF 4011 $as_echo_n "(cached) " >&6 4012 else 4013 ac_cv_type_struct_ip=no 4014 cat >conftest.$ac_ext <<_ACEOF 3776 4015 /* confdefs.h. */ 3777 4016 _ACEOF … … 3794 4033 3795 4034 3796 typedef struct ip ac__type_new_;3797 4035 int 3798 4036 main () 3799 4037 { 3800 if ((ac__type_new_ *) 0) 3801 return 0; 3802 if (sizeof (ac__type_new_)) 3803 return 0; 4038 if (sizeof (struct ip)) 4039 return 0; 3804 4040 ; 3805 4041 return 0; … … 3812 4048 *) ac_try_echo=$ac_try;; 3813 4049 esac 3814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4051 $as_echo "$ac_try_echo") >&5 3815 4052 (eval "$ac_compile") 2>conftest.er1 3816 4053 ac_status=$? … … 3818 4055 rm -f conftest.er1 3819 4056 cat conftest.err >&5 3820 echo "$as_me:$LINENO: \$? = $ac_status" >&54057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3821 4058 (exit $ac_status); } && { 3822 4059 test -z "$ac_c_werror_flag" || 3823 4060 test ! -s conftest.err 3824 4061 } && test -s conftest.$ac_objext; then 3825 ac_cv_type_struct_ip=yes 3826 else 3827 echo "$as_me: failed program was:" >&5 4062 cat >conftest.$ac_ext <<_ACEOF 4063 /* confdefs.h. */ 4064 _ACEOF 4065 cat confdefs.h >>conftest.$ac_ext 4066 cat >>conftest.$ac_ext <<_ACEOF 4067 /* end confdefs.h. */ 4068 4069 #ifdef HAVE_SYS_TYPES_H 4070 #include <sys/types.h> 4071 #endif 4072 #ifdef HAVE_NETINET_IN_H 4073 #include <netinet/in.h> 4074 #endif 4075 #ifdef HAVE_NETINET_IN_SYSTM_H 4076 #include <netinet/in_systm.h> 4077 #endif 4078 #ifdef HAVE_NETINET_IP_H 4079 #include <netinet/ip.h> 4080 #endif 4081 4082 4083 int 4084 main () 4085 { 4086 if (sizeof ((struct ip))) 4087 return 0; 4088 ; 4089 return 0; 4090 } 4091 _ACEOF 4092 rm -f conftest.$ac_objext 4093 if { (ac_try="$ac_compile" 4094 case "(($ac_try" in 4095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4096 *) ac_try_echo=$ac_try;; 4097 esac 4098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4099 $as_echo "$ac_try_echo") >&5 4100 (eval "$ac_compile") 2>conftest.er1 4101 ac_status=$? 4102 grep -v '^ *+' conftest.er1 >conftest.err 4103 rm -f conftest.er1 4104 cat conftest.err >&5 4105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4106 (exit $ac_status); } && { 4107 test -z "$ac_c_werror_flag" || 4108 test ! -s conftest.err 4109 } && test -s conftest.$ac_objext; then 4110 : 4111 else 4112 $as_echo "$as_me: failed program was:" >&5 3828 4113 sed 's/^/| /' conftest.$ac_ext >&5 3829 4114 3830 ac_cv_type_struct_ip= no4115 ac_cv_type_struct_ip=yes 3831 4116 fi 3832 4117 3833 4118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3834 fi 3835 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 3836 echo "${ECHO_T}$ac_cv_type_struct_ip" >&6; } 3837 if test $ac_cv_type_struct_ip = yes; then 4119 else 4120 $as_echo "$as_me: failed program was:" >&5 4121 sed 's/^/| /' conftest.$ac_ext >&5 4122 4123 4124 fi 4125 4126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4127 fi 4128 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ip" >&5 4129 $as_echo "$ac_cv_type_struct_ip" >&6; } 4130 if test "x$ac_cv_type_struct_ip" = x""yes; then 3838 4131 3839 4132 cat >>confdefs.h <<_ACEOF … … 3845 4138 3846 4139 3847 { echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&53848 echo $ECHO_N "checking for struct sockaddr_in.sin_len... $ECHO_C" >&6; }4140 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in.sin_len" >&5 4141 $as_echo_n "checking for struct sockaddr_in.sin_len... " >&6; } 3849 4142 if test "${ac_cv_member_struct_sockaddr_in_sin_len+set}" = set; then 3850 echo $ECHO_N "(cached) $ECHO_C" >&64143 $as_echo_n "(cached) " >&6 3851 4144 else 3852 4145 cat >conftest.$ac_ext <<_ACEOF … … 3880 4173 *) ac_try_echo=$ac_try;; 3881 4174 esac 3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4176 $as_echo "$ac_try_echo") >&5 3883 4177 (eval "$ac_compile") 2>conftest.er1 3884 4178 ac_status=$? … … 3886 4180 rm -f conftest.er1 3887 4181 cat conftest.err >&5 3888 echo "$as_me:$LINENO: \$? = $ac_status" >&54182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3889 4183 (exit $ac_status); } && { 3890 4184 test -z "$ac_c_werror_flag" || … … 3893 4187 ac_cv_member_struct_sockaddr_in_sin_len=yes 3894 4188 else 3895 echo "$as_me: failed program was:" >&54189 $as_echo "$as_me: failed program was:" >&5 3896 4190 sed 's/^/| /' conftest.$ac_ext >&5 3897 4191 … … 3926 4220 *) ac_try_echo=$ac_try;; 3927 4221 esac 3928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4223 $as_echo "$ac_try_echo") >&5 3929 4224 (eval "$ac_compile") 2>conftest.er1 3930 4225 ac_status=$? … … 3932 4227 rm -f conftest.er1 3933 4228 cat conftest.err >&5 3934 echo "$as_me:$LINENO: \$? = $ac_status" >&54229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3935 4230 (exit $ac_status); } && { 3936 4231 test -z "$ac_c_werror_flag" || … … 3939 4234 ac_cv_member_struct_sockaddr_in_sin_len=yes 3940 4235 else 3941 echo "$as_me: failed program was:" >&54236 $as_echo "$as_me: failed program was:" >&5 3942 4237 sed 's/^/| /' conftest.$ac_ext >&5 3943 4238 … … 3950 4245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3951 4246 fi 3952 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&53953 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in_sin_len" >&6; }3954 if test $ac_cv_member_struct_sockaddr_in_sin_len =yes; then4247 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in_sin_len" >&5 4248 $as_echo "$ac_cv_member_struct_sockaddr_in_sin_len" >&6; } 4249 if test "x$ac_cv_member_struct_sockaddr_in_sin_len" = x""yes; then 3955 4250 3956 4251 cat >>confdefs.h <<\_ACEOF … … 3975 4270 for ac_func in strlcat strlcpy ether_ntoa ether_ntoa_r 3976 4271 do 3977 as_ac_var=` echo "ac_cv_func_$ac_func" | $as_tr_sh`3978 { echo "$as_me:$LINENO: checking for $ac_func" >&53979 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }4272 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 4273 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 4274 $as_echo_n "checking for $ac_func... " >&6; } 3980 4275 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 3981 echo $ECHO_N "(cached) $ECHO_C" >&64276 $as_echo_n "(cached) " >&6 3982 4277 else 3983 4278 cat >conftest.$ac_ext <<_ACEOF … … 4032 4327 *) ac_try_echo=$ac_try;; 4033 4328 esac 4034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4330 $as_echo "$ac_try_echo") >&5 4035 4331 (eval "$ac_link") 2>conftest.er1 4036 4332 ac_status=$? … … 4038 4334 rm -f conftest.er1 4039 4335 cat conftest.err >&5 4040 echo "$as_me:$LINENO: \$? = $ac_status" >&54336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4041 4337 (exit $ac_status); } && { 4042 4338 test -z "$ac_c_werror_flag" || 4043 4339 test ! -s conftest.err 4044 } && test -s conftest$ac_exeext && 4045 $as_test_x conftest$ac_exeext; then 4340 } && test -s conftest$ac_exeext && { 4341 test "$cross_compiling" = yes || 4342 $as_test_x conftest$ac_exeext 4343 }; then 4046 4344 eval "$as_ac_var=yes" 4047 4345 else 4048 echo "$as_me: failed program was:" >&54346 $as_echo "$as_me: failed program was:" >&5 4049 4347 sed 's/^/| /' conftest.$ac_ext >&5 4050 4348 … … 4052 4350 fi 4053 4351 4352 rm -rf conftest.dSYM 4054 4353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4055 4354 conftest$ac_exeext conftest.$ac_ext 4056 4355 fi 4057 ac_res=`eval echo '${'$as_ac_var'}'` 4058 { echo "$as_me:$LINENO: result: $ac_res" >&5 4059 echo "${ECHO_T}$ac_res" >&6; } 4060 if test `eval echo '${'$as_ac_var'}'` = yes; then 4356 ac_res=`eval 'as_val=${'$as_ac_var'} 4357 $as_echo "$as_val"'` 4358 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4359 $as_echo "$ac_res" >&6; } 4360 as_val=`eval 'as_val=${'$as_ac_var'} 4361 $as_echo "$as_val"'` 4362 if test "x$as_val" = x""yes; then 4061 4363 cat >>confdefs.h <<_ACEOF 4062 #define ` echo "HAVE_$ac_func" | $as_tr_cpp` 14364 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 4063 4365 _ACEOF 4064 4366 … … 4096 4398 *${as_nl}*) 4097 4399 case $ac_var in #( 4098 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&54099 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;4400 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 4401 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 4100 4402 esac 4101 4403 case $ac_var in #( 4102 4404 _ | IFS | as_nl) ;; #( 4405 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 4103 4406 *) $as_unset $ac_var ;; 4104 4407 esac ;; … … 4133 4436 if test -w "$cache_file"; then 4134 4437 test "x$cache_file" != "x/dev/null" && 4135 { echo "$as_me:$LINENO: updating cache $cache_file" >&54136 echo "$as_me: updating cache $cache_file" >&6;}4438 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 4439 $as_echo "$as_me: updating cache $cache_file" >&6;} 4137 4440 cat confcache >$cache_file 4138 4441 else 4139 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&54140 echo "$as_me: not updating unwritable cache $cache_file" >&6;}4442 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 4443 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4141 4444 fi 4142 4445 fi … … 4154 4457 # 1. Remove the extension, and $U if already installed. 4155 4458 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 4156 ac_i=` echo "$ac_i" | sed "$ac_script"`4459 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 4157 4460 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 4158 4461 # will be set to the directory where LIBOBJS objects are built. … … 4166 4469 4167 4470 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 4168 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.4471 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 4169 4472 Usually this means the macro was only invoked conditionally." >&5 4170 echo "$as_me: error: conditional \"AMDEP\" was never defined.4473 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. 4171 4474 Usually this means the macro was only invoked conditionally." >&2;} 4172 4475 { (exit 1); exit 1; }; } 4173 4476 fi 4174 4477 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 4175 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.4478 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 4176 4479 Usually this means the macro was only invoked conditionally." >&5 4177 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.4480 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 4178 4481 Usually this means the macro was only invoked conditionally." >&2;} 4179 4482 { (exit 1); exit 1; }; } … … 4181 4484 4182 4485 : ${CONFIG_STATUS=./config.status} 4486 ac_write_fail=0 4183 4487 ac_clean_files_save=$ac_clean_files 4184 4488 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 4185 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&54186 echo "$as_me: creating $CONFIG_STATUS" >&6;}4187 cat >$CONFIG_STATUS <<_ACEOF 4489 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 4490 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 4491 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4188 4492 #! $SHELL 4189 4493 # Generated by $as_me. … … 4198 4502 _ACEOF 4199 4503 4200 cat >>$CONFIG_STATUS <<\_ACEOF 4504 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4201 4505 ## --------------------- ## 4202 4506 ## M4sh Initialization. ## … … 4208 4512 emulate sh 4209 4513 NULLCMD=: 4210 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which4514 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 4211 4515 # is contrary to our usage. Disable this feature. 4212 4516 alias -g '${1+"$@"}'='"$@"' … … 4230 4534 as_cr_alnum=$as_cr_Letters$as_cr_digits 4231 4535 4536 as_nl=' 4537 ' 4538 export as_nl 4539 # Printing a long string crashes Solaris 7 /usr/bin/printf. 4540 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 4541 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 4542 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 4543 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 4544 as_echo='printf %s\n' 4545 as_echo_n='printf %s' 4546 else 4547 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 4548 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 4549 as_echo_n='/usr/ucb/echo -n' 4550 else 4551 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 4552 as_echo_n_body='eval 4553 arg=$1; 4554 case $arg in 4555 *"$as_nl"*) 4556 expr "X$arg" : "X\\(.*\\)$as_nl"; 4557 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 4558 esac; 4559 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 4560 ' 4561 export as_echo_n_body 4562 as_echo_n='sh -c $as_echo_n_body as_echo' 4563 fi 4564 export as_echo_body 4565 as_echo='sh -c $as_echo_body as_echo' 4566 fi 4567 4232 4568 # The user is always right. 4233 4569 if test "${PATH_SEPARATOR+set}" != set; then 4234 echo "#! /bin/sh" >conf$$.sh 4235 echo "exit 0" >>conf$$.sh 4236 chmod +x conf$$.sh 4237 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4238 PATH_SEPARATOR=';' 4239 else 4240 PATH_SEPARATOR=: 4241 fi 4242 rm -f conf$$.sh 4570 PATH_SEPARATOR=: 4571 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 4572 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 4573 PATH_SEPARATOR=';' 4574 } 4243 4575 fi 4244 4576 … … 4256 4588 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 4257 4589 # splitting by setting IFS to empty value.) 4258 as_nl='4259 '4260 4590 IFS=" "" $as_nl" 4261 4591 … … 4280 4610 fi 4281 4611 if test ! -f "$as_myself"; then 4282 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&24612 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4283 4613 { (exit 1); exit 1; } 4284 4614 fi … … 4293 4623 4294 4624 # NLS nuisances. 4295 for as_var in \ 4296 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4297 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4298 LC_TELEPHONE LC_TIME 4299 do 4300 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4301 eval $as_var=C; export $as_var 4302 else 4303 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4304 fi 4305 done 4625 LC_ALL=C 4626 export LC_ALL 4627 LANGUAGE=C 4628 export LANGUAGE 4306 4629 4307 4630 # Required to use basename. … … 4325 4648 X"$0" : 'X\(//\)$' \| \ 4326 4649 X"$0" : 'X\(/\)' \| . 2>/dev/null || 4327 echo X/"$0" |4650 $as_echo X/"$0" | 4328 4651 sed '/^.*\/\([^/][^/]*\)\/*$/{ 4329 4652 s//\1/ … … 4376 4699 ' >$as_me.lineno && 4377 4700 chmod +x "$as_me.lineno" || 4378 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&24701 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 4379 4702 { (exit 1); exit 1; }; } 4380 4703 … … 4404 4727 ECHO_N='-n';; 4405 4728 esac 4406 4407 4729 if expr a : '\(a\)' >/dev/null 2>&1 && 4408 4730 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 4417 4739 else 4418 4740 rm -f conf$$.dir 4419 mkdir conf$$.dir 4420 fi 4421 echo >conf$$.file 4422 if ln -s conf$$.file conf$$ 2>/dev/null; then 4423 as_ln_s='ln -s' 4424 # ... but there are two gotchas: 4425 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4426 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4427 # In both cases, we have to default to `cp -p'. 4428 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4741 mkdir conf$$.dir 2>/dev/null 4742 fi 4743 if (echo >conf$$.file) 2>/dev/null; then 4744 if ln -s conf$$.file conf$$ 2>/dev/null; then 4745 as_ln_s='ln -s' 4746 # ... but there are two gotchas: 4747 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4748 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4749 # In both cases, we have to default to `cp -p'. 4750 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4751 as_ln_s='cp -p' 4752 elif ln conf$$.file conf$$ 2>/dev/null; then 4753 as_ln_s=ln 4754 else 4429 4755 as_ln_s='cp -p' 4430 elif ln conf$$.file conf$$ 2>/dev/null; then 4431 as_ln_s=ln 4756 fi 4432 4757 else 4433 4758 as_ln_s='cp -p' … … 4454 4779 eval sh -c '\'' 4455 4780 if test -d "$1"; then 4456 test -d "$1/.";4781 test -d "$1/."; 4457 4782 else 4458 4783 case $1 in 4459 -*)set "./$1";;4784 -*)set "./$1";; 4460 4785 esac; 4461 4786 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 4479 4804 # values after options handling. 4480 4805 ac_log=" 4481 This file was extended by onioncat $as_me 0.1.12.r49 0M, which was4482 generated by GNU Autoconf 2.6 1. Invocation command line was4806 This file was extended by onioncat $as_me 0.1.12.r492M, which was 4807 generated by GNU Autoconf 2.63. Invocation command line was 4483 4808 4484 4809 CONFIG_FILES = $CONFIG_FILES … … 4493 4818 _ACEOF 4494 4819 4495 cat >>$CONFIG_STATUS <<_ACEOF 4820 case $ac_config_files in *" 4821 "*) set x $ac_config_files; shift; ac_config_files=$*;; 4822 esac 4823 4824 case $ac_config_headers in *" 4825 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 4826 esac 4827 4828 4829 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4496 4830 # Files that config.status was made for. 4497 4831 config_files="$ac_config_files" … … 4501 4835 _ACEOF 4502 4836 4503 cat >>$CONFIG_STATUS <<\_ACEOF 4837 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4504 4838 ac_cs_usage="\ 4505 4839 \`$as_me' instantiates files from templates according to the 4506 4840 current configuration. 4507 4841 4508 Usage: $0 [OPTION S][FILE]...4842 Usage: $0 [OPTION]... [FILE]... 4509 4843 4510 4844 -h, --help print this help, then exit 4511 4845 -V, --version print version number and configuration settings, then exit 4512 -q, --quiet do not print progress messages 4846 -q, --quiet, --silent 4847 do not print progress messages 4513 4848 -d, --debug don't remove temporary files 4514 4849 --recheck update $as_me by reconfiguring in the same conditions 4515 --file=FILE[:TEMPLATE]4516 instantiate the configuration file FILE4517 --header=FILE[:TEMPLATE]4518 instantiate the configuration header FILE4850 --file=FILE[:TEMPLATE] 4851 instantiate the configuration file FILE 4852 --header=FILE[:TEMPLATE] 4853 instantiate the configuration header FILE 4519 4854 4520 4855 Configuration files: … … 4530 4865 4531 4866 _ACEOF 4532 cat >>$CONFIG_STATUS <<_ACEOF 4867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4533 4868 ac_cs_version="\\ 4534 onioncat config.status 0.1.12.r49 0M4535 configured by $0, generated by GNU Autoconf 2.6 1,4536 with options \\"` echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"4537 4538 Copyright (C) 200 6Free Software Foundation, Inc.4869 onioncat config.status 0.1.12.r492M 4870 configured by $0, generated by GNU Autoconf 2.63, 4871 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 4872 4873 Copyright (C) 2008 Free Software Foundation, Inc. 4539 4874 This config.status script is free software; the Free Software Foundation 4540 4875 gives unlimited permission to copy, distribute and modify it." … … 4544 4879 INSTALL='$INSTALL' 4545 4880 MKDIR_P='$MKDIR_P' 4546 _ACEOF 4547 4548 cat >>$CONFIG_STATUS <<\_ACEOF 4549 # If no file are specified by the user, then we need to provide default 4550 # value. By we need to know if files were specified by the user. 4881 AWK='$AWK' 4882 test -n "\$AWK" || AWK=awk 4883 _ACEOF 4884 4885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4886 # The default lists apply if the user does not specify any file. 4551 4887 ac_need_defaults=: 4552 4888 while test $# != 0 … … 4570 4906 ac_cs_recheck=: ;; 4571 4907 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 4572 echo "$ac_cs_version"; exit ;;4908 $as_echo "$ac_cs_version"; exit ;; 4573 4909 --debug | --debu | --deb | --de | --d | -d ) 4574 4910 debug=: ;; 4575 4911 --file | --fil | --fi | --f ) 4576 4912 $ac_shift 4577 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 4913 case $ac_optarg in 4914 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 4915 esac 4916 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 4578 4917 ac_need_defaults=false;; 4579 4918 --header | --heade | --head | --hea ) 4580 4919 $ac_shift 4581 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 4920 case $ac_optarg in 4921 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 4922 esac 4923 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 4582 4924 ac_need_defaults=false;; 4583 4925 --he | --h) 4584 4926 # Conflict between --help and --header 4585 { echo "$as_me: error: ambiguous option: $14927 { $as_echo "$as_me: error: ambiguous option: $1 4586 4928 Try \`$0 --help' for more information." >&2 4587 4929 { (exit 1); exit 1; }; };; 4588 4930 --help | --hel | -h ) 4589 echo "$ac_cs_usage"; exit ;;4931 $as_echo "$ac_cs_usage"; exit ;; 4590 4932 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4591 4933 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 4593 4935 4594 4936 # This is an error. 4595 -*) { echo "$as_me: error: unrecognized option: $14937 -*) { $as_echo "$as_me: error: unrecognized option: $1 4596 4938 Try \`$0 --help' for more information." >&2 4597 4939 { (exit 1); exit 1; }; } ;; … … 4612 4954 4613 4955 _ACEOF 4614 cat >>$CONFIG_STATUS <<_ACEOF 4956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4615 4957 if \$ac_cs_recheck; then 4616 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 4617 CONFIG_SHELL=$SHELL 4958 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4959 shift 4960 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 4961 CONFIG_SHELL='$SHELL' 4618 4962 export CONFIG_SHELL 4619 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion4620 fi 4621 4622 _ACEOF 4623 cat >>$CONFIG_STATUS <<\_ACEOF 4963 exec "\$@" 4964 fi 4965 4966 _ACEOF 4967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4624 4968 exec 5>>config.log 4625 4969 { … … 4628 4972 ## Running $as_me. ## 4629 4973 _ASBOX 4630 echo "$ac_log"4974 $as_echo "$ac_log" 4631 4975 } >&5 4632 4976 4633 4977 _ACEOF 4634 cat >>$CONFIG_STATUS <<_ACEOF 4978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4635 4979 # 4636 4980 # INIT-COMMANDS … … 4640 4984 _ACEOF 4641 4985 4642 cat >>$CONFIG_STATUS <<\_ACEOF 4986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4643 4987 4644 4988 # Handling of arguments. … … 4653 4997 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 4654 4998 4655 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&54656 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}4999 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 5000 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 4657 5001 { (exit 1); exit 1; }; };; 4658 5002 esac … … 4695 5039 } || 4696 5040 { 4697 echo "$me: cannot create a temporary directory in ." >&25041 $as_echo "$as_me: cannot create a temporary directory in ." >&2 4698 5042 { (exit 1); exit 1; } 4699 5043 } 4700 5044 4701 # 4702 # Set up the sed scripts for CONFIG_FILES section. 4703 # 4704 4705 # No need to generate the scripts if there are no CONFIG_FILES. 4706 # This happens for instance when ./config.status config.h 5045 # Set up the scripts for CONFIG_FILES section. 5046 # No need to generate them if there are no CONFIG_FILES. 5047 # This happens for instance with `./config.status config.h'. 4707 5048 if test -n "$CONFIG_FILES"; then 4708 5049 4709 _ACEOF 4710 4711 4712 5050 5051 ac_cr=' 5052 ' 5053 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 5054 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 5055 ac_cs_awk_cr='\\r' 5056 else 5057 ac_cs_awk_cr=$ac_cr 5058 fi 5059 5060 echo 'BEGIN {' >"$tmp/subs1.awk" && 5061 _ACEOF 5062 5063 5064 { 5065 echo "cat >conf$$subs.awk <<_ACEOF" && 5066 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 5067 echo "_ACEOF" 5068 } >conf$$subs.sh || 5069 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5070 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5071 { (exit 1); exit 1; }; } 5072 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 4713 5073 ac_delim='%!_!# ' 4714 5074 for ac_last_try in false false false false false :; do 4715 cat >conf$$subs.sed <<_ACEOF 4716 SHELL!$SHELL$ac_delim 4717 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 4718 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 4719 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 4720 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 4721 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 4722 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 4723 exec_prefix!$exec_prefix$ac_delim 4724 prefix!$prefix$ac_delim 4725 program_transform_name!$program_transform_name$ac_delim 4726 bindir!$bindir$ac_delim 4727 sbindir!$sbindir$ac_delim 4728 libexecdir!$libexecdir$ac_delim 4729 datarootdir!$datarootdir$ac_delim 4730 datadir!$datadir$ac_delim 4731 sysconfdir!$sysconfdir$ac_delim 4732 sharedstatedir!$sharedstatedir$ac_delim 4733 localstatedir!$localstatedir$ac_delim 4734 includedir!$includedir$ac_delim 4735 oldincludedir!$oldincludedir$ac_delim 4736 docdir!$docdir$ac_delim 4737 infodir!$infodir$ac_delim 4738 htmldir!$htmldir$ac_delim 4739 dvidir!$dvidir$ac_delim 4740 pdfdir!$pdfdir$ac_delim 4741 psdir!$psdir$ac_delim 4742 libdir!$libdir$ac_delim 4743 localedir!$localedir$ac_delim 4744 mandir!$mandir$ac_delim 4745 DEFS!$DEFS$ac_delim 4746 ECHO_C!$ECHO_C$ac_delim 4747 ECHO_N!$ECHO_N$ac_delim 4748 ECHO_T!$ECHO_T$ac_delim 4749 LIBS!$LIBS$ac_delim 4750 build_alias!$build_alias$ac_delim 4751 host_alias!$host_alias$ac_delim 4752 target_alias!$target_alias$ac_delim 4753 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 4754 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 4755 INSTALL_DATA!$INSTALL_DATA$ac_delim 4756 am__isrc!$am__isrc$ac_delim 4757 CYGPATH_W!$CYGPATH_W$ac_delim 4758 PACKAGE!$PACKAGE$ac_delim 4759 VERSION!$VERSION$ac_delim 4760 ACLOCAL!$ACLOCAL$ac_delim 4761 AUTOCONF!$AUTOCONF$ac_delim 4762 AUTOMAKE!$AUTOMAKE$ac_delim 4763 AUTOHEADER!$AUTOHEADER$ac_delim 4764 MAKEINFO!$MAKEINFO$ac_delim 4765 install_sh!$install_sh$ac_delim 4766 STRIP!$STRIP$ac_delim 4767 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 4768 mkdir_p!$mkdir_p$ac_delim 4769 AWK!$AWK$ac_delim 4770 SET_MAKE!$SET_MAKE$ac_delim 4771 am__leading_dot!$am__leading_dot$ac_delim 4772 AMTAR!$AMTAR$ac_delim 4773 am__tar!$am__tar$ac_delim 4774 am__untar!$am__untar$ac_delim 4775 CFLAGS!$CFLAGS$ac_delim 4776 CC!$CC$ac_delim 4777 LDFLAGS!$LDFLAGS$ac_delim 4778 CPPFLAGS!$CPPFLAGS$ac_delim 4779 ac_ct_CC!$ac_ct_CC$ac_delim 4780 EXEEXT!$EXEEXT$ac_delim 4781 OBJEXT!$OBJEXT$ac_delim 4782 DEPDIR!$DEPDIR$ac_delim 4783 am__include!$am__include$ac_delim 4784 am__quote!$am__quote$ac_delim 4785 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 4786 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 4787 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 4788 CCDEPMODE!$CCDEPMODE$ac_delim 4789 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 4790 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 4791 LIBOBJS!$LIBOBJS$ac_delim 4792 LTLIBOBJS!$LTLIBOBJS$ac_delim 4793 _ACEOF 4794 4795 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then 5075 . ./conf$$subs.sh || 5076 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5077 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5078 { (exit 1); exit 1; }; } 5079 5080 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 5081 if test $ac_delim_n = $ac_delim_num; then 4796 5082 break 4797 5083 elif $ac_last_try; then 4798 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&54799 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}5084 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5085 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 4800 5086 { (exit 1); exit 1; }; } 4801 5087 else … … 4803 5089 fi 4804 5090 done 4805 4806 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 4807 if test -n "$ac_eof"; then 4808 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 4809 ac_eof=`expr $ac_eof + 1` 4810 fi 4811 4812 cat >>$CONFIG_STATUS <<_ACEOF 4813 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 4814 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 4815 _ACEOF 4816 sed ' 4817 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 4818 s/^/s,@/; s/!/@,|#_!!_#|/ 4819 :n 4820 t n 4821 s/'"$ac_delim"'$/,g/; t 4822 s/$/\\/; p 4823 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 4824 ' >>$CONFIG_STATUS <conf$$subs.sed 4825 rm -f conf$$subs.sed 4826 cat >>$CONFIG_STATUS <<_ACEOF 4827 :end 4828 s/|#_!!_#|//g 4829 CEOF$ac_eof 4830 _ACEOF 4831 5091 rm -f conf$$subs.sh 5092 5093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5094 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 5095 _ACEOF 5096 sed -n ' 5097 h 5098 s/^/S["/; s/!.*/"]=/ 5099 p 5100 g 5101 s/^[^!]*!// 5102 :repl 5103 t repl 5104 s/'"$ac_delim"'$// 5105 t delim 5106 :nl 5107 h 5108 s/\(.\{148\}\).*/\1/ 5109 t more1 5110 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 5111 p 5112 n 5113 b repl 5114 :more1 5115 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5116 p 5117 g 5118 s/.\{148\}// 5119 t nl 5120 :delim 5121 h 5122 s/\(.\{148\}\).*/\1/ 5123 t more2 5124 s/["\\]/\\&/g; s/^/"/; s/$/"/ 5125 p 5126 b 5127 :more2 5128 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5129 p 5130 g 5131 s/.\{148\}// 5132 t delim 5133 ' <conf$$subs.awk | sed ' 5134 /^[^""]/{ 5135 N 5136 s/\n// 5137 } 5138 ' >>$CONFIG_STATUS || ac_write_fail=1 5139 rm -f conf$$subs.awk 5140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5141 _ACAWK 5142 cat >>"\$tmp/subs1.awk" <<_ACAWK && 5143 for (key in S) S_is_set[key] = 1 5144 FS = "" 5145 5146 } 5147 { 5148 line = $ 0 5149 nfields = split(line, field, "@") 5150 substed = 0 5151 len = length(field[1]) 5152 for (i = 2; i < nfields; i++) { 5153 key = field[i] 5154 keylen = length(key) 5155 if (S_is_set[key]) { 5156 value = S[key] 5157 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 5158 len += length(value) + length(field[++i]) 5159 substed = 1 5160 } else 5161 len += 1 + keylen 5162 } 5163 5164 print line 5165 } 5166 5167 _ACAWK 5168 _ACEOF 5169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5170 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 5171 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 5172 else 5173 cat 5174 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 5175 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 5176 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 5177 { (exit 1); exit 1; }; } 5178 _ACEOF 4832 5179 4833 5180 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 4846 5193 fi 4847 5194 4848 cat >>$CONFIG_STATUS <<\_ACEOF 5195 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4849 5196 fi # test -n "$CONFIG_FILES" 4850 5197 4851 4852 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 5198 # Set up the scripts for CONFIG_HEADERS section. 5199 # No need to generate them if there are no CONFIG_HEADERS. 5200 # This happens for instance with `./config.status Makefile'. 5201 if test -n "$CONFIG_HEADERS"; then 5202 cat >"$tmp/defines.awk" <<\_ACAWK || 5203 BEGIN { 5204 _ACEOF 5205 5206 # Transform confdefs.h into an awk script `defines.awk', embedded as 5207 # here-document in config.status, that substitutes the proper values into 5208 # config.h.in to produce config.h. 5209 5210 # Create a delimiter string that does not exist in confdefs.h, to ease 5211 # handling of long lines. 5212 ac_delim='%!_!# ' 5213 for ac_last_try in false false :; do 5214 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 5215 if test -z "$ac_t"; then 5216 break 5217 elif $ac_last_try; then 5218 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 5219 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 5220 { (exit 1); exit 1; }; } 5221 else 5222 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5223 fi 5224 done 5225 5226 # For the awk script, D is an array of macro values keyed by name, 5227 # likewise P contains macro parameters if any. Preserve backslash 5228 # newline sequences. 5229 5230 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5231 sed -n ' 5232 s/.\{148\}/&'"$ac_delim"'/g 5233 t rset 5234 :rset 5235 s/^[ ]*#[ ]*define[ ][ ]*/ / 5236 t def 5237 d 5238 :def 5239 s/\\$// 5240 t bsnl 5241 s/["\\]/\\&/g 5242 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5243 D["\1"]=" \3"/p 5244 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 5245 d 5246 :bsnl 5247 s/["\\]/\\&/g 5248 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5249 D["\1"]=" \3\\\\\\n"\\/p 5250 t cont 5251 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 5252 t cont 5253 d 5254 :cont 5255 n 5256 s/.\{148\}/&'"$ac_delim"'/g 5257 t clear 5258 :clear 5259 s/\\$// 5260 t bsnlc 5261 s/["\\]/\\&/g; s/^/"/; s/$/"/p 5262 d 5263 :bsnlc 5264 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 5265 b cont 5266 ' <confdefs.h | sed ' 5267 s/'"$ac_delim"'/"\\\ 5268 "/g' >>$CONFIG_STATUS || ac_write_fail=1 5269 5270 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5271 for (key in D) D_is_set[key] = 1 5272 FS = "" 5273 } 5274 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 5275 line = \$ 0 5276 split(line, arg, " ") 5277 if (arg[1] == "#") { 5278 defundef = arg[2] 5279 mac1 = arg[3] 5280 } else { 5281 defundef = substr(arg[1], 2) 5282 mac1 = arg[2] 5283 } 5284 split(mac1, mac2, "(") #) 5285 macro = mac2[1] 5286 prefix = substr(line, 1, index(line, defundef) - 1) 5287 if (D_is_set[macro]) { 5288 # Preserve the white space surrounding the "#". 5289 print prefix "define", macro P[macro] D[macro] 5290 next 5291 } else { 5292 # Replace #undef with comments. This is necessary, for example, 5293 # in the case of _POSIX_SOURCE, which is predefined and required 5294 # on some systems where configure will not decide to define it. 5295 if (defundef == "undef") { 5296 print "/*", prefix defundef, macro, "*/" 5297 next 5298 } 5299 } 5300 } 5301 { print } 5302 _ACAWK 5303 _ACEOF 5304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5305 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 5306 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 5307 { (exit 1); exit 1; }; } 5308 fi # test -n "$CONFIG_HEADERS" 5309 5310 5311 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 5312 shift 5313 for ac_tag 4853 5314 do 4854 5315 case $ac_tag in … … 4857 5318 case $ac_mode$ac_tag in 4858 5319 :[FHL]*:*);; 4859 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&54860 echo "$as_me: error: Invalid tag $ac_tag." >&2;}5320 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 5321 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} 4861 5322 { (exit 1); exit 1; }; };; 4862 5323 :[FH]-) ac_tag=-:-;; … … 4887 5348 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4888 5349 esac || 4889 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&54890 echo "$as_me: error: cannot find input file: $ac_f" >&2;}5350 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 5351 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 4891 5352 { (exit 1); exit 1; }; };; 4892 5353 esac 4893 ac_file_inputs="$ac_file_inputs $ac_f" 5354 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 5355 ac_file_inputs="$ac_file_inputs '$ac_f'" 4894 5356 done 4895 5357 … … 4897 5359 # use $as_me), people would be surprised to read: 4898 5360 # /* config.h. Generated by config.status. */ 4899 configure_input="Generated from "`IFS=: 4900 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 5361 configure_input='Generated from '` 5362 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 5363 `' by configure.' 4901 5364 if test x"$ac_file" != x-; then 4902 5365 configure_input="$ac_file. $configure_input" 4903 { echo "$as_me:$LINENO: creating $ac_file" >&54904 echo "$as_me: creating $ac_file" >&6;}5366 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 5367 $as_echo "$as_me: creating $ac_file" >&6;} 4905 5368 fi 5369 # Neutralize special characters interpreted by sed in replacement strings. 5370 case $configure_input in #( 5371 *\&* | *\|* | *\\* ) 5372 ac_sed_conf_input=`$as_echo "$configure_input" | 5373 sed 's/[\\\\&|]/\\\\&/g'`;; #( 5374 *) ac_sed_conf_input=$configure_input;; 5375 esac 4906 5376 4907 5377 case $ac_tag in 4908 *:-:* | *:-) cat >"$tmp/stdin";; 5378 *:-:* | *:-) cat >"$tmp/stdin" \ 5379 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5380 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5381 { (exit 1); exit 1; }; } ;; 4909 5382 esac 4910 5383 ;; … … 4916 5389 X"$ac_file" : 'X\(//\)$' \| \ 4917 5390 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 4918 echo X"$ac_file" |5391 $as_echo X"$ac_file" | 4919 5392 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4920 5393 s//\1/ … … 4942 5415 while :; do 4943 5416 case $as_dir in #( 4944 *\'*) as_qdir=` echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(5417 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 4945 5418 *) as_qdir=$as_dir;; 4946 5419 esac … … 4951 5424 X"$as_dir" : 'X\(//\)$' \| \ 4952 5425 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4953 echo X"$as_dir" |5426 $as_echo X"$as_dir" | 4954 5427 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4955 5428 s//\1/ … … 4972 5445 done 4973 5446 test -z "$as_dirs" || eval "mkdir $as_dirs" 4974 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&54975 echo "$as_me: error: cannot create directory $as_dir" >&2;}5447 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5448 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 4976 5449 { (exit 1); exit 1; }; }; } 4977 5450 ac_builddir=. … … 4980 5453 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 4981 5454 *) 4982 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`5455 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 4983 5456 # A ".." for each directory in $ac_dir_suffix. 4984 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`5457 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 4985 5458 case $ac_top_builddir_sub in 4986 5459 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 5027 5500 _ACEOF 5028 5501 5029 cat >>$CONFIG_STATUS <<\_ACEOF 5502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5030 5503 # If the template does not know about datarootdir, expand it. 5031 5504 # FIXME: This hack should be removed a few years after 2.60. 5032 5505 ac_datarootdir_hack=; ac_datarootdir_seen= 5033 5506 5034 case `sed -n '/datarootdir/ { 5507 ac_sed_dataroot=' 5508 /datarootdir/ { 5035 5509 p 5036 5510 q … … 5041 5515 /@localedir@/p 5042 5516 /@mandir@/p 5043 ' $ac_file_inputs` in 5517 ' 5518 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 5044 5519 *datarootdir*) ac_datarootdir_seen=yes;; 5045 5520 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 5046 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&55047 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}5048 _ACEOF 5049 cat >>$CONFIG_STATUS <<_ACEOF 5521 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5522 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5523 _ACEOF 5524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5050 5525 ac_datarootdir_hack=' 5051 5526 s&@datadir@&$datadir&g … … 5061 5536 # Shell code in configure.ac might set extrasub. 5062 5537 # FIXME: do we really want to maintain this feature? 5063 cat >>$CONFIG_STATUS <<_ACEOF 5064 sed"$ac_vpsub5538 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5539 ac_sed_extra="$ac_vpsub 5065 5540 $extrasub 5066 5541 _ACEOF 5067 cat >>$CONFIG_STATUS <<\_ACEOF 5542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5068 5543 :t 5069 5544 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5070 s &@configure_input@&$configure_input&;t t5545 s|@configure_input@|$ac_sed_conf_input|;t t 5071 5546 s&@top_builddir@&$ac_top_builddir_sub&;t t 5547 s&@top_build_prefix@&$ac_top_build_prefix&;t t 5072 5548 s&@srcdir@&$ac_srcdir&;t t 5073 5549 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 5080 5556 s&@MKDIR_P@&$ac_MKDIR_P&;t t 5081 5557 $ac_datarootdir_hack 5082 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 5558 " 5559 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 5560 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5561 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5562 { (exit 1); exit 1; }; } 5083 5563 5084 5564 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 5085 5565 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 5086 5566 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 5087 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'5567 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5088 5568 which seems to be undefined. Please make sure it is defined." >&5 5089 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'5569 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5090 5570 which seems to be undefined. Please make sure it is defined." >&2;} 5091 5571 5092 5572 rm -f "$tmp/stdin" 5093 5573 case $ac_file in 5094 -) cat "$tmp/out"; rm -f "$tmp/out";; 5095 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 5096 esac 5574 -) cat "$tmp/out" && rm -f "$tmp/out";; 5575 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 5576 esac \ 5577 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5578 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5579 { (exit 1); exit 1; }; } 5097 5580 ;; 5098 5581 :H) … … 5100 5583 # CONFIG_HEADER 5101 5584 # 5102 _ACEOF5103 5104 # Transform confdefs.h into a sed script `conftest.defines', that5105 # substitutes the proper values into config.h.in to produce config.h.5106 rm -f conftest.defines conftest.tail5107 # First, append a space to every undef/define line, to ease matching.5108 echo 's/$/ /' >conftest.defines5109 # Then, protect against being on the right side of a sed subst, or in5110 # an unquoted here document, in config.status. If some macros were5111 # called several times there might be several #defines for the same5112 # symbol, which is useless. But do not sort them, since the last5113 # AC_DEFINE must be honored.5114 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*5115 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where5116 # NAME is the cpp macro being defined, VALUE is the value it is being given.5117 # PARAMS is the parameter list in the macro definition--in most cases, it's5118 # just an empty string.5119 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'5120 ac_dB='\\)[ (].*,\\1define\\2'5121 ac_dC=' '5122 ac_dD=' ,'5123 5124 uniq confdefs.h |5125 sed -n '5126 t rset5127 :rset5128 s/^[ ]*#[ ]*define[ ][ ]*//5129 t ok5130 d5131 :ok5132 s/[\\&,]/\\&/g5133 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p5134 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p5135 ' >>conftest.defines5136 5137 # Remove the space that was appended to ease matching.5138 # Then replace #undef with comments. This is necessary, for5139 # example, in the case of _POSIX_SOURCE, which is predefined and required5140 # on some systems where configure will not decide to define it.5141 # (The regexp can be short, since the line contains either #define or #undef.)5142 echo 's/ $//5143 s,^[ #]*u.*,/* & */,' >>conftest.defines5144 5145 # Break up conftest.defines:5146 ac_max_sed_lines=505147 5148 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"5149 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"5150 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"5151 # et cetera.5152 ac_in='$ac_file_inputs'5153 ac_out='"$tmp/out1"'5154 ac_nxt='"$tmp/out2"'5155 5156 while :5157 do5158 # Write a here document:5159 cat >>$CONFIG_STATUS <<_ACEOF5160 # First, check the format of the line:5161 cat >"\$tmp/defines.sed" <<\\CEOF5162 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def5163 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def5164 b5165 :def5166 _ACEOF5167 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS5168 echo 'CEOF5169 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS5170 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in5171 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail5172 grep . conftest.tail >/dev/null || break5173 rm -f conftest.defines5174 mv conftest.tail conftest.defines5175 done5176 rm -f conftest.defines conftest.tail5177 5178 echo "ac_result=$ac_in" >>$CONFIG_STATUS5179 cat >>$CONFIG_STATUS <<\_ACEOF5180 5585 if test x"$ac_file" != x-; then 5181 echo "/* $configure_input */" >"$tmp/config.h" 5182 cat "$ac_result" >>"$tmp/config.h" 5183 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 5184 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 5185 echo "$as_me: $ac_file is unchanged" >&6;} 5586 { 5587 $as_echo "/* $configure_input */" \ 5588 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 5589 } >"$tmp/config.h" \ 5590 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5591 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5592 { (exit 1); exit 1; }; } 5593 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 5594 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 5595 $as_echo "$as_me: $ac_file is unchanged" >&6;} 5186 5596 else 5187 rm -f $ac_file 5188 mv "$tmp/config.h" $ac_file 5597 rm -f "$ac_file" 5598 mv "$tmp/config.h" "$ac_file" \ 5599 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 5600 $as_echo "$as_me: error: could not create $ac_file" >&2;} 5601 { (exit 1); exit 1; }; } 5189 5602 fi 5190 5603 else 5191 echo "/* $configure_input */" 5192 cat "$ac_result" 5604 $as_echo "/* $configure_input */" \ 5605 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 5606 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 5607 $as_echo "$as_me: error: could not create -" >&2;} 5608 { (exit 1); exit 1; }; } 5193 5609 fi 5194 rm -f "$tmp/out12" 5195 # Compute $ac_file's index in $config_headers. 5196 _am_arg=$ac_file 5610 # Compute "$ac_file"'s index in $config_headers. 5611 _am_arg="$ac_file" 5197 5612 _am_stamp_count=1 5198 5613 for _am_header in $config_headers :; do … … 5209 5624 X"$_am_arg" : 'X\(//\)$' \| \ 5210 5625 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 5211 echo X"$_am_arg" |5626 $as_echo X"$_am_arg" | 5212 5627 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5213 5628 s//\1/ … … 5229 5644 ;; 5230 5645 5231 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&55232 echo "$as_me: executing $ac_file commands" >&6;}5646 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 5647 $as_echo "$as_me: executing $ac_file commands" >&6;} 5233 5648 ;; 5234 5649 esac … … 5252 5667 X"$mf" : 'X\(//\)$' \| \ 5253 5668 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 5254 echo X"$mf" |5669 $as_echo X"$mf" | 5255 5670 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5256 5671 s//\1/ … … 5296 5711 X"$file" : 'X\(//\)$' \| \ 5297 5712 X"$file" : 'X\(/\)' \| . 2>/dev/null || 5298 echo X"$file" |5713 $as_echo X"$file" | 5299 5714 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5300 5715 s//\1/ … … 5322 5737 while :; do 5323 5738 case $as_dir in #( 5324 *\'*) as_qdir=` echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(5739 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 5325 5740 *) as_qdir=$as_dir;; 5326 5741 esac … … 5331 5746 X"$as_dir" : 'X\(//\)$' \| \ 5332 5747 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5333 echo X"$as_dir" |5748 $as_echo X"$as_dir" | 5334 5749 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5335 5750 s//\1/ … … 5352 5767 done 5353 5768 test -z "$as_dirs" || eval "mkdir $as_dirs" 5354 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&55355 echo "$as_me: error: cannot create directory $as_dir" >&2;}5769 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5770 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 5356 5771 { (exit 1); exit 1; }; }; } 5357 5772 # echo "creating $dirpart/$file" … … 5369 5784 chmod +x $CONFIG_STATUS 5370 5785 ac_clean_files=$ac_clean_files_save 5786 5787 test $ac_write_fail = 0 || 5788 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 5789 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 5790 { (exit 1); exit 1; }; } 5371 5791 5372 5792 … … 5391 5811 $ac_cs_success || { (exit 1); exit 1; } 5392 5812 fi 5393 5394 5813 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 5814 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 5815 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 5816 fi 5817 5818 -
trunk/freebsd/Makefile
r490 r493 7 7 8 8 PORTNAME= onioncat 9 PORTVERSION= 0.1.12.r4 879 PORTVERSION= 0.1.12.r493 10 10 CATEGORIES= security 11 11 MASTER_SITES= http://www.cypherpunk.at/ocat/download/ -
trunk/man/Makefile.in
r491 r493 125 125 sysconfdir = @sysconfdir@ 126 126 target_alias = @target_alias@ 127 top_build_prefix = @top_build_prefix@ 127 128 top_builddir = @top_builddir@ 128 129 top_srcdir = @top_srcdir@ -
trunk/src/Makefile.in
r491 r493 153 153 sysconfdir = @sysconfdir@ 154 154 target_alias = @target_alias@ 155 top_build_prefix = @top_build_prefix@ 155 156 top_builddir = @top_builddir@ 156 157 top_srcdir = @top_srcdir@ -
trunk/src/cygwin/Makefile.in
r491 r493 134 134 sysconfdir = @sysconfdir@ 135 135 target_alias = @target_alias@ 136 top_build_prefix = @top_build_prefix@ 136 137 top_builddir = @top_builddir@ 137 138 top_srcdir = @top_srcdir@
Note: See TracChangeset
for help on using the changeset viewer.
