Changeset 3057 for pjproject/trunk/aconfigure
- Timestamp:
- Jan 13, 2010 1:09:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r2973 r3057 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1for pjproject 1.0.3 # Generated by GNU Autoconf 2.62 for pjproject 1.0. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 7 7 # This configure script is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy, distribute and modify it. … … 16 16 emulate sh 17 17 NULLCMD=: 18 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 19 19 # is contrary to our usage. Disable this feature. 20 20 alias -g '${1+"$@"}'='"$@"' … … 38 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 39 39 40 as_nl=' 41 ' 42 export as_nl 43 # Printing a long string crashes Solaris 7 /usr/bin/printf. 44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 48 as_echo='printf %s\n' 49 as_echo_n='printf %s' 50 else 51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 53 as_echo_n='/usr/ucb/echo -n' 54 else 55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 56 as_echo_n_body='eval 57 arg=$1; 58 case $arg in 59 *"$as_nl"*) 60 expr "X$arg" : "X\\(.*\\)$as_nl"; 61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 62 esac; 63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 64 ' 65 export as_echo_n_body 66 as_echo_n='sh -c $as_echo_n_body as_echo' 67 fi 68 export as_echo_body 69 as_echo='sh -c $as_echo_body as_echo' 70 fi 71 40 72 # The user is always right. 41 73 if test "${PATH_SEPARATOR+set}" != set; then 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 74 PATH_SEPARATOR=: 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 77 PATH_SEPARATOR=';' 78 } 51 79 fi 52 80 … … 64 92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 65 93 # splitting by setting IFS to empty value.) 66 as_nl='67 '68 94 IFS=" "" $as_nl" 69 95 … … 88 114 fi 89 115 if test ! -f "$as_myself"; then 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 91 117 { (exit 1); exit 1; } 92 118 fi … … 101 127 102 128 # NLS nuisances. 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 107 do 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 fi 113 done 129 LC_ALL=C 130 export LC_ALL 131 LANGUAGE=C 132 export LANGUAGE 114 133 115 134 # Required to use basename. … … 133 152 X"$0" : 'X\(//\)$' \| \ 134 153 X"$0" : 'X\(/\)' \| . 2>/dev/null || 135 echo X/"$0" |154 $as_echo X/"$0" | 136 155 sed '/^.*\/\([^/][^/]*\)\/*$/{ 137 156 s//\1/ … … 159 178 fi 160 179 161 if test $as_have_required = yes && 180 if test $as_have_required = yes && (eval ": 162 181 (as_func_return () { 163 182 (exit \$1) … … 241 260 emulate sh 242 261 NULLCMD=: 243 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 244 263 # is contrary to our usage. Disable this feature. 245 264 alias -g '${1+"$@"}'='"$@"' … … 262 281 emulate sh 263 282 NULLCMD=: 264 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 265 284 # is contrary to our usage. Disable this feature. 266 285 alias -g '${1+"$@"}'='"$@"' … … 342 361 if test "x$CONFIG_SHELL" != x; then 343 362 for as_var in BASH_ENV ENV 344 345 346 347 363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 364 done 365 export CONFIG_SHELL 366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 348 367 fi 349 368 … … 414 433 test \$exitcode = 0") || { 415 434 echo No shell found that supports shell functions. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 435 echo Please tell bug-autoconf@gnu.org about your system, 436 echo including any error possibly output before this message. 437 echo This can help us improve future autoconf versions. 438 echo Configuration will now proceed without shell functions. 419 439 } 420 440 … … 452 472 ' >$as_me.lineno && 453 473 chmod +x "$as_me.lineno" || 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 455 475 { (exit 1); exit 1; }; } 456 476 … … 480 500 ECHO_N='-n';; 481 501 esac 482 483 502 if expr a : '\(a\)' >/dev/null 2>&1 && 484 503 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 493 512 else 494 513 rm -f conf$$.dir 495 mkdir conf$$.dir 496 fi 497 echo >conf$$.file 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 514 mkdir conf$$.dir 2>/dev/null 515 fi 516 if (echo >conf$$.file) 2>/dev/null; then 517 if ln -s conf$$.file conf$$ 2>/dev/null; then 518 as_ln_s='ln -s' 519 # ... but there are two gotchas: 520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 522 # In both cases, we have to default to `cp -p'. 523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 524 as_ln_s='cp -p' 525 elif ln conf$$.file conf$$ 2>/dev/null; then 526 as_ln_s=ln 527 else 505 528 as_ln_s='cp -p' 506 elif ln conf$$.file conf$$ 2>/dev/null; then 507 as_ln_s=ln 529 fi 508 530 else 509 531 as_ln_s='cp -p' … … 530 552 eval sh -c '\'' 531 553 if test -d "$1"; then 532 554 test -d "$1/."; 533 555 else 534 556 case $1 in 535 557 -*)set "./$1";; 536 558 esac; 537 559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 703 725 LTLIBOBJS' 704 726 ac_subst_files='' 727 ac_user_opts=' 728 enable_option_checking 729 enable_floating_point 730 enable_epoll 731 enable_sound 732 enable_oss 733 enable_ext_sound 734 enable_small_filter 735 enable_large_filter 736 enable_speex_aec 737 enable_g711_codec 738 enable_l16_codec 739 enable_gsm_codec 740 enable_g722_codec 741 enable_g7221_codec 742 enable_speex_codec 743 enable_ilbc_codec 744 enable_libsamplerate 745 enable_ipp 746 enable_ipp_samples 747 enable_ssl 748 ' 705 749 ac_precious_vars='build_alias 706 750 host_alias … … 720 764 ac_init_help= 721 765 ac_init_version=false 766 ac_unrecognized_opts= 767 ac_unrecognized_sep= 722 768 # The variables have the same names as the options, with 723 769 # dashes changed to underlines. … … 818 864 819 865 -disable-* | --disable-*) 820 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`866 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 821 867 # Reject names that are not valid shell variable names. 822 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&823 { echo "$as_me: error: invalid feature name: $ac_feature" >&2868 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 869 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 824 870 { (exit 1); exit 1; }; } 825 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 826 eval enable_$ac_feature=no ;; 871 ac_useropt_orig=$ac_useropt 872 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 873 case $ac_user_opts in 874 *" 875 "enable_$ac_useropt" 876 "*) ;; 877 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 878 ac_unrecognized_sep=', ';; 879 esac 880 eval enable_$ac_useropt=no ;; 827 881 828 882 -docdir | --docdir | --docdi | --doc | --do) … … 837 891 838 892 -enable-* | --enable-*) 839 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`893 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 840 894 # Reject names that are not valid shell variable names. 841 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&842 { echo "$as_me: error: invalid feature name: $ac_feature" >&2895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 896 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 843 897 { (exit 1); exit 1; }; } 844 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 845 eval enable_$ac_feature=\$ac_optarg ;; 898 ac_useropt_orig=$ac_useropt 899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 900 case $ac_user_opts in 901 *" 902 "enable_$ac_useropt" 903 "*) ;; 904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 905 ac_unrecognized_sep=', ';; 906 esac 907 eval enable_$ac_useropt=\$ac_optarg ;; 846 908 847 909 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1034 1096 1035 1097 -with-* | --with-*) 1036 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1098 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1037 1099 # Reject names that are not valid shell variable names. 1038 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1039 { echo "$as_me: error: invalid package name: $ac_package" >&21100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1101 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1040 1102 { (exit 1); exit 1; }; } 1041 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1042 eval with_$ac_package=\$ac_optarg ;; 1103 ac_useropt_orig=$ac_useropt 1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1105 case $ac_user_opts in 1106 *" 1107 "with_$ac_useropt" 1108 "*) ;; 1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1110 ac_unrecognized_sep=', ';; 1111 esac 1112 eval with_$ac_useropt=\$ac_optarg ;; 1043 1113 1044 1114 -without-* | --without-*) 1045 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1115 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1046 1116 # Reject names that are not valid shell variable names. 1047 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1048 { echo "$as_me: error: invalid package name: $ac_package" >&21117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1118 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1049 1119 { (exit 1); exit 1; }; } 1050 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1051 eval with_$ac_package=no ;; 1120 ac_useropt_orig=$ac_useropt 1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1122 case $ac_user_opts in 1123 *" 1124 "with_$ac_useropt" 1125 "*) ;; 1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1127 ac_unrecognized_sep=', ';; 1128 esac 1129 eval with_$ac_useropt=no ;; 1052 1130 1053 1131 --x) … … 1069 1147 x_libraries=$ac_optarg ;; 1070 1148 1071 -*) { echo "$as_me: error: unrecognized option: $ac_option1149 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1072 1150 Try \`$0 --help' for more information." >&2 1073 1151 { (exit 1); exit 1; }; } … … 1078 1156 # Reject names that are not valid shell variable names. 1079 1157 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1080 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21158 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1081 1159 { (exit 1); exit 1; }; } 1082 1160 eval $ac_envvar=\$ac_optarg … … 1085 1163 *) 1086 1164 # FIXME: should be removed in autoconf 3.0. 1087 echo "$as_me: WARNING: you should use --build, --host, --target" >&21165 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1088 1166 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1089 echo "$as_me: WARNING: invalid host type: $ac_option" >&21167 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1090 1168 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1091 1169 ;; … … 1096 1174 if test -n "$ac_prev"; then 1097 1175 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1098 { echo "$as_me: error: missing argument to $ac_option" >&21176 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1099 1177 { (exit 1); exit 1; }; } 1100 1178 fi 1101 1179 1102 # Be sure to have absolute directory names. 1180 if test -n "$ac_unrecognized_opts"; then 1181 case $enable_option_checking in 1182 no) ;; 1183 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1184 { (exit 1); exit 1; }; } ;; 1185 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1186 esac 1187 fi 1188 1189 # Check all directory arguments for consistency. 1103 1190 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1104 1191 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1107 1194 do 1108 1195 eval ac_val=\$$ac_var 1196 # Remove trailing slashes. 1197 case $ac_val in 1198 */ ) 1199 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1200 eval $ac_var=\$ac_val;; 1201 esac 1202 # Be sure to have absolute directory names. 1109 1203 case $ac_val in 1110 1204 [\\/$]* | ?:[\\/]* ) continue;; 1111 1205 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1112 1206 esac 1113 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21207 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1114 1208 { (exit 1); exit 1; }; } 1115 1209 done … … 1126 1220 if test "x$build_alias" = x; then 1127 1221 cross_compiling=maybe 1128 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1222 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1129 1223 If a cross compiler is detected then cross compile mode will be used." >&2 1130 1224 elif test "x$build_alias" != "x$host_alias"; then … … 1142 1236 ac_ls_di=`ls -di .` && 1143 1237 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1144 { echo "$as_me: error: Working directory cannot be determined" >&21238 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1145 1239 { (exit 1); exit 1; }; } 1146 1240 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1147 { echo "$as_me: error: pwd does not report name of working directory" >&21241 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1148 1242 { (exit 1); exit 1; }; } 1149 1243 … … 1153 1247 ac_srcdir_defaulted=yes 1154 1248 # Try the directory containing this script, then the parent directory. 1155 ac_confdir=`$as_dirname -- "$ 0" ||1156 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1157 X"$ 0" : 'X\(//\)[^/]' \| \1158 X"$ 0" : 'X\(//\)$' \| \1159 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1160 echo X"$0" |1249 ac_confdir=`$as_dirname -- "$as_myself" || 1250 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1251 X"$as_myself" : 'X\(//\)[^/]' \| \ 1252 X"$as_myself" : 'X\(//\)$' \| \ 1253 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1254 $as_echo X"$as_myself" | 1161 1255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1162 1256 s//\1/ … … 1185 1279 if test ! -r "$srcdir/$ac_unique_file"; then 1186 1280 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1187 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21281 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1188 1282 { (exit 1); exit 1; }; } 1189 1283 fi 1190 1284 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1191 1285 ac_abs_confdir=`( 1192 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21286 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1193 1287 { (exit 1); exit 1; }; } 1194 1288 pwd)` … … 1239 1333 Installation directories: 1240 1334 --prefix=PREFIX install architecture-independent files in PREFIX 1241 1335 [$ac_default_prefix] 1242 1336 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1243 1337 [PREFIX] 1244 1338 1245 1339 By default, \`make install' will install all the files in … … 1251 1345 1252 1346 Fine tuning of the installation directories: 1253 --bindir=DIR user executables [EPREFIX/bin]1254 --sbindir=DIR system admin executables [EPREFIX/sbin]1255 --libexecdir=DIR program executables [EPREFIX/libexec]1256 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1257 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1258 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1259 --libdir=DIR object code libraries [EPREFIX/lib]1260 --includedir=DIR C header files [PREFIX/include]1261 --oldincludedir=DIR C header files for non-gcc [/usr/include]1262 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1263 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1264 --infodir=DIR info documentation [DATAROOTDIR/info]1265 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1266 --mandir=DIR man documentation [DATAROOTDIR/man]1267 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject]1268 --htmldir=DIR html documentation [DOCDIR]1269 --dvidir=DIR dvi documentation [DOCDIR]1270 --pdfdir=DIR pdf documentation [DOCDIR]1271 --psdir=DIR ps documentation [DOCDIR]1347 --bindir=DIR user executables [EPREFIX/bin] 1348 --sbindir=DIR system admin executables [EPREFIX/sbin] 1349 --libexecdir=DIR program executables [EPREFIX/libexec] 1350 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1351 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1352 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1353 --libdir=DIR object code libraries [EPREFIX/lib] 1354 --includedir=DIR C header files [PREFIX/include] 1355 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1356 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1357 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1358 --infodir=DIR info documentation [DATAROOTDIR/info] 1359 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1360 --mandir=DIR man documentation [DATAROOTDIR/man] 1361 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject] 1362 --htmldir=DIR html documentation [DOCDIR] 1363 --dvidir=DIR dvi documentation [DOCDIR] 1364 --pdfdir=DIR pdf documentation [DOCDIR] 1365 --psdir=DIR ps documentation [DOCDIR] 1272 1366 _ACEOF 1273 1367 … … 1288 1382 1289 1383 Optional Features: 1384 --disable-option-checking ignore unrecognized --enable/--with options 1290 1385 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1291 1386 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1340 1435 # If there are subdirs, report their specific --help. 1341 1436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1342 test -d "$ac_dir" || continue 1437 test -d "$ac_dir" || 1438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1439 continue 1343 1440 ac_builddir=. 1344 1441 … … 1346 1443 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1347 1444 *) 1348 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1445 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1349 1446 # A ".." for each directory in $ac_dir_suffix. 1350 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1351 1448 case $ac_top_builddir_sub in 1352 1449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1384 1481 $SHELL "$ac_srcdir/configure" --help=recursive 1385 1482 else 1386 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1387 1484 fi || ac_status=$? 1388 1485 cd "$ac_pwd" || { ac_status=$?; break; } … … 1394 1491 cat <<\_ACEOF 1395 1492 pjproject configure 1.0 1396 generated by GNU Autoconf 2.6 11493 generated by GNU Autoconf 2.62 1397 1494 1398 1495 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1399 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1496 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1400 1497 This configure script is free software; the Free Software Foundation 1401 1498 gives unlimited permission to copy, distribute and modify it. … … 1408 1505 1409 1506 It was created by pjproject $as_me 1.0, which was 1410 generated by GNU Autoconf 2.6 1. Invocation command line was1507 generated by GNU Autoconf 2.62. Invocation command line was 1411 1508 1412 1509 $ $0 $@ … … 1444 1541 IFS=$as_save_IFS 1445 1542 test -z "$as_dir" && as_dir=. 1446 echo "PATH: $as_dir"1543 $as_echo "PATH: $as_dir" 1447 1544 done 1448 1545 IFS=$as_save_IFS … … 1479 1576 continue ;; 1480 1577 *\'*) 1481 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1578 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1482 1579 esac 1483 1580 case $ac_pass in … … 1531 1628 *${as_nl}*) 1532 1629 case $ac_var in #( 1533 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51534 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1630 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1631 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1535 1632 esac 1536 1633 case $ac_var in #( 1537 1634 _ | IFS | as_nl) ;; #( 1635 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1538 1636 *) $as_unset $ac_var ;; 1539 1637 esac ;; … … 1565 1663 eval ac_val=\$$ac_var 1566 1664 case $ac_val in 1567 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1665 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1568 1666 esac 1569 echo "$ac_var='\''$ac_val'\''"1667 $as_echo "$ac_var='\''$ac_val'\''" 1570 1668 done | sort 1571 1669 echo … … 1582 1680 eval ac_val=\$$ac_var 1583 1681 case $ac_val in 1584 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1682 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1585 1683 esac 1586 echo "$ac_var='\''$ac_val'\''"1684 $as_echo "$ac_var='\''$ac_val'\''" 1587 1685 done | sort 1588 1686 echo … … 1600 1698 fi 1601 1699 test "$ac_signal" != 0 && 1602 echo "$as_me: caught signal $ac_signal"1603 echo "$as_me: exit $exit_status"1700 $as_echo "$as_me: caught signal $ac_signal" 1701 $as_echo "$as_me: exit $exit_status" 1604 1702 } >&5 1605 1703 rm -f core *.core core.conftest.* && … … 1643 1741 1644 1742 # Let the site file select an alternate cache file if it wants to. 1645 # Prefer explicitly selected file to automatically selected ones. 1743 # Prefer an explicitly selected file to automatically selected ones. 1744 ac_site_file1=NONE 1745 ac_site_file2=NONE 1646 1746 if test -n "$CONFIG_SITE"; then 1647 set x "$CONFIG_SITE"1747 ac_site_file1=$CONFIG_SITE 1648 1748 elif test "x$prefix" != xNONE; then 1649 set x "$prefix/share/config.site" "$prefix/etc/config.site"1650 else1651 set x "$ac_default_prefix/share/config.site" \ 1652 "$ac_default_prefix/etc/config.site" 1653 fi 1654 shift 1655 for ac_site_file 1749 ac_site_file1=$prefix/share/config.site 1750 ac_site_file2=$prefix/etc/config.site 1751 else 1752 ac_site_file1=$ac_default_prefix/share/config.site 1753 ac_site_file2=$ac_default_prefix/etc/config.site 1754 fi 1755 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1656 1756 do 1757 test "x$ac_site_file" = xNONE && continue 1657 1758 if test -r "$ac_site_file"; then 1658 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51659 echo "$as_me: loading site script $ac_site_file" >&6;}1759 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1760 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1660 1761 sed 's/^/| /' "$ac_site_file" >&5 1661 1762 . "$ac_site_file" … … 1667 1768 # files actually), so we avoid doing that. 1668 1769 if test -f "$cache_file"; then 1669 { echo "$as_me:$LINENO: loading cache $cache_file" >&51670 echo "$as_me: loading cache $cache_file" >&6;}1770 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1771 $as_echo "$as_me: loading cache $cache_file" >&6;} 1671 1772 case $cache_file in 1672 1773 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1675 1776 fi 1676 1777 else 1677 { echo "$as_me:$LINENO: creating cache $cache_file" >&51678 echo "$as_me: creating cache $cache_file" >&6;}1778 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1779 $as_echo "$as_me: creating cache $cache_file" >&6;} 1679 1780 >$cache_file 1680 1781 fi … … 1690 1791 case $ac_old_set,$ac_new_set in 1691 1792 set,) 1692 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51693 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1793 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1794 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1694 1795 ac_cache_corrupted=: ;; 1695 1796 ,set) 1696 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51697 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1797 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1798 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1698 1799 ac_cache_corrupted=: ;; 1699 1800 ,);; 1700 1801 *) 1701 1802 if test "x$ac_old_val" != "x$ac_new_val"; then 1702 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1703 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1704 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1705 echo "$as_me: former value: $ac_old_val" >&2;} 1706 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1707 echo "$as_me: current value: $ac_new_val" >&2;} 1708 ac_cache_corrupted=: 1803 # differences in whitespace do not lead to failure. 1804 ac_old_val_w=`echo x $ac_old_val` 1805 ac_new_val_w=`echo x $ac_new_val` 1806 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1807 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1808 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1809 ac_cache_corrupted=: 1810 else 1811 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1812 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1813 eval $ac_var=\$ac_old_val 1814 fi 1815 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1816 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1817 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1818 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1709 1819 fi;; 1710 1820 esac … … 1712 1822 if test "$ac_new_set" = set; then 1713 1823 case $ac_new_val in 1714 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1824 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1715 1825 *) ac_arg=$ac_var=$ac_new_val ;; 1716 1826 esac … … 1722 1832 done 1723 1833 if $ac_cache_corrupted; then 1724 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51725 echo "$as_me: error: changes in the environment can compromise the build" >&2;}1726 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51727 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1834 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1835 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1836 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1837 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1728 1838 { (exit 1); exit 1; }; } 1729 1839 fi … … 1780 1890 done 1781 1891 if test -z "$ac_aux_dir"; then 1782 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51783 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1892 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1893 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1784 1894 { (exit 1); exit 1; }; } 1785 1895 fi … … 1796 1906 # Make sure we can run config.sub. 1797 1907 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1798 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51799 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1908 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1909 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1800 1910 { (exit 1); exit 1; }; } 1801 1911 1802 { echo "$as_me:$LINENO: checking build system type" >&51803 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }1912 { $as_echo "$as_me:$LINENO: checking build system type" >&5 1913 $as_echo_n "checking build system type... " >&6; } 1804 1914 if test "${ac_cv_build+set}" = set; then 1805 echo $ECHO_N "(cached) $ECHO_C" >&61915 $as_echo_n "(cached) " >&6 1806 1916 else 1807 1917 ac_build_alias=$build_alias … … 1809 1919 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1810 1920 test "x$ac_build_alias" = x && 1811 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51812 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1921 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1922 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1813 1923 { (exit 1); exit 1; }; } 1814 1924 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1815 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51816 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1925 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1926 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1817 1927 { (exit 1); exit 1; }; } 1818 1928 1819 1929 fi 1820 { echo "$as_me:$LINENO: result: $ac_cv_build" >&51821 echo "${ECHO_T}$ac_cv_build" >&6; }1930 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1931 $as_echo "$ac_cv_build" >&6; } 1822 1932 case $ac_cv_build in 1823 1933 *-*-*) ;; 1824 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&51825 echo "$as_me: error: invalid value of canonical build" >&2;}1934 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1935 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 1826 1936 { (exit 1); exit 1; }; };; 1827 1937 esac … … 1840 1950 1841 1951 1842 { echo "$as_me:$LINENO: checking host system type" >&51843 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }1952 { $as_echo "$as_me:$LINENO: checking host system type" >&5 1953 $as_echo_n "checking host system type... " >&6; } 1844 1954 if test "${ac_cv_host+set}" = set; then 1845 echo $ECHO_N "(cached) $ECHO_C" >&61955 $as_echo_n "(cached) " >&6 1846 1956 else 1847 1957 if test "x$host_alias" = x; then … … 1849 1959 else 1850 1960 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1851 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&51852 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}1961 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1962 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1853 1963 { (exit 1); exit 1; }; } 1854 1964 fi 1855 1965 1856 1966 fi 1857 { echo "$as_me:$LINENO: result: $ac_cv_host" >&51858 echo "${ECHO_T}$ac_cv_host" >&6; }1967 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1968 $as_echo "$ac_cv_host" >&6; } 1859 1969 case $ac_cv_host in 1860 1970 *-*-*) ;; 1861 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&51862 echo "$as_me: error: invalid value of canonical host" >&2;}1971 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1972 $as_echo "$as_me: error: invalid value of canonical host" >&2;} 1863 1973 { (exit 1); exit 1; }; };; 1864 1974 esac … … 1877 1987 1878 1988 1879 { echo "$as_me:$LINENO: checking target system type" >&51880 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }1989 { $as_echo "$as_me:$LINENO: checking target system type" >&5 1990 $as_echo_n "checking target system type... " >&6; } 1881 1991 if test "${ac_cv_target+set}" = set; then 1882 echo $ECHO_N "(cached) $ECHO_C" >&61992 $as_echo_n "(cached) " >&6 1883 1993 else 1884 1994 if test "x$target_alias" = x; then … … 1886 1996 else 1887 1997 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 1888 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&51889 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}1998 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1999 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 1890 2000 { (exit 1); exit 1; }; } 1891 2001 fi 1892 2002 1893 2003 fi 1894 { echo "$as_me:$LINENO: result: $ac_cv_target" >&51895 echo "${ECHO_T}$ac_cv_target" >&6; }2004 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 2005 $as_echo "$ac_cv_target" >&6; } 1896 2006 case $ac_cv_target in 1897 2007 *-*-*) ;; 1898 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&51899 echo "$as_me: error: invalid value of canonical target" >&2;}2008 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 2009 $as_echo "$as_me: error: invalid value of canonical target" >&2;} 1900 2010 { (exit 1); exit 1; }; };; 1901 2011 esac … … 1942 2052 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1943 2053 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1944 { echo "$as_me:$LINENO: checking for $ac_word" >&51945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2055 $as_echo_n "checking for $ac_word... " >&6; } 1946 2056 if test "${ac_cv_prog_CC+set}" = set; then 1947 echo $ECHO_N "(cached) $ECHO_C" >&62057 $as_echo_n "(cached) " >&6 1948 2058 else 1949 2059 if test -n "$CC"; then … … 1958 2068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1959 2069 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52070 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1961 2071 break 2 1962 2072 fi … … 1969 2079 CC=$ac_cv_prog_CC 1970 2080 if test -n "$CC"; then 1971 { echo "$as_me:$LINENO: result: $CC" >&51972 echo "${ECHO_T}$CC" >&6; }1973 else 1974 { echo "$as_me:$LINENO: result: no" >&51975 echo "${ECHO_T}no" >&6; }2081 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2082 $as_echo "$CC" >&6; } 2083 else 2084 { $as_echo "$as_me:$LINENO: result: no" >&5 2085 $as_echo "no" >&6; } 1976 2086 fi 1977 2087 … … 1982 2092 # Extract the first word of "gcc", so it can be a program name with args. 1983 2093 set dummy gcc; ac_word=$2 1984 { echo "$as_me:$LINENO: checking for $ac_word" >&51985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2094 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2095 $as_echo_n "checking for $ac_word... " >&6; } 1986 2096 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1987 echo $ECHO_N "(cached) $ECHO_C" >&62097 $as_echo_n "(cached) " >&6 1988 2098 else 1989 2099 if test -n "$ac_ct_CC"; then … … 1998 2108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1999 2109 ac_cv_prog_ac_ct_CC="gcc" 2000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52110 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2001 2111 break 2 2002 2112 fi … … 2009 2119 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2010 2120 if test -n "$ac_ct_CC"; then 2011 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52012 echo "${ECHO_T}$ac_ct_CC" >&6; }2013 else 2014 { echo "$as_me:$LINENO: result: no" >&52015 echo "${ECHO_T}no" >&6; }2121 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2122 $as_echo "$ac_ct_CC" >&6; } 2123 else 2124 { $as_echo "$as_me:$LINENO: result: no" >&5 2125 $as_echo "no" >&6; } 2016 2126 fi 2017 2127 … … 2021 2131 case $cross_compiling:$ac_tool_warned in 2022 2132 yes:) 2023 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2133 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2024 2134 whose name does not start with the host triplet. If you think this 2025 2135 configuration is useful to you, please write to autoconf@gnu.org." >&5 2026 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2136 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2027 2137 whose name does not start with the host triplet. If you think this 2028 2138 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2039 2149 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2040 2150 set dummy ${ac_tool_prefix}cc; ac_word=$2 2041 { echo "$as_me:$LINENO: checking for $ac_word" >&52042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2151 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2152 $as_echo_n "checking for $ac_word... " >&6; } 2043 2153 if test "${ac_cv_prog_CC+set}" = set; then 2044 echo $ECHO_N "(cached) $ECHO_C" >&62154 $as_echo_n "(cached) " >&6 2045 2155 else 2046 2156 if test -n "$CC"; then … … 2055 2165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2056 2166 ac_cv_prog_CC="${ac_tool_prefix}cc" 2057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52167 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2058 2168 break 2 2059 2169 fi … … 2066 2176 CC=$ac_cv_prog_CC 2067 2177 if test -n "$CC"; then 2068 { echo "$as_me:$LINENO: result: $CC" >&52069 echo "${ECHO_T}$CC" >&6; }2070 else 2071 { echo "$as_me:$LINENO: result: no" >&52072 echo "${ECHO_T}no" >&6; }2178 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2179 $as_echo "$CC" >&6; } 2180 else 2181 { $as_echo "$as_me:$LINENO: result: no" >&5 2182 $as_echo "no" >&6; } 2073 2183 fi 2074 2184 … … 2079 2189 # Extract the first word of "cc", so it can be a program name with args. 2080 2190 set dummy cc; ac_word=$2 2081 { echo "$as_me:$LINENO: checking for $ac_word" >&52082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2191 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2192 $as_echo_n "checking for $ac_word... " >&6; } 2083 2193 if test "${ac_cv_prog_CC+set}" = set; then 2084 echo $ECHO_N "(cached) $ECHO_C" >&62194 $as_echo_n "(cached) " >&6 2085 2195 else 2086 2196 if test -n "$CC"; then … … 2100 2210 fi 2101 2211 ac_cv_prog_CC="cc" 2102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52212 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2103 2213 break 2 2104 2214 fi … … 2123 2233 CC=$ac_cv_prog_CC 2124 2234 if test -n "$CC"; then 2125 { echo "$as_me:$LINENO: result: $CC" >&52126 echo "${ECHO_T}$CC" >&6; }2127 else 2128 { echo "$as_me:$LINENO: result: no" >&52129 echo "${ECHO_T}no" >&6; }2235 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2236 $as_echo "$CC" >&6; } 2237 else 2238 { $as_echo "$as_me:$LINENO: result: no" >&5 2239 $as_echo "no" >&6; } 2130 2240 fi 2131 2241 … … 2138 2248 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2139 2249 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2140 { echo "$as_me:$LINENO: checking for $ac_word" >&52141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2251 $as_echo_n "checking for $ac_word... " >&6; } 2142 2252 if test "${ac_cv_prog_CC+set}" = set; then 2143 echo $ECHO_N "(cached) $ECHO_C" >&62253 $as_echo_n "(cached) " >&6 2144 2254 else 2145 2255 if test -n "$CC"; then … … 2154 2264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2155 2265 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52266 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2157 2267 break 2 2158 2268 fi … … 2165 2275 CC=$ac_cv_prog_CC 2166 2276 if test -n "$CC"; then 2167 { echo "$as_me:$LINENO: result: $CC" >&52168 echo "${ECHO_T}$CC" >&6; }2169 else 2170 { echo "$as_me:$LINENO: result: no" >&52171 echo "${ECHO_T}no" >&6; }2277 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2278 $as_echo "$CC" >&6; } 2279 else 2280 { $as_echo "$as_me:$LINENO: result: no" >&5 2281 $as_echo "no" >&6; } 2172 2282 fi 2173 2283 … … 2182 2292 # Extract the first word of "$ac_prog", so it can be a program name with args. 2183 2293 set dummy $ac_prog; ac_word=$2 2184 { echo "$as_me:$LINENO: checking for $ac_word" >&52185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2294 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2295 $as_echo_n "checking for $ac_word... " >&6; } 2186 2296 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2187 echo $ECHO_N "(cached) $ECHO_C" >&62297 $as_echo_n "(cached) " >&6 2188 2298 else 2189 2299 if test -n "$ac_ct_CC"; then … … 2198 2308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2199 2309 ac_cv_prog_ac_ct_CC="$ac_prog" 2200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52310 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2201 2311 break 2 2202 2312 fi … … 2209 2319 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2210 2320 if test -n "$ac_ct_CC"; then 2211 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52212 echo "${ECHO_T}$ac_ct_CC" >&6; }2213 else 2214 { echo "$as_me:$LINENO: result: no" >&52215 echo "${ECHO_T}no" >&6; }2321 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2322 $as_echo "$ac_ct_CC" >&6; } 2323 else 2324 { $as_echo "$as_me:$LINENO: result: no" >&5 2325 $as_echo "no" >&6; } 2216 2326 fi 2217 2327 … … 2225 2335 case $cross_compiling:$ac_tool_warned in 2226 2336 yes:) 2227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2337 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2228 2338 whose name does not start with the host triplet. If you think this 2229 2339 configuration is useful to you, please write to autoconf@gnu.org." >&5 2230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2340 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2231 2341 whose name does not start with the host triplet. If you think this 2232 2342 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2240 2350 2241 2351 2242 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2352 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2243 2353 See \`config.log' for more details." >&5 2244 echo "$as_me: error: no acceptable C compiler found in \$PATH2354 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2245 2355 See \`config.log' for more details." >&2;} 2246 2356 { (exit 1); exit 1; }; } 2247 2357 2248 2358 # Provide some information about the compiler. 2249 echo "$as_me:$LINENO: checking for C compiler version" >&5 2250 ac_compiler=`set X $ac_compile; echo $2` 2359 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2360 set X $ac_compile 2361 ac_compiler=$2 2251 2362 { (ac_try="$ac_compiler --version >&5" 2252 2363 case "(($ac_try" in … … 2254 2365 *) ac_try_echo=$ac_try;; 2255 2366 esac 2256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2368 $as_echo "$ac_try_echo") >&5 2257 2369 (eval "$ac_compiler --version >&5") 2>&5 2258 2370 ac_status=$? 2259 echo "$as_me:$LINENO: \$? = $ac_status" >&52371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2260 2372 (exit $ac_status); } 2261 2373 { (ac_try="$ac_compiler -v >&5" … … 2264 2376 *) ac_try_echo=$ac_try;; 2265 2377 esac 2266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2379 $as_echo "$ac_try_echo") >&5 2267 2380 (eval "$ac_compiler -v >&5") 2>&5 2268 2381 ac_status=$? 2269 echo "$as_me:$LINENO: \$? = $ac_status" >&52382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2270 2383 (exit $ac_status); } 2271 2384 { (ac_try="$ac_compiler -V >&5" … … 2274 2387 *) ac_try_echo=$ac_try;; 2275 2388 esac 2276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2390 $as_echo "$ac_try_echo") >&5 2277 2391 (eval "$ac_compiler -V >&5") 2>&5 2278 2392 ac_status=$? 2279 echo "$as_me:$LINENO: \$? = $ac_status" >&52393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2280 2394 (exit $ac_status); } 2281 2395 … … 2296 2410 _ACEOF 2297 2411 ac_clean_files_save=$ac_clean_files 2298 ac_clean_files="$ac_clean_files a.out a. exe b.out"2412 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2299 2413 # Try to create an executable without -o first, disregard a.out. 2300 2414 # It will help us diagnose broken compilers, and finding out an intuition 2301 2415 # of exeext. 2302 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2303 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2304 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2305 # 2306 # List of possible output files, starting from the most likely. 2307 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2308 # only as a last resort. b.out is created by i960 compilers. 2309 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2310 # 2311 # The IRIX 6 linker writes into existing files which may not be 2312 # executable, retaining their permissions. Remove them first so a 2313 # subsequent execution test works. 2416 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2417 $as_echo_n "checking for C compiler default output file name... " >&6; } 2418 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2419 2420 # The possible output files: 2421 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2422 2314 2423 ac_rmfiles= 2315 2424 for ac_file in $ac_files 2316 2425 do 2317 2426 case $ac_file in 2318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2319 2428 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2320 2429 esac … … 2327 2436 *) ac_try_echo=$ac_try;; 2328 2437 esac 2329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2439 $as_echo "$ac_try_echo") >&5 2330 2440 (eval "$ac_link_default") 2>&5 2331 2441 ac_status=$? 2332 echo "$as_me:$LINENO: \$? = $ac_status" >&52442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2333 2443 (exit $ac_status); }; then 2334 2444 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2341 2451 test -f "$ac_file" || continue 2342 2452 case $ac_file in 2343 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2453 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2344 2454 ;; 2345 2455 [ab].out ) … … 2368 2478 fi 2369 2479 2370 { echo "$as_me:$LINENO: result: $ac_file" >&52371 echo "${ECHO_T}$ac_file" >&6; }2480 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2481 $as_echo "$ac_file" >&6; } 2372 2482 if test -z "$ac_file"; then 2373 echo "$as_me: failed program was:" >&52483 $as_echo "$as_me: failed program was:" >&5 2374 2484 sed 's/^/| /' conftest.$ac_ext >&5 2375 2485 2376 { { echo "$as_me:$LINENO: error: C compiler cannot create executables2486 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2377 2487 See \`config.log' for more details." >&5 2378 echo "$as_me: error: C compiler cannot create executables2488 $as_echo "$as_me: error: C compiler cannot create executables 2379 2489 See \`config.log' for more details." >&2;} 2380 2490 { (exit 77); exit 77; }; } … … 2385 2495 # Check that the compiler produces executables we can run. If not, either 2386 2496 # the compiler is broken, or we cross compile. 2387 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52388 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2497 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2498 $as_echo_n "checking whether the C compiler works... " >&6; } 2389 2499 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2390 2500 # If not cross compiling, check that we can run a simple program. … … 2395 2505 *) ac_try_echo=$ac_try;; 2396 2506 esac 2397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2508 $as_echo "$ac_try_echo") >&5 2398 2509 (eval "$ac_try") 2>&5 2399 2510 ac_status=$? 2400 echo "$as_me:$LINENO: \$? = $ac_status" >&52511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2401 2512 (exit $ac_status); }; }; then 2402 2513 cross_compiling=no … … 2405 2516 cross_compiling=yes 2406 2517 else 2407 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.2518 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2408 2519 If you meant to cross compile, use \`--host'. 2409 2520 See \`config.log' for more details." >&5 2410 echo "$as_me: error: cannot run C compiled programs.2521 $as_echo "$as_me: error: cannot run C compiled programs. 2411 2522 If you meant to cross compile, use \`--host'. 2412 2523 See \`config.log' for more details." >&2;} … … 2415 2526 fi 2416 2527 fi 2417 { echo "$as_me:$LINENO: result: yes" >&52418 echo "${ECHO_T}yes" >&6; }2419 2420 rm -f a.outa.exe conftest$ac_cv_exeext b.out2528 { $as_echo "$as_me:$LINENO: result: yes" >&5 2529 $as_echo "yes" >&6; } 2530 2531 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2421 2532 ac_clean_files=$ac_clean_files_save 2422 2533 # Check that the compiler produces executables we can run. If not, either 2423 2534 # the compiler is broken, or we cross compile. 2424 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52425 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2426 { echo "$as_me:$LINENO: result: $cross_compiling" >&52427 echo "${ECHO_T}$cross_compiling" >&6; }2428 2429 { echo "$as_me:$LINENO: checking for suffix of executables" >&52430 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2535 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2536 $as_echo_n "checking whether we are cross compiling... " >&6; } 2537 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2538 $as_echo "$cross_compiling" >&6; } 2539 2540 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2541 $as_echo_n "checking for suffix of executables... " >&6; } 2431 2542 if { (ac_try="$ac_link" 2432 2543 case "(($ac_try" in … … 2434 2545 *) ac_try_echo=$ac_try;; 2435 2546 esac 2436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2548 $as_echo "$ac_try_echo") >&5 2437 2549 (eval "$ac_link") 2>&5 2438 2550 ac_status=$? 2439 echo "$as_me:$LINENO: \$? = $ac_status" >&52551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2440 2552 (exit $ac_status); }; then 2441 2553 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2446 2558 test -f "$ac_file" || continue 2447 2559 case $ac_file in 2448 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2560 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2449 2561 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2450 2562 break;; … … 2453 2565 done 2454 2566 else 2455 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2567 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2456 2568 See \`config.log' for more details." >&5 2457 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2569 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2458 2570 See \`config.log' for more details." >&2;} 2459 2571 { (exit 1); exit 1; }; } … … 2461 2573 2462 2574 rm -f conftest$ac_cv_exeext 2463 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52464 echo "${ECHO_T}$ac_cv_exeext" >&6; }2575 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2576 $as_echo "$ac_cv_exeext" >&6; } 2465 2577 2466 2578 rm -f conftest.$ac_ext 2467 2579 EXEEXT=$ac_cv_exeext 2468 2580 ac_exeext=$EXEEXT 2469 { echo "$as_me:$LINENO: checking for suffix of object files" >&52470 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2581 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2582 $as_echo_n "checking for suffix of object files... " >&6; } 2471 2583 if test "${ac_cv_objext+set}" = set; then 2472 echo $ECHO_N "(cached) $ECHO_C" >&62584 $as_echo_n "(cached) " >&6 2473 2585 else 2474 2586 cat >conftest.$ac_ext <<_ACEOF … … 2493 2605 *) ac_try_echo=$ac_try;; 2494 2606 esac 2495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2608 $as_echo "$ac_try_echo") >&5 2496 2609 (eval "$ac_compile") 2>&5 2497 2610 ac_status=$? 2498 echo "$as_me:$LINENO: \$? = $ac_status" >&52611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2499 2612 (exit $ac_status); }; then 2500 2613 for ac_file in conftest.o conftest.obj conftest.*; do 2501 2614 test -f "$ac_file" || continue; 2502 2615 case $ac_file in 2503 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2616 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2504 2617 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2505 2618 break;; … … 2507 2620 done 2508 2621 else 2509 echo "$as_me: failed program was:" >&52622 $as_echo "$as_me: failed program was:" >&5 2510 2623 sed 's/^/| /' conftest.$ac_ext >&5 2511 2624 2512 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2625 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2513 2626 See \`config.log' for more details." >&5 2514 echo "$as_me: error: cannot compute suffix of object files: cannot compile2627 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2515 2628 See \`config.log' for more details." >&2;} 2516 2629 { (exit 1); exit 1; }; } … … 2519 2632 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2520 2633 fi 2521 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52522 echo "${ECHO_T}$ac_cv_objext" >&6; }2634 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2635 $as_echo "$ac_cv_objext" >&6; } 2523 2636 OBJEXT=$ac_cv_objext 2524 2637 ac_objext=$OBJEXT 2525 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52526 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2638 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2639 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2527 2640 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2528 echo $ECHO_N "(cached) $ECHO_C" >&62641 $as_echo_n "(cached) " >&6 2529 2642 else 2530 2643 cat >conftest.$ac_ext <<_ACEOF … … 2552 2665 *) ac_try_echo=$ac_try;; 2553 2666 esac 2554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2668 $as_echo "$ac_try_echo") >&5 2555 2669 (eval "$ac_compile") 2>conftest.er1 2556 2670 ac_status=$? … … 2558 2672 rm -f conftest.er1 2559 2673 cat conftest.err >&5 2560 echo "$as_me:$LINENO: \$? = $ac_status" >&52674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2561 2675 (exit $ac_status); } && { 2562 2676 test -z "$ac_c_werror_flag" || … … 2565 2679 ac_compiler_gnu=yes 2566 2680 else 2567 echo "$as_me: failed program was:" >&52681 $as_echo "$as_me: failed program was:" >&5 2568 2682 sed 's/^/| /' conftest.$ac_ext >&5 2569 2683 … … 2575 2689 2576 2690 fi 2577 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2578 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2579 GCC=`test $ac_compiler_gnu = yes && echo yes` 2691 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2692 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2693 if test $ac_compiler_gnu = yes; then 2694 GCC=yes 2695 else 2696 GCC= 2697 fi 2580 2698 ac_test_CFLAGS=${CFLAGS+set} 2581 2699 ac_save_CFLAGS=$CFLAGS 2582 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52583 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2700 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2701 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2584 2702 if test "${ac_cv_prog_cc_g+set}" = set; then 2585 echo $ECHO_N "(cached) $ECHO_C" >&62703 $as_echo_n "(cached) " >&6 2586 2704 else 2587 2705 ac_save_c_werror_flag=$ac_c_werror_flag … … 2610 2728 *) ac_try_echo=$ac_try;; 2611 2729 esac 2612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2731 $as_echo "$ac_try_echo") >&5 2613 2732 (eval "$ac_compile") 2>conftest.er1 2614 2733 ac_status=$? … … 2616 2735 rm -f conftest.er1 2617 2736 cat conftest.err >&5 2618 echo "$as_me:$LINENO: \$? = $ac_status" >&52737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2619 2738 (exit $ac_status); } && { 2620 2739 test -z "$ac_c_werror_flag" || … … 2623 2742 ac_cv_prog_cc_g=yes 2624 2743 else 2625 echo "$as_me: failed program was:" >&52744 $as_echo "$as_me: failed program was:" >&5 2626 2745 sed 's/^/| /' conftest.$ac_ext >&5 2627 2746 … … 2648 2767 *) ac_try_echo=$ac_try;; 2649 2768 esac 2650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2770 $as_echo "$ac_try_echo") >&5 2651 2771 (eval "$ac_compile") 2>conftest.er1 2652 2772 ac_status=$? … … 2654 2774 rm -f conftest.er1 2655 2775 cat conftest.err >&5 2656 echo "$as_me:$LINENO: \$? = $ac_status" >&52776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2657 2777 (exit $ac_status); } && { 2658 2778 test -z "$ac_c_werror_flag" || … … 2661 2781 : 2662 2782 else 2663 echo "$as_me: failed program was:" >&52783 $as_echo "$as_me: failed program was:" >&5 2664 2784 sed 's/^/| /' conftest.$ac_ext >&5 2665 2785 … … 2687 2807 *) ac_try_echo=$ac_try;; 2688 2808 esac 2689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2810 $as_echo "$ac_try_echo") >&5 2690 2811 (eval "$ac_compile") 2>conftest.er1 2691 2812 ac_status=$? … … 2693 2814 rm -f conftest.er1 2694 2815 cat conftest.err >&5 2695 echo "$as_me:$LINENO: \$? = $ac_status" >&52816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2696 2817 (exit $ac_status); } && { 2697 2818 test -z "$ac_c_werror_flag" || … … 2700 2821 ac_cv_prog_cc_g=yes 2701 2822 else 2702 echo "$as_me: failed program was:" >&52823 $as_echo "$as_me: failed program was:" >&5 2703 2824 sed 's/^/| /' conftest.$ac_ext >&5 2704 2825 … … 2715 2836 ac_c_werror_flag=$ac_save_c_werror_flag 2716 2837 fi 2717 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52718 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }2838 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2839 $as_echo "$ac_cv_prog_cc_g" >&6; } 2719 2840 if test "$ac_test_CFLAGS" = set; then 2720 2841 CFLAGS=$ac_save_CFLAGS … … 2732 2853 fi 2733 2854 fi 2734 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52735 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2855 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2856 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2736 2857 if test "${ac_cv_prog_cc_c89+set}" = set; then 2737 echo $ECHO_N "(cached) $ECHO_C" >&62858 $as_echo_n "(cached) " >&6 2738 2859 else 2739 2860 ac_cv_prog_cc_c89=no … … 2806 2927 *) ac_try_echo=$ac_try;; 2807 2928 esac 2808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2930 $as_echo "$ac_try_echo") >&5 2809 2931 (eval "$ac_compile") 2>conftest.er1 2810 2932 ac_status=$? … … 2812 2934 rm -f conftest.er1 2813 2935 cat conftest.err >&5 2814 echo "$as_me:$LINENO: \$? = $ac_status" >&52936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2815 2937 (exit $ac_status); } && { 2816 2938 test -z "$ac_c_werror_flag" || … … 2819 2941 ac_cv_prog_cc_c89=$ac_arg 2820 2942 else 2821 echo "$as_me: failed program was:" >&52943 $as_echo "$as_me: failed program was:" >&5 2822 2944 sed 's/^/| /' conftest.$ac_ext >&5 2823 2945 … … 2835 2957 case "x$ac_cv_prog_cc_c89" in 2836 2958 x) 2837 { echo "$as_me:$LINENO: result: none needed" >&52838 echo "${ECHO_T}none needed" >&6; } ;;2959 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2960 $as_echo "none needed" >&6; } ;; 2839 2961 xno) 2840 { echo "$as_me:$LINENO: result: unsupported" >&52841 echo "${ECHO_T}unsupported" >&6; } ;;2962 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2963 $as_echo "unsupported" >&6; } ;; 2842 2964 *) 2843 2965 CC="$CC $ac_cv_prog_cc_c89" 2844 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52845 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;2966 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2967 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2846 2968 esac 2847 2969 … … 2867 2989 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2868 2990 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2869 { echo "$as_me:$LINENO: checking for $ac_word" >&52870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2991 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2992 $as_echo_n "checking for $ac_word... " >&6; } 2871 2993 if test "${ac_cv_prog_CXX+set}" = set; then 2872 echo $ECHO_N "(cached) $ECHO_C" >&62994 $as_echo_n "(cached) " >&6 2873 2995 else 2874 2996 if test -n "$CXX"; then … … 2883 3005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2884 3006 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53007 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2886 3008 break 2 2887 3009 fi … … 2894 3016 CXX=$ac_cv_prog_CXX 2895 3017 if test -n "$CXX"; then 2896 { echo "$as_me:$LINENO: result: $CXX" >&52897 echo "${ECHO_T}$CXX" >&6; }2898 else 2899 { echo "$as_me:$LINENO: result: no" >&52900 echo "${ECHO_T}no" >&6; }3018 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 3019 $as_echo "$CXX" >&6; } 3020 else 3021 { $as_echo "$as_me:$LINENO: result: no" >&5 3022 $as_echo "no" >&6; } 2901 3023 fi 2902 3024 … … 2911 3033 # Extract the first word of "$ac_prog", so it can be a program name with args. 2912 3034 set dummy $ac_prog; ac_word=$2 2913 { echo "$as_me:$LINENO: checking for $ac_word" >&52914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3035 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3036 $as_echo_n "checking for $ac_word... " >&6; } 2915 3037 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2916 echo $ECHO_N "(cached) $ECHO_C" >&63038 $as_echo_n "(cached) " >&6 2917 3039 else 2918 3040 if test -n "$ac_ct_CXX"; then … … 2927 3049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2928 3050 ac_cv_prog_ac_ct_CXX="$ac_prog" 2929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53051 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2930 3052 break 2 2931 3053 fi … … 2938 3060 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2939 3061 if test -n "$ac_ct_CXX"; then 2940 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&52941 echo "${ECHO_T}$ac_ct_CXX" >&6; }2942 else 2943 { echo "$as_me:$LINENO: result: no" >&52944 echo "${ECHO_T}no" >&6; }3062 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3063 $as_echo "$ac_ct_CXX" >&6; } 3064 else 3065 { $as_echo "$as_me:$LINENO: result: no" >&5 3066 $as_echo "no" >&6; } 2945 3067 fi 2946 3068 … … 2954 3076 case $cross_compiling:$ac_tool_warned in 2955 3077 yes:) 2956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3078 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2957 3079 whose name does not start with the host triplet. If you think this 2958 3080 configuration is useful to you, please write to autoconf@gnu.org." >&5 2959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3081 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2960 3082 whose name does not start with the host triplet. If you think this 2961 3083 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2969 3091 fi 2970 3092 # Provide some information about the compiler. 2971 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2972 ac_compiler=`set X $ac_compile; echo $2` 3093 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3094 set X $ac_compile 3095 ac_compiler=$2 2973 3096 { (ac_try="$ac_compiler --version >&5" 2974 3097 case "(($ac_try" in … … 2976 3099 *) ac_try_echo=$ac_try;; 2977 3100 esac 2978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3102 $as_echo "$ac_try_echo") >&5 2979 3103 (eval "$ac_compiler --version >&5") 2>&5 2980 3104 ac_status=$? 2981 echo "$as_me:$LINENO: \$? = $ac_status" >&53105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2982 3106 (exit $ac_status); } 2983 3107 { (ac_try="$ac_compiler -v >&5" … … 2986 3110 *) ac_try_echo=$ac_try;; 2987 3111 esac 2988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3113 $as_echo "$ac_try_echo") >&5 2989 3114 (eval "$ac_compiler -v >&5") 2>&5 2990 3115 ac_status=$? 2991 echo "$as_me:$LINENO: \$? = $ac_status" >&53116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2992 3117 (exit $ac_status); } 2993 3118 { (ac_try="$ac_compiler -V >&5" … … 2996 3121 *) ac_try_echo=$ac_try;; 2997 3122 esac 2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3124 $as_echo "$ac_try_echo") >&5 2999 3125 (eval "$ac_compiler -V >&5") 2>&5 3000 3126 ac_status=$? 3001 echo "$as_me:$LINENO: \$? = $ac_status" >&53127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3002 3128 (exit $ac_status); } 3003 3129 3004 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53005 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }3130 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3131 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3006 3132 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3007 echo $ECHO_N "(cached) $ECHO_C" >&63133 $as_echo_n "(cached) " >&6 3008 3134 else 3009 3135 cat >conftest.$ac_ext <<_ACEOF … … 3031 3157 *) ac_try_echo=$ac_try;; 3032 3158 esac 3033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3160 $as_echo "$ac_try_echo") >&5 3034 3161 (eval "$ac_compile") 2>conftest.er1 3035 3162 ac_status=$? … … 3037 3164 rm -f conftest.er1 3038 3165 cat conftest.err >&5 3039 echo "$as_me:$LINENO: \$? = $ac_status" >&53166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3040 3167 (exit $ac_status); } && { 3041 3168 test -z "$ac_cxx_werror_flag" || … … 3044 3171 ac_compiler_gnu=yes 3045 3172 else 3046 echo "$as_me: failed program was:" >&53173 $as_echo "$as_me: failed program was:" >&5 3047 3174 sed 's/^/| /' conftest.$ac_ext >&5 3048 3175 … … 3054 3181 3055 3182 fi 3056 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3057 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3058 GXX=`test $ac_compiler_gnu = yes && echo yes` 3183 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3184 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3185 if test $ac_compiler_gnu = yes; then 3186 GXX=yes 3187 else 3188 GXX= 3189 fi 3059 3190 ac_test_CXXFLAGS=${CXXFLAGS+set} 3060 3191 ac_save_CXXFLAGS=$CXXFLAGS 3061 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53062 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }3192 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3193 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3063 3194 if test "${ac_cv_prog_cxx_g+set}" = set; then 3064 echo $ECHO_N "(cached) $ECHO_C" >&63195 $as_echo_n "(cached) " >&6 3065 3196 else 3066 3197 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3089 3220 *) ac_try_echo=$ac_try;; 3090 3221 esac 3091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3223 $as_echo "$ac_try_echo") >&5 3092 3224 (eval "$ac_compile") 2>conftest.er1 3093 3225 ac_status=$? … … 3095 3227 rm -f conftest.er1 3096 3228 cat conftest.err >&5 3097 echo "$as_me:$LINENO: \$? = $ac_status" >&53229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3098 3230 (exit $ac_status); } && { 3099 3231 test -z "$ac_cxx_werror_flag" || … … 3102 3234 ac_cv_prog_cxx_g=yes 3103 3235 else 3104 echo "$as_me: failed program was:" >&53236 $as_echo "$as_me: failed program was:" >&5 3105 3237 sed 's/^/| /' conftest.$ac_ext >&5 3106 3238 … … 3127 3259 *) ac_try_echo=$ac_try;; 3128 3260 esac 3129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3262 $as_echo "$ac_try_echo") >&5 3130 3263 (eval "$ac_compile") 2>conftest.er1 3131 3264 ac_status=$? … … 3133 3266 rm -f conftest.er1 3134 3267 cat conftest.err >&5 3135 echo "$as_me:$LINENO: \$? = $ac_status" >&53268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3136 3269 (exit $ac_status); } && { 3137 3270 test -z "$ac_cxx_werror_flag" || … … 3140 3273 : 3141 3274 else 3142 echo "$as_me: failed program was:" >&53275 $as_echo "$as_me: failed program was:" >&5 3143 3276 sed 's/^/| /' conftest.$ac_ext >&5 3144 3277 … … 3166 3299 *) ac_try_echo=$ac_try;; 3167 3300 esac 3168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3302 $as_echo "$ac_try_echo") >&5 3169 3303 (eval "$ac_compile") 2>conftest.er1 3170 3304 ac_status=$? … … 3172 3306 rm -f conftest.er1 3173 3307 cat conftest.err >&5 3174 echo "$as_me:$LINENO: \$? = $ac_status" >&53308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3175 3309 (exit $ac_status); } && { 3176 3310 test -z "$ac_cxx_werror_flag" || … … 3179 3313 ac_cv_prog_cxx_g=yes 3180 3314 else 3181 echo "$as_me: failed program was:" >&53315 $as_echo "$as_me: failed program was:" >&5 3182 3316 sed 's/^/| /' conftest.$ac_ext >&5 3183 3317 … … 3194 3328 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3195 3329 fi 3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&53197 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }3330 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3331 $as_echo "$ac_cv_prog_cxx_g" >&6; } 3198 3332 if test "$ac_test_CXXFLAGS" = set; then 3199 3333 CXXFLAGS=$ac_save_CXXFLAGS … … 3237 3371 3238 3372 3239 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&53240 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }3373 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 3374 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } 3241 3375 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 3242 echo $ECHO_N "(cached) $ECHO_C" >&63376 $as_echo_n "(cached) " >&6 3243 3377 else 3244 3378 ac_check_lib_save_LIBS=$LIBS … … 3272 3406 *) ac_try_echo=$ac_try;; 3273 3407 esac 3274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3409 $as_echo "$ac_try_echo") >&5 3275 3410 (eval "$ac_link") 2>conftest.er1 3276 3411 ac_status=$? … … 3278 3413 rm -f conftest.er1 3279 3414 cat conftest.err >&5 3280 echo "$as_me:$LINENO: \$? = $ac_status" >&53415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3281 3416 (exit $ac_status); } && { 3282 3417 test -z "$ac_c_werror_flag" || 3283 3418 test ! -s conftest.err 3284 } && test -s conftest$ac_exeext && 3285 $as_test_x conftest$ac_exeext; then 3419 } && test -s conftest$ac_exeext && { 3420 test "$cross_compiling" = yes || 3421 $as_test_x conftest$ac_exeext 3422 }; then 3286 3423 ac_cv_lib_pthread_pthread_create=yes 3287 3424 else 3288 echo "$as_me: failed program was:" >&53425 $as_echo "$as_me: failed program was:" >&5 3289 3426 sed 's/^/| /' conftest.$ac_ext >&5 3290 3427 … … 3292 3429 fi 3293 3430 3431 rm -rf conftest.dSYM 3294 3432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3295 3433 conftest$ac_exeext conftest.$ac_ext 3296 3434 LIBS=$ac_check_lib_save_LIBS 3297 3435 fi 3298 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&53299 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }3436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 3437 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } 3300 3438 if test $ac_cv_lib_pthread_pthread_create = yes; then 3301 3439 cat >>confdefs.h <<_ACEOF … … 3308 3446 3309 3447 3310 { echo "$as_me:$LINENO: checking for puts in -lwsock32" >&53311 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; }3448 { $as_echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 3449 $as_echo_n "checking for puts in -lwsock32... " >&6; } 3312 3450 if test "${ac_cv_lib_wsock32_puts+set}" = set; then 3313 echo $ECHO_N "(cached) $ECHO_C" >&63451 $as_echo_n "(cached) " >&6 3314 3452 else 3315 3453 ac_check_lib_save_LIBS=$LIBS … … 3343 3481 *) ac_try_echo=$ac_try;; 3344 3482 esac 3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3484 $as_echo "$ac_try_echo") >&5 3346 3485 (eval "$ac_link") 2>conftest.er1 3347 3486 ac_status=$? … … 3349 3488 rm -f conftest.er1 3350 3489 cat conftest.err >&5 3351 echo "$as_me:$LINENO: \$? = $ac_status" >&53490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3352 3491 (exit $ac_status); } && { 3353 3492 test -z "$ac_c_werror_flag" || 3354 3493 test ! -s conftest.err 3355 } && test -s conftest$ac_exeext && 3356 $as_test_x conftest$ac_exeext; then 3494 } && test -s conftest$ac_exeext && { 3495 test "$cross_compiling" = yes || 3496 $as_test_x conftest$ac_exeext 3497 }; then 3357 3498 ac_cv_lib_wsock32_puts=yes 3358 3499 else 3359 echo "$as_me: failed program was:" >&53500 $as_echo "$as_me: failed program was:" >&5 3360 3501 sed 's/^/| /' conftest.$ac_ext >&5 3361 3502 … … 3363 3504 fi 3364 3505 3506 rm -rf conftest.dSYM 3365 3507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3366 3508 conftest$ac_exeext conftest.$ac_ext 3367 3509 LIBS=$ac_check_lib_save_LIBS 3368 3510 fi 3369 { echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&53370 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; }3511 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 3512 $as_echo "$ac_cv_lib_wsock32_puts" >&6; } 3371 3513 if test $ac_cv_lib_wsock32_puts = yes; then 3372 3514 cat >>confdefs.h <<_ACEOF … … 3379 3521 3380 3522 3381 { echo "$as_me:$LINENO: checking for puts in -lws2_32" >&53382 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; }3523 { $as_echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 3524 $as_echo_n "checking for puts in -lws2_32... " >&6; } 3383 3525 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 3384 echo $ECHO_N "(cached) $ECHO_C" >&63526 $as_echo_n "(cached) " >&6 3385 3527 else 3386 3528 ac_check_lib_save_LIBS=$LIBS … … 3414 3556 *) ac_try_echo=$ac_try;; 3415 3557 esac 3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3559 $as_echo "$ac_try_echo") >&5 3417 3560 (eval "$ac_link") 2>conftest.er1 3418 3561 ac_status=$? … … 3420 3563 rm -f conftest.er1 3421 3564 cat conftest.err >&5 3422 echo "$as_me:$LINENO: \$? = $ac_status" >&53565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3423 3566 (exit $ac_status); } && { 3424 3567 test -z "$ac_c_werror_flag" || 3425 3568 test ! -s conftest.err 3426 } && test -s conftest$ac_exeext && 3427 $as_test_x conftest$ac_exeext; then 3569 } && test -s conftest$ac_exeext && { 3570 test "$cross_compiling" = yes || 3571 $as_test_x conftest$ac_exeext 3572 }; then 3428 3573 ac_cv_lib_ws2_32_puts=yes 3429 3574 else 3430 echo "$as_me: failed program was:" >&53575 $as_echo "$as_me: failed program was:" >&5 3431 3576 sed 's/^/| /' conftest.$ac_ext >&5 3432 3577 … … 3434 3579 fi 3435 3580 3581 rm -rf conftest.dSYM 3436 3582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3437 3583 conftest$ac_exeext conftest.$ac_ext 3438 3584 LIBS=$ac_check_lib_save_LIBS 3439 3585 fi 3440 { echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&53441 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; }3586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 3587 $as_echo "$ac_cv_lib_ws2_32_puts" >&6; } 3442 3588 if test $ac_cv_lib_ws2_32_puts = yes; then 3443 3589 cat >>confdefs.h <<_ACEOF … … 3450 3596 3451 3597 3452 { echo "$as_me:$LINENO: checking for puts in -lole32" >&53453 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; }3598 { $as_echo "$as_me:$LINENO: checking for puts in -lole32" >&5 3599 $as_echo_n "checking for puts in -lole32... " >&6; } 3454 3600 if test "${ac_cv_lib_ole32_puts+set}" = set; then 3455 echo $ECHO_N "(cached) $ECHO_C" >&63601 $as_echo_n "(cached) " >&6 3456 3602 else 3457 3603 ac_check_lib_save_LIBS=$LIBS … … 3485 3631 *) ac_try_echo=$ac_try;; 3486 3632 esac 3487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3634 $as_echo "$ac_try_echo") >&5 3488 3635 (eval "$ac_link") 2>conftest.er1 3489 3636 ac_status=$? … … 3491 3638 rm -f conftest.er1 3492 3639 cat conftest.err >&5 3493 echo "$as_me:$LINENO: \$? = $ac_status" >&53640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3494 3641 (exit $ac_status); } && { 3495 3642 test -z "$ac_c_werror_flag" || 3496 3643 test ! -s conftest.err 3497 } && test -s conftest$ac_exeext && 3498 $as_test_x conftest$ac_exeext; then 3644 } && test -s conftest$ac_exeext && { 3645 test "$cross_compiling" = yes || 3646 $as_test_x conftest$ac_exeext 3647 }; then 3499 3648 ac_cv_lib_ole32_puts=yes 3500 3649 else 3501 echo "$as_me: failed program was:" >&53650 $as_echo "$as_me: failed program was:" >&5 3502 3651 sed 's/^/| /' conftest.$ac_ext >&5 3503 3652 … … 3505 3654 fi 3506 3655 3656 rm -rf conftest.dSYM 3507 3657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3508 3658 conftest$ac_exeext conftest.$ac_ext 3509 3659 LIBS=$ac_check_lib_save_LIBS 3510 3660 fi 3511 { echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&53512 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; }3661 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 3662 $as_echo "$ac_cv_lib_ole32_puts" >&6; } 3513 3663 if test $ac_cv_lib_ole32_puts = yes; then 3514 3664 cat >>confdefs.h <<_ACEOF … … 3521 3671 3522 3672 3523 { echo "$as_me:$LINENO: checking for puts in -lwinmm" >&53524 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; }3673 { $as_echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 3674 $as_echo_n "checking for puts in -lwinmm... " >&6; } 3525 3675 if test "${ac_cv_lib_winmm_puts+set}" = set; then 3526 echo $ECHO_N "(cached) $ECHO_C" >&63676 $as_echo_n "(cached) " >&6 3527 3677 else 3528 3678 ac_check_lib_save_LIBS=$LIBS … … 3556 3706 *) ac_try_echo=$ac_try;; 3557 3707 esac 3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3709 $as_echo "$ac_try_echo") >&5 3559 3710 (eval "$ac_link") 2>conftest.er1 3560 3711 ac_status=$? … … 3562 3713 rm -f conftest.er1 3563 3714 cat conftest.err >&5 3564 echo "$as_me:$LINENO: \$? = $ac_status" >&53715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3565 3716 (exit $ac_status); } && { 3566 3717 test -z "$ac_c_werror_flag" || 3567 3718 test ! -s conftest.err 3568 } && test -s conftest$ac_exeext && 3569 $as_test_x conftest$ac_exeext; then 3719 } && test -s conftest$ac_exeext && { 3720 test "$cross_compiling" = yes || 3721 $as_test_x conftest$ac_exeext 3722 }; then 3570 3723 ac_cv_lib_winmm_puts=yes 3571 3724 else 3572 echo "$as_me: failed program was:" >&53725 $as_echo "$as_me: failed program was:" >&5 3573 3726 sed 's/^/| /' conftest.$ac_ext >&5 3574 3727 … … 3576 3729 fi 3577 3730 3731 rm -rf conftest.dSYM 3578 3732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3579 3733 conftest$ac_exeext conftest.$ac_ext 3580 3734 LIBS=$ac_check_lib_save_LIBS 3581 3735 fi 3582 { echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&53583 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; }3736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 3737 $as_echo "$ac_cv_lib_winmm_puts" >&6; } 3584 3738 if test $ac_cv_lib_winmm_puts = yes; then 3585 3739 cat >>confdefs.h <<_ACEOF … … 3592 3746 3593 3747 3594 { echo "$as_me:$LINENO: checking for puts in -lsocket" >&53595 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; }3748 { $as_echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 3749 $as_echo_n "checking for puts in -lsocket... " >&6; } 3596 3750 if test "${ac_cv_lib_socket_puts+set}" = set; then 3597 echo $ECHO_N "(cached) $ECHO_C" >&63751 $as_echo_n "(cached) " >&6 3598 3752 else 3599 3753 ac_check_lib_save_LIBS=$LIBS … … 3627 3781 *) ac_try_echo=$ac_try;; 3628 3782 esac 3629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3784 $as_echo "$ac_try_echo") >&5 3630 3785 (eval "$ac_link") 2>conftest.er1 3631 3786 ac_status=$? … … 3633 3788 rm -f conftest.er1 3634 3789 cat conftest.err >&5 3635 echo "$as_me:$LINENO: \$? = $ac_status" >&53790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3636 3791 (exit $ac_status); } && { 3637 3792 test -z "$ac_c_werror_flag" || 3638 3793 test ! -s conftest.err 3639 } && test -s conftest$ac_exeext && 3640 $as_test_x conftest$ac_exeext; then 3794 } && test -s conftest$ac_exeext && { 3795 test "$cross_compiling" = yes || 3796 $as_test_x conftest$ac_exeext 3797 }; then 3641 3798 ac_cv_lib_socket_puts=yes 3642 3799 else 3643 echo "$as_me: failed program was:" >&53800 $as_echo "$as_me: failed program was:" >&5 3644 3801 sed 's/^/| /' conftest.$ac_ext >&5 3645 3802 … … 3647 3804 fi 3648 3805 3806 rm -rf conftest.dSYM 3649 3807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3650 3808 conftest$ac_exeext conftest.$ac_ext 3651 3809 LIBS=$ac_check_lib_save_LIBS 3652 3810 fi 3653 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&53654 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; }3811 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 3812 $as_echo "$ac_cv_lib_socket_puts" >&6; } 3655 3813 if test $ac_cv_lib_socket_puts = yes; then 3656 3814 cat >>confdefs.h <<_ACEOF … … 3663 3821 3664 3822 3665 { echo "$as_me:$LINENO: checking for puts in -lrt" >&53666 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; }3823 { $as_echo "$as_me:$LINENO: checking for puts in -lrt" >&5 3824 $as_echo_n "checking for puts in -lrt... " >&6; } 3667 3825 if test "${ac_cv_lib_rt_puts+set}" = set; then 3668 echo $ECHO_N "(cached) $ECHO_C" >&63826 $as_echo_n "(cached) " >&6 3669 3827 else 3670 3828 ac_check_lib_save_LIBS=$LIBS … … 3698 3856 *) ac_try_echo=$ac_try;; 3699 3857 esac 3700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3859 $as_echo "$ac_try_echo") >&5 3701 3860 (eval "$ac_link") 2>conftest.er1 3702 3861 ac_status=$? … … 3704 3863 rm -f conftest.er1 3705 3864 cat conftest.err >&5 3706 echo "$as_me:$LINENO: \$? = $ac_status" >&53865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3707 3866 (exit $ac_status); } && { 3708 3867 test -z "$ac_c_werror_flag" || 3709 3868 test ! -s conftest.err 3710 } && test -s conftest$ac_exeext && 3711 $as_test_x conftest$ac_exeext; then 3869 } && test -s conftest$ac_exeext && { 3870 test "$cross_compiling" = yes || 3871 $as_test_x conftest$ac_exeext 3872 }; then 3712 3873 ac_cv_lib_rt_puts=yes 3713 3874 else 3714 echo "$as_me: failed program was:" >&53875 $as_echo "$as_me: failed program was:" >&5 3715 3876 sed 's/^/| /' conftest.$ac_ext >&5 3716 3877 … … 3718 3879 fi 3719 3880 3881 rm -rf conftest.dSYM 3720 3882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3721 3883 conftest$ac_exeext conftest.$ac_ext 3722 3884 LIBS=$ac_check_lib_save_LIBS 3723 3885 fi 3724 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&53725 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; }3886 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 3887 $as_echo "$ac_cv_lib_rt_puts" >&6; } 3726 3888 if test $ac_cv_lib_rt_puts = yes; then 3727 3889 cat >>confdefs.h <<_ACEOF … … 3734 3896 3735 3897 3736 { echo "$as_me:$LINENO: checking for puts in -lnsl" >&53737 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; }3898 { $as_echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 3899 $as_echo_n "checking for puts in -lnsl... " >&6; } 3738 3900 if test "${ac_cv_lib_nsl_puts+set}" = set; then 3739 echo $ECHO_N "(cached) $ECHO_C" >&63901 $as_echo_n "(cached) " >&6 3740 3902 else 3741 3903 ac_check_lib_save_LIBS=$LIBS … … 3769 3931 *) ac_try_echo=$ac_try;; 3770 3932 esac 3771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3934 $as_echo "$ac_try_echo") >&5 3772 3935 (eval "$ac_link") 2>conftest.er1 3773 3936 ac_status=$? … … 3775 3938 rm -f conftest.er1 3776 3939 cat conftest.err >&5 3777 echo "$as_me:$LINENO: \$? = $ac_status" >&53940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3778 3941 (exit $ac_status); } && { 3779 3942 test -z "$ac_c_werror_flag" || 3780 3943 test ! -s conftest.err 3781 } && test -s conftest$ac_exeext && 3782 $as_test_x conftest$ac_exeext; then 3944 } && test -s conftest$ac_exeext && { 3945 test "$cross_compiling" = yes || 3946 $as_test_x conftest$ac_exeext 3947 }; then 3783 3948 ac_cv_lib_nsl_puts=yes 3784 3949 else 3785 echo "$as_me: failed program was:" >&53950 $as_echo "$as_me: failed program was:" >&5 3786 3951 sed 's/^/| /' conftest.$ac_ext >&5 3787 3952 … … 3789 3954 fi 3790 3955 3956 rm -rf conftest.dSYM 3791 3957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3792 3958 conftest$ac_exeext conftest.$ac_ext 3793 3959 LIBS=$ac_check_lib_save_LIBS 3794 3960 fi 3795 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&53796 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; }3961 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 3962 $as_echo "$ac_cv_lib_nsl_puts" >&6; } 3797 3963 if test $ac_cv_lib_nsl_puts = yes; then 3798 3964 cat >>confdefs.h <<_ACEOF … … 3805 3971 3806 3972 3807 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53808 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; }3973 { $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3974 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } 3809 3975 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3810 echo $ECHO_N "(cached) $ECHO_C" >&63976 $as_echo_n "(cached) " >&6 3811 3977 else 3812 3978 ac_check_lib_save_LIBS=$LIBS … … 3840 4006 *) ac_try_echo=$ac_try;; 3841 4007 esac 3842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4009 $as_echo "$ac_try_echo") >&5 3843 4010 (eval "$ac_link") 2>conftest.er1 3844 4011 ac_status=$? … … 3846 4013 rm -f conftest.er1 3847 4014 cat conftest.err >&5 3848 echo "$as_me:$LINENO: \$? = $ac_status" >&54015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3849 4016 (exit $ac_status); } && { 3850 4017 test -z "$ac_c_werror_flag" || 3851 4018 test ! -s conftest.err 3852 } && test -s conftest$ac_exeext && 3853 $as_test_x conftest$ac_exeext; then 4019 } && test -s conftest$ac_exeext && { 4020 test "$cross_compiling" = yes || 4021 $as_test_x conftest$ac_exeext 4022 }; then 3854 4023 ac_cv_lib_uuid_uuid_generate=yes 3855 4024 else 3856 echo "$as_me: failed program was:" >&54025 $as_echo "$as_me: failed program was:" >&5 3857 4026 sed 's/^/| /' conftest.$ac_ext >&5 3858 4027 … … 3860 4029 fi 3861 4030 4031 rm -rf conftest.dSYM 3862 4032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3863 4033 conftest$ac_exeext conftest.$ac_ext 3864 4034 LIBS=$ac_check_lib_save_LIBS 3865 4035 fi 3866 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53867 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; }4036 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 4037 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 3868 4038 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3869 4039 cat >>confdefs.h <<_ACEOF … … 3875 4045 fi 3876 4046 3877 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&53878 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; }4047 { $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 4048 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } 3879 4049 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3880 echo $ECHO_N "(cached) $ECHO_C" >&64050 $as_echo_n "(cached) " >&6 3881 4051 else 3882 4052 ac_check_lib_save_LIBS=$LIBS … … 3910 4080 *) ac_try_echo=$ac_try;; 3911 4081 esac 3912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4083 $as_echo "$ac_try_echo") >&5 3913 4084 (eval "$ac_link") 2>conftest.er1 3914 4085 ac_status=$? … … 3916 4087 rm -f conftest.er1 3917 4088 cat conftest.err >&5 3918 echo "$as_me:$LINENO: \$? = $ac_status" >&54089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3919 4090 (exit $ac_status); } && { 3920 4091 test -z "$ac_c_werror_flag" || 3921 4092 test ! -s conftest.err 3922 } && test -s conftest$ac_exeext && 3923 $as_test_x conftest$ac_exeext; then 4093 } && test -s conftest$ac_exeext && { 4094 test "$cross_compiling" = yes || 4095 $as_test_x conftest$ac_exeext 4096 }; then 3924 4097 ac_cv_lib_uuid_uuid_generate=yes 3925 4098 else 3926 echo "$as_me: failed program was:" >&54099 $as_echo "$as_me: failed program was:" >&5 3927 4100 sed 's/^/| /' conftest.$ac_ext >&5 3928 4101 … … 3930 4103 fi 3931 4104 4105 rm -rf conftest.dSYM 3932 4106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3933 4107 conftest$ac_exeext conftest.$ac_ext 3934 4108 LIBS=$ac_check_lib_save_LIBS 3935 4109 fi 3936 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&53937 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; }4110 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 4111 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 3938 4112 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3939 4113 ac_has_uuid_lib=1 … … 3941 4115 3942 4116 3943 { echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&53944 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; }4117 { $as_echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 4118 $as_echo "Setting PJ_M_NAME to $target_cpu" >&6; } 3945 4119 cat >>confdefs.h <<_ACEOF 3946 4120 #define PJ_M_NAME "$target_cpu" … … 3948 4122 3949 4123 3950 { echo "$as_me:$LINENO: checking memory alignment" >&53951 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; }4124 { $as_echo "$as_me:$LINENO: checking memory alignment" >&5 4125 $as_echo_n "checking memory alignment... " >&6; } 3952 4126 case $target in 3953 4127 ia64-* | x86_64-* ) … … 3956 4130 _ACEOF 3957 4131 3958 { echo "$as_me:$LINENO: result: 8 bytes" >&53959 echo "${ECHO_T}8 bytes" >&6; }4132 { $as_echo "$as_me:$LINENO: result: 8 bytes" >&5 4133 $as_echo "8 bytes" >&6; } 3960 4134 ;; 3961 4135 * ) … … 3964 4138 _ACEOF 3965 4139 3966 { echo "$as_me:$LINENO: result: 4 bytes (default)" >&53967 echo "${ECHO_T}4 bytes (default)" >&6; }4140 { $as_echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 4141 $as_echo "4 bytes (default)" >&6; } 3968 4142 ;; 3969 4143 esac … … 3975 4149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3976 4150 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3977 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53978 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }4151 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4152 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3979 4153 # On Suns, sometimes $CPP names a directory. 3980 4154 if test -n "$CPP" && test -d "$CPP"; then … … 3983 4157 if test -z "$CPP"; then 3984 4158 if test "${ac_cv_prog_CPP+set}" = set; then 3985 echo $ECHO_N "(cached) $ECHO_C" >&64159 $as_echo_n "(cached) " >&6 3986 4160 else 3987 4161 # Double quotes because CPP needs to be expanded … … 4015 4189 *) ac_try_echo=$ac_try;; 4016 4190 esac 4017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4192 $as_echo "$ac_try_echo") >&5 4018 4193 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4019 4194 ac_status=$? … … 4021 4196 rm -f conftest.er1 4022 4197 cat conftest.err >&5 4023 echo "$as_me:$LINENO: \$? = $ac_status" >&54198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4024 4199 (exit $ac_status); } >/dev/null && { 4025 4200 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4028 4203 : 4029 4204 else 4030 echo "$as_me: failed program was:" >&54205 $as_echo "$as_me: failed program was:" >&5 4031 4206 sed 's/^/| /' conftest.$ac_ext >&5 4032 4207 … … 4052 4227 *) ac_try_echo=$ac_try;; 4053 4228 esac 4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4230 $as_echo "$ac_try_echo") >&5 4055 4231 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4056 4232 ac_status=$? … … 4058 4234 rm -f conftest.er1 4059 4235 cat conftest.err >&5 4060 echo "$as_me:$LINENO: \$? = $ac_status" >&54236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4061 4237 (exit $ac_status); } >/dev/null && { 4062 4238 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4066 4242 continue 4067 4243 else 4068 echo "$as_me: failed program was:" >&54244 $as_echo "$as_me: failed program was:" >&5 4069 4245 sed 's/^/| /' conftest.$ac_ext >&5 4070 4246 … … 4091 4267 ac_cv_prog_CPP=$CPP 4092 4268 fi 4093 { echo "$as_me:$LINENO: result: $CPP" >&54094 echo "${ECHO_T}$CPP" >&6; }4269 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 4270 $as_echo "$CPP" >&6; } 4095 4271 ac_preproc_ok=false 4096 4272 for ac_c_preproc_warn_flag in '' yes … … 4120 4296 *) ac_try_echo=$ac_try;; 4121 4297 esac 4122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4299 $as_echo "$ac_try_echo") >&5 4123 4300 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4124 4301 ac_status=$? … … 4126 4303 rm -f conftest.er1 4127 4304 cat conftest.err >&5 4128 echo "$as_me:$LINENO: \$? = $ac_status" >&54305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4129 4306 (exit $ac_status); } >/dev/null && { 4130 4307 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4133 4310 : 4134 4311 else 4135 echo "$as_me: failed program was:" >&54312 $as_echo "$as_me: failed program was:" >&5 4136 4313 sed 's/^/| /' conftest.$ac_ext >&5 4137 4314 … … 4157 4334 *) ac_try_echo=$ac_try;; 4158 4335 esac 4159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4337 $as_echo "$ac_try_echo") >&5 4160 4338 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4161 4339 ac_status=$? … … 4163 4341 rm -f conftest.er1 4164 4342 cat conftest.err >&5 4165 echo "$as_me:$LINENO: \$? = $ac_status" >&54343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4166 4344 (exit $ac_status); } >/dev/null && { 4167 4345 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4171 4349 continue 4172 4350 else 4173 echo "$as_me: failed program was:" >&54351 $as_echo "$as_me: failed program was:" >&5 4174 4352 sed 's/^/| /' conftest.$ac_ext >&5 4175 4353 … … 4187 4365 : 4188 4366 else 4189 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check4367 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4190 4368 See \`config.log' for more details." >&5 4191 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check4369 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4192 4370 See \`config.log' for more details." >&2;} 4193 4371 { (exit 1); exit 1; }; } … … 4201 4379 4202 4380 4203 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&54204 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }4381 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4382 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4205 4383 if test "${ac_cv_path_GREP+set}" = set; then 4206 echo $ECHO_N "(cached) $ECHO_C" >&6 4207 else 4208 # Extract the first word of "grep ggrep" to use in msg output 4209 if test -z "$GREP"; then 4210 set dummy grep ggrep; ac_prog_name=$2 4211 if test "${ac_cv_path_GREP+set}" = set; then 4212 echo $ECHO_N "(cached) $ECHO_C" >&6 4213 else 4384 $as_echo_n "(cached) " >&6 4385 else 4386 if test -z "$GREP"; then 4214 4387 ac_path_GREP_found=false 4215 # Loop through the user's path and test for each of PROGNAME-LIST4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4388 # Loop through the user's path and test for each of PROGNAME-LIST 4389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4217 4390 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4218 4391 do … … 4220 4393 test -z "$as_dir" && as_dir=. 4221 4394 for ac_prog in grep ggrep; do 4222 for ac_exec_ext in '' $ac_executable_extensions; do4223 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"4224 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue4225 4395 for ac_exec_ext in '' $ac_executable_extensions; do 4396 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4397 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4398 # Check for GNU ac_path_GREP and select it if it is found. 4226 4399 # Check for GNU $ac_path_GREP 4227 4400 case `"$ac_path_GREP" --version 2>&1` in … … 4230 4403 *) 4231 4404 ac_count=0 4232 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"4405 $as_echo_n 0123456789 >"conftest.in" 4233 4406 while : 4234 4407 do … … 4236 4409 mv "conftest.tmp" "conftest.in" 4237 4410 cp "conftest.in" "conftest.nl" 4238 echo 'GREP' >> "conftest.nl"4411 $as_echo 'GREP' >> "conftest.nl" 4239 4412 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4240 4413 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4251 4424 esac 4252 4425 4253 4254 $ac_path_GREP_found && break 34426 $ac_path_GREP_found && break 3 4427 done 4255 4428 done 4256 4429 done 4257 4258 done4259 4430 IFS=$as_save_IFS 4260 4261 4262 fi 4263 4264 GREP="$ac_cv_path_GREP" 4265 if test -z "$GREP"; then 4266 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4267 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4431 if test -z "$ac_cv_path_GREP"; then 4432 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4433 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4268 4434 { (exit 1); exit 1; }; } 4269 fi 4270 4435 fi 4271 4436 else 4272 4437 ac_cv_path_GREP=$GREP 4273 4438 fi 4274 4439 4275 4276 fi 4277 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4278 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4440 fi 4441 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4442 $as_echo "$ac_cv_path_GREP" >&6; } 4279 4443 GREP="$ac_cv_path_GREP" 4280 4444 4281 4445 4282 { echo "$as_me:$LINENO: checking for egrep" >&54283 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }4446 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 4447 $as_echo_n "checking for egrep... " >&6; } 4284 4448 if test "${ac_cv_path_EGREP+set}" = set; then 4285 echo $ECHO_N "(cached) $ECHO_C" >&64449 $as_echo_n "(cached) " >&6 4286 4450 else 4287 4451 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4288 4452 then ac_cv_path_EGREP="$GREP -E" 4289 4453 else 4290 # Extract the first word of "egrep" to use in msg output 4291 if test -z "$EGREP"; then 4292 set dummy egrep; ac_prog_name=$2 4293 if test "${ac_cv_path_EGREP+set}" = set; then 4294 echo $ECHO_N "(cached) $ECHO_C" >&6 4295 else 4454 if test -z "$EGREP"; then 4296 4455 ac_path_EGREP_found=false 4297 # Loop through the user's path and test for each of PROGNAME-LIST4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4456 # Loop through the user's path and test for each of PROGNAME-LIST 4457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4299 4458 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4300 4459 do … … 4302 4461 test -z "$as_dir" && as_dir=. 4303 4462 for ac_prog in egrep; do 4304 for ac_exec_ext in '' $ac_executable_extensions; do4305 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"4306 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue4307 4463 for ac_exec_ext in '' $ac_executable_extensions; do 4464 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4465 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4466 # Check for GNU ac_path_EGREP and select it if it is found. 4308 4467 # Check for GNU $ac_path_EGREP 4309 4468 case `"$ac_path_EGREP" --version 2>&1` in … … 4312 4471 *) 4313 4472 ac_count=0 4314 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"4473 $as_echo_n 0123456789 >"conftest.in" 4315 4474 while : 4316 4475 do … … 4318 4477 mv "conftest.tmp" "conftest.in" 4319 4478 cp "conftest.in" "conftest.nl" 4320 echo 'EGREP' >> "conftest.nl"4479 $as_echo 'EGREP' >> "conftest.nl" 4321 4480 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4322 4481 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4333 4492 esac 4334 4493 4335 4336 $ac_path_EGREP_found && break 34494 $ac_path_EGREP_found && break 3 4495 done 4337 4496 done 4338 4497 done 4339 4340 done4341 4498 IFS=$as_save_IFS 4342 4343 4344 fi 4345 4346 EGREP="$ac_cv_path_EGREP" 4347 if test -z "$EGREP"; then 4348 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4349 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4499 if test -z "$ac_cv_path_EGREP"; then 4500 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4501 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4350 4502 { (exit 1); exit 1; }; } 4351 fi 4352 4503 fi 4353 4504 else 4354 4505 ac_cv_path_EGREP=$EGREP 4355 4506 fi 4356 4507 4357 4358 4508 fi 4359 4509 fi 4360 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&54361 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }4510 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4511 $as_echo "$ac_cv_path_EGREP" >&6; } 4362 4512 EGREP="$ac_cv_path_EGREP" 4363 4513 4364 4514 4365 { echo "$as_me:$LINENO: checking for ANSI C header files" >&54366 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }4515 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4516 $as_echo_n "checking for ANSI C header files... " >&6; } 4367 4517 if test "${ac_cv_header_stdc+set}" = set; then 4368 echo $ECHO_N "(cached) $ECHO_C" >&64518 $as_echo_n "(cached) " >&6 4369 4519 else 4370 4520 cat >conftest.$ac_ext <<_ACEOF … … 4393 4543 *) ac_try_echo=$ac_try;; 4394 4544 esac 4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4546 $as_echo "$ac_try_echo") >&5 4396 4547 (eval "$ac_compile") 2>conftest.er1 4397 4548 ac_status=$? … … 4399 4550 rm -f conftest.er1 4400 4551 cat conftest.err >&5 4401 echo "$as_me:$LINENO: \$? = $ac_status" >&54552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4402 4553 (exit $ac_status); } && { 4403 4554 test -z "$ac_c_werror_flag" || … … 4406 4557 ac_cv_header_stdc=yes 4407 4558 else 4408 echo "$as_me: failed program was:" >&54559 $as_echo "$as_me: failed program was:" >&5 4409 4560 sed 's/^/| /' conftest.$ac_ext >&5 4410 4561 … … 4498 4649 *) ac_try_echo=$ac_try;; 4499 4650 esac 4500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4652 $as_echo "$ac_try_echo") >&5 4501 4653 (eval "$ac_link") 2>&5 4502 4654 ac_status=$? 4503 echo "$as_me:$LINENO: \$? = $ac_status" >&54655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4504 4656 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4505 4657 { (case "(($ac_try" in … … 4507 4659 *) ac_try_echo=$ac_try;; 4508 4660 esac 4509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4662 $as_echo "$ac_try_echo") >&5 4510 4663 (eval "$ac_try") 2>&5 4511 4664 ac_status=$? 4512 echo "$as_me:$LINENO: \$? = $ac_status" >&54665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4513 4666 (exit $ac_status); }; }; then 4514 4667 : 4515 4668 else 4516 echo "$as_me: program exited with status $ac_status" >&54517 echo "$as_me: failed program was:" >&54669 $as_echo "$as_me: program exited with status $ac_status" >&5 4670 $as_echo "$as_me: failed program was:" >&5 4518 4671 sed 's/^/| /' conftest.$ac_ext >&5 4519 4672 … … 4521 4674 ac_cv_header_stdc=no 4522 4675 fi 4676 rm -rf conftest.dSYM 4523 4677 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4524 4678 fi … … 4527 4681 fi 4528 4682 fi 4529 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&54530 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }4683 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4684 $as_echo "$ac_cv_header_stdc" >&6; } 4531 4685 if test $ac_cv_header_stdc = yes; then 4532 4686 … … 4550 4704 inttypes.h stdint.h unistd.h 4551 4705 do 4552 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4553 { echo "$as_me:$LINENO: checking for $ac_header" >&54554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4706 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4707 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4708 $as_echo_n "checking for $ac_header... " >&6; } 4555 4709 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4556 echo $ECHO_N "(cached) $ECHO_C" >&64710 $as_echo_n "(cached) " >&6 4557 4711 else 4558 4712 cat >conftest.$ac_ext <<_ACEOF … … 4572 4726 *) ac_try_echo=$ac_try;; 4573 4727 esac 4574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4729 $as_echo "$ac_try_echo") >&5 4575 4730 (eval "$ac_compile") 2>conftest.er1 4576 4731 ac_status=$? … … 4578 4733 rm -f conftest.er1 4579 4734 cat conftest.err >&5 4580 echo "$as_me:$LINENO: \$? = $ac_status" >&54735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4581 4736 (exit $ac_status); } && { 4582 4737 test -z "$ac_c_werror_flag" || … … 4585 4740 eval "$as_ac_Header=yes" 4586 4741 else 4587 echo "$as_me: failed program was:" >&54742 $as_echo "$as_me: failed program was:" >&5 4588 4743 sed 's/^/| /' conftest.$ac_ext >&5 4589 4744 … … 4593 4748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4594 4749 fi 4595 ac_res=`eval echo '${'$as_ac_Header'}'` 4596 { echo "$as_me:$LINENO: result: $ac_res" >&5 4597 echo "${ECHO_T}$ac_res" >&6; } 4598 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4750 ac_res=`eval 'as_val=${'$as_ac_Header'} 4751 $as_echo "$as_val"'` 4752 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4753 $as_echo "$ac_res" >&6; } 4754 if test `eval 'as_val=${'$as_ac_Header'} 4755 $as_echo "$as_val"'` = yes; then 4599 4756 cat >>confdefs.h <<_ACEOF 4600 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14757 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4601 4758 _ACEOF 4602 4759 … … 4606 4763 4607 4764 4608 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4609 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 4765 4766 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4767 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 4610 4768 if test "${ac_cv_c_bigendian+set}" = set; then 4611 echo $ECHO_N "(cached) $ECHO_C" >&6 4612 else 4613 # See if sys/param.h defines the BYTE_ORDER macro. 4614 cat >conftest.$ac_ext <<_ACEOF 4769 $as_echo_n "(cached) " >&6 4770 else 4771 ac_cv_c_bigendian=unknown 4772 # See if we're dealing with a universal compiler. 4773 cat >conftest.$ac_ext <<_ACEOF 4774 /* confdefs.h. */ 4775 _ACEOF 4776 cat confdefs.h >>conftest.$ac_ext 4777 cat >>conftest.$ac_ext <<_ACEOF 4778 /* end confdefs.h. */ 4779 #ifndef __APPLE_CC__ 4780 not a universal capable compiler 4781 #endif 4782 typedef int dummy; 4783 4784 _ACEOF 4785 rm -f conftest.$ac_objext 4786 if { (ac_try="$ac_compile" 4787 case "(($ac_try" in 4788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4789 *) ac_try_echo=$ac_try;; 4790 esac 4791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4792 $as_echo "$ac_try_echo") >&5 4793 (eval "$ac_compile") 2>conftest.er1 4794 ac_status=$? 4795 grep -v '^ *+' conftest.er1 >conftest.err 4796 rm -f conftest.er1 4797 cat conftest.err >&5 4798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4799 (exit $ac_status); } && { 4800 test -z "$ac_c_werror_flag" || 4801 test ! -s conftest.err 4802 } && test -s conftest.$ac_objext; then 4803 4804 # Check for potential -arch flags. It is not universal unless 4805 # there are some -arch flags. Note that *ppc* also matches 4806 # ppc64. This check is also rather less than ideal. 4807 case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( 4808 *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; 4809 esac 4810 else 4811 $as_echo "$as_me: failed program was:" >&5 4812 sed 's/^/| /' conftest.$ac_ext >&5 4813 4814 4815 fi 4816 4817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4818 if test $ac_cv_c_bigendian = unknown; then 4819 # See if sys/param.h defines the BYTE_ORDER macro. 4820 cat >conftest.$ac_ext <<_ACEOF 4615 4821 /* confdefs.h. */ 4616 4822 _ACEOF … … 4619 4825 /* end confdefs.h. */ 4620 4826 #include <sys/types.h> 4621 #include <sys/param.h>4827 #include <sys/param.h> 4622 4828 4623 4829 int 4624 4830 main () 4625 4831 { 4626 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 4627 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 4628 bogus endian macros 4629 #endif 4832 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 4833 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 4834 && LITTLE_ENDIAN) 4835 bogus endian macros 4836 #endif 4630 4837 4631 4838 ; … … 4639 4846 *) ac_try_echo=$ac_try;; 4640 4847 esac 4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4849 $as_echo "$ac_try_echo") >&5 4642 4850 (eval "$ac_compile") 2>conftest.er1 4643 4851 ac_status=$? … … 4645 4853 rm -f conftest.er1 4646 4854 cat conftest.err >&5 4647 echo "$as_me:$LINENO: \$? = $ac_status" >&54855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4648 4856 (exit $ac_status); } && { 4649 4857 test -z "$ac_c_werror_flag" || … … 4651 4859 } && test -s conftest.$ac_objext; then 4652 4860 # It does; now see whether it defined to BIG_ENDIAN or not. 4653 cat >conftest.$ac_ext <<_ACEOF4861 cat >conftest.$ac_ext <<_ACEOF 4654 4862 /* confdefs.h. */ 4655 4863 _ACEOF … … 4658 4866 /* end confdefs.h. */ 4659 4867 #include <sys/types.h> 4660 #include <sys/param.h>4868 #include <sys/param.h> 4661 4869 4662 4870 int … … 4664 4872 { 4665 4873 #if BYTE_ORDER != BIG_ENDIAN 4666 not big endian4667 #endif4874 not big endian 4875 #endif 4668 4876 4669 4877 ; … … 4677 4885 *) ac_try_echo=$ac_try;; 4678 4886 esac 4679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4888 $as_echo "$ac_try_echo") >&5 4680 4889 (eval "$ac_compile") 2>conftest.er1 4681 4890 ac_status=$? … … 4683 4892 rm -f conftest.er1 4684 4893 cat conftest.err >&5 4685 echo "$as_me:$LINENO: \$? = $ac_status" >&54894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4686 4895 (exit $ac_status); } && { 4687 4896 test -z "$ac_c_werror_flag" || … … 4690 4899 ac_cv_c_bigendian=yes 4691 4900 else 4692 echo "$as_me: failed program was:" >&54901 $as_echo "$as_me: failed program was:" >&5 4693 4902 sed 's/^/| /' conftest.$ac_ext >&5 4694 4903 … … 4698 4907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4699 4908 else 4700 echo "$as_me: failed program was:" >&54909 $as_echo "$as_me: failed program was:" >&5 4701 4910 sed 's/^/| /' conftest.$ac_ext >&5 4702 4911 4703 # It does not; compile a test program. 4704 if test "$cross_compiling" = yes; then 4705 # try to guess the endianness by grepping values into an object file 4706 ac_cv_c_bigendian=unknown 4707 cat >conftest.$ac_ext <<_ACEOF 4912 4913 fi 4914 4915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4916 fi 4917 if test $ac_cv_c_bigendian = unknown; then 4918 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 4919 cat >conftest.$ac_ext <<_ACEOF 4708 4920 /* confdefs.h. */ 4709 4921 _ACEOF … … 4711 4923 cat >>conftest.$ac_ext <<_ACEOF 4712 4924 /* end confdefs.h. */ 4713 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 4714 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 4715 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 4716 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 4717 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 4718 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 4925 #include <limits.h> 4926 4719 4927 int 4720 4928 main () 4721 4929 { 4722 _ascii (); _ebcdic (); 4930 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 4931 bogus endian macros 4932 #endif 4933 4723 4934 ; 4724 4935 return 0; … … 4731 4942 *) ac_try_echo=$ac_try;; 4732 4943 esac 4733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4945 $as_echo "$ac_try_echo") >&5 4734 4946 (eval "$ac_compile") 2>conftest.er1 4735 4947 ac_status=$? … … 4737 4949 rm -f conftest.er1 4738 4950 cat conftest.err >&5 4739 echo "$as_me:$LINENO: \$? = $ac_status" >&54951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4740 4952 (exit $ac_status); } && { 4741 4953 test -z "$ac_c_werror_flag" || 4742 4954 test ! -s conftest.err 4743 4955 } && test -s conftest.$ac_objext; then 4744 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 4956 # It does; now see whether it defined to _BIG_ENDIAN or not. 4957 cat >conftest.$ac_ext <<_ACEOF 4958 /* confdefs.h. */ 4959 _ACEOF 4960 cat confdefs.h >>conftest.$ac_ext 4961 cat >>conftest.$ac_ext <<_ACEOF 4962 /* end confdefs.h. */ 4963 #include <limits.h> 4964 4965 int 4966 main () 4967 { 4968 #ifndef _BIG_ENDIAN 4969 not big endian 4970 #endif 4971 4972 ; 4973 return 0; 4974 } 4975 _ACEOF 4976 rm -f conftest.$ac_objext 4977 if { (ac_try="$ac_compile" 4978 case "(($ac_try" in 4979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4980 *) ac_try_echo=$ac_try;; 4981 esac 4982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4983 $as_echo "$ac_try_echo") >&5 4984 (eval "$ac_compile") 2>conftest.er1 4985 ac_status=$? 4986 grep -v '^ *+' conftest.er1 >conftest.err 4987 rm -f conftest.er1 4988 cat conftest.err >&5 4989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4990 (exit $ac_status); } && { 4991 test -z "$ac_c_werror_flag" || 4992 test ! -s conftest.err 4993 } && test -s conftest.$ac_objext; then 4745 4994 ac_cv_c_bigendian=yes 4746 fi 4747 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 4748 if test "$ac_cv_c_bigendian" = unknown; then 4749 ac_cv_c_bigendian=no 4750 else 4751 # finding both strings is unlikely to happen, but who knows? 4752 ac_cv_c_bigendian=unknown 4753 fi 4754 fi 4755 else 4756 echo "$as_me: failed program was:" >&5 4995 else 4996 $as_echo "$as_me: failed program was:" >&5 4997 sed 's/^/| /' conftest.$ac_ext >&5 4998 4999 ac_cv_c_bigendian=no 5000 fi 5001 5002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5003 else 5004 $as_echo "$as_me: failed program was:" >&5 5005 sed 's/^/| /' conftest.$ac_ext >&5 5006 5007 5008 fi 5009 5010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5011 fi 5012 if test $ac_cv_c_bigendian = unknown; then 5013 # Compile a test program. 5014 if test "$cross_compiling" = yes; then 5015 # Try to guess by grepping values from an object file. 5016 cat >conftest.$ac_ext <<_ACEOF 5017 /* confdefs.h. */ 5018 _ACEOF 5019 cat confdefs.h >>conftest.$ac_ext 5020 cat >>conftest.$ac_ext <<_ACEOF 5021 /* end confdefs.h. */ 5022 short int ascii_mm[] = 5023 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 5024 short int ascii_ii[] = 5025 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 5026 int use_ascii (int i) { 5027 return ascii_mm[i] + ascii_ii[i]; 5028 } 5029 short int ebcdic_ii[] = 5030 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 5031 short int ebcdic_mm[] = 5032 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 5033 int use_ebcdic (int i) { 5034 return ebcdic_mm[i] + ebcdic_ii[i]; 5035 } 5036 extern int foo; 5037 5038 int 5039 main () 5040 { 5041 return use_ascii (foo) == use_ebcdic (foo); 5042 ; 5043 return 0; 5044 } 5045 _ACEOF 5046 rm -f conftest.$ac_objext 5047 if { (ac_try="$ac_compile" 5048 case "(($ac_try" in 5049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5050 *) ac_try_echo=$ac_try;; 5051 esac 5052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5053 $as_echo "$ac_try_echo") >&5 5054 (eval "$ac_compile") 2>conftest.er1 5055 ac_status=$? 5056 grep -v '^ *+' conftest.er1 >conftest.err 5057 rm -f conftest.er1 5058 cat conftest.err >&5 5059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5060 (exit $ac_status); } && { 5061 test -z "$ac_c_werror_flag" || 5062 test ! -s conftest.err 5063 } && test -s conftest.$ac_objext; then 5064 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 5065 ac_cv_c_bigendian=yes 5066 fi 5067 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 5068 if test "$ac_cv_c_bigendian" = unknown; then 5069 ac_cv_c_bigendian=no 5070 else 5071 # finding both strings is unlikely to happen, but who knows? 5072 ac_cv_c_bigendian=unknown 5073 fi 5074 fi 5075 else 5076 $as_echo "$as_me: failed program was:" >&5 4757 5077 sed 's/^/| /' conftest.$ac_ext >&5 4758 5078 … … 4773 5093 { 4774 5094 4775 /* Are we little or big endian? From Harbison&Steele. */4776 union4777 {4778 long int l;4779 char c[sizeof (long int)];4780 } u;4781 u.l = 1;4782 return u.c[sizeof (long int) - 1] == 1;5095 /* Are we little or big endian? From Harbison&Steele. */ 5096 union 5097 { 5098 long int l; 5099 char c[sizeof (long int)]; 5100 } u; 5101 u.l = 1; 5102 return u.c[sizeof (long int) - 1] == 1; 4783 5103 4784 5104 ; … … 4792 5112 *) ac_try_echo=$ac_try;; 4793 5113 esac 4794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5115 $as_echo "$ac_try_echo") >&5 4795 5116 (eval "$ac_link") 2>&5 4796 5117 ac_status=$? 4797 echo "$as_me:$LINENO: \$? = $ac_status" >&55118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4798 5119 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4799 5120 { (case "(($ac_try" in … … 4801 5122 *) ac_try_echo=$ac_try;; 4802 5123 esac 4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5125 $as_echo "$ac_try_echo") >&5 4804 5126 (eval "$ac_try") 2>&5 4805 5127 ac_status=$? 4806 echo "$as_me:$LINENO: \$? = $ac_status" >&55128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4807 5129 (exit $ac_status); }; }; then 4808 5130 ac_cv_c_bigendian=no 4809 5131 else 4810 echo "$as_me: program exited with status $ac_status" >&54811 echo "$as_me: failed program was:" >&55132 $as_echo "$as_me: program exited with status $ac_status" >&5 5133 $as_echo "$as_me: failed program was:" >&5 4812 5134 sed 's/^/| /' conftest.$ac_ext >&5 4813 5135 … … 4815 5137 ac_cv_c_bigendian=yes 4816 5138 fi 5139 rm -rf conftest.dSYM 4817 5140 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4818 5141 fi 4819 5142 4820 5143 4821 fi 4822 4823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4824 fi 4825 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 4826 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 4827 case $ac_cv_c_bigendian in 4828 yes) 5144 fi 5145 fi 5146 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 5147 $as_echo "$ac_cv_c_bigendian" >&6; } 5148 case $ac_cv_c_bigendian in #( 5149 yes) 5150 cat >>confdefs.h <<\_ACEOF 5151 #define WORDS_BIGENDIAN 1 5152 _ACEOF 5153 ;; #( 5154 no) 5155 ;; #( 5156 universal) 4829 5157 4830 5158 cat >>confdefs.h <<\_ACEOF 4831 #define WORDS_BIGENDIAN 1 4832 _ACEOF 4833 ;; 4834 no) 4835 ;; 4836 *) 4837 { { echo "$as_me:$LINENO: error: unknown endianness 4838 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 4839 echo "$as_me: error: unknown endianness 4840 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 5159 #define AC_APPLE_UNIVERSAL_BUILD 1 5160 _ACEOF 5161 5162 ;; #( 5163 *) 5164 { { $as_echo "$as_me:$LINENO: error: unknown endianness 5165 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 5166 $as_echo "$as_me: error: unknown endianness 5167 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 4841 5168 { (exit 1); exit 1; }; } ;; 4842 esac5169 esac 4843 5170 4844 5171 … … 4896 5223 _ACEOF 4897 5224 4898 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&54899 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; }5225 { $as_echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 5226 $as_echo "Checking if floating point is disabled... yes" >&6; } 4900 5227 fi 4901 5228 else … … 4905 5232 _ACEOF 4906 5233 4907 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&54908 echo "${ECHO_T}Checking if floating point is disabled... no" >&6; }4909 4910 { echo "$as_me:$LINENO: checking for fmod in -lm" >&54911 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; }5234 { $as_echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 5235 $as_echo "Checking if floating point is disabled... no" >&6; } 5236 5237 { $as_echo "$as_me:$LINENO: checking for fmod in -lm" >&5 5238 $as_echo_n "checking for fmod in -lm... " >&6; } 4912 5239 if test "${ac_cv_lib_m_fmod+set}" = set; then 4913 echo $ECHO_N "(cached) $ECHO_C" >&65240 $as_echo_n "(cached) " >&6 4914 5241 else 4915 5242 ac_check_lib_save_LIBS=$LIBS … … 4943 5270 *) ac_try_echo=$ac_try;; 4944 5271 esac 4945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5273 $as_echo "$ac_try_echo") >&5 4946 5274 (eval "$ac_link") 2>conftest.er1 4947 5275 ac_status=$? … … 4949 5277 rm -f conftest.er1 4950 5278 cat conftest.err >&5 4951 echo "$as_me:$LINENO: \$? = $ac_status" >&55279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4952 5280 (exit $ac_status); } && { 4953 5281 test -z "$ac_c_werror_flag" || 4954 5282 test ! -s conftest.err 4955 } && test -s conftest$ac_exeext && 4956 $as_test_x conftest$ac_exeext; then 5283 } && test -s conftest$ac_exeext && { 5284 test "$cross_compiling" = yes || 5285 $as_test_x conftest$ac_exeext 5286 }; then 4957 5287 ac_cv_lib_m_fmod=yes 4958 5288 else 4959 echo "$as_me: failed program was:" >&55289 $as_echo "$as_me: failed program was:" >&5 4960 5290 sed 's/^/| /' conftest.$ac_ext >&5 4961 5291 … … 4963 5293 fi 4964 5294 5295 rm -rf conftest.dSYM 4965 5296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4966 5297 conftest$ac_exeext conftest.$ac_ext 4967 5298 LIBS=$ac_check_lib_save_LIBS 4968 5299 fi 4969 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&54970 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; }5300 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 5301 $as_echo "$ac_cv_lib_m_fmod" >&6; } 4971 5302 if test $ac_cv_lib_m_fmod = yes; then 4972 5303 cat >>confdefs.h <<_ACEOF … … 4984 5315 4985 5316 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4986 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&54987 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }5317 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5318 $as_echo_n "checking for arpa/inet.h... " >&6; } 4988 5319 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 4989 echo $ECHO_N "(cached) $ECHO_C" >&64990 fi 4991 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&54992 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }5320 $as_echo_n "(cached) " >&6 5321 fi 5322 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5323 $as_echo "$ac_cv_header_arpa_inet_h" >&6; } 4993 5324 else 4994 5325 # Is the header compilable? 4995 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&54996 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; }5326 { $as_echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 5327 $as_echo_n "checking arpa/inet.h usability... " >&6; } 4997 5328 cat >conftest.$ac_ext <<_ACEOF 4998 5329 /* confdefs.h. */ … … 5010 5341 *) ac_try_echo=$ac_try;; 5011 5342 esac 5012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5344 $as_echo "$ac_try_echo") >&5 5013 5345 (eval "$ac_compile") 2>conftest.er1 5014 5346 ac_status=$? … … 5016 5348 rm -f conftest.er1 5017 5349 cat conftest.err >&5 5018 echo "$as_me:$LINENO: \$? = $ac_status" >&55350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5019 5351 (exit $ac_status); } && { 5020 5352 test -z "$ac_c_werror_flag" || … … 5023 5355 ac_header_compiler=yes 5024 5356 else 5025 echo "$as_me: failed program was:" >&55357 $as_echo "$as_me: failed program was:" >&5 5026 5358 sed 's/^/| /' conftest.$ac_ext >&5 5027 5359 … … 5030 5362 5031 5363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5032 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55033 echo "${ECHO_T}$ac_header_compiler" >&6; }5364 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5365 $as_echo "$ac_header_compiler" >&6; } 5034 5366 5035 5367 # Is the header present? 5036 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&55037 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; }5368 { $as_echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 5369 $as_echo_n "checking arpa/inet.h presence... " >&6; } 5038 5370 cat >conftest.$ac_ext <<_ACEOF 5039 5371 /* confdefs.h. */ … … 5049 5381 *) ac_try_echo=$ac_try;; 5050 5382 esac 5051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5384 $as_echo "$ac_try_echo") >&5 5052 5385 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5053 5386 ac_status=$? … … 5055 5388 rm -f conftest.er1 5056 5389 cat conftest.err >&5 5057 echo "$as_me:$LINENO: \$? = $ac_status" >&55390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5058 5391 (exit $ac_status); } >/dev/null && { 5059 5392 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5062 5395 ac_header_preproc=yes 5063 5396 else 5064 echo "$as_me: failed program was:" >&55397 $as_echo "$as_me: failed program was:" >&5 5065 5398 sed 's/^/| /' conftest.$ac_ext >&5 5066 5399 … … 5069 5402 5070 5403 rm -f conftest.err conftest.$ac_ext 5071 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55072 echo "${ECHO_T}$ac_header_preproc" >&6; }5404 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5405 $as_echo "$ac_header_preproc" >&6; } 5073 5406 5074 5407 # So? What about this header? 5075 5408 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5076 5409 yes:no: ) 5077 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&55078 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5079 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&55080 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}5410 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 5411 $as_echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5412 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 5413 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 5081 5414 ac_header_preproc=yes 5082 5415 ;; 5083 5416 no:yes:* ) 5084 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&55085 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}5086 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&55087 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}5088 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&55089 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}5090 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&55091 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}5092 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&55093 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}5094 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&55095 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}5417 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 5418 $as_echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 5419 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 5420 $as_echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 5421 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 5422 $as_echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 5423 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 5424 $as_echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} 5425 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 5426 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 5427 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 5428 $as_echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 5096 5429 5097 5430 ;; 5098 5431 esac 5099 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&55100 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }5432 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5433 $as_echo_n "checking for arpa/inet.h... " >&6; } 5101 5434 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 5102 echo $ECHO_N "(cached) $ECHO_C" >&65435 $as_echo_n "(cached) " >&6 5103 5436 else 5104 5437 ac_cv_header_arpa_inet_h=$ac_header_preproc 5105 5438 fi 5106 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&55107 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }5439 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5440 $as_echo "$ac_cv_header_arpa_inet_h" >&6; } 5108 5441 5109 5442 fi … … 5117 5450 5118 5451 if test "${ac_cv_header_assert_h+set}" = set; then 5119 { echo "$as_me:$LINENO: checking for assert.h" >&55120 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; }5452 { $as_echo "$as_me:$LINENO: checking for assert.h" >&5 5453 $as_echo_n "checking for assert.h... " >&6; } 5121 5454 if test "${ac_cv_header_assert_h+set}" = set; then 5122 echo $ECHO_N "(cached) $ECHO_C" >&65123 fi 5124 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&55125 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; }5455 $as_echo_n "(cached) " >&6 5456 fi 5457 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5458 $as_echo "$ac_cv_header_assert_h" >&6; } 5126 5459 else 5127 5460 # Is the header compilable? 5128 { echo "$as_me:$LINENO: checking assert.h usability" >&55129 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; }5461 { $as_echo "$as_me:$LINENO: checking assert.h usability" >&5 5462 $as_echo_n "checking assert.h usability... " >&6; } 5130 5463 cat >conftest.$ac_ext <<_ACEOF 5131 5464 /* confdefs.h. */ … … 5143 5476 *) ac_try_echo=$ac_try;; 5144 5477 esac 5145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5479 $as_echo "$ac_try_echo") >&5 5146 5480 (eval "$ac_compile") 2>conftest.er1 5147 5481 ac_status=$? … … 5149 5483 rm -f conftest.er1 5150 5484 cat conftest.err >&5 5151 echo "$as_me:$LINENO: \$? = $ac_status" >&55485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5152 5486 (exit $ac_status); } && { 5153 5487 test -z "$ac_c_werror_flag" || … … 5156 5490 ac_header_compiler=yes 5157 5491 else 5158 echo "$as_me: failed program was:" >&55492 $as_echo "$as_me: failed program was:" >&5 5159 5493 sed 's/^/| /' conftest.$ac_ext >&5 5160 5494 … … 5163 5497 5164 5498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5165 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55166 echo "${ECHO_T}$ac_header_compiler" >&6; }5499 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5500 $as_echo "$ac_header_compiler" >&6; } 5167 5501 5168 5502 # Is the header present? 5169 { echo "$as_me:$LINENO: checking assert.h presence" >&55170 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; }5503 { $as_echo "$as_me:$LINENO: checking assert.h presence" >&5 5504 $as_echo_n "checking assert.h presence... " >&6; } 5171 5505 cat >conftest.$ac_ext <<_ACEOF 5172 5506 /* confdefs.h. */ … … 5182 5516 *) ac_try_echo=$ac_try;; 5183 5517 esac 5184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5519 $as_echo "$ac_try_echo") >&5 5185 5520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5186 5521 ac_status=$? … … 5188 5523 rm -f conftest.er1 5189 5524 cat conftest.err >&5 5190 echo "$as_me:$LINENO: \$? = $ac_status" >&55525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5191 5526 (exit $ac_status); } >/dev/null && { 5192 5527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5195 5530 ac_header_preproc=yes 5196 5531 else 5197 echo "$as_me: failed program was:" >&55532 $as_echo "$as_me: failed program was:" >&5 5198 5533 sed 's/^/| /' conftest.$ac_ext >&5 5199 5534 … … 5202 5537 5203 5538 rm -f conftest.err conftest.$ac_ext 5204 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55205 echo "${ECHO_T}$ac_header_preproc" >&6; }5539 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5540 $as_echo "$ac_header_preproc" >&6; } 5206 5541 5207 5542 # So? What about this header? 5208 5543 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5209 5544 yes:no: ) 5210 { echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&55211 echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5212 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&55213 echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;}5545 { $as_echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 5546 $as_echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5547 { $as_echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&5 5548 $as_echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;} 5214 5549 ac_header_preproc=yes 5215 5550 ;; 5216 5551 no:yes:* ) 5217 { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&55218 echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;}5219 { echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&55220 echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;}5221 { echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&55222 echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;}5223 { echo "$as_me:$LINENO: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&55224 echo "$as_me: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&2;}5225 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&55226 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;}5227 { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&55228 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;}5552 { $as_echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 5553 $as_echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 5554 { $as_echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&5 5555 $as_echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;} 5556 { $as_echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&5 5557 $as_echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;} 5558 { $as_echo "$as_me:$LINENO: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&5 5559 $as_echo "$as_me: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&2;} 5560 { $as_echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 5561 $as_echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 5562 { $as_echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 5563 $as_echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 5229 5564 5230 5565 ;; 5231 5566 esac 5232 { echo "$as_me:$LINENO: checking for assert.h" >&55233 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; }5567 { $as_echo "$as_me:$LINENO: checking for assert.h" >&5 5568 $as_echo_n "checking for assert.h... " >&6; } 5234 5569 if test "${ac_cv_header_assert_h+set}" = set; then 5235 echo $ECHO_N "(cached) $ECHO_C" >&65570 $as_echo_n "(cached) " >&6 5236 5571 else 5237 5572 ac_cv_header_assert_h=$ac_header_preproc 5238 5573 fi 5239 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&55240 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; }5574 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5575 $as_echo "$ac_cv_header_assert_h" >&6; } 5241 5576 5242 5577 fi … … 5250 5585 5251 5586 if test "${ac_cv_header_ctype_h+set}" = set; then 5252 { echo "$as_me:$LINENO: checking for ctype.h" >&55253 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; }5587 { $as_echo "$as_me:$LINENO: checking for ctype.h" >&5 5588 $as_echo_n "checking for ctype.h... " >&6; } 5254 5589 if test "${ac_cv_header_ctype_h+set}" = set; then 5255 echo $ECHO_N "(cached) $ECHO_C" >&65256 fi 5257 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&55258 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; }5590 $as_echo_n "(cached) " >&6 5591 fi 5592 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5593 $as_echo "$ac_cv_header_ctype_h" >&6; } 5259 5594 else 5260 5595 # Is the header compilable? 5261 { echo "$as_me:$LINENO: checking ctype.h usability" >&55262 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; }5596 { $as_echo "$as_me:$LINENO: checking ctype.h usability" >&5 5597 $as_echo_n "checking ctype.h usability... " >&6; } 5263 5598 cat >conftest.$ac_ext <<_ACEOF 5264 5599 /* confdefs.h. */ … … 5276 5611 *) ac_try_echo=$ac_try;; 5277 5612 esac 5278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5614 $as_echo "$ac_try_echo") >&5 5279 5615 (eval "$ac_compile") 2>conftest.er1 5280 5616 ac_status=$? … … 5282 5618 rm -f conftest.er1 5283 5619 cat conftest.err >&5 5284 echo "$as_me:$LINENO: \$? = $ac_status" >&55620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5285 5621 (exit $ac_status); } && { 5286 5622 test -z "$ac_c_werror_flag" || … … 5289 5625 ac_header_compiler=yes 5290 5626 else 5291 echo "$as_me: failed program was:" >&55627 $as_echo "$as_me: failed program was:" >&5 5292 5628 sed 's/^/| /' conftest.$ac_ext >&5 5293 5629 … … 5296 5632 5297 5633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5298 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55299 echo "${ECHO_T}$ac_header_compiler" >&6; }5634 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5635 $as_echo "$ac_header_compiler" >&6; } 5300 5636 5301 5637 # Is the header present? 5302 { echo "$as_me:$LINENO: checking ctype.h presence" >&55303 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; }5638 { $as_echo "$as_me:$LINENO: checking ctype.h presence" >&5 5639 $as_echo_n "checking ctype.h presence... " >&6; } 5304 5640 cat >conftest.$ac_ext <<_ACEOF 5305 5641 /* confdefs.h. */ … … 5315 5651 *) ac_try_echo=$ac_try;; 5316 5652 esac 5317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5654 $as_echo "$ac_try_echo") >&5 5318 5655 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5319 5656 ac_status=$? … … 5321 5658 rm -f conftest.er1 5322 5659 cat conftest.err >&5 5323 echo "$as_me:$LINENO: \$? = $ac_status" >&55660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5324 5661 (exit $ac_status); } >/dev/null && { 5325 5662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5328 5665 ac_header_preproc=yes 5329 5666 else 5330 echo "$as_me: failed program was:" >&55667 $as_echo "$as_me: failed program was:" >&5 5331 5668 sed 's/^/| /' conftest.$ac_ext >&5 5332 5669 … … 5335 5672 5336 5673 rm -f conftest.err conftest.$ac_ext 5337 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55338 echo "${ECHO_T}$ac_header_preproc" >&6; }5674 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5675 $as_echo "$ac_header_preproc" >&6; } 5339 5676 5340 5677 # So? What about this header? 5341 5678 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5342 5679 yes:no: ) 5343 { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&55344 echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5345 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&55346 echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;}5680 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 5681 $as_echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5682 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5 5683 $as_echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;} 5347 5684 ac_header_preproc=yes 5348 5685 ;; 5349 5686 no:yes:* ) 5350 { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&55351 echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;}5352 { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&55353 echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;}5354 { echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&55355 echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;}5356 { echo "$as_me:$LINENO: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&55357 echo "$as_me: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&2;}5358 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&55359 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;}5360 { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&55361 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;}5687 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 5688 $as_echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 5689 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5 5690 $as_echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;} 5691 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5 5692 $as_echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;} 5693 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&5 5694 $as_echo "$as_me: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&2;} 5695 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 5696 $as_echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 5697 { $as_echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 5698 $as_echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 5362 5699 5363 5700 ;; 5364 5701 esac 5365 { echo "$as_me:$LINENO: checking for ctype.h" >&55366 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; }5702 { $as_echo "$as_me:$LINENO: checking for ctype.h" >&5 5703 $as_echo_n "checking for ctype.h... " >&6; } 5367 5704 if test "${ac_cv_header_ctype_h+set}" = set; then 5368 echo $ECHO_N "(cached) $ECHO_C" >&65705 $as_echo_n "(cached) " >&6 5369 5706 else 5370 5707 ac_cv_header_ctype_h=$ac_header_preproc 5371 5708 fi 5372 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&55373 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; }5709 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5710 $as_echo "$ac_cv_header_ctype_h" >&6; } 5374 5711 5375 5712 fi … … 5392 5729 *) 5393 5730 if test "${ac_cv_header_errno_h+set}" = set; then 5394 { echo "$as_me:$LINENO: checking for errno.h" >&55395 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; }5731 { $as_echo "$as_me:$LINENO: checking for errno.h" >&5 5732 $as_echo_n "checking for errno.h... " >&6; } 5396 5733 if test "${ac_cv_header_errno_h+set}" = set; then 5397 echo $ECHO_N "(cached) $ECHO_C" >&65398 fi 5399 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&55400 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; }5734 $as_echo_n "(cached) " >&6 5735 fi 5736 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5737 $as_echo "$ac_cv_header_errno_h" >&6; } 5401 5738 else 5402 5739 # Is the header compilable? 5403 { echo "$as_me:$LINENO: checking errno.h usability" >&55404 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; }5740 { $as_echo "$as_me:$LINENO: checking errno.h usability" >&5 5741 $as_echo_n "checking errno.h usability... " >&6; } 5405 5742 cat >conftest.$ac_ext <<_ACEOF 5406 5743 /* confdefs.h. */ … … 5418 5755 *) ac_try_echo=$ac_try;; 5419 5756 esac 5420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5758 $as_echo "$ac_try_echo") >&5 5421 5759 (eval "$ac_compile") 2>conftest.er1 5422 5760 ac_status=$? … … 5424 5762 rm -f conftest.er1 5425 5763 cat conftest.err >&5 5426 echo "$as_me:$LINENO: \$? = $ac_status" >&55764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5427 5765 (exit $ac_status); } && { 5428 5766 test -z "$ac_c_werror_flag" || … … 5431 5769 ac_header_compiler=yes 5432 5770 else 5433 echo "$as_me: failed program was:" >&55771 $as_echo "$as_me: failed program was:" >&5 5434 5772 sed 's/^/| /' conftest.$ac_ext >&5 5435 5773 … … 5438 5776 5439 5777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55441 echo "${ECHO_T}$ac_header_compiler" >&6; }5778 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5779 $as_echo "$ac_header_compiler" >&6; } 5442 5780 5443 5781 # Is the header present? 5444 { echo "$as_me:$LINENO: checking errno.h presence" >&55445 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6; }5782 { $as_echo "$as_me:$LINENO: checking errno.h presence" >&5 5783 $as_echo_n "checking errno.h presence... " >&6; } 5446 5784 cat >conftest.$ac_ext <<_ACEOF 5447 5785 /* confdefs.h. */ … … 5457 5795 *) ac_try_echo=$ac_try;; 5458 5796 esac 5459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5798 $as_echo "$ac_try_echo") >&5 5460 5799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5461 5800 ac_status=$? … … 5463 5802 rm -f conftest.er1 5464 5803 cat conftest.err >&5 5465 echo "$as_me:$LINENO: \$? = $ac_status" >&55804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5466 5805 (exit $ac_status); } >/dev/null && { 5467 5806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5470 5809 ac_header_preproc=yes 5471 5810 else 5472 echo "$as_me: failed program was:" >&55811 $as_echo "$as_me: failed program was:" >&5 5473 5812 sed 's/^/| /' conftest.$ac_ext >&5 5474 5813 … … 5477 5816 5478 5817 rm -f conftest.err conftest.$ac_ext 5479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55480 echo "${ECHO_T}$ac_header_preproc" >&6; }5818 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5819 $as_echo "$ac_header_preproc" >&6; } 5481 5820 5482 5821 # So? What about this header? 5483 5822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5484 5823 yes:no: ) 5485 { echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&55486 echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5487 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&55488 echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;}5824 { $as_echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5 5825 $as_echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5826 { $as_echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&5 5827 $as_echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;} 5489 5828 ac_header_preproc=yes 5490 5829 ;; 5491 5830 no:yes:* ) 5492 { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&55493 echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;}5494 { echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&55495 echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;}5496 { echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&55497 echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;}5498 { echo "$as_me:$LINENO: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&55499 echo "$as_me: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&2;}5500 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&55501 echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;}5502 { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&55503 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;}5831 { $as_echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 5832 $as_echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;} 5833 { $as_echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&5 5834 $as_echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;} 5835 { $as_echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&5 5836 $as_echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;} 5837 { $as_echo "$as_me:$LINENO: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&5 5838 $as_echo "$as_me: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&2;} 5839 { $as_echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 5840 $as_echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 5841 { $as_echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 5842 $as_echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 5504 5843 5505 5844 ;; 5506 5845 esac 5507 { echo "$as_me:$LINENO: checking for errno.h" >&55508 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; }5846 { $as_echo "$as_me:$LINENO: checking for errno.h" >&5 5847 $as_echo_n "checking for errno.h... " >&6; } 5509 5848 if test "${ac_cv_header_errno_h+set}" = set; then 5510 echo $ECHO_N "(cached) $ECHO_C" >&65849 $as_echo_n "(cached) " >&6 5511 5850 else 5512 5851 ac_cv_header_errno_h=$ac_header_preproc 5513 5852 fi 5514 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&55515 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; }5853 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5854 $as_echo "$ac_cv_header_errno_h" >&6; } 5516 5855 5517 5856 fi … … 5528 5867 5529 5868 if test "${ac_cv_header_fcntl_h+set}" = set; then 5530 { echo "$as_me:$LINENO: checking for fcntl.h" >&55531 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; }5869 { $as_echo "$as_me:$LINENO: checking for fcntl.h" >&5 5870 $as_echo_n "checking for fcntl.h... " >&6; } 5532 5871 if test "${ac_cv_header_fcntl_h+set}" = set; then 5533 echo $ECHO_N "(cached) $ECHO_C" >&65534 fi 5535 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&55536 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; }5872 $as_echo_n "(cached) " >&6 5873 fi 5874 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5875 $as_echo "$ac_cv_header_fcntl_h" >&6; } 5537 5876 else 5538 5877 # Is the header compilable? 5539 { echo "$as_me:$LINENO: checking fcntl.h usability" >&55540 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6; }5878 { $as_echo "$as_me:$LINENO: checking fcntl.h usability" >&5 5879 $as_echo_n "checking fcntl.h usability... " >&6; } 5541 5880 cat >conftest.$ac_ext <<_ACEOF 5542 5881 /* confdefs.h. */ … … 5554 5893 *) ac_try_echo=$ac_try;; 5555 5894 esac 5556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5896 $as_echo "$ac_try_echo") >&5 5557 5897 (eval "$ac_compile") 2>conftest.er1 5558 5898 ac_status=$? … … 5560 5900 rm -f conftest.er1 5561 5901 cat conftest.err >&5 5562 echo "$as_me:$LINENO: \$? = $ac_status" >&55902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5563 5903 (exit $ac_status); } && { 5564 5904 test -z "$ac_c_werror_flag" || … … 5567 5907 ac_header_compiler=yes 5568 5908 else 5569 echo "$as_me: failed program was:" >&55909 $as_echo "$as_me: failed program was:" >&5 5570 5910 sed 's/^/| /' conftest.$ac_ext >&5 5571 5911 … … 5574 5914 5575 5915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5576 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55577 echo "${ECHO_T}$ac_header_compiler" >&6; }5916 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5917 $as_echo "$ac_header_compiler" >&6; } 5578 5918 5579 5919 # Is the header present? 5580 { echo "$as_me:$LINENO: checking fcntl.h presence" >&55581 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6; }5920 { $as_echo "$as_me:$LINENO: checking fcntl.h presence" >&5 5921 $as_echo_n "checking fcntl.h presence... " >&6; } 5582 5922 cat >conftest.$ac_ext <<_ACEOF 5583 5923 /* confdefs.h. */ … … 5593 5933 *) ac_try_echo=$ac_try;; 5594 5934 esac 5595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5936 $as_echo "$ac_try_echo") >&5 5596 5937 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5597 5938 ac_status=$? … … 5599 5940 rm -f conftest.er1 5600 5941 cat conftest.err >&5 5601 echo "$as_me:$LINENO: \$? = $ac_status" >&55942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5602 5943 (exit $ac_status); } >/dev/null && { 5603 5944 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5606 5947 ac_header_preproc=yes 5607 5948 else 5608 echo "$as_me: failed program was:" >&55949 $as_echo "$as_me: failed program was:" >&5 5609 5950 sed 's/^/| /' conftest.$ac_ext >&5 5610 5951 … … 5613 5954 5614 5955 rm -f conftest.err conftest.$ac_ext 5615 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55616 echo "${ECHO_T}$ac_header_preproc" >&6; }5956 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5957 $as_echo "$ac_header_preproc" >&6; } 5617 5958 5618 5959 # So? What about this header? 5619 5960 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5620 5961 yes:no: ) 5621 { echo "$as_me:$LINENO: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&55622 echo "$as_me: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5623 { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the compiler's result" >&55624 echo "$as_me: WARNING: fcntl.h: proceeding with the compiler's result" >&2;}5962 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&5 5963 $as_echo "$as_me: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5964 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the compiler's result" >&5 5965 $as_echo "$as_me: WARNING: fcntl.h: proceeding with the compiler's result" >&2;} 5625 5966 ac_header_preproc=yes 5626 5967 ;; 5627 5968 no:yes:* ) 5628 { echo "$as_me:$LINENO: WARNING: fcntl.h: present but cannot be compiled" >&55629 echo "$as_me: WARNING: fcntl.h: present but cannot be compiled" >&2;}5630 { echo "$as_me:$LINENO: WARNING: fcntl.h: check for missing prerequisite headers?" >&55631 echo "$as_me: WARNING: fcntl.h: check for missing prerequisite headers?" >&2;}5632 { echo "$as_me:$LINENO: WARNING: fcntl.h: see the Autoconf documentation" >&55633 echo "$as_me: WARNING: fcntl.h: see the Autoconf documentation" >&2;}5634 { echo "$as_me:$LINENO: WARNING: fcntl.h: section \"Present But Cannot Be Compiled\"" >&55635 echo "$as_me: WARNING: fcntl.h: section \"Present But Cannot Be Compiled\"" >&2;}5636 { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&55637 echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;}5638 { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&55639 echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;}5969 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: present but cannot be compiled" >&5 5970 $as_echo "$as_me: WARNING: fcntl.h: present but cannot be compiled" >&2;} 5971 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: check for missing prerequisite headers?" >&5 5972 $as_echo "$as_me: WARNING: fcntl.h: check for missing prerequisite headers?" >&2;} 5973 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: see the Autoconf documentation" >&5 5974 $as_echo "$as_me: WARNING: fcntl.h: see the Autoconf documentation" >&2;} 5975 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: section \"Present But Cannot Be Compiled\"" >&5 5976 $as_echo "$as_me: WARNING: fcntl.h: section \"Present But Cannot Be Compiled\"" >&2;} 5977 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&5 5978 $as_echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;} 5979 { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 5980 $as_echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 5640 5981 5641 5982 ;; 5642 5983 esac 5643 { echo "$as_me:$LINENO: checking for fcntl.h" >&55644 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; }5984 { $as_echo "$as_me:$LINENO: checking for fcntl.h" >&5 5985 $as_echo_n "checking for fcntl.h... " >&6; } 5645 5986 if test "${ac_cv_header_fcntl_h+set}" = set; then 5646 echo $ECHO_N "(cached) $ECHO_C" >&65987 $as_echo_n "(cached) " >&6 5647 5988 else 5648 5989 ac_cv_header_fcntl_h=$ac_header_preproc 5649 5990 fi 5650 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&55651 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; }5991 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 5992 $as_echo "$ac_cv_header_fcntl_h" >&6; } 5652 5993 5653 5994 fi … … 5661 6002 5662 6003 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5663 { echo "$as_me:$LINENO: checking for linux/socket.h" >&55664 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; }6004 { $as_echo "$as_me:$LINENO: checking for linux/socket.h" >&5 6005 $as_echo_n "checking for linux/socket.h... " >&6; } 5665 6006 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5666 echo $ECHO_N "(cached) $ECHO_C" >&65667 fi 5668 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55669 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; }6007 $as_echo_n "(cached) " >&6 6008 fi 6009 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 6010 $as_echo "$ac_cv_header_linux_socket_h" >&6; } 5670 6011 else 5671 6012 # Is the header compilable? 5672 { echo "$as_me:$LINENO: checking linux/socket.h usability" >&55673 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6; }6013 { $as_echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 6014 $as_echo_n "checking linux/socket.h usability... " >&6; } 5674 6015 cat >conftest.$ac_ext <<_ACEOF 5675 6016 /* confdefs.h. */ … … 5687 6028 *) ac_try_echo=$ac_try;; 5688 6029 esac 5689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6031 $as_echo "$ac_try_echo") >&5 5690 6032 (eval "$ac_compile") 2>conftest.er1 5691 6033 ac_status=$? … … 5693 6035 rm -f conftest.er1 5694 6036 cat conftest.err >&5 5695 echo "$as_me:$LINENO: \$? = $ac_status" >&56037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5696 6038 (exit $ac_status); } && { 5697 6039 test -z "$ac_c_werror_flag" || … … 5700 6042 ac_header_compiler=yes 5701 6043 else 5702 echo "$as_me: failed program was:" >&56044 $as_echo "$as_me: failed program was:" >&5 5703 6045 sed 's/^/| /' conftest.$ac_ext >&5 5704 6046 … … 5707 6049 5708 6050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5709 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55710 echo "${ECHO_T}$ac_header_compiler" >&6; }6051 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6052 $as_echo "$ac_header_compiler" >&6; } 5711 6053 5712 6054 # Is the header present? 5713 { echo "$as_me:$LINENO: checking linux/socket.h presence" >&55714 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6; }6055 { $as_echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 6056 $as_echo_n "checking linux/socket.h presence... " >&6; } 5715 6057 cat >conftest.$ac_ext <<_ACEOF 5716 6058 /* confdefs.h. */ … … 5726 6068 *) ac_try_echo=$ac_try;; 5727 6069 esac 5728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6071 $as_echo "$ac_try_echo") >&5 5729 6072 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5730 6073 ac_status=$? … … 5732 6075 rm -f conftest.er1 5733 6076 cat conftest.err >&5 5734 echo "$as_me:$LINENO: \$? = $ac_status" >&56077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5735 6078 (exit $ac_status); } >/dev/null && { 5736 6079 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5739 6082 ac_header_preproc=yes 5740 6083 else 5741 echo "$as_me: failed program was:" >&56084 $as_echo "$as_me: failed program was:" >&5 5742 6085 sed 's/^/| /' conftest.$ac_ext >&5 5743 6086 … … 5746 6089 5747 6090 rm -f conftest.err conftest.$ac_ext 5748 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55749 echo "${ECHO_T}$ac_header_preproc" >&6; }6091 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6092 $as_echo "$ac_header_preproc" >&6; } 5750 6093 5751 6094 # So? What about this header? 5752 6095 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5753 6096 yes:no: ) 5754 { echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&55755 echo "$as_me: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5756 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the compiler's result" >&55757 echo "$as_me: WARNING: linux/socket.h: proceeding with the compiler's result" >&2;}6097 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 6098 $as_echo "$as_me: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6099 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the compiler's result" >&5 6100 $as_echo "$as_me: WARNING: linux/socket.h: proceeding with the compiler's result" >&2;} 5758 6101 ac_header_preproc=yes 5759 6102 ;; 5760 6103 no:yes:* ) 5761 { echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&55762 echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;}5763 { echo "$as_me:$LINENO: WARNING: linux/socket.h: check for missing prerequisite headers?" >&55764 echo "$as_me: WARNING: linux/socket.h: check for missing prerequisite headers?" >&2;}5765 { echo "$as_me:$LINENO: WARNING: linux/socket.h: see the Autoconf documentation" >&55766 echo "$as_me: WARNING: linux/socket.h: see the Autoconf documentation" >&2;}5767 { echo "$as_me:$LINENO: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&55768 echo "$as_me: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&2;}5769 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&55770 echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;}5771 { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&55772 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;}6104 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 6105 $as_echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;} 6106 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: check for missing prerequisite headers?" >&5 6107 $as_echo "$as_me: WARNING: linux/socket.h: check for missing prerequisite headers?" >&2;} 6108 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: see the Autoconf documentation" >&5 6109 $as_echo "$as_me: WARNING: linux/socket.h: see the Autoconf documentation" >&2;} 6110 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&5 6111 $as_echo "$as_me: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&2;} 6112 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 6113 $as_echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 6114 { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 6115 $as_echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 5773 6116 5774 6117 ;; 5775 6118 esac 5776 { echo "$as_me:$LINENO: checking for linux/socket.h" >&55777 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; }6119 { $as_echo "$as_me:$LINENO: checking for linux/socket.h" >&5 6120 $as_echo_n "checking for linux/socket.h... " >&6; } 5778 6121 if test "${ac_cv_header_linux_socket_h+set}" = set; then 5779 echo $ECHO_N "(cached) $ECHO_C" >&66122 $as_echo_n "(cached) " >&6 5780 6123 else 5781 6124 ac_cv_header_linux_socket_h=$ac_header_preproc 5782 6125 fi 5783 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&55784 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; }6126 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 6127 $as_echo "$ac_cv_header_linux_socket_h" >&6; } 5785 6128 5786 6129 fi … … 5794 6137 5795 6138 if test "${ac_cv_header_malloc_h+set}" = set; then 5796 { echo "$as_me:$LINENO: checking for malloc.h" >&55797 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; }6139 { $as_echo "$as_me:$LINENO: checking for malloc.h" >&5 6140 $as_echo_n "checking for malloc.h... " >&6; } 5798 6141 if test "${ac_cv_header_malloc_h+set}" = set; then 5799 echo $ECHO_N "(cached) $ECHO_C" >&65800 fi 5801 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55802 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; }6142 $as_echo_n "(cached) " >&6 6143 fi 6144 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 6145 $as_echo "$ac_cv_header_malloc_h" >&6; } 5803 6146 else 5804 6147 # Is the header compilable? 5805 { echo "$as_me:$LINENO: checking malloc.h usability" >&55806 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; }6148 { $as_echo "$as_me:$LINENO: checking malloc.h usability" >&5 6149 $as_echo_n "checking malloc.h usability... " >&6; } 5807 6150 cat >conftest.$ac_ext <<_ACEOF 5808 6151 /* confdefs.h. */ … … 5820 6163 *) ac_try_echo=$ac_try;; 5821 6164 esac 5822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6166 $as_echo "$ac_try_echo") >&5 5823 6167 (eval "$ac_compile") 2>conftest.er1 5824 6168 ac_status=$? … … 5826 6170 rm -f conftest.er1 5827 6171 cat conftest.err >&5 5828 echo "$as_me:$LINENO: \$? = $ac_status" >&56172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5829 6173 (exit $ac_status); } && { 5830 6174 test -z "$ac_c_werror_flag" || … … 5833 6177 ac_header_compiler=yes 5834 6178 else 5835 echo "$as_me: failed program was:" >&56179 $as_echo "$as_me: failed program was:" >&5 5836 6180 sed 's/^/| /' conftest.$ac_ext >&5 5837 6181 … … 5840 6184 5841 6185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55843 echo "${ECHO_T}$ac_header_compiler" >&6; }6186 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6187 $as_echo "$ac_header_compiler" >&6; } 5844 6188 5845 6189 # Is the header present? 5846 { echo "$as_me:$LINENO: checking malloc.h presence" >&55847 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; }6190 { $as_echo "$as_me:$LINENO: checking malloc.h presence" >&5 6191 $as_echo_n "checking malloc.h presence... " >&6; } 5848 6192 cat >conftest.$ac_ext <<_ACEOF 5849 6193 /* confdefs.h. */ … … 5859 6203 *) ac_try_echo=$ac_try;; 5860 6204 esac 5861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6206 $as_echo "$ac_try_echo") >&5 5862 6207 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5863 6208 ac_status=$? … … 5865 6210 rm -f conftest.er1 5866 6211 cat conftest.err >&5 5867 echo "$as_me:$LINENO: \$? = $ac_status" >&56212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5868 6213 (exit $ac_status); } >/dev/null && { 5869 6214 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5872 6217 ac_header_preproc=yes 5873 6218 else 5874 echo "$as_me: failed program was:" >&56219 $as_echo "$as_me: failed program was:" >&5 5875 6220 sed 's/^/| /' conftest.$ac_ext >&5 5876 6221 … … 5879 6224 5880 6225 rm -f conftest.err conftest.$ac_ext 5881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55882 echo "${ECHO_T}$ac_header_preproc" >&6; }6226 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6227 $as_echo "$ac_header_preproc" >&6; } 5883 6228 5884 6229 # So? What about this header? 5885 6230 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5886 6231 yes:no: ) 5887 { echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&55888 echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5889 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&55890 echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;}6232 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 6233 $as_echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6234 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&5 6235 $as_echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;} 5891 6236 ac_header_preproc=yes 5892 6237 ;; 5893 6238 no:yes:* ) 5894 { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&55895 echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;}5896 { echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&55897 echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;}5898 { echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&55899 echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;}5900 { echo "$as_me:$LINENO: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&55901 echo "$as_me: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}5902 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&55903 echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;}5904 { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&55905 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;}6239 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 6240 $as_echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} 6241 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&5 6242 $as_echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;} 6243 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&5 6244 $as_echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;} 6245 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&5 6246 $as_echo "$as_me: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&2;} 6247 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 6248 $as_echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 6249 { $as_echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 6250 $as_echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 5906 6251 5907 6252 ;; 5908 6253 esac 5909 { echo "$as_me:$LINENO: checking for malloc.h" >&55910 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; }6254 { $as_echo "$as_me:$LINENO: checking for malloc.h" >&5 6255 $as_echo_n "checking for malloc.h... " >&6; } 5911 6256 if test "${ac_cv_header_malloc_h+set}" = set; then 5912 echo $ECHO_N "(cached) $ECHO_C" >&66257 $as_echo_n "(cached) " >&6 5913 6258 else 5914 6259 ac_cv_header_malloc_h=$ac_header_preproc 5915 6260 fi 5916 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&55917 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; }6261 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 6262 $as_echo "$ac_cv_header_malloc_h" >&6; } 5918 6263 5919 6264 fi … … 5927 6272 5928 6273 if test "${ac_cv_header_netdb_h+set}" = set; then 5929 { echo "$as_me:$LINENO: checking for netdb.h" >&55930 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; }6274 { $as_echo "$as_me:$LINENO: checking for netdb.h" >&5 6275 $as_echo_n "checking for netdb.h... " >&6; } 5931 6276 if test "${ac_cv_header_netdb_h+set}" = set; then 5932 echo $ECHO_N "(cached) $ECHO_C" >&65933 fi 5934 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&55935 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; }6277 $as_echo_n "(cached) " >&6 6278 fi 6279 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 6280 $as_echo "$ac_cv_header_netdb_h" >&6; } 5936 6281 else 5937 6282 # Is the header compilable? 5938 { echo "$as_me:$LINENO: checking netdb.h usability" >&55939 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6; }6283 { $as_echo "$as_me:$LINENO: checking netdb.h usability" >&5 6284 $as_echo_n "checking netdb.h usability... " >&6; } 5940 6285 cat >conftest.$ac_ext <<_ACEOF 5941 6286 /* confdefs.h. */ … … 5953 6298 *) ac_try_echo=$ac_try;; 5954 6299 esac 5955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6301 $as_echo "$ac_try_echo") >&5 5956 6302 (eval "$ac_compile") 2>conftest.er1 5957 6303 ac_status=$? … … 5959 6305 rm -f conftest.er1 5960 6306 cat conftest.err >&5 5961 echo "$as_me:$LINENO: \$? = $ac_status" >&56307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5962 6308 (exit $ac_status); } && { 5963 6309 test -z "$ac_c_werror_flag" || … … 5966 6312 ac_header_compiler=yes 5967 6313 else 5968 echo "$as_me: failed program was:" >&56314 $as_echo "$as_me: failed program was:" >&5 5969 6315 sed 's/^/| /' conftest.$ac_ext >&5 5970 6316 … … 5973 6319 5974 6320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5975 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55976 echo "${ECHO_T}$ac_header_compiler" >&6; }6321 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6322 $as_echo "$ac_header_compiler" >&6; } 5977 6323 5978 6324 # Is the header present? 5979 { echo "$as_me:$LINENO: checking netdb.h presence" >&55980 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6; }6325 { $as_echo "$as_me:$LINENO: checking netdb.h presence" >&5 6326 $as_echo_n "checking netdb.h presence... " >&6; } 5981 6327 cat >conftest.$ac_ext <<_ACEOF 5982 6328 /* confdefs.h. */ … … 5992 6338 *) ac_try_echo=$ac_try;; 5993 6339 esac 5994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6341 $as_echo "$ac_try_echo") >&5 5995 6342 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5996 6343 ac_status=$? … … 5998 6345 rm -f conftest.er1 5999 6346 cat conftest.err >&5 6000 echo "$as_me:$LINENO: \$? = $ac_status" >&56347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6001 6348 (exit $ac_status); } >/dev/null && { 6002 6349 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6005 6352 ac_header_preproc=yes 6006 6353 else 6007 echo "$as_me: failed program was:" >&56354 $as_echo "$as_me: failed program was:" >&5 6008 6355 sed 's/^/| /' conftest.$ac_ext >&5 6009 6356 … … 6012 6359 6013 6360 rm -f conftest.err conftest.$ac_ext 6014 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56015 echo "${ECHO_T}$ac_header_preproc" >&6; }6361 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6362 $as_echo "$ac_header_preproc" >&6; } 6016 6363 6017 6364 # So? What about this header? 6018 6365 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6019 6366 yes:no: ) 6020 { echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&56021 echo "$as_me: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6022 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the compiler's result" >&56023 echo "$as_me: WARNING: netdb.h: proceeding with the compiler's result" >&2;}6367 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 6368 $as_echo "$as_me: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6369 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the compiler's result" >&5 6370 $as_echo "$as_me: WARNING: netdb.h: proceeding with the compiler's result" >&2;} 6024 6371 ac_header_preproc=yes 6025 6372 ;; 6026 6373 no:yes:* ) 6027 { echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&56028 echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;}6029 { echo "$as_me:$LINENO: WARNING: netdb.h: check for missing prerequisite headers?" >&56030 echo "$as_me: WARNING: netdb.h: check for missing prerequisite headers?" >&2;}6031 { echo "$as_me:$LINENO: WARNING: netdb.h: see the Autoconf documentation" >&56032 echo "$as_me: WARNING: netdb.h: see the Autoconf documentation" >&2;}6033 { echo "$as_me:$LINENO: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&56034 echo "$as_me: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&2;}6035 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&56036 echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;}6037 { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&56038 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;}6374 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 6375 $as_echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;} 6376 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: check for missing prerequisite headers?" >&5 6377 $as_echo "$as_me: WARNING: netdb.h: check for missing prerequisite headers?" >&2;} 6378 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: see the Autoconf documentation" >&5 6379 $as_echo "$as_me: WARNING: netdb.h: see the Autoconf documentation" >&2;} 6380 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&5 6381 $as_echo "$as_me: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&2;} 6382 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 6383 $as_echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 6384 { $as_echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 6385 $as_echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 6039 6386 6040 6387 ;; 6041 6388 esac 6042 { echo "$as_me:$LINENO: checking for netdb.h" >&56043 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; }6389 { $as_echo "$as_me:$LINENO: checking for netdb.h" >&5 6390 $as_echo_n "checking for netdb.h... " >&6; } 6044 6391 if test "${ac_cv_header_netdb_h+set}" = set; then 6045 echo $ECHO_N "(cached) $ECHO_C" >&66392 $as_echo_n "(cached) " >&6 6046 6393 else 6047 6394 ac_cv_header_netdb_h=$ac_header_preproc 6048 6395 fi 6049 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&56050 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; }6396 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 6397 $as_echo "$ac_cv_header_netdb_h" >&6; } 6051 6398 6052 6399 fi … … 6060 6407 6061 6408 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 6062 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&56063 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; }6409 { $as_echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6410 $as_echo_n "checking for netinet/in_systm.h... " >&6; } 6064 6411 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 6065 echo $ECHO_N "(cached) $ECHO_C" >&66066 fi 6067 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&56068 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; }6412 $as_echo_n "(cached) " >&6 6413 fi 6414 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6415 $as_echo "$ac_cv_header_netinet_in_systm_h" >&6; } 6069 6416 else 6070 6417 # Is the header compilable? 6071 { echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&56072 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6; }6418 { $as_echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 6419 $as_echo_n "checking netinet/in_systm.h usability... " >&6; } 6073 6420 cat >conftest.$ac_ext <<_ACEOF 6074 6421 /* confdefs.h. */ … … 6086 6433 *) ac_try_echo=$ac_try;; 6087 6434 esac 6088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6436 $as_echo "$ac_try_echo") >&5 6089 6437 (eval "$ac_compile") 2>conftest.er1 6090 6438 ac_status=$? … … 6092 6440 rm -f conftest.er1 6093 6441 cat conftest.err >&5 6094 echo "$as_me:$LINENO: \$? = $ac_status" >&56442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6095 6443 (exit $ac_status); } && { 6096 6444 test -z "$ac_c_werror_flag" || … … 6099 6447 ac_header_compiler=yes 6100 6448 else 6101 echo "$as_me: failed program was:" >&56449 $as_echo "$as_me: failed program was:" >&5 6102 6450 sed 's/^/| /' conftest.$ac_ext >&5 6103 6451 … … 6106 6454 6107 6455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56109 echo "${ECHO_T}$ac_header_compiler" >&6; }6456 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6457 $as_echo "$ac_header_compiler" >&6; } 6110 6458 6111 6459 # Is the header present? 6112 { echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&56113 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6; }6460 { $as_echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 6461 $as_echo_n "checking netinet/in_systm.h presence... " >&6; } 6114 6462 cat >conftest.$ac_ext <<_ACEOF 6115 6463 /* confdefs.h. */ … … 6125 6473 *) ac_try_echo=$ac_try;; 6126 6474 esac 6127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6476 $as_echo "$ac_try_echo") >&5 6128 6477 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6129 6478 ac_status=$? … … 6131 6480 rm -f conftest.er1 6132 6481 cat conftest.err >&5 6133 echo "$as_me:$LINENO: \$? = $ac_status" >&56482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6134 6483 (exit $ac_status); } >/dev/null && { 6135 6484 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6138 6487 ac_header_preproc=yes 6139 6488 else 6140 echo "$as_me: failed program was:" >&56489 $as_echo "$as_me: failed program was:" >&5 6141 6490 sed 's/^/| /' conftest.$ac_ext >&5 6142 6491 … … 6145 6494 6146 6495 rm -f conftest.err conftest.$ac_ext 6147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56148 echo "${ECHO_T}$ac_header_preproc" >&6; }6496 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6497 $as_echo "$ac_header_preproc" >&6; } 6149 6498 6150 6499 # So? What about this header? 6151 6500 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6152 6501 yes:no: ) 6153 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&56154 echo "$as_me: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6155 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&56156 echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&2;}6502 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&5 6503 $as_echo "$as_me: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6504 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&5 6505 $as_echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&2;} 6157 6506 ac_header_preproc=yes 6158 6507 ;; 6159 6508 no:yes:* ) 6160 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: present but cannot be compiled" >&56161 echo "$as_me: WARNING: netinet/in_systm.h: present but cannot be compiled" >&2;}6162 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: check for missing prerequisite headers?" >&56163 echo "$as_me: WARNING: netinet/in_systm.h: check for missing prerequisite headers?" >&2;}6164 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&56165 echo "$as_me: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&2;}6166 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: section \"Present But Cannot Be Compiled\"" >&56167 echo "$as_me: WARNING: netinet/in_systm.h: section \"Present But Cannot Be Compiled\"" >&2;}6168 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&56169 echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&2;}6170 { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&56171 echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;}6509 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: present but cannot be compiled" >&5 6510 $as_echo "$as_me: WARNING: netinet/in_systm.h: present but cannot be compiled" >&2;} 6511 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: check for missing prerequisite headers?" >&5 6512 $as_echo "$as_me: WARNING: netinet/in_systm.h: check for missing prerequisite headers?" >&2;} 6513 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&5 6514 $as_echo "$as_me: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&2;} 6515 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: section \"Present But Cannot Be Compiled\"" >&5 6516 $as_echo "$as_me: WARNING: netinet/in_systm.h: section \"Present But Cannot Be Compiled\"" >&2;} 6517 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&5 6518 $as_echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&2;} 6519 { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 6520 $as_echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 6172 6521 6173 6522 ;; 6174 6523 esac 6175 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&56176 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; }6524 { $as_echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 6525 $as_echo_n "checking for netinet/in_systm.h... " >&6; } 6177 6526 if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 6178 echo $ECHO_N "(cached) $ECHO_C" >&66527 $as_echo_n "(cached) " >&6 6179 6528 else 6180 6529 ac_cv_header_netinet_in_systm_h=$ac_header_preproc 6181 6530 fi 6182 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&56183 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; }6531 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 6532 $as_echo "$ac_cv_header_netinet_in_systm_h" >&6; } 6184 6533 6185 6534 fi … … 6193 6542 6194 6543 if test "${ac_cv_header_netinet_in_h+set}" = set; then 6195 { echo "$as_me:$LINENO: checking for netinet/in.h" >&56196 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }6544 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6545 $as_echo_n "checking for netinet/in.h... " >&6; } 6197 6546 if test "${ac_cv_header_netinet_in_h+set}" = set; then 6198 echo $ECHO_N "(cached) $ECHO_C" >&66199 fi 6200 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&56201 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }6547 $as_echo_n "(cached) " >&6 6548 fi 6549 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6550 $as_echo "$ac_cv_header_netinet_in_h" >&6; } 6202 6551 else 6203 6552 # Is the header compilable? 6204 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&56205 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; }6553 { $as_echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 6554 $as_echo_n "checking netinet/in.h usability... " >&6; } 6206 6555 cat >conftest.$ac_ext <<_ACEOF 6207 6556 /* confdefs.h. */ … … 6219 6568 *) ac_try_echo=$ac_try;; 6220 6569 esac 6221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6571 $as_echo "$ac_try_echo") >&5 6222 6572 (eval "$ac_compile") 2>conftest.er1 6223 6573 ac_status=$? … … 6225 6575 rm -f conftest.er1 6226 6576 cat conftest.err >&5 6227 echo "$as_me:$LINENO: \$? = $ac_status" >&56577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6228 6578 (exit $ac_status); } && { 6229 6579 test -z "$ac_c_werror_flag" || … … 6232 6582 ac_header_compiler=yes 6233 6583 else 6234 echo "$as_me: failed program was:" >&56584 $as_echo "$as_me: failed program was:" >&5 6235 6585 sed 's/^/| /' conftest.$ac_ext >&5 6236 6586 … … 6239 6589 6240 6590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6241 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56242 echo "${ECHO_T}$ac_header_compiler" >&6; }6591 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6592 $as_echo "$ac_header_compiler" >&6; } 6243 6593 6244 6594 # Is the header present? 6245 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&56246 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; }6595 { $as_echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 6596 $as_echo_n "checking netinet/in.h presence... " >&6; } 6247 6597 cat >conftest.$ac_ext <<_ACEOF 6248 6598 /* confdefs.h. */ … … 6258 6608 *) ac_try_echo=$ac_try;; 6259 6609 esac 6260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6611 $as_echo "$ac_try_echo") >&5 6261 6612 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6262 6613 ac_status=$? … … 6264 6615 rm -f conftest.er1 6265 6616 cat conftest.err >&5 6266 echo "$as_me:$LINENO: \$? = $ac_status" >&56617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6267 6618 (exit $ac_status); } >/dev/null && { 6268 6619 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6271 6622 ac_header_preproc=yes 6272 6623 else 6273 echo "$as_me: failed program was:" >&56624 $as_echo "$as_me: failed program was:" >&5 6274 6625 sed 's/^/| /' conftest.$ac_ext >&5 6275 6626 … … 6278 6629 6279 6630 rm -f conftest.err conftest.$ac_ext 6280 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56281 echo "${ECHO_T}$ac_header_preproc" >&6; }6631 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6632 $as_echo "$ac_header_preproc" >&6; } 6282 6633 6283 6634 # So? What about this header? 6284 6635 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6285 6636 yes:no: ) 6286 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&56287 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6288 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&56289 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}6637 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 6638 $as_echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6639 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 6640 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 6290 6641 ac_header_preproc=yes 6291 6642 ;; 6292 6643 no:yes:* ) 6293 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&56294 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}6295 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&56296 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}6297 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&56298 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}6299 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&56300 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}6301 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&56302 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}6303 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&56304 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}6644 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 6645 $as_echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 6646 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 6647 $as_echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 6648 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 6649 $as_echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 6650 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 6651 $as_echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} 6652 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 6653 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 6654 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 6655 $as_echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 6305 6656 6306 6657 ;; 6307 6658 esac 6308 { echo "$as_me:$LINENO: checking for netinet/in.h" >&56309 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }6659 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 6660 $as_echo_n "checking for netinet/in.h... " >&6; } 6310 6661 if test "${ac_cv_header_netinet_in_h+set}" = set; then 6311 echo $ECHO_N "(cached) $ECHO_C" >&66662 $as_echo_n "(cached) " >&6 6312 6663 else 6313 6664 ac_cv_header_netinet_in_h=$ac_header_preproc 6314 6665 fi 6315 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&56316 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }6666 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 6667 $as_echo "$ac_cv_header_netinet_in_h" >&6; } 6317 6668 6318 6669 fi … … 6325 6676 6326 6677 6327 { echo "$as_me:$LINENO: checking for netinet/ip.h" >&56328 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6; }6678 { $as_echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 6679 $as_echo_n "checking for netinet/ip.h... " >&6; } 6329 6680 if test "${ac_cv_header_netinet_ip_h+set}" = set; then 6330 echo $ECHO_N "(cached) $ECHO_C" >&66681 $as_echo_n "(cached) " >&6 6331 6682 else 6332 6683 cat >conftest.$ac_ext <<_ACEOF … … 6336 6687 cat >>conftest.$ac_ext <<_ACEOF 6337 6688 /* end confdefs.h. */ 6338 #if PJ_HAS_NETINET_IN_SYSTM_H 6689 #if PJ_HAS_SYS_TYPES_H 6690 # include <sys/types.h> 6691 #endif 6692 #if PJ_HAS_NETINET_IN_SYSTM_H 6339 6693 # include <netinet/in_systm.h> 6340 6694 #endif 6695 #if PJ_HAS_NETINET_IN_H 6696 # include <netinet/in.h> 6697 #endif 6341 6698 6342 6699 … … 6349 6706 *) ac_try_echo=$ac_try;; 6350 6707 esac 6351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6709 $as_echo "$ac_try_echo") >&5 6352 6710 (eval "$ac_compile") 2>conftest.er1 6353 6711 ac_status=$? … … 6355 6713 rm -f conftest.er1 6356 6714 cat conftest.err >&5 6357 echo "$as_me:$LINENO: \$? = $ac_status" >&56715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6358 6716 (exit $ac_status); } && { 6359 6717 test -z "$ac_c_werror_flag" || … … 6362 6720 ac_cv_header_netinet_ip_h=yes 6363 6721 else 6364 echo "$as_me: failed program was:" >&56722 $as_echo "$as_me: failed program was:" >&5 6365 6723 sed 's/^/| /' conftest.$ac_ext >&5 6366 6724 … … 6370 6728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6371 6729 fi 6372 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&56373 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6; }6730 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 6731 $as_echo "$ac_cv_header_netinet_ip_h" >&6; } 6374 6732 if test $ac_cv_header_netinet_ip_h = yes; then 6375 6733 cat >>confdefs.h <<\_ACEOF … … 6381 6739 6382 6740 if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 6383 { echo "$as_me:$LINENO: checking for netinet/tcp.h" >&56384 echo $ECHO_N "checking for netinet/tcp.h... $ECHO_C" >&6; }6741 { $as_echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 6742 $as_echo_n "checking for netinet/tcp.h... " >&6; } 6385 6743 if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 6386 echo $ECHO_N "(cached) $ECHO_C" >&66387 fi 6388 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&56389 echo "${ECHO_T}$ac_cv_header_netinet_tcp_h" >&6; }6744 $as_echo_n "(cached) " >&6 6745 fi 6746 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 6747 $as_echo "$ac_cv_header_netinet_tcp_h" >&6; } 6390 6748 else 6391 6749 # Is the header compilable? 6392 { echo "$as_me:$LINENO: checking netinet/tcp.h usability" >&56393 echo $ECHO_N "checking netinet/tcp.h usability... $ECHO_C" >&6; }6750 { $as_echo "$as_me:$LINENO: checking netinet/tcp.h usability" >&5 6751 $as_echo_n "checking netinet/tcp.h usability... " >&6; } 6394 6752 cat >conftest.$ac_ext <<_ACEOF 6395 6753 /* confdefs.h. */ … … 6407 6765 *) ac_try_echo=$ac_try;; 6408 6766 esac 6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6768 $as_echo "$ac_try_echo") >&5 6410 6769 (eval "$ac_compile") 2>conftest.er1 6411 6770 ac_status=$? … … 6413 6772 rm -f conftest.er1 6414 6773 cat conftest.err >&5 6415 echo "$as_me:$LINENO: \$? = $ac_status" >&56774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6416 6775 (exit $ac_status); } && { 6417 6776 test -z "$ac_c_werror_flag" || … … 6420 6779 ac_header_compiler=yes 6421 6780 else 6422 echo "$as_me: failed program was:" >&56781 $as_echo "$as_me: failed program was:" >&5 6423 6782 sed 's/^/| /' conftest.$ac_ext >&5 6424 6783 … … 6427 6786 6428 6787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6429 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56430 echo "${ECHO_T}$ac_header_compiler" >&6; }6788 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6789 $as_echo "$ac_header_compiler" >&6; } 6431 6790 6432 6791 # Is the header present? 6433 { echo "$as_me:$LINENO: checking netinet/tcp.h presence" >&56434 echo $ECHO_N "checking netinet/tcp.h presence... $ECHO_C" >&6; }6792 { $as_echo "$as_me:$LINENO: checking netinet/tcp.h presence" >&5 6793 $as_echo_n "checking netinet/tcp.h presence... " >&6; } 6435 6794 cat >conftest.$ac_ext <<_ACEOF 6436 6795 /* confdefs.h. */ … … 6446 6805 *) ac_try_echo=$ac_try;; 6447 6806 esac 6448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6808 $as_echo "$ac_try_echo") >&5 6449 6809 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6450 6810 ac_status=$? … … 6452 6812 rm -f conftest.er1 6453 6813 cat conftest.err >&5 6454 echo "$as_me:$LINENO: \$? = $ac_status" >&56814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6455 6815 (exit $ac_status); } >/dev/null && { 6456 6816 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6459 6819 ac_header_preproc=yes 6460 6820 else 6461 echo "$as_me: failed program was:" >&56821 $as_echo "$as_me: failed program was:" >&5 6462 6822 sed 's/^/| /' conftest.$ac_ext >&5 6463 6823 … … 6466 6826 6467 6827 rm -f conftest.err conftest.$ac_ext 6468 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56469 echo "${ECHO_T}$ac_header_preproc" >&6; }6828 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6829 $as_echo "$ac_header_preproc" >&6; } 6470 6830 6471 6831 # So? What about this header? 6472 6832 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6473 6833 yes:no: ) 6474 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&56475 echo "$as_me: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6476 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&56477 echo "$as_me: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&2;}6834 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&5 6835 $as_echo "$as_me: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6836 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&5 6837 $as_echo "$as_me: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&2;} 6478 6838 ac_header_preproc=yes 6479 6839 ;; 6480 6840 no:yes:* ) 6481 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: present but cannot be compiled" >&56482 echo "$as_me: WARNING: netinet/tcp.h: present but cannot be compiled" >&2;}6483 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: check for missing prerequisite headers?" >&56484 echo "$as_me: WARNING: netinet/tcp.h: check for missing prerequisite headers?" >&2;}6485 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: see the Autoconf documentation" >&56486 echo "$as_me: WARNING: netinet/tcp.h: see the Autoconf documentation" >&2;}6487 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: section \"Present But Cannot Be Compiled\"" >&56488 echo "$as_me: WARNING: netinet/tcp.h: section \"Present But Cannot Be Compiled\"" >&2;}6489 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&56490 echo "$as_me: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&2;}6491 { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&56492 echo "$as_me: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&2;}6841 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: present but cannot be compiled" >&5 6842 $as_echo "$as_me: WARNING: netinet/tcp.h: present but cannot be compiled" >&2;} 6843 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: check for missing prerequisite headers?" >&5 6844 $as_echo "$as_me: WARNING: netinet/tcp.h: check for missing prerequisite headers?" >&2;} 6845 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: see the Autoconf documentation" >&5 6846 $as_echo "$as_me: WARNING: netinet/tcp.h: see the Autoconf documentation" >&2;} 6847 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: section \"Present But Cannot Be Compiled\"" >&5 6848 $as_echo "$as_me: WARNING: netinet/tcp.h: section \"Present But Cannot Be Compiled\"" >&2;} 6849 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&5 6850 $as_echo "$as_me: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&2;} 6851 { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&5 6852 $as_echo "$as_me: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&2;} 6493 6853 6494 6854 ;; 6495 6855 esac 6496 { echo "$as_me:$LINENO: checking for netinet/tcp.h" >&56497 echo $ECHO_N "checking for netinet/tcp.h... $ECHO_C" >&6; }6856 { $as_echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 6857 $as_echo_n "checking for netinet/tcp.h... " >&6; } 6498 6858 if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 6499 echo $ECHO_N "(cached) $ECHO_C" >&66859 $as_echo_n "(cached) " >&6 6500 6860 else 6501 6861 ac_cv_header_netinet_tcp_h=$ac_header_preproc 6502 6862 fi 6503 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&56504 echo "${ECHO_T}$ac_cv_header_netinet_tcp_h" >&6; }6863 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 6864 $as_echo "$ac_cv_header_netinet_tcp_h" >&6; } 6505 6865 6506 6866 fi … … 6514 6874 6515 6875 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 6516 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&56517 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; }6876 { $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6877 $as_echo_n "checking for ifaddrs.h... " >&6; } 6518 6878 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 6519 echo $ECHO_N "(cached) $ECHO_C" >&66520 fi 6521 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&56522 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; }6879 $as_echo_n "(cached) " >&6 6880 fi 6881 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6882 $as_echo "$ac_cv_header_ifaddrs_h" >&6; } 6523 6883 else 6524 6884 # Is the header compilable? 6525 { echo "$as_me:$LINENO: checking ifaddrs.h usability" >&56526 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; }6885 { $as_echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 6886 $as_echo_n "checking ifaddrs.h usability... " >&6; } 6527 6887 cat >conftest.$ac_ext <<_ACEOF 6528 6888 /* confdefs.h. */ … … 6540 6900 *) ac_try_echo=$ac_try;; 6541 6901 esac 6542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6903 $as_echo "$ac_try_echo") >&5 6543 6904 (eval "$ac_compile") 2>conftest.er1 6544 6905 ac_status=$? … … 6546 6907 rm -f conftest.er1 6547 6908 cat conftest.err >&5 6548 echo "$as_me:$LINENO: \$? = $ac_status" >&56909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 6910 (exit $ac_status); } && { 6550 6911 test -z "$ac_c_werror_flag" || … … 6553 6914 ac_header_compiler=yes 6554 6915 else 6555 echo "$as_me: failed program was:" >&56916 $as_echo "$as_me: failed program was:" >&5 6556 6917 sed 's/^/| /' conftest.$ac_ext >&5 6557 6918 … … 6560 6921 6561 6922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6562 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56563 echo "${ECHO_T}$ac_header_compiler" >&6; }6923 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6924 $as_echo "$ac_header_compiler" >&6; } 6564 6925 6565 6926 # Is the header present? 6566 { echo "$as_me:$LINENO: checking ifaddrs.h presence" >&56567 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; }6927 { $as_echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 6928 $as_echo_n "checking ifaddrs.h presence... " >&6; } 6568 6929 cat >conftest.$ac_ext <<_ACEOF 6569 6930 /* confdefs.h. */ … … 6579 6940 *) ac_try_echo=$ac_try;; 6580 6941 esac 6581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6943 $as_echo "$ac_try_echo") >&5 6582 6944 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6583 6945 ac_status=$? … … 6585 6947 rm -f conftest.er1 6586 6948 cat conftest.err >&5 6587 echo "$as_me:$LINENO: \$? = $ac_status" >&56949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6588 6950 (exit $ac_status); } >/dev/null && { 6589 6951 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6592 6954 ac_header_preproc=yes 6593 6955 else 6594 echo "$as_me: failed program was:" >&56956 $as_echo "$as_me: failed program was:" >&5 6595 6957 sed 's/^/| /' conftest.$ac_ext >&5 6596 6958 … … 6599 6961 6600 6962 rm -f conftest.err conftest.$ac_ext 6601 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56602 echo "${ECHO_T}$ac_header_preproc" >&6; }6963 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6964 $as_echo "$ac_header_preproc" >&6; } 6603 6965 6604 6966 # So? What about this header? 6605 6967 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6606 6968 yes:no: ) 6607 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&56608 echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6609 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&56610 echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;}6969 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&5 6970 $as_echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6971 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5 6972 $as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;} 6611 6973 ac_header_preproc=yes 6612 6974 ;; 6613 6975 no:yes:* ) 6614 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&56615 echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;}6616 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&56617 echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;}6618 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&56619 echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;}6620 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&56621 echo "$as_me: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&2;}6622 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&56623 echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;}6624 { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&56625 echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;}6976 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&5 6977 $as_echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;} 6978 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&5 6979 $as_echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;} 6980 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5 6981 $as_echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;} 6982 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&5 6983 $as_echo "$as_me: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&2;} 6984 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5 6985 $as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;} 6986 { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 6987 $as_echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 6626 6988 6627 6989 ;; 6628 6990 esac 6629 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&56630 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; }6991 { $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 6992 $as_echo_n "checking for ifaddrs.h... " >&6; } 6631 6993 if test "${ac_cv_header_ifaddrs_h+set}" = set; then 6632 echo $ECHO_N "(cached) $ECHO_C" >&66994 $as_echo_n "(cached) " >&6 6633 6995 else 6634 6996 ac_cv_header_ifaddrs_h=$ac_header_preproc 6635 6997 fi 6636 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&56637 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; }6998 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 6999 $as_echo "$ac_cv_header_ifaddrs_h" >&6; } 6638 7000 6639 7001 fi … … 6647 7009 6648 7010 if test "${ac_cv_header_semaphore_h+set}" = set; then 6649 { echo "$as_me:$LINENO: checking for semaphore.h" >&56650 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; }7011 { $as_echo "$as_me:$LINENO: checking for semaphore.h" >&5 7012 $as_echo_n "checking for semaphore.h... " >&6; } 6651 7013 if test "${ac_cv_header_semaphore_h+set}" = set; then 6652 echo $ECHO_N "(cached) $ECHO_C" >&66653 fi 6654 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56655 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; }7014 $as_echo_n "(cached) " >&6 7015 fi 7016 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 7017 $as_echo "$ac_cv_header_semaphore_h" >&6; } 6656 7018 else 6657 7019 # Is the header compilable? 6658 { echo "$as_me:$LINENO: checking semaphore.h usability" >&56659 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6; }7020 { $as_echo "$as_me:$LINENO: checking semaphore.h usability" >&5 7021 $as_echo_n "checking semaphore.h usability... " >&6; } 6660 7022 cat >conftest.$ac_ext <<_ACEOF 6661 7023 /* confdefs.h. */ … … 6673 7035 *) ac_try_echo=$ac_try;; 6674 7036 esac 6675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7038 $as_echo "$ac_try_echo") >&5 6676 7039 (eval "$ac_compile") 2>conftest.er1 6677 7040 ac_status=$? … … 6679 7042 rm -f conftest.er1 6680 7043 cat conftest.err >&5 6681 echo "$as_me:$LINENO: \$? = $ac_status" >&57044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6682 7045 (exit $ac_status); } && { 6683 7046 test -z "$ac_c_werror_flag" || … … 6686 7049 ac_header_compiler=yes 6687 7050 else 6688 echo "$as_me: failed program was:" >&57051 $as_echo "$as_me: failed program was:" >&5 6689 7052 sed 's/^/| /' conftest.$ac_ext >&5 6690 7053 … … 6693 7056 6694 7057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6695 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56696 echo "${ECHO_T}$ac_header_compiler" >&6; }7058 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7059 $as_echo "$ac_header_compiler" >&6; } 6697 7060 6698 7061 # Is the header present? 6699 { echo "$as_me:$LINENO: checking semaphore.h presence" >&56700 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6; }7062 { $as_echo "$as_me:$LINENO: checking semaphore.h presence" >&5 7063 $as_echo_n "checking semaphore.h presence... " >&6; } 6701 7064 cat >conftest.$ac_ext <<_ACEOF 6702 7065 /* confdefs.h. */ … … 6712 7075 *) ac_try_echo=$ac_try;; 6713 7076 esac 6714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7078 $as_echo "$ac_try_echo") >&5 6715 7079 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6716 7080 ac_status=$? … … 6718 7082 rm -f conftest.er1 6719 7083 cat conftest.err >&5 6720 echo "$as_me:$LINENO: \$? = $ac_status" >&57084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6721 7085 (exit $ac_status); } >/dev/null && { 6722 7086 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6725 7089 ac_header_preproc=yes 6726 7090 else 6727 echo "$as_me: failed program was:" >&57091 $as_echo "$as_me: failed program was:" >&5 6728 7092 sed 's/^/| /' conftest.$ac_ext >&5 6729 7093 … … 6732 7096 6733 7097 rm -f conftest.err conftest.$ac_ext 6734 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56735 echo "${ECHO_T}$ac_header_preproc" >&6; }7098 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7099 $as_echo "$ac_header_preproc" >&6; } 6736 7100 6737 7101 # So? What about this header? 6738 7102 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6739 7103 yes:no: ) 6740 { echo "$as_me:$LINENO: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&56741 echo "$as_me: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6742 { echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the compiler's result" >&56743 echo "$as_me: WARNING: semaphore.h: proceeding with the compiler's result" >&2;}7104 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&5 7105 $as_echo "$as_me: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7106 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the compiler's result" >&5 7107 $as_echo "$as_me: WARNING: semaphore.h: proceeding with the compiler's result" >&2;} 6744 7108 ac_header_preproc=yes 6745 7109 ;; 6746 7110 no:yes:* ) 6747 { echo "$as_me:$LINENO: WARNING: semaphore.h: present but cannot be compiled" >&56748 echo "$as_me: WARNING: semaphore.h: present but cannot be compiled" >&2;}6749 { echo "$as_me:$LINENO: WARNING: semaphore.h: check for missing prerequisite headers?" >&56750 echo "$as_me: WARNING: semaphore.h: check for missing prerequisite headers?" >&2;}6751 { echo "$as_me:$LINENO: WARNING: semaphore.h: see the Autoconf documentation" >&56752 echo "$as_me: WARNING: semaphore.h: see the Autoconf documentation" >&2;}6753 { echo "$as_me:$LINENO: WARNING: semaphore.h: section \"Present But Cannot Be Compiled\"" >&56754 echo "$as_me: WARNING: semaphore.h: section \"Present But Cannot Be Compiled\"" >&2;}6755 { echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the preprocessor's result" >&56756 echo "$as_me: WARNING: semaphore.h: proceeding with the preprocessor's result" >&2;}6757 { echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&56758 echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;}7111 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: present but cannot be compiled" >&5 7112 $as_echo "$as_me: WARNING: semaphore.h: present but cannot be compiled" >&2;} 7113 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: check for missing prerequisite headers?" >&5 7114 $as_echo "$as_me: WARNING: semaphore.h: check for missing prerequisite headers?" >&2;} 7115 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: see the Autoconf documentation" >&5 7116 $as_echo "$as_me: WARNING: semaphore.h: see the Autoconf documentation" >&2;} 7117 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: section \"Present But Cannot Be Compiled\"" >&5 7118 $as_echo "$as_me: WARNING: semaphore.h: section \"Present But Cannot Be Compiled\"" >&2;} 7119 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the preprocessor's result" >&5 7120 $as_echo "$as_me: WARNING: semaphore.h: proceeding with the preprocessor's result" >&2;} 7121 { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 7122 $as_echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 6759 7123 6760 7124 ;; 6761 7125 esac 6762 { echo "$as_me:$LINENO: checking for semaphore.h" >&56763 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; }7126 { $as_echo "$as_me:$LINENO: checking for semaphore.h" >&5 7127 $as_echo_n "checking for semaphore.h... " >&6; } 6764 7128 if test "${ac_cv_header_semaphore_h+set}" = set; then 6765 echo $ECHO_N "(cached) $ECHO_C" >&67129 $as_echo_n "(cached) " >&6 6766 7130 else 6767 7131 ac_cv_header_semaphore_h=$ac_header_preproc 6768 7132 fi 6769 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&56770 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; }7133 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 7134 $as_echo "$ac_cv_header_semaphore_h" >&6; } 6771 7135 6772 7136 fi … … 6780 7144 6781 7145 if test "${ac_cv_header_setjmp_h+set}" = set; then 6782 { echo "$as_me:$LINENO: checking for setjmp.h" >&56783 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; }7146 { $as_echo "$as_me:$LINENO: checking for setjmp.h" >&5 7147 $as_echo_n "checking for setjmp.h... " >&6; } 6784 7148 if test "${ac_cv_header_setjmp_h+set}" = set; then 6785 echo $ECHO_N "(cached) $ECHO_C" >&66786 fi 6787 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56788 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; }7149 $as_echo_n "(cached) " >&6 7150 fi 7151 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 7152 $as_echo "$ac_cv_header_setjmp_h" >&6; } 6789 7153 else 6790 7154 # Is the header compilable? 6791 { echo "$as_me:$LINENO: checking setjmp.h usability" >&56792 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6; }7155 { $as_echo "$as_me:$LINENO: checking setjmp.h usability" >&5 7156 $as_echo_n "checking setjmp.h usability... " >&6; } 6793 7157 cat >conftest.$ac_ext <<_ACEOF 6794 7158 /* confdefs.h. */ … … 6806 7170 *) ac_try_echo=$ac_try;; 6807 7171 esac 6808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7173 $as_echo "$ac_try_echo") >&5 6809 7174 (eval "$ac_compile") 2>conftest.er1 6810 7175 ac_status=$? … … 6812 7177 rm -f conftest.er1 6813 7178 cat conftest.err >&5 6814 echo "$as_me:$LINENO: \$? = $ac_status" >&57179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6815 7180 (exit $ac_status); } && { 6816 7181 test -z "$ac_c_werror_flag" || … … 6819 7184 ac_header_compiler=yes 6820 7185 else 6821 echo "$as_me: failed program was:" >&57186 $as_echo "$as_me: failed program was:" >&5 6822 7187 sed 's/^/| /' conftest.$ac_ext >&5 6823 7188 … … 6826 7191 6827 7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6828 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56829 echo "${ECHO_T}$ac_header_compiler" >&6; }7193 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7194 $as_echo "$ac_header_compiler" >&6; } 6830 7195 6831 7196 # Is the header present? 6832 { echo "$as_me:$LINENO: checking setjmp.h presence" >&56833 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6; }7197 { $as_echo "$as_me:$LINENO: checking setjmp.h presence" >&5 7198 $as_echo_n "checking setjmp.h presence... " >&6; } 6834 7199 cat >conftest.$ac_ext <<_ACEOF 6835 7200 /* confdefs.h. */ … … 6845 7210 *) ac_try_echo=$ac_try;; 6846 7211 esac 6847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7213 $as_echo "$ac_try_echo") >&5 6848 7214 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6849 7215 ac_status=$? … … 6851 7217 rm -f conftest.er1 6852 7218 cat conftest.err >&5 6853 echo "$as_me:$LINENO: \$? = $ac_status" >&57219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6854 7220 (exit $ac_status); } >/dev/null && { 6855 7221 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6858 7224 ac_header_preproc=yes 6859 7225 else 6860 echo "$as_me: failed program was:" >&57226 $as_echo "$as_me: failed program was:" >&5 6861 7227 sed 's/^/| /' conftest.$ac_ext >&5 6862 7228 … … 6865 7231 6866 7232 rm -f conftest.err conftest.$ac_ext 6867 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56868 echo "${ECHO_T}$ac_header_preproc" >&6; }7233 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7234 $as_echo "$ac_header_preproc" >&6; } 6869 7235 6870 7236 # So? What about this header? 6871 7237 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6872 7238 yes:no: ) 6873 { echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&56874 echo "$as_me: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6875 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the compiler's result" >&56876 echo "$as_me: WARNING: setjmp.h: proceeding with the compiler's result" >&2;}7239 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 7240 $as_echo "$as_me: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7241 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the compiler's result" >&5 7242 $as_echo "$as_me: WARNING: setjmp.h: proceeding with the compiler's result" >&2;} 6877 7243 ac_header_preproc=yes 6878 7244 ;; 6879 7245 no:yes:* ) 6880 { echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&56881 echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;}6882 { echo "$as_me:$LINENO: WARNING: setjmp.h: check for missing prerequisite headers?" >&56883 echo "$as_me: WARNING: setjmp.h: check for missing prerequisite headers?" >&2;}6884 { echo "$as_me:$LINENO: WARNING: setjmp.h: see the Autoconf documentation" >&56885 echo "$as_me: WARNING: setjmp.h: see the Autoconf documentation" >&2;}6886 { echo "$as_me:$LINENO: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&56887 echo "$as_me: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&2;}6888 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&56889 echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;}6890 { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&56891 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;}7246 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 7247 $as_echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;} 7248 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: check for missing prerequisite headers?" >&5 7249 $as_echo "$as_me: WARNING: setjmp.h: check for missing prerequisite headers?" >&2;} 7250 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: see the Autoconf documentation" >&5 7251 $as_echo "$as_me: WARNING: setjmp.h: see the Autoconf documentation" >&2;} 7252 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&5 7253 $as_echo "$as_me: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 7254 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 7255 $as_echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 7256 { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 7257 $as_echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 6892 7258 6893 7259 ;; 6894 7260 esac 6895 { echo "$as_me:$LINENO: checking for setjmp.h" >&56896 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; }7261 { $as_echo "$as_me:$LINENO: checking for setjmp.h" >&5 7262 $as_echo_n "checking for setjmp.h... " >&6; } 6897 7263 if test "${ac_cv_header_setjmp_h+set}" = set; then 6898 echo $ECHO_N "(cached) $ECHO_C" >&67264 $as_echo_n "(cached) " >&6 6899 7265 else 6900 7266 ac_cv_header_setjmp_h=$ac_header_preproc 6901 7267 fi 6902 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&56903 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; }7268 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 7269 $as_echo "$ac_cv_header_setjmp_h" >&6; } 6904 7270 6905 7271 fi … … 6913 7279 6914 7280 if test "${ac_cv_header_stdarg_h+set}" = set; then 6915 { echo "$as_me:$LINENO: checking for stdarg.h" >&56916 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; }7281 { $as_echo "$as_me:$LINENO: checking for stdarg.h" >&5 7282 $as_echo_n "checking for stdarg.h... " >&6; } 6917 7283 if test "${ac_cv_header_stdarg_h+set}" = set; then 6918 echo $ECHO_N "(cached) $ECHO_C" >&66919 fi 6920 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&56921 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; }7284 $as_echo_n "(cached) " >&6 7285 fi 7286 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 7287 $as_echo "$ac_cv_header_stdarg_h" >&6; } 6922 7288 else 6923 7289 # Is the header compilable? 6924 { echo "$as_me:$LINENO: checking stdarg.h usability" >&56925 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6; }7290 { $as_echo "$as_me:$LINENO: checking stdarg.h usability" >&5 7291 $as_echo_n "checking stdarg.h usability... " >&6; } 6926 7292 cat >conftest.$ac_ext <<_ACEOF 6927 7293 /* confdefs.h. */ … … 6939 7305 *) ac_try_echo=$ac_try;; 6940 7306 esac 6941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7308 $as_echo "$ac_try_echo") >&5 6942 7309 (eval "$ac_compile") 2>conftest.er1 6943 7310 ac_status=$? … … 6945 7312 rm -f conftest.er1 6946 7313 cat conftest.err >&5 6947 echo "$as_me:$LINENO: \$? = $ac_status" >&57314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6948 7315 (exit $ac_status); } && { 6949 7316 test -z "$ac_c_werror_flag" || … … 6952 7319 ac_header_compiler=yes 6953 7320 else 6954 echo "$as_me: failed program was:" >&57321 $as_echo "$as_me: failed program was:" >&5 6955 7322 sed 's/^/| /' conftest.$ac_ext >&5 6956 7323 … … 6959 7326 6960 7327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6961 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56962 echo "${ECHO_T}$ac_header_compiler" >&6; }7328 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7329 $as_echo "$ac_header_compiler" >&6; } 6963 7330 6964 7331 # Is the header present? 6965 { echo "$as_me:$LINENO: checking stdarg.h presence" >&56966 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6; }7332 { $as_echo "$as_me:$LINENO: checking stdarg.h presence" >&5 7333 $as_echo_n "checking stdarg.h presence... " >&6; } 6967 7334 cat >conftest.$ac_ext <<_ACEOF 6968 7335 /* confdefs.h. */ … … 6978 7345 *) ac_try_echo=$ac_try;; 6979 7346 esac 6980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7348 $as_echo "$ac_try_echo") >&5 6981 7349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6982 7350 ac_status=$? … … 6984 7352 rm -f conftest.er1 6985 7353 cat conftest.err >&5 6986 echo "$as_me:$LINENO: \$? = $ac_status" >&57354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6987 7355 (exit $ac_status); } >/dev/null && { 6988 7356 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 6991 7359 ac_header_preproc=yes 6992 7360 else 6993 echo "$as_me: failed program was:" >&57361 $as_echo "$as_me: failed program was:" >&5 6994 7362 sed 's/^/| /' conftest.$ac_ext >&5 6995 7363 … … 6998 7366 6999 7367 rm -f conftest.err conftest.$ac_ext 7000 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57001 echo "${ECHO_T}$ac_header_preproc" >&6; }7368 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7369 $as_echo "$ac_header_preproc" >&6; } 7002 7370 7003 7371 # So? What about this header? 7004 7372 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7005 7373 yes:no: ) 7006 { echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&57007 echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7008 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&57009 echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;}7374 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5 7375 $as_echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7376 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&5 7377 $as_echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;} 7010 7378 ac_header_preproc=yes 7011 7379 ;; 7012 7380 no:yes:* ) 7013 { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&57014 echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;}7015 { echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&57016 echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;}7017 { echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&57018 echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;}7019 { echo "$as_me:$LINENO: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&57020 echo "$as_me: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&2;}7021 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&57022 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;}7023 { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&57024 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;}7381 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 7382 $as_echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;} 7383 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&5 7384 $as_echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;} 7385 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&5 7386 $as_echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;} 7387 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&5 7388 $as_echo "$as_me: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&2;} 7389 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 7390 $as_echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 7391 { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 7392 $as_echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 7025 7393 7026 7394 ;; 7027 7395 esac 7028 { echo "$as_me:$LINENO: checking for stdarg.h" >&57029 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; }7396 { $as_echo "$as_me:$LINENO: checking for stdarg.h" >&5 7397 $as_echo_n "checking for stdarg.h... " >&6; } 7030 7398 if test "${ac_cv_header_stdarg_h+set}" = set; then 7031 echo $ECHO_N "(cached) $ECHO_C" >&67399 $as_echo_n "(cached) " >&6 7032 7400 else 7033 7401 ac_cv_header_stdarg_h=$ac_header_preproc 7034 7402 fi 7035 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&57036 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; }7403 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 7404 $as_echo "$ac_cv_header_stdarg_h" >&6; } 7037 7405 7038 7406 fi … … 7046 7414 7047 7415 if test "${ac_cv_header_stddef_h+set}" = set; then 7048 { echo "$as_me:$LINENO: checking for stddef.h" >&57049 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; }7416 { $as_echo "$as_me:$LINENO: checking for stddef.h" >&5 7417 $as_echo_n "checking for stddef.h... " >&6; } 7050 7418 if test "${ac_cv_header_stddef_h+set}" = set; then 7051 echo $ECHO_N "(cached) $ECHO_C" >&67052 fi 7053 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&57054 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; }7419 $as_echo_n "(cached) " >&6 7420 fi 7421 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 7422 $as_echo "$ac_cv_header_stddef_h" >&6; } 7055 7423 else 7056 7424 # Is the header compilable? 7057 { echo "$as_me:$LINENO: checking stddef.h usability" >&57058 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6; }7425 { $as_echo "$as_me:$LINENO: checking stddef.h usability" >&5 7426 $as_echo_n "checking stddef.h usability... " >&6; } 7059 7427 cat >conftest.$ac_ext <<_ACEOF 7060 7428 /* confdefs.h. */ … … 7072 7440 *) ac_try_echo=$ac_try;; 7073 7441 esac 7074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7443 $as_echo "$ac_try_echo") >&5 7075 7444 (eval "$ac_compile") 2>conftest.er1 7076 7445 ac_status=$? … … 7078 7447 rm -f conftest.er1 7079 7448 cat conftest.err >&5 7080 echo "$as_me:$LINENO: \$? = $ac_status" >&57449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7081 7450 (exit $ac_status); } && { 7082 7451 test -z "$ac_c_werror_flag" || … … 7085 7454 ac_header_compiler=yes 7086 7455 else 7087 echo "$as_me: failed program was:" >&57456 $as_echo "$as_me: failed program was:" >&5 7088 7457 sed 's/^/| /' conftest.$ac_ext >&5 7089 7458 … … 7092 7461 7093 7462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7094 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57095 echo "${ECHO_T}$ac_header_compiler" >&6; }7463 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7464 $as_echo "$ac_header_compiler" >&6; } 7096 7465 7097 7466 # Is the header present? 7098 { echo "$as_me:$LINENO: checking stddef.h presence" >&57099 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6; }7467 { $as_echo "$as_me:$LINENO: checking stddef.h presence" >&5 7468 $as_echo_n "checking stddef.h presence... " >&6; } 7100 7469 cat >conftest.$ac_ext <<_ACEOF 7101 7470 /* confdefs.h. */ … … 7111 7480 *) ac_try_echo=$ac_try;; 7112 7481 esac 7113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7483 $as_echo "$ac_try_echo") >&5 7114 7484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7115 7485 ac_status=$? … … 7117 7487 rm -f conftest.er1 7118 7488 cat conftest.err >&5 7119 echo "$as_me:$LINENO: \$? = $ac_status" >&57489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7120 7490 (exit $ac_status); } >/dev/null && { 7121 7491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7124 7494 ac_header_preproc=yes 7125 7495 else 7126 echo "$as_me: failed program was:" >&57496 $as_echo "$as_me: failed program was:" >&5 7127 7497 sed 's/^/| /' conftest.$ac_ext >&5 7128 7498 … … 7131 7501 7132 7502 rm -f conftest.err conftest.$ac_ext 7133 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57134 echo "${ECHO_T}$ac_header_preproc" >&6; }7503 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7504 $as_echo "$ac_header_preproc" >&6; } 7135 7505 7136 7506 # So? What about this header? 7137 7507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7138 7508 yes:no: ) 7139 { echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&57140 echo "$as_me: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7141 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the compiler's result" >&57142 echo "$as_me: WARNING: stddef.h: proceeding with the compiler's result" >&2;}7509 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&5 7510 $as_echo "$as_me: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7511 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the compiler's result" >&5 7512 $as_echo "$as_me: WARNING: stddef.h: proceeding with the compiler's result" >&2;} 7143 7513 ac_header_preproc=yes 7144 7514 ;; 7145 7515 no:yes:* ) 7146 { echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&57147 echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;}7148 { echo "$as_me:$LINENO: WARNING: stddef.h: check for missing prerequisite headers?" >&57149 echo "$as_me: WARNING: stddef.h: check for missing prerequisite headers?" >&2;}7150 { echo "$as_me:$LINENO: WARNING: stddef.h: see the Autoconf documentation" >&57151 echo "$as_me: WARNING: stddef.h: see the Autoconf documentation" >&2;}7152 { echo "$as_me:$LINENO: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&57153 echo "$as_me: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&2;}7154 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&57155 echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;}7156 { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&57157 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;}7516 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 7517 $as_echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;} 7518 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: check for missing prerequisite headers?" >&5 7519 $as_echo "$as_me: WARNING: stddef.h: check for missing prerequisite headers?" >&2;} 7520 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: see the Autoconf documentation" >&5 7521 $as_echo "$as_me: WARNING: stddef.h: see the Autoconf documentation" >&2;} 7522 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&5 7523 $as_echo "$as_me: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&2;} 7524 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 7525 $as_echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 7526 { $as_echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 7527 $as_echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 7158 7528 7159 7529 ;; 7160 7530 esac 7161 { echo "$as_me:$LINENO: checking for stddef.h" >&57162 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; }7531 { $as_echo "$as_me:$LINENO: checking for stddef.h" >&5 7532 $as_echo_n "checking for stddef.h... " >&6; } 7163 7533 if test "${ac_cv_header_stddef_h+set}" = set; then 7164 echo $ECHO_N "(cached) $ECHO_C" >&67534 $as_echo_n "(cached) " >&6 7165 7535 else 7166 7536 ac_cv_header_stddef_h=$ac_header_preproc 7167 7537 fi 7168 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&57169 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; }7538 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 7539 $as_echo "$ac_cv_header_stddef_h" >&6; } 7170 7540 7171 7541 fi … … 7179 7549 7180 7550 if test "${ac_cv_header_stdio_h+set}" = set; then 7181 { echo "$as_me:$LINENO: checking for stdio.h" >&57182 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; }7551 { $as_echo "$as_me:$LINENO: checking for stdio.h" >&5 7552 $as_echo_n "checking for stdio.h... " >&6; } 7183 7553 if test "${ac_cv_header_stdio_h+set}" = set; then 7184 echo $ECHO_N "(cached) $ECHO_C" >&67185 fi 7186 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&57187 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; }7554 $as_echo_n "(cached) " >&6 7555 fi 7556 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7557 $as_echo "$ac_cv_header_stdio_h" >&6; } 7188 7558 else 7189 7559 # Is the header compilable? 7190 { echo "$as_me:$LINENO: checking stdio.h usability" >&57191 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6; }7560 { $as_echo "$as_me:$LINENO: checking stdio.h usability" >&5 7561 $as_echo_n "checking stdio.h usability... " >&6; } 7192 7562 cat >conftest.$ac_ext <<_ACEOF 7193 7563 /* confdefs.h. */ … … 7205 7575 *) ac_try_echo=$ac_try;; 7206 7576 esac 7207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7578 $as_echo "$ac_try_echo") >&5 7208 7579 (eval "$ac_compile") 2>conftest.er1 7209 7580 ac_status=$? … … 7211 7582 rm -f conftest.er1 7212 7583 cat conftest.err >&5 7213 echo "$as_me:$LINENO: \$? = $ac_status" >&57584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7214 7585 (exit $ac_status); } && { 7215 7586 test -z "$ac_c_werror_flag" || … … 7218 7589 ac_header_compiler=yes 7219 7590 else 7220 echo "$as_me: failed program was:" >&57591 $as_echo "$as_me: failed program was:" >&5 7221 7592 sed 's/^/| /' conftest.$ac_ext >&5 7222 7593 … … 7225 7596 7226 7597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7227 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57228 echo "${ECHO_T}$ac_header_compiler" >&6; }7598 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7599 $as_echo "$ac_header_compiler" >&6; } 7229 7600 7230 7601 # Is the header present? 7231 { echo "$as_me:$LINENO: checking stdio.h presence" >&57232 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6; }7602 { $as_echo "$as_me:$LINENO: checking stdio.h presence" >&5 7603 $as_echo_n "checking stdio.h presence... " >&6; } 7233 7604 cat >conftest.$ac_ext <<_ACEOF 7234 7605 /* confdefs.h. */ … … 7244 7615 *) ac_try_echo=$ac_try;; 7245 7616 esac 7246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7618 $as_echo "$ac_try_echo") >&5 7247 7619 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7248 7620 ac_status=$? … … 7250 7622 rm -f conftest.er1 7251 7623 cat conftest.err >&5 7252 echo "$as_me:$LINENO: \$? = $ac_status" >&57624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7253 7625 (exit $ac_status); } >/dev/null && { 7254 7626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7257 7629 ac_header_preproc=yes 7258 7630 else 7259 echo "$as_me: failed program was:" >&57631 $as_echo "$as_me: failed program was:" >&5 7260 7632 sed 's/^/| /' conftest.$ac_ext >&5 7261 7633 … … 7264 7636 7265 7637 rm -f conftest.err conftest.$ac_ext 7266 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57267 echo "${ECHO_T}$ac_header_preproc" >&6; }7638 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7639 $as_echo "$ac_header_preproc" >&6; } 7268 7640 7269 7641 # So? What about this header? 7270 7642 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7271 7643 yes:no: ) 7272 { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&57273 echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7274 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&57275 echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;}7644 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5 7645 $as_echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7646 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5 7647 $as_echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;} 7276 7648 ac_header_preproc=yes 7277 7649 ;; 7278 7650 no:yes:* ) 7279 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&57280 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;}7281 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&57282 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;}7283 { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&57284 echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;}7285 { echo "$as_me:$LINENO: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&57286 echo "$as_me: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&2;}7287 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&57288 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}7289 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&57290 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}7651 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 7652 $as_echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;} 7653 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5 7654 $as_echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;} 7655 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5 7656 $as_echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;} 7657 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&5 7658 $as_echo "$as_me: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&2;} 7659 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 7660 $as_echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 7661 { $as_echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 7662 $as_echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 7291 7663 7292 7664 ;; 7293 7665 esac 7294 { echo "$as_me:$LINENO: checking for stdio.h" >&57295 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; }7666 { $as_echo "$as_me:$LINENO: checking for stdio.h" >&5 7667 $as_echo_n "checking for stdio.h... " >&6; } 7296 7668 if test "${ac_cv_header_stdio_h+set}" = set; then 7297 echo $ECHO_N "(cached) $ECHO_C" >&67669 $as_echo_n "(cached) " >&6 7298 7670 else 7299 7671 ac_cv_header_stdio_h=$ac_header_preproc 7300 7672 fi 7301 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&57302 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; }7673 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 7674 $as_echo "$ac_cv_header_stdio_h" >&6; } 7303 7675 7304 7676 fi … … 7312 7684 7313 7685 if test "${ac_cv_header_stdint_h+set}" = set; then 7314 { echo "$as_me:$LINENO: checking for stdint.h" >&57315 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }7686 { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 7687 $as_echo_n "checking for stdint.h... " >&6; } 7316 7688 if test "${ac_cv_header_stdint_h+set}" = set; then 7317 echo $ECHO_N "(cached) $ECHO_C" >&67318 fi 7319 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&57320 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; }7689 $as_echo_n "(cached) " >&6 7690 fi 7691 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7692 $as_echo "$ac_cv_header_stdint_h" >&6; } 7321 7693 else 7322 7694 # Is the header compilable? 7323 { echo "$as_me:$LINENO: checking stdint.h usability" >&57324 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; }7695 { $as_echo "$as_me:$LINENO: checking stdint.h usability" >&5 7696 $as_echo_n "checking stdint.h usability... " >&6; } 7325 7697 cat >conftest.$ac_ext <<_ACEOF 7326 7698 /* confdefs.h. */ … … 7338 7710 *) ac_try_echo=$ac_try;; 7339 7711 esac 7340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7713 $as_echo "$ac_try_echo") >&5 7341 7714 (eval "$ac_compile") 2>conftest.er1 7342 7715 ac_status=$? … … 7344 7717 rm -f conftest.er1 7345 7718 cat conftest.err >&5 7346 echo "$as_me:$LINENO: \$? = $ac_status" >&57719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7347 7720 (exit $ac_status); } && { 7348 7721 test -z "$ac_c_werror_flag" || … … 7351 7724 ac_header_compiler=yes 7352 7725 else 7353 echo "$as_me: failed program was:" >&57726 $as_echo "$as_me: failed program was:" >&5 7354 7727 sed 's/^/| /' conftest.$ac_ext >&5 7355 7728 … … 7358 7731 7359 7732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7360 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57361 echo "${ECHO_T}$ac_header_compiler" >&6; }7733 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7734 $as_echo "$ac_header_compiler" >&6; } 7362 7735 7363 7736 # Is the header present? 7364 { echo "$as_me:$LINENO: checking stdint.h presence" >&57365 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; }7737 { $as_echo "$as_me:$LINENO: checking stdint.h presence" >&5 7738 $as_echo_n "checking stdint.h presence... " >&6; } 7366 7739 cat >conftest.$ac_ext <<_ACEOF 7367 7740 /* confdefs.h. */ … … 7377 7750 *) ac_try_echo=$ac_try;; 7378 7751 esac 7379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7753 $as_echo "$ac_try_echo") >&5 7380 7754 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7381 7755 ac_status=$? … … 7383 7757 rm -f conftest.er1 7384 7758 cat conftest.err >&5 7385 echo "$as_me:$LINENO: \$? = $ac_status" >&57759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7386 7760 (exit $ac_status); } >/dev/null && { 7387 7761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7390 7764 ac_header_preproc=yes 7391 7765 else 7392 echo "$as_me: failed program was:" >&57766 $as_echo "$as_me: failed program was:" >&5 7393 7767 sed 's/^/| /' conftest.$ac_ext >&5 7394 7768 … … 7397 7771 7398 7772 rm -f conftest.err conftest.$ac_ext 7399 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57400 echo "${ECHO_T}$ac_header_preproc" >&6; }7773 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7774 $as_echo "$ac_header_preproc" >&6; } 7401 7775 7402 7776 # So? What about this header? 7403 7777 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7404 7778 yes:no: ) 7405 { echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&57406 echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7407 { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&57408 echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;}7779 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&5 7780 $as_echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7781 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&5 7782 $as_echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;} 7409 7783 ac_header_preproc=yes 7410 7784 ;; 7411 7785 no:yes:* ) 7412 { echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&57413 echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;}7414 { echo "$as_me:$LINENO: WARNING: stdint.h: check for missing prerequisite headers?" >&57415 echo "$as_me: WARNING: stdint.h: check for missing prerequisite headers?" >&2;}7416 { echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&57417 echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;}7418 { echo "$as_me:$LINENO: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&57419 echo "$as_me: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&2;}7420 { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&57421 echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;}7422 { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&57423 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}7786 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&5 7787 $as_echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;} 7788 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: check for missing prerequisite headers?" >&5 7789 $as_echo "$as_me: WARNING: stdint.h: check for missing prerequisite headers?" >&2;} 7790 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&5 7791 $as_echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;} 7792 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&5 7793 $as_echo "$as_me: WARNING: stdint.h: section \"Present But Cannot Be Compiled\"" >&2;} 7794 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&5 7795 $as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;} 7796 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 7797 $as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 7424 7798 7425 7799 ;; 7426 7800 esac 7427 { echo "$as_me:$LINENO: checking for stdint.h" >&57428 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }7801 { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 7802 $as_echo_n "checking for stdint.h... " >&6; } 7429 7803 if test "${ac_cv_header_stdint_h+set}" = set; then 7430 echo $ECHO_N "(cached) $ECHO_C" >&67804 $as_echo_n "(cached) " >&6 7431 7805 else 7432 7806 ac_cv_header_stdint_h=$ac_header_preproc 7433 7807 fi 7434 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&57435 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; }7808 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 7809 $as_echo "$ac_cv_header_stdint_h" >&6; } 7436 7810 7437 7811 fi … … 7445 7819 7446 7820 if test "${ac_cv_header_stdlib_h+set}" = set; then 7447 { echo "$as_me:$LINENO: checking for stdlib.h" >&57448 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; }7821 { $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 7822 $as_echo_n "checking for stdlib.h... " >&6; } 7449 7823 if test "${ac_cv_header_stdlib_h+set}" = set; then 7450 echo $ECHO_N "(cached) $ECHO_C" >&67451 fi 7452 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&57453 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; }7824 $as_echo_n "(cached) " >&6 7825 fi 7826 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7827 $as_echo "$ac_cv_header_stdlib_h" >&6; } 7454 7828 else 7455 7829 # Is the header compilable? 7456 { echo "$as_me:$LINENO: checking stdlib.h usability" >&57457 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; }7830 { $as_echo "$as_me:$LINENO: checking stdlib.h usability" >&5 7831 $as_echo_n "checking stdlib.h usability... " >&6; } 7458 7832 cat >conftest.$ac_ext <<_ACEOF 7459 7833 /* confdefs.h. */ … … 7471 7845 *) ac_try_echo=$ac_try;; 7472 7846 esac 7473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7848 $as_echo "$ac_try_echo") >&5 7474 7849 (eval "$ac_compile") 2>conftest.er1 7475 7850 ac_status=$? … … 7477 7852 rm -f conftest.er1 7478 7853 cat conftest.err >&5 7479 echo "$as_me:$LINENO: \$? = $ac_status" >&57854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7480 7855 (exit $ac_status); } && { 7481 7856 test -z "$ac_c_werror_flag" || … … 7484 7859 ac_header_compiler=yes 7485 7860 else 7486 echo "$as_me: failed program was:" >&57861 $as_echo "$as_me: failed program was:" >&5 7487 7862 sed 's/^/| /' conftest.$ac_ext >&5 7488 7863 … … 7491 7866 7492 7867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57494 echo "${ECHO_T}$ac_header_compiler" >&6; }7868 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7869 $as_echo "$ac_header_compiler" >&6; } 7495 7870 7496 7871 # Is the header present? 7497 { echo "$as_me:$LINENO: checking stdlib.h presence" >&57498 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; }7872 { $as_echo "$as_me:$LINENO: checking stdlib.h presence" >&5 7873 $as_echo_n "checking stdlib.h presence... " >&6; } 7499 7874 cat >conftest.$ac_ext <<_ACEOF 7500 7875 /* confdefs.h. */ … … 7510 7885 *) ac_try_echo=$ac_try;; 7511 7886 esac 7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7888 $as_echo "$ac_try_echo") >&5 7513 7889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7514 7890 ac_status=$? … … 7516 7892 rm -f conftest.er1 7517 7893 cat conftest.err >&5 7518 echo "$as_me:$LINENO: \$? = $ac_status" >&57894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7519 7895 (exit $ac_status); } >/dev/null && { 7520 7896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7523 7899 ac_header_preproc=yes 7524 7900 else 7525 echo "$as_me: failed program was:" >&57901 $as_echo "$as_me: failed program was:" >&5 7526 7902 sed 's/^/| /' conftest.$ac_ext >&5 7527 7903 … … 7530 7906 7531 7907 rm -f conftest.err conftest.$ac_ext 7532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57533 echo "${ECHO_T}$ac_header_preproc" >&6; }7908 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7909 $as_echo "$ac_header_preproc" >&6; } 7534 7910 7535 7911 # So? What about this header? 7536 7912 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7537 7913 yes:no: ) 7538 { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&57539 echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7540 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&57541 echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;}7914 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 7915 $as_echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7916 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 7917 $as_echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} 7542 7918 ac_header_preproc=yes 7543 7919 ;; 7544 7920 no:yes:* ) 7545 { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&57546 echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;}7547 { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&57548 echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;}7549 { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&57550 echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;}7551 { echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&57552 echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;}7553 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&57554 echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;}7555 { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&57556 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;}7921 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 7922 $as_echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} 7923 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 7924 $as_echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} 7925 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 7926 $as_echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} 7927 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 7928 $as_echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} 7929 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 7930 $as_echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 7931 { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 7932 $as_echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 7557 7933 7558 7934 ;; 7559 7935 esac 7560 { echo "$as_me:$LINENO: checking for stdlib.h" >&57561 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; }7936 { $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 7937 $as_echo_n "checking for stdlib.h... " >&6; } 7562 7938 if test "${ac_cv_header_stdlib_h+set}" = set; then 7563 echo $ECHO_N "(cached) $ECHO_C" >&67939 $as_echo_n "(cached) " >&6 7564 7940 else 7565 7941 ac_cv_header_stdlib_h=$ac_header_preproc 7566 7942 fi 7567 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&57568 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; }7943 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 7944 $as_echo "$ac_cv_header_stdlib_h" >&6; } 7569 7945 7570 7946 fi … … 7578 7954 7579 7955 if test "${ac_cv_header_string_h+set}" = set; then 7580 { echo "$as_me:$LINENO: checking for string.h" >&57581 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; }7956 { $as_echo "$as_me:$LINENO: checking for string.h" >&5 7957 $as_echo_n "checking for string.h... " >&6; } 7582 7958 if test "${ac_cv_header_string_h+set}" = set; then 7583 echo $ECHO_N "(cached) $ECHO_C" >&67584 fi 7585 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57586 echo "${ECHO_T}$ac_cv_header_string_h" >&6; }7959 $as_echo_n "(cached) " >&6 7960 fi 7961 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 7962 $as_echo "$ac_cv_header_string_h" >&6; } 7587 7963 else 7588 7964 # Is the header compilable? 7589 { echo "$as_me:$LINENO: checking string.h usability" >&57590 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6; }7965 { $as_echo "$as_me:$LINENO: checking string.h usability" >&5 7966 $as_echo_n "checking string.h usability... " >&6; } 7591 7967 cat >conftest.$ac_ext <<_ACEOF 7592 7968 /* confdefs.h. */ … … 7604 7980 *) ac_try_echo=$ac_try;; 7605 7981 esac 7606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7983 $as_echo "$ac_try_echo") >&5 7607 7984 (eval "$ac_compile") 2>conftest.er1 7608 7985 ac_status=$? … … 7610 7987 rm -f conftest.er1 7611 7988 cat conftest.err >&5 7612 echo "$as_me:$LINENO: \$? = $ac_status" >&57989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7613 7990 (exit $ac_status); } && { 7614 7991 test -z "$ac_c_werror_flag" || … … 7617 7994 ac_header_compiler=yes 7618 7995 else 7619 echo "$as_me: failed program was:" >&57996 $as_echo "$as_me: failed program was:" >&5 7620 7997 sed 's/^/| /' conftest.$ac_ext >&5 7621 7998 … … 7624 8001 7625 8002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7626 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57627 echo "${ECHO_T}$ac_header_compiler" >&6; }8003 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8004 $as_echo "$ac_header_compiler" >&6; } 7628 8005 7629 8006 # Is the header present? 7630 { echo "$as_me:$LINENO: checking string.h presence" >&57631 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6; }8007 { $as_echo "$as_me:$LINENO: checking string.h presence" >&5 8008 $as_echo_n "checking string.h presence... " >&6; } 7632 8009 cat >conftest.$ac_ext <<_ACEOF 7633 8010 /* confdefs.h. */ … … 7643 8020 *) ac_try_echo=$ac_try;; 7644 8021 esac 7645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8023 $as_echo "$ac_try_echo") >&5 7646 8024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7647 8025 ac_status=$? … … 7649 8027 rm -f conftest.er1 7650 8028 cat conftest.err >&5 7651 echo "$as_me:$LINENO: \$? = $ac_status" >&58029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7652 8030 (exit $ac_status); } >/dev/null && { 7653 8031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7656 8034 ac_header_preproc=yes 7657 8035 else 7658 echo "$as_me: failed program was:" >&58036 $as_echo "$as_me: failed program was:" >&5 7659 8037 sed 's/^/| /' conftest.$ac_ext >&5 7660 8038 … … 7663 8041 7664 8042 rm -f conftest.err conftest.$ac_ext 7665 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57666 echo "${ECHO_T}$ac_header_preproc" >&6; }8043 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8044 $as_echo "$ac_header_preproc" >&6; } 7667 8045 7668 8046 # So? What about this header? 7669 8047 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7670 8048 yes:no: ) 7671 { echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&57672 echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7673 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&57674 echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;}8049 { $as_echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5 8050 $as_echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8051 { $as_echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&5 8052 $as_echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;} 7675 8053 ac_header_preproc=yes 7676 8054 ;; 7677 8055 no:yes:* ) 7678 { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&57679 echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;}7680 { echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&57681 echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;}7682 { echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&57683 echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;}7684 { echo "$as_me:$LINENO: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&57685 echo "$as_me: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&2;}7686 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&57687 echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;}7688 { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&57689 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;}8056 { $as_echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 8057 $as_echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;} 8058 { $as_echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&5 8059 $as_echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;} 8060 { $as_echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&5 8061 $as_echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;} 8062 { $as_echo "$as_me:$LINENO: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&5 8063 $as_echo "$as_me: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&2;} 8064 { $as_echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 8065 $as_echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 8066 { $as_echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 8067 $as_echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 7690 8068 7691 8069 ;; 7692 8070 esac 7693 { echo "$as_me:$LINENO: checking for string.h" >&57694 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; }8071 { $as_echo "$as_me:$LINENO: checking for string.h" >&5 8072 $as_echo_n "checking for string.h... " >&6; } 7695 8073 if test "${ac_cv_header_string_h+set}" = set; then 7696 echo $ECHO_N "(cached) $ECHO_C" >&68074 $as_echo_n "(cached) " >&6 7697 8075 else 7698 8076 ac_cv_header_string_h=$ac_header_preproc 7699 8077 fi 7700 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&57701 echo "${ECHO_T}$ac_cv_header_string_h" >&6; }8078 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 8079 $as_echo "$ac_cv_header_string_h" >&6; } 7702 8080 7703 8081 fi … … 7711 8089 7712 8090 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7713 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57714 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; }8091 { $as_echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 8092 $as_echo_n "checking for sys/ioctl.h... " >&6; } 7715 8093 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7716 echo $ECHO_N "(cached) $ECHO_C" >&67717 fi 7718 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57719 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; }8094 $as_echo_n "(cached) " >&6 8095 fi 8096 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 8097 $as_echo "$ac_cv_header_sys_ioctl_h" >&6; } 7720 8098 else 7721 8099 # Is the header compilable? 7722 { echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&57723 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6; }8100 { $as_echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 8101 $as_echo_n "checking sys/ioctl.h usability... " >&6; } 7724 8102 cat >conftest.$ac_ext <<_ACEOF 7725 8103 /* confdefs.h. */ … … 7737 8115 *) ac_try_echo=$ac_try;; 7738 8116 esac 7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8118 $as_echo "$ac_try_echo") >&5 7740 8119 (eval "$ac_compile") 2>conftest.er1 7741 8120 ac_status=$? … … 7743 8122 rm -f conftest.er1 7744 8123 cat conftest.err >&5 7745 echo "$as_me:$LINENO: \$? = $ac_status" >&58124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7746 8125 (exit $ac_status); } && { 7747 8126 test -z "$ac_c_werror_flag" || … … 7750 8129 ac_header_compiler=yes 7751 8130 else 7752 echo "$as_me: failed program was:" >&58131 $as_echo "$as_me: failed program was:" >&5 7753 8132 sed 's/^/| /' conftest.$ac_ext >&5 7754 8133 … … 7757 8136 7758 8137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7759 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57760 echo "${ECHO_T}$ac_header_compiler" >&6; }8138 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8139 $as_echo "$ac_header_compiler" >&6; } 7761 8140 7762 8141 # Is the header present? 7763 { echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&57764 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6; }8142 { $as_echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 8143 $as_echo_n "checking sys/ioctl.h presence... " >&6; } 7765 8144 cat >conftest.$ac_ext <<_ACEOF 7766 8145 /* confdefs.h. */ … … 7776 8155 *) ac_try_echo=$ac_try;; 7777 8156 esac 7778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8158 $as_echo "$ac_try_echo") >&5 7779 8159 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7780 8160 ac_status=$? … … 7782 8162 rm -f conftest.er1 7783 8163 cat conftest.err >&5 7784 echo "$as_me:$LINENO: \$? = $ac_status" >&58164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7785 8165 (exit $ac_status); } >/dev/null && { 7786 8166 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7789 8169 ac_header_preproc=yes 7790 8170 else 7791 echo "$as_me: failed program was:" >&58171 $as_echo "$as_me: failed program was:" >&5 7792 8172 sed 's/^/| /' conftest.$ac_ext >&5 7793 8173 … … 7796 8176 7797 8177 rm -f conftest.err conftest.$ac_ext 7798 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57799 echo "${ECHO_T}$ac_header_preproc" >&6; }8178 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8179 $as_echo "$ac_header_preproc" >&6; } 7800 8180 7801 8181 # So? What about this header? 7802 8182 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7803 8183 yes:no: ) 7804 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&57805 echo "$as_me: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7806 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&57807 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&2;}8184 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&5 8185 $as_echo "$as_me: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8186 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&5 8187 $as_echo "$as_me: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&2;} 7808 8188 ac_header_preproc=yes 7809 8189 ;; 7810 8190 no:yes:* ) 7811 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&57812 echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;}7813 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&57814 echo "$as_me: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&2;}7815 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: see the Autoconf documentation" >&57816 echo "$as_me: WARNING: sys/ioctl.h: see the Autoconf documentation" >&2;}7817 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&57818 echo "$as_me: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&2;}7819 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&57820 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;}7821 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&57822 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;}8191 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 8192 $as_echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;} 8193 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&5 8194 $as_echo "$as_me: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&2;} 8195 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: see the Autoconf documentation" >&5 8196 $as_echo "$as_me: WARNING: sys/ioctl.h: see the Autoconf documentation" >&2;} 8197 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&5 8198 $as_echo "$as_me: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&2;} 8199 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 8200 $as_echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 8201 { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 8202 $as_echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 7823 8203 7824 8204 ;; 7825 8205 esac 7826 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&57827 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; }8206 { $as_echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 8207 $as_echo_n "checking for sys/ioctl.h... " >&6; } 7828 8208 if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 7829 echo $ECHO_N "(cached) $ECHO_C" >&68209 $as_echo_n "(cached) " >&6 7830 8210 else 7831 8211 ac_cv_header_sys_ioctl_h=$ac_header_preproc 7832 8212 fi 7833 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&57834 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; }8213 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 8214 $as_echo "$ac_cv_header_sys_ioctl_h" >&6; } 7835 8215 7836 8216 fi … … 7844 8224 7845 8225 if test "${ac_cv_header_sys_select_h+set}" = set; then 7846 { echo "$as_me:$LINENO: checking for sys/select.h" >&57847 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }8226 { $as_echo "$as_me:$LINENO: checking for sys/select.h" >&5 8227 $as_echo_n "checking for sys/select.h... " >&6; } 7848 8228 if test "${ac_cv_header_sys_select_h+set}" = set; then 7849 echo $ECHO_N "(cached) $ECHO_C" >&67850 fi 7851 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57852 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }8229 $as_echo_n "(cached) " >&6 8230 fi 8231 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 8232 $as_echo "$ac_cv_header_sys_select_h" >&6; } 7853 8233 else 7854 8234 # Is the header compilable? 7855 { echo "$as_me:$LINENO: checking sys/select.h usability" >&57856 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; }8235 { $as_echo "$as_me:$LINENO: checking sys/select.h usability" >&5 8236 $as_echo_n "checking sys/select.h usability... " >&6; } 7857 8237 cat >conftest.$ac_ext <<_ACEOF 7858 8238 /* confdefs.h. */ … … 7870 8250 *) ac_try_echo=$ac_try;; 7871 8251 esac 7872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8253 $as_echo "$ac_try_echo") >&5 7873 8254 (eval "$ac_compile") 2>conftest.er1 7874 8255 ac_status=$? … … 7876 8257 rm -f conftest.er1 7877 8258 cat conftest.err >&5 7878 echo "$as_me:$LINENO: \$? = $ac_status" >&58259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7879 8260 (exit $ac_status); } && { 7880 8261 test -z "$ac_c_werror_flag" || … … 7883 8264 ac_header_compiler=yes 7884 8265 else 7885 echo "$as_me: failed program was:" >&58266 $as_echo "$as_me: failed program was:" >&5 7886 8267 sed 's/^/| /' conftest.$ac_ext >&5 7887 8268 … … 7890 8271 7891 8272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7892 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&57893 echo "${ECHO_T}$ac_header_compiler" >&6; }8273 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8274 $as_echo "$ac_header_compiler" >&6; } 7894 8275 7895 8276 # Is the header present? 7896 { echo "$as_me:$LINENO: checking sys/select.h presence" >&57897 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; }8277 { $as_echo "$as_me:$LINENO: checking sys/select.h presence" >&5 8278 $as_echo_n "checking sys/select.h presence... " >&6; } 7898 8279 cat >conftest.$ac_ext <<_ACEOF 7899 8280 /* confdefs.h. */ … … 7909 8290 *) ac_try_echo=$ac_try;; 7910 8291 esac 7911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8293 $as_echo "$ac_try_echo") >&5 7912 8294 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7913 8295 ac_status=$? … … 7915 8297 rm -f conftest.er1 7916 8298 cat conftest.err >&5 7917 echo "$as_me:$LINENO: \$? = $ac_status" >&58299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7918 8300 (exit $ac_status); } >/dev/null && { 7919 8301 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7922 8304 ac_header_preproc=yes 7923 8305 else 7924 echo "$as_me: failed program was:" >&58306 $as_echo "$as_me: failed program was:" >&5 7925 8307 sed 's/^/| /' conftest.$ac_ext >&5 7926 8308 … … 7929 8311 7930 8312 rm -f conftest.err conftest.$ac_ext 7931 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&57932 echo "${ECHO_T}$ac_header_preproc" >&6; }8313 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8314 $as_echo "$ac_header_preproc" >&6; } 7933 8315 7934 8316 # So? What about this header? 7935 8317 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7936 8318 yes:no: ) 7937 { echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&57938 echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;}7939 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&57940 echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;}8319 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5 8320 $as_echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8321 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&5 8322 $as_echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;} 7941 8323 ac_header_preproc=yes 7942 8324 ;; 7943 8325 no:yes:* ) 7944 { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&57945 echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;}7946 { echo "$as_me:$LINENO: WARNING: sys/select.h: check for missing prerequisite headers?" >&57947 echo "$as_me: WARNING: sys/select.h: check for missing prerequisite headers?" >&2;}7948 { echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&57949 echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;}7950 { echo "$as_me:$LINENO: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&57951 echo "$as_me: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&2;}7952 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&57953 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;}7954 { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&57955 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;}8326 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 8327 $as_echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;} 8328 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: check for missing prerequisite headers?" >&5 8329 $as_echo "$as_me: WARNING: sys/select.h: check for missing prerequisite headers?" >&2;} 8330 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&5 8331 $as_echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;} 8332 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&5 8333 $as_echo "$as_me: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&2;} 8334 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 8335 $as_echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 8336 { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 8337 $as_echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 7956 8338 7957 8339 ;; 7958 8340 esac 7959 { echo "$as_me:$LINENO: checking for sys/select.h" >&57960 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }8341 { $as_echo "$as_me:$LINENO: checking for sys/select.h" >&5 8342 $as_echo_n "checking for sys/select.h... " >&6; } 7961 8343 if test "${ac_cv_header_sys_select_h+set}" = set; then 7962 echo $ECHO_N "(cached) $ECHO_C" >&68344 $as_echo_n "(cached) " >&6 7963 8345 else 7964 8346 ac_cv_header_sys_select_h=$ac_header_preproc 7965 8347 fi 7966 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&57967 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }8348 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 8349 $as_echo "$ac_cv_header_sys_select_h" >&6; } 7968 8350 7969 8351 fi … … 7977 8359 7978 8360 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7979 { echo "$as_me:$LINENO: checking for sys/socket.h" >&57980 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; }8361 { $as_echo "$as_me:$LINENO: checking for sys/socket.h" >&5 8362 $as_echo_n "checking for sys/socket.h... " >&6; } 7981 8363 if test "${ac_cv_header_sys_socket_h+set}" = set; then 7982 echo $ECHO_N "(cached) $ECHO_C" >&67983 fi 7984 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&57985 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; }8364 $as_echo_n "(cached) " >&6 8365 fi 8366 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 8367 $as_echo "$ac_cv_header_sys_socket_h" >&6; } 7986 8368 else 7987 8369 # Is the header compilable? 7988 { echo "$as_me:$LINENO: checking sys/socket.h usability" >&57989 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6; }8370 { $as_echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 8371 $as_echo_n "checking sys/socket.h usability... " >&6; } 7990 8372 cat >conftest.$ac_ext <<_ACEOF 7991 8373 /* confdefs.h. */ … … 8003 8385 *) ac_try_echo=$ac_try;; 8004 8386 esac 8005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8388 $as_echo "$ac_try_echo") >&5 8006 8389 (eval "$ac_compile") 2>conftest.er1 8007 8390 ac_status=$? … … 8009 8392 rm -f conftest.er1 8010 8393 cat conftest.err >&5 8011 echo "$as_me:$LINENO: \$? = $ac_status" >&58394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8012 8395 (exit $ac_status); } && { 8013 8396 test -z "$ac_c_werror_flag" || … … 8016 8399 ac_header_compiler=yes 8017 8400 else 8018 echo "$as_me: failed program was:" >&58401 $as_echo "$as_me: failed program was:" >&5 8019 8402 sed 's/^/| /' conftest.$ac_ext >&5 8020 8403 … … 8023 8406 8024 8407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8025 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58026 echo "${ECHO_T}$ac_header_compiler" >&6; }8408 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8409 $as_echo "$ac_header_compiler" >&6; } 8027 8410 8028 8411 # Is the header present? 8029 { echo "$as_me:$LINENO: checking sys/socket.h presence" >&58030 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6; }8412 { $as_echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 8413 $as_echo_n "checking sys/socket.h presence... " >&6; } 8031 8414 cat >conftest.$ac_ext <<_ACEOF 8032 8415 /* confdefs.h. */ … … 8042 8425 *) ac_try_echo=$ac_try;; 8043 8426 esac 8044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8428 $as_echo "$ac_try_echo") >&5 8045 8429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8046 8430 ac_status=$? … … 8048 8432 rm -f conftest.er1 8049 8433 cat conftest.err >&5 8050 echo "$as_me:$LINENO: \$? = $ac_status" >&58434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8051 8435 (exit $ac_status); } >/dev/null && { 8052 8436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8055 8439 ac_header_preproc=yes 8056 8440 else 8057 echo "$as_me: failed program was:" >&58441 $as_echo "$as_me: failed program was:" >&5 8058 8442 sed 's/^/| /' conftest.$ac_ext >&5 8059 8443 … … 8062 8446 8063 8447 rm -f conftest.err conftest.$ac_ext 8064 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58065 echo "${ECHO_T}$ac_header_preproc" >&6; }8448 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8449 $as_echo "$ac_header_preproc" >&6; } 8066 8450 8067 8451 # So? What about this header? 8068 8452 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8069 8453 yes:no: ) 8070 { echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&58071 echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8072 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&58073 echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;}8454 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 8455 $as_echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8456 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&5 8457 $as_echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;} 8074 8458 ac_header_preproc=yes 8075 8459 ;; 8076 8460 no:yes:* ) 8077 { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&58078 echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;}8079 { echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&58080 echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;}8081 { echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&58082 echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;}8083 { echo "$as_me:$LINENO: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&58084 echo "$as_me: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&2;}8085 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&58086 echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;}8087 { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&58088 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;}8461 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 8462 $as_echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;} 8463 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&5 8464 $as_echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;} 8465 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&5 8466 $as_echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;} 8467 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&5 8468 $as_echo "$as_me: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&2;} 8469 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 8470 $as_echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 8471 { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 8472 $as_echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 8089 8473 8090 8474 ;; 8091 8475 esac 8092 { echo "$as_me:$LINENO: checking for sys/socket.h" >&58093 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; }8476 { $as_echo "$as_me:$LINENO: checking for sys/socket.h" >&5 8477 $as_echo_n "checking for sys/socket.h... " >&6; } 8094 8478 if test "${ac_cv_header_sys_socket_h+set}" = set; then 8095 echo $ECHO_N "(cached) $ECHO_C" >&68479 $as_echo_n "(cached) " >&6 8096 8480 else 8097 8481 ac_cv_header_sys_socket_h=$ac_header_preproc 8098 8482 fi 8099 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&58100 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; }8483 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 8484 $as_echo "$ac_cv_header_sys_socket_h" >&6; } 8101 8485 8102 8486 fi … … 8110 8494 8111 8495 if test "${ac_cv_header_sys_time_h+set}" = set; then 8112 { echo "$as_me:$LINENO: checking for sys/time.h" >&58113 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; }8496 { $as_echo "$as_me:$LINENO: checking for sys/time.h" >&5 8497 $as_echo_n "checking for sys/time.h... " >&6; } 8114 8498 if test "${ac_cv_header_sys_time_h+set}" = set; then 8115 echo $ECHO_N "(cached) $ECHO_C" >&68116 fi 8117 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&58118 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; }8499 $as_echo_n "(cached) " >&6 8500 fi 8501 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 8502 $as_echo "$ac_cv_header_sys_time_h" >&6; } 8119 8503 else 8120 8504 # Is the header compilable? 8121 { echo "$as_me:$LINENO: checking sys/time.h usability" >&58122 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6; }8505 { $as_echo "$as_me:$LINENO: checking sys/time.h usability" >&5 8506 $as_echo_n "checking sys/time.h usability... " >&6; } 8123 8507 cat >conftest.$ac_ext <<_ACEOF 8124 8508 /* confdefs.h. */ … … 8136 8520 *) ac_try_echo=$ac_try;; 8137 8521 esac 8138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8523 $as_echo "$ac_try_echo") >&5 8139 8524 (eval "$ac_compile") 2>conftest.er1 8140 8525 ac_status=$? … … 8142 8527 rm -f conftest.er1 8143 8528 cat conftest.err >&5 8144 echo "$as_me:$LINENO: \$? = $ac_status" >&58529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8145 8530 (exit $ac_status); } && { 8146 8531 test -z "$ac_c_werror_flag" || … … 8149 8534 ac_header_compiler=yes 8150 8535 else 8151 echo "$as_me: failed program was:" >&58536 $as_echo "$as_me: failed program was:" >&5 8152 8537 sed 's/^/| /' conftest.$ac_ext >&5 8153 8538 … … 8156 8541 8157 8542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8158 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58159 echo "${ECHO_T}$ac_header_compiler" >&6; }8543 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8544 $as_echo "$ac_header_compiler" >&6; } 8160 8545 8161 8546 # Is the header present? 8162 { echo "$as_me:$LINENO: checking sys/time.h presence" >&58163 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6; }8547 { $as_echo "$as_me:$LINENO: checking sys/time.h presence" >&5 8548 $as_echo_n "checking sys/time.h presence... " >&6; } 8164 8549 cat >conftest.$ac_ext <<_ACEOF 8165 8550 /* confdefs.h. */ … … 8175 8560 *) ac_try_echo=$ac_try;; 8176 8561 esac 8177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8563 $as_echo "$ac_try_echo") >&5 8178 8564 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8179 8565 ac_status=$? … … 8181 8567 rm -f conftest.er1 8182 8568 cat conftest.err >&5 8183 echo "$as_me:$LINENO: \$? = $ac_status" >&58569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8184 8570 (exit $ac_status); } >/dev/null && { 8185 8571 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8188 8574 ac_header_preproc=yes 8189 8575 else 8190 echo "$as_me: failed program was:" >&58576 $as_echo "$as_me: failed program was:" >&5 8191 8577 sed 's/^/| /' conftest.$ac_ext >&5 8192 8578 … … 8195 8581 8196 8582 rm -f conftest.err conftest.$ac_ext 8197 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58198 echo "${ECHO_T}$ac_header_preproc" >&6; }8583 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8584 $as_echo "$ac_header_preproc" >&6; } 8199 8585 8200 8586 # So? What about this header? 8201 8587 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8202 8588 yes:no: ) 8203 { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&58204 echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8205 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&58206 echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;}8589 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5 8590 $as_echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8591 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&5 8592 $as_echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;} 8207 8593 ac_header_preproc=yes 8208 8594 ;; 8209 8595 no:yes:* ) 8210 { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&58211 echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;}8212 { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&58213 echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;}8214 { echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&58215 echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;}8216 { echo "$as_me:$LINENO: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&58217 echo "$as_me: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&2;}8218 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&58219 echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;}8220 { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&58221 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;}8596 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 8597 $as_echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;} 8598 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5 8599 $as_echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;} 8600 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&5 8601 $as_echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;} 8602 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&5 8603 $as_echo "$as_me: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&2;} 8604 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 8605 $as_echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 8606 { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 8607 $as_echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 8222 8608 8223 8609 ;; 8224 8610 esac 8225 { echo "$as_me:$LINENO: checking for sys/time.h" >&58226 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; }8611 { $as_echo "$as_me:$LINENO: checking for sys/time.h" >&5 8612 $as_echo_n "checking for sys/time.h... " >&6; } 8227 8613 if test "${ac_cv_header_sys_time_h+set}" = set; then 8228 echo $ECHO_N "(cached) $ECHO_C" >&68614 $as_echo_n "(cached) " >&6 8229 8615 else 8230 8616 ac_cv_header_sys_time_h=$ac_header_preproc 8231 8617 fi 8232 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&58233 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; }8618 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 8619 $as_echo "$ac_cv_header_sys_time_h" >&6; } 8234 8620 8235 8621 fi … … 8243 8629 8244 8630 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 8245 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&58246 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; }8631 { $as_echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8632 $as_echo_n "checking for sys/timeb.h... " >&6; } 8247 8633 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 8248 echo $ECHO_N "(cached) $ECHO_C" >&68249 fi 8250 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&58251 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; }8634 $as_echo_n "(cached) " >&6 8635 fi 8636 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8637 $as_echo "$ac_cv_header_sys_timeb_h" >&6; } 8252 8638 else 8253 8639 # Is the header compilable? 8254 { echo "$as_me:$LINENO: checking sys/timeb.h usability" >&58255 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6; }8640 { $as_echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 8641 $as_echo_n "checking sys/timeb.h usability... " >&6; } 8256 8642 cat >conftest.$ac_ext <<_ACEOF 8257 8643 /* confdefs.h. */ … … 8269 8655 *) ac_try_echo=$ac_try;; 8270 8656 esac 8271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8658 $as_echo "$ac_try_echo") >&5 8272 8659 (eval "$ac_compile") 2>conftest.er1 8273 8660 ac_status=$? … … 8275 8662 rm -f conftest.er1 8276 8663 cat conftest.err >&5 8277 echo "$as_me:$LINENO: \$? = $ac_status" >&58664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8278 8665 (exit $ac_status); } && { 8279 8666 test -z "$ac_c_werror_flag" || … … 8282 8669 ac_header_compiler=yes 8283 8670 else 8284 echo "$as_me: failed program was:" >&58671 $as_echo "$as_me: failed program was:" >&5 8285 8672 sed 's/^/| /' conftest.$ac_ext >&5 8286 8673 … … 8289 8676 8290 8677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8291 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58292 echo "${ECHO_T}$ac_header_compiler" >&6; }8678 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8679 $as_echo "$ac_header_compiler" >&6; } 8293 8680 8294 8681 # Is the header present? 8295 { echo "$as_me:$LINENO: checking sys/timeb.h presence" >&58296 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6; }8682 { $as_echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 8683 $as_echo_n "checking sys/timeb.h presence... " >&6; } 8297 8684 cat >conftest.$ac_ext <<_ACEOF 8298 8685 /* confdefs.h. */ … … 8308 8695 *) ac_try_echo=$ac_try;; 8309 8696 esac 8310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8698 $as_echo "$ac_try_echo") >&5 8311 8699 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8312 8700 ac_status=$? … … 8314 8702 rm -f conftest.er1 8315 8703 cat conftest.err >&5 8316 echo "$as_me:$LINENO: \$? = $ac_status" >&58704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8317 8705 (exit $ac_status); } >/dev/null && { 8318 8706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8321 8709 ac_header_preproc=yes 8322 8710 else 8323 echo "$as_me: failed program was:" >&58711 $as_echo "$as_me: failed program was:" >&5 8324 8712 sed 's/^/| /' conftest.$ac_ext >&5 8325 8713 … … 8328 8716 8329 8717 rm -f conftest.err conftest.$ac_ext 8330 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58331 echo "${ECHO_T}$ac_header_preproc" >&6; }8718 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8719 $as_echo "$ac_header_preproc" >&6; } 8332 8720 8333 8721 # So? What about this header? 8334 8722 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8335 8723 yes:no: ) 8336 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&58337 echo "$as_me: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8338 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the compiler's result" >&58339 echo "$as_me: WARNING: sys/timeb.h: proceeding with the compiler's result" >&2;}8724 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&5 8725 $as_echo "$as_me: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8726 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the compiler's result" >&5 8727 $as_echo "$as_me: WARNING: sys/timeb.h: proceeding with the compiler's result" >&2;} 8340 8728 ac_header_preproc=yes 8341 8729 ;; 8342 8730 no:yes:* ) 8343 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&58344 echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;}8345 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&58346 echo "$as_me: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&2;}8347 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: see the Autoconf documentation" >&58348 echo "$as_me: WARNING: sys/timeb.h: see the Autoconf documentation" >&2;}8349 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&58350 echo "$as_me: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&2;}8351 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&58352 echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;}8353 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&58354 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;}8731 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 8732 $as_echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;} 8733 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&5 8734 $as_echo "$as_me: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&2;} 8735 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: see the Autoconf documentation" >&5 8736 $as_echo "$as_me: WARNING: sys/timeb.h: see the Autoconf documentation" >&2;} 8737 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&5 8738 $as_echo "$as_me: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&2;} 8739 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 8740 $as_echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 8741 { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 8742 $as_echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 8355 8743 8356 8744 ;; 8357 8745 esac 8358 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&58359 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; }8746 { $as_echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 8747 $as_echo_n "checking for sys/timeb.h... " >&6; } 8360 8748 if test "${ac_cv_header_sys_timeb_h+set}" = set; then 8361 echo $ECHO_N "(cached) $ECHO_C" >&68749 $as_echo_n "(cached) " >&6 8362 8750 else 8363 8751 ac_cv_header_sys_timeb_h=$ac_header_preproc 8364 8752 fi 8365 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&58366 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; }8753 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 8754 $as_echo "$ac_cv_header_sys_timeb_h" >&6; } 8367 8755 8368 8756 fi … … 8376 8764 8377 8765 if test "${ac_cv_header_sys_types_h+set}" = set; then 8378 { echo "$as_me:$LINENO: checking for sys/types.h" >&58379 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; }8766 { $as_echo "$as_me:$LINENO: checking for sys/types.h" >&5 8767 $as_echo_n "checking for sys/types.h... " >&6; } 8380 8768 if test "${ac_cv_header_sys_types_h+set}" = set; then 8381 echo $ECHO_N "(cached) $ECHO_C" >&68382 fi 8383 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&58384 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; }8769 $as_echo_n "(cached) " >&6 8770 fi 8771 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8772 $as_echo "$ac_cv_header_sys_types_h" >&6; } 8385 8773 else 8386 8774 # Is the header compilable? 8387 { echo "$as_me:$LINENO: checking sys/types.h usability" >&58388 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6; }8775 { $as_echo "$as_me:$LINENO: checking sys/types.h usability" >&5 8776 $as_echo_n "checking sys/types.h usability... " >&6; } 8389 8777 cat >conftest.$ac_ext <<_ACEOF 8390 8778 /* confdefs.h. */ … … 8402 8790 *) ac_try_echo=$ac_try;; 8403 8791 esac 8404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8793 $as_echo "$ac_try_echo") >&5 8405 8794 (eval "$ac_compile") 2>conftest.er1 8406 8795 ac_status=$? … … 8408 8797 rm -f conftest.er1 8409 8798 cat conftest.err >&5 8410 echo "$as_me:$LINENO: \$? = $ac_status" >&58799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8411 8800 (exit $ac_status); } && { 8412 8801 test -z "$ac_c_werror_flag" || … … 8415 8804 ac_header_compiler=yes 8416 8805 else 8417 echo "$as_me: failed program was:" >&58806 $as_echo "$as_me: failed program was:" >&5 8418 8807 sed 's/^/| /' conftest.$ac_ext >&5 8419 8808 … … 8422 8811 8423 8812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8424 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58425 echo "${ECHO_T}$ac_header_compiler" >&6; }8813 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8814 $as_echo "$ac_header_compiler" >&6; } 8426 8815 8427 8816 # Is the header present? 8428 { echo "$as_me:$LINENO: checking sys/types.h presence" >&58429 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6; }8817 { $as_echo "$as_me:$LINENO: checking sys/types.h presence" >&5 8818 $as_echo_n "checking sys/types.h presence... " >&6; } 8430 8819 cat >conftest.$ac_ext <<_ACEOF 8431 8820 /* confdefs.h. */ … … 8441 8830 *) ac_try_echo=$ac_try;; 8442 8831 esac 8443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8833 $as_echo "$ac_try_echo") >&5 8444 8834 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8445 8835 ac_status=$? … … 8447 8837 rm -f conftest.er1 8448 8838 cat conftest.err >&5 8449 echo "$as_me:$LINENO: \$? = $ac_status" >&58839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8450 8840 (exit $ac_status); } >/dev/null && { 8451 8841 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8454 8844 ac_header_preproc=yes 8455 8845 else 8456 echo "$as_me: failed program was:" >&58846 $as_echo "$as_me: failed program was:" >&5 8457 8847 sed 's/^/| /' conftest.$ac_ext >&5 8458 8848 … … 8461 8851 8462 8852 rm -f conftest.err conftest.$ac_ext 8463 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58464 echo "${ECHO_T}$ac_header_preproc" >&6; }8853 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8854 $as_echo "$ac_header_preproc" >&6; } 8465 8855 8466 8856 # So? What about this header? 8467 8857 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8468 8858 yes:no: ) 8469 { echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&58470 echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8471 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&58472 echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;}8859 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5 8860 $as_echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8861 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&5 8862 $as_echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;} 8473 8863 ac_header_preproc=yes 8474 8864 ;; 8475 8865 no:yes:* ) 8476 { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&58477 echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;}8478 { echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&58479 echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;}8480 { echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&58481 echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;}8482 { echo "$as_me:$LINENO: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&58483 echo "$as_me: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&2;}8484 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&58485 echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;}8486 { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&58487 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}8866 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 8867 $as_echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;} 8868 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&5 8869 $as_echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;} 8870 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&5 8871 $as_echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;} 8872 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&5 8873 $as_echo "$as_me: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&2;} 8874 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 8875 $as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 8876 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 8877 $as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 8488 8878 8489 8879 ;; 8490 8880 esac 8491 { echo "$as_me:$LINENO: checking for sys/types.h" >&58492 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; }8881 { $as_echo "$as_me:$LINENO: checking for sys/types.h" >&5 8882 $as_echo_n "checking for sys/types.h... " >&6; } 8493 8883 if test "${ac_cv_header_sys_types_h+set}" = set; then 8494 echo $ECHO_N "(cached) $ECHO_C" >&68884 $as_echo_n "(cached) " >&6 8495 8885 else 8496 8886 ac_cv_header_sys_types_h=$ac_header_preproc 8497 8887 fi 8498 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&58499 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; }8888 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 8889 $as_echo "$ac_cv_header_sys_types_h" >&6; } 8500 8890 8501 8891 fi … … 8509 8899 8510 8900 if test "${ac_cv_header_time_h+set}" = set; then 8511 { echo "$as_me:$LINENO: checking for time.h" >&58512 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; }8901 { $as_echo "$as_me:$LINENO: checking for time.h" >&5 8902 $as_echo_n "checking for time.h... " >&6; } 8513 8903 if test "${ac_cv_header_time_h+set}" = set; then 8514 echo $ECHO_N "(cached) $ECHO_C" >&68515 fi 8516 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58517 echo "${ECHO_T}$ac_cv_header_time_h" >&6; }8904 $as_echo_n "(cached) " >&6 8905 fi 8906 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 8907 $as_echo "$ac_cv_header_time_h" >&6; } 8518 8908 else 8519 8909 # Is the header compilable? 8520 { echo "$as_me:$LINENO: checking time.h usability" >&58521 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6; }8910 { $as_echo "$as_me:$LINENO: checking time.h usability" >&5 8911 $as_echo_n "checking time.h usability... " >&6; } 8522 8912 cat >conftest.$ac_ext <<_ACEOF 8523 8913 /* confdefs.h. */ … … 8535 8925 *) ac_try_echo=$ac_try;; 8536 8926 esac 8537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8928 $as_echo "$ac_try_echo") >&5 8538 8929 (eval "$ac_compile") 2>conftest.er1 8539 8930 ac_status=$? … … 8541 8932 rm -f conftest.er1 8542 8933 cat conftest.err >&5 8543 echo "$as_me:$LINENO: \$? = $ac_status" >&58934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8544 8935 (exit $ac_status); } && { 8545 8936 test -z "$ac_c_werror_flag" || … … 8548 8939 ac_header_compiler=yes 8549 8940 else 8550 echo "$as_me: failed program was:" >&58941 $as_echo "$as_me: failed program was:" >&5 8551 8942 sed 's/^/| /' conftest.$ac_ext >&5 8552 8943 … … 8555 8946 8556 8947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8557 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58558 echo "${ECHO_T}$ac_header_compiler" >&6; }8948 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8949 $as_echo "$ac_header_compiler" >&6; } 8559 8950 8560 8951 # Is the header present? 8561 { echo "$as_me:$LINENO: checking time.h presence" >&58562 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6; }8952 { $as_echo "$as_me:$LINENO: checking time.h presence" >&5 8953 $as_echo_n "checking time.h presence... " >&6; } 8563 8954 cat >conftest.$ac_ext <<_ACEOF 8564 8955 /* confdefs.h. */ … … 8574 8965 *) ac_try_echo=$ac_try;; 8575 8966 esac 8576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8968 $as_echo "$ac_try_echo") >&5 8577 8969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8578 8970 ac_status=$? … … 8580 8972 rm -f conftest.er1 8581 8973 cat conftest.err >&5 8582 echo "$as_me:$LINENO: \$? = $ac_status" >&58974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8583 8975 (exit $ac_status); } >/dev/null && { 8584 8976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8587 8979 ac_header_preproc=yes 8588 8980 else 8589 echo "$as_me: failed program was:" >&58981 $as_echo "$as_me: failed program was:" >&5 8590 8982 sed 's/^/| /' conftest.$ac_ext >&5 8591 8983 … … 8594 8986 8595 8987 rm -f conftest.err conftest.$ac_ext 8596 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58597 echo "${ECHO_T}$ac_header_preproc" >&6; }8988 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8989 $as_echo "$ac_header_preproc" >&6; } 8598 8990 8599 8991 # So? What about this header? 8600 8992 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8601 8993 yes:no: ) 8602 { echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&58603 echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8604 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&58605 echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;}8994 { $as_echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5 8995 $as_echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8996 { $as_echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&5 8997 $as_echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;} 8606 8998 ac_header_preproc=yes 8607 8999 ;; 8608 9000 no:yes:* ) 8609 { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&58610 echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;}8611 { echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&58612 echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;}8613 { echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&58614 echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;}8615 { echo "$as_me:$LINENO: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&58616 echo "$as_me: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&2;}8617 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&58618 echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;}8619 { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&58620 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;}9001 { $as_echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 9002 $as_echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;} 9003 { $as_echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&5 9004 $as_echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;} 9005 { $as_echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&5 9006 $as_echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;} 9007 { $as_echo "$as_me:$LINENO: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&5 9008 $as_echo "$as_me: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&2;} 9009 { $as_echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 9010 $as_echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 9011 { $as_echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 9012 $as_echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 8621 9013 8622 9014 ;; 8623 9015 esac 8624 { echo "$as_me:$LINENO: checking for time.h" >&58625 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; }9016 { $as_echo "$as_me:$LINENO: checking for time.h" >&5 9017 $as_echo_n "checking for time.h... " >&6; } 8626 9018 if test "${ac_cv_header_time_h+set}" = set; then 8627 echo $ECHO_N "(cached) $ECHO_C" >&69019 $as_echo_n "(cached) " >&6 8628 9020 else 8629 9021 ac_cv_header_time_h=$ac_header_preproc 8630 9022 fi 8631 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&58632 echo "${ECHO_T}$ac_cv_header_time_h" >&6; }9023 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 9024 $as_echo "$ac_cv_header_time_h" >&6; } 8633 9025 8634 9026 fi … … 8642 9034 8643 9035 if test "${ac_cv_header_unistd_h+set}" = set; then 8644 { echo "$as_me:$LINENO: checking for unistd.h" >&58645 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; }9036 { $as_echo "$as_me:$LINENO: checking for unistd.h" >&5 9037 $as_echo_n "checking for unistd.h... " >&6; } 8646 9038 if test "${ac_cv_header_unistd_h+set}" = set; then 8647 echo $ECHO_N "(cached) $ECHO_C" >&68648 fi 8649 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58650 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; }9039 $as_echo_n "(cached) " >&6 9040 fi 9041 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 9042 $as_echo "$ac_cv_header_unistd_h" >&6; } 8651 9043 else 8652 9044 # Is the header compilable? 8653 { echo "$as_me:$LINENO: checking unistd.h usability" >&58654 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6; }9045 { $as_echo "$as_me:$LINENO: checking unistd.h usability" >&5 9046 $as_echo_n "checking unistd.h usability... " >&6; } 8655 9047 cat >conftest.$ac_ext <<_ACEOF 8656 9048 /* confdefs.h. */ … … 8668 9060 *) ac_try_echo=$ac_try;; 8669 9061 esac 8670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9063 $as_echo "$ac_try_echo") >&5 8671 9064 (eval "$ac_compile") 2>conftest.er1 8672 9065 ac_status=$? … … 8674 9067 rm -f conftest.er1 8675 9068 cat conftest.err >&5 8676 echo "$as_me:$LINENO: \$? = $ac_status" >&59069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8677 9070 (exit $ac_status); } && { 8678 9071 test -z "$ac_c_werror_flag" || … … 8681 9074 ac_header_compiler=yes 8682 9075 else 8683 echo "$as_me: failed program was:" >&59076 $as_echo "$as_me: failed program was:" >&5 8684 9077 sed 's/^/| /' conftest.$ac_ext >&5 8685 9078 … … 8688 9081 8689 9082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8690 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58691 echo "${ECHO_T}$ac_header_compiler" >&6; }9083 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9084 $as_echo "$ac_header_compiler" >&6; } 8692 9085 8693 9086 # Is the header present? 8694 { echo "$as_me:$LINENO: checking unistd.h presence" >&58695 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6; }9087 { $as_echo "$as_me:$LINENO: checking unistd.h presence" >&5 9088 $as_echo_n "checking unistd.h presence... " >&6; } 8696 9089 cat >conftest.$ac_ext <<_ACEOF 8697 9090 /* confdefs.h. */ … … 8707 9100 *) ac_try_echo=$ac_try;; 8708 9101 esac 8709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9103 $as_echo "$ac_try_echo") >&5 8710 9104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8711 9105 ac_status=$? … … 8713 9107 rm -f conftest.er1 8714 9108 cat conftest.err >&5 8715 echo "$as_me:$LINENO: \$? = $ac_status" >&59109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8716 9110 (exit $ac_status); } >/dev/null && { 8717 9111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8720 9114 ac_header_preproc=yes 8721 9115 else 8722 echo "$as_me: failed program was:" >&59116 $as_echo "$as_me: failed program was:" >&5 8723 9117 sed 's/^/| /' conftest.$ac_ext >&5 8724 9118 … … 8727 9121 8728 9122 rm -f conftest.err conftest.$ac_ext 8729 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58730 echo "${ECHO_T}$ac_header_preproc" >&6; }9123 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9124 $as_echo "$ac_header_preproc" >&6; } 8731 9125 8732 9126 # So? What about this header? 8733 9127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8734 9128 yes:no: ) 8735 { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&58736 echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8737 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&58738 echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;}9129 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5 9130 $as_echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9131 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&5 9132 $as_echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;} 8739 9133 ac_header_preproc=yes 8740 9134 ;; 8741 9135 no:yes:* ) 8742 { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&58743 echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;}8744 { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&58745 echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;}8746 { echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&58747 echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;}8748 { echo "$as_me:$LINENO: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&58749 echo "$as_me: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&2;}8750 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&58751 echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;}8752 { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&58753 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;}9136 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 9137 $as_echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;} 9138 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5 9139 $as_echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;} 9140 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&5 9141 $as_echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;} 9142 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&5 9143 $as_echo "$as_me: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&2;} 9144 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 9145 $as_echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 9146 { $as_echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 9147 $as_echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 8754 9148 8755 9149 ;; 8756 9150 esac 8757 { echo "$as_me:$LINENO: checking for unistd.h" >&58758 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; }9151 { $as_echo "$as_me:$LINENO: checking for unistd.h" >&5 9152 $as_echo_n "checking for unistd.h... " >&6; } 8759 9153 if test "${ac_cv_header_unistd_h+set}" = set; then 8760 echo $ECHO_N "(cached) $ECHO_C" >&69154 $as_echo_n "(cached) " >&6 8761 9155 else 8762 9156 ac_cv_header_unistd_h=$ac_header_preproc 8763 9157 fi 8764 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&58765 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; }9158 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 9159 $as_echo "$ac_cv_header_unistd_h" >&6; } 8766 9160 8767 9161 fi … … 8775 9169 8776 9170 if test "${ac_cv_header_winsock_h+set}" = set; then 8777 { echo "$as_me:$LINENO: checking for winsock.h" >&58778 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; }9171 { $as_echo "$as_me:$LINENO: checking for winsock.h" >&5 9172 $as_echo_n "checking for winsock.h... " >&6; } 8779 9173 if test "${ac_cv_header_winsock_h+set}" = set; then 8780 echo $ECHO_N "(cached) $ECHO_C" >&68781 fi 8782 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58783 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; }9174 $as_echo_n "(cached) " >&6 9175 fi 9176 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 9177 $as_echo "$ac_cv_header_winsock_h" >&6; } 8784 9178 else 8785 9179 # Is the header compilable? 8786 { echo "$as_me:$LINENO: checking winsock.h usability" >&58787 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6; }9180 { $as_echo "$as_me:$LINENO: checking winsock.h usability" >&5 9181 $as_echo_n "checking winsock.h usability... " >&6; } 8788 9182 cat >conftest.$ac_ext <<_ACEOF 8789 9183 /* confdefs.h. */ … … 8801 9195 *) ac_try_echo=$ac_try;; 8802 9196 esac 8803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9198 $as_echo "$ac_try_echo") >&5 8804 9199 (eval "$ac_compile") 2>conftest.er1 8805 9200 ac_status=$? … … 8807 9202 rm -f conftest.er1 8808 9203 cat conftest.err >&5 8809 echo "$as_me:$LINENO: \$? = $ac_status" >&59204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8810 9205 (exit $ac_status); } && { 8811 9206 test -z "$ac_c_werror_flag" || … … 8814 9209 ac_header_compiler=yes 8815 9210 else 8816 echo "$as_me: failed program was:" >&59211 $as_echo "$as_me: failed program was:" >&5 8817 9212 sed 's/^/| /' conftest.$ac_ext >&5 8818 9213 … … 8821 9216 8822 9217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58824 echo "${ECHO_T}$ac_header_compiler" >&6; }9218 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9219 $as_echo "$ac_header_compiler" >&6; } 8825 9220 8826 9221 # Is the header present? 8827 { echo "$as_me:$LINENO: checking winsock.h presence" >&58828 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6; }9222 { $as_echo "$as_me:$LINENO: checking winsock.h presence" >&5 9223 $as_echo_n "checking winsock.h presence... " >&6; } 8829 9224 cat >conftest.$ac_ext <<_ACEOF 8830 9225 /* confdefs.h. */ … … 8840 9235 *) ac_try_echo=$ac_try;; 8841 9236 esac 8842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9238 $as_echo "$ac_try_echo") >&5 8843 9239 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8844 9240 ac_status=$? … … 8846 9242 rm -f conftest.er1 8847 9243 cat conftest.err >&5 8848 echo "$as_me:$LINENO: \$? = $ac_status" >&59244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8849 9245 (exit $ac_status); } >/dev/null && { 8850 9246 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8853 9249 ac_header_preproc=yes 8854 9250 else 8855 echo "$as_me: failed program was:" >&59251 $as_echo "$as_me: failed program was:" >&5 8856 9252 sed 's/^/| /' conftest.$ac_ext >&5 8857 9253 … … 8860 9256 8861 9257 rm -f conftest.err conftest.$ac_ext 8862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58863 echo "${ECHO_T}$ac_header_preproc" >&6; }9258 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9259 $as_echo "$ac_header_preproc" >&6; } 8864 9260 8865 9261 # So? What about this header? 8866 9262 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8867 9263 yes:no: ) 8868 { echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&58869 echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;}8870 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the compiler's result" >&58871 echo "$as_me: WARNING: winsock.h: proceeding with the compiler's result" >&2;}9264 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 9265 $as_echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9266 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the compiler's result" >&5 9267 $as_echo "$as_me: WARNING: winsock.h: proceeding with the compiler's result" >&2;} 8872 9268 ac_header_preproc=yes 8873 9269 ;; 8874 9270 no:yes:* ) 8875 { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&58876 echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;}8877 { echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&58878 echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;}8879 { echo "$as_me:$LINENO: WARNING: winsock.h: see the Autoconf documentation" >&58880 echo "$as_me: WARNING: winsock.h: see the Autoconf documentation" >&2;}8881 { echo "$as_me:$LINENO: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&58882 echo "$as_me: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&2;}8883 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&58884 echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;}8885 { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&58886 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;}9271 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 9272 $as_echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;} 9273 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&5 9274 $as_echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;} 9275 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: see the Autoconf documentation" >&5 9276 $as_echo "$as_me: WARNING: winsock.h: see the Autoconf documentation" >&2;} 9277 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&5 9278 $as_echo "$as_me: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&2;} 9279 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 9280 $as_echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 9281 { $as_echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 9282 $as_echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 8887 9283 8888 9284 ;; 8889 9285 esac 8890 { echo "$as_me:$LINENO: checking for winsock.h" >&58891 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; }9286 { $as_echo "$as_me:$LINENO: checking for winsock.h" >&5 9287 $as_echo_n "checking for winsock.h... " >&6; } 8892 9288 if test "${ac_cv_header_winsock_h+set}" = set; then 8893 echo $ECHO_N "(cached) $ECHO_C" >&69289 $as_echo_n "(cached) " >&6 8894 9290 else 8895 9291 ac_cv_header_winsock_h=$ac_header_preproc 8896 9292 fi 8897 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&58898 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; }9293 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 9294 $as_echo "$ac_cv_header_winsock_h" >&6; } 8899 9295 8900 9296 fi … … 8908 9304 8909 9305 if test "${ac_cv_header_winsock2_h+set}" = set; then 8910 { echo "$as_me:$LINENO: checking for winsock2.h" >&58911 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; }9306 { $as_echo "$as_me:$LINENO: checking for winsock2.h" >&5 9307 $as_echo_n "checking for winsock2.h... " >&6; } 8912 9308 if test "${ac_cv_header_winsock2_h+set}" = set; then 8913 echo $ECHO_N "(cached) $ECHO_C" >&68914 fi 8915 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&58916 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; }9309 $as_echo_n "(cached) " >&6 9310 fi 9311 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 9312 $as_echo "$ac_cv_header_winsock2_h" >&6; } 8917 9313 else 8918 9314 # Is the header compilable? 8919 { echo "$as_me:$LINENO: checking winsock2.h usability" >&58920 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6; }9315 { $as_echo "$as_me:$LINENO: checking winsock2.h usability" >&5 9316 $as_echo_n "checking winsock2.h usability... " >&6; } 8921 9317 cat >conftest.$ac_ext <<_ACEOF 8922 9318 /* confdefs.h. */ … … 8934 9330 *) ac_try_echo=$ac_try;; 8935 9331 esac 8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9333 $as_echo "$ac_try_echo") >&5 8937 9334 (eval "$ac_compile") 2>conftest.er1 8938 9335 ac_status=$? … … 8940 9337 rm -f conftest.er1 8941 9338 cat conftest.err >&5 8942 echo "$as_me:$LINENO: \$? = $ac_status" >&59339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8943 9340 (exit $ac_status); } && { 8944 9341 test -z "$ac_c_werror_flag" || … … 8947 9344 ac_header_compiler=yes 8948 9345 else 8949 echo "$as_me: failed program was:" >&59346 $as_echo "$as_me: failed program was:" >&5 8950 9347 sed 's/^/| /' conftest.$ac_ext >&5 8951 9348 … … 8954 9351 8955 9352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8956 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&58957 echo "${ECHO_T}$ac_header_compiler" >&6; }9353 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9354 $as_echo "$ac_header_compiler" >&6; } 8958 9355 8959 9356 # Is the header present? 8960 { echo "$as_me:$LINENO: checking winsock2.h presence" >&58961 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6; }9357 { $as_echo "$as_me:$LINENO: checking winsock2.h presence" >&5 9358 $as_echo_n "checking winsock2.h presence... " >&6; } 8962 9359 cat >conftest.$ac_ext <<_ACEOF 8963 9360 /* confdefs.h. */ … … 8973 9370 *) ac_try_echo=$ac_try;; 8974 9371 esac 8975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9373 $as_echo "$ac_try_echo") >&5 8976 9374 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8977 9375 ac_status=$? … … 8979 9377 rm -f conftest.er1 8980 9378 cat conftest.err >&5 8981 echo "$as_me:$LINENO: \$? = $ac_status" >&59379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8982 9380 (exit $ac_status); } >/dev/null && { 8983 9381 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 8986 9384 ac_header_preproc=yes 8987 9385 else 8988 echo "$as_me: failed program was:" >&59386 $as_echo "$as_me: failed program was:" >&5 8989 9387 sed 's/^/| /' conftest.$ac_ext >&5 8990 9388 … … 8993 9391 8994 9392 rm -f conftest.err conftest.$ac_ext 8995 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&58996 echo "${ECHO_T}$ac_header_preproc" >&6; }9393 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9394 $as_echo "$ac_header_preproc" >&6; } 8997 9395 8998 9396 # So? What about this header? 8999 9397 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9000 9398 yes:no: ) 9001 { echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&59002 echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;}9003 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&59004 echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;}9399 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5 9400 $as_echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9401 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&5 9402 $as_echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;} 9005 9403 ac_header_preproc=yes 9006 9404 ;; 9007 9405 no:yes:* ) 9008 { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&59009 echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;}9010 { echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&59011 echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;}9012 { echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&59013 echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;}9014 { echo "$as_me:$LINENO: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&59015 echo "$as_me: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&2;}9016 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&59017 echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;}9018 { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&59019 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;}9406 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 9407 $as_echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;} 9408 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&5 9409 $as_echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;} 9410 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&5 9411 $as_echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;} 9412 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&5 9413 $as_echo "$as_me: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&2;} 9414 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 9415 $as_echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 9416 { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 9417 $as_echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 9020 9418 9021 9419 ;; 9022 9420 esac 9023 { echo "$as_me:$LINENO: checking for winsock2.h" >&59024 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; }9421 { $as_echo "$as_me:$LINENO: checking for winsock2.h" >&5 9422 $as_echo_n "checking for winsock2.h... " >&6; } 9025 9423 if test "${ac_cv_header_winsock2_h+set}" = set; then 9026 echo $ECHO_N "(cached) $ECHO_C" >&69424 $as_echo_n "(cached) " >&6 9027 9425 else 9028 9426 ac_cv_header_winsock2_h=$ac_header_preproc 9029 9427 fi 9030 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&59031 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; }9428 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 9429 $as_echo "$ac_cv_header_winsock2_h" >&6; } 9032 9430 9033 9431 fi … … 9040 9438 9041 9439 9042 { echo "$as_me:$LINENO: checking for mswsock.h" >&59043 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6; }9440 { $as_echo "$as_me:$LINENO: checking for mswsock.h" >&5 9441 $as_echo_n "checking for mswsock.h... " >&6; } 9044 9442 if test "${ac_cv_header_mswsock_h+set}" = set; then 9045 echo $ECHO_N "(cached) $ECHO_C" >&69443 $as_echo_n "(cached) " >&6 9046 9444 else 9047 9445 cat >conftest.$ac_ext <<_ACEOF … … 9066 9464 *) ac_try_echo=$ac_try;; 9067 9465 esac 9068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9467 $as_echo "$ac_try_echo") >&5 9069 9468 (eval "$ac_compile") 2>conftest.er1 9070 9469 ac_status=$? … … 9072 9471 rm -f conftest.er1 9073 9472 cat conftest.err >&5 9074 echo "$as_me:$LINENO: \$? = $ac_status" >&59473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9075 9474 (exit $ac_status); } && { 9076 9475 test -z "$ac_c_werror_flag" || … … 9079 9478 ac_cv_header_mswsock_h=yes 9080 9479 else 9081 echo "$as_me: failed program was:" >&59480 $as_echo "$as_me: failed program was:" >&5 9082 9481 sed 's/^/| /' conftest.$ac_ext >&5 9083 9482 … … 9087 9486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9088 9487 fi 9089 { echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&59090 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6; }9488 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 9489 $as_echo "$ac_cv_header_mswsock_h" >&6; } 9091 9490 if test $ac_cv_header_mswsock_h = yes; then 9092 9491 cat >>confdefs.h <<\_ACEOF … … 9098 9497 9099 9498 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 9100 { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&59101 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; }9499 { $as_echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 9500 $as_echo_n "checking for ws2tcpip.h... " >&6; } 9102 9501 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 9103 echo $ECHO_N "(cached) $ECHO_C" >&69104 fi 9105 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&59106 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; }9502 $as_echo_n "(cached) " >&6 9503 fi 9504 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 9505 $as_echo "$ac_cv_header_ws2tcpip_h" >&6; } 9107 9506 else 9108 9507 # Is the header compilable? 9109 { echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&59110 echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6; }9508 { $as_echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 9509 $as_echo_n "checking ws2tcpip.h usability... " >&6; } 9111 9510 cat >conftest.$ac_ext <<_ACEOF 9112 9511 /* confdefs.h. */ … … 9124 9523 *) ac_try_echo=$ac_try;; 9125 9524 esac 9126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9526 $as_echo "$ac_try_echo") >&5 9127 9527 (eval "$ac_compile") 2>conftest.er1 9128 9528 ac_status=$? … … 9130 9530 rm -f conftest.er1 9131 9531 cat conftest.err >&5 9132 echo "$as_me:$LINENO: \$? = $ac_status" >&59532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9133 9533 (exit $ac_status); } && { 9134 9534 test -z "$ac_c_werror_flag" || … … 9137 9537 ac_header_compiler=yes 9138 9538 else 9139 echo "$as_me: failed program was:" >&59539 $as_echo "$as_me: failed program was:" >&5 9140 9540 sed 's/^/| /' conftest.$ac_ext >&5 9141 9541 … … 9144 9544 9145 9545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9146 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&59147 echo "${ECHO_T}$ac_header_compiler" >&6; }9546 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9547 $as_echo "$ac_header_compiler" >&6; } 9148 9548 9149 9549 # Is the header present? 9150 { echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&59151 echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6; }9550 { $as_echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 9551 $as_echo_n "checking ws2tcpip.h presence... " >&6; } 9152 9552 cat >conftest.$ac_ext <<_ACEOF 9153 9553 /* confdefs.h. */ … … 9163 9563 *) ac_try_echo=$ac_try;; 9164 9564 esac 9165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9566 $as_echo "$ac_try_echo") >&5 9166 9567 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9167 9568 ac_status=$? … … 9169 9570 rm -f conftest.er1 9170 9571 cat conftest.err >&5 9171 echo "$as_me:$LINENO: \$? = $ac_status" >&59572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9172 9573 (exit $ac_status); } >/dev/null && { 9173 9574 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 9176 9577 ac_header_preproc=yes 9177 9578 else 9178 echo "$as_me: failed program was:" >&59579 $as_echo "$as_me: failed program was:" >&5 9179 9580 sed 's/^/| /' conftest.$ac_ext >&5 9180 9581 … … 9183 9584 9184 9585 rm -f conftest.err conftest.$ac_ext 9185 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&59186 echo "${ECHO_T}$ac_header_preproc" >&6; }9586 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9587 $as_echo "$ac_header_preproc" >&6; } 9187 9588 9188 9589 # So? What about this header? 9189 9590 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9190 9591 yes:no: ) 9191 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&59192 echo "$as_me: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&2;}9193 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&59194 echo "$as_me: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&2;}9592 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&5 9593 $as_echo "$as_me: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9594 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&5 9595 $as_echo "$as_me: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&2;} 9195 9596 ac_header_preproc=yes 9196 9597 ;; 9197 9598 no:yes:* ) 9198 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: present but cannot be compiled" >&59199 echo "$as_me: WARNING: ws2tcpip.h: present but cannot be compiled" >&2;}9200 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: check for missing prerequisite headers?" >&59201 echo "$as_me: WARNING: ws2tcpip.h: check for missing prerequisite headers?" >&2;}9202 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: see the Autoconf documentation" >&59203 echo "$as_me: WARNING: ws2tcpip.h: see the Autoconf documentation" >&2;}9204 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: section \"Present But Cannot Be Compiled\"" >&59205 echo "$as_me: WARNING: ws2tcpip.h: section \"Present But Cannot Be Compiled\"" >&2;}9206 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&59207 echo "$as_me: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&2;}9208 { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&59209 echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;}9599 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: present but cannot be compiled" >&5 9600 $as_echo "$as_me: WARNING: ws2tcpip.h: present but cannot be compiled" >&2;} 9601 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: check for missing prerequisite headers?" >&5 9602 $as_echo "$as_me: WARNING: ws2tcpip.h: check for missing prerequisite headers?" >&2;} 9603 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: see the Autoconf documentation" >&5 9604 $as_echo "$as_me: WARNING: ws2tcpip.h: see the Autoconf documentation" >&2;} 9605 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: section \"Present But Cannot Be Compiled\"" >&5 9606 $as_echo "$as_me: WARNING: ws2tcpip.h: section \"Present But Cannot Be Compiled\"" >&2;} 9607 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&5 9608 $as_echo "$as_me: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&2;} 9609 { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&5 9610 $as_echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;} 9210 9611 9211 9612 ;; 9212 9613 esac 9213 { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&59214 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; }9614 { $as_echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 9615 $as_echo_n "checking for ws2tcpip.h... " >&6; } 9215 9616 if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 9216 echo $ECHO_N "(cached) $ECHO_C" >&69617 $as_echo_n "(cached) " >&6 9217 9618 else 9218 9619 ac_cv_header_ws2tcpip_h=$ac_header_preproc 9219 9620 fi 9220 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&59221 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; }9621 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 9622 $as_echo "$ac_cv_header_ws2tcpip_h" >&6; } 9222 9623 9223 9624 fi … … 9231 9632 9232 9633 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 9233 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&59234 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; }9634 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 9635 $as_echo_n "checking for uuid/uuid.h... " >&6; } 9235 9636 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 9236 echo $ECHO_N "(cached) $ECHO_C" >&69237 fi 9238 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&59239 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; }9637 $as_echo_n "(cached) " >&6 9638 fi 9639 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 9640 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; } 9240 9641 else 9241 9642 # Is the header compilable? 9242 { echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&59243 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6; }9643 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 9644 $as_echo_n "checking uuid/uuid.h usability... " >&6; } 9244 9645 cat >conftest.$ac_ext <<_ACEOF 9245 9646 /* confdefs.h. */ … … 9257 9658 *) ac_try_echo=$ac_try;; 9258 9659 esac 9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9661 $as_echo "$ac_try_echo") >&5 9260 9662 (eval "$ac_compile") 2>conftest.er1 9261 9663 ac_status=$? … … 9263 9665 rm -f conftest.er1 9264 9666 cat conftest.err >&5 9265 echo "$as_me:$LINENO: \$? = $ac_status" >&59667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9266 9668 (exit $ac_status); } && { 9267 9669 test -z "$ac_c_werror_flag" || … … 9270 9672 ac_header_compiler=yes 9271 9673 else 9272 echo "$as_me: failed program was:" >&59674 $as_echo "$as_me: failed program was:" >&5 9273 9675 sed 's/^/| /' conftest.$ac_ext >&5 9274 9676 … … 9277 9679 9278 9680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9279 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&59280 echo "${ECHO_T}$ac_header_compiler" >&6; }9681 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9682 $as_echo "$ac_header_compiler" >&6; } 9281 9683 9282 9684 # Is the header present? 9283 { echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&59284 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6; }9685 { $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 9686 $as_echo_n "checking uuid/uuid.h presence... " >&6; } 9285 9687 cat >conftest.$ac_ext <<_ACEOF 9286 9688 /* confdefs.h. */ … … 9296 9698 *) ac_try_echo=$ac_try;; 9297 9699 esac 9298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9701 $as_echo "$ac_try_echo") >&5 9299 9702 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9300 9703 ac_status=$? … … 9302 9705 rm -f conftest.er1 9303 9706 cat conftest.err >&5 9304 echo "$as_me:$LINENO: \$? = $ac_status" >&59707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9305 9708 (exit $ac_status); } >/dev/null && { 9306 9709 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 9309 9712 ac_header_preproc=yes 9310 9713 else 9311 echo "$as_me: failed program was:" >&59714 $as_echo "$as_me: failed program was:" >&5 9312 9715 sed 's/^/| /' conftest.$ac_ext >&5 9313 9716 … … 9316 9719 9317 9720 rm -f conftest.err conftest.$ac_ext 9318 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&59319 echo "${ECHO_T}$ac_header_preproc" >&6; }9721 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9722 $as_echo "$ac_header_preproc" >&6; } 9320 9723 9321 9724 # So? What about this header? 9322 9725 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9323 9726 yes:no: ) 9324 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&59325 echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;}9326 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&59327 echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;}9727 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5 9728 $as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9729 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5 9730 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;} 9328 9731 ac_header_preproc=yes 9329 9732 ;; 9330 9733 no:yes:* ) 9331 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&59332 echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;}9333 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&59334 echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;}9335 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&59336 echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;}9337 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&59338 echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;}9339 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&59340 echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;}9341 { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&59342 echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;}9734 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5 9735 $as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;} 9736 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&5 9737 $as_echo "$as_me: WARNING: uuid/uuid.h: check for missing prerequisite headers?" >&2;} 9738 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5 9739 $as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;} 9740 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&5 9741 $as_echo "$as_me: WARNING: uuid/uuid.h: section \"Present But Cannot Be Compiled\"" >&2;} 9742 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5 9743 $as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;} 9744 { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 9745 $as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 9343 9746 9344 9747 ;; 9345 9748 esac 9346 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&59347 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; }9749 { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 9750 $as_echo_n "checking for uuid/uuid.h... " >&6; } 9348 9751 if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 9349 echo $ECHO_N "(cached) $ECHO_C" >&69752 $as_echo_n "(cached) " >&6 9350 9753 else 9351 9754 ac_cv_header_uuid_uuid_h=$ac_header_preproc 9352 9755 fi 9353 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&59354 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; }9756 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 9757 $as_echo "$ac_cv_header_uuid_uuid_h" >&6; } 9355 9758 9356 9759 fi … … 9360 9763 9361 9764 9362 { echo "$as_me:$LINENO: checking for net/if.h" >&59363 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6; }9765 { $as_echo "$as_me:$LINENO: checking for net/if.h" >&5 9766 $as_echo_n "checking for net/if.h... " >&6; } 9364 9767 if test "${ac_cv_header_net_if_h+set}" = set; then 9365 echo $ECHO_N "(cached) $ECHO_C" >&69768 $as_echo_n "(cached) " >&6 9366 9769 else 9367 9770 cat >conftest.$ac_ext <<_ACEOF … … 9371 9774 cat >>conftest.$ac_ext <<_ACEOF 9372 9775 /* end confdefs.h. */ 9373 #if PJ_HAS_SYS_SOCKET_H 9776 #if PJ_HAS_SYS_TYPES_H 9777 # include <sys/types.h> 9778 #endif 9779 #if PJ_HAS_SYS_SOCKET_H 9780 9374 9781 # include <sys/socket.h> 9375 9782 #endif … … 9384 9791 *) ac_try_echo=$ac_try;; 9385 9792 esac 9386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9794 $as_echo "$ac_try_echo") >&5 9387 9795 (eval "$ac_compile") 2>conftest.er1 9388 9796 ac_status=$? … … 9390 9798 rm -f conftest.er1 9391 9799 cat conftest.err >&5 9392 echo "$as_me:$LINENO: \$? = $ac_status" >&59800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9393 9801 (exit $ac_status); } && { 9394 9802 test -z "$ac_c_werror_flag" || … … 9397 9805 ac_cv_header_net_if_h=yes 9398 9806 else 9399 echo "$as_me: failed program was:" >&59807 $as_echo "$as_me: failed program was:" >&5 9400 9808 sed 's/^/| /' conftest.$ac_ext >&5 9401 9809 … … 9405 9813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9406 9814 fi 9407 { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&59408 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6; }9815 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 9816 $as_echo "$ac_cv_header_net_if_h" >&6; } 9409 9817 if test $ac_cv_header_net_if_h = yes; then 9410 9818 cat >>confdefs.h <<\_ACEOF … … 9415 9823 9416 9824 9417 9418 { echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 9419 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6; } 9825 { $as_echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 9826 $as_echo "Setting PJ_OS_NAME to $target" >&6; } 9420 9827 cat >>confdefs.h <<_ACEOF 9421 9828 #define PJ_OS_NAME "$target" … … 9423 9830 9424 9831 9425 { echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&59426 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6; }9832 { $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 9833 $as_echo "Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 9427 9834 cat >>confdefs.h <<\_ACEOF 9428 9835 #define PJ_HAS_ERRNO_VAR 1 … … 9430 9837 9431 9838 9432 { echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&59433 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; }9839 { $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 9840 $as_echo "Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 9434 9841 cat >>confdefs.h <<\_ACEOF 9435 9842 #define PJ_HAS_HIGH_RES_TIMER 1 … … 9437 9844 9438 9845 9439 { echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&59440 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6; }9846 { $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 9847 $as_echo "Setting PJ_HAS_MALLOC to 1" >&6; } 9441 9848 cat >>confdefs.h <<\_ACEOF 9442 9849 #define PJ_HAS_MALLOC 1 … … 9444 9851 9445 9852 9446 { echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&59447 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; }9853 { $as_echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 9854 $as_echo "Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 9448 9855 cat >>confdefs.h <<\_ACEOF 9449 9856 #define PJ_NATIVE_STRING_IS_UNICODE 0 … … 9451 9858 9452 9859 9453 { echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&59454 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; }9860 { $as_echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 9861 $as_echo "Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 9455 9862 cat >>confdefs.h <<\_ACEOF 9456 9863 #define PJ_ATOMIC_VALUE_TYPE long … … 9458 9865 9459 9866 9460 { echo "$as_me:$LINENO: checking if inet_aton() is available" >&59461 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6; }9867 { $as_echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 9868 $as_echo_n "checking if inet_aton() is available... " >&6; } 9462 9869 cat >conftest.$ac_ext <<_ACEOF 9463 9870 /* confdefs.h. */ … … 9483 9890 *) ac_try_echo=$ac_try;; 9484 9891 esac 9485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9893 $as_echo "$ac_try_echo") >&5 9486 9894 (eval "$ac_compile") 2>conftest.er1 9487 9895 ac_status=$? … … 9489 9897 rm -f conftest.er1 9490 9898 cat conftest.err >&5 9491 echo "$as_me:$LINENO: \$? = $ac_status" >&59899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9492 9900 (exit $ac_status); } && { 9493 9901 test -z "$ac_c_werror_flag" || … … 9498 9906 _ACEOF 9499 9907 9500 { echo "$as_me:$LINENO: result: yes" >&59501 echo "${ECHO_T}yes" >&6; }9502 else 9503 echo "$as_me: failed program was:" >&59908 { $as_echo "$as_me:$LINENO: result: yes" >&5 9909 $as_echo "yes" >&6; } 9910 else 9911 $as_echo "$as_me: failed program was:" >&5 9504 9912 sed 's/^/| /' conftest.$ac_ext >&5 9505 9913 9506 { echo "$as_me:$LINENO: result: no" >&59507 echo "${ECHO_T}no" >&6; }9914 { $as_echo "$as_me:$LINENO: result: no" >&5 9915 $as_echo "no" >&6; } 9508 9916 fi 9509 9917 9510 9918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9511 9919 9512 { echo "$as_me:$LINENO: checking if inet_pton() is available" >&59513 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6; }9920 { $as_echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 9921 $as_echo_n "checking if inet_pton() is available... " >&6; } 9514 9922 cat >conftest.$ac_ext <<_ACEOF 9515 9923 /* confdefs.h. */ … … 9535 9943 *) ac_try_echo=$ac_try;; 9536 9944 esac 9537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9946 $as_echo "$ac_try_echo") >&5 9538 9947 (eval "$ac_compile") 2>conftest.er1 9539 9948 ac_status=$? … … 9541 9950 rm -f conftest.er1 9542 9951 cat conftest.err >&5 9543 echo "$as_me:$LINENO: \$? = $ac_status" >&59952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9544 9953 (exit $ac_status); } && { 9545 9954 test -z "$ac_c_werror_flag" || … … 9550 9959 _ACEOF 9551 9960 9552 { echo "$as_me:$LINENO: result: yes" >&59553 echo "${ECHO_T}yes" >&6; }9554 else 9555 echo "$as_me: failed program was:" >&59961 { $as_echo "$as_me:$LINENO: result: yes" >&5 9962 $as_echo "yes" >&6; } 9963 else 9964 $as_echo "$as_me: failed program was:" >&5 9556 9965 sed 's/^/| /' conftest.$ac_ext >&5 9557 9966 9558 { echo "$as_me:$LINENO: result: no" >&59559 echo "${ECHO_T}no" >&6; }9967 { $as_echo "$as_me:$LINENO: result: no" >&5 9968 $as_echo "no" >&6; } 9560 9969 fi 9561 9970 9562 9971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9563 9972 9564 { echo "$as_me:$LINENO: checking if inet_ntop() is available" >&59565 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6; }9973 { $as_echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 9974 $as_echo_n "checking if inet_ntop() is available... " >&6; } 9566 9975 cat >conftest.$ac_ext <<_ACEOF 9567 9976 /* confdefs.h. */ … … 9587 9996 *) ac_try_echo=$ac_try;; 9588 9997 esac 9589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9999 $as_echo "$ac_try_echo") >&5 9590 10000 (eval "$ac_compile") 2>conftest.er1 9591 10001 ac_status=$? … … 9593 10003 rm -f conftest.er1 9594 10004 cat conftest.err >&5 9595 echo "$as_me:$LINENO: \$? = $ac_status" >&510005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9596 10006 (exit $ac_status); } && { 9597 10007 test -z "$ac_c_werror_flag" || … … 9602 10012 _ACEOF 9603 10013 9604 { echo "$as_me:$LINENO: result: yes" >&59605 echo "${ECHO_T}yes" >&6; }9606 else 9607 echo "$as_me: failed program was:" >&510014 { $as_echo "$as_me:$LINENO: result: yes" >&5 10015 $as_echo "yes" >&6; } 10016 else 10017 $as_echo "$as_me: failed program was:" >&5 9608 10018 sed 's/^/| /' conftest.$ac_ext >&5 9609 10019 9610 { echo "$as_me:$LINENO: result: no" >&59611 echo "${ECHO_T}no" >&6; }10020 { $as_echo "$as_me:$LINENO: result: no" >&5 10021 $as_echo "no" >&6; } 9612 10022 fi 9613 10023 9614 10024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9615 10025 9616 { echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&59617 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6; }10026 { $as_echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 10027 $as_echo_n "checking if getaddrinfo() is available... " >&6; } 9618 10028 cat >conftest.$ac_ext <<_ACEOF 9619 10029 /* confdefs.h. */ … … 9639 10049 *) ac_try_echo=$ac_try;; 9640 10050 esac 9641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10052 $as_echo "$ac_try_echo") >&5 9642 10053 (eval "$ac_compile") 2>conftest.er1 9643 10054 ac_status=$? … … 9645 10056 rm -f conftest.er1 9646 10057 cat conftest.err >&5 9647 echo "$as_me:$LINENO: \$? = $ac_status" >&510058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9648 10059 (exit $ac_status); } && { 9649 10060 test -z "$ac_c_werror_flag" || … … 9654 10065 _ACEOF 9655 10066 9656 { echo "$as_me:$LINENO: result: yes" >&59657 echo "${ECHO_T}yes" >&6; }9658 else 9659 echo "$as_me: failed program was:" >&510067 { $as_echo "$as_me:$LINENO: result: yes" >&5 10068 $as_echo "yes" >&6; } 10069 else 10070 $as_echo "$as_me: failed program was:" >&5 9660 10071 sed 's/^/| /' conftest.$ac_ext >&5 9661 10072 9662 { echo "$as_me:$LINENO: result: no" >&59663 echo "${ECHO_T}no" >&6; }10073 { $as_echo "$as_me:$LINENO: result: no" >&5 10074 $as_echo "no" >&6; } 9664 10075 fi 9665 10076 9666 10077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9667 10078 9668 { echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&59669 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6; }10079 { $as_echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 10080 $as_echo_n "checking if sockaddr_in has sin_len member... " >&6; } 9670 10081 cat >conftest.$ac_ext <<_ACEOF 9671 10082 /* confdefs.h. */ … … 9692 10103 *) ac_try_echo=$ac_try;; 9693 10104 esac 9694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10106 $as_echo "$ac_try_echo") >&5 9695 10107 (eval "$ac_compile") 2>conftest.er1 9696 10108 ac_status=$? … … 9698 10110 rm -f conftest.er1 9699 10111 cat conftest.err >&5 9700 echo "$as_me:$LINENO: \$? = $ac_status" >&510112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9701 10113 (exit $ac_status); } && { 9702 10114 test -z "$ac_c_werror_flag" || … … 9707 10119 _ACEOF 9708 10120 9709 { echo "$as_me:$LINENO: result: yes" >&59710 echo "${ECHO_T}yes" >&6; }9711 else 9712 echo "$as_me: failed program was:" >&510121 { $as_echo "$as_me:$LINENO: result: yes" >&5 10122 $as_echo "yes" >&6; } 10123 else 10124 $as_echo "$as_me: failed program was:" >&5 9713 10125 sed 's/^/| /' conftest.$ac_ext >&5 9714 10126 9715 { echo "$as_me:$LINENO: result: no" >&59716 echo "${ECHO_T}no" >&6; }10127 { $as_echo "$as_me:$LINENO: result: no" >&5 10128 $as_echo "no" >&6; } 9717 10129 fi 9718 10130 9719 10131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9720 10132 9721 { echo "$as_me:$LINENO: checking if socklen_t is available" >&59722 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6; }10133 { $as_echo "$as_me:$LINENO: checking if socklen_t is available" >&5 10134 $as_echo_n "checking if socklen_t is available... " >&6; } 9723 10135 cat >conftest.$ac_ext <<_ACEOF 9724 10136 /* confdefs.h. */ … … 9727 10139 cat >>conftest.$ac_ext <<_ACEOF 9728 10140 /* end confdefs.h. */ 9729 #include <sys/socket.h> 10141 #include <sys/types.h> 10142 #include <sys/socket.h> 9730 10143 int 9731 10144 main () … … 9742 10155 *) ac_try_echo=$ac_try;; 9743 10156 esac 9744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10158 $as_echo "$ac_try_echo") >&5 9745 10159 (eval "$ac_compile") 2>conftest.er1 9746 10160 ac_status=$? … … 9748 10162 rm -f conftest.er1 9749 10163 cat conftest.err >&5 9750 echo "$as_me:$LINENO: \$? = $ac_status" >&510164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9751 10165 (exit $ac_status); } && { 9752 10166 test -z "$ac_c_werror_flag" || … … 9757 10171 _ACEOF 9758 10172 9759 { echo "$as_me:$LINENO: result: yes" >&59760 echo "${ECHO_T}yes" >&6; }9761 else 9762 echo "$as_me: failed program was:" >&510173 { $as_echo "$as_me:$LINENO: result: yes" >&5 10174 $as_echo "yes" >&6; } 10175 else 10176 $as_echo "$as_me: failed program was:" >&5 9763 10177 sed 's/^/| /' conftest.$ac_ext >&5 9764 10178 9765 { echo "$as_me:$LINENO: result: no" >&59766 echo "${ECHO_T}no" >&6; }10179 { $as_echo "$as_me:$LINENO: result: no" >&5 10180 $as_echo "no" >&6; } 9767 10181 fi 9768 10182 9769 10183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9770 10184 9771 { echo "$as_me:$LINENO: checking if SO_ERROR is available" >&59772 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6; }10185 { $as_echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 10186 $as_echo_n "checking if SO_ERROR is available... " >&6; } 9773 10187 case $target in 9774 10188 *mingw* | *cygw* | *win32* | *w32* ) … … 9777 10191 _ACEOF 9778 10192 9779 { echo "$as_me:$LINENO: result: yes" >&59780 echo "${ECHO_T}yes" >&6; }10193 { $as_echo "$as_me:$LINENO: result: yes" >&5 10194 $as_echo "yes" >&6; } 9781 10195 ;; 9782 10196 *) … … 9805 10219 *) ac_try_echo=$ac_try;; 9806 10220 esac 9807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10222 $as_echo "$ac_try_echo") >&5 9808 10223 (eval "$ac_compile") 2>conftest.er1 9809 10224 ac_status=$? … … 9811 10226 rm -f conftest.er1 9812 10227 cat conftest.err >&5 9813 echo "$as_me:$LINENO: \$? = $ac_status" >&510228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9814 10229 (exit $ac_status); } && { 9815 10230 test -z "$ac_c_werror_flag" || … … 9820 10235 _ACEOF 9821 10236 9822 { echo "$as_me:$LINENO: result: yes" >&59823 echo "${ECHO_T}yes" >&6; }9824 else 9825 echo "$as_me: failed program was:" >&510237 { $as_echo "$as_me:$LINENO: result: yes" >&5 10238 $as_echo "yes" >&6; } 10239 else 10240 $as_echo "$as_me: failed program was:" >&5 9826 10241 sed 's/^/| /' conftest.$ac_ext >&5 9827 10242 9828 { echo "$as_me:$LINENO: result: no" >&59829 echo "${ECHO_T}no" >&6; }10243 { $as_echo "$as_me:$LINENO: result: no" >&5 10244 $as_echo "no" >&6; } 9830 10245 fi 9831 10246 … … 9835 10250 9836 10251 9837 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&59838 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6; }10252 { $as_echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 10253 $as_echo_n "checking if pthread_rwlock_t is available... " >&6; } 9839 10254 cat >conftest.$ac_ext <<_ACEOF 9840 10255 /* confdefs.h. */ … … 9858 10273 *) ac_try_echo=$ac_try;; 9859 10274 esac 9860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10276 $as_echo "$ac_try_echo") >&5 9861 10277 (eval "$ac_compile") 2>conftest.er1 9862 10278 ac_status=$? … … 9864 10280 rm -f conftest.er1 9865 10281 cat conftest.err >&5 9866 echo "$as_me:$LINENO: \$? = $ac_status" >&510282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9867 10283 (exit $ac_status); } && { 9868 10284 test -z "$ac_c_werror_flag" || … … 9874 10290 9875 10291 ac_rwmutex="yes" 9876 { echo "$as_me:$LINENO: result: yes" >&59877 echo "${ECHO_T}yes" >&6; }9878 else 9879 echo "$as_me: failed program was:" >&510292 { $as_echo "$as_me:$LINENO: result: yes" >&5 10293 $as_echo "yes" >&6; } 10294 else 10295 $as_echo "$as_me: failed program was:" >&5 9880 10296 sed 's/^/| /' conftest.$ac_ext >&5 9881 10297 … … 9885 10301 9886 10302 ac_rwmutex="no" 9887 { echo "$as_me:$LINENO: result: no" >&59888 echo "${ECHO_T}no" >&6; }10303 { $as_echo "$as_me:$LINENO: result: no" >&5 10304 $as_echo "no" >&6; } 9889 10305 fi 9890 10306 … … 9892 10308 9893 10309 if test "$ac_rwmutex" = "no"; then 9894 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&59895 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6; }10310 { $as_echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 10311 $as_echo_n "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... " >&6; } 9896 10312 cat >conftest.$ac_ext <<_ACEOF 9897 10313 /* confdefs.h. */ … … 9916 10332 *) ac_try_echo=$ac_try;; 9917 10333 esac 9918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10335 $as_echo "$ac_try_echo") >&5 9919 10336 (eval "$ac_compile") 2>conftest.er1 9920 10337 ac_status=$? … … 9922 10339 rm -f conftest.er1 9923 10340 cat conftest.err >&5 9924 echo "$as_me:$LINENO: \$? = $ac_status" >&510341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9925 10342 (exit $ac_status); } && { 9926 10343 test -z "$ac_c_werror_flag" || … … 9932 10349 9933 10350 CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS" 9934 { echo "$as_me:$LINENO: result: yes" >&59935 echo "${ECHO_T}yes" >&6; }9936 else 9937 echo "$as_me: failed program was:" >&510351 { $as_echo "$as_me:$LINENO: result: yes" >&5 10352 $as_echo "yes" >&6; } 10353 else 10354 $as_echo "$as_me: failed program was:" >&5 9938 10355 sed 's/^/| /' conftest.$ac_ext >&5 9939 10356 … … 9942 10359 _ACEOF 9943 10360 9944 { echo "$as_me:$LINENO: result: no" >&59945 echo "${ECHO_T}no" >&6; }10361 { $as_echo "$as_me:$LINENO: result: no" >&5 10362 $as_echo "no" >&6; } 9946 10363 fi 9947 10364 … … 9949 10366 fi 9950 10367 9951 { echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&59952 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6; }10368 { $as_echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 10369 $as_echo_n "checking if pthread_mutexattr_settype() is available... " >&6; } 9953 10370 cat >conftest.$ac_ext <<_ACEOF 9954 10371 /* confdefs.h. */ … … 9972 10389 *) ac_try_echo=$ac_try;; 9973 10390 esac 9974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10392 $as_echo "$ac_try_echo") >&5 9975 10393 (eval "$ac_compile") 2>conftest.er1 9976 10394 ac_status=$? … … 9978 10396 rm -f conftest.er1 9979 10397 cat conftest.err >&5 9980 echo "$as_me:$LINENO: \$? = $ac_status" >&510398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9981 10399 (exit $ac_status); } && { 9982 10400 test -z "$ac_c_werror_flag" || … … 9987 10405 _ACEOF 9988 10406 9989 { echo "$as_me:$LINENO: result: yes" >&59990 echo "${ECHO_T}yes" >&6; }9991 else 9992 echo "$as_me: failed program was:" >&510407 { $as_echo "$as_me:$LINENO: result: yes" >&5 10408 $as_echo "yes" >&6; } 10409 else 10410 $as_echo "$as_me: failed program was:" >&5 9993 10411 sed 's/^/| /' conftest.$ac_ext >&5 9994 10412 9995 { echo "$as_me:$LINENO: result: no" >&59996 echo "${ECHO_T}no" >&6; }10413 { $as_echo "$as_me:$LINENO: result: no" >&5 10414 $as_echo "no" >&6; } 9997 10415 fi 9998 10416 9999 10417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10000 10418 10001 { echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&510002 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6; }10419 { $as_echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 10420 $as_echo_n "checking if pthread_mutexattr_t has recursive member... " >&6; } 10003 10421 cat >conftest.$ac_ext <<_ACEOF 10004 10422 /* confdefs.h. */ … … 10023 10441 *) ac_try_echo=$ac_try;; 10024 10442 esac 10025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10444 $as_echo "$ac_try_echo") >&5 10026 10445 (eval "$ac_compile") 2>conftest.er1 10027 10446 ac_status=$? … … 10029 10448 rm -f conftest.er1 10030 10449 cat conftest.err >&5 10031 echo "$as_me:$LINENO: \$? = $ac_status" >&510450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10032 10451 (exit $ac_status); } && { 10033 10452 test -z "$ac_c_werror_flag" || … … 10038 10457 _ACEOF 10039 10458 10040 { echo "$as_me:$LINENO: result: yes" >&510041 echo "${ECHO_T}yes" >&6; }10042 else 10043 echo "$as_me: failed program was:" >&510459 { $as_echo "$as_me:$LINENO: result: yes" >&5 10460 $as_echo "yes" >&6; } 10461 else 10462 $as_echo "$as_me: failed program was:" >&5 10044 10463 sed 's/^/| /' conftest.$ac_ext >&5 10045 10464 10046 { echo "$as_me:$LINENO: result: no" >&510047 echo "${ECHO_T}no" >&6; }10465 { $as_echo "$as_me:$LINENO: result: no" >&5 10466 $as_echo "no" >&6; } 10048 10467 fi 10049 10468 … … 10051 10470 10052 10471 10053 { echo "$as_me:$LINENO: checking ioqueue backend" >&510054 echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6; }10472 { $as_echo "$as_me:$LINENO: checking ioqueue backend" >&5 10473 $as_echo_n "checking ioqueue backend... " >&6; } 10055 10474 # Check whether --enable-epoll was given. 10056 10475 if test "${enable_epoll+set}" = set; then 10057 10476 enableval=$enable_epoll; 10058 10477 ac_os_objs=ioqueue_epoll.o 10059 { echo "$as_me:$LINENO: result: /dev/epoll" >&510060 echo "${ECHO_T}/dev/epoll" >&6; }10478 { $as_echo "$as_me:$LINENO: result: /dev/epoll" >&5 10479 $as_echo "/dev/epoll" >&6; } 10061 10480 10062 10481 else 10063 10482 10064 10483 ac_os_objs=ioqueue_select.o 10065 { echo "$as_me:$LINENO: result: select()" >&510066 echo "${ECHO_T}select()" >&6; }10484 { $as_echo "$as_me:$LINENO: result: select()" >&5 10485 $as_echo "select()" >&6; } 10067 10486 10068 10487 fi … … 10093 10512 enableval=$enable_sound; if test "$enable_sound" = "no"; then 10094 10513 ac_pjmedia_snd=null 10095 { echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&510096 echo "${ECHO_T}Checking if sound is disabled... yes" >&6; }10514 { $as_echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 10515 $as_echo "Checking if sound is disabled... yes" >&6; } 10097 10516 fi 10098 10517 … … 10102 10521 10103 10522 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 10104 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&510105 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }10523 { $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 10524 $as_echo_n "checking for sys/soundcard.h... " >&6; } 10106 10525 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 10107 echo $ECHO_N "(cached) $ECHO_C" >&610108 fi 10109 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&510110 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }10526 $as_echo_n "(cached) " >&6 10527 fi 10528 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 10529 $as_echo "$ac_cv_header_sys_soundcard_h" >&6; } 10111 10530 else 10112 10531 # Is the header compilable? 10113 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&510114 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; }10532 { $as_echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 10533 $as_echo_n "checking sys/soundcard.h usability... " >&6; } 10115 10534 cat >conftest.$ac_ext <<_ACEOF 10116 10535 /* confdefs.h. */ … … 10128 10547 *) ac_try_echo=$ac_try;; 10129 10548 esac 10130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10550 $as_echo "$ac_try_echo") >&5 10131 10551 (eval "$ac_compile") 2>conftest.er1 10132 10552 ac_status=$? … … 10134 10554 rm -f conftest.er1 10135 10555 cat conftest.err >&5 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&510556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10137 10557 (exit $ac_status); } && { 10138 10558 test -z "$ac_c_werror_flag" || … … 10141 10561 ac_header_compiler=yes 10142 10562 else 10143 echo "$as_me: failed program was:" >&510563 $as_echo "$as_me: failed program was:" >&5 10144 10564 sed 's/^/| /' conftest.$ac_ext >&5 10145 10565 … … 10148 10568 10149 10569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10150 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&510151 echo "${ECHO_T}$ac_header_compiler" >&6; }10570 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10571 $as_echo "$ac_header_compiler" >&6; } 10152 10572 10153 10573 # Is the header present? 10154 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&510155 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; }10574 { $as_echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 10575 $as_echo_n "checking sys/soundcard.h presence... " >&6; } 10156 10576 cat >conftest.$ac_ext <<_ACEOF 10157 10577 /* confdefs.h. */ … … 10167 10587 *) ac_try_echo=$ac_try;; 10168 10588 esac 10169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10590 $as_echo "$ac_try_echo") >&5 10170 10591 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10171 10592 ac_status=$? … … 10173 10594 rm -f conftest.er1 10174 10595 cat conftest.err >&5 10175 echo "$as_me:$LINENO: \$? = $ac_status" >&510596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10176 10597 (exit $ac_status); } >/dev/null && { 10177 10598 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 10180 10601 ac_header_preproc=yes 10181 10602 else 10182 echo "$as_me: failed program was:" >&510603 $as_echo "$as_me: failed program was:" >&5 10183 10604 sed 's/^/| /' conftest.$ac_ext >&5 10184 10605 … … 10187 10608 10188 10609 rm -f conftest.err conftest.$ac_ext 10189 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&510190 echo "${ECHO_T}$ac_header_preproc" >&6; }10610 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10611 $as_echo "$ac_header_preproc" >&6; } 10191 10612 10192 10613 # So? What about this header? 10193 10614 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10194 10615 yes:no: ) 10195 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&510196 echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}10197 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&510198 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;}10616 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 10617 $as_echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10618 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 10619 $as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} 10199 10620 ac_header_preproc=yes 10200 10621 ;; 10201 10622 no:yes:* ) 10202 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&510203 echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;}10204 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&510205 echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;}10206 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&510207 echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;}10208 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&510209 echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}10210 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&510211 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;}10212 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&510213 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;}10623 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 10624 $as_echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} 10625 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5 10626 $as_echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;} 10627 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 10628 $as_echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} 10629 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 10630 $as_echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 10631 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 10632 $as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} 10633 { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 10634 $as_echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 10214 10635 10215 10636 ;; 10216 10637 esac 10217 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&510218 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; }10638 { $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 10639 $as_echo_n "checking for sys/soundcard.h... " >&6; } 10219 10640 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 10220 echo $ECHO_N "(cached) $ECHO_C" >&610641 $as_echo_n "(cached) " >&6 10221 10642 else 10222 10643 ac_cv_header_sys_soundcard_h=$ac_header_preproc 10223 10644 fi 10224 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&510225 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; }10645 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 10646 $as_echo "$ac_cv_header_sys_soundcard_h" >&6; } 10226 10647 10227 10648 fi … … 10232 10653 10233 10654 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 10234 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&510235 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; }10655 { $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 10656 $as_echo_n "checking for linux/soundcard.h... " >&6; } 10236 10657 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 10237 echo $ECHO_N "(cached) $ECHO_C" >&610238 fi 10239 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&510240 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; }10658 $as_echo_n "(cached) " >&6 10659 fi 10660 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 10661 $as_echo "$ac_cv_header_linux_soundcard_h" >&6; } 10241 10662 else 10242 10663 # Is the header compilable? 10243 { echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&510244 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; }10664 { $as_echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 10665 $as_echo_n "checking linux/soundcard.h usability... " >&6; } 10245 10666 cat >conftest.$ac_ext <<_ACEOF 10246 10667 /* confdefs.h. */ … … 10258 10679 *) ac_try_echo=$ac_try;; 10259 10680 esac 10260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10682 $as_echo "$ac_try_echo") >&5 10261 10683 (eval "$ac_compile") 2>conftest.er1 10262 10684 ac_status=$? … … 10264 10686 rm -f conftest.er1 10265 10687 cat conftest.err >&5 10266 echo "$as_me:$LINENO: \$? = $ac_status" >&510688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10267 10689 (exit $ac_status); } && { 10268 10690 test -z "$ac_c_werror_flag" || … … 10271 10693 ac_header_compiler=yes 10272 10694 else 10273 echo "$as_me: failed program was:" >&510695 $as_echo "$as_me: failed program was:" >&5 10274 10696 sed 's/^/| /' conftest.$ac_ext >&5 10275 10697 … … 10278 10700 10279 10701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10280 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&510281 echo "${ECHO_T}$ac_header_compiler" >&6; }10702 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10703 $as_echo "$ac_header_compiler" >&6; } 10282 10704 10283 10705 # Is the header present? 10284 { echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&510285 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; }10706 { $as_echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 10707 $as_echo_n "checking linux/soundcard.h presence... " >&6; } 10286 10708 cat >conftest.$ac_ext <<_ACEOF 10287 10709 /* confdefs.h. */ … … 10297 10719 *) ac_try_echo=$ac_try;; 10298 10720 esac 10299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10722 $as_echo "$ac_try_echo") >&5 10300 10723 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10301 10724 ac_status=$? … … 10303 10726 rm -f conftest.er1 10304 10727 cat conftest.err >&5 10305 echo "$as_me:$LINENO: \$? = $ac_status" >&510728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10306 10729 (exit $ac_status); } >/dev/null && { 10307 10730 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 10310 10733 ac_header_preproc=yes 10311 10734 else 10312 echo "$as_me: failed program was:" >&510735 $as_echo "$as_me: failed program was:" >&5 10313 10736 sed 's/^/| /' conftest.$ac_ext >&5 10314 10737 … … 10317 10740 10318 10741 rm -f conftest.err conftest.$ac_ext 10319 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&510320 echo "${ECHO_T}$ac_header_preproc" >&6; }10742 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10743 $as_echo "$ac_header_preproc" >&6; } 10321 10744 10322 10745 # So? What about this header? 10323 10746 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10324 10747 yes:no: ) 10325 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&510326 echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}10327 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&510328 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;}10748 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 10749 $as_echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10750 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 10751 $as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} 10329 10752 ac_header_preproc=yes 10330 10753 ;; 10331 10754 no:yes:* ) 10332 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&510333 echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;}10334 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&510335 echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;}10336 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&510337 echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;}10338 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&510339 echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}10340 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&510341 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;}10342 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&510343 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;}10755 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 10756 $as_echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} 10757 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&5 10758 $as_echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;} 10759 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 10760 $as_echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} 10761 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 10762 $as_echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 10763 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 10764 $as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} 10765 { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 10766 $as_echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 10344 10767 10345 10768 ;; 10346 10769 esac 10347 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&510348 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; }10770 { $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 10771 $as_echo_n "checking for linux/soundcard.h... " >&6; } 10349 10772 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 10350 echo $ECHO_N "(cached) $ECHO_C" >&610773 $as_echo_n "(cached) " >&6 10351 10774 else 10352 10775 ac_cv_header_linux_soundcard_h=$ac_header_preproc 10353 10776 fi 10354 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&510355 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; }10777 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 10778 $as_echo "$ac_cv_header_linux_soundcard_h" >&6; } 10356 10779 10357 10780 fi … … 10362 10785 10363 10786 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10364 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&510365 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; }10787 { $as_echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10788 $as_echo_n "checking for machine/soundcard.h... " >&6; } 10366 10789 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10367 echo $ECHO_N "(cached) $ECHO_C" >&610368 fi 10369 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&510370 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; }10790 $as_echo_n "(cached) " >&6 10791 fi 10792 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10793 $as_echo "$ac_cv_header_machine_soundcard_h" >&6; } 10371 10794 else 10372 10795 # Is the header compilable? 10373 { echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&510374 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6; }10796 { $as_echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 10797 $as_echo_n "checking machine/soundcard.h usability... " >&6; } 10375 10798 cat >conftest.$ac_ext <<_ACEOF 10376 10799 /* confdefs.h. */ … … 10388 10811 *) ac_try_echo=$ac_try;; 10389 10812 esac 10390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10814 $as_echo "$ac_try_echo") >&5 10391 10815 (eval "$ac_compile") 2>conftest.er1 10392 10816 ac_status=$? … … 10394 10818 rm -f conftest.er1 10395 10819 cat conftest.err >&5 10396 echo "$as_me:$LINENO: \$? = $ac_status" >&510820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10397 10821 (exit $ac_status); } && { 10398 10822 test -z "$ac_c_werror_flag" || … … 10401 10825 ac_header_compiler=yes 10402 10826 else 10403 echo "$as_me: failed program was:" >&510827 $as_echo "$as_me: failed program was:" >&5 10404 10828 sed 's/^/| /' conftest.$ac_ext >&5 10405 10829 … … 10408 10832 10409 10833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10410 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&510411 echo "${ECHO_T}$ac_header_compiler" >&6; }10834 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10835 $as_echo "$ac_header_compiler" >&6; } 10412 10836 10413 10837 # Is the header present? 10414 { echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&510415 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6; }10838 { $as_echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 10839 $as_echo_n "checking machine/soundcard.h presence... " >&6; } 10416 10840 cat >conftest.$ac_ext <<_ACEOF 10417 10841 /* confdefs.h. */ … … 10427 10851 *) ac_try_echo=$ac_try;; 10428 10852 esac 10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10854 $as_echo "$ac_try_echo") >&5 10430 10855 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10431 10856 ac_status=$? … … 10433 10858 rm -f conftest.er1 10434 10859 cat conftest.err >&5 10435 echo "$as_me:$LINENO: \$? = $ac_status" >&510860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10436 10861 (exit $ac_status); } >/dev/null && { 10437 10862 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 10440 10865 ac_header_preproc=yes 10441 10866 else 10442 echo "$as_me: failed program was:" >&510867 $as_echo "$as_me: failed program was:" >&5 10443 10868 sed 's/^/| /' conftest.$ac_ext >&5 10444 10869 … … 10447 10872 10448 10873 rm -f conftest.err conftest.$ac_ext 10449 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&510450 echo "${ECHO_T}$ac_header_preproc" >&6; }10874 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10875 $as_echo "$ac_header_preproc" >&6; } 10451 10876 10452 10877 # So? What about this header? 10453 10878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10454 10879 yes:no: ) 10455 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&510456 echo "$as_me: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}10457 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&510458 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&2;}10880 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 10881 $as_echo "$as_me: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10882 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&5 10883 $as_echo "$as_me: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&2;} 10459 10884 ac_header_preproc=yes 10460 10885 ;; 10461 10886 no:yes:* ) 10462 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: present but cannot be compiled" >&510463 echo "$as_me: WARNING: machine/soundcard.h: present but cannot be compiled" >&2;}10464 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&510465 echo "$as_me: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&2;}10466 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: see the Autoconf documentation" >&510467 echo "$as_me: WARNING: machine/soundcard.h: see the Autoconf documentation" >&2;}10468 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&510469 echo "$as_me: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}10470 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&510471 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&2;}10472 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&510473 echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;}10887 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: present but cannot be compiled" >&5 10888 $as_echo "$as_me: WARNING: machine/soundcard.h: present but cannot be compiled" >&2;} 10889 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&5 10890 $as_echo "$as_me: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&2;} 10891 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: see the Autoconf documentation" >&5 10892 $as_echo "$as_me: WARNING: machine/soundcard.h: see the Autoconf documentation" >&2;} 10893 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 10894 $as_echo "$as_me: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 10895 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&5 10896 $as_echo "$as_me: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&2;} 10897 { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 10898 $as_echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 10474 10899 10475 10900 ;; 10476 10901 esac 10477 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&510478 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; }10902 { $as_echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 10903 $as_echo_n "checking for machine/soundcard.h... " >&6; } 10479 10904 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 10480 echo $ECHO_N "(cached) $ECHO_C" >&610905 $as_echo_n "(cached) " >&6 10481 10906 else 10482 10907 ac_cv_header_machine_soundcard_h=$ac_header_preproc 10483 10908 fi 10484 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&510485 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; }10909 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 10910 $as_echo "$ac_cv_header_machine_soundcard_h" >&6; } 10486 10911 10487 10912 fi … … 10508 10933 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 10509 10934 ac_pjmedia_snd=pa_old_darwinos 10510 { echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&510511 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6; }10935 { $as_echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 10936 $as_echo "Checking sound device backend... old coreaudio" >&6; } 10512 10937 else 10513 10938 ac_pjmedia_snd=pa_darwinos 10514 { echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&510515 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6; }10939 { $as_echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 10940 $as_echo "Checking sound device backend... coreaudio" >&6; } 10516 10941 fi 10517 10942 ;; 10518 10943 *cygwin* | *mingw*) 10519 10944 ac_pjmedia_snd=pa_win32 10520 { echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&510521 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6; }10945 { $as_echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 10946 $as_echo "Checking sound device backend... win32 sound" >&6; } 10522 10947 ;; 10523 10948 *rtems*) 10524 10949 ac_pjmedia_snd=null 10525 { echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&510526 echo "${ECHO_T}Checking sound device backend... null sound" >&6; }10950 { $as_echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 10951 $as_echo "Checking sound device backend... null sound" >&6; } 10527 10952 ;; 10528 10953 *) 10529 10954 ac_pjmedia_snd=pa_unix 10530 10955 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10531 { echo "$as_me:$LINENO: checking for alsa/version.h" >&510532 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; }10956 { $as_echo "$as_me:$LINENO: checking for alsa/version.h" >&5 10957 $as_echo_n "checking for alsa/version.h... " >&6; } 10533 10958 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10534 echo $ECHO_N "(cached) $ECHO_C" >&610535 fi 10536 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510537 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; }10959 $as_echo_n "(cached) " >&6 10960 fi 10961 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 10962 $as_echo "$ac_cv_header_alsa_version_h" >&6; } 10538 10963 else 10539 10964 # Is the header compilable? 10540 { echo "$as_me:$LINENO: checking alsa/version.h usability" >&510541 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6; }10965 { $as_echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 10966 $as_echo_n "checking alsa/version.h usability... " >&6; } 10542 10967 cat >conftest.$ac_ext <<_ACEOF 10543 10968 /* confdefs.h. */ … … 10555 10980 *) ac_try_echo=$ac_try;; 10556 10981 esac 10557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10983 $as_echo "$ac_try_echo") >&5 10558 10984 (eval "$ac_compile") 2>conftest.er1 10559 10985 ac_status=$? … … 10561 10987 rm -f conftest.er1 10562 10988 cat conftest.err >&5 10563 echo "$as_me:$LINENO: \$? = $ac_status" >&510989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10564 10990 (exit $ac_status); } && { 10565 10991 test -z "$ac_c_werror_flag" || … … 10568 10994 ac_header_compiler=yes 10569 10995 else 10570 echo "$as_me: failed program was:" >&510996 $as_echo "$as_me: failed program was:" >&5 10571 10997 sed 's/^/| /' conftest.$ac_ext >&5 10572 10998 … … 10575 11001 10576 11002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10577 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&510578 echo "${ECHO_T}$ac_header_compiler" >&6; }11003 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11004 $as_echo "$ac_header_compiler" >&6; } 10579 11005 10580 11006 # Is the header present? 10581 { echo "$as_me:$LINENO: checking alsa/version.h presence" >&510582 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6; }11007 { $as_echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 11008 $as_echo_n "checking alsa/version.h presence... " >&6; } 10583 11009 cat >conftest.$ac_ext <<_ACEOF 10584 11010 /* confdefs.h. */ … … 10594 11020 *) ac_try_echo=$ac_try;; 10595 11021 esac 10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11023 $as_echo "$ac_try_echo") >&5 10597 11024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10598 11025 ac_status=$? … … 10600 11027 rm -f conftest.er1 10601 11028 cat conftest.err >&5 10602 echo "$as_me:$LINENO: \$? = $ac_status" >&511029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10603 11030 (exit $ac_status); } >/dev/null && { 10604 11031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 10607 11034 ac_header_preproc=yes 10608 11035 else 10609 echo "$as_me: failed program was:" >&511036 $as_echo "$as_me: failed program was:" >&5 10610 11037 sed 's/^/| /' conftest.$ac_ext >&5 10611 11038 … … 10614 11041 10615 11042 rm -f conftest.err conftest.$ac_ext 10616 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&510617 echo "${ECHO_T}$ac_header_preproc" >&6; }11043 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11044 $as_echo "$ac_header_preproc" >&6; } 10618 11045 10619 11046 # So? What about this header? 10620 11047 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10621 11048 yes:no: ) 10622 { echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&510623 echo "$as_me: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}10624 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the compiler's result" >&510625 echo "$as_me: WARNING: alsa/version.h: proceeding with the compiler's result" >&2;}11049 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 11050 $as_echo "$as_me: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11051 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the compiler's result" >&5 11052 $as_echo "$as_me: WARNING: alsa/version.h: proceeding with the compiler's result" >&2;} 10626 11053 ac_header_preproc=yes 10627 11054 ;; 10628 11055 no:yes:* ) 10629 { echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&510630 echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;}10631 { echo "$as_me:$LINENO: WARNING: alsa/version.h: check for missing prerequisite headers?" >&510632 echo "$as_me: WARNING: alsa/version.h: check for missing prerequisite headers?" >&2;}10633 { echo "$as_me:$LINENO: WARNING: alsa/version.h: see the Autoconf documentation" >&510634 echo "$as_me: WARNING: alsa/version.h: see the Autoconf documentation" >&2;}10635 { echo "$as_me:$LINENO: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&510636 echo "$as_me: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&2;}10637 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&510638 echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;}10639 { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&510640 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;}11056 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 11057 $as_echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;} 11058 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: check for missing prerequisite headers?" >&5 11059 $as_echo "$as_me: WARNING: alsa/version.h: check for missing prerequisite headers?" >&2;} 11060 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: see the Autoconf documentation" >&5 11061 $as_echo "$as_me: WARNING: alsa/version.h: see the Autoconf documentation" >&2;} 11062 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&5 11063 $as_echo "$as_me: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&2;} 11064 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 11065 $as_echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 11066 { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 11067 $as_echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 10641 11068 10642 11069 ;; 10643 11070 esac 10644 { echo "$as_me:$LINENO: checking for alsa/version.h" >&510645 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; }11071 { $as_echo "$as_me:$LINENO: checking for alsa/version.h" >&5 11072 $as_echo_n "checking for alsa/version.h... " >&6; } 10646 11073 if test "${ac_cv_header_alsa_version_h+set}" = set; then 10647 echo $ECHO_N "(cached) $ECHO_C" >&611074 $as_echo_n "(cached) " >&6 10648 11075 else 10649 11076 ac_cv_header_alsa_version_h=$ac_header_preproc 10650 11077 fi 10651 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&510652 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; }11078 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 11079 $as_echo "$ac_cv_header_alsa_version_h" >&6; } 10653 11080 10654 11081 fi … … 10664 11091 10665 11092 10666 { echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&510667 echo "${ECHO_T}Checking sound device backend... unix" >&6; }11093 { $as_echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 11094 $as_echo "Checking sound device backend... unix" >&6; } 10668 11095 10669 11096 ac_pa_use_oss=1 … … 10674 11101 if test "$enable_oss" = "no"; then 10675 11102 ac_pa_use_oss=0 10676 { echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&510677 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6; }11103 { $as_echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 11104 $as_echo "Checking if OSS audio is disabled... yes" >&6; } 10678 11105 fi 10679 11106 … … 10688 11115 enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then 10689 11116 ac_pjmedia_snd=external 10690 { echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&510691 echo "${ECHO_T}Checking if external sound is set... yes" >&6; }11117 { $as_echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 11118 $as_echo "Checking if external sound is set... yes" >&6; } 10692 11119 fi 10693 11120 … … 10700 11127 enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then 10701 11128 ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0' 10702 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&510703 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6; }11129 { $as_echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 11130 $as_echo "Checking if small filter is disabled... yes" >&6; } 10704 11131 fi 10705 11132 else 10706 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&510707 echo "${ECHO_T}Checking if small filter is disabled... no" >&6; }11133 { $as_echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 11134 $as_echo "Checking if small filter is disabled... no" >&6; } 10708 11135 fi 10709 11136 … … 10714 11141 enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then 10715 11142 ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0' 10716 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&510717 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6; }11143 { $as_echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 11144 $as_echo "Checking if large filter is disabled... yes" >&6; } 10718 11145 fi 10719 11146 else 10720 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&510721 echo "${ECHO_T}Checking if large filter is disabled... no" >&6; }11147 { $as_echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 11148 $as_echo "Checking if large filter is disabled... no" >&6; } 10722 11149 fi 10723 11150 … … 10728 11155 enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then 10729 11156 ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0' 10730 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&510731 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6; }11157 { $as_echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 11158 $as_echo "Checking if Speex AEC is disabled...yes" >&6; } 10732 11159 fi 10733 11160 else 10734 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&510735 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6; }11161 { $as_echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 11162 $as_echo "Checking if Speex AEC is disabled...no" >&6; } 10736 11163 fi 10737 11164 … … 10746 11173 _ACEOF 10747 11174 10748 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&510749 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6; }11175 { $as_echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 11176 $as_echo "Checking if G.711 codec is disabled...yes" >&6; } 10750 11177 fi 10751 11178 else 10752 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&510753 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6; }11179 { $as_echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 11180 $as_echo "Checking if G.711 codec is disabled...no" >&6; } 10754 11181 fi 10755 11182 … … 10765 11192 _ACEOF 10766 11193 10767 { echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&510768 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6; }11194 { $as_echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 11195 $as_echo "Checking if L16 codecs are disabled...yes" >&6; } 10769 11196 fi 10770 11197 else 10771 { echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&510772 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6; }11198 { $as_echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 11199 $as_echo "Checking if L16 codec is disabled...no" >&6; } 10773 11200 fi 10774 11201 … … 10784 11211 _ACEOF 10785 11212 10786 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&510787 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6; }11213 { $as_echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 11214 $as_echo "Checking if GSM codec is disabled...yes" >&6; } 10788 11215 fi 10789 11216 else 10790 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&510791 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6; }11217 { $as_echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 11218 $as_echo "Checking if GSM codec is disabled...no" >&6; } 10792 11219 fi 10793 11220 … … 10802 11229 _ACEOF 10803 11230 10804 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&510805 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6; }11231 { $as_echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 11232 $as_echo "Checking if G.722 codec is disabled...yes" >&6; } 10806 11233 fi 10807 11234 else 10808 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&510809 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6; }11235 { $as_echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 11236 $as_echo "Checking if G.722 codec is disabled...no" >&6; } 10810 11237 fi 10811 11238 … … 10820 11247 _ACEOF 10821 11248 10822 { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&510823 echo "${ECHO_T}Checking if G.722.1 codec is disabled...yes" >&6; }11249 { $as_echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&5 11250 $as_echo "Checking if G.722.1 codec is disabled...yes" >&6; } 10824 11251 fi 10825 11252 else 10826 { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&510827 echo "${ECHO_T}Checking if G.722.1 codec is disabled...no" >&6; }11253 { $as_echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&5 11254 $as_echo "Checking if G.722.1 codec is disabled...no" >&6; } 10828 11255 fi 10829 11256 … … 10838 11265 _ACEOF 10839 11266 10840 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&510841 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6; }11267 { $as_echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 11268 $as_echo "Checking if Speex codec is disabled...yes" >&6; } 10842 11269 fi 10843 11270 else 10844 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&510845 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6; }11271 { $as_echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 11272 $as_echo "Checking if Speex codec is disabled...no" >&6; } 10846 11273 fi 10847 11274 … … 10856 11283 _ACEOF 10857 11284 10858 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&510859 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6; }11285 { $as_echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 11286 $as_echo "Checking if iLBC codec is disabled...yes" >&6; } 10860 11287 fi 10861 11288 else 10862 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&510863 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6; }11289 { $as_echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 11290 $as_echo "Checking if iLBC codec is disabled...no" >&6; } 10864 11291 fi 10865 11292 … … 10868 11295 if test "${enable_libsamplerate+set}" = set; then 10869 11296 enableval=$enable_libsamplerate; 10870 { echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&510871 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6; }11297 { $as_echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 11298 $as_echo_n "checking for src_new in -lsamplerate... " >&6; } 10872 11299 if test "${ac_cv_lib_samplerate_src_new+set}" = set; then 10873 echo $ECHO_N "(cached) $ECHO_C" >&611300 $as_echo_n "(cached) " >&6 10874 11301 else 10875 11302 ac_check_lib_save_LIBS=$LIBS … … 10903 11330 *) ac_try_echo=$ac_try;; 10904 11331 esac 10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11333 $as_echo "$ac_try_echo") >&5 10906 11334 (eval "$ac_link") 2>conftest.er1 10907 11335 ac_status=$? … … 10909 11337 rm -f conftest.er1 10910 11338 cat conftest.err >&5 10911 echo "$as_me:$LINENO: \$? = $ac_status" >&511339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10912 11340 (exit $ac_status); } && { 10913 11341 test -z "$ac_c_werror_flag" || 10914 11342 test ! -s conftest.err 10915 } && test -s conftest$ac_exeext && 10916 $as_test_x conftest$ac_exeext; then 11343 } && test -s conftest$ac_exeext && { 11344 test "$cross_compiling" = yes || 11345 $as_test_x conftest$ac_exeext 11346 }; then 10917 11347 ac_cv_lib_samplerate_src_new=yes 10918 11348 else 10919 echo "$as_me: failed program was:" >&511349 $as_echo "$as_me: failed program was:" >&5 10920 11350 sed 's/^/| /' conftest.$ac_ext >&5 10921 11351 … … 10923 11353 fi 10924 11354 11355 rm -rf conftest.dSYM 10925 11356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10926 11357 conftest$ac_exeext conftest.$ac_ext 10927 11358 LIBS=$ac_check_lib_save_LIBS 10928 11359 fi 10929 { echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&510930 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6; }11360 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 11361 $as_echo "$ac_cv_lib_samplerate_src_new" >&6; } 10931 11362 if test $ac_cv_lib_samplerate_src_new = yes; then 10932 11363 cat >>confdefs.h <<_ACEOF … … 10939 11370 10940 11371 else 10941 { echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&510942 echo "${ECHO_T}Skipping libsamplerate detection" >&6; }11372 { $as_echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 11373 $as_echo "Skipping libsamplerate detection" >&6; } 10943 11374 10944 11375 fi … … 10974 11405 10975 11406 if test "x$enable_ipp" != "xno"; then 10976 { echo "$as_me:$LINENO: checking Intel IPP location" >&510977 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6; }11407 { $as_echo "$as_me:$LINENO: checking Intel IPP location" >&5 11408 $as_echo_n "checking Intel IPP location... " >&6; } 10978 11409 10979 11410 if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then 10980 { echo "$as_me:$LINENO: result: $with_ipp" >&510981 echo "${ECHO_T}$with_ipp" >&6; }11411 { $as_echo "$as_me:$LINENO: result: $with_ipp" >&5 11412 $as_echo "$with_ipp" >&6; } 10982 11413 IPPROOT=$with_ipp 10983 11414 elif test "x$IPPROOT" = "x"; then 10984 11415 if test -d /opt/intel/ipp; then 10985 11416 IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1` 10986 { echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&510987 echo "${ECHO_T}autodetected in $IPPROOT" >&6; }11417 { $as_echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 11418 $as_echo "autodetected in $IPPROOT" >&6; } 10988 11419 fi 10989 11420 else 10990 { echo "$as_me:$LINENO: result: $IPPROOT" >&510991 echo "${ECHO_T}$IPPROOT" >&6; }11421 { $as_echo "$as_me:$LINENO: result: $IPPROOT" >&5 11422 $as_echo "$IPPROOT" >&6; } 10992 11423 fi 10993 11424 10994 11425 if test x$IPPROOT = x; then 10995 { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&510996 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&2;}11426 { { $as_echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&5 11427 $as_echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&2;} 10997 11428 { (exit 1); exit 1; }; } 10998 11429 elif test ! -d $IPPROOT; then 10999 { { echo "$as_me:$LINENO: error: not found" >&511000 echo "$as_me: error: not found" >&2;}11430 { { $as_echo "$as_me:$LINENO: error: not found" >&5 11431 $as_echo "$as_me: error: not found" >&2;} 11001 11432 { (exit 1); exit 1; }; } 11002 11433 elif test ! -d $IPPROOT/include; then 11003 { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&511004 echo "$as_me: error: directory doesn't seem to be valid" >&2;}11434 { { $as_echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 11435 $as_echo "$as_me: error: directory doesn't seem to be valid" >&2;} 11005 11436 { (exit 1); exit 1; }; } 11006 11437 else … … 11024 11455 11025 11456 11026 { echo "$as_me:$LINENO: checking Intel IPP usability" >&511027 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6; }11457 { $as_echo "$as_me:$LINENO: checking Intel IPP usability" >&5 11458 $as_echo_n "checking Intel IPP usability... " >&6; } 11028 11459 cat >conftest.$ac_ext <<_ACEOF 11029 11460 /* confdefs.h. */ … … 11048 11479 *) ac_try_echo=$ac_try;; 11049 11480 esac 11050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11482 $as_echo "$ac_try_echo") >&5 11051 11483 (eval "$ac_link") 2>conftest.er1 11052 11484 ac_status=$? … … 11054 11486 rm -f conftest.er1 11055 11487 cat conftest.err >&5 11056 echo "$as_me:$LINENO: \$? = $ac_status" >&511488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11057 11489 (exit $ac_status); } && { 11058 11490 test -z "$ac_c_werror_flag" || 11059 11491 test ! -s conftest.err 11060 } && test -s conftest$ac_exeext && 11061 $as_test_x conftest$ac_exeext; then 11062 { echo "$as_me:$LINENO: result: ok" >&5 11063 echo "${ECHO_T}ok" >&6; } 11064 else 11065 echo "$as_me: failed program was:" >&5 11492 } && test -s conftest$ac_exeext && { 11493 test "$cross_compiling" = yes || 11494 $as_test_x conftest$ac_exeext 11495 }; then 11496 { $as_echo "$as_me:$LINENO: result: ok" >&5 11497 $as_echo "ok" >&6; } 11498 else 11499 $as_echo "$as_me: failed program was:" >&5 11066 11500 sed 's/^/| /' conftest.$ac_ext >&5 11067 11501 11068 { { echo "$as_me:$LINENO: error: failed11502 { { $as_echo "$as_me:$LINENO: error: failed 11069 11503 See \`config.log' for more details." >&5 11070 echo "$as_me: error: failed11504 $as_echo "$as_me: error: failed 11071 11505 See \`config.log' for more details." >&2;} 11072 11506 { (exit 1); exit 1; }; } 11073 11507 fi 11074 11508 11509 rm -rf conftest.dSYM 11075 11510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11076 11511 conftest$ac_exeext conftest.$ac_ext … … 11081 11516 fi 11082 11517 11083 { echo "$as_me:$LINENO: checking Intel IPP samples location" >&511084 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6; }11518 { $as_echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 11519 $as_echo_n "checking Intel IPP samples location... " >&6; } 11085 11520 11086 11521 if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then 11087 { echo "$as_me:$LINENO: result: $with_ipp_samples" >&511088 echo "${ECHO_T}$with_ipp_samples" >&6; }11522 { $as_echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 11523 $as_echo "$with_ipp_samples" >&6; } 11089 11524 IPPSAMPLES=$with_ipp_samples 11090 11525 elif test "x$IPPSAMPLES" = "x"; then 11091 11526 if test -d /opt/intel/ipp-samples; then 11092 11527 IPPSAMPLES=/opt/intel/ipp-samples 11093 { echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&511094 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6; }11528 { $as_echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 11529 $as_echo "autodetected in $IPPSAMPLES" >&6; } 11095 11530 fi 11096 11531 else 11097 { echo "$as_me:$LINENO: result: $IPPSAMPLES" >&511098 echo "${ECHO_T}$IPPSAMPLES" >&6; }11532 { $as_echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 11533 $as_echo "$IPPSAMPLES" >&6; } 11099 11534 fi 11100 11535 11101 11536 if test x$IPPSAMPLES = x; then 11102 { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&511103 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&2;}11537 { { $as_echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&5 11538 $as_echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&2;} 11104 11539 { (exit 1); exit 1; }; } 11105 11540 elif test ! -d $IPPSAMPLES; then 11106 { { echo "$as_me:$LINENO: error: not found" >&511107 echo "$as_me: error: not found" >&2;}11541 { { $as_echo "$as_me:$LINENO: error: not found" >&5 11542 $as_echo "$as_me: error: not found" >&2;} 11108 11543 { (exit 1); exit 1; }; } 11109 11544 elif test ! -d $IPPSAMPLES/speech-codecs; then 11110 { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&511111 echo "$as_me: error: directory doesn't seem to be valid" >&2;}11545 { { $as_echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 11546 $as_echo "$as_me: error: directory doesn't seem to be valid" >&2;} 11112 11547 { (exit 1); exit 1; }; } 11113 11548 else … … 11116 11551 11117 11552 # Guess the libusc.a build location 11118 { echo "$as_me:$LINENO: checking Intel IPP USC build location" >&511119 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6; }11553 { $as_echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 11554 $as_echo_n "checking Intel IPP USC build location... " >&6; } 11120 11555 IPPSAMPLESLIB=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1` 11121 11556 if test ! -d $IPPSAMPLESLIB; then 11122 { { echo "$as_me:$LINENO: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples?11557 { { $as_echo "$as_me:$LINENO: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 11123 11558 See \`config.log' for more details." >&5 11124 echo "$as_me: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples?11559 $as_echo "$as_me: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 11125 11560 See \`config.log' for more details." >&2;} 11126 11561 { (exit 1); exit 1; }; } 11127 11562 fi 11128 11563 if test ! -f $IPPSAMPLESLIB/libusc.a; then 11129 { { echo "$as_me:$LINENO: error: libusc.a doesn't exist in $IPPSAMPLESLIB11564 { { $as_echo "$as_me:$LINENO: error: libusc.a doesn't exist in $IPPSAMPLESLIB 11130 11565 See \`config.log' for more details." >&5 11131 echo "$as_me: error: libusc.a doesn't exist in $IPPSAMPLESLIB11566 $as_echo "$as_me: error: libusc.a doesn't exist in $IPPSAMPLESLIB 11132 11567 See \`config.log' for more details." >&2;} 11133 11568 { (exit 1); exit 1; }; } 11134 11569 fi 11135 { echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&511136 echo "${ECHO_T}$IPPSAMPLESLIB" >&6; }11570 { $as_echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 11571 $as_echo "$IPPSAMPLESLIB" >&6; } 11137 11572 11138 11573 SAVED_CFLAGS="$CFLAGS" … … 11145 11580 LIBS="-lusc $LIBS" 11146 11581 11147 { echo "$as_me:$LINENO: checking Intel IPP USC usability" >&511148 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6; }11582 { $as_echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 11583 $as_echo_n "checking Intel IPP USC usability... " >&6; } 11149 11584 cat >conftest.$ac_ext <<_ACEOF 11150 11585 /* confdefs.h. */ … … 11169 11604 *) ac_try_echo=$ac_try;; 11170 11605 esac 11171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11607 $as_echo "$ac_try_echo") >&5 11172 11608 (eval "$ac_link") 2>conftest.er1 11173 11609 ac_status=$? … … 11175 11611 rm -f conftest.er1 11176 11612 cat conftest.err >&5 11177 echo "$as_me:$LINENO: \$? = $ac_status" >&511613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11178 11614 (exit $ac_status); } && { 11179 11615 test -z "$ac_c_werror_flag" || 11180 11616 test ! -s conftest.err 11181 } && test -s conftest$ac_exeext && 11182 $as_test_x conftest$ac_exeext; then 11183 { echo "$as_me:$LINENO: result: ok" >&5 11184 echo "${ECHO_T}ok" >&6; } 11185 else 11186 echo "$as_me: failed program was:" >&5 11617 } && test -s conftest$ac_exeext && { 11618 test "$cross_compiling" = yes || 11619 $as_test_x conftest$ac_exeext 11620 }; then 11621 { $as_echo "$as_me:$LINENO: result: ok" >&5 11622 $as_echo "ok" >&6; } 11623 else 11624 $as_echo "$as_me: failed program was:" >&5 11187 11625 sed 's/^/| /' conftest.$ac_ext >&5 11188 11626 11189 { { echo "$as_me:$LINENO: error: failed11627 { { $as_echo "$as_me:$LINENO: error: failed 11190 11628 See \`config.log' for more details." >&5 11191 echo "$as_me: error: failed11629 $as_echo "$as_me: error: failed 11192 11630 See \`config.log' for more details." >&2;} 11193 11631 { (exit 1); exit 1; }; } 11194 11632 fi 11195 11633 11634 rm -rf conftest.dSYM 11196 11635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11197 11636 conftest$ac_exeext conftest.$ac_ext … … 11211 11650 export IPP_LIBS=$IPP_LIBS" 11212 11651 else 11213 { echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&511214 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6; }11652 { $as_echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 11653 $as_echo "Skipping Intel IPP settings (not wanted)" >&6; } 11215 11654 fi 11216 11655 … … 11223 11662 if test "$enable_ssl" = "no"; then 11224 11663 ac_no_ssl=1 11225 { echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&511226 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6; }11664 { $as_echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 11665 $as_echo "Checking if SSL support is disabled... yes" >&6; } 11227 11666 fi 11228 11667 11229 11668 else 11230 11669 11231 { echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&511232 echo "${ECHO_T}checking for OpenSSL installations.." >&6; }11670 { $as_echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 11671 $as_echo "checking for OpenSSL installations.." >&6; } 11233 11672 11234 11673 11235 11674 11236 11675 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 11237 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&511238 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }11676 { $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 11677 $as_echo_n "checking for openssl/ssl.h... " >&6; } 11239 11678 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 11240 echo $ECHO_N "(cached) $ECHO_C" >&611241 fi 11242 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&511243 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }11679 $as_echo_n "(cached) " >&6 11680 fi 11681 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 11682 $as_echo "$ac_cv_header_openssl_ssl_h" >&6; } 11244 11683 else 11245 11684 # Is the header compilable? 11246 { echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&511247 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; }11685 { $as_echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 11686 $as_echo_n "checking openssl/ssl.h usability... " >&6; } 11248 11687 cat >conftest.$ac_ext <<_ACEOF 11249 11688 /* confdefs.h. */ … … 11261 11700 *) ac_try_echo=$ac_try;; 11262 11701 esac 11263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11703 $as_echo "$ac_try_echo") >&5 11264 11704 (eval "$ac_compile") 2>conftest.er1 11265 11705 ac_status=$? … … 11267 11707 rm -f conftest.er1 11268 11708 cat conftest.err >&5 11269 echo "$as_me:$LINENO: \$? = $ac_status" >&511709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11270 11710 (exit $ac_status); } && { 11271 11711 test -z "$ac_c_werror_flag" || … … 11274 11714 ac_header_compiler=yes 11275 11715 else 11276 echo "$as_me: failed program was:" >&511716 $as_echo "$as_me: failed program was:" >&5 11277 11717 sed 's/^/| /' conftest.$ac_ext >&5 11278 11718 … … 11281 11721 11282 11722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11283 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&511284 echo "${ECHO_T}$ac_header_compiler" >&6; }11723 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11724 $as_echo "$ac_header_compiler" >&6; } 11285 11725 11286 11726 # Is the header present? 11287 { echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&511288 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; }11727 { $as_echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 11728 $as_echo_n "checking openssl/ssl.h presence... " >&6; } 11289 11729 cat >conftest.$ac_ext <<_ACEOF 11290 11730 /* confdefs.h. */ … … 11300 11740 *) ac_try_echo=$ac_try;; 11301 11741 esac 11302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11743 $as_echo "$ac_try_echo") >&5 11303 11744 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11304 11745 ac_status=$? … … 11306 11747 rm -f conftest.er1 11307 11748 cat conftest.err >&5 11308 echo "$as_me:$LINENO: \$? = $ac_status" >&511749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11309 11750 (exit $ac_status); } >/dev/null && { 11310 11751 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 11313 11754 ac_header_preproc=yes 11314 11755 else 11315 echo "$as_me: failed program was:" >&511756 $as_echo "$as_me: failed program was:" >&5 11316 11757 sed 's/^/| /' conftest.$ac_ext >&5 11317 11758 … … 11320 11761 11321 11762 rm -f conftest.err conftest.$ac_ext 11322 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&511323 echo "${ECHO_T}$ac_header_preproc" >&6; }11763 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11764 $as_echo "$ac_header_preproc" >&6; } 11324 11765 11325 11766 # So? What about this header? 11326 11767 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11327 11768 yes:no: ) 11328 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&511329 echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}11330 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&511331 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;}11769 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5 11770 $as_echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11771 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5 11772 $as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;} 11332 11773 ac_header_preproc=yes 11333 11774 ;; 11334 11775 no:yes:* ) 11335 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&511336 echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;}11337 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&511338 echo "$as_me: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&2;}11339 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&511340 echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;}11341 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&511342 echo "$as_me: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&2;}11343 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&511344 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;}11345 { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&511346 echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;}11776 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5 11777 $as_echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;} 11778 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&5 11779 $as_echo "$as_me: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&2;} 11780 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5 11781 $as_echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;} 11782 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&5 11783 $as_echo "$as_me: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&2;} 11784 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5 11785 $as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;} 11786 { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 11787 $as_echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 11347 11788 11348 11789 ;; 11349 11790 esac 11350 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&511351 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }11791 { $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 11792 $as_echo_n "checking for openssl/ssl.h... " >&6; } 11352 11793 if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 11353 echo $ECHO_N "(cached) $ECHO_C" >&611794 $as_echo_n "(cached) " >&6 11354 11795 else 11355 11796 ac_cv_header_openssl_ssl_h=$ac_header_preproc 11356 11797 fi 11357 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&511358 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }11798 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 11799 $as_echo "$ac_cv_header_openssl_ssl_h" >&6; } 11359 11800 11360 11801 fi … … 11364 11805 11365 11806 11366 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 11367 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } 11807 { $as_echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 11808 $as_echo_n "checking for ERR_load_BIO_strings in -lcrypto... " >&6; } 11809 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 11810 $as_echo_n "(cached) " >&6 11811 else 11812 ac_check_lib_save_LIBS=$LIBS 11813 LIBS="-lcrypto $LIBS" 11814 cat >conftest.$ac_ext <<_ACEOF 11815 /* confdefs.h. */ 11816 _ACEOF 11817 cat confdefs.h >>conftest.$ac_ext 11818 cat >>conftest.$ac_ext <<_ACEOF 11819 /* end confdefs.h. */ 11820 11821 /* Override any GCC internal prototype to avoid an error. 11822 Use char because int might match the return type of a GCC 11823 builtin and then its argument prototype would still apply. */ 11824 #ifdef __cplusplus 11825 extern "C" 11826 #endif 11827 char ERR_load_BIO_strings (); 11828 int 11829 main () 11830 { 11831 return ERR_load_BIO_strings (); 11832 ; 11833 return 0; 11834 } 11835 _ACEOF 11836 rm -f conftest.$ac_objext conftest$ac_exeext 11837 if { (ac_try="$ac_link" 11838 case "(($ac_try" in 11839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11840 *) ac_try_echo=$ac_try;; 11841 esac 11842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11843 $as_echo "$ac_try_echo") >&5 11844 (eval "$ac_link") 2>conftest.er1 11845 ac_status=$? 11846 grep -v '^ *+' conftest.er1 >conftest.err 11847 rm -f conftest.er1 11848 cat conftest.err >&5 11849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11850 (exit $ac_status); } && { 11851 test -z "$ac_c_werror_flag" || 11852 test ! -s conftest.err 11853 } && test -s conftest$ac_exeext && { 11854 test "$cross_compiling" = yes || 11855 $as_test_x conftest$ac_exeext 11856 }; then 11857 ac_cv_lib_crypto_ERR_load_BIO_strings=yes 11858 else 11859 $as_echo "$as_me: failed program was:" >&5 11860 sed 's/^/| /' conftest.$ac_ext >&5 11861 11862 ac_cv_lib_crypto_ERR_load_BIO_strings=no 11863 fi 11864 11865 rm -rf conftest.dSYM 11866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11867 conftest$ac_exeext conftest.$ac_ext 11868 LIBS=$ac_check_lib_save_LIBS 11869 fi 11870 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 11871 $as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 11872 if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 11873 libcrypto_present=1 && LIBS="$LIBS -lcrypto" 11874 fi 11875 11876 { $as_echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 11877 $as_echo_n "checking for SSL_library_init in -lssl... " >&6; } 11368 11878 if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then 11369 echo $ECHO_N "(cached) $ECHO_C" >&611879 $as_echo_n "(cached) " >&6 11370 11880 else 11371 11881 ac_check_lib_save_LIBS=$LIBS … … 11399 11909 *) ac_try_echo=$ac_try;; 11400 11910 esac 11401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11912 $as_echo "$ac_try_echo") >&5 11402 11913 (eval "$ac_link") 2>conftest.er1 11403 11914 ac_status=$? … … 11405 11916 rm -f conftest.er1 11406 11917 cat conftest.err >&5 11407 echo "$as_me:$LINENO: \$? = $ac_status" >&511918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11408 11919 (exit $ac_status); } && { 11409 11920 test -z "$ac_c_werror_flag" || 11410 11921 test ! -s conftest.err 11411 } && test -s conftest$ac_exeext && 11412 $as_test_x conftest$ac_exeext; then 11922 } && test -s conftest$ac_exeext && { 11923 test "$cross_compiling" = yes || 11924 $as_test_x conftest$ac_exeext 11925 }; then 11413 11926 ac_cv_lib_ssl_SSL_library_init=yes 11414 11927 else 11415 echo "$as_me: failed program was:" >&511928 $as_echo "$as_me: failed program was:" >&5 11416 11929 sed 's/^/| /' conftest.$ac_ext >&5 11417 11930 … … 11419 11932 fi 11420 11933 11934 rm -rf conftest.dSYM 11421 11935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11422 11936 conftest$ac_exeext conftest.$ac_ext 11423 11937 LIBS=$ac_check_lib_save_LIBS 11424 11938 fi 11425 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&511426 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; }11939 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 11940 $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } 11427 11941 if test $ac_cv_lib_ssl_SSL_library_init = yes; then 11428 11942 libssl_present=1 && LIBS="$LIBS -lssl" 11429 11943 fi 11430 11944 11431 { echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&511432 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6; }11433 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then11434 echo $ECHO_N "(cached) $ECHO_C" >&611435 else11436 ac_check_lib_save_LIBS=$LIBS11437 LIBS="-lcrypto $LIBS"11438 cat >conftest.$ac_ext <<_ACEOF11439 /* confdefs.h. */11440 _ACEOF11441 cat confdefs.h >>conftest.$ac_ext11442 cat >>conftest.$ac_ext <<_ACEOF11443 /* end confdefs.h. */11444 11445 /* Override any GCC internal prototype to avoid an error.11446 Use char because int might match the return type of a GCC11447 builtin and then its argument prototype would still apply. */11448 #ifdef __cplusplus11449 extern "C"11450 #endif11451 char ERR_load_BIO_strings ();11452 int11453 main ()11454 {11455 return ERR_load_BIO_strings ();11456 ;11457 return 0;11458 }11459 _ACEOF11460 rm -f conftest.$ac_objext conftest$ac_exeext11461 if { (ac_try="$ac_link"11462 case "(($ac_try" in11463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;11464 *) ac_try_echo=$ac_try;;11465 esac11466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&511467 (eval "$ac_link") 2>conftest.er111468 ac_status=$?11469 grep -v '^ *+' conftest.er1 >conftest.err11470 rm -f conftest.er111471 cat conftest.err >&511472 echo "$as_me:$LINENO: \$? = $ac_status" >&511473 (exit $ac_status); } && {11474 test -z "$ac_c_werror_flag" ||11475 test ! -s conftest.err11476 } && test -s conftest$ac_exeext &&11477 $as_test_x conftest$ac_exeext; then11478 ac_cv_lib_crypto_ERR_load_BIO_strings=yes11479 else11480 echo "$as_me: failed program was:" >&511481 sed 's/^/| /' conftest.$ac_ext >&511482 11483 ac_cv_lib_crypto_ERR_load_BIO_strings=no11484 fi11485 11486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \11487 conftest$ac_exeext conftest.$ac_ext11488 LIBS=$ac_check_lib_save_LIBS11489 fi11490 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&511491 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; }11492 if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then11493 libcrypto_present=1 && LIBS="$LIBS -lcrypto"11494 fi11495 11496 11945 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 11497 { echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&511498 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6; }11946 { $as_echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 11947 $as_echo "OpenSSL library found, SSL support enabled" >&6; } 11499 11948 # PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK 11500 11949 #AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) … … 11504 11953 11505 11954 else 11506 { echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&511507 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6; }11955 { $as_echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 11956 $as_echo "** OpenSSL libraries not found, disabling SSL support **" >&6; } 11508 11957 fi 11509 11958 … … 11514 11963 11515 11964 11516 { echo "$as_me:$LINENO: checking if select() needs correct nfds" >&511517 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6; }11965 { $as_echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 11966 $as_echo_n "checking if select() needs correct nfds... " >&6; } 11518 11967 case $target in 11519 11968 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11521 11970 _ACEOF 11522 11971 11523 { echo "$as_me:$LINENO: result: yes" >&511524 echo "${ECHO_T}yes" >&6; }11972 { $as_echo "$as_me:$LINENO: result: yes" >&5 11973 $as_echo "yes" >&6; } 11525 11974 ;; 11526 11975 *) cat >>confdefs.h <<\_ACEOF … … 11528 11977 _ACEOF 11529 11978 11530 { echo "$as_me:$LINENO: result: no (default)" >&511531 echo "${ECHO_T}no (default)" >&6; }11532 { echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&511533 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6; }11979 { $as_echo "$as_me:$LINENO: result: no (default)" >&5 11980 $as_echo "no (default)" >&6; } 11981 { $as_echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 11982 $as_echo "** Decided that select() doesn't need correct nfds (please check)" >&6; } 11534 11983 ;; 11535 11984 esac 11536 11985 11537 { echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&511538 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6; }11986 { $as_echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 11987 $as_echo_n "checking if pj_thread_create() should enforce stack size... " >&6; } 11539 11988 case $target in 11540 11989 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11542 11991 _ACEOF 11543 11992 11544 { echo "$as_me:$LINENO: result: yes" >&511545 echo "${ECHO_T}yes" >&6; }11993 { $as_echo "$as_me:$LINENO: result: yes" >&5 11994 $as_echo "yes" >&6; } 11546 11995 ;; 11547 11996 *) cat >>confdefs.h <<\_ACEOF … … 11549 11998 _ACEOF 11550 11999 11551 { echo "$as_me:$LINENO: result: no (default)" >&511552 echo "${ECHO_T}no (default)" >&6; }12000 { $as_echo "$as_me:$LINENO: result: no (default)" >&5 12001 $as_echo "no (default)" >&6; } 11553 12002 ;; 11554 12003 esac 11555 12004 11556 { echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&511557 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6; }12005 { $as_echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 12006 $as_echo_n "checking if pj_thread_create() should allocate stack... " >&6; } 11558 12007 case $target in 11559 12008 *rtems*) cat >>confdefs.h <<\_ACEOF … … 11561 12010 _ACEOF 11562 12011 11563 { echo "$as_me:$LINENO: result: yes" >&511564 echo "${ECHO_T}yes" >&6; }12012 { $as_echo "$as_me:$LINENO: result: yes" >&5 12013 $as_echo "yes" >&6; } 11565 12014 ;; 11566 12015 *) cat >>confdefs.h <<\_ACEOF … … 11568 12017 _ACEOF 11569 12018 11570 { echo "$as_me:$LINENO: result: no (default)" >&511571 echo "${ECHO_T}no (default)" >&6; }12019 { $as_echo "$as_me:$LINENO: result: no (default)" >&5 12020 $as_echo "no (default)" >&6; } 11572 12021 ;; 11573 12022 esac … … 11584 12033 _ACEOF 11585 12034 11586 { echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&511587 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; }12035 { $as_echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 12036 $as_echo "** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 11588 12037 ;; 11589 12038 esac … … 11600 12049 _ACEOF 11601 12050 11602 { echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&511603 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; }12051 { $as_echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 12052 $as_echo "** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 11604 12053 ;; 11605 12054 esac … … 11656 12105 *${as_nl}*) 11657 12106 case $ac_var in #( 11658 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&511659 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;12107 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 12108 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 11660 12109 esac 11661 12110 case $ac_var in #( 11662 12111 _ | IFS | as_nl) ;; #( 12112 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 11663 12113 *) $as_unset $ac_var ;; 11664 12114 esac ;; … … 11693 12143 if test -w "$cache_file"; then 11694 12144 test "x$cache_file" != "x/dev/null" && 11695 { echo "$as_me:$LINENO: updating cache $cache_file" >&511696 echo "$as_me: updating cache $cache_file" >&6;}12145 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 12146 $as_echo "$as_me: updating cache $cache_file" >&6;} 11697 12147 cat confcache >$cache_file 11698 12148 else 11699 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&511700 echo "$as_me: not updating unwritable cache $cache_file" >&6;}12149 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 12150 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 11701 12151 fi 11702 12152 fi … … 11714 12164 # 1. Remove the extension, and $U if already installed. 11715 12165 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 11716 ac_i=` echo "$ac_i" | sed "$ac_script"`12166 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 11717 12167 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 11718 12168 # will be set to the directory where LIBOBJS objects are built. … … 11726 12176 11727 12177 12178 11728 12179 : ${CONFIG_STATUS=./config.status} 12180 ac_write_fail=0 11729 12181 ac_clean_files_save=$ac_clean_files 11730 12182 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 11731 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&511732 echo "$as_me: creating $CONFIG_STATUS" >&6;}11733 cat >$CONFIG_STATUS <<_ACEOF 12183 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 12184 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 12185 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11734 12186 #! $SHELL 11735 12187 # Generated by $as_me. … … 11744 12196 _ACEOF 11745 12197 11746 cat >>$CONFIG_STATUS <<\_ACEOF 12198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11747 12199 ## --------------------- ## 11748 12200 ## M4sh Initialization. ## … … 11754 12206 emulate sh 11755 12207 NULLCMD=: 11756 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which12208 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 11757 12209 # is contrary to our usage. Disable this feature. 11758 12210 alias -g '${1+"$@"}'='"$@"' … … 11776 12228 as_cr_alnum=$as_cr_Letters$as_cr_digits 11777 12229 12230 as_nl=' 12231 ' 12232 export as_nl 12233 # Printing a long string crashes Solaris 7 /usr/bin/printf. 12234 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 12235 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 12236 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 12237 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 12238 as_echo='printf %s\n' 12239 as_echo_n='printf %s' 12240 else 12241 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 12242 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 12243 as_echo_n='/usr/ucb/echo -n' 12244 else 12245 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 12246 as_echo_n_body='eval 12247 arg=$1; 12248 case $arg in 12249 *"$as_nl"*) 12250 expr "X$arg" : "X\\(.*\\)$as_nl"; 12251 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 12252 esac; 12253 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 12254 ' 12255 export as_echo_n_body 12256 as_echo_n='sh -c $as_echo_n_body as_echo' 12257 fi 12258 export as_echo_body 12259 as_echo='sh -c $as_echo_body as_echo' 12260 fi 12261 11778 12262 # The user is always right. 11779 12263 if test "${PATH_SEPARATOR+set}" != set; then 11780 echo "#! /bin/sh" >conf$$.sh 11781 echo "exit 0" >>conf$$.sh 11782 chmod +x conf$$.sh 11783 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 11784 PATH_SEPARATOR=';' 11785 else 11786 PATH_SEPARATOR=: 11787 fi 11788 rm -f conf$$.sh 12264 PATH_SEPARATOR=: 12265 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 12266 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 12267 PATH_SEPARATOR=';' 12268 } 11789 12269 fi 11790 12270 … … 11802 12282 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 11803 12283 # splitting by setting IFS to empty value.) 11804 as_nl='11805 '11806 12284 IFS=" "" $as_nl" 11807 12285 … … 11826 12304 fi 11827 12305 if test ! -f "$as_myself"; then 11828 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&212306 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 11829 12307 { (exit 1); exit 1; } 11830 12308 fi … … 11839 12317 11840 12318 # NLS nuisances. 11841 for as_var in \ 11842 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 11843 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 11844 LC_TELEPHONE LC_TIME 11845 do 11846 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 11847 eval $as_var=C; export $as_var 11848 else 11849 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11850 fi 11851 done 12319 LC_ALL=C 12320 export LC_ALL 12321 LANGUAGE=C 12322 export LANGUAGE 11852 12323 11853 12324 # Required to use basename. … … 11871 12342 X"$0" : 'X\(//\)$' \| \ 11872 12343 X"$0" : 'X\(/\)' \| . 2>/dev/null || 11873 echo X/"$0" |12344 $as_echo X/"$0" | 11874 12345 sed '/^.*\/\([^/][^/]*\)\/*$/{ 11875 12346 s//\1/ … … 11922 12393 ' >$as_me.lineno && 11923 12394 chmod +x "$as_me.lineno" || 11924 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&212395 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 11925 12396 { (exit 1); exit 1; }; } 11926 12397 … … 11950 12421 ECHO_N='-n';; 11951 12422 esac 11952 11953 12423 if expr a : '\(a\)' >/dev/null 2>&1 && 11954 12424 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 11963 12433 else 11964 12434 rm -f conf$$.dir 11965 mkdir conf$$.dir 11966 fi 11967 echo >conf$$.file 11968 if ln -s conf$$.file conf$$ 2>/dev/null; then 11969 as_ln_s='ln -s' 11970 # ... but there are two gotchas: 11971 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 11972 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 11973 # In both cases, we have to default to `cp -p'. 11974 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 12435 mkdir conf$$.dir 2>/dev/null 12436 fi 12437 if (echo >conf$$.file) 2>/dev/null; then 12438 if ln -s conf$$.file conf$$ 2>/dev/null; then 12439 as_ln_s='ln -s' 12440 # ... but there are two gotchas: 12441 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 12442 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 12443 # In both cases, we have to default to `cp -p'. 12444 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 12445 as_ln_s='cp -p' 12446 elif ln conf$$.file conf$$ 2>/dev/null; then 12447 as_ln_s=ln 12448 else 11975 12449 as_ln_s='cp -p' 11976 elif ln conf$$.file conf$$ 2>/dev/null; then 11977 as_ln_s=ln 12450 fi 11978 12451 else 11979 12452 as_ln_s='cp -p' … … 12000 12473 eval sh -c '\'' 12001 12474 if test -d "$1"; then 12002 12475 test -d "$1/."; 12003 12476 else 12004 12477 case $1 in 12005 12478 -*)set "./$1";; 12006 12479 esac; 12007 12480 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 12026 12499 ac_log=" 12027 12500 This file was extended by pjproject $as_me 1.0, which was 12028 generated by GNU Autoconf 2.6 1. Invocation command line was12501 generated by GNU Autoconf 2.62. Invocation command line was 12029 12502 12030 12503 CONFIG_FILES = $CONFIG_FILES … … 12039 12512 _ACEOF 12040 12513 12041 cat >>$CONFIG_STATUS <<_ACEOF 12514 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12042 12515 # Files that config.status was made for. 12043 12516 config_files="$ac_config_files" … … 12046 12519 _ACEOF 12047 12520 12048 cat >>$CONFIG_STATUS <<\_ACEOF 12521 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12049 12522 ac_cs_usage="\ 12050 12523 \`$as_me' instantiates files from templates according to the … … 12059 12532 --recheck update $as_me by reconfiguring in the same conditions 12060 12533 --file=FILE[:TEMPLATE] 12061 12534 instantiate the configuration file FILE 12062 12535 --header=FILE[:TEMPLATE] 12063 12536 instantiate the configuration header FILE 12064 12537 12065 12538 Configuration files: … … 12072 12545 12073 12546 _ACEOF 12074 cat >>$CONFIG_STATUS <<_ACEOF 12547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12075 12548 ac_cs_version="\\ 12076 12549 pjproject config.status 1.0 12077 configured by $0, generated by GNU Autoconf 2.6 1,12078 with options \\"` echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"12079 12080 Copyright (C) 200 6Free Software Foundation, Inc.12550 configured by $0, generated by GNU Autoconf 2.62, 12551 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 12552 12553 Copyright (C) 2008 Free Software Foundation, Inc. 12081 12554 This config.status script is free software; the Free Software Foundation 12082 12555 gives unlimited permission to copy, distribute and modify it." … … 12084 12557 ac_pwd='$ac_pwd' 12085 12558 srcdir='$srcdir' 12086 _ACEOF 12087 12088 cat >>$CONFIG_STATUS <<\_ACEOF 12089 # If no file are specified by the user, then we need to provide default 12090 # value. By we need to know if files were specified by the user.12559 test -n "\$AWK" || AWK=awk 12560 _ACEOF 12561 12562 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12563 # The default lists apply if the user does not specify any file. 12091 12564 ac_need_defaults=: 12092 12565 while test $# != 0 … … 12110 12583 ac_cs_recheck=: ;; 12111 12584 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 12112 echo "$ac_cs_version"; exit ;;12585 $as_echo "$ac_cs_version"; exit ;; 12113 12586 --debug | --debu | --deb | --de | --d | -d ) 12114 12587 debug=: ;; 12115 12588 --file | --fil | --fi | --f ) 12116 12589 $ac_shift 12117 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 12590 case $ac_optarg in 12591 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 12592 esac 12593 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 12118 12594 ac_need_defaults=false;; 12119 12595 --header | --heade | --head | --hea ) 12120 12596 $ac_shift 12121 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 12597 case $ac_optarg in 12598 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 12599 esac 12600 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 12122 12601 ac_need_defaults=false;; 12123 12602 --he | --h) 12124 12603 # Conflict between --help and --header 12125 { echo "$as_me: error: ambiguous option: $112604 { $as_echo "$as_me: error: ambiguous option: $1 12126 12605 Try \`$0 --help' for more information." >&2 12127 12606 { (exit 1); exit 1; }; };; 12128 12607 --help | --hel | -h ) 12129 echo "$ac_cs_usage"; exit ;;12608 $as_echo "$ac_cs_usage"; exit ;; 12130 12609 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 12131 12610 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 12133 12612 12134 12613 # This is an error. 12135 -*) { echo "$as_me: error: unrecognized option: $112614 -*) { $as_echo "$as_me: error: unrecognized option: $1 12136 12615 Try \`$0 --help' for more information." >&2 12137 12616 { (exit 1); exit 1; }; } ;; … … 12152 12631 12153 12632 _ACEOF 12154 cat >>$CONFIG_STATUS <<_ACEOF 12633 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12155 12634 if \$ac_cs_recheck; then 12156 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 12157 CONFIG_SHELL=$SHELL 12635 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 12636 shift 12637 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 12638 CONFIG_SHELL='$SHELL' 12158 12639 export CONFIG_SHELL 12159 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion12160 fi 12161 12162 _ACEOF 12163 cat >>$CONFIG_STATUS <<\_ACEOF 12640 exec "\$@" 12641 fi 12642 12643 _ACEOF 12644 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12164 12645 exec 5>>config.log 12165 12646 { … … 12168 12649 ## Running $as_me. ## 12169 12650 _ASBOX 12170 echo "$ac_log"12651 $as_echo "$ac_log" 12171 12652 } >&5 12172 12653 12173 12654 _ACEOF 12174 cat >>$CONFIG_STATUS <<_ACEOF 12175 _ACEOF 12176 12177 cat >>$CONFIG_STATUS <<\_ACEOF 12655 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12656 _ACEOF 12657 12658 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12178 12659 12179 12660 # Handling of arguments. … … 12195 12676 "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 12196 12677 12197 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&512198 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}12678 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 12679 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12199 12680 { (exit 1); exit 1; }; };; 12200 12681 esac … … 12236 12717 } || 12237 12718 { 12238 echo "$me: cannot create a temporary directory in ." >&212719 $as_echo "$as_me: cannot create a temporary directory in ." >&2 12239 12720 { (exit 1); exit 1; } 12240 12721 } 12241 12722 12242 # 12243 # Set up the sed scripts for CONFIG_FILES section. 12244 # 12245 12246 # No need to generate the scripts if there are no CONFIG_FILES. 12247 # This happens for instance when ./config.status config.h 12723 # Set up the scripts for CONFIG_FILES section. 12724 # No need to generate them if there are no CONFIG_FILES. 12725 # This happens for instance with `./config.status config.h'. 12248 12726 if test -n "$CONFIG_FILES"; then 12249 12727 12250 _ACEOF 12251 12252 12253 12728 12729 ac_cr=' 12730 ' 12731 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 12732 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 12733 ac_cs_awk_cr='\\r' 12734 else 12735 ac_cs_awk_cr=$ac_cr 12736 fi 12737 12738 echo 'BEGIN {' >"$tmp/subs1.awk" && 12739 _ACEOF 12740 12741 12742 { 12743 echo "cat >conf$$subs.awk <<_ACEOF" && 12744 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 12745 echo "_ACEOF" 12746 } >conf$$subs.sh || 12747 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 12748 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 12749 { (exit 1); exit 1; }; } 12750 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 12254 12751 ac_delim='%!_!# ' 12255 12752 for ac_last_try in false false false false false :; do 12256 cat >conf$$subs.sed <<_ACEOF 12257 SHELL!$SHELL$ac_delim 12258 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 12259 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 12260 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 12261 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 12262 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 12263 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 12264 exec_prefix!$exec_prefix$ac_delim 12265 prefix!$prefix$ac_delim 12266 program_transform_name!$program_transform_name$ac_delim 12267 bindir!$bindir$ac_delim 12268 sbindir!$sbindir$ac_delim 12269 libexecdir!$libexecdir$ac_delim 12270 datarootdir!$datarootdir$ac_delim 12271 datadir!$datadir$ac_delim 12272 sysconfdir!$sysconfdir$ac_delim 12273 sharedstatedir!$sharedstatedir$ac_delim 12274 localstatedir!$localstatedir$ac_delim 12275 includedir!$includedir$ac_delim 12276 oldincludedir!$oldincludedir$ac_delim 12277 docdir!$docdir$ac_delim 12278 infodir!$infodir$ac_delim 12279 htmldir!$htmldir$ac_delim 12280 dvidir!$dvidir$ac_delim 12281 pdfdir!$pdfdir$ac_delim 12282 psdir!$psdir$ac_delim 12283 libdir!$libdir$ac_delim 12284 localedir!$localedir$ac_delim 12285 mandir!$mandir$ac_delim 12286 DEFS!$DEFS$ac_delim 12287 ECHO_C!$ECHO_C$ac_delim 12288 ECHO_N!$ECHO_N$ac_delim 12289 ECHO_T!$ECHO_T$ac_delim 12290 LIBS!$LIBS$ac_delim 12291 build_alias!$build_alias$ac_delim 12292 host_alias!$host_alias$ac_delim 12293 target_alias!$target_alias$ac_delim 12294 build!$build$ac_delim 12295 build_cpu!$build_cpu$ac_delim 12296 build_vendor!$build_vendor$ac_delim 12297 build_os!$build_os$ac_delim 12298 host!$host$ac_delim 12299 host_cpu!$host_cpu$ac_delim 12300 host_vendor!$host_vendor$ac_delim 12301 host_os!$host_os$ac_delim 12302 target!$target$ac_delim 12303 target_cpu!$target_cpu$ac_delim 12304 target_vendor!$target_vendor$ac_delim 12305 target_os!$target_os$ac_delim 12306 CC!$CC$ac_delim 12307 CFLAGS!$CFLAGS$ac_delim 12308 LDFLAGS!$LDFLAGS$ac_delim 12309 CPPFLAGS!$CPPFLAGS$ac_delim 12310 ac_ct_CC!$ac_ct_CC$ac_delim 12311 EXEEXT!$EXEEXT$ac_delim 12312 OBJEXT!$OBJEXT$ac_delim 12313 CXX!$CXX$ac_delim 12314 CXXFLAGS!$CXXFLAGS$ac_delim 12315 ac_ct_CXX!$ac_ct_CXX$ac_delim 12316 ac_pjdir!$ac_pjdir$ac_delim 12317 ac_build_mak_vars!$ac_build_mak_vars$ac_delim 12318 CPP!$CPP$ac_delim 12319 GREP!$GREP$ac_delim 12320 EGREP!$EGREP$ac_delim 12321 ac_os_objs!$ac_os_objs$ac_delim 12322 ac_pjmedia_snd!$ac_pjmedia_snd$ac_delim 12323 ac_pa_cflags!$ac_pa_cflags$ac_delim 12324 ac_pa_use_alsa!$ac_pa_use_alsa$ac_delim 12325 ac_pa_use_oss!$ac_pa_use_oss$ac_delim 12326 ac_no_small_filter!$ac_no_small_filter$ac_delim 12327 ac_no_large_filter!$ac_no_large_filter$ac_delim 12328 ac_no_speex_aec!$ac_no_speex_aec$ac_delim 12329 ac_no_g711_codec!$ac_no_g711_codec$ac_delim 12330 ac_no_l16_codec!$ac_no_l16_codec$ac_delim 12331 ac_no_gsm_codec!$ac_no_gsm_codec$ac_delim 12332 ac_no_g722_codec!$ac_no_g722_codec$ac_delim 12333 ac_no_g7221_codec!$ac_no_g7221_codec$ac_delim 12334 ac_no_speex_codec!$ac_no_speex_codec$ac_delim 12335 ac_no_ilbc_codec!$ac_no_ilbc_codec$ac_delim 12336 ac_no_ssl!$ac_no_ssl$ac_delim 12337 openssl_h_present!$openssl_h_present$ac_delim 12338 libssl_present!$libssl_present$ac_delim 12339 libcrypto_present!$libcrypto_present$ac_delim 12340 ac_cross_compile!$ac_cross_compile$ac_delim 12341 ac_linux_poll!$ac_linux_poll$ac_delim 12342 ac_host!$ac_host$ac_delim 12343 ac_main_obj!$ac_main_obj$ac_delim 12344 LIBOBJS!$LIBOBJS$ac_delim 12345 LTLIBOBJS!$LTLIBOBJS$ac_delim 12346 _ACEOF 12347 12348 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 12753 . ./conf$$subs.sh || 12754 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 12755 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 12756 { (exit 1); exit 1; }; } 12757 12758 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then 12349 12759 break 12350 12760 elif $ac_last_try; then 12351 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&512352 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}12761 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 12762 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 12353 12763 { (exit 1); exit 1; }; } 12354 12764 else … … 12356 12766 fi 12357 12767 done 12358 12359 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 12360 if test -n "$ac_eof"; then 12361 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 12362 ac_eof=`expr $ac_eof + 1` 12363 fi 12364 12365 cat >>$CONFIG_STATUS <<_ACEOF 12366 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 12367 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 12368 _ACEOF 12369 sed ' 12370 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 12371 s/^/s,@/; s/!/@,|#_!!_#|/ 12372 :n 12373 t n 12374 s/'"$ac_delim"'$/,g/; t 12375 s/$/\\/; p 12376 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 12377 ' >>$CONFIG_STATUS <conf$$subs.sed 12378 rm -f conf$$subs.sed 12379 cat >>$CONFIG_STATUS <<_ACEOF 12380 :end 12381 s/|#_!!_#|//g 12382 CEOF$ac_eof 12383 _ACEOF 12384 12768 rm -f conf$$subs.sh 12769 12770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12771 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 12772 _ACEOF 12773 sed -n ' 12774 h 12775 s/^/S["/; s/!.*/"]=/ 12776 p 12777 g 12778 s/^[^!]*!// 12779 :repl 12780 t repl 12781 s/'"$ac_delim"'$// 12782 t delim 12783 :nl 12784 h 12785 s/\(.\{148\}\).*/\1/ 12786 t more1 12787 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 12788 p 12789 n 12790 b repl 12791 :more1 12792 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 12793 p 12794 g 12795 s/.\{148\}// 12796 t nl 12797 :delim 12798 h 12799 s/\(.\{148\}\).*/\1/ 12800 t more2 12801 s/["\\]/\\&/g; s/^/"/; s/$/"/ 12802 p 12803 b 12804 :more2 12805 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 12806 p 12807 g 12808 s/.\{148\}// 12809 t delim 12810 ' <conf$$subs.awk | sed ' 12811 /^[^""]/{ 12812 N 12813 s/\n// 12814 } 12815 ' >>$CONFIG_STATUS || ac_write_fail=1 12816 rm -f conf$$subs.awk 12817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12818 _ACAWK 12819 cat >>"\$tmp/subs1.awk" <<_ACAWK && 12820 for (key in S) S_is_set[key] = 1 12821 FS = "" 12822 12823 } 12824 { 12825 line = $ 0 12826 nfields = split(line, field, "@") 12827 substed = 0 12828 len = length(field[1]) 12829 for (i = 2; i < nfields; i++) { 12830 key = field[i] 12831 keylen = length(key) 12832 if (S_is_set[key]) { 12833 value = S[key] 12834 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 12835 len += length(value) + length(field[++i]) 12836 substed = 1 12837 } else 12838 len += 1 + keylen 12839 } 12840 12841 print line 12842 } 12843 12844 _ACAWK 12845 _ACEOF 12846 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12847 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 12848 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 12849 else 12850 cat 12851 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 12852 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 12853 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 12854 { (exit 1); exit 1; }; } 12855 _ACEOF 12385 12856 12386 12857 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 12399 12870 fi 12400 12871 12401 cat >>$CONFIG_STATUS <<\_ACEOF 12872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12402 12873 fi # test -n "$CONFIG_FILES" 12403 12874 12404 12405 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 12875 # Set up the scripts for CONFIG_HEADERS section. 12876 # No need to generate them if there are no CONFIG_HEADERS. 12877 # This happens for instance with `./config.status Makefile'. 12878 if test -n "$CONFIG_HEADERS"; then 12879 cat >"$tmp/defines.awk" <<\_ACAWK || 12880 BEGIN { 12881 _ACEOF 12882 12883 # Transform confdefs.h into an awk script `defines.awk', embedded as 12884 # here-document in config.status, that substitutes the proper values into 12885 # config.h.in to produce config.h. 12886 12887 # Create a delimiter string that does not exist in confdefs.h, to ease 12888 # handling of long lines. 12889 ac_delim='%!_!# ' 12890 for ac_last_try in false false :; do 12891 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 12892 if test -z "$ac_t"; then 12893 break 12894 elif $ac_last_try; then 12895 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 12896 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 12897 { (exit 1); exit 1; }; } 12898 else 12899 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 12900 fi 12901 done 12902 12903 # For the awk script, D is an array of macro values keyed by name, 12904 # likewise P contains macro parameters if any. Preserve backslash 12905 # newline sequences. 12906 12907 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 12908 sed -n ' 12909 s/.\{148\}/&'"$ac_delim"'/g 12910 t rset 12911 :rset 12912 s/^[ ]*#[ ]*define[ ][ ]*/ / 12913 t def 12914 d 12915 :def 12916 s/\\$// 12917 t bsnl 12918 s/["\\]/\\&/g 12919 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 12920 D["\1"]=" \3"/p 12921 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 12922 d 12923 :bsnl 12924 s/["\\]/\\&/g 12925 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 12926 D["\1"]=" \3\\\\\\n"\\/p 12927 t cont 12928 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 12929 t cont 12930 d 12931 :cont 12932 n 12933 s/.\{148\}/&'"$ac_delim"'/g 12934 t clear 12935 :clear 12936 s/\\$// 12937 t bsnlc 12938 s/["\\]/\\&/g; s/^/"/; s/$/"/p 12939 d 12940 :bsnlc 12941 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 12942 b cont 12943 ' <confdefs.h | sed ' 12944 s/'"$ac_delim"'/"\\\ 12945 "/g' >>$CONFIG_STATUS || ac_write_fail=1 12946 12947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12948 for (key in D) D_is_set[key] = 1 12949 FS = "" 12950 } 12951 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 12952 line = \$ 0 12953 split(line, arg, " ") 12954 if (arg[1] == "#") { 12955 defundef = arg[2] 12956 mac1 = arg[3] 12957 } else { 12958 defundef = substr(arg[1], 2) 12959 mac1 = arg[2] 12960 } 12961 split(mac1, mac2, "(") #) 12962 macro = mac2[1] 12963 if (D_is_set[macro]) { 12964 # Preserve the white space surrounding the "#". 12965 prefix = substr(line, 1, index(line, defundef) - 1) 12966 print prefix "define", macro P[macro] D[macro] 12967 next 12968 } else { 12969 # Replace #undef with comments. This is necessary, for example, 12970 # in the case of _POSIX_SOURCE, which is predefined and required 12971 # on some systems where configure will not decide to define it. 12972 if (defundef == "undef") { 12973 print "/*", line, "*/" 12974 next 12975 } 12976 } 12977 } 12978 { print } 12979 _ACAWK 12980 _ACEOF 12981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12982 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 12983 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 12984 { (exit 1); exit 1; }; } 12985 fi # test -n "$CONFIG_HEADERS" 12986 12987 12988 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " 12989 shift 12990 for ac_tag 12406 12991 do 12407 12992 case $ac_tag in … … 12410 12995 case $ac_mode$ac_tag in 12411 12996 :[FHL]*:*);; 12412 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&512413 echo "$as_me: error: Invalid tag $ac_tag." >&2;}12997 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 12998 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} 12414 12999 { (exit 1); exit 1; }; };; 12415 13000 :[FH]-) ac_tag=-:-;; … … 12440 13025 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 12441 13026 esac || 12442 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&512443 echo "$as_me: error: cannot find input file: $ac_f" >&2;}13027 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 13028 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 12444 13029 { (exit 1); exit 1; }; };; 12445 13030 esac 12446 ac_file_inputs="$ac_file_inputs $ac_f" 13031 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 13032 ac_file_inputs="$ac_file_inputs '$ac_f'" 12447 13033 done 12448 13034 … … 12450 13036 # use $as_me), people would be surprised to read: 12451 13037 # /* config.h. Generated by config.status. */ 12452 configure_input="Generated from "`IFS=: 12453 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 13038 configure_input='Generated from '` 13039 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 13040 `' by configure.' 12454 13041 if test x"$ac_file" != x-; then 12455 13042 configure_input="$ac_file. $configure_input" 12456 { echo "$as_me:$LINENO: creating $ac_file" >&512457 echo "$as_me: creating $ac_file" >&6;}13043 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 13044 $as_echo "$as_me: creating $ac_file" >&6;} 12458 13045 fi 13046 # Neutralize special characters interpreted by sed in replacement strings. 13047 case $configure_input in #( 13048 *\&* | *\|* | *\\* ) 13049 ac_sed_conf_input=`$as_echo "$configure_input" | 13050 sed 's/[\\\\&|]/\\\\&/g'`;; #( 13051 *) ac_sed_conf_input=$configure_input;; 13052 esac 12459 13053 12460 13054 case $ac_tag in 12461 *:-:* | *:-) cat >"$tmp/stdin";; 13055 *:-:* | *:-) cat >"$tmp/stdin" \ 13056 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 13057 $as_echo "$as_me: error: could not create $ac_file" >&2;} 13058 { (exit 1); exit 1; }; } ;; 12462 13059 esac 12463 13060 ;; … … 12469 13066 X"$ac_file" : 'X\(//\)$' \| \ 12470 13067 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 12471 echo X"$ac_file" |13068 $as_echo X"$ac_file" | 12472 13069 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12473 13070 s//\1/ … … 12495 13092 while :; do 12496 13093 case $as_dir in #( 12497 *\'*) as_qdir=` echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(13094 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 12498 13095 *) as_qdir=$as_dir;; 12499 13096 esac … … 12504 13101 X"$as_dir" : 'X\(//\)$' \| \ 12505 13102 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 12506 echo X"$as_dir" |13103 $as_echo X"$as_dir" | 12507 13104 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12508 13105 s//\1/ … … 12525 13122 done 12526 13123 test -z "$as_dirs" || eval "mkdir $as_dirs" 12527 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&512528 echo "$as_me: error: cannot create directory $as_dir" >&2;}13124 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 13125 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 12529 13126 { (exit 1); exit 1; }; }; } 12530 13127 ac_builddir=. … … 12533 13130 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 12534 13131 *) 12535 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`13132 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 12536 13133 # A ".." for each directory in $ac_dir_suffix. 12537 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`13134 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 12538 13135 case $ac_top_builddir_sub in 12539 13136 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 12571 13168 _ACEOF 12572 13169 12573 cat >>$CONFIG_STATUS <<\_ACEOF 13170 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12574 13171 # If the template does not know about datarootdir, expand it. 12575 13172 # FIXME: This hack should be removed a few years after 2.60. 12576 13173 ac_datarootdir_hack=; ac_datarootdir_seen= 12577 13174 12578 case `sed -n '/datarootdir/ { 13175 ac_sed_dataroot=' 13176 /datarootdir/ { 12579 13177 p 12580 13178 q … … 12585 13183 /@localedir@/p 12586 13184 /@mandir@/p 12587 ' $ac_file_inputs` in 13185 ' 13186 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 12588 13187 *datarootdir*) ac_datarootdir_seen=yes;; 12589 13188 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 12590 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&512591 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}12592 _ACEOF 12593 cat >>$CONFIG_STATUS <<_ACEOF 13189 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 13190 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 13191 _ACEOF 13192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12594 13193 ac_datarootdir_hack=' 12595 13194 s&@datadir@&$datadir&g … … 12605 13204 # Shell code in configure.ac might set extrasub. 12606 13205 # FIXME: do we really want to maintain this feature? 12607 cat >>$CONFIG_STATUS <<_ACEOF 12608 sed"$ac_vpsub13206 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13207 ac_sed_extra="$ac_vpsub 12609 13208 $extrasub 12610 13209 _ACEOF 12611 cat >>$CONFIG_STATUS <<\_ACEOF 13210 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12612 13211 :t 12613 13212 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 12614 s &@configure_input@&$configure_input&;t t13213 s|@configure_input@|$ac_sed_conf_input|;t t 12615 13214 s&@top_builddir@&$ac_top_builddir_sub&;t t 13215 s&@top_build_prefix@&$ac_top_build_prefix&;t t 12616 13216 s&@srcdir@&$ac_srcdir&;t t 12617 13217 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 12622 13222 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 12623 13223 $ac_datarootdir_hack 12624 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 13224 " 13225 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 13226 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 13227 $as_echo "$as_me: error: could not create $ac_file" >&2;} 13228 { (exit 1); exit 1; }; } 12625 13229 12626 13230 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 12627 13231 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 12628 13232 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 12629 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'13233 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12630 13234 which seems to be undefined. Please make sure it is defined." >&5 12631 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'13235 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12632 13236 which seems to be undefined. Please make sure it is defined." >&2;} 12633 13237 12634 13238 rm -f "$tmp/stdin" 12635 13239 case $ac_file in 12636 -) cat "$tmp/out"; rm -f "$tmp/out";; 12637 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 12638 esac 13240 -) cat "$tmp/out" && rm -f "$tmp/out";; 13241 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 13242 esac \ 13243 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 13244 $as_echo "$as_me: error: could not create $ac_file" >&2;} 13245 { (exit 1); exit 1; }; } 12639 13246 ;; 12640 13247 :H) … … 12642 13249 # CONFIG_HEADER 12643 13250 # 12644 _ACEOF12645 12646 # Transform confdefs.h into a sed script `conftest.defines', that12647 # substitutes the proper values into config.h.in to produce config.h.12648 rm -f conftest.defines conftest.tail12649 # First, append a space to every undef/define line, to ease matching.12650 echo 's/$/ /' >conftest.defines12651 # Then, protect against being on the right side of a sed subst, or in12652 # an unquoted here document, in config.status. If some macros were12653 # called several times there might be several #defines for the same12654 # symbol, which is useless. But do not sort them, since the last12655 # AC_DEFINE must be honored.12656 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*12657 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where12658 # NAME is the cpp macro being defined, VALUE is the value it is being given.12659 # PARAMS is the parameter list in the macro definition--in most cases, it's12660 # just an empty string.12661 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'12662 ac_dB='\\)[ (].*,\\1define\\2'12663 ac_dC=' '12664 ac_dD=' ,'12665 12666 uniq confdefs.h |12667 sed -n '12668 t rset12669 :rset12670 s/^[ ]*#[ ]*define[ ][ ]*//12671 t ok12672 d12673 :ok12674 s/[\\&,]/\\&/g12675 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p12676 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p12677 ' >>conftest.defines12678 12679 # Remove the space that was appended to ease matching.12680 # Then replace #undef with comments. This is necessary, for12681 # example, in the case of _POSIX_SOURCE, which is predefined and required12682 # on some systems where configure will not decide to define it.12683 # (The regexp can be short, since the line contains either #define or #undef.)12684 echo 's/ $//12685 s,^[ #]*u.*,/* & */,' >>conftest.defines12686 12687 # Break up conftest.defines:12688 ac_max_sed_lines=5012689 12690 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"12691 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"12692 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"12693 # et cetera.12694 ac_in='$ac_file_inputs'12695 ac_out='"$tmp/out1"'12696 ac_nxt='"$tmp/out2"'12697 12698 while :12699 do12700 # Write a here document:12701 cat >>$CONFIG_STATUS <<_ACEOF12702 # First, check the format of the line:12703 cat >"\$tmp/defines.sed" <<\\CEOF12704 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def12705 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def12706 b12707 :def12708 _ACEOF12709 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS12710 echo 'CEOF12711 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS12712 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in12713 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail12714 grep . conftest.tail >/dev/null || break12715 rm -f conftest.defines12716 mv conftest.tail conftest.defines12717 done12718 rm -f conftest.defines conftest.tail12719 12720 echo "ac_result=$ac_in" >>$CONFIG_STATUS12721 cat >>$CONFIG_STATUS <<\_ACEOF12722 13251 if test x"$ac_file" != x-; then 12723 echo "/* $configure_input */" >"$tmp/config.h" 12724 cat "$ac_result" >>"$tmp/config.h" 12725 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 12726 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 12727 echo "$as_me: $ac_file is unchanged" >&6;} 13252 { 13253 $as_echo "/* $configure_input */" \ 13254 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 13255 } >"$tmp/config.h" \ 13256 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 13257 $as_echo "$as_me: error: could not create $ac_file" >&2;} 13258 { (exit 1); exit 1; }; } 13259 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 13260 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 13261 $as_echo "$as_me: $ac_file is unchanged" >&6;} 12728 13262 else 12729 rm -f $ac_file 12730 mv "$tmp/config.h" $ac_file 13263 rm -f "$ac_file" 13264 mv "$tmp/config.h" "$ac_file" \ 13265 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 13266 $as_echo "$as_me: error: could not create $ac_file" >&2;} 13267 { (exit 1); exit 1; }; } 12731 13268 fi 12732 13269 else 12733 echo "/* $configure_input */" 12734 cat "$ac_result" 13270 $as_echo "/* $configure_input */" \ 13271 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 13272 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 13273 $as_echo "$as_me: error: could not create -" >&2;} 13274 { (exit 1); exit 1; }; } 12735 13275 fi 12736 rm -f "$tmp/out12"12737 13276 ;; 12738 13277 … … 12747 13286 chmod +x $CONFIG_STATUS 12748 13287 ac_clean_files=$ac_clean_files_save 13288 13289 test $ac_write_fail = 0 || 13290 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 13291 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 13292 { (exit 1); exit 1; }; } 12749 13293 12750 13294 … … 12769 13313 $ac_cs_success || { (exit 1); exit 1; } 12770 13314 fi 12771 12772 12773 12774 { echo "$as_me:$LINENO: result: 13315 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 13316 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 13317 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} 13318 fi 13319 13320 13321 13322 { $as_echo "$as_me:$LINENO: result: 12775 13323 12776 13324 Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h. … … 12782 13330 The next step now is to run 'make dep' and 'make'. 12783 13331 " >&5 12784 echo "${ECHO_T} 13332 $as_echo " 12785 13333 12786 13334 Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h.
Note: See TracChangeset
for help on using the changeset viewer.