Changeset 3057
- Timestamp:
- Jan 13, 2010 1:09:45 PM (15 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 7 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" >&5