Changeset 4018
- Timestamp:
- 04/02/06 17:48:23 (3 years ago)
- Files:
-
- wire/trunk/configure (modified) (250 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/configure
r4015 r4018 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 9for wire 1.1.3 # Generated by GNU Autoconf 2.57 for wire 1.1. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. 6 6 # 7 # Copyright (C) 2003 Free Software Foundation, Inc. 7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 8 # Free Software Foundation, Inc. 8 9 # This configure script is free software; the Free Software Foundation 9 10 # gives unlimited permission to copy, distribute and modify it. … … 22 23 set -o posix 23 24 fi 24 DUALCASE=1; export DUALCASE # for MKS sh25 25 26 26 # Support unset when possible. 27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then27 if (FOO=FOO; unset FOO) >/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 - z"`(eval $as_var=C; export $as_var) 2>&1`"); then46 if (set +x; test -n "`(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 ./-p224 223 as_mkdir_p=false 225 224 fi … … 228 227 229 228 # Sed expression to map a string onto a valid CPP name. 230 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 231 230 232 231 # Sed expression to map a string onto a valid variable name. 233 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 234 233 235 234 … … 672 671 # Be sure to have absolute paths. 673 672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 674 localstatedir libdir includedir oldincludedir infodir mandir673 localstatedir libdir includedir oldincludedir infodir mandir 675 674 do 676 675 eval ac_val=$`echo $ac_var` … … 712 711 ac_confdir=`(dirname "$0") 2>/dev/null || 713 712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 714 X"$0" : 'X\(//\)[^/]' \| \715 X"$0" : 'X\(//\)$' \| \716 X"$0" : 'X\(/\)' \| \717 . : '\(.\)' 2>/dev/null ||713 X"$0" : 'X\(//\)[^/]' \| \ 714 X"$0" : 'X\(//\)$' \| \ 715 X"$0" : 'X\(/\)' \| \ 716 . : '\(.\)' 2>/dev/null || 718 717 echo X"$0" | 719 718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 807 806 Installation directories: 808 807 --prefix=PREFIX install architecture-independent files in PREFIX 809 [$ac_default_prefix]808 [$ac_default_prefix] 810 809 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 811 [PREFIX]810 [PREFIX] 812 811 813 812 By default, \`make install' will install all the files in … … 851 850 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 852 851 --enable-warnings enable warnings 853 --enable-maintainer-mode 854 enable maintainer mode 852 --enable-maintainer-modeenable maintainer mode 855 853 --disable-largefile omit support for large files 856 854 … … 901 899 ac_top_srcdir=$ac_top_builddir$srcdir ;; 902 900 esac 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 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` 942 907 943 908 cd $ac_dir … … 950 915 $SHELL $ac_srcdir/configure --help=recursive 951 916 elif test -f $ac_srcdir/configure.ac || 952 test -f $ac_srcdir/configure.in; then917 test -f $ac_srcdir/configure.in; then 953 918 echo 954 919 $ac_configure --help … … 964 929 cat <<\_ACEOF 965 930 wire configure 1.1 966 generated by GNU Autoconf 2.59 967 968 Copyright (C) 2003 Free Software Foundation, Inc. 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. 969 935 This configure script is free software; the Free Software Foundation 970 936 gives unlimited permission to copy, distribute and modify it. … … 978 944 979 945 It was created by wire $as_me 1.1, which was 980 generated by GNU Autoconf 2.5 9. Invocation command line was946 generated by GNU Autoconf 2.57. Invocation command line was 981 947 982 948 $ $0 $@ … … 1055 1021 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1056 1022 if test $ac_must_keep_next = true; then 1057 ac_must_keep_next=false # Got value, back to normal.1023 ac_must_keep_next=false # Got value, back to normal. 1058 1024 else 1059 case $ac_arg in1060 *=* | --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 " in1065 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1066 esac1067 ;;1068 -* ) ac_must_keep_next=true ;;1069 esac1025 case $ac_arg in 1026 *=* | --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 " in 1031 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1032 esac 1033 ;; 1034 -* ) ac_must_keep_next=true ;; 1035 esac 1070 1036 fi 1071 1037 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1101 1067 *ac_space=\ *) 1102 1068 sed -n \ 1103 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;1104 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1069 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1070 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1105 1071 ;; 1106 1072 *) 1107 1073 sed -n \ 1108 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1074 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1109 1075 ;; 1110 1076 esac; … … 1135 1101 do 1136 1102 eval ac_val=$`echo $ac_var` 1137 echo "$ac_var='"'"'$ac_val'"'"'"1103 echo "$ac_var='"'"'$ac_val'"'"'" 1138 1104 done | sort 1139 1105 echo … … 1154 1120 echo "$as_me: exit $exit_status" 1155 1121 } >&5 1156 rm -f core *.core &&1122 rm -f core core.* *.core && 1157 1123 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1158 1124 exit $exit_status … … 1234 1200 ac_cache_corrupted=false 1235 1201 for ac_var in `(set) 2>&1 | 1236 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do1202 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1237 1203 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1238 1204 eval ac_new_set=\$ac_env_${ac_var}_set … … 1251 1217 *) 1252 1218 if test "x$ac_old_val" != "x$ac_new_val"; then 1253 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&51219 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1254 1220 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1255 { echo "$as_me:$LINENO: former value: $ac_old_val" >&51221 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1256 1222 echo "$as_me: former value: $ac_old_val" >&2;} 1257 { echo "$as_me:$LINENO: current value: $ac_new_val" >&51223 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1258 1224 echo "$as_me: current value: $ac_new_val" >&2;} 1259 ac_cache_corrupted=:1225 ac_cache_corrupted=: 1260 1226 fi;; 1261 1227 esac … … 1770 1736 1771 1737 cat >conftest.$ac_ext <<_ACEOF 1738 #line $LINENO "configure" 1772 1739 /* confdefs.h. */ 1773 1740 _ACEOF … … 1789 1756 # It will help us diagnose broken compilers, and finding out an intuition 1790 1757 # of exeext. 1791 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51792 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&61758 echo "$as_me:$LINENO: checking for C compiler default output" >&5 1759 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1793 1760 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1794 1761 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 1810 1777 case $ac_file in 1811 1778 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1812 ;;1779 ;; 1813 1780 conftest.$ac_ext ) 1814 # This is the source file.1815 ;;1781 # This is the source file. 1782 ;; 1816 1783 [ab].out ) 1817 # We found the default executable, but exeext='' is most1818 # certainly right.1819 break;;1784 # We found the default executable, but exeext='' is most 1785 # certainly right. 1786 break;; 1820 1787 *.* ) 1821 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`1822 # FIXME: I believe we export ac_cv_exeext for Libtool,1823 # but it would be cool to find out if it's true. Does anybody1824 # maintain Libtool? --akim.1825 export ac_cv_exeext1826 break;;1788 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1789 # FIXME: I believe we export ac_cv_exeext for Libtool, 1790 # but it would be cool to find out if it's true. Does anybody 1791 # maintain Libtool? --akim. 1792 export ac_cv_exeext 1793 break;; 1827 1794 * ) 1828 break;;1795 break;; 1829 1796 esac 1830 1797 done … … 1900 1867 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 1901 1868 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1902 export ac_cv_exeext1903 break;;1869 export ac_cv_exeext 1870 break;; 1904 1871 * ) break;; 1905 1872 esac … … 1926 1893 else 1927 1894 cat >conftest.$ac_ext <<_ACEOF 1895 #line $LINENO "configure" 1928 1896 /* confdefs.h. */ 1929 1897 _ACEOF … … 1976 1944 else 1977 1945 cat >conftest.$ac_ext <<_ACEOF 1946 #line $LINENO "configure" 1978 1947 /* confdefs.h. */ 1979 1948 _ACEOF … … 1995 1964 rm -f conftest.$ac_objext 1996 1965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1997 (eval $ac_compile) 2>conftest.er1 1998 ac_status=$? 1999 grep -v '^ *+' conftest.er1 >conftest.err 2000 rm -f conftest.er1 2001 cat conftest.err >&5 1966 (eval $ac_compile) 2>&5 1967 ac_status=$? 2002 1968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2003 1969 (exit $ac_status); } && 2004 { ac_try='test -z "$ac_c_werror_flag" 2005 || test ! -s conftest.err' 1970 { ac_try='test -s conftest.$ac_objext' 2006 1971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2007 1972 (eval $ac_try) 2>&5 2008 1973 ac_status=$? 2009 1974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2010 (exit $ac_status); }; } &&2011 { ac_try='test -s conftest.$ac_objext'2012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52013 (eval $ac_try) 2>&52014 ac_status=$?2015 echo "$as_me:$LINENO: \$? = $ac_status" >&52016 1975 (exit $ac_status); }; }; then 2017 1976 ac_compiler_gnu=yes … … 2022 1981 ac_compiler_gnu=no 2023 1982 fi 2024 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext1983 rm -f conftest.$ac_objext conftest.$ac_ext 2025 1984 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2026 1985 … … 2038 1997 else 2039 1998 cat >conftest.$ac_ext <<_ACEOF 1999 #line $LINENO "configure" 2040 2000 /* confdefs.h. */ 2041 2001 _ACEOF … … 2054 2014 rm -f conftest.$ac_objext 2055 2015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2056 (eval $ac_compile) 2>conftest.er1 2057 ac_status=$? 2058 grep -v '^ *+' conftest.er1 >conftest.err 2059 rm -f conftest.er1 2060 cat conftest.err >&5 2016 (eval $ac_compile) 2>&5 2017 ac_status=$? 2061 2018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2062 2019 (exit $ac_status); } && 2063 { ac_try='test -z "$ac_c_werror_flag" 2064 || test ! -s conftest.err' 2020 { ac_try='test -s conftest.$ac_objext' 2065 2021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2066 2022 (eval $ac_try) 2>&5 2067 2023 ac_status=$? 2068 2024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2069 (exit $ac_status); }; } &&2070 { ac_try='test -s conftest.$ac_objext'2071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52072 (eval $ac_try) 2>&52073 ac_status=$?2074 echo "$as_me:$LINENO: \$? = $ac_status" >&52075 2025 (exit $ac_status); }; }; then 2076 2026 ac_cv_prog_cc_g=yes … … 2081 2031 ac_cv_prog_cc_g=no 2082 2032 fi 2083 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2033 rm -f conftest.$ac_objext conftest.$ac_ext 2084 2034 fi 2085 2035 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2108 2058 ac_save_CC=$CC 2109 2059 cat >conftest.$ac_ext <<_ACEOF 2060 #line $LINENO "configure" 2110 2061 /* confdefs.h. */ 2111 2062 _ACEOF … … 2135 2086 return s; 2136 2087 } 2137 2138 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has2139 function prototypes and stuff, but not '\xHH' hex character constants.2140 These don't provoke an error unfortunately, instead are silently treated2141 as 'x'. The following induces an error, until -std1 is added to get2142 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an2143 array size at least. It's necessary to write '\x00'==0 to get something2144 that's true only with -std1. */2145 int osf4_cc_array ['\x00' == 0 ? 1 : -1];2146 2147 2088 int test (int i, double x); 2148 2089 struct s1 {int (*f) (int a);}; … … 2171 2112 rm -f conftest.$ac_objext 2172 2113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2173 (eval $ac_compile) 2>conftest.er1 2174 ac_status=$? 2175 grep -v '^ *+' conftest.er1 >conftest.err 2176 rm -f conftest.er1 2177 cat conftest.err >&5 2114 (eval $ac_compile) 2>&5 2115 ac_status=$? 2178 2116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2179 2117 (exit $ac_status); } && 2180 { ac_try='test -z "$ac_c_werror_flag" 2181 || test ! -s conftest.err' 2182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2183 (eval $ac_try) 2>&5 2184 ac_status=$? 2185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2186 (exit $ac_status); }; } && 2187 { ac_try='test -s conftest.$ac_objext' 2118 { ac_try='test -s conftest.$ac_objext' 2188 2119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2189 2120 (eval $ac_try) 2>&5 … … 2198 2129 2199 2130 fi 2200 rm -f conftest. err conftest.$ac_objext2131 rm -f conftest.$ac_objext 2201 2132 done 2202 2133 rm -f conftest.$ac_ext conftest.$ac_objext … … 2226 2157 rm -f conftest.$ac_objext 2227 2158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2228 (eval $ac_compile) 2>conftest.er1 2229 ac_status=$? 2230 grep -v '^ *+' conftest.er1 >conftest.err 2231 rm -f conftest.er1 2232 cat conftest.err >&5 2159 (eval $ac_compile) 2>&5 2160 ac_status=$? 2233 2161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2234 2162 (exit $ac_status); } && 2235 { ac_try='test -z "$ac_c_werror_flag" 2236 || test ! -s conftest.err' 2163 { ac_try='test -s conftest.$ac_objext' 2237 2164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2238 2165 (eval $ac_try) 2>&5 2239 2166 ac_status=$? 2240 2167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2241 (exit $ac_status); }; } &&2242 { ac_try='test -s conftest.$ac_objext'2243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52244 (eval $ac_try) 2>&52245 ac_status=$?2246 echo "$as_me:$LINENO: \$? = $ac_status" >&52247 2168 (exit $ac_status); }; }; then 2248 2169 for ac_declaration in \ 2249 '' \ 2170 ''\ 2171 '#include <stdlib.h>' \ 2250 2172 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2251 2173 'extern "C" void std::exit (int); using std::exit;' \ … … 2255 2177 do 2256 2178 cat >conftest.$ac_ext <<_ACEOF 2179 #line $LINENO "configure" 2257 2180 /* confdefs.h. */ 2258 2181 _ACEOF … … 2260 2183 cat >>conftest.$ac_ext <<_ACEOF 2261 2184 /* end confdefs.h. */ 2185 #include <stdlib.h> 2262 2186 $ac_declaration 2263 #include <stdlib.h>2264 2187 int 2265 2188 main () … … 2272 2195 rm -f conftest.$ac_objext 2273 2196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2274 (eval $ac_compile) 2>conftest.er1 2275 ac_status=$? 2276 grep -v '^ *+' conftest.er1 >conftest.err 2277 rm -f conftest.er1 2278 cat conftest.err >&5 2197 (eval $ac_compile) 2>&5 2198 ac_status=$? 2279 2199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2280 2200 (exit $ac_status); } && 2281 { ac_try='test -z "$ac_c_werror_flag" 2282 || test ! -s conftest.err' 2201 { ac_try='test -s conftest.$ac_objext' 2283 2202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2284 2203 (eval $ac_try) 2>&5 2285 2204 ac_status=$? 2286 2205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2287 (exit $ac_status); }; } &&2288 { ac_try='test -s conftest.$ac_objext'2289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52290 (eval $ac_try) 2>&52291 ac_status=$?2292 echo "$as_me:$LINENO: \$? = $ac_status" >&52293 2206 (exit $ac_status); }; }; then 2294 2207 : … … 2299 2212 continue 2300 2213 fi 2301 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2214 rm -f conftest.$ac_objext conftest.$ac_ext 2302 2215 cat >conftest.$ac_ext <<_ACEOF 2216 #line $LINENO "configure" 2303 2217 /* confdefs.h. */ 2304 2218 _ACEOF … … 2317 2231 rm -f conftest.$ac_objext 2318 2232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2319 (eval $ac_compile) 2>conftest.er1 2320 ac_status=$? 2321 grep -v '^ *+' conftest.er1 >conftest.err 2322 rm -f conftest.er1 2323 cat conftest.err >&5 2233 (eval $ac_compile) 2>&5 2234 ac_status=$? 2324 2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2325 2236 (exit $ac_status); } && 2326 { ac_try='test -z "$ac_c_werror_flag" 2327 || test ! -s conftest.err' 2237 { ac_try='test -s conftest.$ac_objext' 2328 2238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2329 2239 (eval $ac_try) 2>&5 2330 2240 ac_status=$? 2331 2241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2332 (exit $ac_status); }; } &&2333 { ac_try='test -s conftest.$ac_objext'2334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52335 (eval $ac_try) 2>&52336 ac_status=$?2337 echo "$as_me:$LINENO: \$? = $ac_status" >&52338 2242 (exit $ac_status); }; }; then 2339 2243 break … … 2343 2247 2344 2248 fi 2345 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2249 rm -f conftest.$ac_objext conftest.$ac_ext 2346 2250 done 2347 2251 rm -f conftest* … … 2357 2261 2358 2262 fi 2359 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2263 rm -f conftest.$ac_objext conftest.$ac_ext 2360 2264 ac_ext=c 2361 2265 ac_cpp='$CPP $CPPFLAGS' … … 2375 2279 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2376 2280 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2377 # OS/2's system install, which has a completely different semantic2378 2281 # ./install, which can be erroneously created by make from ./install.sh. 2379 2282 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 2392 2295 ./ | .// | /cC/* | \ 2393 2296 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2394 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \2395 2297 /usr/ucb/* ) ;; 2396 2298 *) … … 2400 2302 for ac_prog in ginstall scoinst install; do 2401 2303 for ac_exec_ext in '' $ac_executable_extensions; do 2402 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2403 if test $ac_prog = install &&2404 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2405 # AIX install. It has an incompatible calling convention.2406 :2407 elif test $ac_prog = install &&2408 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2409 # program-specific install script used by HP pwplus--don't use.2410 :2411 else2412 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"2413 break 32414 fi2415 fi2304 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2305 if test $ac_prog = install && 2306 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2307 # AIX install. It has an incompatible calling convention. 2308 : 2309 elif test $ac_prog = install && 2310 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2311 # program-specific install script used by HP pwplus--don't use. 2312 : 2313 else 2314 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2315 break 3 2316 fi 2317 fi 2416 2318 done 2417 2319 done … … 2445 2347 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2446 2348 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 2447 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y, :./+-,___p_,'`2349 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 2448 2350 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 2449 2351 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2503 2405 rm -f conftest.$ac_objext 2504 2406 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2505 (eval $ac_compile) 2>conftest.er1 2506 ac_status=$? 2507 grep -v '^ *+' conftest.er1 >conftest.err 2508 rm -f conftest.er1 2509 cat conftest.err >&5 2407 (eval $ac_compile) 2>&5 2408 ac_status=$? 2510 2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2511 2410 (exit $ac_status); } && 2512 { ac_try='test -z "$ac_c_werror_flag" 2513 || test ! -s conftest.err' 2411 { ac_try='test -s conftest.$ac_objext' 2514 2412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2515 2413 (eval $ac_try) 2>&5 2516 2414 ac_status=$? 2517 2415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2518 (exit $ac_status); }; } &&2519 { ac_try='test -s conftest.$ac_objext'2520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52521 (eval $ac_try) 2>&52522 ac_status=$?2523 echo "$as_me:$LINENO: \$? = $ac_status" >&52524 2416 (exit $ac_status); }; }; then 2525 2417 … … 2534 2426 2535 2427 fi 2536 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2428 rm -f conftest.$ac_objext conftest.$ac_ext 2537 2429 2538 2430 … … 2549 2441 rm -f conftest.$ac_objext 2550 2442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2551 (eval $ac_compile) 2>conftest.er1 2552 ac_status=$? 2553 grep -v '^ *+' conftest.er1 >conftest.err 2554 rm -f conftest.er1 2555 cat conftest.err >&5 2443 (eval $ac_compile) 2>&5 2444 ac_status=$? 2556 2445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2557 2446 (exit $ac_status); } && 2558 { ac_try='test -z "$ac_c_werror_flag" 2559 || test ! -s conftest.err' 2447 { ac_try='test -s conftest.$ac_objext' 2560 2448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2561 2449 (eval $ac_try) 2>&5 2562 2450 ac_status=$? 2563 2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2564 (exit $ac_status); }; } &&2565 { ac_try='test -s conftest.$ac_objext'2566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52567 (eval $ac_try) 2>&52568 ac_status=$?2569 echo "$as_me:$LINENO: \$? = $ac_status" >&52570 2452 (exit $ac_status); }; }; then 2571 2453 … … 2580 2462 2581 2463 fi 2582 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2464 rm -f conftest.$ac_objext conftest.$ac_ext 2583 2465 2584 2466 … … 2595 2477 rm -f conftest.$ac_objext 2596 2478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2597 (eval $ac_compile) 2>conftest.er1 2598 ac_status=$? 2599 grep -v '^ *+' conftest.er1 >conftest.err 2600 rm -f conftest.er1 2601 cat conftest.err >&5 2479 (eval $ac_compile) 2>&5 2480 ac_status=$? 2602 2481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2603 2482 (exit $ac_status); } && 2604 { ac_try='test -z "$ac_c_werror_flag" 2605 || test ! -s conftest.err' 2483 { ac_try='test -s conftest.$ac_objext' 2606 2484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2607 2485 (eval $ac_try) 2>&5 2608 2486 ac_status=$? 2609 2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2610 (exit $ac_status); }; } &&2611 { ac_try='test -s conftest.$ac_objext'2612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52613 (eval $ac_try) 2>&52614 ac_status=$?2615 echo "$as_me:$LINENO: \$? = $ac_status" >&52616 2488 (exit $ac_status); }; }; then 2617 2489 … … 2626 2498 2627 2499 fi 2628 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2500 rm -f conftest.$ac_objext conftest.$ac_ext 2629 2501 2630 2502 … … 2641 2513 rm -f conftest.$ac_objext 2642 2514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2643 (eval $ac_compile) 2>conftest.er1 2644 ac_status=$? 2645 grep -v '^ *+' conftest.er1 >conftest.err 2646 rm -f conftest.er1 2647 cat conftest.err >&5 2515 (eval $ac_compile) 2>&5 2516 ac_status=$? 2648 2517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2649 2518 (exit $ac_status); } && 2650 { ac_try='test -z "$ac_c_werror_flag" 2651 || test ! -s conftest.err' 2519 { ac_try='test -s conftest.$ac_objext' 2652 2520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2653 2521 (eval $ac_try) 2>&5 2654 2522 ac_status=$? 2655 2523 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2656 (exit $ac_status); }; } &&2657 { ac_try='test -s conftest.$ac_objext'2658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52659 (eval $ac_try) 2>&52660 ac_status=$?2661 echo "$as_me:$LINENO: \$? = $ac_status" >&52662 2524 (exit $ac_status); }; }; then 2663 2525 … … 2672 2534 2673 2535 fi 2674 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2536 rm -f conftest.$ac_objext conftest.$ac_ext 2675 2537 2676 2538 … … 2687 2549 rm -f conftest.$ac_objext 2688 2550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2689 (eval $ac_compile) 2>conftest.er1 2690 ac_status=$? 2691 grep -v '^ *+' conftest.er1 >conftest.err 2692 rm -f conftest.er1 2693 cat conftest.err >&5 2551 (eval $ac_compile) 2>&5 2552 ac_status=$? 2694 2553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2695 2554 (exit $ac_status); } && 2696 { ac_try='test -z "$ac_c_werror_flag" 2697 || test ! -s conftest.err' 2555 { ac_try='test -s conftest.$ac_objext' 2698 2556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2699 2557 (eval $ac_try) 2>&5 2700 2558 ac_status=$? 2701 2559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2702 (exit $ac_status); }; } &&2703 { ac_try='test -s conftest.$ac_objext'2704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52705 (eval $ac_try) 2>&52706 ac_status=$?2707 echo "$as_me:$LINENO: \$? = $ac_status" >&52708 2560 (exit $ac_status); }; }; then 2709 2561 … … 2718 2570 2719 2571 fi 2720 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2572 rm -f conftest.$ac_objext conftest.$ac_ext 2721 2573 2722 2574 … … 2733 2585 rm -f conftest.$ac_objext 2734 2586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2735 (eval $ac_compile) 2>conftest.er1 2736 ac_status=$? 2737 grep -v '^ *+' conftest.er1 >conftest.err 2738 rm -f conftest.er1 2739 cat conftest.err >&5 2587 (eval $ac_compile) 2>&5 2588 ac_status=$? 2740 2589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2741 2590 (exit $ac_status); } && 2742 { ac_try='test -z "$ac_c_werror_flag" 2743 || test ! -s conftest.err' 2591 { ac_try='test -s conftest.$ac_objext' 2744 2592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2745 2593 (eval $ac_try) 2>&5 2746 2594 ac_status=$? 2747 2595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2748 (exit $ac_status); }; } &&2749 { ac_try='test -s conftest.$ac_objext'2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52751 (eval $ac_try) 2>&52752 ac_status=$?2753 echo "$as_me:$LINENO: \$? = $ac_status" >&52754 2596 (exit $ac_status); }; }; then 2755 2597 … … 2764 2606 2765 2607 fi 2766 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2608 rm -f conftest.$ac_objext conftest.$ac_ext 2767 2609 2768 2610 … … 2779 2621 rm -f conftest.$ac_objext 2780 2622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2781 (eval $ac_compile) 2>conftest.er1 2782 ac_status=$? 2783 grep -v '^ *+' conftest.er1 >conftest.err 2784 rm -f conftest.er1 2785 cat conftest.err >&5 2623 (eval $ac_compile) 2>&5 2624 ac_status=$? 2786 2625 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2787 2626 (exit $ac_status); } && 2788 { ac_try='test -z "$ac_c_werror_flag" 2789 || test ! -s conftest.err' 2627 { ac_try='test -s conftest.$ac_objext' 2790 2628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2791 2629 (eval $ac_try) 2>&5 2792 2630 ac_status=$? 2793 2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2794 (exit $ac_status); }; } &&2795 { ac_try='test -s conftest.$ac_objext'2796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52797 (eval $ac_try) 2>&52798 ac_status=$?2799 echo "$as_me:$LINENO: \$? = $ac_status" >&52800 2632 (exit $ac_status); }; }; then 2801 2633 … … 2810 2642 2811 2643 fi 2812 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2644 rm -f conftest.$ac_objext conftest.$ac_ext 2813 2645 2814 2646 … … 2825 2657 rm -f conftest.$ac_objext 2826 2658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2827 (eval $ac_compile) 2>conftest.er1 2828 ac_status=$? 2829 grep -v '^ *+' conftest.er1 >conftest.err 2830 rm -f conftest.er1 2831 cat conftest.err >&5 2659 (eval $ac_compile) 2>&5 2660 ac_status=$? 2832 2661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2833 2662 (exit $ac_status); } && 2834 { ac_try='test -z "$ac_c_werror_flag" 2835 || test ! -s conftest.err' 2663 { ac_try='test -s conftest.$ac_objext' 2836 2664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2837 2665 (eval $ac_try) 2>&5 2838 2666 ac_status=$? 2839 2667 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2840 (exit $ac_status); }; } &&2841 { ac_try='test -s conftest.$ac_objext'2842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52843 (eval $ac_try) 2>&52844 ac_status=$?2845 echo "$as_me:$LINENO: \$? = $ac_status" >&52846 2668 (exit $ac_status); }; }; then 2847 2669 … … 2856 2678 2857 2679 fi 2858 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2680 rm -f conftest.$ac_objext conftest.$ac_ext 2859 2681 2860 2682 … … 2871 2693 rm -f conftest.$ac_objext 2872 2694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2873 (eval $ac_compile) 2>conftest.er1 2874 ac_status=$? 2875 grep -v '^ *+' conftest.er1 >conftest.err 2876 rm -f conftest.er1 2877 cat conftest.err >&5 2695 (eval $ac_compile) 2>&5 2696 ac_status=$? 2878 2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2879 2698 (exit $ac_status); } && 2880 { ac_try='test -z "$ac_c_werror_flag" 2881 || test ! -s conftest.err' 2699 { ac_try='test -s conftest.$ac_objext' 2882 2700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2883 2701 (eval $ac_try) 2>&5 2884 2702 ac_status=$? 2885 2703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2886 (exit $ac_status); }; } &&2887 { ac_try='test -s conftest.$ac_objext'2888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&52889 (eval $ac_try) 2>&52890 ac_status=$?2891 echo "$as_me:$LINENO: \$? = $ac_status" >&52892 2704 (exit $ac_status); }; }; then 2893 2705 … … 2902 2714 2903 2715 fi 2904 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2716 rm -f conftest.$ac_objext conftest.$ac_ext 2905 2717 2906 2718 … … 2982 2794 else 2983 2795 cat >conftest.$ac_ext <<_ACEOF 2796 #line $LINENO "configure" 2984 2797 /* confdefs.h. */ 2985 2798 _ACEOF … … 2987 2800 cat >>conftest.$ac_ext <<_ACEOF 2988 2801 /* end confdefs.h. */ 2989 /* Define pow to an innocuous variant, in case <limits.h> declares pow.2990 For example, HP-UX 11i <limits.h> declares gettimeofday. */2991 #define pow innocuous_pow2992 2993 2802 /* System header to define __stub macros and hopefully few prototypes, 2994 2803 which can conflict with char pow (); below. 2995 2804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 2996 2805 <limits.h> exists even on freestanding compilers. */ 2997 2998 2806 #ifdef __STDC__ 2999 2807 # include <limits.h> … … 3001 2809 # include <assert.h> 3002 2810 #endif 3003 3004 #undef pow3005 3006 2811 /* Override any gcc2 internal prototype to avoid an error. */ 3007 2812 #ifdef __cplusplus … … 3034 2839 rm -f conftest.$ac_objext conftest$ac_exeext 3035 2840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3036 (eval $ac_link) 2>conftest.er1 3037 ac_status=$? 3038 grep -v '^ *+' conftest.er1 >conftest.err 3039 rm -f conftest.er1 3040 cat conftest.err >&5 2841 (eval $ac_link) 2>&5 2842 ac_status=$? 3041 2843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3042 2844 (exit $ac_status); } && 3043 { ac_try='test -z "$ac_c_werror_flag" 3044 || test ! -s conftest.err' 2845 { ac_try='test -s conftest$ac_exeext' 3045 2846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3046 2847 (eval $ac_try) 2>&5 3047 2848 ac_status=$? 3048 2849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3049 (exit $ac_status); }; } &&3050 { ac_try='test -s conftest$ac_exeext'3051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53052 (eval $ac_try) 2>&53053 ac_status=$?3054 echo "$as_me:$LINENO: \$? = $ac_status" >&53055 2850 (exit $ac_status); }; }; then 3056 2851 ac_cv_func_pow=yes … … 3061 2856 ac_cv_func_pow=no 3062 2857 fi 3063 rm -f conftest.err conftest.$ac_objext \ 3064 conftest$ac_exeext conftest.$ac_ext 2858 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3065 2859 fi 3066 2860 echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 … … 3078 2872 LIBS="-lm $LIBS" 3079 2873 cat >conftest.$ac_ext <<_ACEOF 2874 #line $LINENO "configure" 3080 2875 /* confdefs.h. */ 3081 2876 _ACEOF … … 3101 2896 rm -f conftest.$ac_objext conftest$ac_exeext 3102 2897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3103 (eval $ac_link) 2>conftest.er1 3104 ac_status=$? 3105 grep -v '^ *+' conftest.er1 >conftest.err 3106 rm -f conftest.er1 3107 cat conftest.err >&5 2898 (eval $ac_link) 2>&5 2899 ac_status=$? 3108 2900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3109 2901 (exit $ac_status); } && 3110 { ac_try='test -z "$ac_c_werror_flag" 3111 || test ! -s conftest.err' 2902 { ac_try='test -s conftest$ac_exeext' 3112 2903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3113 2904 (eval $ac_try) 2>&5 3114 2905 ac_status=$? 3115 2906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3116 (exit $ac_status); }; } &&3117 { ac_try='test -s conftest$ac_exeext'3118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&53119 (eval $ac_try) 2>&53120 ac_status=$?3121 echo "$as_me:$LINENO: \$? = $ac_status" >&53122 2907 (exit $ac_status); }; }; then 3123 2908 ac_cv_lib_m_sqrt=yes … … 3128 2913 ac_cv_lib_m_sqrt=no 3129 2914 fi 3130 rm -f conftest.err conftest.$ac_objext \ 3131 conftest$ac_exeext conftest.$ac_ext 2915 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3132 2916 LIBS=$ac_check_lib_save_LIBS 3133 2917 fi … … 3152 2936 else 3153<
