- Timestamp:
- Sep 10, 2006 10:27:40 PM (18 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/Makefile
r634 r700 11 11 for dir in $(DIRS); do \ 12 12 if [ -d $$dir ]; then \ 13 if make$(MAKE_FLAGS) -C $$dir/build $@; then \13 if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ 14 14 true; \ 15 15 else \ -
pjproject/trunk/aconfigure
r699 r700 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 6for pjproject 0.5.8.3 # Generated by GNU Autoconf 2.59 for pjproject 0.5.8. 4 4 # 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 6 # Free Software Foundation, Inc. 5 # Copyright (C) 2003 Free Software Foundation, Inc. 7 6 # This configure script is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy, distribute and modify it. … … 21 20 set -o posix 22 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 23 23 24 24 # Support unset when possible. 25 if ( FOO=FOO; unset FOO) >/dev/null 2>&1; then25 if ( (MAIL=60; unset MAIL) || exit) >/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 - n"`(eval $as_var=C; export $as_var) 2>&1`"); then44 if (set +x; test -z "`(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 ./-p 221 222 as_mkdir_p=false 222 223 fi … … 225 226 226 227 # Sed expression to map a string onto a valid CPP name. 227 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 228 229 229 230 # Sed expression to map a string onto a valid variable name. 230 as_tr_sh=" sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 231 232 232 233 … … 667 668 # Be sure to have absolute paths. 668 669 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 669 670 localstatedir libdir includedir oldincludedir infodir mandir 670 671 do 671 672 eval ac_val=$`echo $ac_var` … … 707 708 ac_confdir=`(dirname "$0") 2>/dev/null || 708 709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 709 710 711 712 710 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(/\)' \| \ 713 . : '\(.\)' 2>/dev/null || 713 714 echo X"$0" | 714 715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 810 811 Installation directories: 811 812 --prefix=PREFIX install architecture-independent files in PREFIX 812 813 [$ac_default_prefix] 813 814 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 814 815 [PREFIX] 815 816 816 817 By default, \`make install' will install all the files in … … 856 857 --disable-floating-point 857 858 Disable floating point where possible 859 --disable-sound Exclude sound (i.e. use null sound) 858 860 --disable-small-filter Exclude small filter in resampling 859 861 --disable-large-filter Exclude large filter in resampling … … 913 915 ac_top_srcdir=$ac_top_builddir$srcdir ;; 914 916 esac 915 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 916 # absolute. 917 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 918 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 919 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 920 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 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 921 956 922 957 cd $ac_dir … … 929 964 $SHELL $ac_srcdir/configure --help=recursive 930 965 elif test -f $ac_srcdir/configure.ac || 931 966 test -f $ac_srcdir/configure.in; then 932 967 echo 933 968 $ac_configure --help … … 943 978 cat <<\_ACEOF 944 979 pjproject configure 0.5.8 945 generated by GNU Autoconf 2.56 946 947 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 948 Free Software Foundation, Inc. 980 generated by GNU Autoconf 2.59 981 982 Copyright (C) 2003 Free Software Foundation, Inc. 949 983 This configure script is free software; the Free Software Foundation 950 984 gives unlimited permission to copy, distribute and modify it. … … 958 992 959 993 It was created by pjproject $as_me 0.5.8, which was 960 generated by GNU Autoconf 2.5 6. Invocation command line was994 generated by GNU Autoconf 2.59. Invocation command line was 961 995 962 996 $ $0 $@ … … 1035 1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1036 1070 if test $ac_must_keep_next = true; then 1037 1071 ac_must_keep_next=false # Got value, back to normal. 1038 1072 else 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1073 case $ac_arg in 1074 *=* | --config-cache | -C | -disable-* | --disable-* \ 1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1077 | -with-* | --with-* | -without-* | --without-* | --x) 1078 case "$ac_configure_args0 " in 1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1080 esac 1081 ;; 1082 -* ) ac_must_keep_next=true ;; 1083 esac 1050 1084 fi 1051 1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1081 1115 *ac_space=\ *) 1082 1116 sed -n \ 1083 1084 1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1085 1119 ;; 1086 1120 *) 1087 1121 sed -n \ 1088 1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1089 1123 ;; 1090 1124 esac; … … 1115 1149 do 1116 1150 eval ac_val=$`echo $ac_var` 1117 1151 echo "$ac_var='"'"'$ac_val'"'"'" 1118 1152 done | sort 1119 1153 echo … … 1134 1168 echo "$as_me: exit $exit_status" 1135 1169 } >&5 1136 rm -f core core.**.core &&1170 rm -f core *.core && 1137 1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1138 1172 exit $exit_status … … 1214 1248 ac_cache_corrupted=false 1215 1249 for ac_var in `(set) 2>&1 | 1216 1250 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1217 1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1218 1252 eval ac_new_set=\$ac_env_${ac_var}_set … … 1231 1265 *) 1232 1266 if test "x$ac_old_val" != "x$ac_new_val"; then 1233 1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1234 1268 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1235 1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1236 1270 echo "$as_me: former value: $ac_old_val" >&2;} 1237 1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1238 1272 echo "$as_me: current value: $ac_new_val" >&2;} 1239 1273 ac_cache_corrupted=: 1240 1274 fi;; 1241 1275 esac … … 1740 1774 1741 1775 cat >conftest.$ac_ext <<_ACEOF 1742 #line $LINENO "configure"1743 1776 /* confdefs.h. */ 1744 1777 _ACEOF … … 1760 1793 # It will help us diagnose broken compilers, and finding out an intuition 1761 1794 # of exeext. 1762 echo "$as_me:$LINENO: checking for C compiler default output " >&51763 echo $ECHO_N "checking for C compiler default output ... $ECHO_C" >&61795 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1796 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 1764 1797 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1765 1798 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 1781 1814 case $ac_file in 1782 1815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1783 1816 ;; 1784 1817 conftest.$ac_ext ) 1785 1786 1818 # This is the source file. 1819 ;; 1787 1820 [ab].out ) 1788 1789 1790 1821 # We found the default executable, but exeext='' is most 1822 # certainly right. 1823 break;; 1791 1824 *.* ) 1792 1793 1794 1795 1796 1797 1825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1826 # FIXME: I believe we export ac_cv_exeext for Libtool, 1827 # but it would be cool to find out if it's true. Does anybody 1828 # maintain Libtool? --akim. 1829 export ac_cv_exeext 1830 break;; 1798 1831 * ) 1799 1832 break;; 1800 1833 esac 1801 1834 done … … 1871 1904 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 1872 1905 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1873 1874 1906 export ac_cv_exeext 1907 break;; 1875 1908 * ) break;; 1876 1909 esac … … 1897 1930 else 1898 1931 cat >conftest.$ac_ext <<_ACEOF 1899 #line $LINENO "configure"1900 1932 /* confdefs.h. */ 1901 1933 _ACEOF … … 1948 1980 else 1949 1981 cat >conftest.$ac_ext <<_ACEOF 1950 #line $LINENO "configure"1951 1982 /* confdefs.h. */ 1952 1983 _ACEOF … … 1968 1999 rm -f conftest.$ac_objext 1969 2000 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1970 (eval $ac_compile) 2>&5 1971 ac_status=$? 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 1972 2006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1973 2007 (exit $ac_status); } && 1974 { ac_try='test -s conftest.$ac_objext' 2008 { ac_try='test -z "$ac_c_werror_flag" 2009 || test ! -s conftest.err' 2010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2011 (eval $ac_try) 2>&5 2012 ac_status=$? 2013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2014 (exit $ac_status); }; } && 2015 { ac_try='test -s conftest.$ac_objext' 1975 2016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1976 2017 (eval $ac_try) 2>&5 … … 1985 2026 ac_compiler_gnu=no 1986 2027 fi 1987 rm -f conftest. $ac_objext conftest.$ac_ext2028 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1988 2029 ac_cv_c_compiler_gnu=$ac_compiler_gnu 1989 2030 … … 2001 2042 else 2002 2043 cat >conftest.$ac_ext <<_ACEOF 2003 #line $LINENO "configure"2004 2044 /* confdefs.h. */ 2005 2045 _ACEOF … … 2018 2058 rm -f conftest.$ac_objext 2019 2059 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2020 (eval $ac_compile) 2>&5 2021 ac_status=$? 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 2022 2065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2023 2066 (exit $ac_status); } && 2024 { ac_try='test -s conftest.$ac_objext' 2067 { ac_try='test -z "$ac_c_werror_flag" 2068 || test ! -s conftest.err' 2069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2070 (eval $ac_try) 2>&5 2071 ac_status=$? 2072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2073 (exit $ac_status); }; } && 2074 { ac_try='test -s conftest.$ac_objext' 2025 2075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2026 2076 (eval $ac_try) 2>&5 … … 2035 2085 ac_cv_prog_cc_g=no 2036 2086 fi 2037 rm -f conftest. $ac_objext conftest.$ac_ext2087 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2038 2088 fi 2039 2089 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2062 2112 ac_save_CC=$CC 2063 2113 cat >conftest.$ac_ext <<_ACEOF 2064 #line $LINENO "configure"2065 2114 /* confdefs.h. */ 2066 2115 _ACEOF … … 2090 2139 return s; 2091 2140 } 2141 2142 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2143 function prototypes and stuff, but not '\xHH' hex character constants. 2144 These don't provoke an error unfortunately, instead are silently treated 2145 as 'x'. The following induces an error, until -std1 is added to get 2146 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2147 array size at least. It's necessary to write '\x00'==0 to get something 2148 that's true only with -std1. */ 2149 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2150 2092 2151 int test (int i, double x); 2093 2152 struct s1 {int (*f) (int a);}; … … 2116 2175 rm -f conftest.$ac_objext 2117 2176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2118 (eval $ac_compile) 2>&5 2119 ac_status=$? 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 2120 2182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2121 2183 (exit $ac_status); } && 2122 { ac_try='test -s conftest.$ac_objext' 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' 2123 2192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2124 2193 (eval $ac_try) 2>&5 … … 2133 2202 2134 2203 fi 2135 rm -f conftest. $ac_objext2204 rm -f conftest.err conftest.$ac_objext 2136 2205 done 2137 2206 rm -f conftest.$ac_ext conftest.$ac_objext … … 2161 2230 rm -f conftest.$ac_objext 2162 2231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2163 (eval $ac_compile) 2>&5 2164 ac_status=$? 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 2165 2237 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2166 2238 (exit $ac_status); } && 2167 { ac_try='test -s conftest.$ac_objext' 2239 { ac_try='test -z "$ac_c_werror_flag" 2240 || test ! -s conftest.err' 2241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2242 (eval $ac_try) 2>&5 2243 ac_status=$? 2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2245 (exit $ac_status); }; } && 2246 { ac_try='test -s conftest.$ac_objext' 2168 2247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2169 2248 (eval $ac_try) 2>&5 … … 2172 2251 (exit $ac_status); }; }; then 2173 2252 for ac_declaration in \ 2174 ''\ 2175 '#include <stdlib.h>' \ 2253 '' \ 2176 2254 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2177 2255 'extern "C" void std::exit (int); using std::exit;' \ … … 2181 2259 do 2182 2260 cat >conftest.$ac_ext <<_ACEOF 2183 #line $LINENO "configure"2184 2261 /* confdefs.h. */ 2185 2262 _ACEOF … … 2187 2264 cat >>conftest.$ac_ext <<_ACEOF 2188 2265 /* end confdefs.h. */ 2266 $ac_declaration 2189 2267 #include <stdlib.h> 2190 $ac_declaration2191 2268 int 2192 2269 main () … … 2199 2276 rm -f conftest.$ac_objext 2200 2277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2201 (eval $ac_compile) 2>&5 2202 ac_status=$? 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 2203 2283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2204 2284 (exit $ac_status); } && 2205 { ac_try='test -s conftest.$ac_objext' 2285 { ac_try='test -z "$ac_c_werror_flag" 2286 || test ! -s conftest.err' 2287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2288 (eval $ac_try) 2>&5 2289 ac_status=$? 2290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2291 (exit $ac_status); }; } && 2292 { ac_try='test -s conftest.$ac_objext' 2206 2293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2207 2294 (eval $ac_try) 2>&5 … … 2216 2303 continue 2217 2304 fi 2218 rm -f conftest. $ac_objext conftest.$ac_ext2305 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2219 2306 cat >conftest.$ac_ext <<_ACEOF 2220 #line $LINENO "configure"2221 2307 /* confdefs.h. */ 2222 2308 _ACEOF … … 2235 2321 rm -f conftest.$ac_objext 2236 2322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2237 (eval $ac_compile) 2>&5 2238 ac_status=$? 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 2239 2328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2240 2329 (exit $ac_status); } && 2241 { ac_try='test -s conftest.$ac_objext' 2330 { ac_try='test -z "$ac_c_werror_flag" 2331 || test ! -s conftest.err' 2332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2333 (eval $ac_try) 2>&5 2334 ac_status=$? 2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2336 (exit $ac_status); }; } && 2337 { ac_try='test -s conftest.$ac_objext' 2242 2338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2243 2339 (eval $ac_try) 2>&5 … … 2251 2347 2252 2348 fi 2253 rm -f conftest. $ac_objext conftest.$ac_ext2349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2254 2350 done 2255 2351 rm -f conftest* … … 2265 2361 2266 2362 fi 2267 rm -f conftest. $ac_objext conftest.$ac_ext2363 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2268 2364 ac_ext=c 2269 2365 ac_cpp='$CPP $CPPFLAGS' … … 2391 2487 else 2392 2488 cat >conftest.$ac_ext <<_ACEOF 2393 #line $LINENO "configure"2394 2489 /* confdefs.h. */ 2395 2490 _ACEOF … … 2411 2506 rm -f conftest.$ac_objext 2412 2507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2413 (eval $ac_compile) 2>&5 2414 ac_status=$? 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 2415 2513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2416 2514 (exit $ac_status); } && 2417 { ac_try='test -s conftest.$ac_objext' 2515 { ac_try='test -z "$ac_cxx_werror_flag" 2516 || test ! -s conftest.err' 2517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2518 (eval $ac_try) 2>&5 2519 ac_status=$? 2520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2521 (exit $ac_status); }; } && 2522 { ac_try='test -s conftest.$ac_objext' 2418 2523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2419 2524 (eval $ac_try) 2>&5 … … 2428 2533 ac_compiler_gnu=no 2429 2534 fi 2430 rm -f conftest. $ac_objext conftest.$ac_ext2535 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2431 2536 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2432 2537 … … 2444 2549 else 2445 2550 cat >conftest.$ac_ext <<_ACEOF 2446 #line $LINENO "configure"2447 2551 /* confdefs.h. */ 2448 2552 _ACEOF … … 2461 2565 rm -f conftest.$ac_objext 2462 2566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2463 (eval $ac_compile) 2>&5 2464 ac_status=$? 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 2465 2572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2466 2573 (exit $ac_status); } && 2467 { ac_try='test -s conftest.$ac_objext' 2574 { ac_try='test -z "$ac_cxx_werror_flag" 2575 || test ! -s conftest.err' 2576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2577 (eval $ac_try) 2>&5 2578 ac_status=$? 2579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2580 (exit $ac_status); }; } && 2581 { ac_try='test -s conftest.$ac_objext' 2468 2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2469 2583 (eval $ac_try) 2>&5 … … 2478 2592 ac_cv_prog_cxx_g=no 2479 2593 fi 2480 rm -f conftest. $ac_objext conftest.$ac_ext2594 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2481 2595 fi 2482 2596 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 … … 2498 2612 fi 2499 2613 for ac_declaration in \ 2500 ''\ 2501 '#include <stdlib.h>' \ 2614 '' \ 2502 2615 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2503 2616 'extern "C" void std::exit (int); using std::exit;' \ … … 2507 2620 do 2508 2621 cat >conftest.$ac_ext <<_ACEOF 2509 #line $LINENO "configure"2510 2622 /* confdefs.h. */ 2511 2623 _ACEOF … … 2513 2625 cat >>conftest.$ac_ext <<_ACEOF 2514 2626 /* end confdefs.h. */ 2627 $ac_declaration 2515 2628 #include <stdlib.h> 2516 $ac_declaration2517 2629 int 2518 2630 main () … … 2525 2637 rm -f conftest.$ac_objext 2526 2638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2527 (eval $ac_compile) 2>&5 2528 ac_status=$? 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 2529 2644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2530 2645 (exit $ac_status); } && 2531 { ac_try='test -s conftest.$ac_objext' 2646 { ac_try='test -z "$ac_cxx_werror_flag" 2647 || test ! -s conftest.err' 2648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2649 (eval $ac_try) 2>&5 2650 ac_status=$? 2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2652 (exit $ac_status); }; } && 2653 { ac_try='test -s conftest.$ac_objext' 2532 2654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2533 2655 (eval $ac_try) 2>&5 … … 2542 2664 continue 2543 2665 fi 2544 rm -f conftest. $ac_objext conftest.$ac_ext2666 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2545 2667 cat >conftest.$ac_ext <<_ACEOF 2546 #line $LINENO "configure"2547 2668 /* confdefs.h. */ 2548 2669 _ACEOF … … 2561 2682 rm -f conftest.$ac_objext 2562 2683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2563 (eval $ac_compile) 2>&5 2564 ac_status=$? 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 2565 2689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2566 2690 (exit $ac_status); } && 2567 { ac_try='test -s conftest.$ac_objext' 2691 { ac_try='test -z "$ac_cxx_werror_flag" 2692 || test ! -s conftest.err' 2693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2694 (eval $ac_try) 2>&5 2695 ac_status=$? 2696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2697 (exit $ac_status); }; } && 2698 { ac_try='test -s conftest.$ac_objext' 2568 2699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2569 2700 (eval $ac_try) 2>&5 … … 2577 2708 2578 2709 fi 2579 rm -f conftest. $ac_objext conftest.$ac_ext2710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2580 2711 done 2581 2712 rm -f conftest* … … 2609 2740 LIBS="-lpthread $LIBS" 2610 2741 cat >conftest.$ac_ext <<_ACEOF 2611 #line $LINENO "configure"2612 2742 /* confdefs.h. */ 2613 2743 _ACEOF … … 2633 2763 rm -f conftest.$ac_objext conftest$ac_exeext 2634 2764 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2635 (eval $ac_link) 2>&5 2636 ac_status=$? 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 2637 2770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2638 2771 (exit $ac_status); } && 2639 { ac_try='test -s conftest$ac_exeext' 2772 { ac_try='test -z "$ac_c_werror_flag" 2773 || test ! -s conftest.err' 2774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2775 (eval $ac_try) 2>&5 2776 ac_status=$? 2777 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2778 (exit $ac_status); }; } && 2779 { ac_try='test -s conftest$ac_exeext' 2640 2780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2641 2781 (eval $ac_try) 2>&5 … … 2650 2790 ac_cv_lib_pthread_pthread_create=no 2651 2791 fi 2652 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2792 rm -f conftest.err conftest.$ac_objext \ 2793 conftest$ac_exeext conftest.$ac_ext 2653 2794 LIBS=$ac_check_lib_save_LIBS 2654 2795 fi … … 2673 2814 LIBS="-lwsock32 $LIBS" 2674 2815 cat >conftest.$ac_ext <<_ACEOF 2675 #line $LINENO "configure"2676 2816 /* confdefs.h. */ 2677 2817 _ACEOF … … 2697 2837 rm -f conftest.$ac_objext conftest$ac_exeext 2698 2838 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2699 (eval $ac_link) 2>&5 2700 ac_status=$? 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 2701 2844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2702 2845 (exit $ac_status); } && 2703 { ac_try='test -s conftest$ac_exeext' 2846 { ac_try='test -z "$ac_c_werror_flag" 2847 || test ! -s conftest.err' 2848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2849 (eval $ac_try) 2>&5 2850 ac_status=$? 2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2852 (exit $ac_status); }; } && 2853 { ac_try='test -s conftest$ac_exeext' 2704 2854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2705 2855 (eval $ac_try) 2>&5 … … 2714 2864 ac_cv_lib_wsock32_puts=no 2715 2865 fi 2716 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2866 rm -f conftest.err conftest.$ac_objext \ 2867 conftest$ac_exeext conftest.$ac_ext 2717 2868 LIBS=$ac_check_lib_save_LIBS 2718 2869 fi … … 2737 2888 LIBS="-lws2_32 $LIBS" 2738 2889 cat >conftest.$ac_ext <<_ACEOF 2739 #line $LINENO "configure"2740 2890 /* confdefs.h. */ 2741 2891 _ACEOF … … 2761 2911 rm -f conftest.$ac_objext conftest$ac_exeext 2762 2912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2763 (eval $ac_link) 2>&5 2764 ac_status=$? 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 2765 2918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2766 2919 (exit $ac_status); } && 2767 { ac_try='test -s conftest$ac_exeext' 2920 { ac_try='test -z "$ac_c_werror_flag" 2921 || test ! -s conftest.err' 2922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2923 (eval $ac_try) 2>&5 2924 ac_status=$? 2925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2926 (exit $ac_status); }; } && 2927 { ac_try='test -s conftest$ac_exeext' 2768 2928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2769 2929 (eval $ac_try) 2>&5 … … 2778 2938 ac_cv_lib_ws2_32_puts=no 2779 2939 fi 2780 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2940 rm -f conftest.err conftest.$ac_objext \ 2941 conftest$ac_exeext conftest.$ac_ext 2781 2942 LIBS=$ac_check_lib_save_LIBS 2782 2943 fi … … 2801 2962 LIBS="-lole32 $LIBS" 2802 2963 cat >conftest.$ac_ext <<_ACEOF 2803 #line $LINENO "configure"2804 2964 /* confdefs.h. */ 2805 2965 _ACEOF … … 2825 2985 rm -f conftest.$ac_objext conftest$ac_exeext 2826 2986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2827 (eval $ac_link) 2>&5 2828 ac_status=$? 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 2829 2992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2830 2993 (exit $ac_status); } && 2831 { ac_try='test -s conftest$ac_exeext' 2994 { ac_try='test -z "$ac_c_werror_flag" 2995 || test ! -s conftest.err' 2996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2997 (eval $ac_try) 2>&5 2998 ac_status=$? 2999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3000 (exit $ac_status); }; } && 3001 { ac_try='test -s conftest$ac_exeext' 2832 3002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2833 3003 (eval $ac_try) 2>&5 … … 2842 3012 ac_cv_lib_ole32_puts=no 2843 3013 fi 2844 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3014 rm -f conftest.err conftest.$ac_objext \ 3015 conftest$ac_exeext conftest.$ac_ext 2845 3016 LIBS=$ac_check_lib_save_LIBS 2846 3017 fi … … 2865 3036 LIBS="-lwinmm $LIBS" 2866 3037 cat >conftest.$ac_ext <<_ACEOF 2867 #line $LINENO "configure"2868 3038 /* confdefs.h. */ 2869 3039 _ACEOF … … 2889 3059 rm -f conftest.$ac_objext conftest$ac_exeext 2890 3060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2891 (eval $ac_link) 2>&5 2892 ac_status=$? 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 2893 3066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2894 3067 (exit $ac_status); } && 2895 { ac_try='test -s conftest$ac_exeext' 3068 { ac_try='test -z "$ac_c_werror_flag" 3069 || test ! -s conftest.err' 3070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3071 (eval $ac_try) 2>&5 3072 ac_status=$? 3073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3074 (exit $ac_status); }; } && 3075 { ac_try='test -s conftest$ac_exeext' 2896 3076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2897 3077 (eval $ac_try) 2>&5 … … 2906 3086 ac_cv_lib_winmm_puts=no 2907 3087 fi 2908 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3088 rm -f conftest.err conftest.$ac_objext \ 3089 conftest$ac_exeext conftest.$ac_ext 2909 3090 LIBS=$ac_check_lib_save_LIBS 2910 3091 fi … … 2929 3110 LIBS="-lsocket $LIBS" 2930 3111 cat >conftest.$ac_ext <<_ACEOF 2931 #line $LINENO "configure"2932 3112 /* confdefs.h. */ 2933 3113 _ACEOF … … 2953 3133 rm -f conftest.$ac_objext conftest$ac_exeext 2954 3134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2955 (eval $ac_link) 2>&5 2956 ac_status=$? 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 2957 3140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2958 3141 (exit $ac_status); } && 2959 { ac_try='test -s conftest$ac_exeext' 3142 { ac_try='test -z "$ac_c_werror_flag" 3143 || test ! -s conftest.err' 3144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3145 (eval $ac_try) 2>&5 3146 ac_status=$? 3147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3148 (exit $ac_status); }; } && 3149 { ac_try='test -s conftest$ac_exeext' 2960 3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2961 3151 (eval $ac_try) 2>&5 … … 2970 3160 ac_cv_lib_socket_puts=no 2971 3161 fi 2972 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3162 rm -f conftest.err conftest.$ac_objext \ 3163 conftest$ac_exeext conftest.$ac_ext 2973 3164 LIBS=$ac_check_lib_save_LIBS 2974 3165 fi … … 2993 3184 LIBS="-lrt $LIBS" 2994 3185 cat >conftest.$ac_ext <<_ACEOF 2995 #line $LINENO "configure"2996 3186 /* confdefs.h. */ 2997 3187 _ACEOF … … 3017 3207 rm -f conftest.$ac_objext conftest$ac_exeext 3018 3208 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3019 (eval $ac_link) 2>&5 3020 ac_status=$? 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 3021 3214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3022 3215 (exit $ac_status); } && 3023 { ac_try='test -s conftest$ac_exeext' 3216 { ac_try='test -z "$ac_c_werror_flag" 3217 || test ! -s conftest.err' 3218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3219 (eval $ac_try) 2>&5 3220 ac_status=$? 3221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3222 (exit $ac_status); }; } && 3223 { ac_try='test -s conftest$ac_exeext' 3024 3224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3025 3225 (eval $ac_try) 2>&5 … … 3034 3234 ac_cv_lib_rt_puts=no 3035 3235 fi 3036 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3236 rm -f conftest.err conftest.$ac_objext \ 3237 conftest$ac_exeext conftest.$ac_ext 3037 3238 LIBS=$ac_check_lib_save_LIBS 3038 3239 fi … … 3057 3258 LIBS="-lnsl $LIBS" 3058 3259 cat >conftest.$ac_ext <<_ACEOF 3059 #line $LINENO "configure"3060 3260 /* confdefs.h. */ 3061 3261 _ACEOF … … 3081 3281 rm -f conftest.$ac_objext conftest$ac_exeext 3082 3282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3083 (eval $ac_link) 2>&5 3084 ac_status=$? 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 3085 3288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3086 3289 (exit $ac_status); } && 3087 { ac_try='test -s conftest$ac_exeext' 3290 { ac_try='test -z "$ac_c_werror_flag" 3291 || test ! -s conftest.err' 3292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3293 (eval $ac_try) 2>&5 3294 ac_status=$? 3295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3296 (exit $ac_status); }; } && 3297 { ac_try='test -s conftest$ac_exeext' 3088 3298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3089 3299 (eval $ac_try) 2>&5 … … 3098 3308 ac_cv_lib_nsl_puts=no 3099 3309 fi 3100 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3310 rm -f conftest.err conftest.$ac_objext \ 3311 conftest$ac_exeext conftest.$ac_ext 3101 3312 LIBS=$ac_check_lib_save_LIBS 3102 3313 fi … … 3120 3331 3121 3332 3333 echo "$as_me:$LINENO: checking memory alignment" >&5 3334 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6 3335 case $target in 3336 ia64-* | x86_64-* ) 3337 cat >>confdefs.h <<\_ACEOF 3338 #define PJ_POOL_ALIGNMENT 8 3339 _ACEOF 3340 3341 echo "$as_me:$LINENO: result: 8 bytes" >&5 3342 echo "${ECHO_T}8 bytes" >&6 3343 ;; 3344 * ) 3345 cat >>confdefs.h <<\_ACEOF 3346 #define PJ_POOL_ALIGNMENT 4 3347 _ACEOF 3348 3349 echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 3350 echo "${ECHO_T}4 bytes (default)" >&6 3351 ;; 3352 esac 3353 3354 3122 3355 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 3123 3356 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 … … 3127 3360 # See if sys/param.h defines the BYTE_ORDER macro. 3128 3361 cat >conftest.$ac_ext <<_ACEOF 3129 #line $LINENO "configure"3130 3362 /* confdefs.h. */ 3131 3363 _ACEOF … … 3149 3381 rm -f conftest.$ac_objext 3150 3382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3151 (eval $ac_compile) 2>&5 3152 ac_status=$? 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 3153 3388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3154 3389 (exit $ac_status); } && 3155 { ac_try='test -s conftest.$ac_objext' 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' 3156 3398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3157 3399 (eval $ac_try) 2>&5 … … 3161 3403 # It does; now see whether it defined to BIG_ENDIAN or not. 3162 3404 cat >conftest.$ac_ext <<_ACEOF 3163 #line $LINENO "configure"3164 3405 /* confdefs.h. */ 3165 3406 _ACEOF … … 3183 3424 rm -f conftest.$ac_objext 3184 3425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3185 (eval $ac_compile) 2>&5 3186 ac_status=$? 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 3187 3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3188 3432 (exit $ac_status); } && 3189 { ac_try='test -s conftest.$ac_objext' 3433 { ac_try='test -z "$ac_c_werror_flag" 3434 || test ! -s conftest.err' 3435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3436 (eval $ac_try) 2>&5 3437 ac_status=$? 3438 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3439 (exit $ac_status); }; } && 3440 { ac_try='test -s conftest.$ac_objext' 3190 3441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3191 3442 (eval $ac_try) 2>&5 … … 3200 3451 ac_cv_c_bigendian=no 3201 3452 fi 3202 rm -f conftest. $ac_objext conftest.$ac_ext3453 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3203 3454 else 3204 3455 echo "$as_me: failed program was:" >&5 … … 3210 3461 ac_cv_c_bigendian=unknown 3211 3462 cat >conftest.$ac_ext <<_ACEOF 3212 #line $LINENO "configure"3213 3463 /* confdefs.h. */ 3214 3464 _ACEOF … … 3232 3482 rm -f conftest.$ac_objext 3233 3483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3234 (eval $ac_compile) 2>&5 3235 ac_status=$? 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 3236 3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3237 3490 (exit $ac_status); } && 3238 { ac_try='test -s conftest.$ac_objext' 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' 3239 3499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3240 3500 (eval $ac_try) 2>&5 … … 3258 3518 3259 3519 fi 3260 rm -f conftest. $ac_objext conftest.$ac_ext3520 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3261 3521 else 3262 3522 cat >conftest.$ac_ext <<_ACEOF 3263 #line $LINENO "configure"3264 3523 /* confdefs.h. */ 3265 3524 _ACEOF … … 3300 3559 ac_cv_c_bigendian=yes 3301 3560 fi 3302 rm -f core core.**.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext3303 fi 3304 fi 3305 rm -f conftest. $ac_objext conftest.$ac_ext3561 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3562 fi 3563 fi 3564 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3306 3565 fi 3307 3566 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 … … 3399 3658 LIBS="-lm $LIBS" 3400 3659 cat >conftest.$ac_ext <<_ACEOF 3401 #line $LINENO "configure"3402 3660 /* confdefs.h. */ 3403 3661 _ACEOF … … 3423 3681 rm -f conftest.$ac_objext conftest$ac_exeext 3424 3682 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3425 (eval $ac_link) 2>&5 3426 ac_status=$? 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 3427 3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3428 3689 (exit $ac_status); } && 3429 { ac_try='test -s conftest$ac_exeext' 3690 { ac_try='test -z "$ac_c_werror_flag" 3691 || test ! -s conftest.err' 3692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3693 (eval $ac_try) 2>&5 3694 ac_status=$? 3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3696 (exit $ac_status); }; } && 3697 { ac_try='test -s conftest$ac_exeext' 3430 3698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3431 3699 (eval $ac_try) 2>&5 … … 3440 3708 ac_cv_lib_m_fmod=no 3441 3709 fi 3442 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3710 rm -f conftest.err conftest.$ac_objext \ 3711 conftest$ac_exeext conftest.$ac_ext 3443 3712 LIBS=$ac_check_lib_save_LIBS 3444 3713 fi … … 3481 3750 # Use a header file that comes with gcc, so configuring glibc 3482 3751 # with a fresh cross-compiler works. 3752 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3753 # <limits.h> exists even on freestanding compilers. 3483 3754 # On the NeXT, cc -E runs the code through the compiler's parser, 3484 3755 # not just through cpp. "Syntax error" is here to catch this case. 3485 3756 cat >conftest.$ac_ext <<_ACEOF 3486 #line $LINENO "configure"3487 3757 /* confdefs.h. */ 3488 3758 _ACEOF … … 3490 3760 cat >>conftest.$ac_ext <<_ACEOF 3491 3761 /* end confdefs.h. */ 3492 #include <assert.h> 3493 Syntax error 3762 #ifdef __STDC__ 3763 # include <limits.h> 3764 #else 3765 # include <assert.h> 3766 #endif 3767 Syntax error 3494 3768 _ACEOF 3495 3769 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3503 3777 if test -s conftest.err; then 3504 3778 ac_cpp_err=$ac_c_preproc_warn_flag 3779 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3505 3780 else 3506 3781 ac_cpp_err= … … 3523 3798 # can be detected and how. 3524 3799 cat >conftest.$ac_ext <<_ACEOF 3525 #line $LINENO "configure"3526 3800 /* confdefs.h. */ 3527 3801 _ACEOF … … 3541 3815 if test -s conftest.err; then 3542 3816 ac_cpp_err=$ac_c_preproc_warn_flag 3817 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3543 3818 else 3544 3819 ac_cpp_err= … … 3582 3857 # Use a header file that comes with gcc, so configuring glibc 3583 3858 # with a fresh cross-compiler works. 3859 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3860 # <limits.h> exists even on freestanding compilers. 3584 3861 # On the NeXT, cc -E runs the code through the compiler's parser, 3585 3862 # not just through cpp. "Syntax error" is here to catch this case. 3586 3863 cat >conftest.$ac_ext <<_ACEOF 3587 #line $LINENO "configure"3588 3864 /* confdefs.h. */ 3589 3865 _ACEOF … … 3591 3867 cat >>conftest.$ac_ext <<_ACEOF 3592 3868 /* end confdefs.h. */ 3593 #include <assert.h> 3594 Syntax error 3869 #ifdef __STDC__ 3870 # include <limits.h> 3871 #else 3872 # include <assert.h> 3873 #endif 3874 Syntax error 3595 3875 _ACEOF 3596 3876 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3604 3884 if test -s conftest.err; then 3605 3885 ac_cpp_err=$ac_c_preproc_warn_flag 3886 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3606 3887 else 3607 3888 ac_cpp_err= … … 3624 3905 # can be detected and how. 3625 3906 cat >conftest.$ac_ext <<_ACEOF 3626 #line $LINENO "configure"3627 3907 /* confdefs.h. */ 3628 3908 _ACEOF … … 3642 3922 if test -s conftest.err; then 3643 3923 ac_cpp_err=$ac_c_preproc_warn_flag 3924 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3644 3925 else 3645 3926 ac_cpp_err= … … 3702 3983 else 3703 3984 cat >conftest.$ac_ext <<_ACEOF 3704 #line $LINENO "configure"3705 3985 /* confdefs.h. */ 3706 3986 _ACEOF … … 3723 4003 rm -f conftest.$ac_objext 3724 4004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3725 (eval $ac_compile) 2>&5 3726 ac_status=$? 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 3727 4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3728 4011 (exit $ac_status); } && 3729 { ac_try='test -s conftest.$ac_objext' 4012 { ac_try='test -z "$ac_c_werror_flag" 4013 || test ! -s conftest.err' 4014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4015 (eval $ac_try) 2>&5 4016 ac_status=$? 4017 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4018 (exit $ac_status); }; } && 4019 { ac_try='test -s conftest.$ac_objext' 3730 4020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3731 4021 (eval $ac_try) 2>&5 … … 3740 4030 ac_cv_header_stdc=no 3741 4031 fi 3742 rm -f conftest. $ac_objext conftest.$ac_ext4032 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3743 4033 3744 4034 if test $ac_cv_header_stdc = yes; then 3745 4035 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 3746 4036 cat >conftest.$ac_ext <<_ACEOF 3747 #line $LINENO "configure"3748 4037 /* confdefs.h. */ 3749 4038 _ACEOF … … 3767 4056 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 3768 4057 cat >conftest.$ac_ext <<_ACEOF 3769 #line $LINENO "configure"3770 4058 /* confdefs.h. */ 3771 4059 _ACEOF … … 3792 4080 else 3793 4081 cat >conftest.$ac_ext <<_ACEOF 3794 #line $LINENO "configure"3795 4082 /* confdefs.h. */ 3796 4083 _ACEOF … … 3804 4091 #else 3805 4092 # define ISLOWER(c) \ 3806 3807 3808 4093 (('a' <= (c) && (c) <= 'i') \ 4094 || ('j' <= (c) && (c) <= 'r') \ 4095 || ('s' <= (c) && (c) <= 'z')) 3809 4096 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 3810 4097 #endif … … 3817 4104 for (i = 0; i < 256; i++) 3818 4105 if (XOR (islower (i), ISLOWER (i)) 3819 4106 || toupper (i) != TOUPPER (i)) 3820 4107 exit(2); 3821 4108 exit (0); … … 3842 4129 ac_cv_header_stdc=no 3843 4130 fi 3844 rm -f core core.**.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext4131 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3845 4132 fi 3846 4133 fi … … 3867 4154 3868 4155 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3869 4156 inttypes.h stdint.h unistd.h 3870 4157 do 3871 4158 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 3876 4163 else 3877 4164 cat >conftest.$ac_ext <<_ACEOF 3878 #line $LINENO "configure"3879 4165 /* confdefs.h. */ 3880 4166 _ACEOF … … 3888 4174 rm -f conftest.$ac_objext 3889 4175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3890 (eval $ac_compile) 2>&5 3891 ac_status=$? 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 3892 4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3893 4182 (exit $ac_status); } && 3894 { ac_try='test -s conftest.$ac_objext' 4183 { ac_try='test -z "$ac_c_werror_flag" 4184 || test ! -s conftest.err' 4185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4186 (eval $ac_try) 2>&5 4187 ac_status=$? 4188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4189 (exit $ac_status); }; } && 4190 { ac_try='test -s conftest.$ac_objext' 3895 4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3896 4192 (eval $ac_try) 2>&5 … … 3905 4201 eval "$as_ac_Header=no" 3906 4202 fi 3907 rm -f conftest. $ac_objext conftest.$ac_ext4203 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3908 4204 fi 3909 4205 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 3932 4228 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 3933 4229 cat >conftest.$ac_ext <<_ACEOF 3934 #line $LINENO "configure"3935 4230 /* confdefs.h. */ 3936 4231 _ACEOF … … 3943 4238 rm -f conftest.$ac_objext 3944 4239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3945 (eval $ac_compile) 2>&5 3946 ac_status=$? 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 3947 4245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3948 4246 (exit $ac_status); } && 3949 { ac_try='test -s conftest.$ac_objext' 4247 { ac_try='test -z "$ac_c_werror_flag" 4248 || test ! -s conftest.err' 4249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4250 (eval $ac_try) 2>&5 4251 ac_status=$? 4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4253 (exit $ac_status); }; } && 4254 { ac_try='test -s conftest.$ac_objext' 3950 4255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3951 4256 (eval $ac_try) 2>&5 … … 3960 4265 ac_header_compiler=no 3961 4266 fi 3962 rm -f conftest. $ac_objext conftest.$ac_ext4267 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3963 4268 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3964 4269 echo "${ECHO_T}$ac_header_compiler" >&6 … … 3968 4273 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 3969 4274 cat >conftest.$ac_ext <<_ACEOF 3970 #line $LINENO "configure"3971 4275 /* confdefs.h. */ 3972 4276 _ACEOF … … 3986 4290 if test -s conftest.err; then 3987 4291 ac_cpp_err=$ac_c_preproc_warn_flag 4292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3988 4293 else 3989 4294 ac_cpp_err= … … 4005 4310 4006 4311 # So? What about this header? 4007 case $ac_header_compiler:$ac_header_preproc in4008 yes:no )4312 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4313 yes:no: ) 4009 4314 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 4010 4315 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 4319 ;; 4320 no:yes:* ) 4321 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 4322 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;} 4011 4329 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 4012 4330 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" >&5 4332 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 4013 4333 ( 4014 4334 cat <<\_ASBOX 4015 4335 ## ------------------------------------ ## 4016 ## Report this to bug-autoconf@gnu.org. ## 4017 ## ------------------------------------ ## 4018 _ASBOX 4019 ) | 4020 sed "s/^/$as_me: WARNING: /" >&2 4021 ;; 4022 no:yes ) 4023 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 4024 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 4025 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 4026 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 4027 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 4028 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 4029 ( 4030 cat <<\_ASBOX 4031 ## ------------------------------------ ## 4032 ## Report this to bug-autoconf@gnu.org. ## 4336 ## Report this to the pjproject lists. ## 4033 4337 ## ------------------------------------ ## 4034 4338 _ASBOX … … 4069 4373 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6 4070 4374 cat >conftest.$ac_ext <<_ACEOF 4071 #line $LINENO "configure"4072 4375 /* confdefs.h. */ 4073 4376 _ACEOF … … 4080 4383 rm -f conftest.$ac_objext 4081 4384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4082 (eval $ac_compile) 2>&5 4083 ac_status=$? 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 4084 4390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4085 4391 (exit $ac_status); } && 4086 { ac_try='test -s conftest.$ac_objext' 4392 { ac_try='test -z "$ac_c_werror_flag" 4393 || test ! -s conftest.err' 4394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4395 (eval $ac_try) 2>&5 4396 ac_status=$? 4397 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4398 (exit $ac_status); }; } && 4399 { ac_try='test -s conftest.$ac_objext' 4087 4400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4088 4401 (eval $ac_try) 2>&5 … … 4097 4410 ac_header_compiler=no 4098 4411 fi 4099 rm -f conftest. $ac_objext conftest.$ac_ext4412 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4100 4413 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4101 4414 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4105 4418 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6 4106 4419 cat >conftest.$ac_ext <<_ACEOF 4107 #line $LINENO "configure"4108 4420 /* confdefs.h. */ 4109 4421 _ACEOF … … 4123 4435 if test -s conftest.err; then 4124 4436 ac_cpp_err=$ac_c_preproc_warn_flag 4437 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4125 4438 else 4126 4439 ac_cpp_err= … … 4142 4455 4143 4456 # So? What about this header? 4144 case $ac_header_compiler:$ac_header_preproc in4145 yes:no )4457 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4458 yes:no: ) 4146 4459 { echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 4147 4460 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 4464 ;; 4465 no:yes:* ) 4466 { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 4467 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;} 4148 4474 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 4149 4475 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" >&5 4477 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 4150 4478 ( 4151 4479 cat <<\_ASBOX 4152 4480 ## ------------------------------------ ## 4153 ## Report this to bug-autoconf@gnu.org. ## 4154 ## ------------------------------------ ## 4155 _ASBOX 4156 ) | 4157 sed "s/^/$as_me: WARNING: /" >&2 4158 ;; 4159 no:yes ) 4160 { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 4161 echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 4162 { echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&5 4163 echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;} 4164 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 4165 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 4166 ( 4167 cat <<\_ASBOX 4168 ## ------------------------------------ ## 4169 ## Report this to bug-autoconf@gnu.org. ## 4481 ## Report this to the pjproject lists. ## 4170 4482 ## ------------------------------------ ## 4171 4483 _ASBOX … … 4206 4518 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6 4207 4519 cat >conftest.$ac_ext <<_ACEOF 4208 #line $LINENO "configure"4209 4520 /* confdefs.h. */ 4210 4521 _ACEOF … … 4217 4528 rm -f conftest.$ac_objext 4218 4529 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4219 (eval $ac_compile) 2>&5 4220 ac_status=$? 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 4221 4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4222 4536 (exit $ac_status); } && 4223 { ac_try='test -s conftest.$ac_objext' 4537 { ac_try='test -z "$ac_c_werror_flag" 4538 || test ! -s conftest.err' 4539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4540 (eval $ac_try) 2>&5 4541 ac_status=$? 4542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4543 (exit $ac_status); }; } && 4544 { ac_try='test -s conftest.$ac_objext' 4224 4545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4225 4546 (eval $ac_try) 2>&5 … … 4234 4555 ac_header_compiler=no 4235 4556 fi 4236 rm -f conftest. $ac_objext conftest.$ac_ext4557 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4237 4558 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4238 4559 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4242 4563 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6 4243 4564 cat >conftest.$ac_ext <<_ACEOF 4244 #line $LINENO "configure"4245 4565 /* confdefs.h. */ 4246 4566 _ACEOF … … 4260 4580 if test -s conftest.err; then 4261 4581 ac_cpp_err=$ac_c_preproc_warn_flag 4582 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4262 4583 else 4263 4584 ac_cpp_err= … … 4279 4600 4280 4601 # So? What about this header? 4281 case $ac_header_compiler:$ac_header_preproc in4282 yes:no )4602 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4603 yes:no: ) 4283 4604 { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 4284 4605 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 4609 ;; 4610 no:yes:* ) 4611 { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 4612 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;} 4285 4619 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 4286 4620 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" >&5 4622 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 4287 4623 ( 4288 4624 cat <<\_ASBOX 4289 4625 ## ------------------------------------ ## 4290 ## Report this to bug-autoconf@gnu.org. ## 4291 ## ------------------------------------ ## 4292 _ASBOX 4293 ) | 4294 sed "s/^/$as_me: WARNING: /" >&2 4295 ;; 4296 no:yes ) 4297 { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 4298 echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 4299 { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5 4300 echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;} 4301 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 4302 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 4303 ( 4304 cat <<\_ASBOX 4305 ## ------------------------------------ ## 4306 ## Report this to bug-autoconf@gnu.org. ## 4626 ## Report this to the pjproject lists. ## 4307 4627 ## ------------------------------------ ## 4308 4628 _ASBOX … … 4352 4672 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6 4353 4673 cat >conftest.$ac_ext <<_ACEOF 4354 #line $LINENO "configure"4355 4674 /* confdefs.h. */ 4356 4675 _ACEOF … … 4363 4682 rm -f conftest.$ac_objext 4364 4683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4365 (eval $ac_compile) 2>&5 4366 ac_status=$? 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 4367 4689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4368 4690 (exit $ac_status); } && 4369 { ac_try='test -s conftest.$ac_objext' 4691 { ac_try='test -z "$ac_c_werror_flag" 4692 || test ! -s conftest.err' 4693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4694 (eval $ac_try) 2>&5 4695 ac_status=$? 4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4697 (exit $ac_status); }; } && 4698 { ac_try='test -s conftest.$ac_objext' 4370 4699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4371 4700 (eval $ac_try) 2>&5 … … 4380 4709 ac_header_compiler=no 4381 4710 fi 4382 rm -f conftest. $ac_objext conftest.$ac_ext4711 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4383 4712 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4384 4713 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4388 4717 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6 4389 4718 cat >conftest.$ac_ext <<_ACEOF 4390 #line $LINENO "configure"4391 4719 /* confdefs.h. */ 4392 4720 _ACEOF … … 4406 4734 if test -s conftest.err; then 4407 4735 ac_cpp_err=$ac_c_preproc_warn_flag 4736 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4408 4737 else 4409 4738 ac_cpp_err= … … 4425 4754 4426 4755 # So? What about this header? 4427 case $ac_header_compiler:$ac_header_preproc in4428 yes:no )4756 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4757 yes:no: ) 4429 4758 { echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5 4430 4759 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 4763 ;; 4764 no:yes:* ) 4765 { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 4766 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;} 4431 4773 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 4432 4774 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" >&5 4776 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 4433 4777 ( 4434 4778 cat <<\_ASBOX 4435 4779 ## ------------------------------------ ## 4436 ## Report this to bug-autoconf@gnu.org. ## 4437 ## ------------------------------------ ## 4438 _ASBOX 4439 ) | 4440 sed "s/^/$as_me: WARNING: /" >&2 4441 ;; 4442 no:yes ) 4443 { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 4444 echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;} 4445 { echo "$as_me:$LINENO: WARNING: errno.h: check for missing prerequisite headers?" >&5 4446 echo "$as_me: WARNING: errno.h: check for missing prerequisite headers?" >&2;} 4447 { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 4448 echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 4449 ( 4450 cat <<\_ASBOX 4451 ## ------------------------------------ ## 4452 ## Report this to bug-autoconf@gnu.org. ## 4780 ## Report this to the pjproject lists. ## 4453 4781 ## ------------------------------------ ## 4454 4782 _ASBOX … … 4492 4820 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6 4493 4821 cat >conftest.$ac_ext <<_ACEOF 4494 #line $LINENO "configure"4495 4822 /* confdefs.h. */ 4496 4823 _ACEOF … … 4503 4830 rm -f conftest.$ac_objext 4504 4831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4505 (eval $ac_compile) 2>&5 4506 ac_status=$? 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 4507 4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4508 4838 (exit $ac_status); } && 4509 { ac_try='test -s conftest.$ac_objext' 4839 { ac_try='test -z "$ac_c_werror_flag" 4840 || test ! -s conftest.err' 4841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4842 (eval $ac_try) 2>&5 4843 ac_status=$? 4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4845 (exit $ac_status); }; } && 4846 { ac_try='test -s conftest.$ac_objext' 4510 4847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4511 4848 (eval $ac_try) 2>&5 … … 4520 4857 ac_header_compiler=no 4521 4858 fi 4522 rm -f conftest. $ac_objext conftest.$ac_ext4859 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4523 4860 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4524 4861 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4528 4865 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6 4529 4866 cat >conftest.$ac_ext <<_ACEOF 4530 #line $LINENO "configure"4531 4867 /* confdefs.h. */ 4532 4868 _ACEOF … … 4546 4882 if test -s conftest.err; then 4547 4883 ac_cpp_err=$ac_c_preproc_warn_flag 4884 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4548 4885 else 4549 4886 ac_cpp_err= … … 4565 4902 4566 4903 # So? What about this header? 4567 case $ac_header_compiler:$ac_header_preproc in4568 yes:no )4904 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4905 yes:no: ) 4569 4906 { echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 4570 4907 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 4911 ;; 4912 no:yes:* ) 4913 { echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 4914 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;} 4571 4921 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 4572 4922 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" >&5 4924 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 4573 4925 ( 4574 4926 cat <<\_ASBOX 4575 4927 ## ------------------------------------ ## 4576 ## Report this to bug-autoconf@gnu.org. ## 4577 ## ------------------------------------ ## 4578 _ASBOX 4579 ) | 4580 sed "s/^/$as_me: WARNING: /" >&2 4581 ;; 4582 no:yes ) 4583 { echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 4584 echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;} 4585 { echo "$as_me:$LINENO: WARNING: linux/socket.h: check for missing prerequisite headers?" >&5 4586 echo "$as_me: WARNING: linux/socket.h: check for missing prerequisite headers?" >&2;} 4587 { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 4588 echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 4589 ( 4590 cat <<\_ASBOX 4591 ## ------------------------------------ ## 4592 ## Report this to bug-autoconf@gnu.org. ## 4928 ## Report this to the pjproject lists. ## 4593 4929 ## ------------------------------------ ## 4594 4930 _ASBOX … … 4629 4965 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 4630 4966 cat >conftest.$ac_ext <<_ACEOF 4631 #line $LINENO "configure"4632 4967 /* confdefs.h. */ 4633 4968 _ACEOF … … 4640 4975 rm -f conftest.$ac_objext 4641 4976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4642 (eval $ac_compile) 2>&5 4643 ac_status=$? 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 4644 4982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4645 4983 (exit $ac_status); } && 4646 { ac_try='test -s conftest.$ac_objext' 4984 { ac_try='test -z "$ac_c_werror_flag" 4985 || test ! -s conftest.err' 4986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4987 (eval $ac_try) 2>&5 4988 ac_status=$? 4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4990 (exit $ac_status); }; } && 4991 { ac_try='test -s conftest.$ac_objext' 4647 4992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4648 4993 (eval $ac_try) 2>&5 … … 4657 5002 ac_header_compiler=no 4658 5003 fi 4659 rm -f conftest. $ac_objext conftest.$ac_ext5004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4660 5005 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4661 5006 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4665 5010 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 4666 5011 cat >conftest.$ac_ext <<_ACEOF 4667 #line $LINENO "configure"4668 5012 /* confdefs.h. */ 4669 5013 _ACEOF … … 4683 5027 if test -s conftest.err; then 4684 5028 ac_cpp_err=$ac_c_preproc_warn_flag 5029 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4685 5030 else 4686 5031 ac_cpp_err= … … 4702 5047 4703 5048 # So? What about this header? 4704 case $ac_header_compiler:$ac_header_preproc in4705 yes:no )5049 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5050 yes:no: ) 4706 5051 { echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 4707 5052 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 5056 ;; 5057 no:yes:* ) 5058 { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 5059 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;} 4708 5066 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 4709 5067 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" >&5 5069 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 4710 5070 ( 4711 5071 cat <<\_ASBOX 4712 5072 ## ------------------------------------ ## 4713 ## Report this to bug-autoconf@gnu.org. ## 4714 ## ------------------------------------ ## 4715 _ASBOX 4716 ) | 4717 sed "s/^/$as_me: WARNING: /" >&2 4718 ;; 4719 no:yes ) 4720 { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 4721 echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} 4722 { echo "$as_me:$LINENO: WARNING: malloc.h: check for missing prerequisite headers?" >&5 4723 echo "$as_me: WARNING: malloc.h: check for missing prerequisite headers?" >&2;} 4724 { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 4725 echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 4726 ( 4727 cat <<\_ASBOX 4728 ## ------------------------------------ ## 4729 ## Report this to bug-autoconf@gnu.org. ## 5073 ## Report this to the pjproject lists. ## 4730 5074 ## ------------------------------------ ## 4731 5075 _ASBOX … … 4766 5110 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6 4767 5111 cat >conftest.$ac_ext <<_ACEOF 4768 #line $LINENO "configure"4769 5112 /* confdefs.h. */ 4770 5113 _ACEOF … … 4777 5120 rm -f conftest.$ac_objext 4778 5121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4779 (eval $ac_compile) 2>&5 4780 ac_status=$? 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 4781 5127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4782 5128 (exit $ac_status); } && 4783 { ac_try='test -s conftest.$ac_objext' 5129 { ac_try='test -z "$ac_c_werror_flag" 5130 || test ! -s conftest.err' 5131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5132 (eval $ac_try) 2>&5 5133 ac_status=$? 5134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5135 (exit $ac_status); }; } && 5136 { ac_try='test -s conftest.$ac_objext' 4784 5137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4785 5138 (eval $ac_try) 2>&5 … … 4794 5147 ac_header_compiler=no 4795 5148 fi 4796 rm -f conftest. $ac_objext conftest.$ac_ext5149 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4797 5150 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4798 5151 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4802 5155 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6 4803 5156 cat >conftest.$ac_ext <<_ACEOF 4804 #line $LINENO "configure"4805 5157 /* confdefs.h. */ 4806 5158 _ACEOF … … 4820 5172 if test -s conftest.err; then 4821 5173 ac_cpp_err=$ac_c_preproc_warn_flag 5174 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4822 5175 else 4823 5176 ac_cpp_err= … … 4839 5192 4840 5193 # So? What about this header? 4841 case $ac_header_compiler:$ac_header_preproc in4842 yes:no )5194 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5195 yes:no: ) 4843 5196 { echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 4844 5197 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 5201 ;; 5202 no:yes:* ) 5203 { echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 5204 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;} 4845 5211 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 4846 5212 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" >&5 5214 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 4847 5215 ( 4848 5216 cat <<\_ASBOX 4849 5217 ## ------------------------------------ ## 4850 ## Report this to bug-autoconf@gnu.org. ## 4851 ## ------------------------------------ ## 4852 _ASBOX 4853 ) | 4854 sed "s/^/$as_me: WARNING: /" >&2 4855 ;; 4856 no:yes ) 4857 { echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 4858 echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;} 4859 { echo "$as_me:$LINENO: WARNING: netdb.h: check for missing prerequisite headers?" >&5 4860 echo "$as_me: WARNING: netdb.h: check for missing prerequisite headers?" >&2;} 4861 { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 4862 echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 4863 ( 4864 cat <<\_ASBOX 4865 ## ------------------------------------ ## 4866 ## Report this to bug-autoconf@gnu.org. ## 5218 ## Report this to the pjproject lists. ## 4867 5219 ## ------------------------------------ ## 4868 5220 _ASBOX … … 4903 5255 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 4904 5256 cat >conftest.$ac_ext <<_ACEOF 4905 #line $LINENO "configure"4906 5257 /* confdefs.h. */ 4907 5258 _ACEOF … … 4914 5265 rm -f conftest.$ac_objext 4915 5266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4916 (eval $ac_compile) 2>&5 4917 ac_status=$? 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 4918 5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4919 5273 (exit $ac_status); } && 4920 { ac_try='test -s conftest.$ac_objext' 5274 { ac_try='test -z "$ac_c_werror_flag" 5275 || test ! -s conftest.err' 5276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5277 (eval $ac_try) 2>&5 5278 ac_status=$? 5279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5280 (exit $ac_status); }; } && 5281 { ac_try='test -s conftest.$ac_objext' 4921 5282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4922 5283 (eval $ac_try) 2>&5 … … 4931 5292 ac_header_compiler=no 4932 5293 fi 4933 rm -f conftest. $ac_objext conftest.$ac_ext5294 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4934 5295 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4935 5296 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4939 5300 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 4940 5301 cat >conftest.$ac_ext <<_ACEOF 4941 #line $LINENO "configure"4942 5302 /* confdefs.h. */ 4943 5303 _ACEOF … … 4957 5317 if test -s conftest.err; then 4958 5318 ac_cpp_err=$ac_c_preproc_warn_flag 5319 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4959 5320 else 4960 5321 ac_cpp_err= … … 4976 5337 4977 5338 # So? What about this header? 4978 case $ac_header_compiler:$ac_header_preproc in4979 yes:no )5339 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5340 yes:no: ) 4980 5341 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 4981 5342 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 5346 ;; 5347 no:yes:* ) 5348 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 5349 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;} 4982 5356 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 4983 5357 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" >&5 5359 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 4984 5360 ( 4985 5361 cat <<\_ASBOX 4986 5362 ## ------------------------------------ ## 4987 ## Report this to bug-autoconf@gnu.org. ## 4988 ## ------------------------------------ ## 4989 _ASBOX 4990 ) | 4991 sed "s/^/$as_me: WARNING: /" >&2 4992 ;; 4993 no:yes ) 4994 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 4995 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 4996 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 4997 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 4998 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 4999 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 5000 ( 5001 cat <<\_ASBOX 5002 ## ------------------------------------ ## 5003 ## Report this to bug-autoconf@gnu.org. ## 5363 ## Report this to the pjproject lists. ## 5004 5364 ## ------------------------------------ ## 5005 5365 _ASBOX … … 5040 5400 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6 5041 5401 cat >conftest.$ac_ext <<_ACEOF 5042 #line $LINENO "configure"5043 5402 /* confdefs.h. */ 5044 5403 _ACEOF … … 5051 5410 rm -f conftest.$ac_objext 5052 5411 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5053 (eval $ac_compile) 2>&5 5054 ac_status=$? 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 5055 5417 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5056 5418 (exit $ac_status); } && 5057 { ac_try='test -s conftest.$ac_objext' 5419 { ac_try='test -z "$ac_c_werror_flag" 5420 || test ! -s conftest.err' 5421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5422 (eval $ac_try) 2>&5 5423 ac_status=$? 5424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5425 (exit $ac_status); }; } && 5426 { ac_try='test -s conftest.$ac_objext' 5058 5427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5059 5428 (eval $ac_try) 2>&5 … … 5068 5437 ac_header_compiler=no 5069 5438 fi 5070 rm -f conftest. $ac_objext conftest.$ac_ext5439 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5071 5440 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5072 5441 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5076 5445 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6 5077 5446 cat >conftest.$ac_ext <<_ACEOF 5078 #line $LINENO "configure"5079 5447 /* confdefs.h. */ 5080 5448 _ACEOF … … 5094 5462 if test -s conftest.err; then 5095 5463 ac_cpp_err=$ac_c_preproc_warn_flag 5464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5096 5465 else 5097 5466 ac_cpp_err= … … 5113 5482 5114 5483 # So? What about this header? 5115 case $ac_header_compiler:$ac_header_preproc in5116 yes:no )5484 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5485 yes:no: ) 5117 5486 { echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 5118 5487 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 5491 ;; 5492 no:yes:* ) 5493 { echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 5494 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;} 5119 5501 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 5120 5502 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" >&5 5504 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 5121 5505 ( 5122 5506 cat <<\_ASBOX 5123 5507 ## ------------------------------------ ## 5124 ## Report this to bug-autoconf@gnu.org. ## 5125 ## ------------------------------------ ## 5126 _ASBOX 5127 ) | 5128 sed "s/^/$as_me: WARNING: /" >&2 5129 ;; 5130 no:yes ) 5131 { echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 5132 echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;} 5133 { echo "$as_me:$LINENO: WARNING: setjmp.h: check for missing prerequisite headers?" >&5 5134 echo "$as_me: WARNING: setjmp.h: check for missing prerequisite headers?" >&2;} 5135 { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 5136 echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 5137 ( 5138 cat <<\_ASBOX 5139 ## ------------------------------------ ## 5140 ## Report this to bug-autoconf@gnu.org. ## 5508 ## Report this to the pjproject lists. ## 5141 5509 ## ------------------------------------ ## 5142 5510 _ASBOX … … 5177 5545 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6 5178 5546 cat >conftest.$ac_ext <<_ACEOF 5179 #line $LINENO "configure"5180 5547 /* confdefs.h. */ 5181 5548 _ACEOF … … 5188 5555 rm -f conftest.$ac_objext 5189 5556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5190 (eval $ac_compile) 2>&5 5191 ac_status=$? 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 5192 5562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5193 5563 (exit $ac_status); } && 5194 { ac_try='test -s conftest.$ac_objext' 5564 { ac_try='test -z "$ac_c_werror_flag" 5565 || test ! -s conftest.err' 5566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5567 (eval $ac_try) 2>&5 5568 ac_status=$? 5569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5570 (exit $ac_status); }; } && 5571 { ac_try='test -s conftest.$ac_objext' 5195 5572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5196 5573 (eval $ac_try) 2>&5 … … 5205 5582 ac_header_compiler=no 5206 5583 fi 5207 rm -f conftest. $ac_objext conftest.$ac_ext5584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5208 5585 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5209 5586 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5213 5590 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6 5214 5591 cat >conftest.$ac_ext <<_ACEOF 5215 #line $LINENO "configure"5216 5592 /* confdefs.h. */ 5217 5593 _ACEOF … … 5231 5607 if test -s conftest.err; then 5232 5608 ac_cpp_err=$ac_c_preproc_warn_flag 5609 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5233 5610 else 5234 5611 ac_cpp_err= … … 5250 5627 5251 5628 # So? What about this header? 5252 case $ac_header_compiler:$ac_header_preproc in5253 yes:no )5629 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5630 yes:no: ) 5254 5631 { echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5 5255 5632 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 5636 ;; 5637 no:yes:* ) 5638 { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 5639 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;} 5256 5646 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 5257 5647 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" >&5 5649 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 5258 5650 ( 5259 5651 cat <<\_ASBOX 5260 5652 ## ------------------------------------ ## 5261 ## Report this to bug-autoconf@gnu.org. ## 5262 ## ------------------------------------ ## 5263 _ASBOX 5264 ) | 5265 sed "s/^/$as_me: WARNING: /" >&2 5266 ;; 5267 no:yes ) 5268 { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 5269 echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;} 5270 { echo "$as_me:$LINENO: WARNING: stdarg.h: check for missing prerequisite headers?" >&5 5271 echo "$as_me: WARNING: stdarg.h: check for missing prerequisite headers?" >&2;} 5272 { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 5273 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 5274 ( 5275 cat <<\_ASBOX 5276 ## ------------------------------------ ## 5277 ## Report this to bug-autoconf@gnu.org. ## 5653 ## Report this to the pjproject lists. ## 5278 5654 ## ------------------------------------ ## 5279 5655 _ASBOX … … 5314 5690 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6 5315 5691 cat >conftest.$ac_ext <<_ACEOF 5316 #line $LINENO "configure"5317 5692 /* confdefs.h. */ 5318 5693 _ACEOF … … 5325 5700 rm -f conftest.$ac_objext 5326 5701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5327 (eval $ac_compile) 2>&5 5328 ac_status=$? 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 5329 5707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5330 5708 (exit $ac_status); } && 5331 { ac_try='test -s conftest.$ac_objext' 5709 { ac_try='test -z "$ac_c_werror_flag" 5710 || test ! -s conftest.err' 5711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5712 (eval $ac_try) 2>&5 5713 ac_status=$? 5714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5715 (exit $ac_status); }; } && 5716 { ac_try='test -s conftest.$ac_objext' 5332 5717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5333 5718 (eval $ac_try) 2>&5 … … 5342 5727 ac_header_compiler=no 5343 5728 fi 5344 rm -f conftest. $ac_objext conftest.$ac_ext5729 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5345 5730 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5346 5731 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5350 5735 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6 5351 5736 cat >conftest.$ac_ext <<_ACEOF 5352 #line $LINENO "configure"5353 5737 /* confdefs.h. */ 5354 5738 _ACEOF … … 5368 5752 if test -s conftest.err; then 5369 5753 ac_cpp_err=$ac_c_preproc_warn_flag 5754 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5370 5755 else 5371 5756 ac_cpp_err= … … 5387 5772 5388 5773 # So? What about this header? 5389 case $ac_header_compiler:$ac_header_preproc in5390 yes:no )5774 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5775 yes:no: ) 5391 5776 { echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&5 5392 5777 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 5781 ;; 5782 no:yes:* ) 5783 { echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 5784 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;} 5393 5791 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 5394 5792 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" >&5 5794 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 5395 5795 ( 5396 5796 cat <<\_ASBOX 5397 5797 ## ------------------------------------ ## 5398 ## Report this to bug-autoconf@gnu.org. ## 5399 ## ------------------------------------ ## 5400 _ASBOX 5401 ) | 5402 sed "s/^/$as_me: WARNING: /" >&2 5403 ;; 5404 no:yes ) 5405 { echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 5406 echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;} 5407 { echo "$as_me:$LINENO: WARNING: stddef.h: check for missing prerequisite headers?" >&5 5408 echo "$as_me: WARNING: stddef.h: check for missing prerequisite headers?" >&2;} 5409 { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 5410 echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 5411 ( 5412 cat <<\_ASBOX 5413 ## ------------------------------------ ## 5414 ## Report this to bug-autoconf@gnu.org. ## 5798 ## Report this to the pjproject lists. ## 5415 5799 ## ------------------------------------ ## 5416 5800 _ASBOX … … 5451 5835 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6 5452 5836 cat >conftest.$ac_ext <<_ACEOF 5453 #line $LINENO "configure"5454 5837 /* confdefs.h. */ 5455 5838 _ACEOF … … 5462 5845 rm -f conftest.$ac_objext 5463 5846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5464 (eval $ac_compile) 2>&5 5465 ac_status=$? 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 5466 5852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5467 5853 (exit $ac_status); } && 5468 { ac_try='test -s conftest.$ac_objext' 5854 { ac_try='test -z "$ac_c_werror_flag" 5855 || test ! -s conftest.err' 5856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5857 (eval $ac_try) 2>&5 5858 ac_status=$? 5859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5860 (exit $ac_status); }; } && 5861 { ac_try='test -s conftest.$ac_objext' 5469 5862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5470 5863 (eval $ac_try) 2>&5 … … 5479 5872 ac_header_compiler=no 5480 5873 fi 5481 rm -f conftest. $ac_objext conftest.$ac_ext5874 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5482 5875 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5483 5876 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5487 5880 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6 5488 5881 cat >conftest.$ac_ext <<_ACEOF 5489 #line $LINENO "configure"5490 5882 /* confdefs.h. */ 5491 5883 _ACEOF … … 5505 5897 if test -s conftest.err; then 5506 5898 ac_cpp_err=$ac_c_preproc_warn_flag 5899 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5507 5900 else 5508 5901 ac_cpp_err= … … 5524 5917 5525 5918 # So? What about this header? 5526 case $ac_header_compiler:$ac_header_preproc in5527 yes:no )5919 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5920 yes:no: ) 5528 5921 { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5 5529 5922 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 5926 ;; 5927 no:yes:* ) 5928 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 5929 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;} 5530 5936 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 5531 5937 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" >&5 5939 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 5532 5940 ( 5533 5941 cat <<\_ASBOX 5534 5942 ## ------------------------------------ ## 5535 ## Report this to bug-autoconf@gnu.org. ## 5536 ## ------------------------------------ ## 5537 _ASBOX 5538 ) | 5539 sed "s/^/$as_me: WARNING: /" >&2 5540 ;; 5541 no:yes ) 5542 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 5543 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;} 5544 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5 5545 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;} 5546 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 5547 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 5548 ( 5549 cat <<\_ASBOX 5550 ## ------------------------------------ ## 5551 ## Report this to bug-autoconf@gnu.org. ## 5943 ## Report this to the pjproject lists. ## 5552 5944 ## ------------------------------------ ## 5553 5945 _ASBOX … … 5588 5980 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6 5589 5981 cat >conftest.$ac_ext <<_ACEOF 5590 #line $LINENO "configure"5591 5982 /* confdefs.h. */ 5592 5983 _ACEOF … … 5599 5990 rm -f conftest.$ac_objext 5600 5991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5601 (eval $ac_compile) 2>&5 5602 ac_status=$? 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 5603 5997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5604 5998 (exit $ac_status); } && 5605 { ac_try='test -s conftest.$ac_objext' 5999 { ac_try='test -z "$ac_c_werror_flag" 6000 || test ! -s conftest.err' 6001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6002 (eval $ac_try) 2>&5 6003 ac_status=$? 6004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6005 (exit $ac_status); }; } && 6006 { ac_try='test -s conftest.$ac_objext' 5606 6007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5607 6008 (eval $ac_try) 2>&5 … … 5616 6017 ac_header_compiler=no 5617 6018 fi 5618 rm -f conftest. $ac_objext conftest.$ac_ext6019 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5619 6020 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5620 6021 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5624 6025 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6 5625 6026 cat >conftest.$ac_ext <<_ACEOF 5626 #line $LINENO "configure"5627 6027 /* confdefs.h. */ 5628 6028 _ACEOF … … 5642 6042 if test -s conftest.err; then 5643 6043 ac_cpp_err=$ac_c_preproc_warn_flag 6044 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5644 6045 else 5645 6046 ac_cpp_err= … … 5661 6062 5662 6063 # So? What about this header? 5663 case $ac_header_compiler:$ac_header_preproc in5664 yes:no )6064 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6065 yes:no: ) 5665 6066 { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 5666 6067 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 6071 ;; 6072 no:yes:* ) 6073 { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 6074 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;} 5667 6081 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 5668 6082 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" >&5 6084 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 5669 6085 ( 5670 6086 cat <<\_ASBOX 5671 6087 ## ------------------------------------ ## 5672 ## Report this to bug-autoconf@gnu.org. ## 5673 ## ------------------------------------ ## 5674 _ASBOX 5675 ) | 5676 sed "s/^/$as_me: WARNING: /" >&2 5677 ;; 5678 no:yes ) 5679 { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 5680 echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} 5681 { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 5682 echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} 5683 { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 5684 echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 5685 ( 5686 cat <<\_ASBOX 5687 ## ------------------------------------ ## 5688 ## Report this to bug-autoconf@gnu.org. ## 6088 ## Report this to the pjproject lists. ## 5689 6089 ## ------------------------------------ ## 5690 6090 _ASBOX … … 5725 6125 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6 5726 6126 cat >conftest.$ac_ext <<_ACEOF 5727 #line $LINENO "configure"5728 6127 /* confdefs.h. */ 5729 6128 _ACEOF … … 5736 6135 rm -f conftest.$ac_objext 5737 6136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5738 (eval $ac_compile) 2>&5 5739 ac_status=$? 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 5740 6142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5741 6143 (exit $ac_status); } && 5742 { ac_try='test -s conftest.$ac_objext' 6144 { ac_try='test -z "$ac_c_werror_flag" 6145 || test ! -s conftest.err' 6146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6147 (eval $ac_try) 2>&5 6148 ac_status=$? 6149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6150 (exit $ac_status); }; } && 6151 { ac_try='test -s conftest.$ac_objext' 5743 6152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5744 6153 (eval $ac_try) 2>&5 … … 5753 6162 ac_header_compiler=no 5754 6163 fi 5755 rm -f conftest. $ac_objext conftest.$ac_ext6164 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5756 6165 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5757 6166 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5761 6170 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6 5762 6171 cat >conftest.$ac_ext <<_ACEOF 5763 #line $LINENO "configure"5764 6172 /* confdefs.h. */ 5765 6173 _ACEOF … … 5779 6187 if test -s conftest.err; then 5780 6188 ac_cpp_err=$ac_c_preproc_warn_flag 6189 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5781 6190 else 5782 6191 ac_cpp_err= … … 5798 6207 5799 6208 # So? What about this header? 5800 case $ac_header_compiler:$ac_header_preproc in5801 yes:no )6209 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6210 yes:no: ) 5802 6211 { echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5 5803 6212 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 6216 ;; 6217 no:yes:* ) 6218 { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 6219 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;} 5804 6226 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 5805 6227 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" >&5 6229 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 5806 6230 ( 5807 6231 cat <<\_ASBOX 5808 6232 ## ------------------------------------ ## 5809 ## Report this to bug-autoconf@gnu.org. ## 5810 ## ------------------------------------ ## 5811 _ASBOX 5812 ) | 5813 sed "s/^/$as_me: WARNING: /" >&2 5814 ;; 5815 no:yes ) 5816 { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 5817 echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;} 5818 { echo "$as_me:$LINENO: WARNING: string.h: check for missing prerequisite headers?" >&5 5819 echo "$as_me: WARNING: string.h: check for missing prerequisite headers?" >&2;} 5820 { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 5821 echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 5822 ( 5823 cat <<\_ASBOX 5824 ## ------------------------------------ ## 5825 ## Report this to bug-autoconf@gnu.org. ## 6233 ## Report this to the pjproject lists. ## 5826 6234 ## ------------------------------------ ## 5827 6235 _ASBOX … … 5862 6270 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6 5863 6271 cat >conftest.$ac_ext <<_ACEOF 5864 #line $LINENO "configure"5865 6272 /* confdefs.h. */ 5866 6273 _ACEOF … … 5873 6280 rm -f conftest.$ac_objext 5874 6281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5875 (eval $ac_compile) 2>&5 5876 ac_status=$? 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 5877 6287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5878 6288 (exit $ac_status); } && 5879 { ac_try='test -s conftest.$ac_objext' 6289 { ac_try='test -z "$ac_c_werror_flag" 6290 || test ! -s conftest.err' 6291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6292 (eval $ac_try) 2>&5 6293 ac_status=$? 6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6295 (exit $ac_status); }; } && 6296 { ac_try='test -s conftest.$ac_objext' 5880 6297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5881 6298 (eval $ac_try) 2>&5 … … 5890 6307 ac_header_compiler=no 5891 6308 fi 5892 rm -f conftest. $ac_objext conftest.$ac_ext6309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5893 6310 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5894 6311 echo "${ECHO_T}$ac_header_compiler" >&6 … … 5898 6315 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6 5899 6316 cat >conftest.$ac_ext <<_ACEOF 5900 #line $LINENO "configure"5901 6317 /* confdefs.h. */ 5902 6318 _ACEOF … … 5916 6332 if test -s conftest.err; then 5917 6333 ac_cpp_err=$ac_c_preproc_warn_flag 6334 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5918 6335 else 5919 6336 ac_cpp_err= … … 5935 6352 5936 6353 # So? What about this header? 5937 case $ac_header_compiler:$ac_header_preproc in5938 yes:no )6354 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6355 yes:no: ) 5939 6356 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&5 5940 6357 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 6361 ;; 6362 no:yes:* ) 6363 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 6364 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;} 5941 6371 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 5942 6372 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" >&5 6374 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 5943 6375 ( 5944 6376 cat <<\_ASBOX 5945 6377 ## ------------------------------------ ## 5946 ## Report this to bug-autoconf@gnu.org. ## 5947 ## ------------------------------------ ## 5948 _ASBOX 5949 ) | 5950 sed "s/^/$as_me: WARNING: /" >&2 5951 ;; 5952 no:yes ) 5953 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 5954 echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;} 5955 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&5 5956 echo "$as_me: WARNING: sys/ioctl.h: check for missing prerequisite headers?" >&2;} 5957 { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 5958 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 5959 ( 5960 cat <<\_ASBOX 5961 ## ------------------------------------ ## 5962 ## Report this to bug-autoconf@gnu.org. ## 6378 ## Report this to the pjproject lists. ## 5963 6379 ## ------------------------------------ ## 5964 6380 _ASBOX … … 5999 6415 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 6000 6416 cat >conftest.$ac_ext <<_ACEOF 6001 #line $LINENO "configure"6002 6417 /* confdefs.h. */ 6003 6418 _ACEOF … … 6010 6425 rm -f conftest.$ac_objext 6011 6426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6012 (eval $ac_compile) 2>&5 6013 ac_status=$? 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 6014 6432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6015 6433 (exit $ac_status); } && 6016 { ac_try='test -s conftest.$ac_objext' 6434 { ac_try='test -z "$ac_c_werror_flag" 6435 || test ! -s conftest.err' 6436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6437 (eval $ac_try) 2>&5 6438 ac_status=$? 6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6440 (exit $ac_status); }; } && 6441 { ac_try='test -s conftest.$ac_objext' 6017 6442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6018 6443 (eval $ac_try) 2>&5 … … 6027 6452 ac_header_compiler=no 6028 6453 fi 6029 rm -f conftest. $ac_objext conftest.$ac_ext6454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6030 6455 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6031 6456 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6035 6460 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 6036 6461 cat >conftest.$ac_ext <<_ACEOF 6037 #line $LINENO "configure"6038 6462 /* confdefs.h. */ 6039 6463 _ACEOF … … 6053 6477 if test -s conftest.err; then 6054 6478 ac_cpp_err=$ac_c_preproc_warn_flag 6479 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6055 6480 else 6056 6481 ac_cpp_err= … … 6072 6497 6073 6498 # So? What about this header? 6074 case $ac_header_compiler:$ac_header_preproc in6075 yes:no )6499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6500 yes:no: ) 6076 6501 { echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5 6077 6502 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 6506 ;; 6507 no:yes:* ) 6508 { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 6509 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;} 6078 6516 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 6079 6517 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" >&5 6519 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 6080 6520 ( 6081 6521 cat <<\_ASBOX 6082 6522 ## ------------------------------------ ## 6083 ## Report this to bug-autoconf@gnu.org. ## 6084 ## ------------------------------------ ## 6085 _ASBOX 6086 ) | 6087 sed "s/^/$as_me: WARNING: /" >&2 6088 ;; 6089 no:yes ) 6090 { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 6091 echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;} 6092 { echo "$as_me:$LINENO: WARNING: sys/select.h: check for missing prerequisite headers?" >&5 6093 echo "$as_me: WARNING: sys/select.h: check for missing prerequisite headers?" >&2;} 6094 { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 6095 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 6096 ( 6097 cat <<\_ASBOX 6098 ## ------------------------------------ ## 6099 ## Report this to bug-autoconf@gnu.org. ## 6523 ## Report this to the pjproject lists. ## 6100 6524 ## ------------------------------------ ## 6101 6525 _ASBOX … … 6136 6560 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6 6137 6561 cat >conftest.$ac_ext <<_ACEOF 6138 #line $LINENO "configure"6139 6562 /* confdefs.h. */ 6140 6563 _ACEOF … … 6147 6570 rm -f conftest.$ac_objext 6148 6571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6149 (eval $ac_compile) 2>&5 6150 ac_status=$? 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 6151 6577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6152 6578 (exit $ac_status); } && 6153 { ac_try='test -s conftest.$ac_objext' 6579 { ac_try='test -z "$ac_c_werror_flag" 6580 || test ! -s conftest.err' 6581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6582 (eval $ac_try) 2>&5 6583 ac_status=$? 6584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6585 (exit $ac_status); }; } && 6586 { ac_try='test -s conftest.$ac_objext' 6154 6587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6155 6588 (eval $ac_try) 2>&5 … … 6164 6597 ac_header_compiler=no 6165 6598 fi 6166 rm -f conftest. $ac_objext conftest.$ac_ext6599 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6167 6600 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6168 6601 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6172 6605 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6 6173 6606 cat >conftest.$ac_ext <<_ACEOF 6174 #line $LINENO "configure"6175 6607 /* confdefs.h. */ 6176 6608 _ACEOF … … 6190 6622 if test -s conftest.err; then 6191 6623 ac_cpp_err=$ac_c_preproc_warn_flag 6624 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6192 6625 else 6193 6626 ac_cpp_err= … … 6209 6642 6210 6643 # So? What about this header? 6211 case $ac_header_compiler:$ac_header_preproc in6212 yes:no )6644 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6645 yes:no: ) 6213 6646 { echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 6214 6647 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 6651 ;; 6652 no:yes:* ) 6653 { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 6654 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;} 6215 6661 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 6216 6662 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" >&5 6664 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 6217 6665 ( 6218 6666 cat <<\_ASBOX 6219 6667 ## ------------------------------------ ## 6220 ## Report this to bug-autoconf@gnu.org. ## 6221 ## ------------------------------------ ## 6222 _ASBOX 6223 ) | 6224 sed "s/^/$as_me: WARNING: /" >&2 6225 ;; 6226 no:yes ) 6227 { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 6228 echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;} 6229 { echo "$as_me:$LINENO: WARNING: sys/socket.h: check for missing prerequisite headers?" >&5 6230 echo "$as_me: WARNING: sys/socket.h: check for missing prerequisite headers?" >&2;} 6231 { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 6232 echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 6233 ( 6234 cat <<\_ASBOX 6235 ## ------------------------------------ ## 6236 ## Report this to bug-autoconf@gnu.org. ## 6668 ## Report this to the pjproject lists. ## 6237 6669 ## ------------------------------------ ## 6238 6670 _ASBOX … … 6273 6705 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6 6274 6706 cat >conftest.$ac_ext <<_ACEOF 6275 #line $LINENO "configure"6276 6707 /* confdefs.h. */ 6277 6708 _ACEOF … … 6284 6715 rm -f conftest.$ac_objext 6285 6716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6286 (eval $ac_compile) 2>&5 6287 ac_status=$? 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 6288 6722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6289 6723 (exit $ac_status); } && 6290 { ac_try='test -s conftest.$ac_objext' 6724 { ac_try='test -z "$ac_c_werror_flag" 6725 || test ! -s conftest.err' 6726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6727 (eval $ac_try) 2>&5 6728 ac_status=$? 6729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6730 (exit $ac_status); }; } && 6731 { ac_try='test -s conftest.$ac_objext' 6291 6732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6292 6733 (eval $ac_try) 2>&5 … … 6301 6742 ac_header_compiler=no 6302 6743 fi 6303 rm -f conftest. $ac_objext conftest.$ac_ext6744 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6304 6745 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6305 6746 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6309 6750 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6 6310 6751 cat >conftest.$ac_ext <<_ACEOF 6311 #line $LINENO "configure"6312 6752 /* confdefs.h. */ 6313 6753 _ACEOF … … 6327 6767 if test -s conftest.err; then 6328 6768 ac_cpp_err=$ac_c_preproc_warn_flag 6769 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6329 6770 else 6330 6771 ac_cpp_err= … … 6346 6787 6347 6788 # So? What about this header? 6348 case $ac_header_compiler:$ac_header_preproc in6349 yes:no )6789 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6790 yes:no: ) 6350 6791 { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5 6351 6792 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 6796 ;; 6797 no:yes:* ) 6798 { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 6799 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;} 6352 6806 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 6353 6807 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" >&5 6809 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 6354 6810 ( 6355 6811 cat <<\_ASBOX 6356 6812 ## ------------------------------------ ## 6357 ## Report this to bug-autoconf@gnu.org. ## 6358 ## ------------------------------------ ## 6359 _ASBOX 6360 ) | 6361 sed "s/^/$as_me: WARNING: /" >&2 6362 ;; 6363 no:yes ) 6364 { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 6365 echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;} 6366 { echo "$as_me:$LINENO: WARNING: sys/time.h: check for missing prerequisite headers?" >&5 6367 echo "$as_me: WARNING: sys/time.h: check for missing prerequisite headers?" >&2;} 6368 { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 6369 echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 6370 ( 6371 cat <<\_ASBOX 6372 ## ------------------------------------ ## 6373 ## Report this to bug-autoconf@gnu.org. ## 6813 ## Report this to the pjproject lists. ## 6374 6814 ## ------------------------------------ ## 6375 6815 _ASBOX … … 6410 6850 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6 6411 6851 cat >conftest.$ac_ext <<_ACEOF 6412 #line $LINENO "configure"6413 6852 /* confdefs.h. */ 6414 6853 _ACEOF … … 6421 6860 rm -f conftest.$ac_objext 6422 6861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6423 (eval $ac_compile) 2>&5 6424 ac_status=$? 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 6425 6867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6426 6868 (exit $ac_status); } && 6427 { ac_try='test -s conftest.$ac_objext' 6869 { ac_try='test -z "$ac_c_werror_flag" 6870 || test ! -s conftest.err' 6871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6872 (eval $ac_try) 2>&5 6873 ac_status=$? 6874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6875 (exit $ac_status); }; } && 6876 { ac_try='test -s conftest.$ac_objext' 6428 6877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6429 6878 (eval $ac_try) 2>&5 … … 6438 6887 ac_header_compiler=no 6439 6888 fi 6440 rm -f conftest. $ac_objext conftest.$ac_ext6889 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6441 6890 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6442 6891 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6446 6895 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6 6447 6896 cat >conftest.$ac_ext <<_ACEOF 6448 #line $LINENO "configure"6449 6897 /* confdefs.h. */ 6450 6898 _ACEOF … … 6464 6912 if test -s conftest.err; then 6465 6913 ac_cpp_err=$ac_c_preproc_warn_flag 6914 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6466 6915 else 6467 6916 ac_cpp_err= … … 6483 6932 6484 6933 # So? What about this header? 6485 case $ac_header_compiler:$ac_header_preproc in6486 yes:no )6934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6935 yes:no: ) 6487 6936 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&5 6488 6937 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 6941 ;; 6942 no:yes:* ) 6943 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 6944 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;} 6489 6951 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 6490 6952 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" >&5 6954 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 6491 6955 ( 6492 6956 cat <<\_ASBOX 6493 6957 ## ------------------------------------ ## 6494 ## Report this to bug-autoconf@gnu.org. ## 6495 ## ------------------------------------ ## 6496 _ASBOX 6497 ) | 6498 sed "s/^/$as_me: WARNING: /" >&2 6499 ;; 6500 no:yes ) 6501 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 6502 echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;} 6503 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&5 6504 echo "$as_me: WARNING: sys/timeb.h: check for missing prerequisite headers?" >&2;} 6505 { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 6506 echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 6507 ( 6508 cat <<\_ASBOX 6509 ## ------------------------------------ ## 6510 ## Report this to bug-autoconf@gnu.org. ## 6958 ## Report this to the pjproject lists. ## 6511 6959 ## ------------------------------------ ## 6512 6960 _ASBOX … … 6547 6995 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6 6548 6996 cat >conftest.$ac_ext <<_ACEOF 6549 #line $LINENO "configure"6550 6997 /* confdefs.h. */ 6551 6998 _ACEOF … … 6558 7005 rm -f conftest.$ac_objext 6559 7006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6560 (eval $ac_compile) 2>&5 6561 ac_status=$? 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 6562 7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6563 7013 (exit $ac_status); } && 6564 { ac_try='test -s conftest.$ac_objext' 7014 { ac_try='test -z "$ac_c_werror_flag" 7015 || test ! -s conftest.err' 7016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7017 (eval $ac_try) 2>&5 7018 ac_status=$? 7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7020 (exit $ac_status); }; } && 7021 { ac_try='test -s conftest.$ac_objext' 6565 7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6566 7023 (eval $ac_try) 2>&5 … … 6575 7032 ac_header_compiler=no 6576 7033 fi 6577 rm -f conftest. $ac_objext conftest.$ac_ext7034 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6578 7035 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6579 7036 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6583 7040 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6 6584 7041 cat >conftest.$ac_ext <<_ACEOF 6585 #line $LINENO "configure"6586 7042 /* confdefs.h. */ 6587 7043 _ACEOF … … 6601 7057 if test -s conftest.err; then 6602 7058 ac_cpp_err=$ac_c_preproc_warn_flag 7059 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6603 7060 else 6604 7061 ac_cpp_err= … … 6620 7077 6621 7078 # So? What about this header? 6622 case $ac_header_compiler:$ac_header_preproc in6623 yes:no )7079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7080 yes:no: ) 6624 7081 { echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5 6625 7082 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 7086 ;; 7087 no:yes:* ) 7088 { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 7089 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;} 6626 7096 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 6627 7097 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" >&5 7099 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 6628 7100 ( 6629 7101 cat <<\_ASBOX 6630 7102 ## ------------------------------------ ## 6631 ## Report this to bug-autoconf@gnu.org. ## 6632 ## ------------------------------------ ## 6633 _ASBOX 6634 ) | 6635 sed "s/^/$as_me: WARNING: /" >&2 6636 ;; 6637 no:yes ) 6638 { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 6639 echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;} 6640 { echo "$as_me:$LINENO: WARNING: sys/types.h: check for missing prerequisite headers?" >&5 6641 echo "$as_me: WARNING: sys/types.h: check for missing prerequisite headers?" >&2;} 6642 { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 6643 echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 6644 ( 6645 cat <<\_ASBOX 6646 ## ------------------------------------ ## 6647 ## Report this to bug-autoconf@gnu.org. ## 7103 ## Report this to the pjproject lists. ## 6648 7104 ## ------------------------------------ ## 6649 7105 _ASBOX … … 6684 7140 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6 6685 7141 cat >conftest.$ac_ext <<_ACEOF 6686 #line $LINENO "configure"6687 7142 /* confdefs.h. */ 6688 7143 _ACEOF … … 6695 7150 rm -f conftest.$ac_objext 6696 7151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6697 (eval $ac_compile) 2>&5 6698 ac_status=$? 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 6699 7157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6700 7158 (exit $ac_status); } && 6701 { ac_try='test -s conftest.$ac_objext' 7159 { ac_try='test -z "$ac_c_werror_flag" 7160 || test ! -s conftest.err' 7161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7162 (eval $ac_try) 2>&5 7163 ac_status=$? 7164 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7165 (exit $ac_status); }; } && 7166 { ac_try='test -s conftest.$ac_objext' 6702 7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6703 7168 (eval $ac_try) 2>&5 … … 6712 7177 ac_header_compiler=no 6713 7178 fi 6714 rm -f conftest. $ac_objext conftest.$ac_ext7179 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6715 7180 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6716 7181 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6720 7185 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6 6721 7186 cat >conftest.$ac_ext <<_ACEOF 6722 #line $LINENO "configure"6723 7187 /* confdefs.h. */ 6724 7188 _ACEOF … … 6738 7202 if test -s conftest.err; then 6739 7203 ac_cpp_err=$ac_c_preproc_warn_flag 7204 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6740 7205 else 6741 7206 ac_cpp_err= … … 6757 7222 6758 7223 # So? What about this header? 6759 case $ac_header_compiler:$ac_header_preproc in6760 yes:no )7224 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7225 yes:no: ) 6761 7226 { echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5 6762 7227 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 7231 ;; 7232 no:yes:* ) 7233 { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 7234 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;} 6763 7241 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 6764 7242 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" >&5 7244 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 6765 7245 ( 6766 7246 cat <<\_ASBOX 6767 7247 ## ------------------------------------ ## 6768 ## Report this to bug-autoconf@gnu.org. ## 6769 ## ------------------------------------ ## 6770 _ASBOX 6771 ) | 6772 sed "s/^/$as_me: WARNING: /" >&2 6773 ;; 6774 no:yes ) 6775 { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 6776 echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;} 6777 { echo "$as_me:$LINENO: WARNING: time.h: check for missing prerequisite headers?" >&5 6778 echo "$as_me: WARNING: time.h: check for missing prerequisite headers?" >&2;} 6779 { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 6780 echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 6781 ( 6782 cat <<\_ASBOX 6783 ## ------------------------------------ ## 6784 ## Report this to bug-autoconf@gnu.org. ## 7248 ## Report this to the pjproject lists. ## 6785 7249 ## ------------------------------------ ## 6786 7250 _ASBOX … … 6821 7285 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6 6822 7286 cat >conftest.$ac_ext <<_ACEOF 6823 #line $LINENO "configure"6824 7287 /* confdefs.h. */ 6825 7288 _ACEOF … … 6832 7295 rm -f conftest.$ac_objext 6833 7296 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6834 (eval $ac_compile) 2>&5 6835 ac_status=$? 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 6836 7302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6837 7303 (exit $ac_status); } && 6838 { ac_try='test -s conftest.$ac_objext' 7304 { ac_try='test -z "$ac_c_werror_flag" 7305 || test ! -s conftest.err' 7306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7307 (eval $ac_try) 2>&5 7308 ac_status=$? 7309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7310 (exit $ac_status); }; } && 7311 { ac_try='test -s conftest.$ac_objext' 6839 7312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6840 7313 (eval $ac_try) 2>&5 … … 6849 7322 ac_header_compiler=no 6850 7323 fi 6851 rm -f conftest. $ac_objext conftest.$ac_ext7324 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6852 7325 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6853 7326 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6857 7330 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6 6858 7331 cat >conftest.$ac_ext <<_ACEOF 6859 #line $LINENO "configure"6860 7332 /* confdefs.h. */ 6861 7333 _ACEOF … … 6875 7347 if test -s conftest.err; then 6876 7348 ac_cpp_err=$ac_c_preproc_warn_flag 7349 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6877 7350 else 6878 7351 ac_cpp_err= … … 6894 7367 6895 7368 # So? What about this header? 6896 case $ac_header_compiler:$ac_header_preproc in6897 yes:no )7369 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7370 yes:no: ) 6898 7371 { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5 6899 7372 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 7376 ;; 7377 no:yes:* ) 7378 { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 7379 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;} 6900 7386 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 6901 7387 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" >&5 7389 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 6902 7390 ( 6903 7391 cat <<\_ASBOX 6904 7392 ## ------------------------------------ ## 6905 ## Report this to bug-autoconf@gnu.org. ## 6906 ## ------------------------------------ ## 6907 _ASBOX 6908 ) | 6909 sed "s/^/$as_me: WARNING: /" >&2 6910 ;; 6911 no:yes ) 6912 { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 6913 echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;} 6914 { echo "$as_me:$LINENO: WARNING: unistd.h: check for missing prerequisite headers?" >&5 6915 echo "$as_me: WARNING: unistd.h: check for missing prerequisite headers?" >&2;} 6916 { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 6917 echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 6918 ( 6919 cat <<\_ASBOX 6920 ## ------------------------------------ ## 6921 ## Report this to bug-autoconf@gnu.org. ## 7393 ## Report this to the pjproject lists. ## 6922 7394 ## ------------------------------------ ## 6923 7395 _ASBOX … … 6958 7430 echo $ECHO_N "checking mswsock.h usability... $ECHO_C" >&6 6959 7431 cat >conftest.$ac_ext <<_ACEOF 6960 #line $LINENO "configure"6961 7432 /* confdefs.h. */ 6962 7433 _ACEOF … … 6969 7440 rm -f conftest.$ac_objext 6970 7441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6971 (eval $ac_compile) 2>&5 6972 ac_status=$? 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 6973 7447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6974 7448 (exit $ac_status); } && 6975 { ac_try='test -s conftest.$ac_objext' 7449 { ac_try='test -z "$ac_c_werror_flag" 7450 || test ! -s conftest.err' 7451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7452 (eval $ac_try) 2>&5 7453 ac_status=$? 7454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7455 (exit $ac_status); }; } && 7456 { ac_try='test -s conftest.$ac_objext' 6976 7457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6977 7458 (eval $ac_try) 2>&5 … … 6986 7467 ac_header_compiler=no 6987 7468 fi 6988 rm -f conftest. $ac_objext conftest.$ac_ext7469 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6989 7470 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6990 7471 echo "${ECHO_T}$ac_header_compiler" >&6 … … 6994 7475 echo $ECHO_N "checking mswsock.h presence... $ECHO_C" >&6 6995 7476 cat >conftest.$ac_ext <<_ACEOF 6996 #line $LINENO "configure"6997 7477 /* confdefs.h. */ 6998 7478 _ACEOF … … 7012 7492 if test -s conftest.err; then 7013 7493 ac_cpp_err=$ac_c_preproc_warn_flag 7494 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7014 7495 else 7015 7496 ac_cpp_err= … … 7031 7512 7032 7513 # So? What about this header? 7033 case $ac_header_compiler:$ac_header_preproc in7034 yes:no )7514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7515 yes:no: ) 7035 7516 { echo "$as_me:$LINENO: WARNING: mswsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 7036 7517 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 7521 ;; 7522 no:yes:* ) 7523 { echo "$as_me:$LINENO: WARNING: mswsock.h: present but cannot be compiled" >&5 7524 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;} 7037 7531 { echo "$as_me:$LINENO: WARNING: mswsock.h: proceeding with the preprocessor's result" >&5 7038 7532 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" >&5 7534 echo "$as_me: WARNING: mswsock.h: in the future, the compiler will take precedence" >&2;} 7039 7535 ( 7040 7536 cat <<\_ASBOX 7041 7537 ## ------------------------------------ ## 7042 ## Report this to bug-autoconf@gnu.org. ## 7043 ## ------------------------------------ ## 7044 _ASBOX 7045 ) | 7046 sed "s/^/$as_me: WARNING: /" >&2 7047 ;; 7048 no:yes ) 7049 { echo "$as_me:$LINENO: WARNING: mswsock.h: present but cannot be compiled" >&5 7050 echo "$as_me: WARNING: mswsock.h: present but cannot be compiled" >&2;} 7051 { echo "$as_me:$LINENO: WARNING: mswsock.h: check for missing prerequisite headers?" >&5 7052 echo "$as_me: WARNING: mswsock.h: check for missing prerequisite headers?" >&2;} 7053 { echo "$as_me:$LINENO: WARNING: mswsock.h: proceeding with the preprocessor's result" >&5 7054 echo "$as_me: WARNING: mswsock.h: proceeding with the preprocessor's result" >&2;} 7055 ( 7056 cat <<\_ASBOX 7057 ## ------------------------------------ ## 7058 ## Report this to bug-autoconf@gnu.org. ## 7538 ## Report this to the pjproject lists. ## 7059 7539 ## ------------------------------------ ## 7060 7540 _ASBOX … … 7095 7575 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6 7096 7576 cat >conftest.$ac_ext <<_ACEOF 7097 #line $LINENO "configure"7098 7577 /* confdefs.h. */ 7099 7578 _ACEOF … … 7106 7585 rm -f conftest.$ac_objext 7107 7586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7108 (eval $ac_compile) 2>&5 7109 ac_status=$? 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 7110 7592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7111 7593 (exit $ac_status); } && 7112 { ac_try='test -s conftest.$ac_objext' 7594 { ac_try='test -z "$ac_c_werror_flag" 7595 || test ! -s conftest.err' 7596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7597 (eval $ac_try) 2>&5 7598 ac_status=$? 7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7600 (exit $ac_status); }; } && 7601 { ac_try='test -s conftest.$ac_objext' 7113 7602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7114 7603 (eval $ac_try) 2>&5 … … 7123 7612 ac_header_compiler=no 7124 7613 fi 7125 rm -f conftest. $ac_objext conftest.$ac_ext7614 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7126 7615 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7127 7616 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7131 7620 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6 7132 7621 cat >conftest.$ac_ext <<_ACEOF 7133 #line $LINENO "configure"7134 7622 /* confdefs.h. */ 7135 7623 _ACEOF … … 7149 7637 if test -s conftest.err; then 7150 7638 ac_cpp_err=$ac_c_preproc_warn_flag 7639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7151 7640 else 7152 7641 ac_cpp_err= … … 7168 7657 7169 7658 # So? What about this header? 7170 case $ac_header_compiler:$ac_header_preproc in7171 yes:no )7659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7660 yes:no: ) 7172 7661 { echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 7173 7662 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 7666 ;; 7667 no:yes:* ) 7668 { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 7669 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;} 7174 7676 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 7175 7677 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" >&5 7679 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 7176 7680 ( 7177 7681 cat <<\_ASBOX 7178 7682 ## ------------------------------------ ## 7179 ## Report this to bug-autoconf@gnu.org. ## 7180 ## ------------------------------------ ## 7181 _ASBOX 7182 ) | 7183 sed "s/^/$as_me: WARNING: /" >&2 7184 ;; 7185 no:yes ) 7186 { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 7187 echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;} 7188 { echo "$as_me:$LINENO: WARNING: winsock.h: check for missing prerequisite headers?" >&5 7189 echo "$as_me: WARNING: winsock.h: check for missing prerequisite headers?" >&2;} 7190 { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 7191 echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 7192 ( 7193 cat <<\_ASBOX 7194 ## ------------------------------------ ## 7195 ## Report this to bug-autoconf@gnu.org. ## 7683 ## Report this to the pjproject lists. ## 7196 7684 ## ------------------------------------ ## 7197 7685 _ASBOX … … 7232 7720 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6 7233 7721 cat >conftest.$ac_ext <<_ACEOF 7234 #line $LINENO "configure"7235 7722 /* confdefs.h. */ 7236 7723 _ACEOF … … 7243 7730 rm -f conftest.$ac_objext 7244 7731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7245 (eval $ac_compile) 2>&5 7246 ac_status=$? 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 7247 7737 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7248 7738 (exit $ac_status); } && 7249 { ac_try='test -s conftest.$ac_objext' 7739 { ac_try='test -z "$ac_c_werror_flag" 7740 || test ! -s conftest.err' 7741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7742 (eval $ac_try) 2>&5 7743 ac_status=$? 7744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7745 (exit $ac_status); }; } && 7746 { ac_try='test -s conftest.$ac_objext' 7250 7747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7251 7748 (eval $ac_try) 2>&5 … … 7260 7757 ac_header_compiler=no 7261 7758 fi 7262 rm -f conftest. $ac_objext conftest.$ac_ext7759 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7263 7760 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7264 7761 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7268 7765 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6 7269 7766 cat >conftest.$ac_ext <<_ACEOF 7270 #line $LINENO "configure"7271 7767 /* confdefs.h. */ 7272 7768 _ACEOF … … 7286 7782 if test -s conftest.err; then 7287 7783 ac_cpp_err=$ac_c_preproc_warn_flag 7784 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7288 7785 else 7289 7786 ac_cpp_err= … … 7305 7802 7306 7803 # So? What about this header? 7307 case $ac_header_compiler:$ac_header_preproc in7308 yes:no )7804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7805 yes:no: ) 7309 7806 { echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5 7310 7807 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 7811 ;; 7812 no:yes:* ) 7813 { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 7814 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;} 7311 7821 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 7312 7822 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" >&5 7824 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 7313 7825 ( 7314 7826 cat <<\_ASBOX 7315 7827 ## ------------------------------------ ## 7316 ## Report this to bug-autoconf@gnu.org. ## 7317 ## ------------------------------------ ## 7318 _ASBOX 7319 ) | 7320 sed "s/^/$as_me: WARNING: /" >&2 7321 ;; 7322 no:yes ) 7323 { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 7324 echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;} 7325 { echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&5 7326 echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;} 7327 { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 7328 echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 7329 ( 7330 cat <<\_ASBOX 7331 ## ------------------------------------ ## 7332 ## Report this to bug-autoconf@gnu.org. ## 7828 ## Report this to the pjproject lists. ## 7333 7829 ## ------------------------------------ ## 7334 7830 _ASBOX … … 7402 7898 echo $ECHO_N "checking if inet_aton is available... $ECHO_C" >&6 7403 7899 cat >conftest.$ac_ext <<_ACEOF 7404 #line $LINENO "configure"7405 7900 /* confdefs.h. */ 7406 7901 _ACEOF … … 7419 7914 rm -f conftest.$ac_objext 7420 7915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7421 (eval $ac_compile) 2>&5 7422 ac_status=$? 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 7423 7921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7424 7922 (exit $ac_status); } && 7425 { ac_try='test -s conftest.$ac_objext' 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' 7426 7931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7427 7932 (eval $ac_try) 2>&5 … … 7442 7947 echo "${ECHO_T}no" >&6 7443 7948 fi 7444 rm -f conftest. $ac_objext conftest.$ac_ext7949 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7445 7950 7446 7951 echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 7447 7952 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6 7448 7953 cat >conftest.$ac_ext <<_ACEOF 7449 #line $LINENO "configure"7450 7954 /* confdefs.h. */ 7451 7955 _ACEOF … … 7467 7971 rm -f conftest.$ac_objext 7468 7972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7469 (eval $ac_compile) 2>&5 7470 ac_status=$? 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 7471 7978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7472 7979 (exit $ac_status); } && 7473 { ac_try='test -s conftest.$ac_objext' 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' 7474 7988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7475 7989 (eval $ac_try) 2>&5 … … 7490 8004 echo "${ECHO_T}no" >&6 7491 8005 fi 7492 rm -f conftest. $ac_objext conftest.$ac_ext8006 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7493 8007 7494 8008 echo "$as_me:$LINENO: checking if socklen_t is available" >&5 7495 8009 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6 7496 8010 cat >conftest.$ac_ext <<_ACEOF 7497 #line $LINENO "configure"7498 8011 /* confdefs.h. */ 7499 8012 _ACEOF … … 7501 8014 cat >>conftest.$ac_ext <<_ACEOF 7502 8015 /* end confdefs.h. */ 7503 #include < unistd.h>8016 #include <sys/socket.h> 7504 8017 int 7505 8018 main () … … 7512 8025 rm -f conftest.$ac_objext 7513 8026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7514 (eval $ac_compile) 2>&5 7515 ac_status=$? 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 7516 8032 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7517 8033 (exit $ac_status); } && 7518 { ac_try='test -s conftest.$ac_objext' 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' 7519 8042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7520 8043 (eval $ac_try) 2>&5 … … 7535 8058 echo "${ECHO_T}no" >&6 7536 8059 fi 7537 rm -f conftest. $ac_objext conftest.$ac_ext8060 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7538 8061 7539 8062 echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 … … 7550 8073 *) 7551 8074 cat >conftest.$ac_ext <<_ACEOF 7552 #line $LINENO "configure"7553 8075 /* confdefs.h. */ 7554 8076 _ACEOF … … 7570 8092 rm -f conftest.$ac_objext 7571 8093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7572 (eval $ac_compile) 2>&5 7573 ac_status=$? 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 7574 8099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7575 8100 (exit $ac_status); } && 7576 { ac_try='test -s conftest.$ac_objext' 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' 7577 8109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7578 8110 (eval $ac_try) 2>&5 … … 7593 8125 echo "${ECHO_T}no" >&6 7594 8126 fi 7595 rm -f conftest. $ac_objext conftest.$ac_ext8127 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7596 8128 ;; 7597 8129 esac … … 7601 8133 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6 7602 8134 cat >conftest.$ac_ext <<_ACEOF 7603 #line $LINENO "configure"7604 8135 /* confdefs.h. */ 7605 8136 _ACEOF … … 7618 8149 rm -f conftest.$ac_objext 7619 8150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7620 (eval $ac_compile) 2>&5 7621 ac_status=$? 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 7622 8156 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7623 8157 (exit $ac_status); } && 7624 { ac_try='test -s conftest.$ac_objext' 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' 7625 8166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7626 8167 (eval $ac_try) 2>&5 … … 7645 8186 echo "${ECHO_T}no" >&6 7646 8187 fi 7647 rm -f conftest. $ac_objext conftest.$ac_ext8188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7648 8189 7649 8190 … … 7660 8201 7661 8202 7662 case $target in 8203 # Check whether --enable-sound or --disable-sound was given. 8204 if test "${enable_sound+set}" = set; then 8205 enableval="$enable_sound" 8206 if test "$enable_sound" = "no"; then 8207 ac_pjmedia_snd=null 8208 echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 8209 echo "${ECHO_T}Checking if sound is disabled... yes" >&6 8210 fi 8211 8212 fi; 8213 8214 if test "$enable_sound" = "no"; then 8215 true; 8216 else 8217 case $target in 7663 8218 *darwin*) 7664 8219 ac_pjmedia_snd=pa_darwinos … … 7692 8247 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6 7693 8248 cat >conftest.$ac_ext <<_ACEOF 7694 #line $LINENO "configure"7695 8249 /* confdefs.h. */ 7696 8250 _ACEOF … … 7703 8257 rm -f conftest.$ac_objext 7704 8258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7705 (eval $ac_compile) 2>&5 7706 ac_status=$? 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 7707 8264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7708 8265 (exit $ac_status); } && 7709 { ac_try='test -s conftest.$ac_objext' 8266 { ac_try='test -z "$ac_c_werror_flag" 8267 || test ! -s conftest.err' 8268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8269 (eval $ac_try) 2>&5 8270 ac_status=$? 8271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8272 (exit $ac_status); }; } && 8273 { ac_try='test -s conftest.$ac_objext' 7710 8274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7711 8275 (eval $ac_try) 2>&5 … … 7720 8284 ac_header_compiler=no 7721 8285 fi 7722 rm -f conftest. $ac_objext conftest.$ac_ext8286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7723 8287 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7724 8288 echo "${ECHO_T}$ac_header_compiler" >&6 … … 7728 8292 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6 7729 8293 cat >conftest.$ac_ext <<_ACEOF 7730 #line $LINENO "configure"7731 8294 /* confdefs.h. */ 7732 8295 _ACEOF … … 7746 8309 if test -s conftest.err; then 7747 8310 ac_cpp_err=$ac_c_preproc_warn_flag 8311 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7748 8312 else 7749 8313 ac_cpp_err= … … 7765 8329 7766 8330 # So? What about this header? 7767 case $ac_header_compiler:$ac_header_preproc in7768 yes:no )8331 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8332 yes:no: ) 7769 8333 { echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 7770 8334 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 8338 ;; 8339 no:yes:* ) 8340 { echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 8341 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;} 7771 8348 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 7772 8349 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" >&5 8351 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 7773 8352 ( 7774 8353 cat <<\_ASBOX 7775 8354 ## ------------------------------------ ## 7776 ## Report this to bug-autoconf@gnu.org. ## 7777 ## ------------------------------------ ## 7778 _ASBOX 7779 ) | 7780 sed "s/^/$as_me: WARNING: /" >&2 7781 ;; 7782 no:yes ) 7783 { echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 7784 echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;} 7785 { echo "$as_me:$LINENO: WARNING: alsa/version.h: check for missing prerequisite headers?" >&5 7786 echo "$as_me: WARNING: alsa/version.h: check for missing prerequisite headers?" >&2;} 7787 { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 7788 echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 7789 ( 7790 cat <<\_ASBOX 7791 ## ------------------------------------ ## 7792 ## Report this to bug-autoconf@gnu.org. ## 8355 ## Report this to the pjproject lists. ## 7793 8356 ## ------------------------------------ ## 7794 8357 _ASBOX … … 7822 8385 echo "${ECHO_T}Checking sound device backend... unix" >&6 7823 8386 ;; 7824 esac 8387 esac 8388 fi 7825 8389 7826 8390 … … 8097 8661 # substitution turns \\\\ into \\, and sed turns \\ into \). 8098 8662 sed -n \ 8099 8100 8663 "s/'/'\\\\''/g; 8664 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 8101 8665 ;; 8102 8666 *) 8103 8667 # `set' quotes correctly as required by POSIX, so do not add quotes. 8104 8668 sed -n \ 8105 8669 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 8106 8670 ;; 8107 8671 esac; … … 8133 8697 # (actually we leave an empty line to preserve line numbers). 8134 8698 if test "x$srcdir" = x.; then 8135 ac_vpsub='/^[ ]*VPATH[]*=/{8699 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8136 8700 s/:*\$(srcdir):*/:/; 8137 8701 s/:*\${srcdir}:*/:/; 8138 8702 s/:*@srcdir@:*/:/; 8139 s/^\([^=]*=[ 8703 s/^\([^=]*=[ ]*\):*/\1/; 8140 8704 s/:*$//; 8141 s/^[^=]*=[ 8705 s/^[^=]*=[ ]*$//; 8142 8706 }' 8143 8707 fi … … 8150 8714 # 1. Remove the extension, and $U if already installed. 8151 8715 ac_i=`echo "$ac_i" | 8152 8716 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 8153 8717 # 2. Add them. 8154 8718 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" … … 8194 8758 set -o posix 8195 8759 fi 8760 DUALCASE=1; export DUALCASE # for MKS sh 8196 8761 8197 8762 # Support unset when possible. 8198 if ( FOO=FOO; unset FOO) >/dev/null 2>&1; then8763 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 8199 8764 as_unset=unset 8200 8765 else … … 8215 8780 LC_TELEPHONE LC_TIME 8216 8781 do 8217 if (set +x; test - n"`(eval $as_var=C; export $as_var) 2>&1`"); then8782 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 8218 8783 eval $as_var=C; export $as_var 8219 8784 else … … 8394 8959 as_mkdir_p=: 8395 8960 else 8961 test -d ./-p && rmdir ./-p 8396 8962 as_mkdir_p=false 8397 8963 fi … … 8400 8966 8401 8967 # Sed expression to map a string onto a valid CPP name. 8402 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"8968 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 8403 8969 8404 8970 # Sed expression to map a string onto a valid variable name. 8405 as_tr_sh=" sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"8971 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 8406 8972 8407 8973 … … 8430 8996 8431 8997 This file was extended by pjproject $as_me 0.5.8, which was 8432 generated by GNU Autoconf 2.5 6. Invocation command line was8998 generated by GNU Autoconf 2.59. Invocation command line was 8433 8999 8434 9000 CONFIG_FILES = $CONFIG_FILES … … 8474 9040 --recheck update $as_me by reconfiguring in the same conditions 8475 9041 --file=FILE[:TEMPLATE] 8476 9042 instantiate the configuration file FILE 8477 9043 --header=FILE[:TEMPLATE] 8478 9044 instantiate the configuration header FILE 8479 9045 8480 9046 Configuration files: … … 8490 9056 ac_cs_version="\\ 8491 9057 pjproject config.status 0.5.8 8492 configured by $0, generated by GNU Autoconf 2.5 6,9058 configured by $0, generated by GNU Autoconf 2.59, 8493 9059 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 8494 9060 8495 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 8496 Free Software Foundation, Inc. 9061 Copyright (C) 2003 Free Software Foundation, Inc. 8497 9062 This config.status script is free software; the Free Software Foundation 8498 9063 gives unlimited permission to copy, distribute and modify it." … … 8755 9320 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 8756 9321 if test -z "$ac_sed_cmds"; then 8757 9322 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 8758 9323 else 8759 9324 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 8760 9325 fi 8761 9326 ac_sed_frag=`expr $ac_sed_frag + 1` … … 8775 9340 case $ac_file in 8776 9341 - | *:- | *:-:* ) # input from stdin 8777 8778 8779 9342 cat >$tmp/stdin 9343 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 9344 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8780 9345 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8781 9346 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8782 9347 * ) ac_file_in=$ac_file.in ;; 8783 9348 esac … … 8786 9351 ac_dir=`(dirname "$ac_file") 2>/dev/null || 8787 9352 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8788 8789 8790 8791 9353 X"$ac_file" : 'X\(//\)[^/]' \| \ 9354 X"$ac_file" : 'X\(//\)$' \| \ 9355 X"$ac_file" : 'X\(/\)' \| \ 9356 . : '\(.\)' 2>/dev/null || 8792 9357 echo X"$ac_file" | 8793 9358 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 8805 9370 as_dir=`(dirname "$as_dir") 2>/dev/null || 8806 9371 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8807 8808 8809 8810 9372 X"$as_dir" : 'X\(//\)[^/]' \| \ 9373 X"$as_dir" : 'X\(//\)$' \| \ 9374 X"$as_dir" : 'X\(/\)' \| \ 9375 . : '\(.\)' 2>/dev/null || 8811 9376 echo X"$as_dir" | 8812 9377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 8846 9411 ac_top_srcdir=$ac_top_builddir$srcdir ;; 8847 9412 esac 8848 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 8849 # absolute. 8850 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 8851 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 8852 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 8853 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 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 8854 9452 8855 9453 … … 8869 9467 fi 8870 9468 configure_input=$configure_input"Generated from `echo $ac_file_in | 8871 9469 sed 's,.*/,,'` by configure." 8872 9470 8873 9471 # First look for the input files in the build tree, otherwise in the … … 8878 9476 -) echo $tmp/stdin ;; 8879 9477 [\\/$]*) 8880 8881 9478 # Absolute (can't be DOS-style, as IFS=:) 9479 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8882 9480 echo "$as_me: error: cannot find input file: $f" >&2;} 8883 9481 { (exit 1); exit 1; }; } 8884 echo $f;;9482 echo "$f";; 8885 9483 *) # Relative 8886 8887 8888 echo $f 8889 8890 8891 echo $srcdir/$f 8892 8893 8894 9484 if test -f "$f"; then 9485 # Build tree 9486 echo "$f" 9487 elif test -f "$srcdir/$f"; then 9488 # Source tree 9489 echo "$srcdir/$f" 9490 else 9491 # /dev/null tree 9492 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8895 9493 echo "$as_me: error: cannot find input file: $f" >&2;} 8896 9494 { (exit 1); exit 1; }; } 8897 9495 fi;; 8898 9496 esac 8899 9497 done` || { (exit 1); exit 1; } … … 8936 9534 # 8937 9535 # ac_d sets the value in "#define NAME VALUE" lines. 8938 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][]*\)'8939 ac_dB='[ 9536 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 9537 ac_dB='[ ].*$,\1#\2' 8940 9538 ac_dC=' ' 8941 9539 ac_dD=',;t' 8942 9540 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 8943 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][]*\)'9541 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 8944 9542 ac_uB='$,\1#\2define\3' 8945 9543 ac_uC=' ' … … 8950 9548 case $ac_file in 8951 9549 - | *:- | *:-:* ) # input from stdin 8952 8953 8954 9550 cat >$tmp/stdin 9551 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 9552 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8955 9553 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8956 9554 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8957 9555 * ) ac_file_in=$ac_file.in ;; 8958 9556 esac … … 8968 9566 -) echo $tmp/stdin ;; 8969 9567 [\\/$]*) 8970 8971 9568 # Absolute (can't be DOS-style, as IFS=:) 9569 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8972 9570 echo "$as_me: error: cannot find input file: $f" >&2;} 8973 9571 { (exit 1); exit 1; }; } 8974 echo $f;; 9572 # Do quote $f, to prevent DOS paths from being IFS'd. 9573 echo "$f";; 8975 9574 *) # Relative 8976 8977 8978 echo $f 8979 8980 8981 echo $srcdir/$f 8982 8983 8984 9575 if test -f "$f"; then 9576 # Build tree 9577 echo "$f" 9578 elif test -f "$srcdir/$f"; then 9579 # Source tree 9580 echo "$srcdir/$f" 9581 else 9582 # /dev/null tree 9583 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8985 9584 echo "$as_me: error: cannot find input file: $f" >&2;} 8986 9585 { (exit 1); exit 1; }; } 8987 9586 fi;; 8988 9587 esac 8989 9588 done` || { (exit 1); exit 1; } 8990 9589 # Remove the trailing spaces. 8991 sed 's/[ 9590 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 8992 9591 8993 9592 _ACEOF … … 9012 9611 t clear 9013 9612 : clear 9014 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp9613 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 9015 9614 t end 9016 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp9615 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 9017 9616 : end 9018 9617 _ACEOF … … 9028 9627 # on some systems where configure will not decide to define it. 9029 9628 cat >>conftest.undefs <<\_ACEOF 9030 s,^[ ]*#[ ]*undef[ ][]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,9629 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 9031 9630 _ACEOF 9032 9631 … … 9034 9633 # of here documents, and old seds have small limits too (100 cmds). 9035 9634 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 9036 echo ' if grep "^[ ]*#[]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS9635 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 9037 9636 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 9038 9637 echo ' :' >>$CONFIG_STATUS … … 9043 9642 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 9044 9643 # Speed up: don't consider the non `#define' lines. 9045 echo '/^[ ]*#[]*define/!b' >>$CONFIG_STATUS9644 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 9046 9645 # Work around the forget-to-reset-the-flag bug. 9047 9646 echo 't clr' >>$CONFIG_STATUS … … 9070 9669 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 9071 9670 # Speed up: don't consider the non `#undef' 9072 echo '/^[ ]*#[]*undef/!b' >>$CONFIG_STATUS9671 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 9073 9672 # Work around the forget-to-reset-the-flag bug. 9074 9673 echo 't clr' >>$CONFIG_STATUS … … 9104 9703 ac_dir=`(dirname "$ac_file") 2>/dev/null || 9105 9704 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9106 9107 9108 9109 9705 X"$ac_file" : 'X\(//\)[^/]' \| \ 9706 X"$ac_file" : 'X\(//\)$' \| \ 9707 X"$ac_file" : 'X\(/\)' \| \ 9708 . : '\(.\)' 2>/dev/null || 9110 9709 echo X"$ac_file" | 9111 9710 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 9123 9722 as_dir=`(dirname "$as_dir") 2>/dev/null || 9124 9723 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 9125 9126 9127 9128 9724 X"$as_dir" : 'X\(//\)[^/]' \| \ 9725 X"$as_dir" : 'X\(//\)$' \| \ 9726 X"$as_dir" : 'X\(/\)' \| \ 9727 . : '\(.\)' 2>/dev/null || 9129 9728 echo X"$as_dir" | 9130 9729 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -
pjproject/trunk/aconfigure.ac
r699 r700 28 28 AC_MSG_RESULT([Setting PJ_M_NAME to $target_cpu]) 29 29 AC_DEFINE_UNQUOTED(PJ_M_NAME,["$target_cpu"]) 30 31 dnl 32 dnl Memory alignment detection 33 dnl 34 AC_MSG_CHECKING([memory alignment]) 35 case $target in 36 ia64-* | x86_64-* ) 37 AC_DEFINE(PJ_POOL_ALIGNMENT, 8) 38 AC_MSG_RESULT([8 bytes]) 39 ;; 40 * ) 41 AC_DEFINE(PJ_POOL_ALIGNMENT, 4) 42 AC_MSG_RESULT([4 bytes (default)]) 43 ;; 44 esac 45 30 46 31 47 dnl … … 151 167 dnl # Determine if socklen_t is available 152 168 AC_MSG_CHECKING([if socklen_t is available]) 153 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include < unistd.h>]],169 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], 154 170 [socklen_t xxx = 0;])], 155 171 [AC_DEFINE(PJ_HAS_SOCKLEN_T,1) … … 204 220 dnl # Sound device backend selection 205 221 AC_SUBST(ac_pjmedia_snd) 206 case $target in 222 AC_ARG_ENABLE(sound, 223 AC_HELP_STRING([--disable-sound], 224 [Exclude sound (i.e. use null sound)]), 225 [if test "$enable_sound" = "no"; then 226 [ac_pjmedia_snd=null] 227 AC_MSG_RESULT([Checking if sound is disabled... yes]) 228 fi] 229 ) 230 231 if test "$enable_sound" = "no"; then 232 true; 233 else 234 case $target in 207 235 *darwin*) 208 236 ac_pjmedia_snd=pa_darwinos … … 227 255 AC_MSG_RESULT([Checking sound device backend... unix]) 228 256 ;; 229 esac 257 esac 258 fi 230 259 231 260 dnl # Include resampling small filter -
pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
r699 r700 134 134 #undef PJ_NATIVE_STRING_IS_UNICODE 135 135 136 /* Pool alignment in bytes */ 137 #undef PJ_POOL_ALIGNMENT 138 136 139 /* The type of atomic variable value: */ 137 140 #undef PJ_ATOMIC_VALUE_TYPE
Note: See TracChangeset
for help on using the changeset viewer.