Changeset 709 for pjproject/trunk/aconfigure
- Timestamp:
- Sep 13, 2006 9:38:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r700 r709 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 9for pjproject 0.5.8.3 # Generated by GNU Autoconf 2.56 for pjproject 0.5.8. 4 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 6 # Free Software Foundation, Inc. 6 7 # This configure script is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy, distribute and modify it. … … 20 21 set -o posix 21 22 fi 22 DUALCASE=1; export DUALCASE # for MKS sh23 23 24 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then25 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 26 26 as_unset=unset 27 27 else … … 42 42 LC_TELEPHONE LC_TIME 43 43 do 44 if (set +x; test - z"`(eval $as_var=C; export $as_var) 2>&1`"); then44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 45 eval $as_var=C; export $as_var 46 46 else … … 219 219 as_mkdir_p=: 220 220 else 221 test -d ./-p && rmdir ./-p222 221 as_mkdir_p=false 223 222 fi … … 226 225 227 226 # Sed expression to map a string onto a valid CPP name. 228 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"227 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 229 228 230 229 # Sed expression to map a string onto a valid variable name. 231 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"230 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 232 231 233 232 … … 668 667 # Be sure to have absolute paths. 669 668 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 670 669 localstatedir libdir includedir oldincludedir infodir mandir 671 670 do 672 671 eval ac_val=$`echo $ac_var` … … 708 707 ac_confdir=`(dirname "$0") 2>/dev/null || 709 708 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710 711 712 713 709 X"$0" : 'X\(//\)[^/]' \| \ 710 X"$0" : 'X\(//\)$' \| \ 711 X"$0" : 'X\(/\)' \| \ 712 . : '\(.\)' 2>/dev/null || 714 713 echo X"$0" | 715 714 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 811 810 Installation directories: 812 811 --prefix=PREFIX install architecture-independent files in PREFIX 813 812 [$ac_default_prefix] 814 813 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 815 814 [PREFIX] 816 815 817 816 By default, \`make install' will install all the files in … … 915 914 ac_top_srcdir=$ac_top_builddir$srcdir ;; 916 915 esac 917 918 # Do not use `cd foo && pwd` to compute absolute paths, because 919 # the directories may not exist. 920 case `pwd` in 921 .) ac_abs_builddir="$ac_dir";; 922 *) 923 case "$ac_dir" in 924 .) ac_abs_builddir=`pwd`;; 925 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 926 *) ac_abs_builddir=`pwd`/"$ac_dir";; 927 esac;; 928 esac 929 case $ac_abs_builddir in 930 .) ac_abs_top_builddir=${ac_top_builddir}.;; 931 *) 932 case ${ac_top_builddir}. in 933 .) ac_abs_top_builddir=$ac_abs_builddir;; 934 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 935 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 936 esac;; 937 esac 938 case $ac_abs_builddir in 939 .) ac_abs_srcdir=$ac_srcdir;; 940 *) 941 case $ac_srcdir in 942 .) ac_abs_srcdir=$ac_abs_builddir;; 943 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 944 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 945 esac;; 946 esac 947 case $ac_abs_builddir in 948 .) ac_abs_top_srcdir=$ac_top_srcdir;; 949 *) 950 case $ac_top_srcdir in 951 .) ac_abs_top_srcdir=$ac_abs_builddir;; 952 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 953 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 954 esac;; 955 esac 916 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 917 # absolute. 918 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 919 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 920 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 921 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 956 922 957 923 cd $ac_dir … … 964 930 $SHELL $ac_srcdir/configure --help=recursive 965 931 elif test -f $ac_srcdir/configure.ac || 966 932 test -f $ac_srcdir/configure.in; then 967 933 echo 968 934 $ac_configure --help … … 978 944 cat <<\_ACEOF 979 945 pjproject configure 0.5.8 980 generated by GNU Autoconf 2.59 981 982 Copyright (C) 2003 Free Software Foundation, Inc. 946 generated by GNU Autoconf 2.56 947 948 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 949 Free Software Foundation, Inc. 983 950 This configure script is free software; the Free Software Foundation 984 951 gives unlimited permission to copy, distribute and modify it. … … 992 959 993 960 It was created by pjproject $as_me 0.5.8, which was 994 generated by GNU Autoconf 2.5 9. Invocation command line was961 generated by GNU Autoconf 2.56. Invocation command line was 995 962 996 963 $ $0 $@ … … 1069 1036 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1070 1037 if test $ac_must_keep_next = true; then 1071 1038 ac_must_keep_next=false # Got value, back to normal. 1072 1039 else 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1040 case $ac_arg in 1041 *=* | --config-cache | -C | -disable-* | --disable-* \ 1042 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1043 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1044 | -with-* | --with-* | -without-* | --without-* | --x) 1045 case "$ac_configure_args0 " in 1046 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1047 esac 1048 ;; 1049 -* ) ac_must_keep_next=true ;; 1050 esac 1084 1051 fi 1085 1052 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1115 1082 *ac_space=\ *) 1116 1083 sed -n \ 1117 1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1084 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1085 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1119 1086 ;; 1120 1087 *) 1121 1088 sed -n \ 1122 1089 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1123 1090 ;; 1124 1091 esac; … … 1149 1116 do 1150 1117 eval ac_val=$`echo $ac_var` 1151 1118 echo "$ac_var='"'"'$ac_val'"'"'" 1152 1119 done | sort 1153 1120 echo … … 1168 1135 echo "$as_me: exit $exit_status" 1169 1136 } >&5 1170 rm -f core *.core &&1137 rm -f core core.* *.core && 1171 1138 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1172 1139 exit $exit_status … … 1248 1215 ac_cache_corrupted=false 1249 1216 for ac_var in `(set) 2>&1 | 1250 1217 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1251 1218 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1252 1219 eval ac_new_set=\$ac_env_${ac_var}_set … … 1265 1232 *) 1266 1233 if test "x$ac_old_val" != "x$ac_new_val"; then 1267 1234 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1268 1235 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1269 1236 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1270 1237 echo "$as_me: former value: $ac_old_val" >&2;} 1271 1238 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1272 1239 echo "$as_me: current value: $ac_new_val" >&2;} 1273 1240 ac_cache_corrupted=: 1274 1241 fi;; 1275 1242 esac … … 1438 1405 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak" 1439 1406 1407 1408 if test "$CFLAGS" = ""; then 1409 CFLAGS="-O2 -DNDEBUG" 1410 else 1411 CFLAGS="$CFLAGS" 1412 fi 1413 1414 CXXFLAGS="$CFLAGS $CXXFLAGS" 1415 1416 1440 1417 ac_ext=c 1441 1418 ac_cpp='$CPP $CPPFLAGS' … … 1774 1751 1775 1752 cat >conftest.$ac_ext <<_ACEOF 1753 #line $LINENO "configure" 1776 1754 /* confdefs.h. */ 1777 1755 _ACEOF … … 1793 1771 # It will help us diagnose broken compilers, and finding out an intuition 1794 1772 # of exeext. 1795 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51796 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&61773 echo "$as_me:$LINENO: checking for C compiler default output" >&5 1774 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1797 1775 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1798 1776 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 1814 1792 case $ac_file in 1815 1793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1816 1794 ;; 1817 1795 conftest.$ac_ext ) 1818 1819 1796 # This is the source file. 1797 ;; 1820 1798 [ab].out ) 1821 1822 1823 1799 # We found the default executable, but exeext='' is most 1800 # certainly right. 1801 break;; 1824 1802 *.* ) 1825 1826 1827 1828 1829 1830 1803 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1804 # FIXME: I believe we export ac_cv_exeext for Libtool, 1805 # but it would be cool to find out if it's true. Does anybody 1806 # maintain Libtool? --akim. 1807 export ac_cv_exeext 1808 break;; 1831 1809 * ) 1832 1810 break;; 1833 1811 esac 1834 1812 done … … 1904 1882 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 1905 1883 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1906 1907 1884 export ac_cv_exeext 1885 break;; 1908 1886 * ) break;; 1909 1887 esac … … 1930 1908 else 1931 1909 cat >conftest.$ac_ext <<_ACEOF 1910 #line $LINENO "configure" 1932 1911 /* confdefs.h. */ 1933 1912 _ACEOF … … 1980 1959 else 1981 1960 cat >conftest.$ac_ext <<_ACEOF 1961 #line $LINENO "configure" 1982 1962 /* confdefs.h. */ 1983 1963 _ACEOF … … 1999 1979 rm -f conftest.$ac_objext 2000 1980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2001 (eval $ac_compile) 2>conftest.er1 2002 ac_status=$? 2003 grep -v '^ *+' conftest.er1 >conftest.err 2004 rm -f conftest.er1 2005 cat conftest.err >&5 1981 (eval $ac_compile) 2>&5 1982 ac_status=$? 2006 1983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2007 1984 (exit $ac_status); } && 2008 { ac_try='test -z "$ac_c_werror_flag" 2009 || test ! -s conftest.err' 1985 { ac_try='test -s conftest.$ac_objext' 2010 1986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2011 1987 (eval $ac_try) 2>&5 2012 1988 ac_status=$? 2013 1989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2014 (exit $ac_status); }; } &&2015 { ac_try='test -s conftest.$ac_objext'2016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52017 (eval $ac_try) 2>&52018 ac_status=$?2019 echo "$as_me:$LINENO: \$? = $ac_status" >&52020 1990 (exit $ac_status); }; }; then 2021 1991 ac_compiler_gnu=yes … … 2026 1996 ac_compiler_gnu=no 2027 1997 fi 2028 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext1998 rm -f conftest.$ac_objext conftest.$ac_ext 2029 1999 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2030 2000 … … 2042 2012 else 2043 2013 cat >conftest.$ac_ext <<_ACEOF 2014 #line $LINENO "configure" 2044 2015 /* confdefs.h. */ 2045 2016 _ACEOF … … 2058 2029 rm -f conftest.$ac_objext 2059 2030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2060 (eval $ac_compile) 2>conftest.er1 2061 ac_status=$? 2062 grep -v '^ *+' conftest.er1 >conftest.err 2063 rm -f conftest.er1 2064 cat conftest.err >&5 2031 (eval $ac_compile) 2>&5 2032 ac_status=$? 2065 2033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2066 2034 (exit $ac_status); } && 2067 { ac_try='test -z "$ac_c_werror_flag" 2068 || test ! -s conftest.err' 2035 { ac_try='test -s conftest.$ac_objext' 2069 2036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2070 2037 (eval $ac_try) 2>&5 2071 2038 ac_status=$? 2072 2039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2073 (exit $ac_status); }; } &&2074 { ac_try='test -s conftest.$ac_objext'2075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52076 (eval $ac_try) 2>&52077 ac_status=$?2078 echo "$as_me:$LINENO: \$? = $ac_status" >&52079 2040 (exit $ac_status); }; }; then 2080 2041 ac_cv_prog_cc_g=yes … … 2085 2046 ac_cv_prog_cc_g=no 2086 2047 fi 2087 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2048 rm -f conftest.$ac_objext conftest.$ac_ext 2088 2049 fi 2089 2050 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2112 2073 ac_save_CC=$CC 2113 2074 cat >conftest.$ac_ext <<_ACEOF 2075 #line $LINENO "configure" 2114 2076 /* confdefs.h. */ 2115 2077 _ACEOF … … 2139 2101 return s; 2140 2102 } 2141 2142 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has2143 function prototypes and stuff, but not '\xHH' hex character constants.2144 These don't provoke an error unfortunately, instead are silently treated2145 as 'x'. The following induces an error, until -std1 is added to get2146 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an2147 array size at least. It's necessary to write '\x00'==0 to get something2148 that's true only with -std1. */2149 int osf4_cc_array ['\x00' == 0 ? 1 : -1];2150 2151 2103 int test (int i, double x); 2152 2104 struct s1 {int (*f) (int a);}; … … 2175 2127 rm -f conftest.$ac_objext 2176 2128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2177 (eval $ac_compile) 2>conftest.er1 2178 ac_status=$? 2179 grep -v '^ *+' conftest.er1 >conftest.err 2180 rm -f conftest.er1 2181 cat conftest.err >&5 2129 (eval $ac_compile) 2>&5 2130 ac_status=$? 2182 2131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2183 2132 (exit $ac_status); } && 2184 { ac_try='test -z "$ac_c_werror_flag" 2185 || test ! -s conftest.err' 2186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2187 (eval $ac_try) 2>&5 2188 ac_status=$? 2189 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2190 (exit $ac_status); }; } && 2191 { ac_try='test -s conftest.$ac_objext' 2133 { ac_try='test -s conftest.$ac_objext' 2192 2134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2193 2135 (eval $ac_try) 2>&5 … … 2202 2144 2203 2145 fi 2204 rm -f conftest. err conftest.$ac_objext2146 rm -f conftest.$ac_objext 2205 2147 done 2206 2148 rm -f conftest.$ac_ext conftest.$ac_objext … … 2230 2172 rm -f conftest.$ac_objext 2231 2173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2232 (eval $ac_compile) 2>conftest.er1 2233 ac_status=$? 2234 grep -v '^ *+' conftest.er1 >conftest.err 2235 rm -f conftest.er1 2236 cat conftest.err >&5 2174 (eval $ac_compile) 2>&5 2175 ac_status=$? 2237 2176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2238 2177 (exit $ac_status); } && 2239 { ac_try='test -z "$ac_c_werror_flag" 2240 || test ! -s conftest.err' 2178 { ac_try='test -s conftest.$ac_objext' 2241 2179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2242 2180 (eval $ac_try) 2>&5 2243 2181 ac_status=$? 2244 2182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2245 (exit $ac_status); }; } &&2246 { ac_try='test -s conftest.$ac_objext'2247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52248 (eval $ac_try) 2>&52249 ac_status=$?2250 echo "$as_me:$LINENO: \$? = $ac_status" >&52251 2183 (exit $ac_status); }; }; then 2252 2184 for ac_declaration in \ 2253 '' \ 2185 ''\ 2186 '#include <stdlib.h>' \ 2254 2187 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2255 2188 'extern "C" void std::exit (int); using std::exit;' \ … … 2259 2192 do 2260 2193 cat >conftest.$ac_ext <<_ACEOF 2194 #line $LINENO "configure" 2261 2195 /* confdefs.h. */ 2262 2196 _ACEOF … … 2264 2198 cat >>conftest.$ac_ext <<_ACEOF 2265 2199 /* end confdefs.h. */ 2200 #include <stdlib.h> 2266 2201 $ac_declaration 2267 #include <stdlib.h>2268 2202 int 2269 2203 main () … … 2276 2210 rm -f conftest.$ac_objext 2277 2211 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2278 (eval $ac_compile) 2>conftest.er1 2279 ac_status=$? 2280 grep -v '^ *+' conftest.er1 >conftest.err 2281 rm -f conftest.er1 2282 cat conftest.err >&5 2212 (eval $ac_compile) 2>&5 2213 ac_status=$? 2283 2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2284 2215 (exit $ac_status); } && 2285 { ac_try='test -z "$ac_c_werror_flag" 2286 || test ! -s conftest.err' 2216 { ac_try='test -s conftest.$ac_objext' 2287 2217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2288 2218 (eval $ac_try) 2>&5 2289 2219 ac_status=$? 2290 2220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2291 (exit $ac_status); }; } &&2292 { ac_try='test -s conftest.$ac_objext'2293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52294 (eval $ac_try) 2>&52295 ac_status=$?2296 echo "$as_me:$LINENO: \$? = $ac_status" >&52297 2221 (exit $ac_status); }; }; then 2298 2222 : … … 2303 2227 continue 2304 2228 fi 2305 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2229 rm -f conftest.$ac_objext conftest.$ac_ext 2306 2230 cat >conftest.$ac_ext <<_ACEOF 2231 #line $LINENO "configure" 2307 2232 /* confdefs.h. */ 2308 2233 _ACEOF … … 2321 2246 rm -f conftest.$ac_objext 2322 2247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2323 (eval $ac_compile) 2>conftest.er1 2324 ac_status=$? 2325 grep -v '^ *+' conftest.er1 >conftest.err 2326 rm -f conftest.er1 2327 cat conftest.err >&5 2248 (eval $ac_compile) 2>&5 2249 ac_status=$? 2328 2250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2329 2251 (exit $ac_status); } && 2330 { ac_try='test -z "$ac_c_werror_flag" 2331 || test ! -s conftest.err' 2252 { ac_try='test -s conftest.$ac_objext' 2332 2253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2333 2254 (eval $ac_try) 2>&5 2334 2255 ac_status=$? 2335 2256 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2336 (exit $ac_status); }; } &&2337 { ac_try='test -s conftest.$ac_objext'2338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52339 (eval $ac_try) 2>&52340 ac_status=$?2341 echo "$as_me:$LINENO: \$? = $ac_status" >&52342 2257 (exit $ac_status); }; }; then 2343 2258 break … … 2347 2262 2348 2263 fi 2349 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2264 rm -f conftest.$ac_objext conftest.$ac_ext 2350 2265 done 2351 2266 rm -f conftest* … … 2361 2276 2362 2277 fi 2363 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2278 rm -f conftest.$ac_objext conftest.$ac_ext 2364 2279 ac_ext=c 2365 2280 ac_cpp='$CPP $CPPFLAGS' … … 2487 2402 else 2488 2403 cat >conftest.$ac_ext <<_ACEOF 2404 #line $LINENO "configure" 2489 2405 /* confdefs.h. */ 2490 2406 _ACEOF … … 2506 2422 rm -f conftest.$ac_objext 2507 2423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2508 (eval $ac_compile) 2>conftest.er1 2509 ac_status=$? 2510 grep -v '^ *+' conftest.er1 >conftest.err 2511 rm -f conftest.er1 2512 cat conftest.err >&5 2424 (eval $ac_compile) 2>&5 2425 ac_status=$? 2513 2426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2514 2427 (exit $ac_status); } && 2515 { ac_try='test -z "$ac_cxx_werror_flag" 2516 || test ! -s conftest.err' 2428 { ac_try='test -s conftest.$ac_objext' 2517 2429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2518 2430 (eval $ac_try) 2>&5 2519 2431 ac_status=$? 2520 2432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2521 (exit $ac_status); }; } &&2522 { ac_try='test -s conftest.$ac_objext'2523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52524 (eval $ac_try) 2>&52525 ac_status=$?2526 echo "$as_me:$LINENO: \$? = $ac_status" >&52527 2433 (exit $ac_status); }; }; then 2528 2434 ac_compiler_gnu=yes … … 2533 2439 ac_compiler_gnu=no 2534 2440 fi 2535 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2441 rm -f conftest.$ac_objext conftest.$ac_ext 2536 2442 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2537 2443 … … 2549 2455 else 2550 2456 cat >conftest.$ac_ext <<_ACEOF 2457 #line $LINENO "configure" 2551 2458 /* confdefs.h. */ 2552 2459 _ACEOF … … 2565 2472 rm -f conftest.$ac_objext 2566 2473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2567 (eval $ac_compile) 2>conftest.er1 2568 ac_status=$? 2569 grep -v '^ *+' conftest.er1 >conftest.err 2570 rm -f conftest.er1 2571 cat conftest.err >&5 2474 (eval $ac_compile) 2>&5 2475 ac_status=$? 2572 2476 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2573 2477 (exit $ac_status); } && 2574 { ac_try='test -z "$ac_cxx_werror_flag" 2575 || test ! -s conftest.err' 2478 { ac_try='test -s conftest.$ac_objext' 2576 2479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2577 2480 (eval $ac_try) 2>&5 2578 2481 ac_status=$? 2579 2482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2580 (exit $ac_status); }; } &&2581 { ac_try='test -s conftest.$ac_objext'2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52583 (eval $ac_try) 2>&52584 ac_status=$?2585 echo "$as_me:$LINENO: \$? = $ac_status" >&52586 2483 (exit $ac_status); }; }; then 2587 2484 ac_cv_prog_cxx_g=yes … … 2592 2489 ac_cv_prog_cxx_g=no 2593 2490 fi 2594 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2491 rm -f conftest.$ac_objext conftest.$ac_ext 2595 2492 fi 2596 2493 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 … … 2612 2509 fi 2613 2510 for ac_declaration in \ 2614 '' \ 2511 ''\ 2512 '#include <stdlib.h>' \ 2615 2513 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2616 2514 'extern "C" void std::exit (int); using std::exit;' \ … … 2620 2518 do 2621 2519 cat >conftest.$ac_ext <<_ACEOF 2520 #line $LINENO "configure" 2622 2521 /* confdefs.h. */ 2623 2522 _ACEOF … … 2625 2524 cat >>conftest.$ac_ext <<_ACEOF 2626 2525 /* end confdefs.h. */ 2526 #include <stdlib.h> 2627 2527 $ac_declaration 2628 #include <stdlib.h>2629 2528 int 2630 2529 main () … … 2637 2536 rm -f conftest.$ac_objext 2638 2537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2639 (eval $ac_compile) 2>conftest.er1 2640 ac_status=$? 2641 grep -v '^ *+' conftest.er1 >conftest.err 2642 rm -f conftest.er1 2643 cat conftest.err >&5 2538 (eval $ac_compile) 2>&5 2539 ac_status=$? 2644 2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2645 2541 (exit $ac_status); } && 2646 { ac_try='test -z "$ac_cxx_werror_flag" 2647 || test ! -s conftest.err' 2542 { ac_try='test -s conftest.$ac_objext' 2648 2543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2649 2544 (eval $ac_try) 2>&5 2650 2545 ac_status=$? 2651 2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2652 (exit $ac_status); }; } &&2653 { ac_try='test -s conftest.$ac_objext'2654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52655 (eval $ac_try) 2>&52656 ac_status=$?2657 echo "$as_me:$LINENO: \$? = $ac_status" >&52658 2547 (exit $ac_status); }; }; then 2659 2548 : … … 2664 2553 continue 2665 2554 fi 2666 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2555 rm -f conftest.$ac_objext conftest.$ac_ext 2667 2556 cat >conftest.$ac_ext <<_ACEOF 2557 #line $LINENO "configure" 2668 2558 /* confdefs.h. */ 2669 2559 _ACEOF … … 2682 2572 rm -f conftest.$ac_objext 2683 2573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2684 (eval $ac_compile) 2>conftest.er1 2685 ac_status=$? 2686 grep -v '^ *+' conftest.er1 >conftest.err 2687 rm -f conftest.er1 2688 cat conftest.err >&5 2574 (eval $ac_compile) 2>&5 2575 ac_status=$? 2689 2576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2690 2577 (exit $ac_status); } && 2691 { ac_try='test -z "$ac_cxx_werror_flag" 2692 || test ! -s conftest.err' 2578 { ac_try='test -s conftest.$ac_objext' 2693 2579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2694 2580 (eval $ac_try) 2>&5 2695 2581 ac_status=$? 2696 2582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2697 (exit $ac_status); }; } &&2698 { ac_try='test -s conftest.$ac_objext'2699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52700 (eval $ac_try) 2>&52701 ac_status=$?2702 echo "$as_me:$LINENO: \$? = $ac_status" >&52703 2583 (exit $ac_status); }; }; then 2704 2584 break … … 2708 2588 2709 2589 fi 2710 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2590 rm -f conftest.$ac_objext conftest.$ac_ext 2711 2591 done 2712 2592 rm -f conftest* … … 2740 2620 LIBS="-lpthread $LIBS" 2741 2621 cat >conftest.$ac_ext <<_ACEOF 2622 #line $LINENO "configure" 2742 2623 /* confdefs.h. */ 2743 2624 _ACEOF … … 2763 2644 rm -f conftest.$ac_objext conftest$ac_exeext 2764 2645 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2765 (eval $ac_link) 2>conftest.er1 2766 ac_status=$? 2767 grep -v '^ *+' conftest.er1 >conftest.err 2768 rm -f conftest.er1 2769 cat conftest.err >&5 2646 (eval $ac_link) 2>&5 2647 ac_status=$? 2770 2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2771 2649 (exit $ac_status); } && 2772 { ac_try='test -z "$ac_c_werror_flag" 2773 || test ! -s conftest.err' 2650 { ac_try='test -s conftest$ac_exeext' 2774 2651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2775 2652 (eval $ac_try) 2>&5 2776 2653 ac_status=$? 2777 2654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2778 (exit $ac_status); }; } &&2779 { ac_try='test -s conftest$ac_exeext'2780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52781 (eval $ac_try) 2>&52782 ac_status=$?2783 echo "$as_me:$LINENO: \$? = $ac_status" >&52784 2655 (exit $ac_status); }; }; then 2785 2656 ac_cv_lib_pthread_pthread_create=yes … … 2790 2661 ac_cv_lib_pthread_pthread_create=no 2791 2662 fi 2792 rm -f conftest.err conftest.$ac_objext \ 2793 conftest$ac_exeext conftest.$ac_ext 2663 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2794 2664 LIBS=$ac_check_lib_save_LIBS 2795 2665 fi … … 2814 2684 LIBS="-lwsock32 $LIBS" 2815 2685 cat >conftest.$ac_ext <<_ACEOF 2686 #line $LINENO "configure" 2816 2687 /* confdefs.h. */ 2817 2688 _ACEOF … … 2837 2708 rm -f conftest.$ac_objext conftest$ac_exeext 2838 2709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2839 (eval $ac_link) 2>conftest.er1 2840 ac_status=$? 2841 grep -v '^ *+' conftest.er1 >conftest.err 2842 rm -f conftest.er1 2843 cat conftest.err >&5 2710 (eval $ac_link) 2>&5 2711 ac_status=$? 2844 2712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2845 2713 (exit $ac_status); } && 2846 { ac_try='test -z "$ac_c_werror_flag" 2847 || test ! -s conftest.err' 2714 { ac_try='test -s conftest$ac_exeext' 2848 2715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2849 2716 (eval $ac_try) 2>&5 2850 2717 ac_status=$? 2851 2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2852 (exit $ac_status); }; } &&2853 { ac_try='test -s conftest$ac_exeext'2854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52855 (eval $ac_try) 2>&52856 ac_status=$?2857 echo "$as_me:$LINENO: \$? = $ac_status" >&52858 2719 (exit $ac_status); }; }; then 2859 2720 ac_cv_lib_wsock32_puts=yes … … 2864 2725 ac_cv_lib_wsock32_puts=no 2865 2726 fi 2866 rm -f conftest.err conftest.$ac_objext \ 2867 conftest$ac_exeext conftest.$ac_ext 2727 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2868 2728 LIBS=$ac_check_lib_save_LIBS 2869 2729 fi … … 2888 2748 LIBS="-lws2_32 $LIBS" 2889 2749 cat >conftest.$ac_ext <<_ACEOF 2750 #line $LINENO "configure" 2890 2751 /* confdefs.h. */ 2891 2752 _ACEOF … … 2911 2772 rm -f conftest.$ac_objext conftest$ac_exeext 2912 2773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2913 (eval $ac_link) 2>conftest.er1 2914 ac_status=$? 2915 grep -v '^ *+' conftest.er1 >conftest.err 2916 rm -f conftest.er1 2917 cat conftest.err >&5 2774 (eval $ac_link) 2>&5 2775 ac_status=$? 2918 2776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2919 2777 (exit $ac_status); } && 2920 { ac_try='test -z "$ac_c_werror_flag" 2921 || test ! -s conftest.err' 2778 { ac_try='test -s conftest$ac_exeext' 2922 2779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2923 2780 (eval $ac_try) 2>&5 2924 2781 ac_status=$? 2925 2782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2926 (exit $ac_status); }; } &&2927 { ac_try='test -s conftest$ac_exeext'2928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52929 (eval $ac_try) 2>&52930 ac_status=$?2931 echo "$as_me:$LINENO: \$? = $ac_status" >&52932 2783 (exit $ac_status); }; }; then 2933 2784 ac_cv_lib_ws2_32_puts=yes … … 2938 2789 ac_cv_lib_ws2_32_puts=no 2939 2790 fi 2940 rm -f conftest.err conftest.$ac_objext \ 2941 conftest$ac_exeext conftest.$ac_ext 2791 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2942 2792 LIBS=$ac_check_lib_save_LIBS 2943 2793 fi … … 2962 2812 LIBS="-lole32 $LIBS" 2963 2813 cat >conftest.$ac_ext <<_ACEOF 2814 #line $LINENO "configure" 2964 2815 /* confdefs.h. */ 2965 2816 _ACEOF … … 2985 2836 rm -f conftest.$ac_objext conftest$ac_exeext 2986 2837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2987 (eval $ac_link) 2>conftest.er1 2988 ac_status=$? 2989 grep -v '^ *+' conftest.er1 >conftest.err 2990 rm -f conftest.er1 2991 cat conftest.err >&5 2838 (eval $ac_link) 2>&5 2839 ac_status=$? 2992 2840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2993 2841 (exit $ac_status); } && 2994 { ac_try='test -z "$ac_c_werror_flag" 2995 || test ! -s conftest.err' 2842 { ac_try='test -s conftest$ac_exeext' 2996 2843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2997 2844 (eval $ac_try) 2>&5 2998 2845 ac_status=$? 2999 2846 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3000 (exit $ac_status); }; } &&3001 { ac_try='test -s conftest$ac_exeext'3002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53003 (eval $ac_try) 2>&53004 ac_status=$?3005 echo "$as_me:$LINENO: \$? = $ac_status" >&53006 2847 (exit $ac_status); }; }; then 3007 2848 ac_cv_lib_ole32_puts=yes … … 3012 2853 ac_cv_lib_ole32_puts=no 3013 2854 fi 3014 rm -f conftest.err conftest.$ac_objext \ 3015 conftest$ac_exeext conftest.$ac_ext 2855 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3016 2856 LIBS=$ac_check_lib_save_LIBS 3017 2857 fi … … 3036 2876 LIBS="-lwinmm $LIBS" 3037 2877 cat >conftest.$ac_ext <<_ACEOF 2878 #line $LINENO "configure" 3038 2879 /* confdefs.h. */ 3039 2880 _ACEOF … … 3059 2900 rm -f conftest.$ac_objext conftest$ac_exeext 3060 2901 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3061 (eval $ac_link) 2>conftest.er1 3062 ac_status=$? 3063 grep -v '^ *+' conftest.er1 >conftest.err 3064 rm -f conftest.er1 3065 cat conftest.err >&5 2902 (eval $ac_link) 2>&5 2903 ac_status=$? 3066 2904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3067 2905 (exit $ac_status); } && 3068 { ac_try='test -z "$ac_c_werror_flag" 3069 || test ! -s conftest.err' 2906 { ac_try='test -s conftest$ac_exeext' 3070 2907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3071 2908 (eval $ac_try) 2>&5 3072 2909 ac_status=$? 3073 2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3074 (exit $ac_status); }; } &&3075 { ac_try='test -s conftest$ac_exeext'3076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53077 (eval $ac_try) 2>&53078 ac_status=$?3079 echo "$as_me:$LINENO: \$? = $ac_status" >&53080 2911 (exit $ac_status); }; }; then 3081 2912 ac_cv_lib_winmm_puts=yes … … 3086 2917 ac_cv_lib_winmm_puts=no 3087 2918 fi 3088 rm -f conftest.err conftest.$ac_objext \ 3089 conftest$ac_exeext conftest.$ac_ext 2919 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3090 2920 LIBS=$ac_check_lib_save_LIBS 3091 2921 fi … … 3110 2940 LIBS="-lsocket $LIBS" 3111 2941 cat >conftest.$ac_ext <<_ACEOF 2942 #line $LINENO "configure" 3112 2943 /* confdefs.h. */ 3113 2944 _ACEOF … … 3133 2964 rm -f conftest.$ac_objext conftest$ac_exeext 3134 2965 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3135 (eval $ac_link) 2>conftest.er1 3136 ac_status=$? 3137 grep -v '^ *+' conftest.er1 >conftest.err 3138 rm -f conftest.er1 3139 cat conftest.err >&5 2966 (eval $ac_link) 2>&5 2967 ac_status=$? 3140 2968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3141 2969 (exit $ac_status); } && 3142 { ac_try='test -z "$ac_c_werror_flag" 3143 || test ! -s conftest.err' 2970 { ac_try='test -s conftest$ac_exeext' 3144 2971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3145 2972 (eval $ac_try) 2>&5 3146 2973 ac_status=$? 3147 2974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3148 (exit $ac_status); }; } &&3149 { ac_try='test -s conftest$ac_exeext'3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53151 (eval $ac_try) 2>&53152 ac_status=$?3153 echo "$as_me:$LINENO: \$? = $ac_status" >&53154 2975 (exit $ac_status); }; }; then 3155 2976 ac_cv_lib_socket_puts=yes … … 3160 2981 ac_cv_lib_socket_puts=no 3161 2982 fi 3162 rm -f conftest.err conftest.$ac_objext \ 3163 conftest$ac_exeext conftest.$ac_ext 2983 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3164 2984 LIBS=$ac_check_lib_save_LIBS 3165 2985 fi … … 3184 3004 LIBS="-lrt $LIBS" 3185 3005 cat >conftest.$ac_ext <<_ACEOF 3006 #line $LINENO "configure" 3186 3007 /* confdefs.h. */ 3187 3008 _ACEOF … … 3207 3028 rm -f conftest.$ac_objext conftest$ac_exeext 3208 3029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3209 (eval $ac_link) 2>conftest.er1 3210 ac_status=$? 3211 grep -v '^ *+' conftest.er1 >conftest.err 3212 rm -f conftest.er1 3213 cat conftest.err >&5 3030 (eval $ac_link) 2>&5 3031 ac_status=$? 3214 3032 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3215 3033 (exit $ac_status); } && 3216 { ac_try='test -z "$ac_c_werror_flag" 3217 || test ! -s conftest.err' 3034 { ac_try='test -s conftest$ac_exeext' 3218 3035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3219 3036 (eval $ac_try) 2>&5 3220 3037 ac_status=$? 3221 3038 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3222 (exit $ac_status); }; } &&3223 { ac_try='test -s conftest$ac_exeext'3224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53225 (eval $ac_try) 2>&53226 ac_status=$?3227 echo "$as_me:$LINENO: \$? = $ac_status" >&53228 3039 (exit $ac_status); }; }; then 3229 3040 ac_cv_lib_rt_puts=yes … … 3234 3045 ac_cv_lib_rt_puts=no 3235 3046 fi 3236 rm -f conftest.err conftest.$ac_objext \ 3237 conftest$ac_exeext conftest.$ac_ext 3047 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3238 3048 LIBS=$ac_check_lib_save_LIBS 3239 3049 fi … … 3258 3068 LIBS="-lnsl $LIBS" 3259 3069 cat >conftest.$ac_ext <<_ACEOF 3070 #line $LINENO "configure" 3260 3071 /* confdefs.h. */ 3261 3072 _ACEOF … … 3281 3092 rm -f conftest.$ac_objext conftest$ac_exeext 3282 3093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3283 (eval $ac_link) 2>conftest.er1 3284 ac_status=$? 3285 grep -v '^ *+' conftest.er1 >conftest.err 3286 rm -f conftest.er1 3287 cat conftest.err >&5 3094 (eval $ac_link) 2>&5 3095 ac_status=$? 3288 3096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3289 3097 (exit $ac_status); } && 3290 { ac_try='test -z "$ac_c_werror_flag" 3291 || test ! -s conftest.err' 3098 { ac_try='test -s conftest$ac_exeext' 3292 3099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3293 3100 (eval $ac_try) 2>&5 3294 3101 ac_status=$? 3295 3102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3296 (exit $ac_status); }; } &&3297 { ac_try='test -s conftest$ac_exeext'3298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53299 (eval $ac_try) 2>&53300 ac_status=$?3301 echo "$as_me:$LINENO: \$? = $ac_status" >&53302 3103 (exit $ac_status); }; }; then 3303 3104 ac_cv_lib_nsl_puts=yes … … 3308 3109 ac_cv_lib_nsl_puts=no 3309 3110 fi 3310 rm -f conftest.err conftest.$ac_objext \ 3311 conftest$ac_exeext conftest.$ac_ext 3111 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3312 3112 LIBS=$ac_check_lib_save_LIBS 3313 3113 fi … … 3360 3160 # See if sys/param.h defines the BYTE_ORDER macro. 3361 3161 cat >conftest.$ac_ext <<_ACEOF 3162 #line $LINENO "configure" 3362 3163 /* confdefs.h. */ 3363 3164 _ACEOF … … 3381 3182 rm -f conftest.$ac_objext 3382 3183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3383 (eval $ac_compile) 2>conftest.er1 3384 ac_status=$? 3385 grep -v '^ *+' conftest.er1 >conftest.err 3386 rm -f conftest.er1 3387 cat conftest.err >&5 3184 (eval $ac_compile) 2>&5 3185 ac_status=$? 3388 3186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3389 3187 (exit $ac_status); } && 3390 { ac_try='test -z "$ac_c_werror_flag" 3391 || test ! -s conftest.err' 3392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3393 (eval $ac_try) 2>&5 3394 ac_status=$? 3395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3396 (exit $ac_status); }; } && 3397 { ac_try='test -s conftest.$ac_objext' 3188 { ac_try='test -s conftest.$ac_objext' 3398 3189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3399 3190 (eval $ac_try) 2>&5 … … 3403 3194 # It does; now see whether it defined to BIG_ENDIAN or not. 3404 3195 cat >conftest.$ac_ext <<_ACEOF 3196 #line $LINENO "configure" 3405 3197 /* confdefs.h. */ 3406 3198 _ACEOF … … 3424 3216 rm -f conftest.$ac_objext 3425 3217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3426 (eval $ac_compile) 2>conftest.er1 3427 ac_status=$? 3428 grep -v '^ *+' conftest.er1 >conftest.err 3429 rm -f conftest.er1 3430 cat conftest.err >&5 3218 (eval $ac_compile) 2>&5 3219 ac_status=$? 3431 3220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3432 3221 (exit $ac_status); } && 3433 { ac_try='test -z "$ac_c_werror_flag" 3434 || test ! -s conftest.err' 3222 { ac_try='test -s conftest.$ac_objext' 3435 3223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3436 3224 (eval $ac_try) 2>&5 3437 3225 ac_status=$? 3438 3226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3439 (exit $ac_status); }; } &&3440 { ac_try='test -s conftest.$ac_objext'3441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53442 (eval $ac_try) 2>&53443 ac_status=$?3444 echo "$as_me:$LINENO: \$? = $ac_status" >&53445 3227 (exit $ac_status); }; }; then 3446 3228 ac_cv_c_bigendian=yes … … 3451 3233 ac_cv_c_bigendian=no 3452 3234 fi 3453 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3235 rm -f conftest.$ac_objext conftest.$ac_ext 3454 3236 else 3455 3237 echo "$as_me: failed program was:" >&5 … … 3461 3243 ac_cv_c_bigendian=unknown 3462 3244 cat >conftest.$ac_ext <<_ACEOF 3245 #line $LINENO "configure" 3463 3246 /* confdefs.h. */ 3464 3247 _ACEOF … … 3482 3265 rm -f conftest.$ac_objext 3483 3266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3484 (eval $ac_compile) 2>conftest.er1 3485 ac_status=$? 3486 grep -v '^ *+' conftest.er1 >conftest.err 3487 rm -f conftest.er1 3488 cat conftest.err >&5 3267 (eval $ac_compile) 2>&5 3268 ac_status=$? 3489 3269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3490 3270 (exit $ac_status); } && 3491 { ac_try='test -z "$ac_c_werror_flag" 3492 || test ! -s conftest.err' 3493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3494 (eval $ac_try) 2>&5 3495 ac_status=$? 3496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3497 (exit $ac_status); }; } && 3498 { ac_try='test -s conftest.$ac_objext' 3271 { ac_try='test -s conftest.$ac_objext' 3499 3272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3500 3273 (eval $ac_try) 2>&5 … … 3518 3291 3519 3292 fi 3520 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3293 rm -f conftest.$ac_objext conftest.$ac_ext 3521 3294 else 3522 3295 cat >conftest.$ac_ext <<_ACEOF 3296 #line $LINENO "configure" 3523 3297 /* confdefs.h. */ 3524 3298 _ACEOF … … 3559 3333 ac_cv_c_bigendian=yes 3560 3334 fi 3561 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext3562 fi 3563 fi 3564 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3335 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3336 fi 3337 fi 3338 rm -f conftest.$ac_objext conftest.$ac_ext 3565 3339 fi 3566 3340 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 … … 3658 3432 LIBS="-lm $LIBS" 3659 3433 cat >conftest.$ac_ext <<_ACEOF 3434 #line $LINENO "configure" 3660 3435 /* confdefs.h. */ 3661 3436 _ACEOF … … 3681 3456 rm -f conftest.$ac_objext conftest$ac_exeext 3682 3457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3683 (eval $ac_link) 2>conftest.er1 3684 ac_status=$? 3685 grep -v '^ *+' conftest.er1 >conftest.err 3686 rm -f conftest.er1 3687 cat conftest.err >&5 3458 (eval $ac_link) 2>&5 3459 ac_status=$? 3688 3460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3689 3461 (exit $ac_status); } && 3690 { ac_try='test -z "$ac_c_werror_flag" 3691 || test ! -s conftest.err' 3462 { ac_try='test -s conftest$ac_exeext' 3692 3463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3693 3464 (eval $ac_try) 2>&5 3694 3465 ac_status=$? 3695 3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3696 (exit $ac_status); }; } &&3697 { ac_try='test -s conftest$ac_exeext'3698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53699 (eval $ac_try) 2>&53700 ac_status=$?3701 echo "$as_me:$LINENO: \$? = $ac_status" >&53702 3467 (exit $ac_status); }; }; then 3703 3468 ac_cv_lib_m_fmod=yes … … 3708 3473 ac_cv_lib_m_fmod=no 3709 3474 fi 3710 rm -f conftest.err conftest.$ac_objext \ 3711 conftest$ac_exeext conftest.$ac_ext 3475 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3712 3476 LIBS=$ac_check_lib_save_LIBS 3713 3477 fi … … 3750 3514 # Use a header file that comes with gcc, so configuring glibc 3751 3515 # with a fresh cross-compiler works. 3752 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since3753 # <limits.h> exists even on freestanding compilers.3754 3516 # On the NeXT, cc -E runs the code through the compiler's parser, 3755 3517 # not just through cpp. "Syntax error" is here to catch this case. 3756 3518 cat >conftest.$ac_ext <<_ACEOF 3519 #line $LINENO "configure" 3757 3520 /* confdefs.h. */ 3758 3521 _ACEOF … … 3760 3523 cat >>conftest.$ac_ext <<_ACEOF 3761 3524 /* end confdefs.h. */ 3762 #ifdef __STDC__ 3763 # include <limits.h> 3764 #else 3765 # include <assert.h> 3766 #endif 3767 Syntax error 3525 #include <assert.h> 3526 Syntax error 3768 3527 _ACEOF 3769 3528 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3777 3536 if test -s conftest.err; then 3778 3537 ac_cpp_err=$ac_c_preproc_warn_flag 3779 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3780 3538 else 3781 3539 ac_cpp_err= … … 3798 3556 # can be detected and how. 3799 3557 cat >conftest.$ac_ext <<_ACEOF 3558 #line $LINENO "configure" 3800 3559 /* confdefs.h. */ 3801 3560 _ACEOF … … 3815 3574 if test -s conftest.err; then 3816 3575 ac_cpp_err=$ac_c_preproc_warn_flag 3817 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3818 3576 else 3819 3577 ac_cpp_err= … … 3857 3615 # Use a header file that comes with gcc, so configuring glibc 3858 3616 # with a fresh cross-compiler works. 3859 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since3860 # <limits.h> exists even on freestanding compilers.3861 3617 # On the NeXT, cc -E runs the code through the compiler's parser, 3862 3618 # not just through cpp. "Syntax error" is here to catch this case. 3863 3619 cat >conftest.$ac_ext <<_ACEOF 3620 #line $LINENO "configure" 3864 3621 /* confdefs.h. */ 3865 3622 _ACEOF … … 3867 3624 cat >>conftest.$ac_ext <<_ACEOF 3868 3625 /* end confdefs.h. */ 3869 #ifdef __STDC__ 3870 # include <limits.h> 3871 #else 3872 # include <assert.h> 3873 #endif 3874 Syntax error 3626 #include <assert.h> 3627 Syntax error 3875 3628 _ACEOF 3876 3629 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3884 3637 if test -s conftest.err; then 3885 3638 ac_cpp_err=$ac_c_preproc_warn_flag 3886 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3887 3639 else 3888 3640 ac_cpp_err= … … 3905 3657 # can be detected and how. 3906 3658 cat >conftest.$ac_ext <<_ACEOF 3659 #line $LINENO "configure" 3907 3660 /* confdefs.h. */ 3908 3661 _ACEOF … … 3922 3675 if test -s conftest.err; then 3923 3676 ac_cpp_err=$ac_c_preproc_warn_flag 3924 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3925 3677 else 3926 3678 ac_cpp_err= … … 3983 3735 else 3984 3736 cat >conftest.$ac_ext <<_ACEOF 3737 #line $LINENO "configure" 3985 3738 /* confdefs.h. */ 3986 3739 _ACEOF … … 4003 3756 rm -f conftest.$ac_objext 4004 3757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4005 (eval $ac_compile) 2>conftest.er1 4006 ac_status=$? 4007 grep -v '^ *+' conftest.er1 >conftest.err 4008 rm -f conftest.er1 4009 cat conftest.err >&5 3758 (eval $ac_compile) 2>&5 3759 ac_status=$? 4010 3760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4011 3761 (exit $ac_status); } && 4012 { ac_try='test -z "$ac_c_werror_flag" 4013 || test ! -s conftest.err' 3762 { ac_try='test -s conftest.$ac_objext' 4014 3763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4015 3764 (eval $ac_try) 2>&5 4016 3765 ac_status=$? 4017 3766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4018 (exit $ac_status); }; } &&4019 { ac_try='test -s conftest.$ac_objext'4020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54021 (eval $ac_try) 2>&54022 ac_status=$?4023 echo "$as_me:$LINENO: \$? = $ac_status" >&54024 3767 (exit $ac_status); }; }; then 4025 3768 ac_cv_header_stdc=yes … … 4030 3773 ac_cv_header_stdc=no 4031 3774 fi 4032 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3775 rm -f conftest.$ac_objext conftest.$ac_ext 4033 3776 4034 3777 if test $ac_cv_header_stdc = yes; then 4035 3778 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4036 3779 cat >conftest.$ac_ext <<_ACEOF 3780 #line $LINENO "configure" 4037 3781 /* confdefs.h. */ 4038 3782 _ACEOF … … 4056 3800 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4057 3801 cat >conftest.$ac_ext <<_ACEOF 3802 #line $LINENO "configure" 4058 3803 /* confdefs.h. */ 4059 3804 _ACEOF … … 4080 3825 else 4081 3826 cat >conftest.$ac_ext <<_ACEOF 3827 #line $LINENO "configure" 4082 3828 /* confdefs.h. */ 4083 3829 _ACEOF … … 4091 3837 #else 4092 3838 # define ISLOWER(c) \ 4093 4094 4095 3839 (('a' <= (c) && (c) <= 'i') \ 3840 || ('j' <= (c) && (c) <= 'r') \ 3841 || ('s' <= (c) && (c) <= 'z')) 4096 3842 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4097 3843 #endif … … 4104 3850 for (i = 0; i < 256; i++) 4105 3851 if (XOR (islower (i), ISLOWER (i)) 4106 3852 || toupper (i) != TOUPPER (i)) 4107 3853 exit(2); 4108 3854 exit (0); … … 4129 3875 ac_cv_header_stdc=no 4130 3876 fi 4131 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext3877 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4132 3878 fi 4133 3879 fi … … 4154 3900 4155 3901 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4156 3902 inttypes.h stdint.h unistd.h 4157 3903 do 4158 3904 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 4163 3909 else 4164 3910 cat >conftest.$ac_ext <<_ACEOF 3911 #line $LINENO "configure" 4165 3912 /* confdefs.h. */ 4166 3913 _ACEOF … … 4174 3921 rm -f conftest.$ac_objext 4175 3922 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4176 (eval $ac_compile) 2>conftest.er1 4177 ac_status=$? 4178 grep -v '^ *+' conftest.er1 >conftest.err 4179 rm -f conftest.er1 4180 cat conftest.err >&5 3923 (eval $ac_compile) 2>&5 3924 ac_status=$? 4181 3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4182 3926 (exit $ac_status); } && 4183 { ac_try='test -z "$ac_c_werror_flag" 4184 || test ! -s conftest.err' 3927 { ac_try='test -s conftest.$ac_objext' 4185 3928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4186 3929 (eval $ac_try) 2>&5 4187 3930 ac_status=$? 4188 3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4189 (exit $ac_status); }; } &&4190 { ac_try='test -s conftest.$ac_objext'4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54192 (eval $ac_try) 2>&54193 ac_status=$?4194 echo "$as_me:$LINENO: \$? = $ac_status" >&54195 3932 (exit $ac_status); }; }; then 4196 3933 eval "$as_ac_Header=yes" … … 4201 3938 eval "$as_ac_Header=no" 4202 3939 fi 4203 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3940 rm -f conftest.$ac_objext conftest.$ac_ext 4204 3941 fi 4205 3942 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4228 3965 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 4229 3966 cat >conftest.$ac_ext <<_ACEOF 3967 #line $LINENO "configure" 4230 3968 /* confdefs.h. */ 4231 3969 _ACEOF … … 4238 3976 rm -f conftest.$ac_objext 4239 3977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4240 (eval $ac_compile) 2>conftest.er1 4241 ac_status=$? 4242 grep -v '^ *+' conftest.er1 >conftest.err 4243 rm -f conftest.er1 4244 cat conftest.err >&5 3978 (eval $ac_compile) 2>&5 3979 ac_status=$? 4245 3980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4246 3981 (exit $ac_status); } && 4247 { ac_try='test -z "$ac_c_werror_flag" 4248 || test ! -s conftest.err' 3982 { ac_try='test -s conftest.$ac_objext' 4249 3983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4250 3984 (eval $ac_try) 2>&5 4251 3985 ac_status=$? 4252 3986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4253 (exit $ac_status); }; } &&4254 { ac_try='test -s conftest.$ac_objext'4255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54256 (eval $ac_try) 2>&54257 ac_status=$?4258 echo "$as_me:$LINENO: \$? = $ac_status" >&54259 3987 (exit $ac_status); }; }; then 4260 3988 ac_header_compiler=yes … … 4265 3993 ac_header_compiler=no 4266 3994 fi 4267 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext3995 rm -f conftest.$ac_objext conftest.$ac_ext 4268 3996 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4269 3997 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4273 4001 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 4274 4002 cat >conftest.$ac_ext <<_ACEOF 4003 #line $LINENO "configure" 4275 4004 /* confdefs.h. */ 4276 4005 _ACEOF … … 4290 4019 if test -s conftest.err; then 4291 4020 ac_cpp_err=$ac_c_preproc_warn_flag 4292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4293 4021 else 4294 4022 ac_cpp_err= … … 4310 4038 4311 4039 # So? What about this header? 4312 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4313 yes:no :)4040 case $ac_header_compiler:$ac_header_preproc in 4041 yes:no ) 4314 4042 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 4315 4043 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4316 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 4317 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 4318 ac_header_preproc=yes 4044 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 4045 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 4046 ( 4047 cat <<\_ASBOX 4048 ## ------------------------------------ ## 4049 ## Report this to bug-autoconf@gnu.org. ## 4050 ## ------------------------------------ ## 4051 _ASBOX 4052 ) | 4053 sed "s/^/$as_me: WARNING: /" >&2 4319 4054 ;; 4320 no:yes :*)4055 no:yes ) 4321 4056 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 4322 4057 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 4323 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 4324 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 4325 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 4326 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 4327 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 4328 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} 4058 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 4059 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 4329 4060 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 4330 4061 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 4331 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&54332 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}4333 4062 ( 4334 4063 cat <<\_ASBOX 4335 4064 ## ------------------------------------ ## 4336 ## Report this to the pjproject lists.##4065 ## Report this to bug-autoconf@gnu.org. ## 4337 4066 ## ------------------------------------ ## 4338 4067 _ASBOX … … 4373 4102 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6 4374 4103 cat >conftest.$ac_ext <<_ACEOF 4104 #line $LINENO "configure" 4375 4105 /* confdefs.h. */ 4376 4106 _ACEOF … … 4383 4113 rm -f conftest.$ac_objext 4384 4114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4385 (eval $ac_compile) 2>conftest.er1 4386 ac_status=$? 4387 grep -v '^ *+' conftest.er1 >conftest.err 4388 rm -f conftest.er1 4389 cat conftest.err >&5 4115 (eval $ac_compile) 2>&5 4116 ac_status=$? 4390 4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4391 4118 (exit $ac_status); } && 4392 { ac_try='test -z "$ac_c_werror_flag" 4393 || test ! -s conftest.err' 4119 { ac_try='test -s conftest.$ac_objext' 4394 4120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4395 4121 (eval $ac_try) 2>&5 4396 4122 ac_status=$? 4397 4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4398 (exit $ac_status); }; } &&4399 { ac_try='test -s conftest.$ac_objext'4400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54401 (eval $ac_try) 2>&54402 ac_status=$?4403 echo "$as_me:$LINENO: \$? = $ac_status" >&54404 4124 (exit $ac_status); }; }; then 4405 4125 ac_header_compiler=yes … … 4410 4130 ac_header_compiler=no 4411 4131 fi 4412 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4132 rm -f conftest.$ac_objext conftest.$ac_ext 4413 4133 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4414 4134 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4418 4138 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6 4419 4139 cat >conftest.$ac_ext <<_ACEOF 4140 #line $LINENO "configure" 4420 4141 /* confdefs.h. */ 4421 4142 _ACEOF … … 4435 4156 if test -s conftest.err; then 4436 4157 ac_cpp_err=$ac_c_preproc_warn_flag 4437 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4438 4158 else 4439 4159 ac_cpp_err= … … 4455 4175 4456 4176 # So? What about this header? 4457 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4458 yes:no :)4177 case $ac_header_compiler:$ac_header_preproc in 4178 yes:no ) 4459 4179 { echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 4460 4180 echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4461 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&5 4462 echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;} 4463 ac_header_preproc=yes 4181 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 4182 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 4183 ( 4184 cat <<\_ASBOX 4185 ## ------------------------------------ ## 4186 ## Report this to bug-autoconf@gnu.org. ## 4187 ## ------------------------------------ ## 4188 _ASBOX 4189 ) | 4190 sed "s/^/$as_me: WARNING: /" >&2 4464 4191 ;; 4465 no:yes :*)4192 no:yes ) 4466 4193 { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 4467 4194 echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 4468 { echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&5 4469 echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;} 4470 { echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&5 4471 echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;} 4472 { echo "$as_me:$LINENO: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&5 4473 echo "$as_me: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&2;} 4195 { echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&5 4196 echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;} 4474 4197 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 4475 4198 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 4476 { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&54477 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;}4478 4199 ( 4479 4200 cat <<\_ASBOX 4480 4201 ## ------------------------------------ ## 4481 ## Report this to the pjproject lists.##4202 ## Report this to bug-autoconf@gnu.org. ## 4482 4203 ## ------------------------------------ ## 4483 4204 _ASBOX … … 4518 4239 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6 4519 4240 cat >conftest.$ac_ext <<_ACEOF 4241 #line $LINENO "configure" 4520 4242 /* confdefs.h. */ 4521 4243 _ACEOF … … 4528 4250 rm -f conftest.$ac_objext 4529 4251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4530 (eval $ac_compile) 2>conftest.er1 4531 ac_status=$? 4532 grep -v '^ *+' conftest.er1 >conftest.err 4533 rm -f conftest.er1 4534 cat conftest.err >&5 4252 (eval $ac_compile) 2>&5 4253 ac_status=$? 4535 4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4536 4255 (exit $ac_status); } && 4537 { ac_try='test -z "$ac_c_werror_flag" 4538 || test ! -s conftest.err' 4256 { ac_try='test -s conftest.$ac_objext' 4539 4257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4540 4258 (eval $ac_try) 2>&5 4541 4259 ac_status=$? 4542 4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4543 (exit $ac_status); }; } &&4544 { ac_try='test -s conftest.$ac_objext'4545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54546 (eval $ac_try) 2>&54547 ac_status=$?4548 echo "$as_me:$LINENO: \$? = $ac_status" >&54549 4261 (exit $ac_status); }; }; then 4550 4262 ac_header_compiler=yes … … 4555 4267 ac_header_compiler=no 4556 4268 fi 4557 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4269 rm -f conftest.$ac_objext conftest.$ac_ext 4558 4270 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4559 4271 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4563 4275 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6 4564 4276 cat >conftest.$ac_ext <<_ACEOF 4277 #line $LINENO "configure" 4565 4278 /* confdefs.h. */ 4566 4279 _ACEOF … … 4580 4293 if test -s conftest.err; then 4581 4294 ac_cpp_err=$ac_c_preproc_warn_flag 4582 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4583 4295 else 4584 4296 ac_cpp_err= … … 4600 4312 4601 4313 # So? What about this header? 4602 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4603 yes:no :)4314 case $ac_header_compiler:$ac_header_preproc in 4315 yes:no ) 4604 4316 { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 4605 4317 echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4606 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5 4607 echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;} 4608 ac_header_preproc=yes 4318 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 4319 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 4320 ( 4321 cat <<\_ASBOX 4322 ## ------------------------------------ ## 4323 ## Report this to bug-autoconf@gnu.org. ## 4324 ## ------------------------------------ ## 4325 _ASBOX 4326 ) | 4327 sed "s/^/$as_me: WARNING: /" >&2 4609 4328 ;; 4610 no:yes :*)4329 no:yes ) 4611 4330 { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 4612 4331 echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 4613 { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5 4614 echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;} 4615 { echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5 4616 echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;} 4617 { echo "$as_me:$LINENO: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&5 4618 echo "$as_me: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&2;} 4332 { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5 4333 echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;} 4619 4334 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 4620 4335 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 4621 { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&54622 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;}4623 4336 ( 4624 4337 cat <<\_ASBOX 4625 4338 ## ------------------------------------ ## 4626 ## Report this to the pjproject lists.##4339 ## Report this to bug-autoconf@gnu.org. ## 4627 4340 ## ------------------------------------ ## 4628 4341 _ASBOX … … 4672 4385 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6 4673 4386 cat >conftest.$ac_ext <<_ACEOF 4387 #line $LINENO "configure" 4674 4388 /* confdefs.h. */ 4675 4389 _ACEOF … … 4682 4396 rm -f conftest.$ac_objext 4683 4397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4684 (eval $ac_compile) 2>conftest.er1 4685 ac_status=$? 4686 grep -v '^ *+' conftest.er1 >conftest.err 4687 rm -f conftest.er1 4688 cat conftest.err >&5 4398 (eval $ac_compile) 2>&5 4399 ac_status=$? 4689 4400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4690 4401 (exit $ac_status); } && 4691 { ac_try='test -z "$ac_c_werror_flag" 4692 || test ! -s conftest.err' 4402 { ac_try='test -s conftest.$ac_objext' 4693 4403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4694 4404 (eval $ac_try) 2>&5 4695 4405 ac_status=$? 4696 4406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4697 (exit $ac_status); }; } &&4698 { ac_try='test -s conftest.$ac_objext'4699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54700 (eval $ac_try) 2>&54701 ac_status=$?4702 echo "$as_me:$LINENO: \$? = $ac_status" >&54703 4407 (exit $ac_status); }; }; then 4704 4408 ac_header_compiler=yes … … 4709 4413 ac_header_compiler=no 4710 4414 fi 4711 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4415 rm -f conftest.$ac_objext conftest.$ac_ext 4712 4416 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4713 4417 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4717 4421 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6 4718 4422 cat >conftest.$ac_ext <<_ACEOF 4423 #line $LINENO "configure" 4719 4424 /* confdefs.h. */ 4720 4425 _ACEOF … … 4734 4439 if test -s conftest.err; then 4735 4440 ac_cpp_err=$ac_c_preproc_warn_flag 4736 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4737 4441 else 4738 4442 ac_cpp_err= … … 4754 4458 4755 4459 # So? What about this header? 4756 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4757 yes:no :)4460 case $ac_header_compiler:$ac_header_preproc in 4461 yes:no ) 4758 4462 { echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5 4759 4463 echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4760 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&5 4761 echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;} 4762 ac_header_preproc=yes 4464 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 4465 echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 4466 ( 4467 cat <<\_ASBOX 4468 ## ------------------------------------ ## 4469 ## Report this to bug-autoconf@gnu.org. ## 4470 ## ------------------------------------ ## 4471 _ASBOX 4472 ) | 4473 sed "s/^/$as_me: WARNING: /" >&2 4763 4474 ;; 4764 no:yes :*)4475 no:yes ) 4765 4476 { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 4766 4477 echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;} 4767 { echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&5 4768 echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;} 4769 { echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&5 4770 echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;} 4771 { echo "$as_me:$LINENO: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&5 4772 echo "$as_me: WARNING: errno.h: section \"Present But Cannot Be Compiled\"" >&2;} 4478 { echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&5 4479 echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;} 4773 4480 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 4774 4481 echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 4775 { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&54776 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;}4777 4482 ( 4778 4483 cat <<\_ASBOX 4779 4484 ## ------------------------------------ ## 4780 ## Report this to the pjproject lists.##4485 ## Report this to bug-autoconf@gnu.org. ## 4781 4486 ## ------------------------------------ ## 4782 4487 _ASBOX … … 4820 4525 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6 4821 4526 cat >conftest.$ac_ext <<_ACEOF 4527 #line $LINENO "configure" 4822 4528 /* confdefs.h. */ 4823 4529 _ACEOF … … 4830 4536 rm -f conftest.$ac_objext 4831 4537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4832 (eval $ac_compile) 2>conftest.er1 4833 ac_status=$? 4834 grep -v '^ *+' conftest.er1 >conftest.err 4835 rm -f conftest.er1 4836 cat conftest.err >&5 4538 (eval $ac_compile) 2>&5 4539 ac_status=$? 4837 4540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4838 4541 (exit $ac_status); } && 4839 { ac_try='test -z "$ac_c_werror_flag" 4840 || test ! -s conftest.err' 4542 { ac_try='test -s conftest.$ac_objext' 4841 4543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4842 4544 (eval $ac_try) 2>&5 4843 4545 ac_status=$? 4844 4546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4845 (exit $ac_status); }; } &&4846 { ac_try='test -s conftest.$ac_objext'4847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54848 (eval $ac_try) 2>&54849 ac_status=$?4850 echo "$as_me:$LINENO: \$? = $ac_status" >&54851 4547 (exit $ac_status); }; }; then 4852 4548 ac_header_compiler=yes … … 4857 4553 ac_header_compiler=no 4858 4554 fi 4859 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4555 rm -f conftest.$ac_objext conftest.$ac_ext 4860 4556 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4861 4557 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4865 4561 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6 4866 4562 cat >conftest.$ac_ext <<_ACEOF 4563 #line $LINENO "configure" 4867 4564 /* confdefs.h. */ 4868 4565 _ACEOF … … 4882 4579 if test -s conftest.err; then 4883 4580 ac_cpp_err=$ac_c_preproc_warn_flag 4884 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4885 4581 else 4886 4582 ac_cpp_err= … … 4902 4598 4903 4599 # So? What about this header? 4904 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4905 yes:no :)4600 case $ac_header_compiler:$ac_header_preproc in 4601 yes:no ) 4906 4602 { echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 4907 4603 echo "$as_me: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4908 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the compiler's result" >&5 4909 echo "$as_me: WARNING: linux/socket.h: proceeding with the compiler's result" >&2;} 4910 ac_header_preproc=yes 4604 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 4605 echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 4606 ( 4607 cat <<\_ASBOX 4608 ## ------------------------------------ ## 4609 ## Report this to bug-autoconf@gnu.org. ## 4610 ## ------------------------------------ ## 4611 _ASBOX 4612 ) | 4613 sed "s/^/$as_me: WARNING: /" >&2 4911 4614 ;; 4912 no:yes :*)4615 no:yes ) 4913 4616 { echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 4914 4617 echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;} 4915 { echo "$as_me:$LINENO: WARNING: linux/socket.h: check for missing prerequisite headers?" >&5 4916 echo "$as_me: WARNING: linux/socket.h: check for missing prerequisite headers?" >&2;} 4917 { echo "$as_me:$LINENO: WARNING: linux/socket.h: see the Autoconf documentation" >&5 4918 echo "$as_me: WARNING: linux/socket.h: see the Autoconf documentation" >&2;} 4919 { echo "$as_me:$LINENO: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&5 4920 echo "$as_me: WARNING: linux/socket.h: section \"Present But Cannot Be Compiled\"" >&2;} 4618 { echo "$as_me:$LINENO: WARNING: linux/socket.h: check for missing prerequisite headers?" >&5 4619 echo "$as_me: WARNING: linux/socket.h: check for missing prerequisite headers?" >&2;} 4921 4620 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 4922 4621 echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 4923 { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&54924 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;}4925 4622 ( 4926 4623 cat <<\_ASBOX 4927 4624 ## ------------------------------------ ## 4928 ## Report this to the pjproject lists.##4625 ## Report this to bug-autoconf@gnu.org. ## 4929 4626 ## ------------------------------------ ## 4930 4627 _ASBOX … … 4965 4662 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 4966 4663 cat >conftest.$ac_ext <<_ACEOF 4664 #line $LINENO "configure" 4967 4665 /* confdefs.h. */ 4968 4666 _ACEOF … … 4975 4673 rm -f conftest.$ac_objext 4976 4674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4977 (eval $ac_compile) 2>conftest.er1 4978 ac_status=$? 4979 grep -v '^ *+' conftest.er1 >conftest.err 4980 rm -f conftest.er1 4981 cat conftest.err >&5 4675 (eval $ac_compile) 2>&5 4676 ac_status=$? 4982 4677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4983 4678 (exit $ac_status); } && 4984 { ac_try='test -z "$ac_c_werror_flag" 4985 || test ! -s conftest.err' 4679 { ac_try='test -s conftest.$ac_objext' 4986 4680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4987 4681 (eval $ac_try) 2>&5 4988 4682 ac_status=$? 4989 4683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4990 (exit $ac_status); }; } &&4991 { ac_try='test -s conftest.$ac_objext'4992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&54993 (eval $ac_try) 2>&54994 ac_status=$?4995 echo "$as_me:$LINENO: \$? = $ac_status" >&54996 4684 (exit $ac_status); }; }; then 4997 4685 ac_header_compiler=yes … … 5002 4690 ac_header_compiler=no 5003 4691 fi 5004 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4692 rm -f conftest.$ac_objext conftest.$ac_ext 5005 4693 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5006 4694 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5010 4698 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 5011 4699 cat >conftest.$ac_ext <<_ACEOF 4700 #line $LINENO "configure" 5012 4701 /* confdefs.h. */ 5013 4702 _ACEOF … … 5027 4716 if test -s conftest.err; then 5028 4717 ac_cpp_err=$ac_c_preproc_warn_flag 5029 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5030 4718 else 5031 4719 ac_cpp_err= … … 5047 4735 5048 4736 # So? What about this header? 5049 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5050 yes:no :)4737 case $ac_header_compiler:$ac_header_preproc in 4738 yes:no ) 5051 4739 { echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 5052 4740 echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5053 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&5 5054 echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;} 5055 ac_header_preproc=yes 4741 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 4742 echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 4743 ( 4744 cat <<\_ASBOX 4745 ## ------------------------------------ ## 4746 ## Report this to bug-autoconf@gnu.org. ## 4747 ## ------------------------------------ ## 4748 _ASBOX 4749 ) | 4750 sed "s/^/$as_me: WARNING: /" >&2 5056 4751 ;; 5057 no:yes :*)4752 no:yes ) 5058 4753 { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 5059 4754 echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} 5060 { echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&5 5061 echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;} 5062 { echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&5 5063 echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;} 5064 { echo "$as_me:$LINENO: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&5 5065 echo "$as_me: WARNING: malloc.h: section \"Present But Cannot Be Compiled\"" >&2;} 4755 { echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&5 4756 echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;} 5066 4757 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 5067 4758 echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 5068 { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&55069 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;}5070 4759 ( 5071 4760 cat <<\_ASBOX 5072 4761 ## ------------------------------------ ## 5073 ## Report this to the pjproject lists.##4762 ## Report this to bug-autoconf@gnu.org. ## 5074 4763 ## ------------------------------------ ## 5075 4764 _ASBOX … … 5110 4799 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6 5111 4800 cat >conftest.$ac_ext <<_ACEOF 4801 #line $LINENO "configure" 5112 4802 /* confdefs.h. */ 5113 4803 _ACEOF … … 5120 4810 rm -f conftest.$ac_objext 5121 4811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5122 (eval $ac_compile) 2>conftest.er1 5123 ac_status=$? 5124 grep -v '^ *+' conftest.er1 >conftest.err 5125 rm -f conftest.er1 5126 cat conftest.err >&5 4812 (eval $ac_compile) 2>&5 4813 ac_status=$? 5127 4814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5128 4815 (exit $ac_status); } && 5129 { ac_try='test -z "$ac_c_werror_flag" 5130 || test ! -s conftest.err' 4816 { ac_try='test -s conftest.$ac_objext' 5131 4817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5132 4818 (eval $ac_try) 2>&5 5133 4819 ac_status=$? 5134 4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5135 (exit $ac_status); }; } &&5136 { ac_try='test -s conftest.$ac_objext'5137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55138 (eval $ac_try) 2>&55139 ac_status=$?5140 echo "$as_me:$LINENO: \$? = $ac_status" >&55141 4821 (exit $ac_status); }; }; then 5142 4822 ac_header_compiler=yes … … 5147 4827 ac_header_compiler=no 5148 4828 fi 5149 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4829 rm -f conftest.$ac_objext conftest.$ac_ext 5150 4830 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5151 4831 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5155 4835 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6 5156 4836 cat >conftest.$ac_ext <<_ACEOF 4837 #line $LINENO "configure" 5157 4838 /* confdefs.h. */ 5158 4839 _ACEOF … … 5172 4853 if test -s conftest.err; then 5173 4854 ac_cpp_err=$ac_c_preproc_warn_flag 5174 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5175 4855 else 5176 4856 ac_cpp_err= … … 5192 4872 5193 4873 # So? What about this header? 5194 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5195 yes:no :)4874 case $ac_header_compiler:$ac_header_preproc in 4875 yes:no ) 5196 4876 { echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 5197 4877 echo "$as_me: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5198 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the compiler's result" >&5 5199 echo "$as_me: WARNING: netdb.h: proceeding with the compiler's result" >&2;} 5200 ac_header_preproc=yes 4878 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 4879 echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 4880 ( 4881 cat <<\_ASBOX 4882 ## ------------------------------------ ## 4883 ## Report this to bug-autoconf@gnu.org. ## 4884 ## ------------------------------------ ## 4885 _ASBOX 4886 ) | 4887 sed "s/^/$as_me: WARNING: /" >&2 5201 4888 ;; 5202 no:yes :*)4889 no:yes ) 5203 4890 { echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 5204 4891 echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;} 5205 { echo "$as_me:$LINENO: WARNING: netdb.h: check for missing prerequisite headers?" >&5 5206 echo "$as_me: WARNING: netdb.h: check for missing prerequisite headers?" >&2;} 5207 { echo "$as_me:$LINENO: WARNING: netdb.h: see the Autoconf documentation" >&5 5208 echo "$as_me: WARNING: netdb.h: see the Autoconf documentation" >&2;} 5209 { echo "$as_me:$LINENO: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&5 5210 echo "$as_me: WARNING: netdb.h: section \"Present But Cannot Be Compiled\"" >&2;} 4892 { echo "$as_me:$LINENO: WARNING: netdb.h: check for missing prerequisite headers?" >&5 4893 echo "$as_me: WARNING: netdb.h: check for missing prerequisite headers?" >&2;} 5211 4894 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 5212 4895 echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 5213 { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&55214 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;}5215 4896 ( 5216 4897 cat <<\_ASBOX 5217 4898 ## ------------------------------------ ## 5218 ## Report this to the pjproject lists.##4899 ## Report this to bug-autoconf@gnu.org. ## 5219 4900 ## ------------------------------------ ## 5220 4901 _ASBOX … … 5255 4936 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 5256 4937 cat >conftest.$ac_ext <<_ACEOF 4938 #line $LINENO "configure" 5257 4939 /* confdefs.h. */ 5258 4940 _ACEOF … … 5265 4947 rm -f conftest.$ac_objext 5266 4948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5267 (eval $ac_compile) 2>conftest.er1 5268 ac_status=$? 5269 grep -v '^ *+' conftest.er1 >conftest.err 5270 rm -f conftest.er1 5271 cat conftest.err >&5 4949 (eval $ac_compile) 2>&5 4950 ac_status=$? 5272 4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5273 4952 (exit $ac_status); } && 5274 { ac_try='test -z "$ac_c_werror_flag" 5275 || test ! -s conftest.err' 4953 { ac_try='test -s conftest.$ac_objext' 5276 4954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5277 4955 (eval $ac_try) 2>&5 5278 4956 ac_status=$? 5279 4957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5280 (exit $ac_status); }; } &&5281 { ac_try='test -s conftest.$ac_objext'5282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55283 (eval $ac_try) 2>&55284 ac_status=$?5285 echo "$as_me:$LINENO: \$? = $ac_status" >&55286 4958 (exit $ac_status); }; }; then 5287 4959 ac_header_compiler=yes … … 5292 4964 ac_header_compiler=no 5293 4965 fi 5294 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4966 rm -f conftest.$ac_objext conftest.$ac_ext 5295 4967 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5296 4968 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5300 4972 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 5301 4973 cat >conftest.$ac_ext <<_ACEOF 4974 #line $LINENO "configure" 5302 4975 /* confdefs.h. */ 5303 4976 _ACEOF … … 5317 4990 if test -s conftest.err; then 5318 4991 ac_cpp_err=$ac_c_preproc_warn_flag 5319 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5320 4992 else 5321 4993 ac_cpp_err= … … 5337 5009 5338 5010 # So? What about this header? 5339 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5340 yes:no :)5011 case $ac_header_compiler:$ac_header_preproc in 5012 yes:no ) 5341 5013 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 5342 5014 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5343 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 5344 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 5345 ac_header_preproc=yes 5015 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 5016 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 5017 ( 5018 cat <<\_ASBOX 5019 ## ------------------------------------ ## 5020 ## Report this to bug-autoconf@gnu.org. ## 5021 ## ------------------------------------ ## 5022 _ASBOX 5023 ) | 5024 sed "s/^/$as_me: WARNING: /" >&2 5346 5025 ;; 5347 no:yes :*)5026 no:yes ) 5348 5027 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 5349 5028 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 5350 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 5351 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 5352 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 5353 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 5354 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 5355 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} 5029 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 5030 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 5356 5031 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 5357 5032 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 5358 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&55359 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}5360 5033 ( 5361 5034 cat <<\_ASBOX 5362 5035 ## ------------------------------------ ## 5363 ## Report this to the pjproject lists.##5036 ## Report this to bug-autoconf@gnu.org. ## 5364 5037 ## ------------------------------------ ## 5365 5038 _ASBOX … … 5400 5073 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6 5401 5074 cat >conftest.$ac_ext <<_ACEOF 5075 #line $LINENO "configure" 5402 5076 /* confdefs.h. */ 5403 5077 _ACEOF … … 5410 5084 rm -f conftest.$ac_objext 5411 5085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5412 (eval $ac_compile) 2>conftest.er1 5413 ac_status=$? 5414 grep -v '^ *+' conftest.er1 >conftest.err 5415 rm -f conftest.er1 5416 cat conftest.err >&5 5086 (eval $ac_compile) 2>&5 5087 ac_status=$? 5417 5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5418 5089 (exit $ac_status); } && 5419 { ac_try='test -z "$ac_c_werror_flag" 5420 || test ! -s conftest.err' 5090 { ac_try='test -s conftest.$ac_objext' 5421 5091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5422 5092 (eval $ac_try) 2>&5 5423 5093 ac_status=$? 5424 5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5425 (exit $ac_status); }; } &&5426 { ac_try='test -s conftest.$ac_objext'5427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55428 (eval $ac_try) 2>&55429 ac_status=$?5430 echo "$as_me:$LINENO: \$? = $ac_status" >&55431 5095 (exit $ac_status); }; }; then 5432 5096 ac_header_compiler=yes … … 5437 5101 ac_header_compiler=no 5438 5102 fi 5439 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5103 rm -f conftest.$ac_objext conftest.$ac_ext 5440 5104 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5441 5105 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5445 5109 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6 5446 5110 cat >conftest.$ac_ext <<_ACEOF 5111 #line $LINENO "configure" 5447 5112 /* confdefs.h. */ 5448 5113 _ACEOF … … 5462 5127 if test -s conftest.err; then 5463 5128 ac_cpp_err=$ac_c_preproc_warn_flag 5464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5465 5129 else 5466 5130 ac_cpp_err= … … 5482 5146 5483 5147 # So? What about this header? 5484 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5485 yes:no :)5148 case $ac_header_compiler:$ac_header_preproc in 5149 yes:no ) 5486 5150 { echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 5487 5151 echo "$as_me: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5488 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the compiler's result" >&5 5489 echo "$as_me: WARNING: setjmp.h: proceeding with the compiler's result" >&2;} 5490 ac_header_preproc=yes 5152 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 5153 echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 5154 ( 5155 cat <<\_ASBOX 5156 ## ------------------------------------ ## 5157 ## Report this to bug-autoconf@gnu.org. ## 5158 ## ------------------------------------ ## 5159 _ASBOX 5160 ) | 5161 sed "s/^/$as_me: WARNING: /" >&2 5491 5162 ;; 5492 no:yes :*)5163 no:yes ) 5493 5164 { echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 5494 5165 echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;} 5495 { echo "$as_me:$LINENO: WARNING: setjmp.h: check for missing prerequisite headers?" >&5 5496 echo "$as_me: WARNING: setjmp.h: check for missing prerequisite headers?" >&2;} 5497 { echo "$as_me:$LINENO: WARNING: setjmp.h: see the Autoconf documentation" >&5 5498 echo "$as_me: WARNING: setjmp.h: see the Autoconf documentation" >&2;} 5499 { echo "$as_me:$LINENO: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&5 5500 echo "$as_me: WARNING: setjmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 5166 { echo "$as_me:$LINENO: WARNING: setjmp.h: check for missing prerequisite headers?" >&5 5167 echo "$as_me: WARNING: setjmp.h: check for missing prerequisite headers?" >&2;} 5501 5168 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 5502 5169 echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 5503 { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&55504 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;}5505 5170 ( 5506 5171 cat <<\_ASBOX 5507 5172 ## ------------------------------------ ## 5508 ## Report this to the pjproject lists.##5173 ## Report this to bug-autoconf@gnu.org. ## 5509 5174 ## ------------------------------------ ## 5510 5175 _ASBOX … … 5545 5210 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6 5546 5211 cat >conftest.$ac_ext <<_ACEOF 5212 #line $LINENO "configure" 5547 5213 /* confdefs.h. */ 5548 5214 _ACEOF … … 5555 5221 rm -f conftest.$ac_objext 5556 5222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5557 (eval $ac_compile) 2>conftest.er1 5558 ac_status=$? 5559 grep -v '^ *+' conftest.er1 >conftest.err 5560 rm -f conftest.er1 5561 cat conftest.err >&5 5223 (eval $ac_compile) 2>&5 5224 ac_status=$? 5562 5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5563 5226 (exit $ac_status); } && 5564 { ac_try='test -z "$ac_c_werror_flag" 5565 || test ! -s conftest.err' 5227 { ac_try='test -s conftest.$ac_objext' 5566 5228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5567 5229 (eval $ac_try) 2>&5 5568 5230 ac_status=$? 5569 5231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5570 (exit $ac_status); }; } &&5571 { ac_try='test -s conftest.$ac_objext'5572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55573 (eval $ac_try) 2>&55574 ac_status=$?5575 echo "$as_me:$LINENO: \$? = $ac_status" >&55576 5232 (exit $ac_status); }; }; then 5577 5233 ac_header_compiler=yes … … 5582 5238 ac_header_compiler=no 5583 5239 fi 5584 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5240 rm -f conftest.$ac_objext conftest.$ac_ext 5585 5241 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5586 5242 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5590 5246 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6 5591 5247 cat >conftest.$ac_ext <<_ACEOF 5248 #line $LINENO "configure" 5592 5249 /* confdefs.h. */ 5593 5250 _ACEOF … … 5607 5264 if test -s conftest.err; then 5608 5265 ac_cpp_err=$ac_c_preproc_warn_flag 5609 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5610 5266 else 5611 5267 ac_cpp_err= … … 5627 5283 5628 5284 # So? What about this header? 5629 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5630 yes:no :)5285 case $ac_header_compiler:$ac_header_preproc in 5286 yes:no ) 5631 5287 { echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5 5632 5288 echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5633 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&5 5634 echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;} 5635 ac_header_preproc=yes 5289 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 5290 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 5291 ( 5292 cat <<\_ASBOX 5293 ## ------------------------------------ ## 5294 ## Report this to bug-autoconf@gnu.org. ## 5295 ## ------------------------------------ ## 5296 _ASBOX 5297 ) | 5298 sed "s/^/$as_me: WARNING: /" >&2 5636 5299 ;; 5637 no:yes :*)5300 no:yes ) 5638 5301 { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 5639 5302 echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;} 5640 { echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&5 5641 echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;} 5642 { echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&5 5643 echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;} 5644 { echo "$as_me:$LINENO: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&5 5645 echo "$as_me: WARNING: stdarg.h: section \"Present But Cannot Be Compiled\"" >&2;} 5303 { echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&5 5304 echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;} 5646 5305 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 5647 5306 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 5648 { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&55649 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;}5650 5307 ( 5651 5308 cat <<\_ASBOX 5652 5309 ## ------------------------------------ ## 5653 ## Report this to the pjproject lists.##5310 ## Report this to bug-autoconf@gnu.org. ## 5654 5311 ## ------------------------------------ ## 5655 5312 _ASBOX … … 5690 5347 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6 5691 5348 cat >conftest.$ac_ext <<_ACEOF 5349 #line $LINENO "configure" 5692 5350 /* confdefs.h. */ 5693 5351 _ACEOF … … 5700 5358 rm -f conftest.$ac_objext 5701 5359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5702 (eval $ac_compile) 2>conftest.er1 5703 ac_status=$? 5704 grep -v '^ *+' conftest.er1 >conftest.err 5705 rm -f conftest.er1 5706 cat conftest.err >&5 5360 (eval $ac_compile) 2>&5 5361 ac_status=$? 5707 5362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5708 5363 (exit $ac_status); } && 5709 { ac_try='test -z "$ac_c_werror_flag" 5710 || test ! -s conftest.err' 5364 { ac_try='test -s conftest.$ac_objext' 5711 5365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5712 5366 (eval $ac_try) 2>&5 5713 5367 ac_status=$? 5714 5368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5715 (exit $ac_status); }; } &&5716 { ac_try='test -s conftest.$ac_objext'5717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55718 (eval $ac_try) 2>&55719 ac_status=$?5720 echo "$as_me:$LINENO: \$? = $ac_status" >&55721 5369 (exit $ac_status); }; }; then 5722 5370 ac_header_compiler=yes … … 5727 5375 ac_header_compiler=no 5728 5376 fi 5729 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5377 rm -f conftest.$ac_objext conftest.$ac_ext 5730 5378 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5731 5379 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5735 5383 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6 5736 5384 cat >conftest.$ac_ext <<_ACEOF 5385 #line $LINENO "configure" 5737 5386 /* confdefs.h. */ 5738 5387 _ACEOF … … 5752 5401 if test -s conftest.err; then 5753 5402 ac_cpp_err=$ac_c_preproc_warn_flag 5754 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5755 5403 else 5756 5404 ac_cpp_err= … … 5772 5420 5773 5421 # So? What about this header? 5774 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5775 yes:no :)5422 case $ac_header_compiler:$ac_header_preproc in 5423 yes:no ) 5776 5424 { echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&5 5777 5425 echo "$as_me: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5778 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the compiler's result" >&5 5779 echo "$as_me: WARNING: stddef.h: proceeding with the compiler's result" >&2;} 5780 ac_header_preproc=yes 5426 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 5427 echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 5428 ( 5429 cat <<\_ASBOX 5430 ## ------------------------------------ ## 5431 ## Report this to bug-autoconf@gnu.org. ## 5432 ## ------------------------------------ ## 5433 _ASBOX 5434 ) | 5435 sed "s/^/$as_me: WARNING: /" >&2 5781 5436 ;; 5782 no:yes :*)5437 no:yes ) 5783 5438 { echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 5784 5439 echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;} 5785 { echo "$as_me:$LINENO: WARNING: stddef.h: check for missing prerequisite headers?" >&5 5786 echo "$as_me: WARNING: stddef.h: check for missing prerequisite headers?" >&2;} 5787 { echo "$as_me:$LINENO: WARNING: stddef.h: see the Autoconf documentation" >&5 5788 echo "$as_me: WARNING: stddef.h: see the Autoconf documentation" >&2;} 5789 { echo "$as_me:$LINENO: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&5 5790 echo "$as_me: WARNING: stddef.h: section \"Present But Cannot Be Compiled\"" >&2;} 5440 { echo "$as_me:$LINENO: WARNING: stddef.h: check for missing prerequisite headers?" >&5 5441 echo "$as_me: WARNING: stddef.h: check for missing prerequisite headers?" >&2;} 5791 5442 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 5792 5443 echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 5793 { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&55794 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;}5795 5444 ( 5796 5445 cat <<\_ASBOX 5797 5446 ## ------------------------------------ ## 5798 ## Report this to the pjproject lists.##5447 ## Report this to bug-autoconf@gnu.org. ## 5799 5448 ## ------------------------------------ ## 5800 5449 _ASBOX … … 5835 5484 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6 5836 5485 cat >conftest.$ac_ext <<_ACEOF 5486 #line $LINENO "configure" 5837 5487 /* confdefs.h. */ 5838 5488 _ACEOF … … 5845 5495 rm -f conftest.$ac_objext 5846 5496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5847 (eval $ac_compile) 2>conftest.er1 5848 ac_status=$? 5849 grep -v '^ *+' conftest.er1 >conftest.err 5850 rm -f conftest.er1 5851 cat conftest.err >&5 5497 (eval $ac_compile) 2>&5 5498 ac_status=$? 5852 5499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5853 5500 (exit $ac_status); } && 5854 { ac_try='test -z "$ac_c_werror_flag" 5855 || test ! -s conftest.err' 5501 { ac_try='test -s conftest.$ac_objext' 5856 5502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5857 5503 (eval $ac_try) 2>&5 5858 5504 ac_status=$? 5859 5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5860 (exit $ac_status); }; } &&5861 { ac_try='test -s conftest.$ac_objext'5862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&55863 (eval $ac_try) 2>&55864 ac_status=$?5865 echo "$as_me:$LINENO: \$? = $ac_status" >&55866 5506 (exit $ac_status); }; }; then 5867 5507 ac_header_compiler=yes … … 5872 5512 ac_header_compiler=no 5873 5513 fi 5874 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5514 rm -f conftest.$ac_objext conftest.$ac_ext 5875 5515 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5876 5516 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5880 5520 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6 5881 5521 cat >conftest.$ac_ext <<_ACEOF 5522 #line $LINENO "configure" 5882 5523 /* confdefs.h. */ 5883 5524 _ACEOF … … 5897 5538 if test -s conftest.err; then 5898 5539 ac_cpp_err=$ac_c_preproc_warn_flag 5899 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag5900 5540 else 5901 5541 ac_cpp_err= … … 5917 5557 5918 5558 # So? What about this header? 5919 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin5920 yes:no :)5559 case $ac_header_compiler:$ac_header_preproc in 5560 yes:no ) 5921 5561 { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5 5922 5562 echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5923 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5 5924 echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;} 5925 ac_header_preproc=yes 5563 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 5564 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 5565 ( 5566 cat <<\_ASBOX 5567 ## ------------------------------------ ## 5568 ## Report this to bug-autoconf@gnu.org. ## 5569 ## ------------------------------------ ## 5570 _ASBOX 5571 ) | 5572 sed "s/^/$as_me: WARNING: /" >&2 5926 5573 ;; 5927 no:yes :*)5574 no:yes ) 5928 5575 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 5929 5576 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;} 5930 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5 5931 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;} 5932 { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5 5933 echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;} 5934 { echo "$as_me:$LINENO: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&5 5935 echo "$as_me: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&2;} 5577 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5 5578 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;} 5936 5579 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 5937 5580 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 5938 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&55939 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}5940 5581 ( 5941 5582 cat <<\_ASBOX 5942 5583 ## ------------------------------------ ## 5943 ## Report this to the pjproject lists.##5584 ## Report this to bug-autoconf@gnu.org. ## 5944 5585 ## ------------------------------------ ## 5945 5586 _ASBOX … … 5980 5621 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6 5981 5622 cat >conftest.$ac_ext <<_ACEOF 5623 #line $LINENO "configure" 5982 5624 /* confdefs.h. */ 5983 5625 _ACEOF … … 5990 5632 rm -f conftest.$ac_objext 5991 5633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5992 (eval $ac_compile) 2>conftest.er1 5993 ac_status=$? 5994 grep -v '^ *+' conftest.er1 >conftest.err 5995 rm -f conftest.er1 5996 cat conftest.err >&5 5634 (eval $ac_compile) 2>&5 5635 ac_status=$? 5997 5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5998 5637 (exit $ac_status); } && 5999 { ac_try='test -z "$ac_c_werror_flag" 6000 || test ! -s conftest.err' 5638 { ac_try='test -s conftest.$ac_objext' 6001 5639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6002 5640 (eval $ac_try) 2>&5 6003 5641 ac_status=$? 6004 5642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6005 (exit $ac_status); }; } &&6006 { ac_try='test -s conftest.$ac_objext'6007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56008 (eval $ac_try) 2>&56009 ac_status=$?6010 echo "$as_me:$LINENO: \$? = $ac_status" >&56011 5643 (exit $ac_status); }; }; then 6012 5644 ac_header_compiler=yes … … 6017 5649 ac_header_compiler=no 6018 5650 fi 6019 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5651 rm -f conftest.$ac_objext conftest.$ac_ext 6020 5652 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6021 5653 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6025 5657 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6 6026 5658 cat >conftest.$ac_ext <<_ACEOF 5659 #line $LINENO "configure" 6027 5660 /* confdefs.h. */ 6028 5661 _ACEOF … … 6042 5675 if test -s conftest.err; then 6043 5676 ac_cpp_err=$ac_c_preproc_warn_flag 6044 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6045 5677 else 6046 5678 ac_cpp_err= … … 6062 5694 6063 5695 # So? What about this header? 6064 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6065 yes:no :)5696 case $ac_header_compiler:$ac_header_preproc in 5697 yes:no ) 6066 5698 { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 6067 5699 echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6068 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 6069 echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} 6070 ac_header_preproc=yes 5700 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 5701 echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 5702 ( 5703 cat <<\_ASBOX 5704 ## ------------------------------------ ## 5705 ## Report this to bug-autoconf@gnu.org. ## 5706 ## ------------------------------------ ## 5707 _ASBOX 5708 ) | 5709 sed "s/^/$as_me: WARNING: /" >&2 6071 5710 ;; 6072 no:yes :*)5711 no:yes ) 6073 5712 { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 6074 5713 echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} 6075 { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 6076 echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} 6077 { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 6078 echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} 6079 { echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 6080 echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} 5714 { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 5715 echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} 6081 5716 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 6082 5717 echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 6083 { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&56084 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;}6085 5718 ( 6086 5719 cat <<\_ASBOX 6087 5720 ## ------------------------------------ ## 6088 ## Report this to the pjproject lists.##5721 ## Report this to bug-autoconf@gnu.org. ## 6089 5722 ## ------------------------------------ ## 6090 5723 _ASBOX … … 6125 5758 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6 6126 5759 cat >conftest.$ac_ext <<_ACEOF 5760 #line $LINENO "configure" 6127 5761 /* confdefs.h. */ 6128 5762 _ACEOF … … 6135 5769 rm -f conftest.$ac_objext 6136 5770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6137 (eval $ac_compile) 2>conftest.er1 6138 ac_status=$? 6139 grep -v '^ *+' conftest.er1 >conftest.err 6140 rm -f conftest.er1 6141 cat conftest.err >&5 5771 (eval $ac_compile) 2>&5 5772 ac_status=$? 6142 5773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6143 5774 (exit $ac_status); } && 6144 { ac_try='test -z "$ac_c_werror_flag" 6145 || test ! -s conftest.err' 5775 { ac_try='test -s conftest.$ac_objext' 6146 5776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6147 5777 (eval $ac_try) 2>&5 6148 5778 ac_status=$? 6149 5779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6150 (exit $ac_status); }; } &&6151 { ac_try='test -s conftest.$ac_objext'6152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56153 (eval $ac_try) 2>&56154 ac_status=$?6155 echo "$as_me:$LINENO: \$? = $ac_status" >&56156 5780 (exit $ac_status); }; }; then 6157 5781 ac_header_compiler=yes … … 6162 5786 ac_header_compiler=no 6163 5787 fi 6164 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5788 rm -f conftest.$ac_objext conftest.$ac_ext 6165 5789 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6166 5790 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6170 5794 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6 6171 5795 cat >conftest.$ac_ext <<_ACEOF 5796 #line $LINENO "configure" 6172 5797 /* confdefs.h. */ 6173 5798 _ACEOF … … 6187 5812 if test -s conftest.err; then 6188 5813 ac_cpp_err=$ac_c_preproc_warn_flag 6189 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6190 5814 else 6191 5815 ac_cpp_err= … … 6207 5831 6208 5832 # So? What about this header? 6209 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6210 yes:no :)5833 case $ac_header_compiler:$ac_header_preproc in 5834 yes:no ) 6211 5835 { echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5 6212 5836 echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6213 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&5 6214 echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;} 6215 ac_header_preproc=yes 5837 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 5838 echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 5839 ( 5840 cat <<\_ASBOX 5841 ## ------------------------------------ ## 5842 ## Report this to bug-autoconf@gnu.org. ## 5843 ## ------------------------------------ ## 5844 _ASBOX 5845 ) | 5846 sed "s/^/$as_me: WARNING: /" >&2 6216 5847 ;; 6217 no:yes :*)5848 no:yes ) 6218 5849 { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 6219 5850 echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;} 6220 { echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&5 6221 echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;} 6222 { echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&5 6223 echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;} 6224 { echo "$as_me:$LINENO: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&5 6225 echo "$as_me: WARNING: string.h: section \"Present But Cannot Be Compiled\"" >&2;} 5851 { echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&5 5852 echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;} 6226 5853 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 6227 5854 echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 6228 { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&56229 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;}6230 5855 ( 6231 5856 cat <<\_ASBOX 6232 5857 ## ------------------------------------ ## 6233 ## Report this to the pjproject lists.##5858 ## Report this to bug-autoconf@gnu.org. ## 6234 5859 ## ------------------------------------ ## 6235 5860 _ASBOX … … 6270 5895 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6 6271 5896 cat >conftest.$ac_ext <<_ACEOF 5897 #line $LINENO "configure" 6272 5898 /* confdefs.h. */ 6273 5899 _ACEOF … … 6280 5906 rm -f conftest.$ac_objext 6281 5907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6282 (eval $ac_compile) 2>conftest.er1 6283 ac_status=$? 6284 grep -v '^ *+' conftest.er1 >conftest.err 6285 rm -f conftest.er1 6286 cat conftest.err >&5 5908 (eval $ac_compile) 2>&5 5909 ac_status=$? 6287 5910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6288 5911 (exit $ac_status); } && 6289 { ac_try='test -z "$ac_c_werror_flag" 6290 || test ! -s conftest.err' 5912 { ac_try='test -s conftest.$ac_objext' 6291 5913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6292 5914 (eval $ac_try) 2>&5 6293 5915 ac_status=$? 6294 5916 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6295 (exit $ac_status); }; } &&6296 { ac_try='test -s conftest.$ac_objext'6297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56298 (eval $ac_try) 2>&56299 ac_status=$?6300 echo "$as_me:$LINENO: \$? = $ac_status" >&56301 5917 (exit $ac_status); }; }; then 6302 5918 ac_header_compiler=yes … … 6307 5923 ac_header_compiler=no 6308 5924 fi 6309 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5925 rm -f conftest.$ac_objext conftest.$ac_ext 6310 5926 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6311 5927 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6315 5931 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6 6316 5932 cat >conftest.$ac_ext <<_ACEOF 5933 #line $LINENO "configure" 6317 5934 /* confdefs.h. */ 6318 5935 _ACEOF … … 6332 5949 if test -s conftest.err; then 6333 5950 ac_cpp_err=$ac_c_preproc_warn_flag 6334 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6335 5951 else 6336 5952 ac_cpp_err= … … 6352 5968 6353 5969 # So? What about this header? 6354 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6355 yes:no :)5970 case $ac_header_compiler:$ac_header_preproc in 5971 yes:no ) 6356 5972 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&5 6357 5973 echo "$as_me: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6358 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&5 6359 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&2;} 6360 ac_header_preproc=yes 5974 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 5975 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 5976 ( 5977 cat <<\_ASBOX 5978 ## ------------------------------------ ## 5979 ## Report this to bug-autoconf@gnu.org. ## 5980 ## ------------------------------------ ## 5981 _ASBOX 5982 ) | 5983 sed "s/^/$as_me: WARNING: /" >&2 6361 5984 ;; 6362 no:yes :*)5985 no:yes ) 6363 5986 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 6364 5987 echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;} 6365 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&5 6366 echo "$as_me: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&2;} 6367 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: see the Autoconf documentation" >&5 6368 echo "$as_me: WARNING: sys/ioctl.h: see the Autoconf documentation" >&2;} 6369 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&5 6370 echo "$as_me: WARNING: sys/ioctl.h: section \"Present But Cannot Be Compiled\"" >&2;} 5988 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&5 5989 echo "$as_me: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&2;} 6371 5990 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 6372 5991 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 6373 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&56374 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;}6375 5992 ( 6376 5993 cat <<\_ASBOX 6377 5994 ## ------------------------------------ ## 6378 ## Report this to the pjproject lists.##5995 ## Report this to bug-autoconf@gnu.org. ## 6379 5996 ## ------------------------------------ ## 6380 5997 _ASBOX … … 6415 6032 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 6416 6033 cat >conftest.$ac_ext <<_ACEOF 6034 #line $LINENO "configure" 6417 6035 /* confdefs.h. */ 6418 6036 _ACEOF … … 6425 6043 rm -f conftest.$ac_objext 6426 6044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6427 (eval $ac_compile) 2>conftest.er1 6428 ac_status=$? 6429 grep -v '^ *+' conftest.er1 >conftest.err 6430 rm -f conftest.er1 6431 cat conftest.err >&5 6045 (eval $ac_compile) 2>&5 6046 ac_status=$? 6432 6047 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6433 6048 (exit $ac_status); } && 6434 { ac_try='test -z "$ac_c_werror_flag" 6435 || test ! -s conftest.err' 6049 { ac_try='test -s conftest.$ac_objext' 6436 6050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6437 6051 (eval $ac_try) 2>&5 6438 6052 ac_status=$? 6439 6053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6440 (exit $ac_status); }; } &&6441 { ac_try='test -s conftest.$ac_objext'6442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56443 (eval $ac_try) 2>&56444 ac_status=$?6445 echo "$as_me:$LINENO: \$? = $ac_status" >&56446 6054 (exit $ac_status); }; }; then 6447 6055 ac_header_compiler=yes … … 6452 6060 ac_header_compiler=no 6453 6061 fi 6454 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6062 rm -f conftest.$ac_objext conftest.$ac_ext 6455 6063 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6456 6064 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6460 6068 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 6461 6069 cat >conftest.$ac_ext <<_ACEOF 6070 #line $LINENO "configure" 6462 6071 /* confdefs.h. */ 6463 6072 _ACEOF … … 6477 6086 if test -s conftest.err; then 6478 6087 ac_cpp_err=$ac_c_preproc_warn_flag 6479 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6480 6088 else 6481 6089 ac_cpp_err= … … 6497 6105 6498 6106 # So? What about this header? 6499 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6500 yes:no :)6107 case $ac_header_compiler:$ac_header_preproc in 6108 yes:no ) 6501 6109 { echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5 6502 6110 echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6503 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&5 6504 echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;} 6505 ac_header_preproc=yes 6111 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 6112 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 6113 ( 6114 cat <<\_ASBOX 6115 ## ------------------------------------ ## 6116 ## Report this to bug-autoconf@gnu.org. ## 6117 ## ------------------------------------ ## 6118 _ASBOX 6119 ) | 6120 sed "s/^/$as_me: WARNING: /" >&2 6506 6121 ;; 6507 no:yes :*)6122 no:yes ) 6508 6123 { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 6509 6124 echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;} 6510 { echo "$as_me:$LINENO: WARNING: sys/select.h: check for missing prerequisite headers?" >&5 6511 echo "$as_me: WARNING: sys/select.h: check for missing prerequisite headers?" >&2;} 6512 { echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&5 6513 echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;} 6514 { echo "$as_me:$LINENO: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&5 6515 echo "$as_me: WARNING: sys/select.h: section \"Present But Cannot Be Compiled\"" >&2;} 6125 { echo "$as_me:$LINENO: WARNING: sys/select.h: check for missing prerequisite headers?" >&5 6126 echo "$as_me: WARNING: sys/select.h: check for missing prerequisite headers?" >&2;} 6516 6127 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 6517 6128 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 6518 { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&56519 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;}6520 6129 ( 6521 6130 cat <<\_ASBOX 6522 6131 ## ------------------------------------ ## 6523 ## Report this to the pjproject lists.##6132 ## Report this to bug-autoconf@gnu.org. ## 6524 6133 ## ------------------------------------ ## 6525 6134 _ASBOX … … 6560 6169 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6 6561 6170 cat >conftest.$ac_ext <<_ACEOF 6171 #line $LINENO "configure" 6562 6172 /* confdefs.h. */ 6563 6173 _ACEOF … … 6570 6180 rm -f conftest.$ac_objext 6571 6181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6572 (eval $ac_compile) 2>conftest.er1 6573 ac_status=$? 6574 grep -v '^ *+' conftest.er1 >conftest.err 6575 rm -f conftest.er1 6576 cat conftest.err >&5 6182 (eval $ac_compile) 2>&5 6183 ac_status=$? 6577 6184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6578 6185 (exit $ac_status); } && 6579 { ac_try='test -z "$ac_c_werror_flag" 6580 || test ! -s conftest.err' 6186 { ac_try='test -s conftest.$ac_objext' 6581 6187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6582 6188 (eval $ac_try) 2>&5 6583 6189 ac_status=$? 6584 6190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6585 (exit $ac_status); }; } &&6586 { ac_try='test -s conftest.$ac_objext'6587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56588 (eval $ac_try) 2>&56589 ac_status=$?6590 echo "$as_me:$LINENO: \$? = $ac_status" >&56591 6191 (exit $ac_status); }; }; then 6592 6192 ac_header_compiler=yes … … 6597 6197 ac_header_compiler=no 6598 6198 fi 6599 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6199 rm -f conftest.$ac_objext conftest.$ac_ext 6600 6200 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6601 6201 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6605 6205 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6 6606 6206 cat >conftest.$ac_ext <<_ACEOF 6207 #line $LINENO "configure" 6607 6208 /* confdefs.h. */ 6608 6209 _ACEOF … … 6622 6223 if test -s conftest.err; then 6623 6224 ac_cpp_err=$ac_c_preproc_warn_flag 6624 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6625 6225 else 6626 6226 ac_cpp_err= … … 6642 6242 6643 6243 # So? What about this header? 6644 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6645 yes:no :)6244 case $ac_header_compiler:$ac_header_preproc in 6245 yes:no ) 6646 6246 { echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 6647 6247 echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6648 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&5 6649 echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;} 6650 ac_header_preproc=yes 6248 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 6249 echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 6250 ( 6251 cat <<\_ASBOX 6252 ## ------------------------------------ ## 6253 ## Report this to bug-autoconf@gnu.org. ## 6254 ## ------------------------------------ ## 6255 _ASBOX 6256 ) | 6257 sed "s/^/$as_me: WARNING: /" >&2 6651 6258 ;; 6652 no:yes :*)6259 no:yes ) 6653 6260 { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 6654 6261 echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;} 6655 { echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&5 6656 echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;} 6657 { echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&5 6658 echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;} 6659 { echo "$as_me:$LINENO: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&5 6660 echo "$as_me: WARNING: sys/socket.h: section \"Present But Cannot Be Compiled\"" >&2;} 6262 { echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&5 6263 echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;} 6661 6264 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 6662 6265 echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 6663 { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&56664 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;}6665 6266 ( 6666 6267 cat <<\_ASBOX 6667 6268 ## ------------------------------------ ## 6668 ## Report this to the pjproject lists.##6269 ## Report this to bug-autoconf@gnu.org. ## 6669 6270 ## ------------------------------------ ## 6670 6271 _ASBOX … … 6705 6306 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6 6706 6307 cat >conftest.$ac_ext <<_ACEOF 6308 #line $LINENO "configure" 6707 6309 /* confdefs.h. */ 6708 6310 _ACEOF … … 6715 6317 rm -f conftest.$ac_objext 6716 6318 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6717 (eval $ac_compile) 2>conftest.er1 6718 ac_status=$? 6719 grep -v '^ *+' conftest.er1 >conftest.err 6720 rm -f conftest.er1 6721 cat conftest.err >&5 6319 (eval $ac_compile) 2>&5 6320 ac_status=$? 6722 6321 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6723 6322 (exit $ac_status); } && 6724 { ac_try='test -z "$ac_c_werror_flag" 6725 || test ! -s conftest.err' 6323 { ac_try='test -s conftest.$ac_objext' 6726 6324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6727 6325 (eval $ac_try) 2>&5 6728 6326 ac_status=$? 6729 6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6730 (exit $ac_status); }; } &&6731 { ac_try='test -s conftest.$ac_objext'6732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56733 (eval $ac_try) 2>&56734 ac_status=$?6735 echo "$as_me:$LINENO: \$? = $ac_status" >&56736 6328 (exit $ac_status); }; }; then 6737 6329 ac_header_compiler=yes … … 6742 6334 ac_header_compiler=no 6743 6335 fi 6744 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6336 rm -f conftest.$ac_objext conftest.$ac_ext 6745 6337 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6746 6338 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6750 6342 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6 6751 6343 cat >conftest.$ac_ext <<_ACEOF 6344 #line $LINENO "configure" 6752 6345 /* confdefs.h. */ 6753 6346 _ACEOF … … 6767 6360 if test -s conftest.err; then 6768 6361 ac_cpp_err=$ac_c_preproc_warn_flag 6769 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6770 6362 else 6771 6363 ac_cpp_err= … … 6787 6379 6788 6380 # So? What about this header? 6789 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6790 yes:no :)6381 case $ac_header_compiler:$ac_header_preproc in 6382 yes:no ) 6791 6383 { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5 6792 6384 echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6793 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&5 6794 echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;} 6795 ac_header_preproc=yes 6385 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 6386 echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 6387 ( 6388 cat <<\_ASBOX 6389 ## ------------------------------------ ## 6390 ## Report this to bug-autoconf@gnu.org. ## 6391 ## ------------------------------------ ## 6392 _ASBOX 6393 ) | 6394 sed "s/^/$as_me: WARNING: /" >&2 6796 6395 ;; 6797 no:yes :*)6396 no:yes ) 6798 6397 { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 6799 6398 echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;} 6800 { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5 6801 echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;} 6802 { echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&5 6803 echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;} 6804 { echo "$as_me:$LINENO: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&5 6805 echo "$as_me: WARNING: sys/time.h: section \"Present But Cannot Be Compiled\"" >&2;} 6399 { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5 6400 echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;} 6806 6401 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 6807 6402 echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 6808 { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&56809 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;}6810 6403 ( 6811 6404 cat <<\_ASBOX 6812 6405 ## ------------------------------------ ## 6813 ## Report this to the pjproject lists.##6406 ## Report this to bug-autoconf@gnu.org. ## 6814 6407 ## ------------------------------------ ## 6815 6408 _ASBOX … … 6850 6443 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6 6851 6444 cat >conftest.$ac_ext <<_ACEOF 6445 #line $LINENO "configure" 6852 6446 /* confdefs.h. */ 6853 6447 _ACEOF … … 6860 6454 rm -f conftest.$ac_objext 6861 6455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6862 (eval $ac_compile) 2>conftest.er1 6863 ac_status=$? 6864 grep -v '^ *+' conftest.er1 >conftest.err 6865 rm -f conftest.er1 6866 cat conftest.err >&5 6456 (eval $ac_compile) 2>&5 6457 ac_status=$? 6867 6458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6868 6459 (exit $ac_status); } && 6869 { ac_try='test -z "$ac_c_werror_flag" 6870 || test ! -s conftest.err' 6460 { ac_try='test -s conftest.$ac_objext' 6871 6461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6872 6462 (eval $ac_try) 2>&5 6873 6463 ac_status=$? 6874 6464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6875 (exit $ac_status); }; } &&6876 { ac_try='test -s conftest.$ac_objext'6877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&56878 (eval $ac_try) 2>&56879 ac_status=$?6880 echo "$as_me:$LINENO: \$? = $ac_status" >&56881 6465 (exit $ac_status); }; }; then 6882 6466 ac_header_compiler=yes … … 6887 6471 ac_header_compiler=no 6888 6472 fi 6889 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6473 rm -f conftest.$ac_objext conftest.$ac_ext 6890 6474 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6891 6475 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6895 6479 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6 6896 6480 cat >conftest.$ac_ext <<_ACEOF 6481 #line $LINENO "configure" 6897 6482 /* confdefs.h. */ 6898 6483 _ACEOF … … 6912 6497 if test -s conftest.err; then 6913 6498 ac_cpp_err=$ac_c_preproc_warn_flag 6914 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag6915 6499 else 6916 6500 ac_cpp_err= … … 6932 6516 6933 6517 # So? What about this header? 6934 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin6935 yes:no :)6518 case $ac_header_compiler:$ac_header_preproc in 6519 yes:no ) 6936 6520 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&5 6937 6521 echo "$as_me: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6938 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the compiler's result" >&5 6939 echo "$as_me: WARNING: sys/timeb.h: proceeding with the compiler's result" >&2;} 6940 ac_header_preproc=yes 6522 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 6523 echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 6524 ( 6525 cat <<\_ASBOX 6526 ## ------------------------------------ ## 6527 ## Report this to bug-autoconf@gnu.org. ## 6528 ## ------------------------------------ ## 6529 _ASBOX 6530 ) | 6531 sed "s/^/$as_me: WARNING: /" >&2 6941 6532 ;; 6942 no:yes :*)6533 no:yes ) 6943 6534 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 6944 6535 echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;} 6945 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&5 6946 echo "$as_me: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&2;} 6947 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: see the Autoconf documentation" >&5 6948 echo "$as_me: WARNING: sys/timeb.h: see the Autoconf documentation" >&2;} 6949 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&5 6950 echo "$as_me: WARNING: sys/timeb.h: section \"Present But Cannot Be Compiled\"" >&2;} 6536 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&5 6537 echo "$as_me: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&2;} 6951 6538 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 6952 6539 echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 6953 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&56954 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;}6955 6540 ( 6956 6541 cat <<\_ASBOX 6957 6542 ## ------------------------------------ ## 6958 ## Report this to the pjproject lists.##6543 ## Report this to bug-autoconf@gnu.org. ## 6959 6544 ## ------------------------------------ ## 6960 6545 _ASBOX … … 6995 6580 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6 6996 6581 cat >conftest.$ac_ext <<_ACEOF 6582 #line $LINENO "configure" 6997 6583 /* confdefs.h. */ 6998 6584 _ACEOF … … 7005 6591 rm -f conftest.$ac_objext 7006 6592 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7007 (eval $ac_compile) 2>conftest.er1 7008 ac_status=$? 7009 grep -v '^ *+' conftest.er1 >conftest.err 7010 rm -f conftest.er1 7011 cat conftest.err >&5 6593 (eval $ac_compile) 2>&5 6594 ac_status=$? 7012 6595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7013 6596 (exit $ac_status); } && 7014 { ac_try='test -z "$ac_c_werror_flag" 7015 || test ! -s conftest.err' 6597 { ac_try='test -s conftest.$ac_objext' 7016 6598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7017 6599 (eval $ac_try) 2>&5 7018 6600 ac_status=$? 7019 6601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7020 (exit $ac_status); }; } &&7021 { ac_try='test -s conftest.$ac_objext'7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57023 (eval $ac_try) 2>&57024 ac_status=$?7025 echo "$as_me:$LINENO: \$? = $ac_status" >&57026 6602 (exit $ac_status); }; }; then 7027 6603 ac_header_compiler=yes … … 7032 6608 ac_header_compiler=no 7033 6609 fi 7034 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6610 rm -f conftest.$ac_objext conftest.$ac_ext 7035 6611 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7036 6612 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7040 6616 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6 7041 6617 cat >conftest.$ac_ext <<_ACEOF 6618 #line $LINENO "configure" 7042 6619 /* confdefs.h. */ 7043 6620 _ACEOF … … 7057 6634 if test -s conftest.err; then 7058 6635 ac_cpp_err=$ac_c_preproc_warn_flag 7059 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7060 6636 else 7061 6637 ac_cpp_err= … … 7077 6653 7078 6654 # So? What about this header? 7079 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7080 yes:no :)6655 case $ac_header_compiler:$ac_header_preproc in 6656 yes:no ) 7081 6657 { echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5 7082 6658 echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7083 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&5 7084 echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;} 7085 ac_header_preproc=yes 6659 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 6660 echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 6661 ( 6662 cat <<\_ASBOX 6663 ## ------------------------------------ ## 6664 ## Report this to bug-autoconf@gnu.org. ## 6665 ## ------------------------------------ ## 6666 _ASBOX 6667 ) | 6668 sed "s/^/$as_me: WARNING: /" >&2 7086 6669 ;; 7087 no:yes :*)6670 no:yes ) 7088 6671 { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 7089 6672 echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;} 7090 { echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&5 7091 echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;} 7092 { echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&5 7093 echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;} 7094 { echo "$as_me:$LINENO: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&5 7095 echo "$as_me: WARNING: sys/types.h: section \"Present But Cannot Be Compiled\"" >&2;} 6673 { echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&5 6674 echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;} 7096 6675 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 7097 6676 echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 7098 { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&57099 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}7100 6677 ( 7101 6678 cat <<\_ASBOX 7102 6679 ## ------------------------------------ ## 7103 ## Report this to the pjproject lists.##6680 ## Report this to bug-autoconf@gnu.org. ## 7104 6681 ## ------------------------------------ ## 7105 6682 _ASBOX … … 7140 6717 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6 7141 6718 cat >conftest.$ac_ext <<_ACEOF 6719 #line $LINENO "configure" 7142 6720 /* confdefs.h. */ 7143 6721 _ACEOF … … 7150 6728 rm -f conftest.$ac_objext 7151 6729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7152 (eval $ac_compile) 2>conftest.er1 7153 ac_status=$? 7154 grep -v '^ *+' conftest.er1 >conftest.err 7155 rm -f conftest.er1 7156 cat conftest.err >&5 6730 (eval $ac_compile) 2>&5 6731 ac_status=$? 7157 6732 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7158 6733 (exit $ac_status); } && 7159 { ac_try='test -z "$ac_c_werror_flag" 7160 || test ! -s conftest.err' 6734 { ac_try='test -s conftest.$ac_objext' 7161 6735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7162 6736 (eval $ac_try) 2>&5 7163 6737 ac_status=$? 7164 6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7165 (exit $ac_status); }; } &&7166 { ac_try='test -s conftest.$ac_objext'7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57168 (eval $ac_try) 2>&57169 ac_status=$?7170 echo "$as_me:$LINENO: \$? = $ac_status" >&57171 6739 (exit $ac_status); }; }; then 7172 6740 ac_header_compiler=yes … … 7177 6745 ac_header_compiler=no 7178 6746 fi 7179 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6747 rm -f conftest.$ac_objext conftest.$ac_ext 7180 6748 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7181 6749 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7185 6753 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6 7186 6754 cat >conftest.$ac_ext <<_ACEOF 6755 #line $LINENO "configure" 7187 6756 /* confdefs.h. */ 7188 6757 _ACEOF … … 7202 6771 if test -s conftest.err; then 7203 6772 ac_cpp_err=$ac_c_preproc_warn_flag 7204 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7205 6773 else 7206 6774 ac_cpp_err= … … 7222 6790 7223 6791 # So? What about this header? 7224 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7225 yes:no :)6792 case $ac_header_compiler:$ac_header_preproc in 6793 yes:no ) 7226 6794 { echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5 7227 6795 echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7228 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&5 7229 echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;} 7230 ac_header_preproc=yes 6796 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 6797 echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 6798 ( 6799 cat <<\_ASBOX 6800 ## ------------------------------------ ## 6801 ## Report this to bug-autoconf@gnu.org. ## 6802 ## ------------------------------------ ## 6803 _ASBOX 6804 ) | 6805 sed "s/^/$as_me: WARNING: /" >&2 7231 6806 ;; 7232 no:yes :*)6807 no:yes ) 7233 6808 { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 7234 6809 echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;} 7235 { echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&5 7236 echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;} 7237 { echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&5 7238 echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;} 7239 { echo "$as_me:$LINENO: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&5 7240 echo "$as_me: WARNING: time.h: section \"Present But Cannot Be Compiled\"" >&2;} 6810 { echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&5 6811 echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;} 7241 6812 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 7242 6813 echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 7243 { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&57244 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;}7245 6814 ( 7246 6815 cat <<\_ASBOX 7247 6816 ## ------------------------------------ ## 7248 ## Report this to the pjproject lists.##6817 ## Report this to bug-autoconf@gnu.org. ## 7249 6818 ## ------------------------------------ ## 7250 6819 _ASBOX … … 7285 6854 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6 7286 6855 cat >conftest.$ac_ext <<_ACEOF 6856 #line $LINENO "configure" 7287 6857 /* confdefs.h. */ 7288 6858 _ACEOF … … 7295 6865 rm -f conftest.$ac_objext 7296 6866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7297 (eval $ac_compile) 2>conftest.er1 7298 ac_status=$? 7299 grep -v '^ *+' conftest.er1 >conftest.err 7300 rm -f conftest.er1 7301 cat conftest.err >&5 6867 (eval $ac_compile) 2>&5 6868 ac_status=$? 7302 6869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7303 6870 (exit $ac_status); } && 7304 { ac_try='test -z "$ac_c_werror_flag" 7305 || test ! -s conftest.err' 6871 { ac_try='test -s conftest.$ac_objext' 7306 6872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7307 6873 (eval $ac_try) 2>&5 7308 6874 ac_status=$? 7309 6875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7310 (exit $ac_status); }; } &&7311 { ac_try='test -s conftest.$ac_objext'7312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57313 (eval $ac_try) 2>&57314 ac_status=$?7315 echo "$as_me:$LINENO: \$? = $ac_status" >&57316 6876 (exit $ac_status); }; }; then 7317 6877 ac_header_compiler=yes … … 7322 6882 ac_header_compiler=no 7323 6883 fi 7324 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext6884 rm -f conftest.$ac_objext conftest.$ac_ext 7325 6885 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7326 6886 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7330 6890 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6 7331 6891 cat >conftest.$ac_ext <<_ACEOF 6892 #line $LINENO "configure" 7332 6893 /* confdefs.h. */ 7333 6894 _ACEOF … … 7347 6908 if test -s conftest.err; then 7348 6909 ac_cpp_err=$ac_c_preproc_warn_flag 7349 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7350 6910 else 7351 6911 ac_cpp_err= … … 7367 6927 7368 6928 # So? What about this header? 7369 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7370 yes:no :)6929 case $ac_header_compiler:$ac_header_preproc in 6930 yes:no ) 7371 6931 { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5 7372 6932 echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7373 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&5 7374 echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;} 7375 ac_header_preproc=yes 6933 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 6934 echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 6935 ( 6936 cat <<\_ASBOX 6937 ## ------------------------------------ ## 6938 ## Report this to bug-autoconf@gnu.org. ## 6939 ## ------------------------------------ ## 6940 _ASBOX 6941 ) | 6942 sed "s/^/$as_me: WARNING: /" >&2 7376 6943 ;; 7377 no:yes :*)6944 no:yes ) 7378 6945 { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 7379 6946 echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;} 7380 { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5 7381 echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;} 7382 { echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&5 7383 echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;} 7384 { echo "$as_me:$LINENO: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&5 7385 echo "$as_me: WARNING: unistd.h: section \"Present But Cannot Be Compiled\"" >&2;} 6947 { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5 6948 echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;} 7386 6949 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 7387 6950 echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 7388 { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&57389 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;}7390 6951 ( 7391 6952 cat <<\_ASBOX 7392 6953 ## ------------------------------------ ## 7393 ## Report this to the pjproject lists.##6954 ## Report this to bug-autoconf@gnu.org. ## 7394 6955 ## ------------------------------------ ## 7395 6956 _ASBOX … … 7430 6991 echo $ECHO_N "checking mswsock.h usability... $ECHO_C" >&6 7431 6992 cat >conftest.$ac_ext <<_ACEOF 6993 #line $LINENO "configure" 7432 6994 /* confdefs.h. */ 7433 6995 _ACEOF … … 7440 7002 rm -f conftest.$ac_objext 7441 7003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7442 (eval $ac_compile) 2>conftest.er1 7443 ac_status=$? 7444 grep -v '^ *+' conftest.er1 >conftest.err 7445 rm -f conftest.er1 7446 cat conftest.err >&5 7004 (eval $ac_compile) 2>&5 7005 ac_status=$? 7447 7006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7448 7007 (exit $ac_status); } && 7449 { ac_try='test -z "$ac_c_werror_flag" 7450 || test ! -s conftest.err' 7008 { ac_try='test -s conftest.$ac_objext' 7451 7009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7452 7010 (eval $ac_try) 2>&5 7453 7011 ac_status=$? 7454 7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7455 (exit $ac_status); }; } &&7456 { ac_try='test -s conftest.$ac_objext'7457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57458 (eval $ac_try) 2>&57459 ac_status=$?7460 echo "$as_me:$LINENO: \$? = $ac_status" >&57461 7013 (exit $ac_status); }; }; then 7462 7014 ac_header_compiler=yes … … 7467 7019 ac_header_compiler=no 7468 7020 fi 7469 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7021 rm -f conftest.$ac_objext conftest.$ac_ext 7470 7022 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7471 7023 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7475 7027 echo $ECHO_N "checking mswsock.h presence... $ECHO_C" >&6 7476 7028 cat >conftest.$ac_ext <<_ACEOF 7029 #line $LINENO "configure" 7477 7030 /* confdefs.h. */ 7478 7031 _ACEOF … … 7492 7045 if test -s conftest.err; then 7493 7046 ac_cpp_err=$ac_c_preproc_warn_flag 7494 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7495 7047 else 7496 7048 ac_cpp_err= … … 7512 7064 7513 7065 # So? What about this header? 7514 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7515 yes:no :)7066 case $ac_header_compiler:$ac_header_preproc in 7067 yes:no ) 7516 7068 { echo "$as_me:$LINENO: WARNING: mswsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 7517 7069 echo "$as_me: WARNING: mswsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7518 { echo "$as_me:$LINENO: WARNING: mswsock.h: proceeding with the compiler's result" >&5 7519 echo "$as_me: WARNING: mswsock.h: proceeding with the compiler's result" >&2;} 7520 ac_header_preproc=yes 7070 { echo "$as_me:$LINENO: WARNING: mswsock.h: proceeding with the preprocessor's result" >&5 7071 echo "$as_me: WARNING: mswsock.h: proceeding with the preprocessor's result" >&2;} 7072 ( 7073 cat <<\_ASBOX 7074 ## ------------------------------------ ## 7075 ## Report this to bug-autoconf@gnu.org. ## 7076 ## ------------------------------------ ## 7077 _ASBOX 7078 ) | 7079 sed "s/^/$as_me: WARNING: /" >&2 7521 7080 ;; 7522 no:yes :*)7081 no:yes ) 7523 7082 { echo "$as_me:$LINENO: WARNING: mswsock.h: present but cannot be compiled" >&5 7524 7083 echo "$as_me: WARNING: mswsock.h: present but cannot be compiled" >&2;} 7525 { echo "$as_me:$LINENO: WARNING: mswsock.h: check for missing prerequisite headers?" >&5 7526 echo "$as_me: WARNING: mswsock.h: check for missing prerequisite headers?" >&2;} 7527 { echo "$as_me:$LINENO: WARNING: mswsock.h: see the Autoconf documentation" >&5 7528 echo "$as_me: WARNING: mswsock.h: see the Autoconf documentation" >&2;} 7529 { echo "$as_me:$LINENO: WARNING: mswsock.h: section \"Present But Cannot Be Compiled\"" >&5 7530 echo "$as_me: WARNING: mswsock.h: section \"Present But Cannot Be Compiled\"" >&2;} 7084 { echo "$as_me:$LINENO: WARNING: mswsock.h: check for missing prerequisite headers?" >&5 7085 echo "$as_me: WARNING: mswsock.h: check for missing prerequisite headers?" >&2;} 7531 7086 { echo "$as_me:$LINENO: WARNING: mswsock.h: proceeding with the preprocessor's result" >&5 7532 7087 echo "$as_me: WARNING: mswsock.h: proceeding with the preprocessor's result" >&2;} 7533 { echo "$as_me:$LINENO: WARNING: mswsock.h: in the future, the compiler will take precedence" >&57534 echo "$as_me: WARNING: mswsock.h: in the future, the compiler will take precedence" >&2;}7535 7088 ( 7536 7089 cat <<\_ASBOX 7537 7090 ## ------------------------------------ ## 7538 ## Report this to the pjproject lists.##7091 ## Report this to bug-autoconf@gnu.org. ## 7539 7092 ## ------------------------------------ ## 7540 7093 _ASBOX … … 7575 7128 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6 7576 7129 cat >conftest.$ac_ext <<_ACEOF 7130 #line $LINENO "configure" 7577 7131 /* confdefs.h. */ 7578 7132 _ACEOF … … 7585 7139 rm -f conftest.$ac_objext 7586 7140 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7587 (eval $ac_compile) 2>conftest.er1 7588 ac_status=$? 7589 grep -v '^ *+' conftest.er1 >conftest.err 7590 rm -f conftest.er1 7591 cat conftest.err >&5 7141 (eval $ac_compile) 2>&5 7142 ac_status=$? 7592 7143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7593 7144 (exit $ac_status); } && 7594 { ac_try='test -z "$ac_c_werror_flag" 7595 || test ! -s conftest.err' 7145 { ac_try='test -s conftest.$ac_objext' 7596 7146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7597 7147 (eval $ac_try) 2>&5 7598 7148 ac_status=$? 7599 7149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7600 (exit $ac_status); }; } &&7601 { ac_try='test -s conftest.$ac_objext'7602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57603 (eval $ac_try) 2>&57604 ac_status=$?7605 echo "$as_me:$LINENO: \$? = $ac_status" >&57606 7150 (exit $ac_status); }; }; then 7607 7151 ac_header_compiler=yes … … 7612 7156 ac_header_compiler=no 7613 7157 fi 7614 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7158 rm -f conftest.$ac_objext conftest.$ac_ext 7615 7159 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7616 7160 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7620 7164 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6 7621 7165 cat >conftest.$ac_ext <<_ACEOF 7166 #line $LINENO "configure" 7622 7167 /* confdefs.h. */ 7623 7168 _ACEOF … … 7637 7182 if test -s conftest.err; then 7638 7183 ac_cpp_err=$ac_c_preproc_warn_flag 7639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7640 7184 else 7641 7185 ac_cpp_err= … … 7657 7201 7658 7202 # So? What about this header? 7659 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7660 yes:no :)7203 case $ac_header_compiler:$ac_header_preproc in 7204 yes:no ) 7661 7205 { echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 7662 7206 echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7663 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the compiler's result" >&5 7664 echo "$as_me: WARNING: winsock.h: proceeding with the compiler's result" >&2;} 7665 ac_header_preproc=yes 7207 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 7208 echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 7209 ( 7210 cat <<\_ASBOX 7211 ## ------------------------------------ ## 7212 ## Report this to bug-autoconf@gnu.org. ## 7213 ## ------------------------------------ ## 7214 _ASBOX 7215 ) | 7216 sed "s/^/$as_me: WARNING: /" >&2 7666 7217 ;; 7667 no:yes :*)7218 no:yes ) 7668 7219 { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 7669 7220 echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;} 7670 { echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&5 7671 echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;} 7672 { echo "$as_me:$LINENO: WARNING: winsock.h: see the Autoconf documentation" >&5 7673 echo "$as_me: WARNING: winsock.h: see the Autoconf documentation" >&2;} 7674 { echo "$as_me:$LINENO: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&5 7675 echo "$as_me: WARNING: winsock.h: section \"Present But Cannot Be Compiled\"" >&2;} 7221 { echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&5 7222 echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;} 7676 7223 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 7677 7224 echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 7678 { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&57679 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;}7680 7225 ( 7681 7226 cat <<\_ASBOX 7682 7227 ## ------------------------------------ ## 7683 ## Report this to the pjproject lists.##7228 ## Report this to bug-autoconf@gnu.org. ## 7684 7229 ## ------------------------------------ ## 7685 7230 _ASBOX … … 7720 7265 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6 7721 7266 cat >conftest.$ac_ext <<_ACEOF 7267 #line $LINENO "configure" 7722 7268 /* confdefs.h. */ 7723 7269 _ACEOF … … 7730 7276 rm -f conftest.$ac_objext 7731 7277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7732 (eval $ac_compile) 2>conftest.er1 7733 ac_status=$? 7734 grep -v '^ *+' conftest.er1 >conftest.err 7735 rm -f conftest.er1 7736 cat conftest.err >&5 7278 (eval $ac_compile) 2>&5 7279 ac_status=$? 7737 7280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7738 7281 (exit $ac_status); } && 7739 { ac_try='test -z "$ac_c_werror_flag" 7740 || test ! -s conftest.err' 7282 { ac_try='test -s conftest.$ac_objext' 7741 7283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7742 7284 (eval $ac_try) 2>&5 7743 7285 ac_status=$? 7744 7286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7745 (exit $ac_status); }; } &&7746 { ac_try='test -s conftest.$ac_objext'7747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&57748 (eval $ac_try) 2>&57749 ac_status=$?7750 echo "$as_me:$LINENO: \$? = $ac_status" >&57751 7287 (exit $ac_status); }; }; then 7752 7288 ac_header_compiler=yes … … 7757 7293 ac_header_compiler=no 7758 7294 fi 7759 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7295 rm -f conftest.$ac_objext conftest.$ac_ext 7760 7296 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7761 7297 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7765 7301 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6 7766 7302 cat >conftest.$ac_ext <<_ACEOF 7303 #line $LINENO "configure" 7767 7304 /* confdefs.h. */ 7768 7305 _ACEOF … … 7782 7319 if test -s conftest.err; then 7783 7320 ac_cpp_err=$ac_c_preproc_warn_flag 7784 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag7785 7321 else 7786 7322 ac_cpp_err= … … 7802 7338 7803 7339 # So? What about this header? 7804 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin7805 yes:no :)7340 case $ac_header_compiler:$ac_header_preproc in 7341 yes:no ) 7806 7342 { echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5 7807 7343 echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7808 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&5 7809 echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;} 7810 ac_header_preproc=yes 7344 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 7345 echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 7346 ( 7347 cat <<\_ASBOX 7348 ## ------------------------------------ ## 7349 ## Report this to bug-autoconf@gnu.org. ## 7350 ## ------------------------------------ ## 7351 _ASBOX 7352 ) | 7353 sed "s/^/$as_me: WARNING: /" >&2 7811 7354 ;; 7812 no:yes :*)7355 no:yes ) 7813 7356 { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 7814 7357 echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;} 7815 { echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&5 7816 echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;} 7817 { echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&5 7818 echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;} 7819 { echo "$as_me:$LINENO: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&5 7820 echo "$as_me: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&2;} 7358 { echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&5 7359 echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;} 7821 7360 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 7822 7361 echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 7823 { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&57824 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;}7825 7362 ( 7826 7363 cat <<\_ASBOX 7827 7364 ## ------------------------------------ ## 7828 ## Report this to the pjproject lists.##7365 ## Report this to bug-autoconf@gnu.org. ## 7829 7366 ## ------------------------------------ ## 7830 7367 _ASBOX … … 7898 7435 echo $ECHO_N "checking if inet_aton is available... $ECHO_C" >&6 7899 7436 cat >conftest.$ac_ext <<_ACEOF 7437 #line $LINENO "configure" 7900 7438 /* confdefs.h. */ 7901 7439 _ACEOF … … 7914 7452 rm -f conftest.$ac_objext 7915 7453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7916 (eval $ac_compile) 2>conftest.er1 7917 ac_status=$? 7918 grep -v '^ *+' conftest.er1 >conftest.err 7919 rm -f conftest.er1 7920 cat conftest.err >&5 7454 (eval $ac_compile) 2>&5 7455 ac_status=$? 7921 7456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7922 7457 (exit $ac_status); } && 7923 { ac_try='test -z "$ac_c_werror_flag" 7924 || test ! -s conftest.err' 7925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7926 (eval $ac_try) 2>&5 7927 ac_status=$? 7928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7929 (exit $ac_status); }; } && 7930 { ac_try='test -s conftest.$ac_objext' 7458 { ac_try='test -s conftest.$ac_objext' 7931 7459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7932 7460 (eval $ac_try) 2>&5 … … 7947 7475 echo "${ECHO_T}no" >&6 7948 7476 fi 7949 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7477 rm -f conftest.$ac_objext conftest.$ac_ext 7950 7478 7951 7479 echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 7952 7480 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6 7953 7481 cat >conftest.$ac_ext <<_ACEOF 7482 #line $LINENO "configure" 7954 7483 /* confdefs.h. */ 7955 7484 _ACEOF … … 7971 7500 rm -f conftest.$ac_objext 7972 7501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7973 (eval $ac_compile) 2>conftest.er1 7974 ac_status=$? 7975 grep -v '^ *+' conftest.er1 >conftest.err 7976 rm -f conftest.er1 7977 cat conftest.err >&5 7502 (eval $ac_compile) 2>&5 7503 ac_status=$? 7978 7504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7979 7505 (exit $ac_status); } && 7980 { ac_try='test -z "$ac_c_werror_flag" 7981 || test ! -s conftest.err' 7982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7983 (eval $ac_try) 2>&5 7984 ac_status=$? 7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7986 (exit $ac_status); }; } && 7987 { ac_try='test -s conftest.$ac_objext' 7506 { ac_try='test -s conftest.$ac_objext' 7988 7507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7989 7508 (eval $ac_try) 2>&5 … … 8004 7523 echo "${ECHO_T}no" >&6 8005 7524 fi 8006 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7525 rm -f conftest.$ac_objext conftest.$ac_ext 8007 7526 8008 7527 echo "$as_me:$LINENO: checking if socklen_t is available" >&5 8009 7528 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6 8010 7529 cat >conftest.$ac_ext <<_ACEOF 7530 #line $LINENO "configure" 8011 7531 /* confdefs.h. */ 8012 7532 _ACEOF … … 8025 7545 rm -f conftest.$ac_objext 8026 7546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8027 (eval $ac_compile) 2>conftest.er1 8028 ac_status=$? 8029 grep -v '^ *+' conftest.er1 >conftest.err 8030 rm -f conftest.er1 8031 cat conftest.err >&5 7547 (eval $ac_compile) 2>&5 7548 ac_status=$? 8032 7549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8033 7550 (exit $ac_status); } && 8034 { ac_try='test -z "$ac_c_werror_flag" 8035 || test ! -s conftest.err' 8036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8037 (eval $ac_try) 2>&5 8038 ac_status=$? 8039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8040 (exit $ac_status); }; } && 8041 { ac_try='test -s conftest.$ac_objext' 7551 { ac_try='test -s conftest.$ac_objext' 8042 7552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8043 7553 (eval $ac_try) 2>&5 … … 8058 7568 echo "${ECHO_T}no" >&6 8059 7569 fi 8060 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7570 rm -f conftest.$ac_objext conftest.$ac_ext 8061 7571 8062 7572 echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 … … 8073 7583 *) 8074 7584 cat >conftest.$ac_ext <<_ACEOF 7585 #line $LINENO "configure" 8075 7586 /* confdefs.h. */ 8076 7587 _ACEOF … … 8092 7603 rm -f conftest.$ac_objext 8093 7604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8094 (eval $ac_compile) 2>conftest.er1 8095 ac_status=$? 8096 grep -v '^ *+' conftest.er1 >conftest.err 8097 rm -f conftest.er1 8098 cat conftest.err >&5 7605 (eval $ac_compile) 2>&5 7606 ac_status=$? 8099 7607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8100 7608 (exit $ac_status); } && 8101 { ac_try='test -z "$ac_c_werror_flag" 8102 || test ! -s conftest.err' 8103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8104 (eval $ac_try) 2>&5 8105 ac_status=$? 8106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8107 (exit $ac_status); }; } && 8108 { ac_try='test -s conftest.$ac_objext' 7609 { ac_try='test -s conftest.$ac_objext' 8109 7610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8110 7611 (eval $ac_try) 2>&5 … … 8125 7626 echo "${ECHO_T}no" >&6 8126 7627 fi 8127 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7628 rm -f conftest.$ac_objext conftest.$ac_ext 8128 7629 ;; 8129 7630 esac … … 8133 7634 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6 8134 7635 cat >conftest.$ac_ext <<_ACEOF 7636 #line $LINENO "configure" 8135 7637 /* confdefs.h. */ 8136 7638 _ACEOF … … 8149 7651 rm -f conftest.$ac_objext 8150 7652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8151 (eval $ac_compile) 2>conftest.er1 8152 ac_status=$? 8153 grep -v '^ *+' conftest.er1 >conftest.err 8154 rm -f conftest.er1 8155 cat conftest.err >&5 7653 (eval $ac_compile) 2>&5 7654 ac_status=$? 8156 7655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8157 7656 (exit $ac_status); } && 8158 { ac_try='test -z "$ac_c_werror_flag" 8159 || test ! -s conftest.err' 8160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8161 (eval $ac_try) 2>&5 8162 ac_status=$? 8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8164 (exit $ac_status); }; } && 8165 { ac_try='test -s conftest.$ac_objext' 7657 { ac_try='test -s conftest.$ac_objext' 8166 7658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8167 7659 (eval $ac_try) 2>&5 … … 8186 7678 echo "${ECHO_T}no" >&6 8187 7679 fi 8188 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7680 rm -f conftest.$ac_objext conftest.$ac_ext 8189 7681 8190 7682 … … 8247 7739 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6 8248 7740 cat >conftest.$ac_ext <<_ACEOF 7741 #line $LINENO "configure" 8249 7742 /* confdefs.h. */ 8250 7743 _ACEOF … … 8257 7750 rm -f conftest.$ac_objext 8258 7751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8259 (eval $ac_compile) 2>conftest.er1 8260 ac_status=$? 8261 grep -v '^ *+' conftest.er1 >conftest.err 8262 rm -f conftest.er1 8263 cat conftest.err >&5 7752 (eval $ac_compile) 2>&5 7753 ac_status=$? 8264 7754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8265 7755 (exit $ac_status); } && 8266 { ac_try='test -z "$ac_c_werror_flag" 8267 || test ! -s conftest.err' 7756 { ac_try='test -s conftest.$ac_objext' 8268 7757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8269 7758 (eval $ac_try) 2>&5 8270 7759 ac_status=$? 8271 7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8272 (exit $ac_status); }; } &&8273 { ac_try='test -s conftest.$ac_objext'8274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&58275 (eval $ac_try) 2>&58276 ac_status=$?8277 echo "$as_me:$LINENO: \$? = $ac_status" >&58278 7761 (exit $ac_status); }; }; then 8279 7762 ac_header_compiler=yes … … 8284 7767 ac_header_compiler=no 8285 7768 fi 8286 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext7769 rm -f conftest.$ac_objext conftest.$ac_ext 8287 7770 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8288 7771 echo "${ECHO_T}$ac_header_compiler" >&6 … … 8292 7775 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6 8293 7776 cat >conftest.$ac_ext <<_ACEOF 7777 #line $LINENO "configure" 8294 7778 /* confdefs.h. */ 8295 7779 _ACEOF … … 8309 7793 if test -s conftest.err; then 8310 7794 ac_cpp_err=$ac_c_preproc_warn_flag 8311 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag8312 7795 else 8313 7796 ac_cpp_err= … … 8329 7812 8330 7813 # So? What about this header? 8331 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin8332 yes:no :)7814 case $ac_header_compiler:$ac_header_preproc in 7815 yes:no ) 8333 7816 { echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 8334 7817 echo "$as_me: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8335 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the compiler's result" >&5 8336 echo "$as_me: WARNING: alsa/version.h: proceeding with the compiler's result" >&2;} 8337 ac_header_preproc=yes 7818 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 7819 echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 7820 ( 7821 cat <<\_ASBOX 7822 ## ------------------------------------ ## 7823 ## Report this to bug-autoconf@gnu.org. ## 7824 ## ------------------------------------ ## 7825 _ASBOX 7826 ) | 7827 sed "s/^/$as_me: WARNING: /" >&2 8338 7828 ;; 8339 no:yes :*)7829 no:yes ) 8340 7830 { echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 8341 7831 echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;} 8342 { echo "$as_me:$LINENO: WARNING: alsa/version.h: check for missing prerequisite headers?" >&5 8343 echo "$as_me: WARNING: alsa/version.h: check for missing prerequisite headers?" >&2;} 8344 { echo "$as_me:$LINENO: WARNING: alsa/version.h: see the Autoconf documentation" >&5 8345 echo "$as_me: WARNING: alsa/version.h: see the Autoconf documentation" >&2;} 8346 { echo "$as_me:$LINENO: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&5 8347 echo "$as_me: WARNING: alsa/version.h: section \"Present But Cannot Be Compiled\"" >&2;} 7832 { echo "$as_me:$LINENO: WARNING: alsa/version.h: check for missing prerequisite headers?" >&5 7833 echo "$as_me: WARNING: alsa/version.h: check for missing prerequisite headers?" >&2;} 8348 7834 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 8349 7835 echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 8350 { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&58351 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;}8352 7836 ( 8353 7837 cat <<\_ASBOX 8354 7838 ## ------------------------------------ ## 8355 ## Report this to the pjproject lists.##7839 ## Report this to bug-autoconf@gnu.org. ## 8356 7840 ## ------------------------------------ ## 8357 7841 _ASBOX … … 8469 7953 fi 8470 7954 else 8471 echo "$as_me:$LINENO: result: Checking if G.711codec is disabled...no" >&58472 echo "${ECHO_T}Checking if G.711codec is disabled...no" >&67955 echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 7956 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6 8473 7957 fi; 8474 7958 … … 8661 8145 # substitution turns \\\\ into \\, and sed turns \\ into \). 8662 8146 sed -n \ 8663 8664 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"8147 "s/'/'\\\\''/g; 8148 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 8665 8149 ;; 8666 8150 *) 8667 8151 # `set' quotes correctly as required by POSIX, so do not add quotes. 8668 8152 sed -n \ 8669 8153 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 8670 8154 ;; 8671 8155 esac; … … 8697 8181 # (actually we leave an empty line to preserve line numbers). 8698 8182 if test "x$srcdir" = x.; then 8699 ac_vpsub='/^[ ]*VPATH[]*=/{8183 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8700 8184 s/:*\$(srcdir):*/:/; 8701 8185 s/:*\${srcdir}:*/:/; 8702 8186 s/:*@srcdir@:*/:/; 8703 s/^\([^=]*=[ 8187 s/^\([^=]*=[ ]*\):*/\1/; 8704 8188 s/:*$//; 8705 s/^[^=]*=[ 8189 s/^[^=]*=[ ]*$//; 8706 8190 }' 8707 8191 fi … … 8714 8198 # 1. Remove the extension, and $U if already installed. 8715 8199 ac_i=`echo "$ac_i" | 8716 8200 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 8717 8201 # 2. Add them. 8718 8202 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" … … 8758 8242 set -o posix 8759 8243 fi 8760 DUALCASE=1; export DUALCASE # for MKS sh8761 8244 8762 8245 # Support unset when possible. 8763 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then8246 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 8764 8247 as_unset=unset 8765 8248 else … … 8780 8263 LC_TELEPHONE LC_TIME 8781 8264 do 8782 if (set +x; test - z"`(eval $as_var=C; export $as_var) 2>&1`"); then8265 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 8783 8266 eval $as_var=C; export $as_var 8784 8267 else … … 8959 8442 as_mkdir_p=: 8960 8443 else 8961 test -d ./-p && rmdir ./-p8962 8444 as_mkdir_p=false 8963 8445 fi … … 8966 8448 8967 8449 # Sed expression to map a string onto a valid CPP name. 8968 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"8450 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 8969 8451 8970 8452 # Sed expression to map a string onto a valid variable name. 8971 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"8453 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 8972 8454 8973 8455 … … 8996 8478 8997 8479 This file was extended by pjproject $as_me 0.5.8, which was 8998 generated by GNU Autoconf 2.5 9. Invocation command line was8480 generated by GNU Autoconf 2.56. Invocation command line was 8999 8481 9000 8482 CONFIG_FILES = $CONFIG_FILES … … 9040 8522 --recheck update $as_me by reconfiguring in the same conditions 9041 8523 --file=FILE[:TEMPLATE] 9042 8524 instantiate the configuration file FILE 9043 8525 --header=FILE[:TEMPLATE] 9044 8526 instantiate the configuration header FILE 9045 8527 9046 8528 Configuration files: … … 9056 8538 ac_cs_version="\\ 9057 8539 pjproject config.status 0.5.8 9058 configured by $0, generated by GNU Autoconf 2.5 9,8540 configured by $0, generated by GNU Autoconf 2.56, 9059 8541 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 9060 8542 9061 Copyright (C) 2003 Free Software Foundation, Inc. 8543 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 8544 Free Software Foundation, Inc. 9062 8545 This config.status script is free software; the Free Software Foundation 9063 8546 gives unlimited permission to copy, distribute and modify it." … … 9320 8803 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 9321 8804 if test -z "$ac_sed_cmds"; then 9322 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"8805 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 9323 8806 else 9324 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"8807 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 9325 8808 fi 9326 8809 ac_sed_frag=`expr $ac_sed_frag + 1` … … 9340 8823 case $ac_file in 9341 8824 - | *:- | *:-:* ) # input from stdin 9342 9343 9344 8825 cat >$tmp/stdin 8826 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8827 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 9345 8828 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 9346 8829 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 9347 8830 * ) ac_file_in=$ac_file.in ;; 9348 8831 esac … … 9351 8834 ac_dir=`(dirname "$ac_file") 2>/dev/null || 9352 8835 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9353 9354 9355 9356 8836 X"$ac_file" : 'X\(//\)[^/]' \| \ 8837 X"$ac_file" : 'X\(//\)$' \| \ 8838 X"$ac_file" : 'X\(/\)' \| \ 8839 . : '\(.\)' 2>/dev/null || 9357 8840 echo X"$ac_file" | 9358 8841 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 9370 8853 as_dir=`(dirname "$as_dir") 2>/dev/null || 9371 8854 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9372 9373 9374 9375 8855 X"$as_dir" : 'X\(//\)[^/]' \| \ 8856 X"$as_dir" : 'X\(//\)$' \| \ 8857 X"$as_dir" : 'X\(/\)' \| \ 8858 . : '\(.\)' 2>/dev/null || 9376 8859 echo X"$as_dir" | 9377 8860 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 9411 8894 ac_top_srcdir=$ac_top_builddir$srcdir ;; 9412 8895 esac 9413 9414 # Do not use `cd foo && pwd` to compute absolute paths, because 9415 # the directories may not exist. 9416 case `pwd` in 9417 .) ac_abs_builddir="$ac_dir";; 9418 *) 9419 case "$ac_dir" in 9420 .) ac_abs_builddir=`pwd`;; 9421 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 9422 *) ac_abs_builddir=`pwd`/"$ac_dir";; 9423 esac;; 9424 esac 9425 case $ac_abs_builddir in 9426 .) ac_abs_top_builddir=${ac_top_builddir}.;; 9427 *) 9428 case ${ac_top_builddir}. in 9429 .) ac_abs_top_builddir=$ac_abs_builddir;; 9430 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 9431 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 9432 esac;; 9433 esac 9434 case $ac_abs_builddir in 9435 .) ac_abs_srcdir=$ac_srcdir;; 9436 *) 9437 case $ac_srcdir in 9438 .) ac_abs_srcdir=$ac_abs_builddir;; 9439 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 9440 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 9441 esac;; 9442 esac 9443 case $ac_abs_builddir in 9444 .) ac_abs_top_srcdir=$ac_top_srcdir;; 9445 *) 9446 case $ac_top_srcdir in 9447 .) ac_abs_top_srcdir=$ac_abs_builddir;; 9448 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 9449 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 9450 esac;; 9451 esac 8896 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 8897 # absolute. 8898 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 8899 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 8900 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 8901 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 9452 8902 9453 8903 … … 9467 8917 fi 9468 8918 configure_input=$configure_input"Generated from `echo $ac_file_in | 9469 8919 sed 's,.*/,,'` by configure." 9470 8920 9471 8921 # First look for the input files in the build tree, otherwise in the … … 9476 8926 -) echo $tmp/stdin ;; 9477 8927 [\\/$]*) 9478 9479 8928 # Absolute (can't be DOS-style, as IFS=:) 8929 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 9480 8930 echo "$as_me: error: cannot find input file: $f" >&2;} 9481 8931 { (exit 1); exit 1; }; } 9482 echo "$f";;8932 echo $f;; 9483 8933 *) # Relative 9484 9485 9486 echo "$f" 9487 9488 9489 echo "$srcdir/$f" 9490 9491 9492 8934 if test -f "$f"; then 8935 # Build tree 8936 echo $f 8937 elif test -f "$srcdir/$f"; then 8938 # Source tree 8939 echo $srcdir/$f 8940 else 8941 # /dev/null tree 8942 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 9493 8943 echo "$as_me: error: cannot find input file: $f" >&2;} 9494 8944 { (exit 1); exit 1; }; } 9495 8945 fi;; 9496 8946 esac 9497 8947 done` || { (exit 1); exit 1; } … … 9534 8984 # 9535 8985 # ac_d sets the value in "#define NAME VALUE" lines. 9536 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][]*\)'9537 ac_dB='[ 8986 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 8987 ac_dB='[ ].*$,\1#\2' 9538 8988 ac_dC=' ' 9539 8989 ac_dD=',;t' 9540 8990 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 9541 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][]*\)'8991 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 9542 8992 ac_uB='$,\1#\2define\3' 9543 8993 ac_uC=' ' … … 9548 8998 case $ac_file in 9549 8999 - | *:- | *:-:* ) # input from stdin 9550 9551 9552 9000 cat >$tmp/stdin 9001 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 9002 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 9553 9003 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 9554 9004 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 9555 9005 * ) ac_file_in=$ac_file.in ;; 9556 9006 esac … … 9566 9016 -) echo $tmp/stdin ;; 9567 9017 [\\/$]*) 9568 9569 9018 # Absolute (can't be DOS-style, as IFS=:) 9019 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 9570 9020 echo "$as_me: error: cannot find input file: $f" >&2;} 9571 9021 { (exit 1); exit 1; }; } 9572 # Do quote $f, to prevent DOS paths from being IFS'd. 9573 echo "$f";; 9022 echo $f;; 9574 9023 *) # Relative 9575 9576 9577 echo "$f" 9578 9579 9580 echo "$srcdir/$f" 9581 9582 9583 9024 if test -f "$f"; then 9025 # Build tree 9026 echo $f 9027 elif test -f "$srcdir/$f"; then 9028 # Source tree 9029 echo $srcdir/$f 9030 else 9031 # /dev/null tree 9032 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 9584 9033 echo "$as_me: error: cannot find input file: $f" >&2;} 9585 9034 { (exit 1); exit 1; }; } 9586 9035 fi;; 9587 9036 esac 9588 9037 done` || { (exit 1); exit 1; } 9589 9038 # Remove the trailing spaces. 9590 sed 's/[ 9039 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 9591 9040 9592 9041 _ACEOF … … 9611 9060 t clear 9612 9061 : clear 9613 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp9062 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 9614 9063 t end 9615 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp9064 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 9616 9065 : end 9617 9066 _ACEOF … … 9627 9076 # on some systems where configure will not decide to define it. 9628 9077 cat >>conftest.undefs <<\_ACEOF 9629 s,^[ ]*#[ ]*undef[ ][]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,9078 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 9630 9079 _ACEOF 9631 9080 … … 9633 9082 # of here documents, and old seds have small limits too (100 cmds). 9634 9083 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 9635 echo ' if grep "^[ ]*#[]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS9084 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 9636 9085 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 9637 9086 echo ' :' >>$CONFIG_STATUS … … 9642 9091 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 9643 9092 # Speed up: don't consider the non `#define' lines. 9644 echo '/^[ ]*#[]*define/!b' >>$CONFIG_STATUS9093 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 9645 9094 # Work around the forget-to-reset-the-flag bug. 9646 9095 echo 't clr' >>$CONFIG_STATUS … … 9669 9118 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 9670 9119 # Speed up: don't consider the non `#undef' 9671 echo '/^[ ]*#[]*undef/!b' >>$CONFIG_STATUS9120 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 9672 9121 # Work around the forget-to-reset-the-flag bug. 9673 9122 echo 't clr' >>$CONFIG_STATUS … … 9703 9152 ac_dir=`(dirname "$ac_file") 2>/dev/null || 9704 9153 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9705 9706 9707 9708 9154 X"$ac_file" : 'X\(//\)[^/]' \| \ 9155 X"$ac_file" : 'X\(//\)$' \| \ 9156 X"$ac_file" : 'X\(/\)' \| \ 9157 . : '\(.\)' 2>/dev/null || 9709 9158 echo X"$ac_file" | 9710 9159 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 9722 9171 as_dir=`(dirname "$as_dir") 2>/dev/null || 9723 9172 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9724 9725 9726 9727 9173 X"$as_dir" : 'X\(//\)[^/]' \| \ 9174 X"$as_dir" : 'X\(//\)$' \| \ 9175 X"$as_dir" : 'X\(/\)' \| \ 9176 . : '\(.\)' 2>/dev/null || 9728 9177 echo X"$as_dir" | 9729 9178 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
Note: See TracChangeset
for help on using the changeset viewer.