Changeset 2157
- Timestamp:
- Oct 15, 2004, 10:40:59 AM (22 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
aclocal.m4 (modified) (1 diff)
-
configure (modified) (286 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/aclocal.m4
r2138 r2157 6383 6383 # release and drop the old call support. 6384 6384 AC_DEFUN([AM_INIT_AUTOMAKE], 6385 [AC_PREREQ([2.5 8])dnl6385 [AC_PREREQ([2.50])dnl 6386 6386 dnl Autoconf wants to disallow AM_ names. We explicitly allow 6387 6387 dnl the ones we care about. -
trunk/psModules/configure
r2138 r2157 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 9.3 # Generated by GNU Autoconf 2.57. 4 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 6 # Free Software Foundation, Inc. 6 7 # This configure script is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy, distribute and modify it. … … 20 21 set -o posix 21 22 fi 22 DUALCASE=1; export DUALCASE # for MKS sh23 23 24 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then25 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 26 26 as_unset=unset 27 27 else … … 42 42 LC_TELEPHONE LC_TIME 43 43 do 44 if (set +x; test - z"`(eval $as_var=C; export $as_var) 2>&1`"); then44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 45 eval $as_var=C; export $as_var 46 46 else … … 219 219 as_mkdir_p=: 220 220 else 221 test -d ./-p && rmdir ./-p222 221 as_mkdir_p=false 223 222 fi … … 226 225 227 226 # Sed expression to map a string onto a valid CPP name. 228 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"227 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 229 228 230 229 # Sed expression to map a string onto a valid variable name. 231 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"230 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 232 231 233 232 … … 823 822 # Be sure to have absolute paths. 824 823 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 825 localstatedir libdir includedir oldincludedir infodir mandir824 localstatedir libdir includedir oldincludedir infodir mandir 826 825 do 827 826 eval ac_val=$`echo $ac_var` … … 863 862 ac_confdir=`(dirname "$0") 2>/dev/null || 864 863 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 865 X"$0" : 'X\(//\)[^/]' \| \866 X"$0" : 'X\(//\)$' \| \867 X"$0" : 'X\(/\)' \| \868 . : '\(.\)' 2>/dev/null ||864 X"$0" : 'X\(//\)[^/]' \| \ 865 X"$0" : 'X\(//\)$' \| \ 866 X"$0" : 'X\(/\)' \| \ 867 . : '\(.\)' 2>/dev/null || 869 868 echo X"$0" | 870 869 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 978 977 Installation directories: 979 978 --prefix=PREFIX install architecture-independent files in PREFIX 980 [$ac_default_prefix]979 [$ac_default_prefix] 981 980 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 982 [PREFIX]981 [PREFIX] 983 982 984 983 By default, \`make install' will install all the files in … … 1098 1097 ac_top_srcdir=$ac_top_builddir$srcdir ;; 1099 1098 esac 1100 1101 # Do not use `cd foo && pwd` to compute absolute paths, because 1102 # the directories may not exist. 1103 case `pwd` in 1104 .) ac_abs_builddir="$ac_dir";; 1105 *) 1106 case "$ac_dir" in 1107 .) ac_abs_builddir=`pwd`;; 1108 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 1109 *) ac_abs_builddir=`pwd`/"$ac_dir";; 1110 esac;; 1111 esac 1112 case $ac_abs_builddir in 1113 .) ac_abs_top_builddir=${ac_top_builddir}.;; 1114 *) 1115 case ${ac_top_builddir}. in 1116 .) ac_abs_top_builddir=$ac_abs_builddir;; 1117 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1118 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1119 esac;; 1120 esac 1121 case $ac_abs_builddir in 1122 .) ac_abs_srcdir=$ac_srcdir;; 1123 *) 1124 case $ac_srcdir in 1125 .) ac_abs_srcdir=$ac_abs_builddir;; 1126 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 1127 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 1128 esac;; 1129 esac 1130 case $ac_abs_builddir in 1131 .) ac_abs_top_srcdir=$ac_top_srcdir;; 1132 *) 1133 case $ac_top_srcdir in 1134 .) ac_abs_top_srcdir=$ac_abs_builddir;; 1135 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 1136 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 1137 esac;; 1138 esac 1099 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 1100 # absolute. 1101 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 1102 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 1103 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 1104 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 1139 1105 1140 1106 cd $ac_dir … … 1147 1113 $SHELL $ac_srcdir/configure --help=recursive 1148 1114 elif test -f $ac_srcdir/configure.ac || 1149 test -f $ac_srcdir/configure.in; then1115 test -f $ac_srcdir/configure.in; then 1150 1116 echo 1151 1117 $ac_configure --help … … 1161 1127 cat <<\_ACEOF 1162 1128 1163 Copyright (C) 2003 Free Software Foundation, Inc. 1129 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 1130 Free Software Foundation, Inc. 1164 1131 This configure script is free software; the Free Software Foundation 1165 1132 gives unlimited permission to copy, distribute and modify it. … … 1173 1140 1174 1141 It was created by $as_me, which was 1175 generated by GNU Autoconf 2.5 9. Invocation command line was1142 generated by GNU Autoconf 2.57. Invocation command line was 1176 1143 1177 1144 $ $0 $@ … … 1250 1217 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1251 1218 if test $ac_must_keep_next = true; then 1252 ac_must_keep_next=false # Got value, back to normal.1219 ac_must_keep_next=false # Got value, back to normal. 1253 1220 else 1254 case $ac_arg in1255 *=* | --config-cache | -C | -disable-* | --disable-* \1256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \1257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \1258 | -with-* | --with-* | -without-* | --without-* | --x)1259 case "$ac_configure_args0 " in1260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1261 esac1262 ;;1263 -* ) ac_must_keep_next=true ;;1264 esac1221 case $ac_arg in 1222 *=* | --config-cache | -C | -disable-* | --disable-* \ 1223 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1224 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1225 | -with-* | --with-* | -without-* | --without-* | --x) 1226 case "$ac_configure_args0 " in 1227 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1228 esac 1229 ;; 1230 -* ) ac_must_keep_next=true ;; 1231 esac 1265 1232 fi 1266 1233 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1296 1263 *ac_space=\ *) 1297 1264 sed -n \ 1298 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;1299 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1265 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1266 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1300 1267 ;; 1301 1268 *) 1302 1269 sed -n \ 1303 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1270 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1304 1271 ;; 1305 1272 esac; … … 1330 1297 do 1331 1298 eval ac_val=$`echo $ac_var` 1332 echo "$ac_var='"'"'$ac_val'"'"'"1299 echo "$ac_var='"'"'$ac_val'"'"'" 1333 1300 done | sort 1334 1301 echo … … 1349 1316 echo "$as_me: exit $exit_status" 1350 1317 } >&5 1351 rm -f core *.core &&1318 rm -f core core.* *.core && 1352 1319 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1353 1320 exit $exit_status … … 1429 1396 ac_cache_corrupted=false 1430 1397 for ac_var in `(set) 2>&1 | 1431 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do1398 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1432 1399 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1433 1400 eval ac_new_set=\$ac_env_${ac_var}_set … … 1446 1413 *) 1447 1414 if test "x$ac_old_val" != "x$ac_new_val"; then 1448 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&51415 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1449 1416 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1450 { echo "$as_me:$LINENO: former value: $ac_old_val" >&51417 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1451 1418 echo "$as_me: former value: $ac_old_val" >&2;} 1452 { echo "$as_me:$LINENO: current value: $ac_new_val" >&51419 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1453 1420 echo "$as_me: current value: $ac_new_val" >&2;} 1454 ac_cache_corrupted=:1421 ac_cache_corrupted=: 1455 1422 fi;; 1456 1423 esac … … 1540 1507 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1541 1508 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1542 # OS/2's system install, which has a completely different semantic1543 1509 # ./install, which can be erroneously created by make from ./install.sh. 1544 1510 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 1557 1523 ./ | .// | /cC/* | \ 1558 1524 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1559 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \1560 1525 /usr/ucb/* ) ;; 1561 1526 *) … … 1565 1530 for ac_prog in ginstall scoinst install; do 1566 1531 for ac_exec_ext in '' $ac_executable_extensions; do 1567 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then1568 if test $ac_prog = install &&1569 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1570 # AIX install. It has an incompatible calling convention.1571 :1572 elif test $ac_prog = install &&1573 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1574 # program-specific install script used by HP pwplus--don't use.1575 :1576 else1577 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"1578 break 31579 fi1580 fi1532 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1533 if test $ac_prog = install && 1534 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1535 # AIX install. It has an incompatible calling convention. 1536 : 1537 elif test $ac_prog = install && 1538 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1539 # program-specific install script used by HP pwplus--don't use. 1540 : 1541 else 1542 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1543 break 3 1544 fi 1545 fi 1581 1546 done 1582 1547 done … … 1746 1711 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1747 1712 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1748 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y, :./+-,___p_,'`1713 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 1749 1714 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1750 1715 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2271 2236 2272 2237 cat >conftest.$ac_ext <<_ACEOF 2238 #line $LINENO "configure" 2273 2239 /* confdefs.h. */ 2274 2240 _ACEOF … … 2290 2256 # It will help us diagnose broken compilers, and finding out an intuition 2291 2257 # of exeext. 2292 echo "$as_me:$LINENO: checking for C compiler default output file name" >&52293 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&62258 echo "$as_me:$LINENO: checking for C compiler default output" >&5 2259 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2294 2260 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2295 2261 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 2311 2277 case $ac_file in 2312 2278 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 2313 ;;2279 ;; 2314 2280 conftest.$ac_ext ) 2315 # This is the source file.2316 ;;2281 # This is the source file. 2282 ;; 2317 2283 [ab].out ) 2318 # We found the default executable, but exeext='' is most2319 # certainly right.2320 break;;2284 # We found the default executable, but exeext='' is most 2285 # certainly right. 2286 break;; 2321 2287 *.* ) 2322 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`2323 # FIXME: I believe we export ac_cv_exeext for Libtool,2324 # but it would be cool to find out if it's true. Does anybody2325 # maintain Libtool? --akim.2326 export ac_cv_exeext2327 break;;2288 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2289 # FIXME: I believe we export ac_cv_exeext for Libtool, 2290 # but it would be cool to find out if it's true. Does anybody 2291 # maintain Libtool? --akim. 2292 export ac_cv_exeext 2293 break;; 2328 2294 * ) 2329 break;;2295 break;; 2330 2296 esac 2331 2297 done … … 2401 2367 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2402 2368 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2403 export ac_cv_exeext2404 break;;2369 export ac_cv_exeext 2370 break;; 2405 2371 * ) break;; 2406 2372 esac … … 2427 2393 else 2428 2394 cat >conftest.$ac_ext <<_ACEOF 2395 #line $LINENO "configure" 2429 2396 /* confdefs.h. */ 2430 2397 _ACEOF … … 2477 2444 else 2478 2445 cat >conftest.$ac_ext <<_ACEOF 2446 #line $LINENO "configure" 2479 2447 /* confdefs.h. */ 2480 2448 _ACEOF … … 2496 2464 rm -f conftest.$ac_objext 2497 2465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2498 (eval $ac_compile) 2> conftest.er12466 (eval $ac_compile) 2>&5 2499 2467 ac_status=$? 2500 grep -v '^ *+' conftest.er1 >conftest.err2501 rm -f conftest.er12502 cat conftest.err >&52503 2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2504 2469 (exit $ac_status); } && 2505 { ac_try='test -z "$ac_c_werror_flag" 2506 || test ! -s conftest.err' 2507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2508 (eval $ac_try) 2>&5 2509 ac_status=$? 2510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2511 (exit $ac_status); }; } && 2512 { ac_try='test -s conftest.$ac_objext' 2470 { ac_try='test -s conftest.$ac_objext' 2513 2471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2514 2472 (eval $ac_try) 2>&5 … … 2523 2481 ac_compiler_gnu=no 2524 2482 fi 2525 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2483 rm -f conftest.$ac_objext conftest.$ac_ext 2526 2484 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2527 2485 … … 2539 2497 else 2540 2498 cat >conftest.$ac_ext <<_ACEOF 2499 #line $LINENO "configure" 2541 2500 /* confdefs.h. */ 2542 2501 _ACEOF … … 2555 2514 rm -f conftest.$ac_objext 2556 2515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2557 (eval $ac_compile) 2> conftest.er12516 (eval $ac_compile) 2>&5 2558 2517 ac_status=$? 2559 grep -v '^ *+' conftest.er1 >conftest.err2560 rm -f conftest.er12561 cat conftest.err >&52562 2518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2563 2519 (exit $ac_status); } && 2564 { ac_try='test -z "$ac_c_werror_flag" 2565 || test ! -s conftest.err' 2566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2567 (eval $ac_try) 2>&5 2568 ac_status=$? 2569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2570 (exit $ac_status); }; } && 2571 { ac_try='test -s conftest.$ac_objext' 2520 { ac_try='test -s conftest.$ac_objext' 2572 2521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2573 2522 (eval $ac_try) 2>&5 … … 2582 2531 ac_cv_prog_cc_g=no 2583 2532 fi 2584 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2533 rm -f conftest.$ac_objext conftest.$ac_ext 2585 2534 fi 2586 2535 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2609 2558 ac_save_CC=$CC 2610 2559 cat >conftest.$ac_ext <<_ACEOF 2560 #line $LINENO "configure" 2611 2561 /* confdefs.h. */ 2612 2562 _ACEOF … … 2636 2586 return s; 2637 2587 } 2638 2639 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has2640 function prototypes and stuff, but not '\xHH' hex character constants.2641 These don't provoke an error unfortunately, instead are silently treated2642 as 'x'. The following induces an error, until -std1 is added to get2643 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an2644 array size at least. It's necessary to write '\x00'==0 to get something2645 that's true only with -std1. */2646 int osf4_cc_array ['\x00' == 0 ? 1 : -1];2647 2648 2588 int test (int i, double x); 2649 2589 struct s1 {int (*f) (int a);}; … … 2672 2612 rm -f conftest.$ac_objext 2673 2613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2674 (eval $ac_compile) 2> conftest.er12614 (eval $ac_compile) 2>&5 2675 2615 ac_status=$? 2676 grep -v '^ *+' conftest.er1 >conftest.err2677 rm -f conftest.er12678 cat conftest.err >&52679 2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2680 2617 (exit $ac_status); } && 2681 { ac_try='test -z "$ac_c_werror_flag" 2682 || test ! -s conftest.err' 2683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2684 (eval $ac_try) 2>&5 2685 ac_status=$? 2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2687 (exit $ac_status); }; } && 2688 { ac_try='test -s conftest.$ac_objext' 2618 { ac_try='test -s conftest.$ac_objext' 2689 2619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2690 2620 (eval $ac_try) 2>&5 … … 2699 2629 2700 2630 fi 2701 rm -f conftest. err conftest.$ac_objext2631 rm -f conftest.$ac_objext 2702 2632 done 2703 2633 rm -f conftest.$ac_ext conftest.$ac_objext … … 2727 2657 rm -f conftest.$ac_objext 2728 2658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2729 (eval $ac_compile) 2> conftest.er12659 (eval $ac_compile) 2>&5 2730 2660 ac_status=$? 2731 grep -v '^ *+' conftest.er1 >conftest.err2732 rm -f conftest.er12733 cat conftest.err >&52734 2661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2735 2662 (exit $ac_status); } && 2736 { ac_try='test -z "$ac_c_werror_flag" 2737 || test ! -s conftest.err' 2738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2739 (eval $ac_try) 2>&5 2740 ac_status=$? 2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2742 (exit $ac_status); }; } && 2743 { ac_try='test -s conftest.$ac_objext' 2663 { ac_try='test -s conftest.$ac_objext' 2744 2664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2745 2665 (eval $ac_try) 2>&5 … … 2748 2668 (exit $ac_status); }; }; then 2749 2669 for ac_declaration in \ 2750 '' \ 2670 ''\ 2671 '#include <stdlib.h>' \ 2751 2672 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2752 2673 'extern "C" void std::exit (int); using std::exit;' \ … … 2756 2677 do 2757 2678 cat >conftest.$ac_ext <<_ACEOF 2679 #line $LINENO "configure" 2758 2680 /* confdefs.h. */ 2759 2681 _ACEOF … … 2761 2683 cat >>conftest.$ac_ext <<_ACEOF 2762 2684 /* end confdefs.h. */ 2685 #include <stdlib.h> 2763 2686 $ac_declaration 2764 #include <stdlib.h>2765 2687 int 2766 2688 main () … … 2773 2695 rm -f conftest.$ac_objext 2774 2696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2775 (eval $ac_compile) 2> conftest.er12697 (eval $ac_compile) 2>&5 2776 2698 ac_status=$? 2777 grep -v '^ *+' conftest.er1 >conftest.err2778 rm -f conftest.er12779 cat conftest.err >&52780 2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2781 2700 (exit $ac_status); } && 2782 { ac_try='test -z "$ac_c_werror_flag" 2783 || test ! -s conftest.err' 2784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2785 (eval $ac_try) 2>&5 2786 ac_status=$? 2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2788 (exit $ac_status); }; } && 2789 { ac_try='test -s conftest.$ac_objext' 2701 { ac_try='test -s conftest.$ac_objext' 2790 2702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2791 2703 (eval $ac_try) 2>&5 … … 2800 2712 continue 2801 2713 fi 2802 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2714 rm -f conftest.$ac_objext conftest.$ac_ext 2803 2715 cat >conftest.$ac_ext <<_ACEOF 2716 #line $LINENO "configure" 2804 2717 /* confdefs.h. */ 2805 2718 _ACEOF … … 2818 2731 rm -f conftest.$ac_objext 2819 2732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2820 (eval $ac_compile) 2> conftest.er12733 (eval $ac_compile) 2>&5 2821 2734 ac_status=$? 2822 grep -v '^ *+' conftest.er1 >conftest.err2823 rm -f conftest.er12824 cat conftest.err >&52825 2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2826 2736 (exit $ac_status); } && 2827 { ac_try='test -z "$ac_c_werror_flag" 2828 || test ! -s conftest.err' 2829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2830 (eval $ac_try) 2>&5 2831 ac_status=$? 2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2833 (exit $ac_status); }; } && 2834 { ac_try='test -s conftest.$ac_objext' 2737 { ac_try='test -s conftest.$ac_objext' 2835 2738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2836 2739 (eval $ac_try) 2>&5 … … 2844 2747 2845 2748 fi 2846 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2749 rm -f conftest.$ac_objext conftest.$ac_ext 2847 2750 done 2848 2751 rm -f conftest* … … 2858 2761 2859 2762 fi 2860 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2763 rm -f conftest.$ac_objext conftest.$ac_ext 2861 2764 ac_ext=c 2862 2765 ac_cpp='$CPP $CPPFLAGS' … … 3050 2953 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3051 2954 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3052 # OS/2's system install, which has a completely different semantic3053 2955 # ./install, which can be erroneously created by make from ./install.sh. 3054 2956 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 3067 2969 ./ | .// | /cC/* | \ 3068 2970 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3069 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \3070 2971 /usr/ucb/* ) ;; 3071 2972 *) … … 3075 2976 for ac_prog in ginstall scoinst install; do 3076 2977 for ac_exec_ext in '' $ac_executable_extensions; do 3077 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then3078 if test $ac_prog = install &&3079 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then3080 # AIX install. It has an incompatible calling convention.3081 :3082 elif test $ac_prog = install &&3083 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then3084 # program-specific install script used by HP pwplus--don't use.3085 :3086 else3087 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"3088 break 33089 fi3090 fi2978 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2979 if test $ac_prog = install && 2980 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2981 # AIX install. It has an incompatible calling convention. 2982 : 2983 elif test $ac_prog = install && 2984 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2985 # program-specific install script used by HP pwplus--don't use. 2986 : 2987 else 2988 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2989 break 3 2990 fi 2991 fi 3091 2992 done 3092 2993 done … … 3726 3627 *-*-irix6*) 3727 3628 # Find out which ABI we are using. 3728 echo '#line 3 728"configure"' > conftest.$ac_ext3629 echo '#line 3629 "configure"' > conftest.$ac_ext 3729 3630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3730 3631 (eval $ac_compile) 2>&5 … … 3823 3724 3824 3725 cat >conftest.$ac_ext <<_ACEOF 3726 #line $LINENO "configure" 3825 3727 /* confdefs.h. */ 3826 3728 _ACEOF … … 3839 3741 rm -f conftest.$ac_objext conftest$ac_exeext 3840 3742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3841 (eval $ac_link) 2> conftest.er13743 (eval $ac_link) 2>&5 3842 3744 ac_status=$? 3843 grep -v '^ *+' conftest.er1 >conftest.err3844 rm -f conftest.er13845 cat conftest.err >&53846 3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3847 3746 (exit $ac_status); } && 3848 { ac_try='test -z "$ac_c_werror_flag" 3849 || test ! -s conftest.err' 3850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3851 (eval $ac_try) 2>&5 3852 ac_status=$? 3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3854 (exit $ac_status); }; } && 3855 { ac_try='test -s conftest$ac_exeext' 3747 { ac_try='test -s conftest$ac_exeext' 3856 3748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3857 3749 (eval $ac_try) 2>&5 … … 3866 3758 lt_cv_cc_needs_belf=no 3867 3759 fi 3868 rm -f conftest.err conftest.$ac_objext \ 3869 conftest$ac_exeext conftest.$ac_ext 3760 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3870 3761 ac_ext=c 3871 3762 ac_cpp='$CPP $CPPFLAGS' … … 3916 3807 # not just through cpp. "Syntax error" is here to catch this case. 3917 3808 cat >conftest.$ac_ext <<_ACEOF 3809 #line $LINENO "configure" 3918 3810 /* confdefs.h. */ 3919 3811 _ACEOF … … 3926 3818 # include <assert.h> 3927 3819 #endif 3928 Syntax error3820 Syntax error 3929 3821 _ACEOF 3930 3822 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3938 3830 if test -s conftest.err; then 3939 3831 ac_cpp_err=$ac_c_preproc_warn_flag 3940 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3941 3832 else 3942 3833 ac_cpp_err= … … 3959 3850 # can be detected and how. 3960 3851 cat >conftest.$ac_ext <<_ACEOF 3852 #line $LINENO "configure" 3961 3853 /* confdefs.h. */ 3962 3854 _ACEOF … … 3976 3868 if test -s conftest.err; then 3977 3869 ac_cpp_err=$ac_c_preproc_warn_flag 3978 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3979 3870 else 3980 3871 ac_cpp_err= … … 4023 3914 # not just through cpp. "Syntax error" is here to catch this case. 4024 3915 cat >conftest.$ac_ext <<_ACEOF 3916 #line $LINENO "configure" 4025 3917 /* confdefs.h. */ 4026 3918 _ACEOF … … 4033 3925 # include <assert.h> 4034 3926 #endif 4035 Syntax error3927 Syntax error 4036 3928 _ACEOF 4037 3929 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 4045 3937 if test -s conftest.err; then 4046 3938 ac_cpp_err=$ac_c_preproc_warn_flag 4047 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4048 3939 else 4049 3940 ac_cpp_err= … … 4066 3957 # can be detected and how. 4067 3958 cat >conftest.$ac_ext <<_ACEOF 3959 #line $LINENO "configure" 4068 3960 /* confdefs.h. */ 4069 3961 _ACEOF … … 4083 3975 if test -s conftest.err; then 4084 3976 ac_cpp_err=$ac_c_preproc_warn_flag 4085 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4086 3977 else 4087 3978 ac_cpp_err= … … 4129 4020 else 4130 4021 cat >conftest.$ac_ext <<_ACEOF 4022 #line $LINENO "configure" 4131 4023 /* confdefs.h. */ 4132 4024 _ACEOF … … 4149 4041 rm -f conftest.$ac_objext 4150 4042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4151 (eval $ac_compile) 2> conftest.er14043 (eval $ac_compile) 2>&5 4152 4044 ac_status=$? 4153 grep -v '^ *+' conftest.er1 >conftest.err4154 rm -f conftest.er14155 cat conftest.err >&54156 4045 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4157 4046 (exit $ac_status); } && 4158 { ac_try='test -z "$ac_c_werror_flag" 4159 || test ! -s conftest.err' 4160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4161 (eval $ac_try) 2>&5 4162 ac_status=$? 4163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4164 (exit $ac_status); }; } && 4165 { ac_try='test -s conftest.$ac_objext' 4047 { ac_try='test -s conftest.$ac_objext' 4166 4048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4167 4049 (eval $ac_try) 2>&5 … … 4176 4058 ac_cv_header_stdc=no 4177 4059 fi 4178 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4060 rm -f conftest.$ac_objext conftest.$ac_ext 4179 4061 4180 4062 if test $ac_cv_header_stdc = yes; then 4181 4063 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4182 4064 cat >conftest.$ac_ext <<_ACEOF 4065 #line $LINENO "configure" 4183 4066 /* confdefs.h. */ 4184 4067 _ACEOF … … 4202 4085 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4203 4086 cat >conftest.$ac_ext <<_ACEOF 4087 #line $LINENO "configure" 4204 4088 /* confdefs.h. */ 4205 4089 _ACEOF … … 4226 4110 else 4227 4111 cat >conftest.$ac_ext <<_ACEOF 4112 #line $LINENO "configure" 4228 4113 /* confdefs.h. */ 4229 4114 _ACEOF … … 4237 4122 #else 4238 4123 # define ISLOWER(c) \ 4239 (('a' <= (c) && (c) <= 'i') \4240 || ('j' <= (c) && (c) <= 'r') \4241 || ('s' <= (c) && (c) <= 'z'))4124 (('a' <= (c) && (c) <= 'i') \ 4125 || ('j' <= (c) && (c) <= 'r') \ 4126 || ('s' <= (c) && (c) <= 'z')) 4242 4127 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4243 4128 #endif … … 4250 4135 for (i = 0; i < 256; i++) 4251 4136 if (XOR (islower (i), ISLOWER (i)) 4252 || toupper (i) != TOUPPER (i))4137 || toupper (i) != TOUPPER (i)) 4253 4138 exit(2); 4254 4139 exit (0); … … 4275 4160 ac_cv_header_stdc=no 4276 4161 fi 4277 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext4162 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4278 4163 fi 4279 4164 fi … … 4300 4185 4301 4186 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4302 inttypes.h stdint.h unistd.h4187 inttypes.h stdint.h unistd.h 4303 4188 do 4304 4189 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 4309 4194 else 4310 4195 cat >conftest.$ac_ext <<_ACEOF 4196 #line $LINENO "configure" 4311 4197 /* confdefs.h. */ 4312 4198 _ACEOF … … 4320 4206 rm -f conftest.$ac_objext 4321 4207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4322 (eval $ac_compile) 2> conftest.er14208 (eval $ac_compile) 2>&5 4323 4209 ac_status=$? 4324 grep -v '^ *+' conftest.er1 >conftest.err4325 rm -f conftest.er14326 cat conftest.err >&54327 4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4328 4211 (exit $ac_status); } && 4329 { ac_try='test -z "$ac_c_werror_flag" 4330 || test ! -s conftest.err' 4331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4332 (eval $ac_try) 2>&5 4333 ac_status=$? 4334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4335 (exit $ac_status); }; } && 4336 { ac_try='test -s conftest.$ac_objext' 4212 { ac_try='test -s conftest.$ac_objext' 4337 4213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4338 4214 (eval $ac_try) 2>&5 … … 4347 4223 eval "$as_ac_Header=no" 4348 4224 fi 4349 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4225 rm -f conftest.$ac_objext conftest.$ac_ext 4350 4226 fi 4351 4227 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4378 4254 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4379 4255 cat >conftest.$ac_ext <<_ACEOF 4256 #line $LINENO "configure" 4380 4257 /* confdefs.h. */ 4381 4258 _ACEOF … … 4388 4265 rm -f conftest.$ac_objext 4389 4266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4390 (eval $ac_compile) 2> conftest.er14267 (eval $ac_compile) 2>&5 4391 4268 ac_status=$? 4392 grep -v '^ *+' conftest.er1 >conftest.err4393 rm -f conftest.er14394 cat conftest.err >&54395 4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4396 4270 (exit $ac_status); } && 4397 { ac_try='test -z "$ac_c_werror_flag" 4398 || test ! -s conftest.err' 4399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4400 (eval $ac_try) 2>&5 4401 ac_status=$? 4402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4403 (exit $ac_status); }; } && 4404 { ac_try='test -s conftest.$ac_objext' 4271 { ac_try='test -s conftest.$ac_objext' 4405 4272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4406 4273 (eval $ac_try) 2>&5 … … 4415 4282 ac_header_compiler=no 4416 4283 fi 4417 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4284 rm -f conftest.$ac_objext conftest.$ac_ext 4418 4285 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4419 4286 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4423 4290 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4424 4291 cat >conftest.$ac_ext <<_ACEOF 4292 #line $LINENO "configure" 4425 4293 /* confdefs.h. */ 4426 4294 _ACEOF … … 4440 4308 if test -s conftest.err; then 4441 4309 ac_cpp_err=$ac_c_preproc_warn_flag 4442 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4443 4310 else 4444 4311 ac_cpp_err= … … 4460 4327 4461 4328 # So? What about this header? 4462 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4463 yes:no :)4329 case $ac_header_compiler:$ac_header_preproc in 4330 yes:no ) 4464 4331 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4465 4332 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4467 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4468 ac_header_preproc=yes 4333 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4334 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4335 ( 4336 cat <<\_ASBOX 4337 ## ------------------------------------ ## 4338 ## Report this to bug-autoconf@gnu.org. ## 4339 ## ------------------------------------ ## 4340 _ASBOX 4341 ) | 4342 sed "s/^/$as_me: WARNING: /" >&2 4469 4343 ;; 4470 no:yes :*)4344 no:yes ) 4471 4345 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4472 4346 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4474 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4475 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4476 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4477 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4478 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4347 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4348 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4479 4349 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4480 4350 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4481 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54482 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}4483 4351 ( 4484 4352 cat <<\_ASBOX 4485 ## ------------------------------------ ------##4486 ## Report this to the AC_PACKAGE_NAME lists.##4487 ## ------------------------------------ ------##4353 ## ------------------------------------ ## 4354 ## Report this to bug-autoconf@gnu.org. ## 4355 ## ------------------------------------ ## 4488 4356 _ASBOX 4489 4357 ) | … … 4496 4364 echo $ECHO_N "(cached) $ECHO_C" >&6 4497 4365 else 4498 eval "$as_ac_Header= \$ac_header_preproc"4366 eval "$as_ac_Header=$ac_header_preproc" 4499 4367 fi 4500 4368 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4630 4498 else 4631 4499 cat >conftest.$ac_ext <<_ACEOF 4500 #line $LINENO "configure" 4632 4501 /* confdefs.h. */ 4633 4502 _ACEOF … … 4649 4518 rm -f conftest.$ac_objext 4650 4519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4651 (eval $ac_compile) 2> conftest.er14520 (eval $ac_compile) 2>&5 4652 4521 ac_status=$? 4653 grep -v '^ *+' conftest.er1 >conftest.err4654 rm -f conftest.er14655 cat conftest.err >&54656 4522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4657 4523 (exit $ac_status); } && 4658 { ac_try='test -z "$ac_cxx_werror_flag" 4659 || test ! -s conftest.err' 4660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4661 (eval $ac_try) 2>&5 4662 ac_status=$? 4663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4664 (exit $ac_status); }; } && 4665 { ac_try='test -s conftest.$ac_objext' 4524 { ac_try='test -s conftest.$ac_objext' 4666 4525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4667 4526 (eval $ac_try) 2>&5 … … 4676 4535 ac_compiler_gnu=no 4677 4536 fi 4678 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4537 rm -f conftest.$ac_objext conftest.$ac_ext 4679 4538 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 4680 4539 … … 4692 4551 else 4693 4552 cat >conftest.$ac_ext <<_ACEOF 4553 #line $LINENO "configure" 4694 4554 /* confdefs.h. */ 4695 4555 _ACEOF … … 4708 4568 rm -f conftest.$ac_objext 4709 4569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4710 (eval $ac_compile) 2> conftest.er14570 (eval $ac_compile) 2>&5 4711 4571 ac_status=$? 4712 grep -v '^ *+' conftest.er1 >conftest.err4713 rm -f conftest.er14714 cat conftest.err >&54715 4572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4716 4573 (exit $ac_status); } && 4717 { ac_try='test -z "$ac_cxx_werror_flag" 4718 || test ! -s conftest.err' 4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4720 (eval $ac_try) 2>&5 4721 ac_status=$? 4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4723 (exit $ac_status); }; } && 4724 { ac_try='test -s conftest.$ac_objext' 4574 { ac_try='test -s conftest.$ac_objext' 4725 4575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4726 4576 (eval $ac_try) 2>&5 … … 4735 4585 ac_cv_prog_cxx_g=no 4736 4586 fi 4737 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4587 rm -f conftest.$ac_objext conftest.$ac_ext 4738 4588 fi 4739 4589 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 … … 4755 4605 fi 4756 4606 for ac_declaration in \ 4757 '' \ 4607 ''\ 4608 '#include <stdlib.h>' \ 4758 4609 'extern "C" void std::exit (int) throw (); using std::exit;' \ 4759 4610 'extern "C" void std::exit (int); using std::exit;' \ … … 4763 4614 do 4764 4615 cat >conftest.$ac_ext <<_ACEOF 4616 #line $LINENO "configure" 4765 4617 /* confdefs.h. */ 4766 4618 _ACEOF … … 4768 4620 cat >>conftest.$ac_ext <<_ACEOF 4769 4621 /* end confdefs.h. */ 4622 #include <stdlib.h> 4770 4623 $ac_declaration 4771 #include <stdlib.h>4772 4624 int 4773 4625 main () … … 4780 4632 rm -f conftest.$ac_objext 4781 4633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4782 (eval $ac_compile) 2> conftest.er14634 (eval $ac_compile) 2>&5 4783 4635 ac_status=$? 4784 grep -v '^ *+' conftest.er1 >conftest.err4785 rm -f conftest.er14786 cat conftest.err >&54787 4636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4788 4637 (exit $ac_status); } && 4789 { ac_try='test -z "$ac_cxx_werror_flag" 4790 || test ! -s conftest.err' 4791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4792 (eval $ac_try) 2>&5 4793 ac_status=$? 4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4795 (exit $ac_status); }; } && 4796 { ac_try='test -s conftest.$ac_objext' 4638 { ac_try='test -s conftest.$ac_objext' 4797 4639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4798 4640 (eval $ac_try) 2>&5 … … 4807 4649 continue 4808 4650 fi 4809 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4651 rm -f conftest.$ac_objext conftest.$ac_ext 4810 4652 cat >conftest.$ac_ext <<_ACEOF 4653 #line $LINENO "configure" 4811 4654 /* confdefs.h. */ 4812 4655 _ACEOF … … 4825 4668 rm -f conftest.$ac_objext 4826 4669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4827 (eval $ac_compile) 2> conftest.er14670 (eval $ac_compile) 2>&5 4828 4671 ac_status=$? 4829 grep -v '^ *+' conftest.er1 >conftest.err4830 rm -f conftest.er14831 cat conftest.err >&54832 4672 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4833 4673 (exit $ac_status); } && 4834 { ac_try='test -z "$ac_cxx_werror_flag" 4835 || test ! -s conftest.err' 4836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4837 (eval $ac_try) 2>&5 4838 ac_status=$? 4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4840 (exit $ac_status); }; } && 4841 { ac_try='test -s conftest.$ac_objext' 4674 { ac_try='test -s conftest.$ac_objext' 4842 4675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4843 4676 (eval $ac_try) 2>&5 … … 4851 4684 4852 4685 fi 4853 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4686 rm -f conftest.$ac_objext conftest.$ac_ext 4854 4687 done 4855 4688 rm -f conftest* … … 4994 4827 # not just through cpp. "Syntax error" is here to catch this case. 4995 4828 cat >conftest.$ac_ext <<_ACEOF 4829 #line $LINENO "configure" 4996 4830 /* confdefs.h. */ 4997 4831 _ACEOF … … 5004 4838 # include <assert.h> 5005 4839 #endif 5006 Syntax error4840 Syntax error 5007 4841 _ACEOF 5008 4842 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 5016 4850 if test -s conftest.err; then 5017 4851 ac_cpp_err=$ac_cxx_preproc_warn_flag 5018 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5019 4852 else 5020 4853 ac_cpp_err= … … 5037 4870 # can be detected and how. 5038 4871 cat >conftest.$ac_ext <<_ACEOF 4872 #line $LINENO "configure" 5039 4873 /* confdefs.h. */ 5040 4874 _ACEOF … … 5054 4888 if test -s conftest.err; then 5055 4889 ac_cpp_err=$ac_cxx_preproc_warn_flag 5056 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5057 4890 else 5058 4891 ac_cpp_err= … … 5101 4934 # not just through cpp. "Syntax error" is here to catch this case. 5102 4935 cat >conftest.$ac_ext <<_ACEOF 4936 #line $LINENO "configure" 5103 4937 /* confdefs.h. */ 5104 4938 _ACEOF … … 5111 4945 # include <assert.h> 5112 4946 #endif 5113 Syntax error4947 Syntax error 5114 4948 _ACEOF 5115 4949 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 5123 4957 if test -s conftest.err; then 5124 4958 ac_cpp_err=$ac_cxx_preproc_warn_flag 5125 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5126 4959 else 5127 4960 ac_cpp_err= … … 5144 4977 # can be detected and how. 5145 4978 cat >conftest.$ac_ext <<_ACEOF 4979 #line $LINENO "configure" 5146 4980 /* confdefs.h. */ 5147 4981 _ACEOF … … 5161 4995 if test -s conftest.err; then 5162 4996 ac_cpp_err=$ac_cxx_preproc_warn_flag 5163 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5164 4997 else 5165 4998 ac_cpp_err= … … 5206 5039 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 5207 5040 if test -n "$ac_tool_prefix"; then 5208 for ac_prog in g77 f77 xlf frt pgf77 f ort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran5041 for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 5209 5042 do 5210 5043 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. … … 5248 5081 if test -z "$F77"; then 5249 5082 ac_ct_F77=$F77 5250 for ac_prog in g77 f77 xlf frt pgf77 f ort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran5083 for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 5251 5084 do 5252 5085 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 5293 5126 5294 5127 # Provide some information about the compiler. 5295 echo "$as_me:5 295:" \5128 echo "$as_me:5128:" \ 5296 5129 "checking for Fortran 77 compiler version" >&5 5297 5130 ac_compiler=`set X $ac_compile; echo $2` … … 5311 5144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5312 5145 (exit $ac_status); } 5313 rm -f a.out5314 5146 5315 5147 # If we don't use `.F' as extension, the preprocessor is not run on the 5316 # input file. (Note that this only needs to work for GNU compilers.)5148 # input file. 5317 5149 ac_save_ext=$ac_ext 5318 5150 ac_ext=F … … 5332 5164 rm -f conftest.$ac_objext 5333 5165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5334 (eval $ac_compile) 2> conftest.er15166 (eval $ac_compile) 2>&5 5335 5167 ac_status=$? 5336 grep -v '^ *+' conftest.er1 >conftest.err5337 rm -f conftest.er15338 cat conftest.err >&55339 5168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5340 5169 (exit $ac_status); } && 5341 { ac_try='test -z "$ac_f77_werror_flag" 5342 || test ! -s conftest.err' 5343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5344 (eval $ac_try) 2>&5 5345 ac_status=$? 5346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5347 (exit $ac_status); }; } && 5348 { ac_try='test -s conftest.$ac_objext' 5170 { ac_try='test -s conftest.$ac_objext' 5349 5171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5350 5172 (eval $ac_try) 2>&5 … … 5359 5181 ac_compiler_gnu=no 5360 5182 fi 5361 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5183 rm -f conftest.$ac_objext conftest.$ac_ext 5362 5184 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 5363 5185 … … 5366 5188 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 5367 5189 ac_ext=$ac_save_ext 5190 G77=`test $ac_compiler_gnu = yes && echo yes` 5368 5191 ac_test_FFLAGS=${FFLAGS+set} 5369 5192 ac_save_FFLAGS=$FFLAGS … … 5382 5205 rm -f conftest.$ac_objext 5383 5206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5384 (eval $ac_compile) 2> conftest.er15207 (eval $ac_compile) 2>&5 5385 5208 ac_status=$? 5386 grep -v '^ *+' conftest.er1 >conftest.err5387 rm -f conftest.er15388 cat conftest.err >&55389 5209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5390 5210 (exit $ac_status); } && 5391 { ac_try='test -z "$ac_f77_werror_flag" 5392 || test ! -s conftest.err' 5393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5394 (eval $ac_try) 2>&5 5395 ac_status=$? 5396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5397 (exit $ac_status); }; } && 5398 { ac_try='test -s conftest.$ac_objext' 5211 { ac_try='test -s conftest.$ac_objext' 5399 5212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5400 5213 (eval $ac_try) 2>&5 … … 5409 5222 ac_cv_prog_f77_g=no 5410 5223 fi 5411 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5224 rm -f conftest.$ac_objext conftest.$ac_ext 5412 5225 5413 5226 fi … … 5417 5230 FFLAGS=$ac_save_FFLAGS 5418 5231 elif test $ac_cv_prog_f77_g = yes; then 5419 if test " x$ac_cv_f77_compiler_gnu" = xyes; then5232 if test "$G77" = yes; then 5420 5233 FFLAGS="-g -O2" 5421 5234 else … … 5423 5236 fi 5424 5237 else 5425 if test " x$ac_cv_f77_compiler_gnu" = xyes; then5238 if test "$G77" = yes; then 5426 5239 FFLAGS="-O2" 5427 5240 else … … 5429 5242 fi 5430 5243 fi 5431 5432 G77=`test $ac_compiler_gnu = yes && echo yes`5433 5244 ac_ext=c 5434 5245 ac_cpp='$CPP $CPPFLAGS' … … 6327 6138 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6328 6139 -e 's:$: $lt_compiler_flag:'` 6329 (eval echo "\"\$as_me:6 329: $lt_compile\"" >&5)6140 (eval echo "\"\$as_me:6140: $lt_compile\"" >&5) 6330 6141 (eval "$lt_compile" 2>conftest.err) 6331 6142 ac_status=$? 6332 6143 cat conftest.err >&5 6333 echo "$as_me:6 333: \$? = $ac_status" >&56144 echo "$as_me:6144: \$? = $ac_status" >&5 6334 6145 if (exit $ac_status) && test -s "$ac_outfile"; then 6335 6146 # The compiler can only warn and ignore the option if not recognized … … 6560 6371 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6561 6372 -e 's:$: $lt_compiler_flag:'` 6562 (eval echo "\"\$as_me:6 562: $lt_compile\"" >&5)6373 (eval echo "\"\$as_me:6373: $lt_compile\"" >&5) 6563 6374 (eval "$lt_compile" 2>conftest.err) 6564 6375 ac_status=$? 6565 6376 cat conftest.err >&5 6566 echo "$as_me:6 566: \$? = $ac_status" >&56377 echo "$as_me:6377: \$? = $ac_status" >&5 6567 6378 if (exit $ac_status) && test -s "$ac_outfile"; then 6568 6379 # The compiler can only warn and ignore the option if not recognized … … 6620 6431 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6621 6432 -e 's:$: $lt_compiler_flag:'` 6622 (eval echo "\"\$as_me:6 622: $lt_compile\"" >&5)6433 (eval echo "\"\$as_me:6433: $lt_compile\"" >&5) 6623 6434 (eval "$lt_compile" 2>out/conftest.err) 6624 6435 ac_status=$? 6625 6436 cat out/conftest.err >&5 6626 echo "$as_me:6 626: \$? = $ac_status" >&56437 echo "$as_me:6437: \$? = $ac_status" >&5 6627 6438 if (exit $ac_status) && test -s out/conftest2.$ac_objext 6628 6439 then … … 6988 6799 # Determine the default libpath from the value encoded in an empty executable. 6989 6800 cat >conftest.$ac_ext <<_ACEOF 6801 #line $LINENO "configure" 6990 6802 /* confdefs.h. */ 6991 6803 _ACEOF … … 7004 6816 rm -f conftest.$ac_objext conftest$ac_exeext 7005 6817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7006 (eval $ac_link) 2> conftest.er16818 (eval $ac_link) 2>&5 7007 6819 ac_status=$? 7008 grep -v '^ *+' conftest.er1 >conftest.err7009 rm -f conftest.er17010 cat conftest.err >&57011 6820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7012 6821 (exit $ac_status); } && 7013 { ac_try='test -z "$ac_c_werror_flag" 7014 || test ! -s conftest.err' 7015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7016 (eval $ac_try) 2>&5 7017 ac_status=$? 7018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7019 (exit $ac_status); }; } && 7020 { ac_try='test -s conftest$ac_exeext' 6822 { ac_try='test -s conftest$ac_exeext' 7021 6823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7022 6824 (eval $ac_try) 2>&5 … … 7035 6837 7036 6838 fi 7037 rm -f conftest.err conftest.$ac_objext \ 7038 conftest$ac_exeext conftest.$ac_ext 6839 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7039 6840 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7040 6841 … … 7049 6850 # Determine the default libpath from the value encoded in an empty executable. 7050 6851 cat >conftest.$ac_ext <<_ACEOF 6852 #line $LINENO "configure" 7051 6853 /* confdefs.h. */ 7052 6854 _ACEOF … … 7065 6867 rm -f conftest.$ac_objext conftest$ac_exeext 7066 6868 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7067 (eval $ac_link) 2> conftest.er16869 (eval $ac_link) 2>&5 7068 6870 ac_status=$? 7069 grep -v '^ *+' conftest.er1 >conftest.err7070 rm -f conftest.er17071 cat conftest.err >&57072 6871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7073 6872 (exit $ac_status); } && 7074 { ac_try='test -z "$ac_c_werror_flag" 7075 || test ! -s conftest.err' 7076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7077 (eval $ac_try) 2>&5 7078 ac_status=$? 7079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7080 (exit $ac_status); }; } && 7081 { ac_try='test -s conftest$ac_exeext' 6873 { ac_try='test -s conftest$ac_exeext' 7082 6874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7083 6875 (eval $ac_try) 2>&5 … … 7096 6888 7097 6889 fi 7098 rm -f conftest.err conftest.$ac_objext \ 7099 conftest$ac_exeext conftest.$ac_ext 6890 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7100 6891 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7101 6892 … … 7954 7745 case "$host_cpu" in 7955 7746 x86_64*|s390x*|powerpc64*) 7956 echo '#line 7 956"configure"' > conftest.$ac_ext7747 echo '#line 7747 "configure"' > conftest.$ac_ext 7957 7748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7958 7749 (eval $ac_compile) 2>&5 … … 8255 8046 LIBS="-ldl $LIBS" 8256 8047 cat >conftest.$ac_ext <<_ACEOF 8048 #line $LINENO "configure" 8257 8049 /* confdefs.h. */ 8258 8050 _ACEOF … … 8278 8070 rm -f conftest.$ac_objext conftest$ac_exeext 8279 8071 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8280 (eval $ac_link) 2> conftest.er18072 (eval $ac_link) 2>&5 8281 8073 ac_status=$? 8282 grep -v '^ *+' conftest.er1 >conftest.err8283 rm -f conftest.er18284 cat conftest.err >&58285 8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8286 8075 (exit $ac_status); } && 8287 { ac_try='test -z "$ac_c_werror_flag" 8288 || test ! -s conftest.err' 8289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8290 (eval $ac_try) 2>&5 8291 ac_status=$? 8292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8293 (exit $ac_status); }; } && 8294 { ac_try='test -s conftest$ac_exeext' 8076 { ac_try='test -s conftest$ac_exeext' 8295 8077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8296 8078 (eval $ac_try) 2>&5 … … 8305 8087 ac_cv_lib_dl_dlopen=no 8306 8088 fi 8307 rm -f conftest.err conftest.$ac_objext \ 8308 conftest$ac_exeext conftest.$ac_ext 8089 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8309 8090 LIBS=$ac_check_lib_save_LIBS 8310 8091 fi … … 8330 8111 else 8331 8112 cat >conftest.$ac_ext <<_ACEOF 8113 #line $LINENO "configure" 8332 8114 /* confdefs.h. */ 8333 8115 _ACEOF … … 8335 8117 cat >>conftest.$ac_ext <<_ACEOF 8336 8118 /* end confdefs.h. */ 8337 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.8338 For example, HP-UX 11i <limits.h> declares gettimeofday. */8339 #define shl_load innocuous_shl_load8340 8341 8119 /* System header to define __stub macros and hopefully few prototypes, 8342 8120 which can conflict with char shl_load (); below. 8343 8121 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8344 8122 <limits.h> exists even on freestanding compilers. */ 8345 8346 8123 #ifdef __STDC__ 8347 8124 # include <limits.h> … … 8349 8126 # include <assert.h> 8350 8127 #endif 8351 8352 #undef shl_load8353 8354 8128 /* Override any gcc2 internal prototype to avoid an error. */ 8355 8129 #ifdef __cplusplus … … 8382 8156 rm -f conftest.$ac_objext conftest$ac_exeext 8383 8157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8384 (eval $ac_link) 2> conftest.er18158 (eval $ac_link) 2>&5 8385 8159 ac_status=$? 8386 grep -v '^ *+' conftest.er1 >conftest.err8387 rm -f conftest.er18388 cat conftest.err >&58389 8160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8390 8161 (exit $ac_status); } && 8391 { ac_try='test -z "$ac_c_werror_flag" 8392 || test ! -s conftest.err' 8393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8394 (eval $ac_try) 2>&5 8395 ac_status=$? 8396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8397 (exit $ac_status); }; } && 8398 { ac_try='test -s conftest$ac_exeext' 8162 { ac_try='test -s conftest$ac_exeext' 8399 8163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8400 8164 (eval $ac_try) 2>&5 … … 8409 8173 ac_cv_func_shl_load=no 8410 8174 fi 8411 rm -f conftest.err conftest.$ac_objext \ 8412 conftest$ac_exeext conftest.$ac_ext 8175 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8413 8176 fi 8414 8177 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 8425 8188 LIBS="-ldld $LIBS" 8426 8189 cat >conftest.$ac_ext <<_ACEOF 8190 #line $LINENO "configure" 8427 8191 /* confdefs.h. */ 8428 8192 _ACEOF … … 8448 8212 rm -f conftest.$ac_objext conftest$ac_exeext 8449 8213 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8450 (eval $ac_link) 2> conftest.er18214 (eval $ac_link) 2>&5 8451 8215 ac_status=$? 8452 grep -v '^ *+' conftest.er1 >conftest.err8453 rm -f conftest.er18454 cat conftest.err >&58455 8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8456 8217 (exit $ac_status); } && 8457 { ac_try='test -z "$ac_c_werror_flag" 8458 || test ! -s conftest.err' 8459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8460 (eval $ac_try) 2>&5 8461 ac_status=$? 8462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8463 (exit $ac_status); }; } && 8464 { ac_try='test -s conftest$ac_exeext' 8218 { ac_try='test -s conftest$ac_exeext' 8465 8219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8466 8220 (eval $ac_try) 2>&5 … … 8475 8229 ac_cv_lib_dld_shl_load=no 8476 8230 fi 8477 rm -f conftest.err conftest.$ac_objext \ 8478 conftest$ac_exeext conftest.$ac_ext 8231 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8479 8232 LIBS=$ac_check_lib_save_LIBS 8480 8233 fi … … 8490 8243 else 8491 8244 cat >conftest.$ac_ext <<_ACEOF 8245 #line $LINENO "configure" 8492 8246 /* confdefs.h. */ 8493 8247 _ACEOF … … 8495 8249 cat >>conftest.$ac_ext <<_ACEOF 8496 8250 /* end confdefs.h. */ 8497 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.8498 For example, HP-UX 11i <limits.h> declares gettimeofday. */8499 #define dlopen innocuous_dlopen8500 8501 8251 /* System header to define __stub macros and hopefully few prototypes, 8502 8252 which can conflict with char dlopen (); below. 8503 8253 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8504 8254 <limits.h> exists even on freestanding compilers. */ 8505 8506 8255 #ifdef __STDC__ 8507 8256 # include <limits.h> … … 8509 8258 # include <assert.h> 8510 8259 #endif 8511 8512 #undef dlopen8513 8514 8260 /* Override any gcc2 internal prototype to avoid an error. */ 8515 8261 #ifdef __cplusplus … … 8542 8288 rm -f conftest.$ac_objext conftest$ac_exeext 8543 8289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8544 (eval $ac_link) 2> conftest.er18290 (eval $ac_link) 2>&5 8545 8291 ac_status=$? 8546 grep -v '^ *+' conftest.er1 >conftest.err8547 rm -f conftest.er18548 cat conftest.err >&58549 8292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8550 8293 (exit $ac_status); } && 8551 { ac_try='test -z "$ac_c_werror_flag" 8552 || test ! -s conftest.err' 8553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8554 (eval $ac_try) 2>&5 8555 ac_status=$? 8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8557 (exit $ac_status); }; } && 8558 { ac_try='test -s conftest$ac_exeext' 8294 { ac_try='test -s conftest$ac_exeext' 8559 8295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8560 8296 (eval $ac_try) 2>&5 … … 8569 8305 ac_cv_func_dlopen=no 8570 8306 fi 8571 rm -f conftest.err conftest.$ac_objext \ 8572 conftest$ac_exeext conftest.$ac_ext 8307 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8573 8308 fi 8574 8309 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 8585 8320 LIBS="-ldl $LIBS" 8586 8321 cat >conftest.$ac_ext <<_ACEOF 8322 #line $LINENO "configure" 8587 8323 /* confdefs.h. */ 8588 8324 _ACEOF … … 8608 8344 rm -f conftest.$ac_objext conftest$ac_exeext 8609 8345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8610 (eval $ac_link) 2> conftest.er18346 (eval $ac_link) 2>&5 8611 8347 ac_status=$? 8612 grep -v '^ *+' conftest.er1 >conftest.err8613 rm -f conftest.er18614 cat conftest.err >&58615 8348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8616 8349 (exit $ac_status); } && 8617 { ac_try='test -z "$ac_c_werror_flag" 8618 || test ! -s conftest.err' 8619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8620 (eval $ac_try) 2>&5 8621 ac_status=$? 8622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8623 (exit $ac_status); }; } && 8624 { ac_try='test -s conftest$ac_exeext' 8350 { ac_try='test -s conftest$ac_exeext' 8625 8351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8626 8352 (eval $ac_try) 2>&5 … … 8635 8361 ac_cv_lib_dl_dlopen=no 8636 8362 fi 8637 rm -f conftest.err conftest.$ac_objext \ 8638 conftest$ac_exeext conftest.$ac_ext 8363 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8639 8364 LIBS=$ac_check_lib_save_LIBS 8640 8365 fi … … 8652 8377 LIBS="-lsvld $LIBS" 8653 8378 cat >conftest.$ac_ext <<_ACEOF 8379 #line $LINENO "configure" 8654 8380 /* confdefs.h. */ 8655 8381 _ACEOF … … 8675 8401 rm -f conftest.$ac_objext conftest$ac_exeext 8676 8402 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8677 (eval $ac_link) 2> conftest.er18403 (eval $ac_link) 2>&5 8678 8404 ac_status=$? 8679 grep -v '^ *+' conftest.er1 >conftest.err8680 rm -f conftest.er18681 cat conftest.err >&58682 8405 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8683 8406 (exit $ac_status); } && 8684 { ac_try='test -z "$ac_c_werror_flag" 8685 || test ! -s conftest.err' 8686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8687 (eval $ac_try) 2>&5 8688 ac_status=$? 8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8690 (exit $ac_status); }; } && 8691 { ac_try='test -s conftest$ac_exeext' 8407 { ac_try='test -s conftest$ac_exeext' 8692 8408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8693 8409 (eval $ac_try) 2>&5 … … 8702 8418 ac_cv_lib_svld_dlopen=no 8703 8419 fi 8704 rm -f conftest.err conftest.$ac_objext \ 8705 conftest$ac_exeext conftest.$ac_ext 8420 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8706 8421 LIBS=$ac_check_lib_save_LIBS 8707 8422 fi … … 8719 8434 LIBS="-ldld $LIBS" 8720 8435 cat >conftest.$ac_ext <<_ACEOF 8436 #line $LINENO "configure" 8721 8437 /* confdefs.h. */ 8722 8438 _ACEOF … … 8742 8458 rm -f conftest.$ac_objext conftest$ac_exeext 8743 8459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8744 (eval $ac_link) 2> conftest.er18460 (eval $ac_link) 2>&5 8745 8461 ac_status=$? 8746 grep -v '^ *+' conftest.er1 >conftest.err8747 rm -f conftest.er18748 cat conftest.err >&58749 8462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8750 8463 (exit $ac_status); } && 8751 { ac_try='test -z "$ac_c_werror_flag" 8752 || test ! -s conftest.err' 8753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8754 (eval $ac_try) 2>&5 8755 ac_status=$? 8756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8757 (exit $ac_status); }; } && 8758 { ac_try='test -s conftest$ac_exeext' 8464 { ac_try='test -s conftest$ac_exeext' 8759 8465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8760 8466 (eval $ac_try) 2>&5 … … 8769 8475 ac_cv_lib_dld_dld_link=no 8770 8476 fi 8771 rm -f conftest.err conftest.$ac_objext \ 8772 conftest$ac_exeext conftest.$ac_ext 8477 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8773 8478 LIBS=$ac_check_lib_save_LIBS 8774 8479 fi … … 8825 8530 lt_status=$lt_dlunknown 8826 8531 cat > conftest.$ac_ext <<EOF 8827 #line 8 827"configure"8532 #line 8532 "configure" 8828 8533 #include "confdefs.h" 8829 8534 … … 8923 8628 lt_status=$lt_dlunknown 8924 8629 cat > conftest.$ac_ext <<EOF 8925 #line 8 925"configure"8630 #line 8630 "configure" 8926 8631 #include "confdefs.h" 8927 8632 … … 9972 9677 # Determine the default libpath from the value encoded in an empty executable. 9973 9678 cat >conftest.$ac_ext <<_ACEOF 9679 #line $LINENO "configure" 9974 9680 /* confdefs.h. */ 9975 9681 _ACEOF … … 9988 9694 rm -f conftest.$ac_objext conftest$ac_exeext 9989 9695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9990 (eval $ac_link) 2> conftest.er19696 (eval $ac_link) 2>&5 9991 9697 ac_status=$? 9992 grep -v '^ *+' conftest.er1 >conftest.err9993 rm -f conftest.er19994 cat conftest.err >&59995 9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9996 9699 (exit $ac_status); } && 9997 { ac_try='test -z "$ac_cxx_werror_flag" 9998 || test ! -s conftest.err' 9999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10000 (eval $ac_try) 2>&5 10001 ac_status=$? 10002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10003 (exit $ac_status); }; } && 10004 { ac_try='test -s conftest$ac_exeext' 9700 { ac_try='test -s conftest$ac_exeext' 10005 9701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10006 9702 (eval $ac_try) 2>&5 … … 10019 9715 10020 9716 fi 10021 rm -f conftest.err conftest.$ac_objext \ 10022 conftest$ac_exeext conftest.$ac_ext 9717 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10023 9718 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10024 9719 … … 10034 9729 # Determine the default libpath from the value encoded in an empty executable. 10035 9730 cat >conftest.$ac_ext <<_ACEOF 9731 #line $LINENO "configure" 10036 9732 /* confdefs.h. */ 10037 9733 _ACEOF … … 10050 9746 rm -f conftest.$ac_objext conftest$ac_exeext 10051 9747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10052 (eval $ac_link) 2> conftest.er19748 (eval $ac_link) 2>&5 10053 9749 ac_status=$? 10054 grep -v '^ *+' conftest.er1 >conftest.err10055 rm -f conftest.er110056 cat conftest.err >&510057 9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10058 9751 (exit $ac_status); } && 10059 { ac_try='test -z "$ac_cxx_werror_flag" 10060 || test ! -s conftest.err' 10061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10062 (eval $ac_try) 2>&5 10063 ac_status=$? 10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10065 (exit $ac_status); }; } && 10066 { ac_try='test -s conftest$ac_exeext' 9752 { ac_try='test -s conftest$ac_exeext' 10067 9753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10068 9754 (eval $ac_try) 2>&5 … … 10081 9767 10082 9768 fi 10083 rm -f conftest.err conftest.$ac_objext \ 10084 conftest$ac_exeext conftest.$ac_ext 9769 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10085 9770 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10086 9771 … … 11102 10787 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11103 10788 -e 's:$: $lt_compiler_flag:'` 11104 (eval echo "\"\$as_me:1 1104: $lt_compile\"" >&5)10789 (eval echo "\"\$as_me:10789: $lt_compile\"" >&5) 11105 10790 (eval "$lt_compile" 2>conftest.err) 11106 10791 ac_status=$? 11107 10792 cat conftest.err >&5 11108 echo "$as_me:1 1108: \$? = $ac_status" >&510793 echo "$as_me:10793: \$? = $ac_status" >&5 11109 10794 if (exit $ac_status) && test -s "$ac_outfile"; then 11110 10795 # The compiler can only warn and ignore the option if not recognized … … 11162 10847 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11163 10848 -e 's:$: $lt_compiler_flag:'` 11164 (eval echo "\"\$as_me:1 1164: $lt_compile\"" >&5)10849 (eval echo "\"\$as_me:10849: $lt_compile\"" >&5) 11165 10850 (eval "$lt_compile" 2>out/conftest.err) 11166 10851 ac_status=$? 11167 10852 cat out/conftest.err >&5 11168 echo "$as_me:1 1168: \$? = $ac_status" >&510853 echo "$as_me:10853: \$? = $ac_status" >&5 11169 10854 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11170 10855 then … … 11673 11358 case "$host_cpu" in 11674 11359 x86_64*|s390x*|powerpc64*) 11675 echo '#line 11 675"configure"' > conftest.$ac_ext11360 echo '#line 11360 "configure"' > conftest.$ac_ext 11676 11361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11677 11362 (eval $ac_compile) 2>&5 … … 11974 11659 LIBS="-ldl $LIBS" 11975 11660 cat >conftest.$ac_ext <<_ACEOF 11661 #line $LINENO "configure" 11976 11662 /* confdefs.h. */ 11977 11663 _ACEOF … … 11997 11683 rm -f conftest.$ac_objext conftest$ac_exeext 11998 11684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11999 (eval $ac_link) 2> conftest.er111685 (eval $ac_link) 2>&5 12000 11686 ac_status=$? 12001 grep -v '^ *+' conftest.er1 >conftest.err12002 rm -f conftest.er112003 cat conftest.err >&512004 11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12005 11688 (exit $ac_status); } && 12006 { ac_try='test -z "$ac_cxx_werror_flag" 12007 || test ! -s conftest.err' 12008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12009 (eval $ac_try) 2>&5 12010 ac_status=$? 12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12012 (exit $ac_status); }; } && 12013 { ac_try='test -s conftest$ac_exeext' 11689 { ac_try='test -s conftest$ac_exeext' 12014 11690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12015 11691 (eval $ac_try) 2>&5 … … 12024 11700 ac_cv_lib_dl_dlopen=no 12025 11701 fi 12026 rm -f conftest.err conftest.$ac_objext \ 12027 conftest$ac_exeext conftest.$ac_ext 11702 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12028 11703 LIBS=$ac_check_lib_save_LIBS 12029 11704 fi … … 12049 11724 else 12050 11725 cat >conftest.$ac_ext <<_ACEOF 11726 #line $LINENO "configure" 12051 11727 /* confdefs.h. */ 12052 11728 _ACEOF … … 12054 11730 cat >>conftest.$ac_ext <<_ACEOF 12055 11731 /* end confdefs.h. */ 12056 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.12057 For example, HP-UX 11i <limits.h> declares gettimeofday. */12058 #define shl_load innocuous_shl_load12059 12060 11732 /* System header to define __stub macros and hopefully few prototypes, 12061 11733 which can conflict with char shl_load (); below. 12062 11734 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12063 11735 <limits.h> exists even on freestanding compilers. */ 12064 12065 11736 #ifdef __STDC__ 12066 11737 # include <limits.h> … … 12068 11739 # include <assert.h> 12069 11740 #endif 12070 12071 #undef shl_load12072 12073 11741 /* Override any gcc2 internal prototype to avoid an error. */ 12074 11742 #ifdef __cplusplus … … 12101 11769 rm -f conftest.$ac_objext conftest$ac_exeext 12102 11770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12103 (eval $ac_link) 2> conftest.er111771 (eval $ac_link) 2>&5 12104 11772 ac_status=$? 12105 grep -v '^ *+' conftest.er1 >conftest.err12106 rm -f conftest.er112107 cat conftest.err >&512108 11773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12109 11774 (exit $ac_status); } && 12110 { ac_try='test -z "$ac_cxx_werror_flag" 12111 || test ! -s conftest.err' 12112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12113 (eval $ac_try) 2>&5 12114 ac_status=$? 12115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12116 (exit $ac_status); }; } && 12117 { ac_try='test -s conftest$ac_exeext' 11775 { ac_try='test -s conftest$ac_exeext' 12118 11776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12119 11777 (eval $ac_try) 2>&5 … … 12128 11786 ac_cv_func_shl_load=no 12129 11787 fi 12130 rm -f conftest.err conftest.$ac_objext \ 12131 conftest$ac_exeext conftest.$ac_ext 11788 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12132 11789 fi 12133 11790 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 12144 11801 LIBS="-ldld $LIBS" 12145 11802 cat >conftest.$ac_ext <<_ACEOF 11803 #line $LINENO "configure" 12146 11804 /* confdefs.h. */ 12147 11805 _ACEOF … … 12167 11825 rm -f conftest.$ac_objext conftest$ac_exeext 12168 11826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12169 (eval $ac_link) 2> conftest.er111827 (eval $ac_link) 2>&5 12170 11828 ac_status=$? 12171 grep -v '^ *+' conftest.er1 >conftest.err12172 rm -f conftest.er112173 cat conftest.err >&512174 11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12175 11830 (exit $ac_status); } && 12176 { ac_try='test -z "$ac_cxx_werror_flag" 12177 || test ! -s conftest.err' 12178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12179 (eval $ac_try) 2>&5 12180 ac_status=$? 12181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12182 (exit $ac_status); }; } && 12183 { ac_try='test -s conftest$ac_exeext' 11831 { ac_try='test -s conftest$ac_exeext' 12184 11832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12185 11833 (eval $ac_try) 2>&5 … … 12194 11842 ac_cv_lib_dld_shl_load=no 12195 11843 fi 12196 rm -f conftest.err conftest.$ac_objext \ 12197 conftest$ac_exeext conftest.$ac_ext 11844 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12198 11845 LIBS=$ac_check_lib_save_LIBS 12199 11846 fi … … 12209 11856 else 12210 11857 cat >conftest.$ac_ext <<_ACEOF 11858 #line $LINENO "configure" 12211 11859 /* confdefs.h. */ 12212 11860 _ACEOF … … 12214 11862 cat >>conftest.$ac_ext <<_ACEOF 12215 11863 /* end confdefs.h. */ 12216 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.12217 For example, HP-UX 11i <limits.h> declares gettimeofday. */12218 #define dlopen innocuous_dlopen12219 12220 11864 /* System header to define __stub macros and hopefully few prototypes, 12221 11865 which can conflict with char dlopen (); below. 12222 11866 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12223 11867 <limits.h> exists even on freestanding compilers. */ 12224 12225 11868 #ifdef __STDC__ 12226 11869 # include <limits.h> … … 12228 11871 # include <assert.h> 12229 11872 #endif 12230 12231 #undef dlopen12232 12233 11873 /* Override any gcc2 internal prototype to avoid an error. */ 12234 11874 #ifdef __cplusplus … … 12261 11901 rm -f conftest.$ac_objext conftest$ac_exeext 12262 11902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12263 (eval $ac_link) 2> conftest.er111903 (eval $ac_link) 2>&5 12264 11904 ac_status=$? 12265 grep -v '^ *+' conftest.er1 >conftest.err12266 rm -f conftest.er112267 cat conftest.err >&512268 11905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12269 11906 (exit $ac_status); } && 12270 { ac_try='test -z "$ac_cxx_werror_flag" 12271 || test ! -s conftest.err' 12272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12273 (eval $ac_try) 2>&5 12274 ac_status=$? 12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12276 (exit $ac_status); }; } && 12277 { ac_try='test -s conftest$ac_exeext' 11907 { ac_try='test -s conftest$ac_exeext' 12278 11908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12279 11909 (eval $ac_try) 2>&5 … … 12288 11918 ac_cv_func_dlopen=no 12289 11919 fi 12290 rm -f conftest.err conftest.$ac_objext \ 12291 conftest$ac_exeext conftest.$ac_ext 11920 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12292 11921 fi 12293 11922 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 12304 11933 LIBS="-ldl $LIBS" 12305 11934 cat >conftest.$ac_ext <<_ACEOF 11935 #line $LINENO "configure" 12306 11936 /* confdefs.h. */ 12307 11937 _ACEOF … … 12327 11957 rm -f conftest.$ac_objext conftest$ac_exeext 12328 11958 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12329 (eval $ac_link) 2> conftest.er111959 (eval $ac_link) 2>&5 12330 11960 ac_status=$? 12331 grep -v '^ *+' conftest.er1 >conftest.err12332 rm -f conftest.er112333 cat conftest.err >&512334 11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12335 11962 (exit $ac_status); } && 12336 { ac_try='test -z "$ac_cxx_werror_flag" 12337 || test ! -s conftest.err' 12338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12339 (eval $ac_try) 2>&5 12340 ac_status=$? 12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12342 (exit $ac_status); }; } && 12343 { ac_try='test -s conftest$ac_exeext' 11963 { ac_try='test -s conftest$ac_exeext' 12344 11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12345 11965 (eval $ac_try) 2>&5 … … 12354 11974 ac_cv_lib_dl_dlopen=no 12355 11975 fi 12356 rm -f conftest.err conftest.$ac_objext \ 12357 conftest$ac_exeext conftest.$ac_ext 11976 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12358 11977 LIBS=$ac_check_lib_save_LIBS 12359 11978 fi … … 12371 11990 LIBS="-lsvld $LIBS" 12372 11991 cat >conftest.$ac_ext <<_ACEOF 11992 #line $LINENO "configure" 12373 11993 /* confdefs.h. */ 12374 11994 _ACEOF … … 12394 12014 rm -f conftest.$ac_objext conftest$ac_exeext 12395 12015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12396 (eval $ac_link) 2> conftest.er112016 (eval $ac_link) 2>&5 12397 12017 ac_status=$? 12398 grep -v '^ *+' conftest.er1 >conftest.err12399 rm -f conftest.er112400 cat conftest.err >&512401 12018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12402 12019 (exit $ac_status); } && 12403 { ac_try='test -z "$ac_cxx_werror_flag" 12404 || test ! -s conftest.err' 12405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12406 (eval $ac_try) 2>&5 12407 ac_status=$? 12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12409 (exit $ac_status); }; } && 12410 { ac_try='test -s conftest$ac_exeext' 12020 { ac_try='test -s conftest$ac_exeext' 12411 12021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12412 12022 (eval $ac_try) 2>&5 … … 12421 12031 ac_cv_lib_svld_dlopen=no 12422 12032 fi 12423 rm -f conftest.err conftest.$ac_objext \ 12424 conftest$ac_exeext conftest.$ac_ext 12033 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12425 12034 LIBS=$ac_check_lib_save_LIBS 12426 12035 fi … … 12438 12047 LIBS="-ldld $LIBS" 12439 12048 cat >conftest.$ac_ext <<_ACEOF 12049 #line $LINENO "configure" 12440 12050 /* confdefs.h. */ 12441 12051 _ACEOF … … 12461 12071 rm -f conftest.$ac_objext conftest$ac_exeext 12462 12072 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12463 (eval $ac_link) 2> conftest.er112073 (eval $ac_link) 2>&5 12464 12074 ac_status=$? 12465 grep -v '^ *+' conftest.er1 >conftest.err12466 rm -f conftest.er112467 cat conftest.err >&512468 12075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12469 12076 (exit $ac_status); } && 12470 { ac_try='test -z "$ac_cxx_werror_flag" 12471 || test ! -s conftest.err' 12472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12473 (eval $ac_try) 2>&5 12474 ac_status=$? 12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12476 (exit $ac_status); }; } && 12477 { ac_try='test -s conftest$ac_exeext' 12077 { ac_try='test -s conftest$ac_exeext' 12478 12078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12479 12079 (eval $ac_try) 2>&5 … … 12488 12088 ac_cv_lib_dld_dld_link=no 12489 12089 fi 12490 rm -f conftest.err conftest.$ac_objext \ 12491 conftest$ac_exeext conftest.$ac_ext 12090 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12492 12091 LIBS=$ac_check_lib_save_LIBS 12493 12092 fi … … 12544 12143 lt_status=$lt_dlunknown 12545 12144 cat > conftest.$ac_ext <<EOF 12546 #line 12 546"configure"12145 #line 12145 "configure" 12547 12146 #include "confdefs.h" 12548 12147 … … 12642 12241 lt_status=$lt_dlunknown 12643 12242 cat > conftest.$ac_ext <<EOF 12644 #line 12 644"configure"12243 #line 12243 "configure" 12645 12244 #include "confdefs.h" 12646 12245 … … 13469 13068 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13470 13069 -e 's:$: $lt_compiler_flag:'` 13471 (eval echo "\"\$as_me:13 471: $lt_compile\"" >&5)13070 (eval echo "\"\$as_me:13070: $lt_compile\"" >&5) 13472 13071 (eval "$lt_compile" 2>conftest.err) 13473 13072 ac_status=$? 13474 13073 cat conftest.err >&5 13475 echo "$as_me:13 475: \$? = $ac_status" >&513074 echo "$as_me:13074: \$? = $ac_status" >&5 13476 13075 if (exit $ac_status) && test -s "$ac_outfile"; then 13477 13076 # The compiler can only warn and ignore the option if not recognized … … 13529 13128 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13530 13129 -e 's:$: $lt_compiler_flag:'` 13531 (eval echo "\"\$as_me:13 531: $lt_compile\"" >&5)13130 (eval echo "\"\$as_me:13130: $lt_compile\"" >&5) 13532 13131 (eval "$lt_compile" 2>out/conftest.err) 13533 13132 ac_status=$? 13534 13133 cat out/conftest.err >&5 13535 echo "$as_me:13 535: \$? = $ac_status" >&513134 echo "$as_me:13134: \$? = $ac_status" >&5 13536 13135 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13537 13136 then … … 13903 13502 rm -f conftest.$ac_objext conftest$ac_exeext 13904 13503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13905 (eval $ac_link) 2> conftest.er113504 (eval $ac_link) 2>&5 13906 13505 ac_status=$? 13907 grep -v '^ *+' conftest.er1 >conftest.err13908 rm -f conftest.er113909 cat conftest.err >&513910 13506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13911 13507 (exit $ac_status); } && 13912 { ac_try='test -z "$ac_f77_werror_flag" 13913 || test ! -s conftest.err' 13914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13915 (eval $ac_try) 2>&5 13916 ac_status=$? 13917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13918 (exit $ac_status); }; } && 13919 { ac_try='test -s conftest$ac_exeext' 13508 { ac_try='test -s conftest$ac_exeext' 13920 13509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13921 13510 (eval $ac_try) 2>&5 … … 13934 13523 13935 13524 fi 13936 rm -f conftest.err conftest.$ac_objext \ 13937 conftest$ac_exeext conftest.$ac_ext 13525 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13938 13526 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 13939 13527 … … 13954 13542 rm -f conftest.$ac_objext conftest$ac_exeext 13955 13543 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13956 (eval $ac_link) 2> conftest.er113544 (eval $ac_link) 2>&5 13957 13545 ac_status=$? 13958 grep -v '^ *+' conftest.er1 >conftest.err13959 rm -f conftest.er113960 cat conftest.err >&513961 13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13962 13547 (exit $ac_status); } && 13963 { ac_try='test -z "$ac_f77_werror_flag" 13964 || test ! -s conftest.err' 13965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13966 (eval $ac_try) 2>&5 13967 ac_status=$? 13968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13969 (exit $ac_status); }; } && 13970 { ac_try='test -s conftest$ac_exeext' 13548 { ac_try='test -s conftest$ac_exeext' 13971 13549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13972 13550 (eval $ac_try) 2>&5 … … 13985 13563 13986 13564 fi 13987 rm -f conftest.err conftest.$ac_objext \ 13988 conftest$ac_exeext conftest.$ac_ext 13565 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13989 13566 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 13990 13567 … … 14843 14420 case "$host_cpu" in 14844 14421 x86_64*|s390x*|powerpc64*) 14845 echo '#line 14 845"configure"' > conftest.$ac_ext14422 echo '#line 14422 "configure"' > conftest.$ac_ext 14846 14423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14847 14424 (eval $ac_compile) 2>&5 … … 15584 15161 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15585 15162 -e 's:$: $lt_compiler_flag:'` 15586 (eval echo "\"\$as_me:15 586: $lt_compile\"" >&5)15163 (eval echo "\"\$as_me:15163: $lt_compile\"" >&5) 15587 15164 (eval "$lt_compile" 2>conftest.err) 15588 15165 ac_status=$? 15589 15166 cat conftest.err >&5 15590 echo "$as_me:15 590: \$? = $ac_status" >&515167 echo "$as_me:15167: \$? = $ac_status" >&5 15591 15168 if (exit $ac_status) && test -s "$ac_outfile"; then 15592 15169 # The compiler can only warn and ignore the option if not recognized … … 15817 15394 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15818 15395 -e 's:$: $lt_compiler_flag:'` 15819 (eval echo "\"\$as_me:15 819: $lt_compile\"" >&5)15396 (eval echo "\"\$as_me:15396: $lt_compile\"" >&5) 15820 15397 (eval "$lt_compile" 2>conftest.err) 15821 15398 ac_status=$? 15822 15399 cat conftest.err >&5 15823 echo "$as_me:15 823: \$? = $ac_status" >&515400 echo "$as_me:15400: \$? = $ac_status" >&5 15824 15401 if (exit $ac_status) && test -s "$ac_outfile"; then 15825 15402 # The compiler can only warn and ignore the option if not recognized … … 15877 15454 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15878 15455 -e 's:$: $lt_compiler_flag:'` 15879 (eval echo "\"\$as_me:15 879: $lt_compile\"" >&5)15456 (eval echo "\"\$as_me:15456: $lt_compile\"" >&5) 15880 15457 (eval "$lt_compile" 2>out/conftest.err) 15881 15458 ac_status=$? 15882 15459 cat out/conftest.err >&5 15883 echo "$as_me:15 883: \$? = $ac_status" >&515460 echo "$as_me:15460: \$? = $ac_status" >&5 15884 15461 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15885 15462 then … … 16245 15822 # Determine the default libpath from the value encoded in an empty executable. 16246 15823 cat >conftest.$ac_ext <<_ACEOF 15824 #line $LINENO "configure" 16247 15825 /* confdefs.h. */ 16248 15826 _ACEOF … … 16261 15839 rm -f conftest.$ac_objext conftest$ac_exeext 16262 15840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16263 (eval $ac_link) 2> conftest.er115841 (eval $ac_link) 2>&5 16264 15842 ac_status=$? 16265 grep -v '^ *+' conftest.er1 >conftest.err16266 rm -f conftest.er116267 cat conftest.err >&516268 15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16269 15844 (exit $ac_status); } && 16270 { ac_try='test -z "$ac_c_werror_flag" 16271 || test ! -s conftest.err' 16272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16273 (eval $ac_try) 2>&5 16274 ac_status=$? 16275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16276 (exit $ac_status); }; } && 16277 { ac_try='test -s conftest$ac_exeext' 15845 { ac_try='test -s conftest$ac_exeext' 16278 15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16279 15847 (eval $ac_try) 2>&5 … … 16292 15860 16293 15861 fi 16294 rm -f conftest.err conftest.$ac_objext \ 16295 conftest$ac_exeext conftest.$ac_ext 15862 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16296 15863 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16297 15864 … … 16306 15873 # Determine the default libpath from the value encoded in an empty executable. 16307 15874 cat >conftest.$ac_ext <<_ACEOF 15875 #line $LINENO "configure" 16308 15876 /* confdefs.h. */ 16309 15877 _ACEOF … … 16322 15890 rm -f conftest.$ac_objext conftest$ac_exeext 16323 15891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16324 (eval $ac_link) 2> conftest.er115892 (eval $ac_link) 2>&5 16325 15893 ac_status=$? 16326 grep -v '^ *+' conftest.er1 >conftest.err16327 rm -f conftest.er116328 cat conftest.err >&516329 15894 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16330 15895 (exit $ac_status); } && 16331 { ac_try='test -z "$ac_c_werror_flag" 16332 || test ! -s conftest.err' 16333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16334 (eval $ac_try) 2>&5 16335 ac_status=$? 16336 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16337 (exit $ac_status); }; } && 16338 { ac_try='test -s conftest$ac_exeext' 15896 { ac_try='test -s conftest$ac_exeext' 16339 15897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16340 15898 (eval $ac_try) 2>&5 … … 16353 15911 16354 15912 fi 16355 rm -f conftest.err conftest.$ac_objext \ 16356 conftest$ac_exeext conftest.$ac_ext 15913 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16357 15914 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16358 15915 … … 17211 16768 case "$host_cpu" in 17212 16769 x86_64*|s390x*|powerpc64*) 17213 echo '#line 1 7213"configure"' > conftest.$ac_ext16770 echo '#line 16770 "configure"' > conftest.$ac_ext 17214 16771 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17215 16772 (eval $ac_compile) 2>&5 … … 17512 17069 LIBS="-ldl $LIBS" 17513 17070 cat >conftest.$ac_ext <<_ACEOF 17071 #line $LINENO "configure" 17514 17072 /* confdefs.h. */ 17515 17073 _ACEOF … … 17535 17093 rm -f conftest.$ac_objext conftest$ac_exeext 17536 17094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17537 (eval $ac_link) 2> conftest.er117095 (eval $ac_link) 2>&5 17538 17096 ac_status=$? 17539 grep -v '^ *+' conftest.er1 >conftest.err17540 rm -f conftest.er117541 cat conftest.err >&517542 17097 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17543 17098 (exit $ac_status); } && 17544 { ac_try='test -z "$ac_c_werror_flag" 17545 || test ! -s conftest.err' 17546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17547 (eval $ac_try) 2>&5 17548 ac_status=$? 17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17550 (exit $ac_status); }; } && 17551 { ac_try='test -s conftest$ac_exeext' 17099 { ac_try='test -s conftest$ac_exeext' 17552 17100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17553 17101 (eval $ac_try) 2>&5 … … 17562 17110 ac_cv_lib_dl_dlopen=no 17563 17111 fi 17564 rm -f conftest.err conftest.$ac_objext \ 17565 conftest$ac_exeext conftest.$ac_ext 17112 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17566 17113 LIBS=$ac_check_lib_save_LIBS 17567 17114 fi … … 17587 17134 else 17588 17135 cat >conftest.$ac_ext <<_ACEOF 17136 #line $LINENO "configure" 17589 17137 /* confdefs.h. */ 17590 17138 _ACEOF … … 17592 17140 cat >>conftest.$ac_ext <<_ACEOF 17593 17141 /* end confdefs.h. */ 17594 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.17595 For example, HP-UX 11i <limits.h> declares gettimeofday. */17596 #define shl_load innocuous_shl_load17597 17598 17142 /* System header to define __stub macros and hopefully few prototypes, 17599 17143 which can conflict with char shl_load (); below. 17600 17144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17601 17145 <limits.h> exists even on freestanding compilers. */ 17602 17603 17146 #ifdef __STDC__ 17604 17147 # include <limits.h> … … 17606 17149 # include <assert.h> 17607 17150 #endif 17608 17609 #undef shl_load17610 17611 17151 /* Override any gcc2 internal prototype to avoid an error. */ 17612 17152 #ifdef __cplusplus … … 17639 17179 rm -f conftest.$ac_objext conftest$ac_exeext 17640 17180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17641 (eval $ac_link) 2> conftest.er117181 (eval $ac_link) 2>&5 17642 17182 ac_status=$? 17643 grep -v '^ *+' conftest.er1 >conftest.err17644 rm -f conftest.er117645 cat conftest.err >&517646 17183 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17647 17184 (exit $ac_status); } && 17648 { ac_try='test -z "$ac_c_werror_flag" 17649 || test ! -s conftest.err' 17650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17651 (eval $ac_try) 2>&5 17652 ac_status=$? 17653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17654 (exit $ac_status); }; } && 17655 { ac_try='test -s conftest$ac_exeext' 17185 { ac_try='test -s conftest$ac_exeext' 17656 17186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17657 17187 (eval $ac_try) 2>&5 … … 17666 17196 ac_cv_func_shl_load=no 17667 17197 fi 17668 rm -f conftest.err conftest.$ac_objext \ 17669 conftest$ac_exeext conftest.$ac_ext 17198 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17670 17199 fi 17671 17200 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 17682 17211 LIBS="-ldld $LIBS" 17683 17212 cat >conftest.$ac_ext <<_ACEOF 17213 #line $LINENO "configure" 17684 17214 /* confdefs.h. */ 17685 17215 _ACEOF … … 17705 17235 rm -f conftest.$ac_objext conftest$ac_exeext 17706 17236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17707 (eval $ac_link) 2> conftest.er117237 (eval $ac_link) 2>&5 17708 17238 ac_status=$? 17709 grep -v '^ *+' conftest.er1 >conftest.err17710 rm -f conftest.er117711 cat conftest.err >&517712 17239 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17713 17240 (exit $ac_status); } && 17714 { ac_try='test -z "$ac_c_werror_flag" 17715 || test ! -s conftest.err' 17716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17717 (eval $ac_try) 2>&5 17718 ac_status=$? 17719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17720 (exit $ac_status); }; } && 17721 { ac_try='test -s conftest$ac_exeext' 17241 { ac_try='test -s conftest$ac_exeext' 17722 17242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17723 17243 (eval $ac_try) 2>&5 … … 17732 17252 ac_cv_lib_dld_shl_load=no 17733 17253 fi 17734 rm -f conftest.err conftest.$ac_objext \ 17735 conftest$ac_exeext conftest.$ac_ext 17254 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17736 17255 LIBS=$ac_check_lib_save_LIBS 17737 17256 fi … … 17747 17266 else 17748 17267 cat >conftest.$ac_ext <<_ACEOF 17268 #line $LINENO "configure" 17749 17269 /* confdefs.h. */ 17750 17270 _ACEOF … … 17752 17272 cat >>conftest.$ac_ext <<_ACEOF 17753 17273 /* end confdefs.h. */ 17754 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.17755 For example, HP-UX 11i <limits.h> declares gettimeofday. */17756 #define dlopen innocuous_dlopen17757 17758 17274 /* System header to define __stub macros and hopefully few prototypes, 17759 17275 which can conflict with char dlopen (); below. 17760 17276 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17761 17277 <limits.h> exists even on freestanding compilers. */ 17762 17763 17278 #ifdef __STDC__ 17764 17279 # include <limits.h> … … 17766 17281 # include <assert.h> 17767 17282 #endif 17768 17769 #undef dlopen17770 17771 17283 /* Override any gcc2 internal prototype to avoid an error. */ 17772 17284 #ifdef __cplusplus … … 17799 17311 rm -f conftest.$ac_objext conftest$ac_exeext 17800 17312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17801 (eval $ac_link) 2> conftest.er117313 (eval $ac_link) 2>&5 17802 17314 ac_status=$? 17803 grep -v '^ *+' conftest.er1 >conftest.err17804 rm -f conftest.er117805 cat conftest.err >&517806 17315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17807 17316 (exit $ac_status); } && 17808 { ac_try='test -z "$ac_c_werror_flag" 17809 || test ! -s conftest.err' 17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17811 (eval $ac_try) 2>&5 17812 ac_status=$? 17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17814 (exit $ac_status); }; } && 17815 { ac_try='test -s conftest$ac_exeext' 17317 { ac_try='test -s conftest$ac_exeext' 17816 17318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17817 17319 (eval $ac_try) 2>&5 … … 17826 17328 ac_cv_func_dlopen=no 17827 17329 fi 17828 rm -f conftest.err conftest.$ac_objext \ 17829 conftest$ac_exeext conftest.$ac_ext 17330 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17830 17331 fi 17831 17332 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 17842 17343 LIBS="-ldl $LIBS" 17843 17344 cat >conftest.$ac_ext <<_ACEOF 17345 #line $LINENO "configure" 17844 17346 /* confdefs.h. */ 17845 17347 _ACEOF … … 17865 17367 rm -f conftest.$ac_objext conftest$ac_exeext 17866 17368 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17867 (eval $ac_link) 2> conftest.er117369 (eval $ac_link) 2>&5 17868 17370 ac_status=$? 17869 grep -v '^ *+' conftest.er1 >conftest.err17870 rm -f conftest.er117871 cat conftest.err >&517872 17371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17873 17372 (exit $ac_status); } && 17874 { ac_try='test -z "$ac_c_werror_flag" 17875 || test ! -s conftest.err' 17876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17877 (eval $ac_try) 2>&5 17878 ac_status=$? 17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17880 (exit $ac_status); }; } && 17881 { ac_try='test -s conftest$ac_exeext' 17373 { ac_try='test -s conftest$ac_exeext' 17882 17374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17883 17375 (eval $ac_try) 2>&5 … … 17892 17384 ac_cv_lib_dl_dlopen=no 17893 17385 fi 17894 rm -f conftest.err conftest.$ac_objext \ 17895 conftest$ac_exeext conftest.$ac_ext 17386 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17896 17387 LIBS=$ac_check_lib_save_LIBS 17897 17388 fi … … 17909 17400 LIBS="-lsvld $LIBS" 17910 17401 cat >conftest.$ac_ext <<_ACEOF 17402 #line $LINENO "configure" 17911 17403 /* confdefs.h. */ 17912 17404 _ACEOF … … 17932 17424 rm -f conftest.$ac_objext conftest$ac_exeext 17933 17425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17934 (eval $ac_link) 2> conftest.er117426 (eval $ac_link) 2>&5 17935 17427 ac_status=$? 17936 grep -v '^ *+' conftest.er1 >conftest.err17937 rm -f conftest.er117938 cat conftest.err >&517939 17428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17940 17429 (exit $ac_status); } && 17941 { ac_try='test -z "$ac_c_werror_flag" 17942 || test ! -s conftest.err' 17943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17944 (eval $ac_try) 2>&5 17945 ac_status=$? 17946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17947 (exit $ac_status); }; } && 17948 { ac_try='test -s conftest$ac_exeext' 17430 { ac_try='test -s conftest$ac_exeext' 17949 17431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17950 17432 (eval $ac_try) 2>&5 … … 17959 17441 ac_cv_lib_svld_dlopen=no 17960 17442 fi 17961 rm -f conftest.err conftest.$ac_objext \ 17962 conftest$ac_exeext conftest.$ac_ext 17443 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17963 17444 LIBS=$ac_check_lib_save_LIBS 17964 17445 fi … … 17976 17457 LIBS="-ldld $LIBS" 17977 17458 cat >conftest.$ac_ext <<_ACEOF 17459 #line $LINENO "configure" 17978 17460 /* confdefs.h. */ 17979 17461 _ACEOF … … 17999 17481 rm -f conftest.$ac_objext conftest$ac_exeext 18000 17482 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18001 (eval $ac_link) 2> conftest.er117483 (eval $ac_link) 2>&5 18002 17484 ac_status=$? 18003 grep -v '^ *+' conftest.er1 >conftest.err18004 rm -f conftest.er118005 cat conftest.err >&518006 17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18007 17486 (exit $ac_status); } && 18008 { ac_try='test -z "$ac_c_werror_flag" 18009 || test ! -s conftest.err' 18010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18011 (eval $ac_try) 2>&5 18012 ac_status=$? 18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18014 (exit $ac_status); }; } && 18015 { ac_try='test -s conftest$ac_exeext' 17487 { ac_try='test -s conftest$ac_exeext' 18016 17488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18017 17489 (eval $ac_try) 2>&5 … … 18026 17498 ac_cv_lib_dld_dld_link=no 18027 17499 fi 18028 rm -f conftest.err conftest.$ac_objext \ 18029 conftest$ac_exeext conftest.$ac_ext 17500 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 18030 17501 LIBS=$ac_check_lib_save_LIBS 18031 17502 fi … … 18082 17553 lt_status=$lt_dlunknown 18083 17554 cat > conftest.$ac_ext <<EOF 18084 #line 1 8084"configure"17555 #line 17555 "configure" 18085 17556 #include "confdefs.h" 18086 17557 … … 18180 17651 lt_status=$lt_dlunknown 18181 17652 cat > conftest.$ac_ext <<EOF 18182 #line 1 8182"configure"17653 #line 17653 "configure" 18183 17654 #include "confdefs.h" 18184 17655 … … 19337 18808 LIBS="-lsla $LIBS" 19338 18809 cat >conftest.$ac_ext <<_ACEOF 18810 #line $LINENO "configure" 19339 18811 /* confdefs.h. */ 19340 18812 _ACEOF … … 19354 18826 rm -f conftest.$ac_objext conftest$ac_exeext 19355 18827 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19356 (eval $ac_link) 2> conftest.er118828 (eval $ac_link) 2>&5 19357 18829 ac_status=$? 19358 grep -v '^ *+' conftest.er1 >conftest.err19359 rm -f conftest.er119360 cat conftest.err >&519361 18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19362 18831 (exit $ac_status); } && 19363 { ac_try='test -z "$ac_c_werror_flag" 19364 || test ! -s conftest.err' 19365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19366 (eval $ac_try) 2>&5 19367 ac_status=$? 19368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19369 (exit $ac_status); }; } && 19370 { ac_try='test -s conftest$ac_exeext' 18832 { ac_try='test -s conftest$ac_exeext' 19371 18833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19372 18834 (eval $ac_try) 2>&5 … … 19381 18843 ac_cv_lib_sla_main=no 19382 18844 fi 19383 rm -f conftest.err conftest.$ac_objext \ 19384 conftest$ac_exeext conftest.$ac_ext 18845 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19385 18846 LIBS=$ac_check_lib_save_LIBS 19386 18847 fi … … 19409 18870 LIBS="-lcfitsio $LIBS" 19410 18871 cat >conftest.$ac_ext <<_ACEOF 18872 #line $LINENO "configure" 19411 18873 /* confdefs.h. */ 19412 18874 _ACEOF … … 19426 18888 rm -f conftest.$ac_objext conftest$ac_exeext 19427 18889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19428 (eval $ac_link) 2> conftest.er118890 (eval $ac_link) 2>&5 19429 18891 ac_status=$? 19430 grep -v '^ *+' conftest.er1 >conftest.err19431 rm -f conftest.er119432 cat conftest.err >&519433 18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19434 18893 (exit $ac_status); } && 19435 { ac_try='test -z "$ac_c_werror_flag" 19436 || test ! -s conftest.err' 19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19438 (eval $ac_try) 2>&5 19439 ac_status=$? 19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19441 (exit $ac_status); }; } && 19442 { ac_try='test -s conftest$ac_exeext' 18894 { ac_try='test -s conftest$ac_exeext' 19443 18895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19444 18896 (eval $ac_try) 2>&5 … … 19453 18905 ac_cv_lib_cfitsio_main=no 19454 18906 fi 19455 rm -f conftest.err conftest.$ac_objext \ 19456 conftest$ac_exeext conftest.$ac_ext 18907 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19457 18908 LIBS=$ac_check_lib_save_LIBS 19458 18909 fi … … 19481 18932 LIBS="-lfftw3f $LIBS" 19482 18933 cat >conftest.$ac_ext <<_ACEOF 18934 #line $LINENO "configure" 19483 18935 /* confdefs.h. */ 19484 18936 _ACEOF … … 19498 18950 rm -f conftest.$ac_objext conftest$ac_exeext 19499 18951 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19500 (eval $ac_link) 2> conftest.er118952 (eval $ac_link) 2>&5 19501 18953 ac_status=$? 19502 grep -v '^ *+' conftest.er1 >conftest.err19503 rm -f conftest.er119504 cat conftest.err >&519505 18954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19506 18955 (exit $ac_status); } && 19507 { ac_try='test -z "$ac_c_werror_flag" 19508 || test ! -s conftest.err' 19509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19510 (eval $ac_try) 2>&5 19511 ac_status=$? 19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19513 (exit $ac_status); }; } && 19514 { ac_try='test -s conftest$ac_exeext' 18956 { ac_try='test -s conftest$ac_exeext' 19515 18957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19516 18958 (eval $ac_try) 2>&5 … … 19525 18967 ac_cv_lib_fftw3f_main=no 19526 18968 fi 19527 rm -f conftest.err conftest.$ac_objext \ 19528 conftest$ac_exeext conftest.$ac_ext 18969 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19529 18970 LIBS=$ac_check_lib_save_LIBS 19530 18971 fi … … 19553 18994 LIBS="-lgsl $LIBS" 19554 18995 cat >conftest.$ac_ext <<_ACEOF 18996 #line $LINENO "configure" 19555 18997 /* confdefs.h. */ 19556 18998 _ACEOF … … 19570 19012 rm -f conftest.$ac_objext conftest$ac_exeext 19571 19013 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19572 (eval $ac_link) 2> conftest.er119014 (eval $ac_link) 2>&5 19573 19015 ac_status=$? 19574 grep -v '^ *+' conftest.er1 >conftest.err19575 rm -f conftest.er119576 cat conftest.err >&519577 19016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19578 19017 (exit $ac_status); } && 19579 { ac_try='test -z "$ac_c_werror_flag" 19580 || test ! -s conftest.err' 19581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19582 (eval $ac_try) 2>&5 19583 ac_status=$? 19584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19585 (exit $ac_status); }; } && 19586 { ac_try='test -s conftest$ac_exeext' 19018 { ac_try='test -s conftest$ac_exeext' 19587 19019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19588 19020 (eval $ac_try) 2>&5 … … 19597 19029 ac_cv_lib_gsl_main=no 19598 19030 fi 19599 rm -f conftest.err conftest.$ac_objext \ 19600 conftest$ac_exeext conftest.$ac_ext 19031 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19601 19032 LIBS=$ac_check_lib_save_LIBS 19602 19033 fi … … 19625 19056 LIBS="-lgslcblas $LIBS" 19626 19057 cat >conftest.$ac_ext <<_ACEOF 19058 #line $LINENO "configure" 19627 19059 /* confdefs.h. */ 19628 19060 _ACEOF … … 19642 19074 rm -f conftest.$ac_objext conftest$ac_exeext 19643 19075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19644 (eval $ac_link) 2> conftest.er119076 (eval $ac_link) 2>&5 19645 19077 ac_status=$? 19646 grep -v '^ *+' conftest.er1 >conftest.err19647 rm -f conftest.er119648 cat conftest.err >&519649 19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19650 19079 (exit $ac_status); } && 19651 { ac_try='test -z "$ac_c_werror_flag" 19652 || test ! -s conftest.err' 19653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19654 (eval $ac_try) 2>&5 19655 ac_status=$? 19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19657 (exit $ac_status); }; } && 19658 { ac_try='test -s conftest$ac_exeext' 19080 { ac_try='test -s conftest$ac_exeext' 19659 19081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19660 19082 (eval $ac_try) 2>&5 … … 19669 19091 ac_cv_lib_gslcblas_main=no 19670 19092 fi 19671 rm -f conftest.err conftest.$ac_objext \ 19672 conftest$ac_exeext conftest.$ac_ext 19093 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19673 19094 LIBS=$ac_check_lib_save_LIBS 19674 19095 fi … … 19697 19118 LIBS="-lpslib $LIBS" 19698 19119 cat >conftest.$ac_ext <<_ACEOF 19120 #line $LINENO "configure" 19699 19121 /* confdefs.h. */ 19700 19122 _ACEOF … … 19714 19136 rm -f conftest.$ac_objext conftest$ac_exeext 19715 19137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19716 (eval $ac_link) 2> conftest.er119138 (eval $ac_link) 2>&5 19717 19139 ac_status=$? 19718 grep -v '^ *+' conftest.er1 >conftest.err19719 rm -f conftest.er119720 cat conftest.err >&519721 19140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19722 19141 (exit $ac_status); } && 19723 { ac_try='test -z "$ac_c_werror_flag" 19724 || test ! -s conftest.err' 19725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19726 (eval $ac_try) 2>&5 19727 ac_status=$? 19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19729 (exit $ac_status); }; } && 19730 { ac_try='test -s conftest$ac_exeext' 19142 { ac_try='test -s conftest$ac_exeext' 19731 19143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19732 19144 (eval $ac_try) 2>&5 … … 19741 19153 ac_cv_lib_pslib_main=no 19742 19154 fi 19743 rm -f conftest.err conftest.$ac_objext \ 19744 conftest$ac_exeext conftest.$ac_ext 19155 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19745 19156 LIBS=$ac_check_lib_save_LIBS 19746 19157 fi … … 19790 19201 # substitution turns \\\\ into \\, and sed turns \\ into \). 19791 19202 sed -n \ 19792 "s/'/'\\\\''/g;19793 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"19203 "s/'/'\\\\''/g; 19204 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 19794 19205 ;; 19795 19206 *) 19796 19207 # `set' quotes correctly as required by POSIX, so do not add quotes. 19797 19208 sed -n \ 19798 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"19209 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 19799 19210 ;; 19800 19211 esac; … … 19826 19237 # (actually we leave an empty line to preserve line numbers). 19827 19238 if test "x$srcdir" = x.; then 19828 ac_vpsub='/^[ ]*VPATH[]*=/{19239 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 19829 19240 s/:*\$(srcdir):*/:/; 19830 19241 s/:*\${srcdir}:*/:/; 19831 19242 s/:*@srcdir@:*/:/; 19832 s/^\([^=]*=[ ]*\):*/\1/;19243 s/^\([^=]*=[ ]*\):*/\1/; 19833 19244 s/:*$//; 19834 s/^[^=]*=[ ]*$//;19245 s/^[^=]*=[ ]*$//; 19835 19246 }' 19836 19247 fi … … 19843 19254 # 1. Remove the extension, and $U if already installed. 19844 19255 ac_i=`echo "$ac_i" | 19845 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`19256 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 19846 19257 # 2. Add them. 19847 19258 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" … … 19908 19319 set -o posix 19909 19320 fi 19910 DUALCASE=1; export DUALCASE # for MKS sh19911 19321 19912 19322 # Support unset when possible. 19913 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then19323 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 19914 19324 as_unset=unset 19915 19325 else … … 19930 19340 LC_TELEPHONE LC_TIME 19931 19341 do 19932 if (set +x; test - z"`(eval $as_var=C; export $as_var) 2>&1`"); then19342 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 19933 19343 eval $as_var=C; export $as_var 19934 19344 else … … 20109 19519 as_mkdir_p=: 20110 19520 else 20111 test -d ./-p && rmdir ./-p20112 19521 as_mkdir_p=false 20113 19522 fi … … 20116 19525 20117 19526 # Sed expression to map a string onto a valid CPP name. 20118 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"19527 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 20119 19528 20120 19529 # Sed expression to map a string onto a valid variable name. 20121 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"19530 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 20122 19531 20123 19532 … … 20146 19555 20147 19556 This file was extended by $as_me, which was 20148 generated by GNU Autoconf 2.5 9. Invocation command line was19557 generated by GNU Autoconf 2.57. Invocation command line was 20149 19558 20150 19559 CONFIG_FILES = $CONFIG_FILES … … 20190 19599 --recheck update $as_me by reconfiguring in the same conditions 20191 19600 --file=FILE[:TEMPLATE] 20192 instantiate the configuration file FILE19601 instantiate the configuration file FILE 20193 19602 --header=FILE[:TEMPLATE] 20194 instantiate the configuration header FILE19603 instantiate the configuration header FILE 20195 19604 20196 19605 Configuration files: … … 20209 19618 ac_cs_version="\\ 20210 19619 config.status 20211 configured by $0, generated by GNU Autoconf 2.5 9,19620 configured by $0, generated by GNU Autoconf 2.57, 20212 19621 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 20213 19622 20214 Copyright (C) 2003 Free Software Foundation, Inc. 19623 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 19624 Free Software Foundation, Inc. 20215 19625 This config.status script is free software; the Free Software Foundation 20216 19626 gives unlimited permission to copy, distribute and modify it." … … 20503 19913 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 20504 19914 if test -z "$ac_sed_cmds"; then 20505 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"19915 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 20506 19916 else 20507 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"19917 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 20508 19918 fi 20509 19919 ac_sed_frag=`expr $ac_sed_frag + 1` … … 20523 19933 case $ac_file in 20524 19934 - | *:- | *:-:* ) # input from stdin 20525 cat >$tmp/stdin20526 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`20527 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;19935 cat >$tmp/stdin 19936 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19937 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20528 19938 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20529 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;19939 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20530 19940 * ) ac_file_in=$ac_file.in ;; 20531 19941 esac … … 20534 19944 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20535 19945 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20536 X"$ac_file" : 'X\(//\)[^/]' \| \20537 X"$ac_file" : 'X\(//\)$' \| \20538 X"$ac_file" : 'X\(/\)' \| \20539 . : '\(.\)' 2>/dev/null ||19946 X"$ac_file" : 'X\(//\)[^/]' \| \ 19947 X"$ac_file" : 'X\(//\)$' \| \ 19948 X"$ac_file" : 'X\(/\)' \| \ 19949 . : '\(.\)' 2>/dev/null || 20540 19950 echo X"$ac_file" | 20541 19951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20553 19963 as_dir=`(dirname "$as_dir") 2>/dev/null || 20554 19964 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20555 X"$as_dir" : 'X\(//\)[^/]' \| \20556 X"$as_dir" : 'X\(//\)$' \| \20557 X"$as_dir" : 'X\(/\)' \| \20558 . : '\(.\)' 2>/dev/null ||19965 X"$as_dir" : 'X\(//\)[^/]' \| \ 19966 X"$as_dir" : 'X\(//\)$' \| \ 19967 X"$as_dir" : 'X\(/\)' \| \ 19968 . : '\(.\)' 2>/dev/null || 20559 19969 echo X"$as_dir" | 20560 19970 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20594 20004 ac_top_srcdir=$ac_top_builddir$srcdir ;; 20595 20005 esac 20596 20597 # Do not use `cd foo && pwd` to compute absolute paths, because 20598 # the directories may not exist. 20599 case `pwd` in 20600 .) ac_abs_builddir="$ac_dir";; 20601 *) 20602 case "$ac_dir" in 20603 .) ac_abs_builddir=`pwd`;; 20604 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 20605 *) ac_abs_builddir=`pwd`/"$ac_dir";; 20606 esac;; 20607 esac 20608 case $ac_abs_builddir in 20609 .) ac_abs_top_builddir=${ac_top_builddir}.;; 20610 *) 20611 case ${ac_top_builddir}. in 20612 .) ac_abs_top_builddir=$ac_abs_builddir;; 20613 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 20614 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 20615 esac;; 20616 esac 20617 case $ac_abs_builddir in 20618 .) ac_abs_srcdir=$ac_srcdir;; 20619 *) 20620 case $ac_srcdir in 20621 .) ac_abs_srcdir=$ac_abs_builddir;; 20622 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 20623 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 20624 esac;; 20625 esac 20626 case $ac_abs_builddir in 20627 .) ac_abs_top_srcdir=$ac_top_srcdir;; 20628 *) 20629 case $ac_top_srcdir in 20630 .) ac_abs_top_srcdir=$ac_abs_builddir;; 20631 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 20632 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 20633 esac;; 20634 esac 20006 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 20007 # absolute. 20008 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 20009 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 20010 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 20011 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 20635 20012 20636 20013 … … 20654 20031 fi 20655 20032 configure_input=$configure_input"Generated from `echo $ac_file_in | 20656 sed 's,.*/,,'` by configure."20033 sed 's,.*/,,'` by configure." 20657 20034 20658 20035 # First look for the input files in the build tree, otherwise in the … … 20663 20040 -) echo $tmp/stdin ;; 20664 20041 [\\/$]*) 20665 # Absolute (can't be DOS-style, as IFS=:)20666 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520042 # Absolute (can't be DOS-style, as IFS=:) 20043 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20667 20044 echo "$as_me: error: cannot find input file: $f" >&2;} 20668 20045 { (exit 1); exit 1; }; } 20669 echo "$f";;20046 echo $f;; 20670 20047 *) # Relative 20671 if test -f "$f"; then20672 # Build tree20673 echo "$f" 20674 elif test -f "$srcdir/$f"; then20675 # Source tree20676 echo "$srcdir/$f" 20677 else20678 # /dev/null tree20679 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520048 if test -f "$f"; then 20049 # Build tree 20050 echo $f 20051 elif test -f "$srcdir/$f"; then 20052 # Source tree 20053 echo $srcdir/$f 20054 else 20055 # /dev/null tree 20056 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20680 20057 echo "$as_me: error: cannot find input file: $f" >&2;} 20681 20058 { (exit 1); exit 1; }; } 20682 fi;;20059 fi;; 20683 20060 esac 20684 20061 done` || { (exit 1); exit 1; } … … 20722 20099 # 20723 20100 # ac_d sets the value in "#define NAME VALUE" lines. 20724 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][]*\)'20725 ac_dB='[ ].*$,\1#\2'20101 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 20102 ac_dB='[ ].*$,\1#\2' 20726 20103 ac_dC=' ' 20727 20104 ac_dD=',;t' 20728 20105 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 20729 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][]*\)'20106 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 20730 20107 ac_uB='$,\1#\2define\3' 20731 20108 ac_uC=' ' … … 20736 20113 case $ac_file in 20737 20114 - | *:- | *:-:* ) # input from stdin 20738 cat >$tmp/stdin20739 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`20740 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20115 cat >$tmp/stdin 20116 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20117 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20741 20118 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20742 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20119 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20743 20120 * ) ac_file_in=$ac_file.in ;; 20744 20121 esac … … 20754 20131 -) echo $tmp/stdin ;; 20755 20132 [\\/$]*) 20756 # Absolute (can't be DOS-style, as IFS=:)20757 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520133 # Absolute (can't be DOS-style, as IFS=:) 20134 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20758 20135 echo "$as_me: error: cannot find input file: $f" >&2;} 20759 20136 { (exit 1); exit 1; }; } 20760 # Do quote $f, to prevent DOS paths from being IFS'd. 20761 echo "$f";; 20137 echo $f;; 20762 20138 *) # Relative 20763 if test -f "$f"; then20764 # Build tree20765 echo "$f" 20766 elif test -f "$srcdir/$f"; then20767 # Source tree20768 echo "$srcdir/$f" 20769 else20770 # /dev/null tree20771 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520139 if test -f "$f"; then 20140 # Build tree 20141 echo $f 20142 elif test -f "$srcdir/$f"; then 20143 # Source tree 20144 echo $srcdir/$f 20145 else 20146 # /dev/null tree 20147 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20772 20148 echo "$as_me: error: cannot find input file: $f" >&2;} 20773 20149 { (exit 1); exit 1; }; } 20774 fi;;20150 fi;; 20775 20151 esac 20776 20152 done` || { (exit 1); exit 1; } 20777 20153 # Remove the trailing spaces. 20778 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in20154 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 20779 20155 20780 20156 _ACEOF … … 20799 20175 t clear 20800 20176 : clear 20801 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp20177 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 20802 20178 t end 20803 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp20179 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 20804 20180 : end 20805 20181 _ACEOF … … 20815 20191 # on some systems where configure will not decide to define it. 20816 20192 cat >>conftest.undefs <<\_ACEOF 20817 s,^[ ]*#[ ]*undef[ ][]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,20193 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 20818 20194 _ACEOF 20819 20195 … … 20821 20197 # of here documents, and old seds have small limits too (100 cmds). 20822 20198 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 20823 echo ' if grep "^[ ]*#[]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS20199 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 20824 20200 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 20825 20201 echo ' :' >>$CONFIG_STATUS … … 20830 20206 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 20831 20207 # Speed up: don't consider the non `#define' lines. 20832 echo '/^[ ]*#[]*define/!b' >>$CONFIG_STATUS20208 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 20833 20209 # Work around the forget-to-reset-the-flag bug. 20834 20210 echo 't clr' >>$CONFIG_STATUS … … 20857 20233 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 20858 20234 # Speed up: don't consider the non `#undef' 20859 echo '/^[ ]*#[]*undef/!b' >>$CONFIG_STATUS20235 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 20860 20236 # Work around the forget-to-reset-the-flag bug. 20861 20237 echo 't clr' >>$CONFIG_STATUS … … 20891 20267 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20892 20268 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20893 X"$ac_file" : 'X\(//\)[^/]' \| \20894 X"$ac_file" : 'X\(//\)$' \| \20895 X"$ac_file" : 'X\(/\)' \| \20896 . : '\(.\)' 2>/dev/null ||20269 X"$ac_file" : 'X\(//\)[^/]' \| \ 20270 X"$ac_file" : 'X\(//\)$' \| \ 20271 X"$ac_file" : 'X\(/\)' \| \ 20272 . : '\(.\)' 2>/dev/null || 20897 20273 echo X"$ac_file" | 20898 20274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20910 20286 as_dir=`(dirname "$as_dir") 2>/dev/null || 20911 20287 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20912 X"$as_dir" : 'X\(//\)[^/]' \| \20913 X"$as_dir" : 'X\(//\)$' \| \20914 X"$as_dir" : 'X\(/\)' \| \20915 . : '\(.\)' 2>/dev/null ||20288 X"$as_dir" : 'X\(//\)[^/]' \| \ 20289 X"$as_dir" : 'X\(//\)$' \| \ 20290 X"$as_dir" : 'X\(/\)' \| \ 20291 . : '\(.\)' 2>/dev/null || 20916 20292 echo X"$as_dir" | 20917 20293 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20945 20321 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 20946 20322 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20947 X$ac_file : 'X\(//\)[^/]' \| \20948 X$ac_file : 'X\(//\)$' \| \20949 X$ac_file : 'X\(/\)' \| \20950 . : '\(.\)' 2>/dev/null ||20323 X$ac_file : 'X\(//\)[^/]' \| \ 20324 X$ac_file : 'X\(//\)$' \| \ 20325 X$ac_file : 'X\(/\)' \| \ 20326 . : '\(.\)' 2>/dev/null || 20951 20327 echo X$ac_file | 20952 20328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20967 20343 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 20968 20344 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20969 X"$ac_dest" : 'X\(//\)[^/]' \| \20970 X"$ac_dest" : 'X\(//\)$' \| \20971 X"$ac_dest" : 'X\(/\)' \| \20972 . : '\(.\)' 2>/dev/null ||20345 X"$ac_dest" : 'X\(//\)[^/]' \| \ 20346 X"$ac_dest" : 'X\(//\)$' \| \ 20347 X"$ac_dest" : 'X\(/\)' \| \ 20348 . : '\(.\)' 2>/dev/null || 20973 20349 echo X"$ac_dest" | 20974 20350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20977 20353 /^X\(\/\).*/{ s//\1/; q; } 20978 20354 s/.*/./; q'` 20979 { if $as_mkdir_p; then20980 mkdir -p "$ac_dir"20981 else20982 as_dir="$ac_dir"20983 as_dirs=20984 while test ! -d "$as_dir"; do20985 as_dirs="$as_dir $as_dirs"20986 as_dir=`(dirname "$as_dir") 2>/dev/null ||20987 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \20988 X"$as_dir" : 'X\(//\)[^/]' \| \20989 X"$as_dir" : 'X\(//\)$' \| \20990 X"$as_dir" : 'X\(/\)' \| \20991 . : '\(.\)' 2>/dev/null ||20992 echo X"$as_dir" |20993 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }20994 /^X\(\/\/\)[^/].*/{ s//\1/; q; }20995 /^X\(\/\/\)$/{ s//\1/; q; }20996 /^X\(\/\).*/{ s//\1/; q; }20997 s/.*/./; q'`20998 done20999 test ! -n "$as_dirs" || mkdir $as_dirs21000 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&521001 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}21002 { (exit 1); exit 1; }; }; }21003 21004 20355 ac_builddir=. 21005 20356 … … 21027 20378 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21028 20379 esac 21029 21030 # Do not use `cd foo && pwd` to compute absolute paths, because 21031 # the directories may not exist. 21032 case `pwd` in 21033 .) ac_abs_builddir="$ac_dir";; 21034 *) 21035 case "$ac_dir" in 21036 .) ac_abs_builddir=`pwd`;; 21037 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 21038 *) ac_abs_builddir=`pwd`/"$ac_dir";; 21039 esac;; 21040 esac 21041 case $ac_abs_builddir in 21042 .) ac_abs_top_builddir=${ac_top_builddir}.;; 21043 *) 21044 case ${ac_top_builddir}. in 21045 .) ac_abs_top_builddir=$ac_abs_builddir;; 21046 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 21047 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 21048 esac;; 21049 esac 21050 case $ac_abs_builddir in 21051 .) ac_abs_srcdir=$ac_srcdir;; 21052 *) 21053 case $ac_srcdir in 21054 .) ac_abs_srcdir=$ac_abs_builddir;; 21055 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 21056 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 21057 esac;; 21058 esac 21059 case $ac_abs_builddir in 21060 .) ac_abs_top_srcdir=$ac_top_srcdir;; 21061 *) 21062 case $ac_top_srcdir in 21063 .) ac_abs_top_srcdir=$ac_abs_builddir;; 21064 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 21065 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 21066 esac;; 21067 esac 20380 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 20381 # absolute. 20382 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 20383 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 20384 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 20385 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 21068 20386 21069 20387 … … 21083 20401 dirpart=`(dirname "$mf") 2>/dev/null || 21084 20402 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21085 X"$mf" : 'X\(//\)[^/]' \| \21086 X"$mf" : 'X\(//\)$' \| \21087 X"$mf" : 'X\(/\)' \| \21088 . : '\(.\)' 2>/dev/null ||20403 X"$mf" : 'X\(//\)[^/]' \| \ 20404 X"$mf" : 'X\(//\)$' \| \ 20405 X"$mf" : 'X\(/\)' \| \ 20406 . : '\(.\)' 2>/dev/null || 21089 20407 echo X"$mf" | 21090 20408 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21122 20440 fdir=`(dirname "$file") 2>/dev/null || 21123 20441 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21124 X"$file" : 'X\(//\)[^/]' \| \21125 X"$file" : 'X\(//\)$' \| \21126 X"$file" : 'X\(/\)' \| \21127 . : '\(.\)' 2>/dev/null ||20442 X"$file" : 'X\(//\)[^/]' \| \ 20443 X"$file" : 'X\(//\)$' \| \ 20444 X"$file" : 'X\(/\)' \| \ 20445 . : '\(.\)' 2>/dev/null || 21128 20446 echo X"$file" | 21129 20447 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21141 20459 as_dir=`(dirname "$as_dir") 2>/dev/null || 21142 20460 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21143 X"$as_dir" : 'X\(//\)[^/]' \| \21144 X"$as_dir" : 'X\(//\)$' \| \21145 X"$as_dir" : 'X\(/\)' \| \21146 . : '\(.\)' 2>/dev/null ||20461 X"$as_dir" : 'X\(//\)[^/]' \| \ 20462 X"$as_dir" : 'X\(//\)$' \| \ 20463 X"$as_dir" : 'X\(/\)' \| \ 20464 . : '\(.\)' 2>/dev/null || 21147 20465 echo X"$as_dir" | 21148 20466 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
Note:
See TracChangeset
for help on using the changeset viewer.
