Changeset 4029
- Timestamp:
- 04/03/06 21:09:45 (3 years ago)
- Files:
-
- wire/trunk/config.h.in (modified) (1 diff)
- wire/trunk/configure (modified) (246 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/config.h.in
r4020 r4029 48 48 #undef HAVE_SYS_TYPES_H 49 49 50 /* Define to 1 if you have the <sys/vfs.h> header file. */51 #undef HAVE_SYS_VFS_H52 53 50 /* Define to 1 if you have the <term.h> header file. */ 54 51 #undef HAVE_TERM_H wire/trunk/configure
r4020 r4029 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 7for wire 1.1.3 # Generated by GNU Autoconf 2.59 for wire 1.1. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. 6 6 # 7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 8 # Free Software Foundation, Inc. 7 # Copyright (C) 2003 Free Software Foundation, Inc. 9 8 # This configure script is free software; the Free Software Foundation 10 9 # gives unlimited permission to copy, distribute and modify it. … … 23 22 set -o posix 24 23 fi 24 DUALCASE=1; export DUALCASE # for MKS sh 25 25 26 26 # Support unset when possible. 27 if ( FOO=FOO; unset FOO) >/dev/null 2>&1; then27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 28 28 as_unset=unset 29 29 else … … 44 44 LC_TELEPHONE LC_TIME 45 45 do 46 if (set +x; test - n"`(eval $as_var=C; export $as_var) 2>&1`"); then46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47 47 eval $as_var=C; export $as_var 48 48 else … … 221 221 as_mkdir_p=: 222 222 else 223 test -d ./-p && rmdir ./-p 223 224 as_mkdir_p=false 224 225 fi … … 227 228 228 229 # Sed expression to map a string onto a valid CPP name. 229 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 230 231 231 232 # Sed expression to map a string onto a valid variable name. 232 as_tr_sh=" sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 233 234 234 235 … … 671 672 # Be sure to have absolute paths. 672 673 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 673 localstatedir libdir includedir oldincludedir infodir mandir674 localstatedir libdir includedir oldincludedir infodir mandir 674 675 do 675 676 eval ac_val=$`echo $ac_var` … … 711 712 ac_confdir=`(dirname "$0") 2>/dev/null || 712 713 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 713 X"$0" : 'X\(//\)[^/]' \| \714 X"$0" : 'X\(//\)$' \| \715 X"$0" : 'X\(/\)' \| \716 . : '\(.\)' 2>/dev/null ||714 X"$0" : 'X\(//\)[^/]' \| \ 715 X"$0" : 'X\(//\)$' \| \ 716 X"$0" : 'X\(/\)' \| \ 717 . : '\(.\)' 2>/dev/null || 717 718 echo X"$0" | 718 719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 806 807 Installation directories: 807 808 --prefix=PREFIX install architecture-independent files in PREFIX 808 [$ac_default_prefix]809 [$ac_default_prefix] 809 810 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 810 [PREFIX]811 [PREFIX] 811 812 812 813 By default, \`make install' will install all the files in … … 850 851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 851 852 --enable-warnings enable warnings 852 --enable-maintainer-modeenable maintainer mode 853 --enable-maintainer-mode 854 enable maintainer mode 853 855 --disable-largefile omit support for large files 854 856 … … 899 901 ac_top_srcdir=$ac_top_builddir$srcdir ;; 900 902 esac 901 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 902 # absolute. 903 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 904 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 905 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 906 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 903 904 # Do not use `cd foo && pwd` to compute absolute paths, because 905 # the directories may not exist. 906 case `pwd` in 907 .) ac_abs_builddir="$ac_dir";; 908 *) 909 case "$ac_dir" in 910 .) ac_abs_builddir=`pwd`;; 911 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 912 *) ac_abs_builddir=`pwd`/"$ac_dir";; 913 esac;; 914 esac 915 case $ac_abs_builddir in 916 .) ac_abs_top_builddir=${ac_top_builddir}.;; 917 *) 918 case ${ac_top_builddir}. in 919 .) ac_abs_top_builddir=$ac_abs_builddir;; 920 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 921 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 922 esac;; 923 esac 924 case $ac_abs_builddir in 925 .) ac_abs_srcdir=$ac_srcdir;; 926 *) 927 case $ac_srcdir in 928 .) ac_abs_srcdir=$ac_abs_builddir;; 929 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 930 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 931 esac;; 932 esac 933 case $ac_abs_builddir in 934 .) ac_abs_top_srcdir=$ac_top_srcdir;; 935 *) 936 case $ac_top_srcdir in 937 .) ac_abs_top_srcdir=$ac_abs_builddir;; 938 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 939 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 940 esac;; 941 esac 907 942 908 943 cd $ac_dir … … 915 950 $SHELL $ac_srcdir/configure --help=recursive 916 951 elif test -f $ac_srcdir/configure.ac || 917 test -f $ac_srcdir/configure.in; then952 test -f $ac_srcdir/configure.in; then 918 953 echo 919 954 $ac_configure --help … … 929 964 cat <<\_ACEOF 930 965 wire configure 1.1 931 generated by GNU Autoconf 2.57 932 933 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 934 Free Software Foundation, Inc. 966 generated by GNU Autoconf 2.59 967 968 Copyright (C) 2003 Free Software Foundation, Inc. 935 969 This configure script is free software; the Free Software Foundation 936 970 gives unlimited permission to copy, distribute and modify it. … … 944 978 945 979 It was created by wire $as_me 1.1, which was 946 generated by GNU Autoconf 2.5 7. Invocation command line was980 generated by GNU Autoconf 2.59. Invocation command line was 947 981 948 982 $ $0 $@ … … 1021 1055 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1022 1056 if test $ac_must_keep_next = true; then 1023 ac_must_keep_next=false # Got value, back to normal.1057 ac_must_keep_next=false # Got value, back to normal. 1024 1058 else 1025 case $ac_arg in1026 *=* | --config-cache | -C | -disable-* | --disable-* \1027 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \1028 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \1029 | -with-* | --with-* | -without-* | --without-* | --x)1030 case "$ac_configure_args0 " in1031 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1032 esac1033 ;;1034 -* ) ac_must_keep_next=true ;;1035 esac1059 case $ac_arg in 1060 *=* | --config-cache | -C | -disable-* | --disable-* \ 1061 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1062 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1063 | -with-* | --with-* | -without-* | --without-* | --x) 1064 case "$ac_configure_args0 " in 1065 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1066 esac 1067 ;; 1068 -* ) ac_must_keep_next=true ;; 1069 esac 1036 1070 fi 1037 1071 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1067 1101 *ac_space=\ *) 1068 1102 sed -n \ 1069 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;1070 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1103 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1104 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1071 1105 ;; 1072 1106 *) 1073 1107 sed -n \ 1074 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1108 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1075 1109 ;; 1076 1110 esac; … … 1101 1135 do 1102 1136 eval ac_val=$`echo $ac_var` 1103 echo "$ac_var='"'"'$ac_val'"'"'"1137 echo "$ac_var='"'"'$ac_val'"'"'" 1104 1138 done | sort 1105 1139 echo … … 1120 1154 echo "$as_me: exit $exit_status" 1121 1155 } >&5 1122 rm -f core core.**.core &&1156 rm -f core *.core && 1123 1157 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1124 1158 exit $exit_status … … 1200 1234 ac_cache_corrupted=false 1201 1235 for ac_var in `(set) 2>&1 | 1202 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do1236 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1203 1237 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1204 1238 eval ac_new_set=\$ac_env_${ac_var}_set … … 1217 1251 *) 1218 1252 if test "x$ac_old_val" != "x$ac_new_val"; then 1219 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&51253 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1220 1254 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1221 { echo "$as_me:$LINENO: former value: $ac_old_val" >&51255 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1222 1256 echo "$as_me: former value: $ac_old_val" >&2;} 1223 { echo "$as_me:$LINENO: current value: $ac_new_val" >&51257 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1224 1258 echo "$as_me: current value: $ac_new_val" >&2;} 1225 ac_cache_corrupted=:1259 ac_cache_corrupted=: 1226 1260 fi;; 1227 1261 esac … … 1731 1765 1732 1766 cat >conftest.$ac_ext <<_ACEOF 1733 #line $LINENO "configure"1734 1767 /* confdefs.h. */ 1735 1768 _ACEOF … … 1751 1784 # It will help us diagnose broken compilers, and finding out an intuition 1752 1785 # of exeext. 1753 echo "$as_me:$LINENO: checking for C compiler default output " >&51754 echo $ECHO_N "checking for C compiler default output ... $ECHO_C" >&61786 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1787 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 1755 1788 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1756 1789 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 1772 1805 case $ac_file in 1773 1806 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1774 ;;1807 ;; 1775 1808 conftest.$ac_ext ) 1776 # This is the source file.1777 ;;1809 # This is the source file. 1810 ;; 1778 1811 [ab].out ) 1779 # We found the default executable, but exeext='' is most1780 # certainly right.1781 break;;1812 # We found the default executable, but exeext='' is most 1813 # certainly right. 1814 break;; 1782 1815 *.* ) 1783 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`1784 # FIXME: I believe we export ac_cv_exeext for Libtool,1785 # but it would be cool to find out if it's true. Does anybody1786 # maintain Libtool? --akim.1787 export ac_cv_exeext1788 break;;1816 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1817 # FIXME: I believe we export ac_cv_exeext for Libtool, 1818 # but it would be cool to find out if it's true. Does anybody 1819 # maintain Libtool? --akim. 1820 export ac_cv_exeext 1821 break;; 1789 1822 * ) 1790 break;;1823 break;; 1791 1824 esac 1792 1825 done … … 1862 1895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 1863 1896 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1864 export ac_cv_exeext1865 break;;1897 export ac_cv_exeext 1898 break;; 1866 1899 * ) break;; 1867 1900 esac … … 1888 1921 else 1889 1922 cat >conftest.$ac_ext <<_ACEOF 1890 #line $LINENO "configure"1891 1923 /* confdefs.h. */ 1892 1924 _ACEOF … … 1939 1971 else 1940 1972 cat >conftest.$ac_ext <<_ACEOF 1941 #line $LINENO "configure"1942 1973 /* confdefs.h. */ 1943 1974 _ACEOF … … 1959 1990 rm -f conftest.$ac_objext 1960 1991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1961 (eval $ac_compile) 2>&5 1962 ac_status=$? 1992 (eval $ac_compile) 2>conftest.er1 1993 ac_status=$? 1994 grep -v '^ *+' conftest.er1 >conftest.err 1995 rm -f conftest.er1 1996 cat conftest.err >&5 1963 1997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1964 1998 (exit $ac_status); } && 1965 { ac_try='test -s conftest.$ac_objext' 1999 { ac_try='test -z "$ac_c_werror_flag" 2000 || test ! -s conftest.err' 2001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2002 (eval $ac_try) 2>&5 2003 ac_status=$? 2004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2005 (exit $ac_status); }; } && 2006 { ac_try='test -s conftest.$ac_objext' 1966 2007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1967 2008 (eval $ac_try) 2>&5 … … 1976 2017 ac_compiler_gnu=no 1977 2018 fi 1978 rm -f conftest. $ac_objext conftest.$ac_ext2019 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1979 2020 ac_cv_c_compiler_gnu=$ac_compiler_gnu 1980 2021 … … 1992 2033 else 1993 2034 cat >conftest.$ac_ext <<_ACEOF 1994 #line $LINENO "configure"1995 2035 /* confdefs.h. */ 1996 2036 _ACEOF … … 2009 2049 rm -f conftest.$ac_objext 2010 2050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2011 (eval $ac_compile) 2>&5 2012 ac_status=$? 2051 (eval $ac_compile) 2>conftest.er1 2052 ac_status=$? 2053 grep -v '^ *+' conftest.er1 >conftest.err 2054 rm -f conftest.er1 2055 cat conftest.err >&5 2013 2056 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2014 2057 (exit $ac_status); } && 2015 { ac_try='test -s conftest.$ac_objext' 2058 { ac_try='test -z "$ac_c_werror_flag" 2059 || test ! -s conftest.err' 2060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2061 (eval $ac_try) 2>&5 2062 ac_status=$? 2063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2064 (exit $ac_status); }; } && 2065 { ac_try='test -s conftest.$ac_objext' 2016 2066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2017 2067 (eval $ac_try) 2>&5 … … 2026 2076 ac_cv_prog_cc_g=no 2027 2077 fi 2028 rm -f conftest. $ac_objext conftest.$ac_ext2078 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2029 2079 fi 2030 2080 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2053 2103 ac_save_CC=$CC 2054 2104 cat >conftest.$ac_ext <<_ACEOF 2055 #line $LINENO "configure"2056 2105 /* confdefs.h. */ 2057 2106 _ACEOF … … 2081 2130 return s; 2082 2131 } 2132 2133 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2134 function prototypes and stuff, but not '\xHH' hex character constants. 2135 These don't provoke an error unfortunately, instead are silently treated 2136 as 'x'. The following induces an error, until -std1 is added to get 2137 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2138 array size at least. It's necessary to write '\x00'==0 to get something 2139 that's true only with -std1. */ 2140 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2141 2083 2142 int test (int i, double x); 2084 2143 struct s1 {int (*f) (int a);}; … … 2107 2166 rm -f conftest.$ac_objext 2108 2167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2109 (eval $ac_compile) 2>&5 2110 ac_status=$? 2168 (eval $ac_compile) 2>conftest.er1 2169 ac_status=$? 2170 grep -v '^ *+' conftest.er1 >conftest.err 2171 rm -f conftest.er1 2172 cat conftest.err >&5 2111 2173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2112 2174 (exit $ac_status); } && 2113 { ac_try='test -s conftest.$ac_objext' 2175 { ac_try='test -z "$ac_c_werror_flag" 2176 || test ! -s conftest.err' 2177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2178 (eval $ac_try) 2>&5 2179 ac_status=$? 2180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2181 (exit $ac_status); }; } && 2182 { ac_try='test -s conftest.$ac_objext' 2114 2183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2115 2184 (eval $ac_try) 2>&5 … … 2124 2193 2125 2194 fi 2126 rm -f conftest. $ac_objext2195 rm -f conftest.err conftest.$ac_objext 2127 2196 done 2128 2197 rm -f conftest.$ac_ext conftest.$ac_objext … … 2152 2221 rm -f conftest.$ac_objext 2153 2222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2154 (eval $ac_compile) 2>&5 2155 ac_status=$? 2223 (eval $ac_compile) 2>conftest.er1 2224 ac_status=$? 2225 grep -v '^ *+' conftest.er1 >conftest.err 2226 rm -f conftest.er1 2227 cat conftest.err >&5 2156 2228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2157 2229 (exit $ac_status); } && 2158 { ac_try='test -s conftest.$ac_objext' 2230 { ac_try='test -z "$ac_c_werror_flag" 2231 || test ! -s conftest.err' 2232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2233 (eval $ac_try) 2>&5 2234 ac_status=$? 2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2236 (exit $ac_status); }; } && 2237 { ac_try='test -s conftest.$ac_objext' 2159 2238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2160 2239 (eval $ac_try) 2>&5 … … 2163 2242 (exit $ac_status); }; }; then 2164 2243 for ac_declaration in \ 2165 ''\ 2166 '#include <stdlib.h>' \ 2244 '' \ 2167 2245 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2168 2246 'extern "C" void std::exit (int); using std::exit;' \ … … 2172 2250 do 2173 2251 cat >conftest.$ac_ext <<_ACEOF 2174 #line $LINENO "configure"2175 2252 /* confdefs.h. */ 2176 2253 _ACEOF … … 2178 2255 cat >>conftest.$ac_ext <<_ACEOF 2179 2256 /* end confdefs.h. */ 2257 $ac_declaration 2180 2258 #include <stdlib.h> 2181 $ac_declaration2182 2259 int 2183 2260 main () … … 2190 2267 rm -f conftest.$ac_objext 2191 2268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2192 (eval $ac_compile) 2>&5 2193 ac_status=$? 2269 (eval $ac_compile) 2>conftest.er1 2270 ac_status=$? 2271 grep -v '^ *+' conftest.er1 >conftest.err 2272 rm -f conftest.er1 2273 cat conftest.err >&5 2194 2274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2195 2275 (exit $ac_status); } && 2196 { ac_try='test -s conftest.$ac_objext' 2276 { ac_try='test -z "$ac_c_werror_flag" 2277 || test ! -s conftest.err' 2278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2279 (eval $ac_try) 2>&5 2280 ac_status=$? 2281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2282 (exit $ac_status); }; } && 2283 { ac_try='test -s conftest.$ac_objext' 2197 2284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2198 2285 (eval $ac_try) 2>&5 … … 2207 2294 continue 2208 2295 fi 2209 rm -f conftest. $ac_objext conftest.$ac_ext2296 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2210 2297 cat >conftest.$ac_ext <<_ACEOF 2211 #line $LINENO "configure"2212 2298 /* confdefs.h. */ 2213 2299 _ACEOF … … 2226 2312 rm -f conftest.$ac_objext 2227 2313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2228 (eval $ac_compile) 2>&5 2229 ac_status=$? 2314 (eval $ac_compile) 2>conftest.er1 2315 ac_status=$? 2316 grep -v '^ *+' conftest.er1 >conftest.err 2317 rm -f conftest.er1 2318 cat conftest.err >&5 2230 2319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2231 2320 (exit $ac_status); } && 2232 { ac_try='test -s conftest.$ac_objext' 2321 { ac_try='test -z "$ac_c_werror_flag" 2322 || test ! -s conftest.err' 2323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2324 (eval $ac_try) 2>&5 2325 ac_status=$? 2326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2327 (exit $ac_status); }; } && 2328 { ac_try='test -s conftest.$ac_objext' 2233 2329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2234 2330 (eval $ac_try) 2>&5 … … 2242 2338 2243 2339 fi 2244 rm -f conftest. $ac_objext conftest.$ac_ext2340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2245 2341 done 2246 2342 rm -f conftest* … … 2256 2352 2257 2353 fi 2258 rm -f conftest. $ac_objext conftest.$ac_ext2354 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2259 2355 ac_ext=c 2260 2356 ac_cpp='$CPP $CPPFLAGS' … … 2274 2370 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2275 2371 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2372 # OS/2's system install, which has a completely different semantic 2276 2373 # ./install, which can be erroneously created by make from ./install.sh. 2277 2374 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 2290 2387 ./ | .// | /cC/* | \ 2291 2388 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2389 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2292 2390 /usr/ucb/* ) ;; 2293 2391 *) … … 2297 2395 for ac_prog in ginstall scoinst install; do 2298 2396 for ac_exec_ext in '' $ac_executable_extensions; do 2299 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2300 if test $ac_prog = install &&2301 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2302 # AIX install. It has an incompatible calling convention.2303 :2304 elif test $ac_prog = install &&2305 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2306 # program-specific install script used by HP pwplus--don't use.2307 :2308 else2309 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"2310 break 32311 fi2312 fi2397 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2398 if test $ac_prog = install && 2399 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2400 # AIX install. It has an incompatible calling convention. 2401 : 2402 elif test $ac_prog = install && 2403 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2404 # program-specific install script used by HP pwplus--don't use. 2405 : 2406 else 2407 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2408 break 3 2409 fi 2410 fi 2313 2411 done 2314 2412 done … … 2342 2440 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2343 2441 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 2344 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y, ./+-,__p_,'`2442 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 2345 2443 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 2346 2444 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2400 2498 rm -f conftest.$ac_objext 2401 2499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2402 (eval $ac_compile) 2>&5 2403 ac_status=$? 2500 (eval $ac_compile) 2>conftest.er1 2501 ac_status=$? 2502 grep -v '^ *+' conftest.er1 >conftest.err 2503 rm -f conftest.er1 2504 cat conftest.err >&5 2404 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2405 2506 (exit $ac_status); } && 2406 { ac_try='test -s conftest.$ac_objext' 2507 { ac_try='test -z "$ac_c_werror_flag" 2508 || test ! -s conftest.err' 2509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2510 (eval $ac_try) 2>&5 2511 ac_status=$? 2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2513 (exit $ac_status); }; } && 2514 { ac_try='test -s conftest.$ac_objext' 2407 2515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2408 2516 (eval $ac_try) 2>&5 … … 2421 2529 2422 2530 fi 2423 rm -f conftest. $ac_objext conftest.$ac_ext2531 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2424 2532 2425 2533 … … 2436 2544 rm -f conftest.$ac_objext 2437 2545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2438 (eval $ac_compile) 2>&5 2439 ac_status=$? 2546 (eval $ac_compile) 2>conftest.er1 2547 ac_status=$? 2548 grep -v '^ *+' conftest.er1 >conftest.err 2549 rm -f conftest.er1 2550 cat conftest.err >&5 2440 2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2441 2552 (exit $ac_status); } && 2442 { ac_try='test -s conftest.$ac_objext' 2553 { ac_try='test -z "$ac_c_werror_flag" 2554 || test ! -s conftest.err' 2555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2556 (eval $ac_try) 2>&5 2557 ac_status=$? 2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2559 (exit $ac_status); }; } && 2560 { ac_try='test -s conftest.$ac_objext' 2443 2561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2444 2562 (eval $ac_try) 2>&5 … … 2457 2575 2458 2576 fi 2459 rm -f conftest. $ac_objext conftest.$ac_ext2577 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2460 2578 2461 2579 … … 2472 2590 rm -f conftest.$ac_objext 2473 2591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2474 (eval $ac_compile) 2>&5 2475 ac_status=$? 2592 (eval $ac_compile) 2>conftest.er1 2593 ac_status=$? 2594 grep -v '^ *+' conftest.er1 >conftest.err 2595 rm -f conftest.er1 2596 cat conftest.err >&5 2476 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2477 2598 (exit $ac_status); } && 2478 { ac_try='test -s conftest.$ac_objext' 2599 { ac_try='test -z "$ac_c_werror_flag" 2600 || test ! -s conftest.err' 2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2602 (eval $ac_try) 2>&5 2603 ac_status=$? 2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2605 (exit $ac_status); }; } && 2606 { ac_try='test -s conftest.$ac_objext' 2479 2607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2480 2608 (eval $ac_try) 2>&5 … … 2493 2621 2494 2622 fi 2495 rm -f conftest. $ac_objext conftest.$ac_ext2623 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2496 2624 2497 2625 … … 2508 2636 rm -f conftest.$ac_objext 2509 2637 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2510 (eval $ac_compile) 2>&5 2511 ac_status=$? 2638 (eval $ac_compile) 2>conftest.er1 2639 ac_status=$? 2640 grep -v '^ *+' conftest.er1 >conftest.err 2641 rm -f conftest.er1 2642 cat conftest.err >&5 2512 2643 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2513 2644 (exit $ac_status); } && 2514 { ac_try='test -s conftest.$ac_objext' 2645 { ac_try='test -z "$ac_c_werror_flag" 2646 || test ! -s conftest.err' 2647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2648 (eval $ac_try) 2>&5 2649 ac_status=$? 2650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2651 (exit $ac_status); }; } && 2652 { ac_try='test -s conftest.$ac_objext' 2515 2653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2516 2654 (eval $ac_try) 2>&5 … … 2529 2667 2530 2668 fi 2531 rm -f conftest. $ac_objext conftest.$ac_ext2669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2532 2670 2533 2671 … … 2544 2682 rm -f conftest.$ac_objext 2545 2683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2546 (eval $ac_compile) 2>&5 2547 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 2548 2689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2549 2690 (exit $ac_status); } && 2550 { ac_try='test -s conftest.$ac_objext' 2691 { ac_try='test -z "$ac_c_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' 2551 2699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2552 2700 (eval $ac_try) 2>&5 … … 2565 2713 2566 2714 fi 2567 rm -f conftest. $ac_objext conftest.$ac_ext2715 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2568 2716 2569 2717 … … 2580 2728 rm -f conftest.$ac_objext 2581 2729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2582 (eval $ac_compile) 2>&5 2583 ac_status=$? 2730 (eval $ac_compile) 2>conftest.er1 2731 ac_status=$? 2732 grep -v '^ *+' conftest.er1 >conftest.err 2733 rm -f conftest.er1 2734 cat conftest.err >&5 2584 2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2585 2736 (exit $ac_status); } && 2586 { ac_try='test -s conftest.$ac_objext' 2737 { ac_try='test -z "$ac_c_werror_flag" 2738 || test ! -s conftest.err' 2739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2740 (eval $ac_try) 2>&5 2741 ac_status=$? 2742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2743 (exit $ac_status); }; } && 2744 { ac_try='test -s conftest.$ac_objext' 2587 2745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2588 2746 (eval $ac_try) 2>&5 … … 2601 2759 2602 2760 fi 2603 rm -f conftest. $ac_objext conftest.$ac_ext2761 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2604 2762 2605 2763 … … 2616 2774 rm -f conftest.$ac_objext 2617 2775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2618 (eval $ac_compile) 2>&5 2619 ac_status=$? 2776 (eval $ac_compile) 2>conftest.er1 2777 ac_status=$? 2778 grep -v '^ *+' conftest.er1 >conftest.err 2779 rm -f conftest.er1 2780 cat conftest.err >&5 2620 2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2621 2782 (exit $ac_status); } && 2622 { ac_try='test -s conftest.$ac_objext' 2783 { ac_try='test -z "$ac_c_werror_flag" 2784 || test ! -s conftest.err' 2785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2786 (eval $ac_try) 2>&5 2787 ac_status=$? 2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2789 (exit $ac_status); }; } && 2790 { ac_try='test -s conftest.$ac_objext' 2623 2791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2624 2792 (eval $ac_try) 2>&5 … … 2637 2805 2638 2806 fi 2639 rm -f conftest. $ac_objext conftest.$ac_ext2807 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2640 2808 2641 2809 … … 2652 2820 rm -f conftest.$ac_objext 2653 2821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2654 (eval $ac_compile) 2>&5 2655 ac_status=$? 2822 (eval $ac_compile) 2>conftest.er1 2823 ac_status=$? 2824 grep -v '^ *+' conftest.er1 >conftest.err 2825 rm -f conftest.er1 2826 cat conftest.err >&5 2656 2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2657 2828 (exit $ac_status); } && 2658 { ac_try='test -s conftest.$ac_objext' 2829 { ac_try='test -z "$ac_c_werror_flag" 2830 || test ! -s conftest.err' 2831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2832 (eval $ac_try) 2>&5 2833 ac_status=$? 2834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2835 (exit $ac_status); }; } && 2836 { ac_try='test -s conftest.$ac_objext' 2659 2837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2660 2838 (eval $ac_try) 2>&5 … … 2673 2851 2674 2852 fi 2675 rm -f conftest. $ac_objext conftest.$ac_ext2853 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2676 2854 2677 2855 … … 2688 2866 rm -f conftest.$ac_objext 2689 2867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2690 (eval $ac_compile) 2>&5 2691 ac_status=$? 2868 (eval $ac_compile) 2>conftest.er1 2869 ac_status=$? 2870 grep -v '^ *+' conftest.er1 >conftest.err 2871 rm -f conftest.er1 2872 cat conftest.err >&5 2692 2873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2693 2874 (exit $ac_status); } && 2694 { ac_try='test -s conftest.$ac_objext' 2875 { ac_try='test -z "$ac_c_werror_flag" 2876 || test ! -s conftest.err' 2877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2878 (eval $ac_try) 2>&5 2879 ac_status=$? 2880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2881 (exit $ac_status); }; } && 2882 { ac_try='test -s conftest.$ac_objext' 2695 2883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2696 2884 (eval $ac_try) 2>&5 … … 2709 2897 2710 2898 fi 2711 rm -f conftest. $ac_objext conftest.$ac_ext2899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2712 2900 2713 2901 … … 2789 2977 else 2790 2978 cat >conftest.$ac_ext <<_ACEOF 2791 #line $LINENO "configure"2792 2979 /* confdefs.h. */ 2793 2980 _ACEOF … … 2795 2982 cat >>conftest.$ac_ext <<_ACEOF 2796 2983 /* end confdefs.h. */ 2984 /* Define pow to an innocuous variant, in case <limits.h> declares pow. 2985 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 2986 #define pow innocuous_pow 2987 2797 2988 /* System header to define __stub macros and hopefully few prototypes, 2798 2989 which can conflict with char pow (); below. 2799 2990 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 2800 2991 <limits.h> exists even on freestanding compilers. */ 2992 2801 2993 #ifdef __STDC__ 2802 2994 # include <limits.h> … … 2804 2996 # include <assert.h> 2805 2997 #endif 2998 2999 #undef pow 3000 2806 3001 /* Override any gcc2 internal prototype to avoid an error. */ 2807 3002 #ifdef __cplusplus … … 2834 3029 rm -f conftest.$ac_objext conftest$ac_exeext 2835 3030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2836 (eval $ac_link) 2>&5 2837 ac_status=$? 3031 (eval $ac_link) 2>conftest.er1 3032 ac_status=$? 3033 grep -v '^ *+' conftest.er1 >conftest.err 3034 rm -f conftest.er1 3035 cat conftest.err >&5 2838 3036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2839 3037 (exit $ac_status); } && 2840 { ac_try='test -s conftest$ac_exeext' 3038 { ac_try='test -z "$ac_c_werror_flag" 3039 || test ! -s conftest.err' 3040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3041 (eval $ac_try) 2>&5 3042 ac_status=$? 3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3044 (exit $ac_status); }; } && 3045 { ac_try='test -s conftest$ac_exeext' 2841 3046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2842 3047 (eval $ac_try) 2>&5 … … 2851 3056 ac_cv_func_pow=no 2852 3057 fi 2853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3058 rm -f conftest.err conftest.$ac_objext \ 3059 conftest$ac_exeext conftest.$ac_ext 2854 3060 fi 2855 3061 echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 … … 2867 3073 LIBS="-lm $LIBS" 2868 3074 cat >conftest.$ac_ext <<_ACEOF 2869 #line $LINENO "configure"2870 3075 /* confdefs.h. */ 2871 3076 _ACEOF … … 2891 3096 rm -f conftest.$ac_objext conftest$ac_exeext 2892 3097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2893 (eval $ac_link) 2>&5 2894 ac_status=$? 3098 (eval $ac_link) 2>conftest.er1 3099 ac_status=$? 3100 grep -v '^ *+' conftest.er1 >conftest.err 3101 rm -f conftest.er1 3102 cat conftest.err >&5 2895 3103 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2896 3104 (exit $ac_status); } && 2897 { ac_try='test -s conftest$ac_exeext' 3105 { ac_try='test -z "$ac_c_werror_flag" 3106 || test ! -s conftest.err' 3107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3108 (eval $ac_try) 2>&5 3109 ac_status=$? 3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3111 (exit $ac_status); }; } && 3112 { ac_try='test -s conftest$ac_exeext' 2898 3113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2899 3114 (eval $ac_try) 2>&5 … … 2908 3123 ac_cv_lib_m_sqrt=no 2909 3124 fi 2910 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3125 rm -f conftest.err conftest.$ac_objext \ 3126 conftest$ac_exeext conftest.$ac_ext 2911 3127 LIBS=$ac_check_lib_save_LIBS 2912 3128 fi … … 2931 3147 else 2932 3148 cat >conftest.$ac_ext <<_ACEOF 2933 #line $LINENO "configure"2934 3149 /* confdefs.h. */ 2935 3150 _ACEOF … … 2937 3152 cat >>conftest.$ac_ext <<_ACEOF 2938 3153 /* end confdefs.h. */ 3154 /* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt. 3155 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 3156 #define setsockopt innocuous_setsockopt 3157 2939 3158 /* System header to define __stub macros and hopefully few prototypes, 2940 3159 which can conflict with char setsockopt (); below. 2941 3160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 2942 3161 <limits.h> exists even on freestanding compilers. */ 3162 2943 3163 #ifdef __STDC__ 2944 3164 # include <limits.h> … … 2946 3166 # include <assert.h> 2947 3167 #endif 3168 3169 #undef setsockopt 3170 2948 3171 /* Override any gcc2 internal prototype to avoid an error. */ 2949 3172 #ifdef __cplusplus … … 2976 3199 rm -f conftest.$ac_objext conftest$ac_exeext 2977 3200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2978 (eval $ac_link) 2>&5 2979 ac_status=$? 3201 (eval $ac_link) 2>conftest.er1 3202 ac_status=$? 3203 grep -v '^ *+' conftest.er1 >conftest.err 3204 rm -f conftest.er1 3205 cat conftest.err >&5 2980 3206 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2981 3207 (exit $ac_status); } && 2982 { ac_try='test -s conftest$ac_exeext' 3208 { ac_try='test -z "$ac_c_werror_flag" 3209 || test ! -s conftest.err' 3210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3211 (eval $ac_try) 2>&5 3212 ac_status=$? 3213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3214 (exit $ac_status); }; } && 3215 { ac_try='test -s conftest$ac_exeext' 2983 3216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2984 3217 (eval $ac_try) 2>&5 … … 2993 3226 ac_cv_func_setsockopt=no 2994 3227 fi 2995 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3228 rm -f conftest.err conftest.$ac_objext \ 3229 conftest$ac_exeext conftest.$ac_ext 2996 3230 fi 2997 3231 echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5
