Changeset 3081
- Timestamp:
- Jan 24, 2005, 1:14:37 PM (21 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
aclocal.m4 (modified) (1 diff)
-
configure (modified) (338 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/aclocal.m4
r3080 r3081 6410 6410 # release and drop the old call support. 6411 6411 AC_DEFUN([AM_INIT_AUTOMAKE], 6412 [AC_PREREQ([2.5 8])dnl6412 [AC_PREREQ([2.57])dnl 6413 6413 dnl Autoconf wants to disallow AM_ names. We explicitly allow 6414 6414 dnl the ones we care about. -
trunk/psModules/configure
r2839 r3081 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 … … 279 278 # The HP-UX ksh and POSIX shell print the target directory to stdout 280 279 # if CDPATH is set. 281 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 280 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 282 281 283 282 if test -z "$ECHO"; then … … 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 … … 1754 1719 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1755 1720 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1756 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y, :./+-,___p_,'`1721 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 1757 1722 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1758 1723 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2283 2248 2284 2249 cat >conftest.$ac_ext <<_ACEOF 2250 #line $LINENO "configure" 2285 2251 /* confdefs.h. */ 2286 2252 _ACEOF … … 2302 2268 # It will help us diagnose broken compilers, and finding out an intuition 2303 2269 # of exeext. 2304 echo "$as_me:$LINENO: checking for C compiler default output file name" >&52305 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&62270 echo "$as_me:$LINENO: checking for C compiler default output" >&5 2271 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2306 2272 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2307 2273 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 2323 2289 case $ac_file in 2324 2290 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 2325 ;;2291 ;; 2326 2292 conftest.$ac_ext ) 2327 # This is the source file.2328 ;;2293 # This is the source file. 2294 ;; 2329 2295 [ab].out ) 2330 # We found the default executable, but exeext='' is most2331 # certainly right.2332 break;;2296 # We found the default executable, but exeext='' is most 2297 # certainly right. 2298 break;; 2333 2299 *.* ) 2334 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`2335 # FIXME: I believe we export ac_cv_exeext for Libtool,2336 # but it would be cool to find out if it's true. Does anybody2337 # maintain Libtool? --akim.2338 export ac_cv_exeext2339 break;;2300 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2301 # FIXME: I believe we export ac_cv_exeext for Libtool, 2302 # but it would be cool to find out if it's true. Does anybody 2303 # maintain Libtool? --akim. 2304 export ac_cv_exeext 2305 break;; 2340 2306 * ) 2341 break;;2307 break;; 2342 2308 esac 2343 2309 done … … 2413 2379 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2414 2380 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2415 export ac_cv_exeext2416 break;;2381 export ac_cv_exeext 2382 break;; 2417 2383 * ) break;; 2418 2384 esac … … 2439 2405 else 2440 2406 cat >conftest.$ac_ext <<_ACEOF 2407 #line $LINENO "configure" 2441 2408 /* confdefs.h. */ 2442 2409 _ACEOF … … 2489 2456 else 2490 2457 cat >conftest.$ac_ext <<_ACEOF 2458 #line $LINENO "configure" 2491 2459 /* confdefs.h. */ 2492 2460 _ACEOF … … 2508 2476 rm -f conftest.$ac_objext 2509 2477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2510 (eval $ac_compile) 2> conftest.er12478 (eval $ac_compile) 2>&5 2511 2479 ac_status=$? 2512 grep -v '^ *+' conftest.er1 >conftest.err2513 rm -f conftest.er12514 cat conftest.err >&52515 2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2516 2481 (exit $ac_status); } && 2517 { ac_try='test -z "$ac_c_werror_flag" 2518 || test ! -s conftest.err' 2519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2520 (eval $ac_try) 2>&5 2521 ac_status=$? 2522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2523 (exit $ac_status); }; } && 2524 { ac_try='test -s conftest.$ac_objext' 2482 { ac_try='test -s conftest.$ac_objext' 2525 2483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2526 2484 (eval $ac_try) 2>&5 … … 2535 2493 ac_compiler_gnu=no 2536 2494 fi 2537 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2495 rm -f conftest.$ac_objext conftest.$ac_ext 2538 2496 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2539 2497 … … 2551 2509 else 2552 2510 cat >conftest.$ac_ext <<_ACEOF 2511 #line $LINENO "configure" 2553 2512 /* confdefs.h. */ 2554 2513 _ACEOF … … 2567 2526 rm -f conftest.$ac_objext 2568 2527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2569 (eval $ac_compile) 2> conftest.er12528 (eval $ac_compile) 2>&5 2570 2529 ac_status=$? 2571 grep -v '^ *+' conftest.er1 >conftest.err2572 rm -f conftest.er12573 cat conftest.err >&52574 2530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2575 2531 (exit $ac_status); } && 2576 { ac_try='test -z "$ac_c_werror_flag" 2577 || test ! -s conftest.err' 2578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2579 (eval $ac_try) 2>&5 2580 ac_status=$? 2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2582 (exit $ac_status); }; } && 2583 { ac_try='test -s conftest.$ac_objext' 2532 { ac_try='test -s conftest.$ac_objext' 2584 2533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2585 2534 (eval $ac_try) 2>&5 … … 2594 2543 ac_cv_prog_cc_g=no 2595 2544 fi 2596 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2545 rm -f conftest.$ac_objext conftest.$ac_ext 2597 2546 fi 2598 2547 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2621 2570 ac_save_CC=$CC 2622 2571 cat >conftest.$ac_ext <<_ACEOF 2572 #line $LINENO "configure" 2623 2573 /* confdefs.h. */ 2624 2574 _ACEOF … … 2648 2598 return s; 2649 2599 } 2650 2651 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has2652 function prototypes and stuff, but not '\xHH' hex character constants.2653 These don't provoke an error unfortunately, instead are silently treated2654 as 'x'. The following induces an error, until -std1 is added to get2655 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an2656 array size at least. It's necessary to write '\x00'==0 to get something2657 that's true only with -std1. */2658 int osf4_cc_array ['\x00' == 0 ? 1 : -1];2659 2660 2600 int test (int i, double x); 2661 2601 struct s1 {int (*f) (int a);}; … … 2684 2624 rm -f conftest.$ac_objext 2685 2625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2686 (eval $ac_compile) 2> conftest.er12626 (eval $ac_compile) 2>&5 2687 2627 ac_status=$? 2688 grep -v '^ *+' conftest.er1 >conftest.err2689 rm -f conftest.er12690 cat conftest.err >&52691 2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2692 2629 (exit $ac_status); } && 2693 { ac_try='test -z "$ac_c_werror_flag" 2694 || test ! -s conftest.err' 2695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2696 (eval $ac_try) 2>&5 2697 ac_status=$? 2698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2699 (exit $ac_status); }; } && 2700 { ac_try='test -s conftest.$ac_objext' 2630 { ac_try='test -s conftest.$ac_objext' 2701 2631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2702 2632 (eval $ac_try) 2>&5 … … 2711 2641 2712 2642 fi 2713 rm -f conftest. err conftest.$ac_objext2643 rm -f conftest.$ac_objext 2714 2644 done 2715 2645 rm -f conftest.$ac_ext conftest.$ac_objext … … 2739 2669 rm -f conftest.$ac_objext 2740 2670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2741 (eval $ac_compile) 2> conftest.er12671 (eval $ac_compile) 2>&5 2742 2672 ac_status=$? 2743 grep -v '^ *+' conftest.er1 >conftest.err2744 rm -f conftest.er12745 cat conftest.err >&52746 2673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2747 2674 (exit $ac_status); } && 2748 { ac_try='test -z "$ac_c_werror_flag" 2749 || test ! -s conftest.err' 2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2751 (eval $ac_try) 2>&5 2752 ac_status=$? 2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2754 (exit $ac_status); }; } && 2755 { ac_try='test -s conftest.$ac_objext' 2675 { ac_try='test -s conftest.$ac_objext' 2756 2676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2757 2677 (eval $ac_try) 2>&5 … … 2760 2680 (exit $ac_status); }; }; then 2761 2681 for ac_declaration in \ 2762 '' \ 2682 ''\ 2683 '#include <stdlib.h>' \ 2763 2684 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2764 2685 'extern "C" void std::exit (int); using std::exit;' \ … … 2768 2689 do 2769 2690 cat >conftest.$ac_ext <<_ACEOF 2691 #line $LINENO "configure" 2770 2692 /* confdefs.h. */ 2771 2693 _ACEOF … … 2773 2695 cat >>conftest.$ac_ext <<_ACEOF 2774 2696 /* end confdefs.h. */ 2697 #include <stdlib.h> 2775 2698 $ac_declaration 2776 #include <stdlib.h>2777 2699 int 2778 2700 main () … … 2785 2707 rm -f conftest.$ac_objext 2786 2708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2787 (eval $ac_compile) 2> conftest.er12709 (eval $ac_compile) 2>&5 2788 2710 ac_status=$? 2789 grep -v '^ *+' conftest.er1 >conftest.err2790 rm -f conftest.er12791 cat conftest.err >&52792 2711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2793 2712 (exit $ac_status); } && 2794 { ac_try='test -z "$ac_c_werror_flag" 2795 || test ! -s conftest.err' 2796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2797 (eval $ac_try) 2>&5 2798 ac_status=$? 2799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2800 (exit $ac_status); }; } && 2801 { ac_try='test -s conftest.$ac_objext' 2713 { ac_try='test -s conftest.$ac_objext' 2802 2714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2803 2715 (eval $ac_try) 2>&5 … … 2812 2724 continue 2813 2725 fi 2814 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2726 rm -f conftest.$ac_objext conftest.$ac_ext 2815 2727 cat >conftest.$ac_ext <<_ACEOF 2728 #line $LINENO "configure" 2816 2729 /* confdefs.h. */ 2817 2730 _ACEOF … … 2830 2743 rm -f conftest.$ac_objext 2831 2744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2832 (eval $ac_compile) 2> conftest.er12745 (eval $ac_compile) 2>&5 2833 2746 ac_status=$? 2834 grep -v '^ *+' conftest.er1 >conftest.err2835 rm -f conftest.er12836 cat conftest.err >&52837 2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2838 2748 (exit $ac_status); } && 2839 { ac_try='test -z "$ac_c_werror_flag" 2840 || test ! -s conftest.err' 2841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2842 (eval $ac_try) 2>&5 2843 ac_status=$? 2844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2845 (exit $ac_status); }; } && 2846 { ac_try='test -s conftest.$ac_objext' 2749 { ac_try='test -s conftest.$ac_objext' 2847 2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2848 2751 (eval $ac_try) 2>&5 … … 2856 2759 2857 2760 fi 2858 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2761 rm -f conftest.$ac_objext conftest.$ac_ext 2859 2762 done 2860 2763 rm -f conftest* … … 2870 2773 2871 2774 fi 2872 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext2775 rm -f conftest.$ac_objext conftest.$ac_ext 2873 2776 ac_ext=c 2874 2777 ac_cpp='$CPP $CPPFLAGS' … … 3067 2970 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3068 2971 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3069 # OS/2's system install, which has a completely different semantic3070 2972 # ./install, which can be erroneously created by make from ./install.sh. 3071 2973 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 3084 2986 ./ | .// | /cC/* | \ 3085 2987 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3086 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \3087 2988 /usr/ucb/* ) ;; 3088 2989 *) … … 3092 2993 for ac_prog in ginstall scoinst install; do 3093 2994 for ac_exec_ext in '' $ac_executable_extensions; do 3094 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then3095 if test $ac_prog = install &&3096 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then3097 # AIX install. It has an incompatible calling convention.3098 :3099 elif test $ac_prog = install &&3100 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then3101 # program-specific install script used by HP pwplus--don't use.3102 :3103 else3104 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"3105 break 33106 fi3107 fi2995 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2996 if test $ac_prog = install && 2997 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2998 # AIX install. It has an incompatible calling convention. 2999 : 3000 elif test $ac_prog = install && 3001 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3002 # program-specific install script used by HP pwplus--don't use. 3003 : 3004 else 3005 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3006 break 3 3007 fi 3008 fi 3108 3009 done 3109 3010 done … … 3311 3212 done 3312 3213 done 3214 3215 fi 3216 3313 3217 SED=$lt_cv_path_SED 3314 3315 fi3316 3317 3218 echo "$as_me:$LINENO: result: $SED" >&5 3318 3219 echo "${ECHO_T}$SED" >&6 … … 3455 3356 esac 3456 3357 reload_cmds='$LD$reload_flag -o $output$reload_objs' 3358 case $host_os in 3359 darwin*) 3360 if test "$GCC" = yes; then 3361 reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs' 3362 else 3363 reload_cmds='$LD$reload_flag -o $output$reload_objs' 3364 fi 3365 ;; 3366 esac 3457 3367 3458 3368 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 … … 3541 3451 ;; 3542 3452 3543 bsdi 4*)3453 bsdi[45]*) 3544 3454 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 3545 3455 lt_cv_file_magic_cmd='/usr/bin/file -L' … … 3615 3525 linux*) 3616 3526 case $host_cpu in 3617 alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64 *)3527 alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64) 3618 3528 lt_cv_deplibs_check_method=pass_all ;; 3619 3529 *) … … 3645 3555 3646 3556 openbsd*) 3647 lt_cv_file_magic_cmd=/usr/bin/file3648 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`3649 3557 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 3650 lt_cv_deplibs_check_method=' file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'3558 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' 3651 3559 else 3652 lt_cv_deplibs_check_method=' file_magic OpenBSD.* shared library'3560 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 3653 3561 fi 3654 3562 ;; … … 3743 3651 *-*-irix6*) 3744 3652 # Find out which ABI we are using. 3745 echo '#line 3 745"configure"' > conftest.$ac_ext3653 echo '#line 3653 "configure"' > conftest.$ac_ext 3746 3654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3747 3655 (eval $ac_compile) 2>&5 … … 3840 3748 3841 3749 cat >conftest.$ac_ext <<_ACEOF 3750 #line $LINENO "configure" 3842 3751 /* confdefs.h. */ 3843 3752 _ACEOF … … 3856 3765 rm -f conftest.$ac_objext conftest$ac_exeext 3857 3766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3858 (eval $ac_link) 2> conftest.er13767 (eval $ac_link) 2>&5 3859 3768 ac_status=$? 3860 grep -v '^ *+' conftest.er1 >conftest.err3861 rm -f conftest.er13862 cat conftest.err >&53863 3769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3864 3770 (exit $ac_status); } && 3865 { ac_try='test -z "$ac_c_werror_flag" 3866 || test ! -s conftest.err' 3867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3868 (eval $ac_try) 2>&5 3869 ac_status=$? 3870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3871 (exit $ac_status); }; } && 3872 { ac_try='test -s conftest$ac_exeext' 3771 { ac_try='test -s conftest$ac_exeext' 3873 3772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3874 3773 (eval $ac_try) 2>&5 … … 3883 3782 lt_cv_cc_needs_belf=no 3884 3783 fi 3885 rm -f conftest.err conftest.$ac_objext \ 3886 conftest$ac_exeext conftest.$ac_ext 3784 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3887 3785 ac_ext=c 3888 3786 ac_cpp='$CPP $CPPFLAGS' … … 3933 3831 # not just through cpp. "Syntax error" is here to catch this case. 3934 3832 cat >conftest.$ac_ext <<_ACEOF 3833 #line $LINENO "configure" 3935 3834 /* confdefs.h. */ 3936 3835 _ACEOF … … 3943 3842 # include <assert.h> 3944 3843 #endif 3945 Syntax error3844 Syntax error 3946 3845 _ACEOF 3947 3846 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3955 3854 if test -s conftest.err; then 3956 3855 ac_cpp_err=$ac_c_preproc_warn_flag 3957 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3958 3856 else 3959 3857 ac_cpp_err= … … 3976 3874 # can be detected and how. 3977 3875 cat >conftest.$ac_ext <<_ACEOF 3876 #line $LINENO "configure" 3978 3877 /* confdefs.h. */ 3979 3878 _ACEOF … … 3993 3892 if test -s conftest.err; then 3994 3893 ac_cpp_err=$ac_c_preproc_warn_flag 3995 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag3996 3894 else 3997 3895 ac_cpp_err= … … 4040 3938 # not just through cpp. "Syntax error" is here to catch this case. 4041 3939 cat >conftest.$ac_ext <<_ACEOF 3940 #line $LINENO "configure" 4042 3941 /* confdefs.h. */ 4043 3942 _ACEOF … … 4050 3949 # include <assert.h> 4051 3950 #endif 4052 Syntax error3951 Syntax error 4053 3952 _ACEOF 4054 3953 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 4062 3961 if test -s conftest.err; then 4063 3962 ac_cpp_err=$ac_c_preproc_warn_flag 4064 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4065 3963 else 4066 3964 ac_cpp_err= … … 4083 3981 # can be detected and how. 4084 3982 cat >conftest.$ac_ext <<_ACEOF 3983 #line $LINENO "configure" 4085 3984 /* confdefs.h. */ 4086 3985 _ACEOF … … 4100 3999 if test -s conftest.err; then 4101 4000 ac_cpp_err=$ac_c_preproc_warn_flag 4102 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4103 4001 else 4104 4002 ac_cpp_err= … … 4146 4044 else 4147 4045 cat >conftest.$ac_ext <<_ACEOF 4046 #line $LINENO "configure" 4148 4047 /* confdefs.h. */ 4149 4048 _ACEOF … … 4166 4065 rm -f conftest.$ac_objext 4167 4066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4168 (eval $ac_compile) 2> conftest.er14067 (eval $ac_compile) 2>&5 4169 4068 ac_status=$? 4170 grep -v '^ *+' conftest.er1 >conftest.err4171 rm -f conftest.er14172 cat conftest.err >&54173 4069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4174 4070 (exit $ac_status); } && 4175 { ac_try='test -z "$ac_c_werror_flag" 4176 || test ! -s conftest.err' 4177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4178 (eval $ac_try) 2>&5 4179 ac_status=$? 4180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4181 (exit $ac_status); }; } && 4182 { ac_try='test -s conftest.$ac_objext' 4071 { ac_try='test -s conftest.$ac_objext' 4183 4072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4184 4073 (eval $ac_try) 2>&5 … … 4193 4082 ac_cv_header_stdc=no 4194 4083 fi 4195 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4084 rm -f conftest.$ac_objext conftest.$ac_ext 4196 4085 4197 4086 if test $ac_cv_header_stdc = yes; then 4198 4087 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4199 4088 cat >conftest.$ac_ext <<_ACEOF 4089 #line $LINENO "configure" 4200 4090 /* confdefs.h. */ 4201 4091 _ACEOF … … 4219 4109 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4220 4110 cat >conftest.$ac_ext <<_ACEOF 4111 #line $LINENO "configure" 4221 4112 /* confdefs.h. */ 4222 4113 _ACEOF … … 4243 4134 else 4244 4135 cat >conftest.$ac_ext <<_ACEOF 4136 #line $LINENO "configure" 4245 4137 /* confdefs.h. */ 4246 4138 _ACEOF … … 4254 4146 #else 4255 4147 # define ISLOWER(c) \ 4256 (('a' <= (c) && (c) <= 'i') \4257 || ('j' <= (c) && (c) <= 'r') \4258 || ('s' <= (c) && (c) <= 'z'))4148 (('a' <= (c) && (c) <= 'i') \ 4149 || ('j' <= (c) && (c) <= 'r') \ 4150 || ('s' <= (c) && (c) <= 'z')) 4259 4151 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4260 4152 #endif … … 4267 4159 for (i = 0; i < 256; i++) 4268 4160 if (XOR (islower (i), ISLOWER (i)) 4269 || toupper (i) != TOUPPER (i))4161 || toupper (i) != TOUPPER (i)) 4270 4162 exit(2); 4271 4163 exit (0); … … 4292 4184 ac_cv_header_stdc=no 4293 4185 fi 4294 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext4186 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4295 4187 fi 4296 4188 fi … … 4317 4209 4318 4210 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4319 inttypes.h stdint.h unistd.h4211 inttypes.h stdint.h unistd.h 4320 4212 do 4321 4213 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 4326 4218 else 4327 4219 cat >conftest.$ac_ext <<_ACEOF 4220 #line $LINENO "configure" 4328 4221 /* confdefs.h. */ 4329 4222 _ACEOF … … 4337 4230 rm -f conftest.$ac_objext 4338 4231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4339 (eval $ac_compile) 2> conftest.er14232 (eval $ac_compile) 2>&5 4340 4233 ac_status=$? 4341 grep -v '^ *+' conftest.er1 >conftest.err4342 rm -f conftest.er14343 cat conftest.err >&54344 4234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4345 4235 (exit $ac_status); } && 4346 { ac_try='test -z "$ac_c_werror_flag" 4347 || test ! -s conftest.err' 4348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4349 (eval $ac_try) 2>&5 4350 ac_status=$? 4351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4352 (exit $ac_status); }; } && 4353 { ac_try='test -s conftest.$ac_objext' 4236 { ac_try='test -s conftest.$ac_objext' 4354 4237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4355 4238 (eval $ac_try) 2>&5 … … 4364 4247 eval "$as_ac_Header=no" 4365 4248 fi 4366 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4249 rm -f conftest.$ac_objext conftest.$ac_ext 4367 4250 fi 4368 4251 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4395 4278 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4396 4279 cat >conftest.$ac_ext <<_ACEOF 4280 #line $LINENO "configure" 4397 4281 /* confdefs.h. */ 4398 4282 _ACEOF … … 4405 4289 rm -f conftest.$ac_objext 4406 4290 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4407 (eval $ac_compile) 2> conftest.er14291 (eval $ac_compile) 2>&5 4408 4292 ac_status=$? 4409 grep -v '^ *+' conftest.er1 >conftest.err4410 rm -f conftest.er14411 cat conftest.err >&54412 4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4413 4294 (exit $ac_status); } && 4414 { ac_try='test -z "$ac_c_werror_flag" 4415 || test ! -s conftest.err' 4416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4417 (eval $ac_try) 2>&5 4418 ac_status=$? 4419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4420 (exit $ac_status); }; } && 4421 { ac_try='test -s conftest.$ac_objext' 4295 { ac_try='test -s conftest.$ac_objext' 4422 4296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4423 4297 (eval $ac_try) 2>&5 … … 4432 4306 ac_header_compiler=no 4433 4307 fi 4434 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4308 rm -f conftest.$ac_objext conftest.$ac_ext 4435 4309 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4436 4310 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4440 4314 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4441 4315 cat >conftest.$ac_ext <<_ACEOF 4316 #line $LINENO "configure" 4442 4317 /* confdefs.h. */ 4443 4318 _ACEOF … … 4457 4332 if test -s conftest.err; then 4458 4333 ac_cpp_err=$ac_c_preproc_warn_flag 4459 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag4460 4334 else 4461 4335 ac_cpp_err= … … 4477 4351 4478 4352 # So? What about this header? 4479 case $ac_header_compiler:$ac_header_preproc :$ac_c_preproc_warn_flagin4480 yes:no :)4353 case $ac_header_compiler:$ac_header_preproc in 4354 yes:no ) 4481 4355 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4482 4356 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4484 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4485 ac_header_preproc=yes 4357 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4358 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4359 ( 4360 cat <<\_ASBOX 4361 ## ------------------------------------ ## 4362 ## Report this to bug-autoconf@gnu.org. ## 4363 ## ------------------------------------ ## 4364 _ASBOX 4365 ) | 4366 sed "s/^/$as_me: WARNING: /" >&2 4486 4367 ;; 4487 no:yes :*)4368 no:yes ) 4488 4369 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4489 4370 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4490 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4491 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4492 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4493 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4494 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4495 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4371 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4372 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4496 4373 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4497 4374 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4498 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54499 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}4500 4375 ( 4501 4376 cat <<\_ASBOX 4502 ## ------------------------------------ ------##4503 ## Report this to the AC_PACKAGE_NAME lists.##4504 ## ------------------------------------ ------##4377 ## ------------------------------------ ## 4378 ## Report this to bug-autoconf@gnu.org. ## 4379 ## ------------------------------------ ## 4505 4380 _ASBOX 4506 4381 ) | … … 4513 4388 echo $ECHO_N "(cached) $ECHO_C" >&6 4514 4389 else 4515 eval "$as_ac_Header= \$ac_header_preproc"4390 eval "$as_ac_Header=$ac_header_preproc" 4516 4391 fi 4517 4392 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4647 4522 else 4648 4523 cat >conftest.$ac_ext <<_ACEOF 4524 #line $LINENO "configure" 4649 4525 /* confdefs.h. */ 4650 4526 _ACEOF … … 4666 4542 rm -f conftest.$ac_objext 4667 4543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4668 (eval $ac_compile) 2> conftest.er14544 (eval $ac_compile) 2>&5 4669 4545 ac_status=$? 4670 grep -v '^ *+' conftest.er1 >conftest.err4671 rm -f conftest.er14672 cat conftest.err >&54673 4546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4674 4547 (exit $ac_status); } && 4675 { ac_try='test -z "$ac_cxx_werror_flag" 4676 || test ! -s conftest.err' 4677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4678 (eval $ac_try) 2>&5 4679 ac_status=$? 4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4681 (exit $ac_status); }; } && 4682 { ac_try='test -s conftest.$ac_objext' 4548 { ac_try='test -s conftest.$ac_objext' 4683 4549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4684 4550 (eval $ac_try) 2>&5 … … 4693 4559 ac_compiler_gnu=no 4694 4560 fi 4695 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4561 rm -f conftest.$ac_objext conftest.$ac_ext 4696 4562 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 4697 4563 … … 4709 4575 else 4710 4576 cat >conftest.$ac_ext <<_ACEOF 4577 #line $LINENO "configure" 4711 4578 /* confdefs.h. */ 4712 4579 _ACEOF … … 4725 4592 rm -f conftest.$ac_objext 4726 4593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4727 (eval $ac_compile) 2> conftest.er14594 (eval $ac_compile) 2>&5 4728 4595 ac_status=$? 4729 grep -v '^ *+' conftest.er1 >conftest.err4730 rm -f conftest.er14731 cat conftest.err >&54732 4596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4733 4597 (exit $ac_status); } && 4734 { ac_try='test -z "$ac_cxx_werror_flag" 4735 || test ! -s conftest.err' 4736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4737 (eval $ac_try) 2>&5 4738 ac_status=$? 4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4740 (exit $ac_status); }; } && 4741 { ac_try='test -s conftest.$ac_objext' 4598 { ac_try='test -s conftest.$ac_objext' 4742 4599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4743 4600 (eval $ac_try) 2>&5 … … 4752 4609 ac_cv_prog_cxx_g=no 4753 4610 fi 4754 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4611 rm -f conftest.$ac_objext conftest.$ac_ext 4755 4612 fi 4756 4613 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 … … 4772 4629 fi 4773 4630 for ac_declaration in \ 4774 '' \ 4631 ''\ 4632 '#include <stdlib.h>' \ 4775 4633 'extern "C" void std::exit (int) throw (); using std::exit;' \ 4776 4634 'extern "C" void std::exit (int); using std::exit;' \ … … 4780 4638 do 4781 4639 cat >conftest.$ac_ext <<_ACEOF 4640 #line $LINENO "configure" 4782 4641 /* confdefs.h. */ 4783 4642 _ACEOF … … 4785 4644 cat >>conftest.$ac_ext <<_ACEOF 4786 4645 /* end confdefs.h. */ 4646 #include <stdlib.h> 4787 4647 $ac_declaration 4788 #include <stdlib.h>4789 4648 int 4790 4649 main () … … 4797 4656 rm -f conftest.$ac_objext 4798 4657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4799 (eval $ac_compile) 2> conftest.er14658 (eval $ac_compile) 2>&5 4800 4659 ac_status=$? 4801 grep -v '^ *+' conftest.er1 >conftest.err4802 rm -f conftest.er14803 cat conftest.err >&54804 4660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4805 4661 (exit $ac_status); } && 4806 { ac_try='test -z "$ac_cxx_werror_flag" 4807 || test ! -s conftest.err' 4808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4809 (eval $ac_try) 2>&5 4810 ac_status=$? 4811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4812 (exit $ac_status); }; } && 4813 { ac_try='test -s conftest.$ac_objext' 4662 { ac_try='test -s conftest.$ac_objext' 4814 4663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4815 4664 (eval $ac_try) 2>&5 … … 4824 4673 continue 4825 4674 fi 4826 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4675 rm -f conftest.$ac_objext conftest.$ac_ext 4827 4676 cat >conftest.$ac_ext <<_ACEOF 4677 #line $LINENO "configure" 4828 4678 /* confdefs.h. */ 4829 4679 _ACEOF … … 4842 4692 rm -f conftest.$ac_objext 4843 4693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4844 (eval $ac_compile) 2> conftest.er14694 (eval $ac_compile) 2>&5 4845 4695 ac_status=$? 4846 grep -v '^ *+' conftest.er1 >conftest.err4847 rm -f conftest.er14848 cat conftest.err >&54849 4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4850 4697 (exit $ac_status); } && 4851 { ac_try='test -z "$ac_cxx_werror_flag" 4852 || test ! -s conftest.err' 4853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4854 (eval $ac_try) 2>&5 4855 ac_status=$? 4856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4857 (exit $ac_status); }; } && 4858 { ac_try='test -s conftest.$ac_objext' 4698 { ac_try='test -s conftest.$ac_objext' 4859 4699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4860 4700 (eval $ac_try) 2>&5 … … 4868 4708 4869 4709 fi 4870 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext4710 rm -f conftest.$ac_objext conftest.$ac_ext 4871 4711 done 4872 4712 rm -f conftest* … … 5016 4856 # not just through cpp. "Syntax error" is here to catch this case. 5017 4857 cat >conftest.$ac_ext <<_ACEOF 4858 #line $LINENO "configure" 5018 4859 /* confdefs.h. */ 5019 4860 _ACEOF … … 5026 4867 # include <assert.h> 5027 4868 #endif 5028 Syntax error4869 Syntax error 5029 4870 _ACEOF 5030 4871 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 5038 4879 if test -s conftest.err; then 5039 4880 ac_cpp_err=$ac_cxx_preproc_warn_flag 5040 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5041 4881 else 5042 4882 ac_cpp_err= … … 5059 4899 # can be detected and how. 5060 4900 cat >conftest.$ac_ext <<_ACEOF 4901 #line $LINENO "configure" 5061 4902 /* confdefs.h. */ 5062 4903 _ACEOF … … 5076 4917 if test -s conftest.err; then 5077 4918 ac_cpp_err=$ac_cxx_preproc_warn_flag 5078 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5079 4919 else 5080 4920 ac_cpp_err= … … 5123 4963 # not just through cpp. "Syntax error" is here to catch this case. 5124 4964 cat >conftest.$ac_ext <<_ACEOF 4965 #line $LINENO "configure" 5125 4966 /* confdefs.h. */ 5126 4967 _ACEOF … … 5133 4974 # include <assert.h> 5134 4975 #endif 5135 Syntax error4976 Syntax error 5136 4977 _ACEOF 5137 4978 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 5145 4986 if test -s conftest.err; then 5146 4987 ac_cpp_err=$ac_cxx_preproc_warn_flag 5147 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5148 4988 else 5149 4989 ac_cpp_err= … … 5166 5006 # can be detected and how. 5167 5007 cat >conftest.$ac_ext <<_ACEOF 5008 #line $LINENO "configure" 5168 5009 /* confdefs.h. */ 5169 5010 _ACEOF … … 5183 5024 if test -s conftest.err; then 5184 5025 ac_cpp_err=$ac_cxx_preproc_warn_flag 5185 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag5186 5026 else 5187 5027 ac_cpp_err= … … 5228 5068 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 5229 5069 if test -n "$ac_tool_prefix"; then 5230 for ac_prog in g77 f77 xlf frt pgf77 f ort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran5070 for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 5231 5071 do 5232 5072 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. … … 5270 5110 if test -z "$F77"; then 5271 5111 ac_ct_F77=$F77 5272 for ac_prog in g77 f77 xlf frt pgf77 f ort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran5112 for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95 5273 5113 do 5274 5114 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 5315 5155 5316 5156 # Provide some information about the compiler. 5317 echo "$as_me:5 317:" \5157 echo "$as_me:5157:" \ 5318 5158 "checking for Fortran 77 compiler version" >&5 5319 5159 ac_compiler=`set X $ac_compile; echo $2` … … 5333 5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5334 5174 (exit $ac_status); } 5335 rm -f a.out5336 5175 5337 5176 # If we don't use `.F' as extension, the preprocessor is not run on the 5338 # input file. (Note that this only needs to work for GNU compilers.)5177 # input file. 5339 5178 ac_save_ext=$ac_ext 5340 5179 ac_ext=F … … 5354 5193 rm -f conftest.$ac_objext 5355 5194 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5356 (eval $ac_compile) 2> conftest.er15195 (eval $ac_compile) 2>&5 5357 5196 ac_status=$? 5358 grep -v '^ *+' conftest.er1 >conftest.err5359 rm -f conftest.er15360 cat conftest.err >&55361 5197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5362 5198 (exit $ac_status); } && 5363 { ac_try='test -z "$ac_f77_werror_flag" 5364 || test ! -s conftest.err' 5365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5366 (eval $ac_try) 2>&5 5367 ac_status=$? 5368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5369 (exit $ac_status); }; } && 5370 { ac_try='test -s conftest.$ac_objext' 5199 { ac_try='test -s conftest.$ac_objext' 5371 5200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5372 5201 (eval $ac_try) 2>&5 … … 5381 5210 ac_compiler_gnu=no 5382 5211 fi 5383 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5212 rm -f conftest.$ac_objext conftest.$ac_ext 5384 5213 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 5385 5214 … … 5388 5217 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 5389 5218 ac_ext=$ac_save_ext 5219 G77=`test $ac_compiler_gnu = yes && echo yes` 5390 5220 ac_test_FFLAGS=${FFLAGS+set} 5391 5221 ac_save_FFLAGS=$FFLAGS … … 5404 5234 rm -f conftest.$ac_objext 5405 5235 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5406 (eval $ac_compile) 2> conftest.er15236 (eval $ac_compile) 2>&5 5407 5237 ac_status=$? 5408 grep -v '^ *+' conftest.er1 >conftest.err5409 rm -f conftest.er15410 cat conftest.err >&55411 5238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5412 5239 (exit $ac_status); } && 5413 { ac_try='test -z "$ac_f77_werror_flag" 5414 || test ! -s conftest.err' 5415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5416 (eval $ac_try) 2>&5 5417 ac_status=$? 5418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5419 (exit $ac_status); }; } && 5420 { ac_try='test -s conftest.$ac_objext' 5240 { ac_try='test -s conftest.$ac_objext' 5421 5241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5422 5242 (eval $ac_try) 2>&5 … … 5431 5251 ac_cv_prog_f77_g=no 5432 5252 fi 5433 rm -f conftest. err conftest.$ac_objext conftest.$ac_ext5253 rm -f conftest.$ac_objext conftest.$ac_ext 5434 5254 5435 5255 fi … … 5439 5259 FFLAGS=$ac_save_FFLAGS 5440 5260 elif test $ac_cv_prog_f77_g = yes; then 5441 if test " x$ac_cv_f77_compiler_gnu" = xyes; then5261 if test "$G77" = yes; then 5442 5262 FFLAGS="-g -O2" 5443 5263 else … … 5445 5265 fi 5446 5266 else 5447 if test " x$ac_cv_f77_compiler_gnu" = xyes; then5267 if test "$G77" = yes; then 5448 5268 FFLAGS="-O2" 5449 5269 else … … 5451 5271 fi 5452 5272 fi 5453 5454 G77=`test $ac_compiler_gnu = yes && echo yes`5455 5273 ac_ext=c 5456 5274 ac_cpp='$CPP $CPPFLAGS' … … 5505 5323 ;; 5506 5324 5325 netbsd* | freebsd* | openbsd* | darwin* ) 5326 # This has been around since 386BSD, at least. Likely further. 5327 if test -x /sbin/sysctl; then 5328 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` 5329 elif test -x /usr/sbin/sysctl; then 5330 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` 5331 else 5332 lt_cv_sys_max_cmd_len=65536 # usable default for *BSD 5333 fi 5334 # And add a safety zone 5335 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 5336 ;; 5337 5507 5338 *) 5508 5339 # If test is not a shell built-in, we'll probably end up computing a 5509 5340 # maximum length that is only half of the actual maximum length, but 5510 5341 # we can't tell. 5511 while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ 5342 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 5343 while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ 5512 5344 = "XX$teststring") >/dev/null 2>&1 && 5513 5345 new_result=`expr "X$teststring" : ".*" 2>&1` && … … 6078 5910 fi 6079 5911 5912 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 5913 6080 5914 # Only perform the check for file, if the check method requires it 6081 5915 case $deplibs_check_method in … … 6349 6183 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6350 6184 -e 's:$: $lt_compiler_flag:'` 6351 (eval echo "\"\$as_me:6 351: $lt_compile\"" >&5)6185 (eval echo "\"\$as_me:6185: $lt_compile\"" >&5) 6352 6186 (eval "$lt_compile" 2>conftest.err) 6353 6187 ac_status=$? 6354 6188 cat conftest.err >&5 6355 echo "$as_me:6 355: \$? = $ac_status" >&56189 echo "$as_me:6189: \$? = $ac_status" >&5 6356 6190 if (exit $ac_status) && test -s "$ac_outfile"; then 6357 6191 # The compiler can only warn and ignore the option if not recognized … … 6460 6294 fi 6461 6295 ;; 6296 darwin*) 6297 # PIC is the default on this platform 6298 # Common symbols not allowed in MH_DYLIB files 6299 case "$cc_basename" in 6300 xlc*) 6301 lt_prog_compiler_pic='-qnocommon' 6302 lt_prog_compiler_wl='-Wl,' 6303 ;; 6304 esac 6305 ;; 6462 6306 6463 6307 mingw* | pw32* | os2*) … … 6582 6426 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6583 6427 -e 's:$: $lt_compiler_flag:'` 6584 (eval echo "\"\$as_me:6 584: $lt_compile\"" >&5)6428 (eval echo "\"\$as_me:6428: $lt_compile\"" >&5) 6585 6429 (eval "$lt_compile" 2>conftest.err) 6586 6430 ac_status=$? 6587 6431 cat conftest.err >&5 6588 echo "$as_me:6 588: \$? = $ac_status" >&56432 echo "$as_me:6432: \$? = $ac_status" >&5 6589 6433 if (exit $ac_status) && test -s "$ac_outfile"; then 6590 6434 # The compiler can only warn and ignore the option if not recognized … … 6642 6486 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6643 6487 -e 's:$: $lt_compiler_flag:'` 6644 (eval echo "\"\$as_me:6 644: $lt_compile\"" >&5)6488 (eval echo "\"\$as_me:6488: $lt_compile\"" >&5) 6645 6489 (eval "$lt_compile" 2>out/conftest.err) 6646 6490 ac_status=$? 6647 6491 cat out/conftest.err >&5 6648 echo "$as_me:6 648: \$? = $ac_status" >&56492 echo "$as_me:6492: \$? = $ac_status" >&5 6649 6493 if (exit $ac_status) && test -s out/conftest2.$ac_objext 6650 6494 then … … 7010 6854 # Determine the default libpath from the value encoded in an empty executable. 7011 6855 cat >conftest.$ac_ext <<_ACEOF 6856 #line $LINENO "configure" 7012 6857 /* confdefs.h. */ 7013 6858 _ACEOF … … 7026 6871 rm -f conftest.$ac_objext conftest$ac_exeext 7027 6872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7028 (eval $ac_link) 2> conftest.er16873 (eval $ac_link) 2>&5 7029 6874 ac_status=$? 7030 grep -v '^ *+' conftest.er1 >conftest.err7031 rm -f conftest.er17032 cat conftest.err >&57033 6875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7034 6876 (exit $ac_status); } && 7035 { ac_try='test -z "$ac_c_werror_flag" 7036 || test ! -s conftest.err' 7037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7038 (eval $ac_try) 2>&5 7039 ac_status=$? 7040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7041 (exit $ac_status); }; } && 7042 { ac_try='test -s conftest$ac_exeext' 6877 { ac_try='test -s conftest$ac_exeext' 7043 6878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7044 6879 (eval $ac_try) 2>&5 … … 7057 6892 7058 6893 fi 7059 rm -f conftest.err conftest.$ac_objext \ 7060 conftest$ac_exeext conftest.$ac_ext 6894 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7061 6895 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7062 6896 … … 7071 6905 # Determine the default libpath from the value encoded in an empty executable. 7072 6906 cat >conftest.$ac_ext <<_ACEOF 6907 #line $LINENO "configure" 7073 6908 /* confdefs.h. */ 7074 6909 _ACEOF … … 7087 6922 rm -f conftest.$ac_objext conftest$ac_exeext 7088 6923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7089 (eval $ac_link) 2> conftest.er16924 (eval $ac_link) 2>&5 7090 6925 ac_status=$? 7091 grep -v '^ *+' conftest.er1 >conftest.err7092 rm -f conftest.er17093 cat conftest.err >&57094 6926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7095 6927 (exit $ac_status); } && 7096 { ac_try='test -z "$ac_c_werror_flag" 7097 || test ! -s conftest.err' 7098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7099 (eval $ac_try) 2>&5 7100 ac_status=$? 7101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7102 (exit $ac_status); }; } && 7103 { ac_try='test -s conftest$ac_exeext' 6928 { ac_try='test -s conftest$ac_exeext' 7104 6929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7105 6930 (eval $ac_try) 2>&5 … … 7118 6943 7119 6944 fi 7120 rm -f conftest.err conftest.$ac_objext \ 7121 conftest$ac_exeext conftest.$ac_ext 6945 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7122 6946 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7123 6947 … … 7146 6970 ;; 7147 6971 7148 bsdi 4*)6972 bsdi[45]*) 7149 6973 export_dynamic_flag_spec=-rdynamic 7150 6974 ;; … … 7172 6996 7173 6997 darwin* | rhapsody*) 7174 if test "$GXX" = yes ; then 6998 case "$host_os" in 6999 rhapsody* | darwin1.[012]) 7000 allow_undefined_flag='${wl}-undefined ${wl}suppress' 7001 ;; 7002 *) # Darwin 1.3 on 7003 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 7004 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 7005 else 7006 case ${MACOSX_DEPLOYMENT_TARGET} in 7007 10.[012]) 7008 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 7009 ;; 7010 10.*) 7011 allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' 7012 ;; 7013 esac 7014 fi 7015 ;; 7016 esac 7175 7017 archive_cmds_need_lc=no 7176 case "$host_os" in7177 rhapsody* | darwin1.[012])7178 allow_undefined_flag='-undefined suppress'7179 ;;7180 *) # Darwin 1.3 on7181 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then7182 allow_undefined_flag='-flat_namespace -undefined suppress'7183 else7184 case ${MACOSX_DEPLOYMENT_TARGET} in7185 10.[012])7186 allow_undefined_flag='-flat_namespace -undefined suppress'7187 ;;7188 10.*)7189 allow_undefined_flag='-undefined dynamic_lookup'7190 ;;7191 esac7192 fi7193 ;;7194 esac7195 lt_int_apple_cc_single_mod=no7196 output_verbose_link_cmd='echo'7197 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then7198 lt_int_apple_cc_single_mod=yes7199 fi7200 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then7201 archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'7202 else7203 archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'7204 fi7205 module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'7206 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's7207 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then7208 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'7209 else7210 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'7211 fi7212 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'7213 7018 hardcode_direct=no 7214 7019 hardcode_automatic=yes 7215 7020 hardcode_shlibpath_var=unsupported 7216 whole_archive_flag_spec=' -all_load $convenience'7021 whole_archive_flag_spec='' 7217 7022 link_all_deplibs=yes 7023 if test "$GCC" = yes ; then 7024 output_verbose_link_cmd='echo' 7025 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 7026 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 7027 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 7028 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 7029 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 7218 7030 else 7219 ld_shlibs=no 7031 case "$cc_basename" in 7032 xlc*) 7033 output_verbose_link_cmd='echo' 7034 archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 7035 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 7036 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 7037 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 7038 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 7039 ;; 7040 *) 7041 ld_shlibs=no 7042 ;; 7043 esac 7220 7044 fi 7221 7045 ;; … … 7362 7186 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 7363 7187 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 7188 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 7364 7189 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 7365 7190 export_dynamic_flag_spec='${wl}-E' … … 7713 7538 ;; 7714 7539 7715 bsdi 4*)7540 bsdi[45]*) 7716 7541 version_type=linux 7717 7542 need_version=no … … 7972 7797 hardcode_into_libs=yes 7973 7798 7974 # find out which ABI we are using7975 libsuff=7976 case "$host_cpu" in7977 x86_64*|s390x*|powerpc64*)7978 echo '#line 7978 "configure"' > conftest.$ac_ext7979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&57980 (eval $ac_compile) 2>&57981 ac_status=$?7982 echo "$as_me:$LINENO: \$? = $ac_status" >&57983 (exit $ac_status); }; then7984 case `/usr/bin/file conftest.$ac_objext` in7985 *64-bit*)7986 libsuff=647987 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"7988 ;;7989 esac7990 fi7991 rm -rf conftest*7992 ;;7993 esac7994 7995 7799 # Append ld.so.conf contents to the search path 7996 7800 if test -f /etc/ld.so.conf; then 7997 7801 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 7998 sys_lib_dlsearch_path_spec="/lib ${libsuff} /usr/lib${libsuff}$lt_ld_extra"7802 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 7999 7803 fi 8000 7804 … … 8058 7862 version_type=sunos 8059 7863 need_lib_prefix=no 8060 need_version= yes7864 need_version=no 8061 7865 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 8062 7866 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 8180 7984 hardcode_action= 8181 7985 if test -n "$hardcode_libdir_flag_spec" || \ 8182 test -n "$runpath_var " || \8183 test "X$hardcode_automatic" ="Xyes" ; then7986 test -n "$runpath_var" || \ 7987 test "X$hardcode_automatic" = "Xyes" ; then 8184 7988 8185 7989 # We can hardcode non-existant directories. … … 8277 8081 LIBS="-ldl $LIBS" 8278 8082 cat >conftest.$ac_ext <<_ACEOF 8083 #line $LINENO "configure" 8279 8084 /* confdefs.h. */ 8280 8085 _ACEOF … … 8300 8105 rm -f conftest.$ac_objext conftest$ac_exeext 8301 8106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8302 (eval $ac_link) 2> conftest.er18107 (eval $ac_link) 2>&5 8303 8108 ac_status=$? 8304 grep -v '^ *+' conftest.er1 >conftest.err8305 rm -f conftest.er18306 cat conftest.err >&58307 8109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8308 8110 (exit $ac_status); } && 8309 { ac_try='test -z "$ac_c_werror_flag" 8310 || test ! -s conftest.err' 8311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8312 (eval $ac_try) 2>&5 8313 ac_status=$? 8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8315 (exit $ac_status); }; } && 8316 { ac_try='test -s conftest$ac_exeext' 8111 { ac_try='test -s conftest$ac_exeext' 8317 8112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8318 8113 (eval $ac_try) 2>&5 … … 8327 8122 ac_cv_lib_dl_dlopen=no 8328 8123 fi 8329 rm -f conftest.err conftest.$ac_objext \ 8330 conftest$ac_exeext conftest.$ac_ext 8124 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8331 8125 LIBS=$ac_check_lib_save_LIBS 8332 8126 fi … … 8352 8146 else 8353 8147 cat >conftest.$ac_ext <<_ACEOF 8148 #line $LINENO "configure" 8354 8149 /* confdefs.h. */ 8355 8150 _ACEOF … … 8357 8152 cat >>conftest.$ac_ext <<_ACEOF 8358 8153 /* end confdefs.h. */ 8359 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.8360 For example, HP-UX 11i <limits.h> declares gettimeofday. */8361 #define shl_load innocuous_shl_load8362 8363 8154 /* System header to define __stub macros and hopefully few prototypes, 8364 8155 which can conflict with char shl_load (); below. 8365 8156 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8366 8157 <limits.h> exists even on freestanding compilers. */ 8367 8368 8158 #ifdef __STDC__ 8369 8159 # include <limits.h> … … 8371 8161 # include <assert.h> 8372 8162 #endif 8373 8374 #undef shl_load8375 8376 8163 /* Override any gcc2 internal prototype to avoid an error. */ 8377 8164 #ifdef __cplusplus … … 8404 8191 rm -f conftest.$ac_objext conftest$ac_exeext 8405 8192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8406 (eval $ac_link) 2> conftest.er18193 (eval $ac_link) 2>&5 8407 8194 ac_status=$? 8408 grep -v '^ *+' conftest.er1 >conftest.err8409 rm -f conftest.er18410 cat conftest.err >&58411 8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8412 8196 (exit $ac_status); } && 8413 { ac_try='test -z "$ac_c_werror_flag" 8414 || test ! -s conftest.err' 8415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8416 (eval $ac_try) 2>&5 8417 ac_status=$? 8418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8419 (exit $ac_status); }; } && 8420 { ac_try='test -s conftest$ac_exeext' 8197 { ac_try='test -s conftest$ac_exeext' 8421 8198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8422 8199 (eval $ac_try) 2>&5 … … 8431 8208 ac_cv_func_shl_load=no 8432 8209 fi 8433 rm -f conftest.err conftest.$ac_objext \ 8434 conftest$ac_exeext conftest.$ac_ext 8210 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8435 8211 fi 8436 8212 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 8447 8223 LIBS="-ldld $LIBS" 8448 8224 cat >conftest.$ac_ext <<_ACEOF 8225 #line $LINENO "configure" 8449 8226 /* confdefs.h. */ 8450 8227 _ACEOF … … 8470 8247 rm -f conftest.$ac_objext conftest$ac_exeext 8471 8248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8472 (eval $ac_link) 2> conftest.er18249 (eval $ac_link) 2>&5 8473 8250 ac_status=$? 8474 grep -v '^ *+' conftest.er1 >conftest.err8475 rm -f conftest.er18476 cat conftest.err >&58477 8251 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8478 8252 (exit $ac_status); } && 8479 { ac_try='test -z "$ac_c_werror_flag" 8480 || test ! -s conftest.err' 8481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8482 (eval $ac_try) 2>&5 8483 ac_status=$? 8484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8485 (exit $ac_status); }; } && 8486 { ac_try='test -s conftest$ac_exeext' 8253 { ac_try='test -s conftest$ac_exeext' 8487 8254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8488 8255 (eval $ac_try) 2>&5 … … 8497 8264 ac_cv_lib_dld_shl_load=no 8498 8265 fi 8499 rm -f conftest.err conftest.$ac_objext \ 8500 conftest$ac_exeext conftest.$ac_ext 8266 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8501 8267 LIBS=$ac_check_lib_save_LIBS 8502 8268 fi … … 8512 8278 else 8513 8279 cat >conftest.$ac_ext <<_ACEOF 8280 #line $LINENO "configure" 8514 8281 /* confdefs.h. */ 8515 8282 _ACEOF … … 8517 8284 cat >>conftest.$ac_ext <<_ACEOF 8518 8285 /* end confdefs.h. */ 8519 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.8520 For example, HP-UX 11i <limits.h> declares gettimeofday. */8521 #define dlopen innocuous_dlopen8522 8523 8286 /* System header to define __stub macros and hopefully few prototypes, 8524 8287 which can conflict with char dlopen (); below. 8525 8288 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8526 8289 <limits.h> exists even on freestanding compilers. */ 8527 8528 8290 #ifdef __STDC__ 8529 8291 # include <limits.h> … … 8531 8293 # include <assert.h> 8532 8294 #endif 8533 8534 #undef dlopen8535 8536 8295 /* Override any gcc2 internal prototype to avoid an error. */ 8537 8296 #ifdef __cplusplus … … 8564 8323 rm -f conftest.$ac_objext conftest$ac_exeext 8565 8324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8566 (eval $ac_link) 2> conftest.er18325 (eval $ac_link) 2>&5 8567 8326 ac_status=$? 8568 grep -v '^ *+' conftest.er1 >conftest.err8569 rm -f conftest.er18570 cat conftest.err >&58571 8327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8572 8328 (exit $ac_status); } && 8573 { ac_try='test -z "$ac_c_werror_flag" 8574 || test ! -s conftest.err' 8575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8576 (eval $ac_try) 2>&5 8577 ac_status=$? 8578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8579 (exit $ac_status); }; } && 8580 { ac_try='test -s conftest$ac_exeext' 8329 { ac_try='test -s conftest$ac_exeext' 8581 8330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8582 8331 (eval $ac_try) 2>&5 … … 8591 8340 ac_cv_func_dlopen=no 8592 8341 fi 8593 rm -f conftest.err conftest.$ac_objext \ 8594 conftest$ac_exeext conftest.$ac_ext 8342 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8595 8343 fi 8596 8344 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 8607 8355 LIBS="-ldl $LIBS" 8608 8356 cat >conftest.$ac_ext <<_ACEOF 8357 #line $LINENO "configure" 8609 8358 /* confdefs.h. */ 8610 8359 _ACEOF … … 8630 8379 rm -f conftest.$ac_objext conftest$ac_exeext 8631 8380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8632 (eval $ac_link) 2> conftest.er18381 (eval $ac_link) 2>&5 8633 8382 ac_status=$? 8634 grep -v '^ *+' conftest.er1 >conftest.err8635 rm -f conftest.er18636 cat conftest.err >&58637 8383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8638 8384 (exit $ac_status); } && 8639 { ac_try='test -z "$ac_c_werror_flag" 8640 || test ! -s conftest.err' 8641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8642 (eval $ac_try) 2>&5 8643 ac_status=$? 8644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8645 (exit $ac_status); }; } && 8646 { ac_try='test -s conftest$ac_exeext' 8385 { ac_try='test -s conftest$ac_exeext' 8647 8386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8648 8387 (eval $ac_try) 2>&5 … … 8657 8396 ac_cv_lib_dl_dlopen=no 8658 8397 fi 8659 rm -f conftest.err conftest.$ac_objext \ 8660 conftest$ac_exeext conftest.$ac_ext 8398 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8661 8399 LIBS=$ac_check_lib_save_LIBS 8662 8400 fi … … 8674 8412 LIBS="-lsvld $LIBS" 8675 8413 cat >conftest.$ac_ext <<_ACEOF 8414 #line $LINENO "configure" 8676 8415 /* confdefs.h. */ 8677 8416 _ACEOF … … 8697 8436 rm -f conftest.$ac_objext conftest$ac_exeext 8698 8437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8699 (eval $ac_link) 2> conftest.er18438 (eval $ac_link) 2>&5 8700 8439 ac_status=$? 8701 grep -v '^ *+' conftest.er1 >conftest.err8702 rm -f conftest.er18703 cat conftest.err >&58704 8440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8705 8441 (exit $ac_status); } && 8706 { ac_try='test -z "$ac_c_werror_flag" 8707 || test ! -s conftest.err' 8708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8709 (eval $ac_try) 2>&5 8710 ac_status=$? 8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8712 (exit $ac_status); }; } && 8713 { ac_try='test -s conftest$ac_exeext' 8442 { ac_try='test -s conftest$ac_exeext' 8714 8443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8715 8444 (eval $ac_try) 2>&5 … … 8724 8453 ac_cv_lib_svld_dlopen=no 8725 8454 fi 8726 rm -f conftest.err conftest.$ac_objext \ 8727 conftest$ac_exeext conftest.$ac_ext 8455 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8728 8456 LIBS=$ac_check_lib_save_LIBS 8729 8457 fi … … 8741 8469 LIBS="-ldld $LIBS" 8742 8470 cat >conftest.$ac_ext <<_ACEOF 8471 #line $LINENO "configure" 8743 8472 /* confdefs.h. */ 8744 8473 _ACEOF … … 8764 8493 rm -f conftest.$ac_objext conftest$ac_exeext 8765 8494 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8766 (eval $ac_link) 2> conftest.er18495 (eval $ac_link) 2>&5 8767 8496 ac_status=$? 8768 grep -v '^ *+' conftest.er1 >conftest.err8769 rm -f conftest.er18770 cat conftest.err >&58771 8497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8772 8498 (exit $ac_status); } && 8773 { ac_try='test -z "$ac_c_werror_flag" 8774 || test ! -s conftest.err' 8775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8776 (eval $ac_try) 2>&5 8777 ac_status=$? 8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8779 (exit $ac_status); }; } && 8780 { ac_try='test -s conftest$ac_exeext' 8499 { ac_try='test -s conftest$ac_exeext' 8781 8500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8782 8501 (eval $ac_try) 2>&5 … … 8791 8510 ac_cv_lib_dld_dld_link=no 8792 8511 fi 8793 rm -f conftest.err conftest.$ac_objext \ 8794 conftest$ac_exeext conftest.$ac_ext 8512 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8795 8513 LIBS=$ac_check_lib_save_LIBS 8796 8514 fi … … 8847 8565 lt_status=$lt_dlunknown 8848 8566 cat > conftest.$ac_ext <<EOF 8849 #line 8 849"configure"8567 #line 8567 "configure" 8850 8568 #include "confdefs.h" 8851 8569 … … 8945 8663 lt_status=$lt_dlunknown 8946 8664 cat > conftest.$ac_ext <<EOF 8947 #line 8 947"configure"8665 #line 8665 "configure" 8948 8666 #include "confdefs.h" 8949 8667 … … 9074 8792 test "$enable_shared" = yes && enable_static=no 9075 8793 fi 9076 ;;9077 darwin* | rhapsody*)9078 if test "$GCC" = yes; then9079 archive_cmds_need_lc=no9080 case "$host_os" in9081 rhapsody* | darwin1.[012])9082 allow_undefined_flag='-undefined suppress'9083 ;;9084 *) # Darwin 1.3 on9085 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then9086 allow_undefined_flag='-flat_namespace -undefined suppress'9087 else9088 case ${MACOSX_DEPLOYMENT_TARGET} in9089 10.[012])9090 allow_undefined_flag='-flat_namespace -undefined suppress'9091 ;;9092 10.*)9093 allow_undefined_flag='-undefined dynamic_lookup'9094 ;;9095 esac9096 fi9097 ;;9098 esac9099 output_verbose_link_cmd='echo'9100 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'9101 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'9102 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's9103 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'9104 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'9105 hardcode_direct=no9106 hardcode_automatic=yes9107 hardcode_shlibpath_var=unsupported9108 whole_archive_flag_spec='-all_load $convenience'9109 link_all_deplibs=yes9110 else9111 ld_shlibs=no9112 fi9113 8794 ;; 9114 8795 esac … … 9136 8817 # careful not to overquote the AC_SUBSTed values. We take copies of the 9137 8818 # variables and quote the copies for generation of the libtool script. 9138 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \8819 for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \ 9139 8820 SED SHELL STRIP \ 9140 8821 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ … … 9255 8936 # The HP-UX ksh and POSIX shell print the target directory to stdout 9256 8937 # if CDPATH is set. 9257 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi 8938 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 9258 8939 9259 8940 # The names of the tagged configurations supported by this script. … … 9327 9008 9328 9009 # Used on cygwin: assembler. 9329 AS= "$AS"9010 AS=$lt_AS 9330 9011 9331 9012 # The name of the directory that contains temporary libtool files. … … 9994 9675 # Determine the default libpath from the value encoded in an empty executable. 9995 9676 cat >conftest.$ac_ext <<_ACEOF 9677 #line $LINENO "configure" 9996 9678 /* confdefs.h. */ 9997 9679 _ACEOF … … 10010 9692 rm -f conftest.$ac_objext conftest$ac_exeext 10011 9693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10012 (eval $ac_link) 2> conftest.er19694 (eval $ac_link) 2>&5 10013 9695 ac_status=$? 10014 grep -v '^ *+' conftest.er1 >conftest.err10015 rm -f conftest.er110016 cat conftest.err >&510017 9696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10018 9697 (exit $ac_status); } && 10019 { ac_try='test -z "$ac_cxx_werror_flag" 10020 || test ! -s conftest.err' 10021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10022 (eval $ac_try) 2>&5 10023 ac_status=$? 10024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10025 (exit $ac_status); }; } && 10026 { ac_try='test -s conftest$ac_exeext' 9698 { ac_try='test -s conftest$ac_exeext' 10027 9699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10028 9700 (eval $ac_try) 2>&5 … … 10041 9713 10042 9714 fi 10043 rm -f conftest.err conftest.$ac_objext \ 10044 conftest$ac_exeext conftest.$ac_ext 9715 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10045 9716 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10046 9717 … … 10056 9727 # Determine the default libpath from the value encoded in an empty executable. 10057 9728 cat >conftest.$ac_ext <<_ACEOF 9729 #line $LINENO "configure" 10058 9730 /* confdefs.h. */ 10059 9731 _ACEOF … … 10072 9744 rm -f conftest.$ac_objext conftest$ac_exeext 10073 9745 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10074 (eval $ac_link) 2> conftest.er19746 (eval $ac_link) 2>&5 10075 9747 ac_status=$? 10076 grep -v '^ *+' conftest.er1 >conftest.err10077 rm -f conftest.er110078 cat conftest.err >&510079 9748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10080 9749 (exit $ac_status); } && 10081 { ac_try='test -z "$ac_cxx_werror_flag" 10082 || test ! -s conftest.err' 10083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10084 (eval $ac_try) 2>&5 10085 ac_status=$? 10086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10087 (exit $ac_status); }; } && 10088 { ac_try='test -s conftest$ac_exeext' 9750 { ac_try='test -s conftest$ac_exeext' 10089 9751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10090 9752 (eval $ac_try) 2>&5 … … 10103 9765 10104 9766 fi 10105 rm -f conftest.err conftest.$ac_objext \ 10106 conftest$ac_exeext conftest.$ac_ext 9767 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10107 9768 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10108 9769 … … 10131 9792 ;; 10132 9793 9794 10133 9795 cygwin* | mingw* | pw32*) 10134 9796 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, … … 10154 9816 fi 10155 9817 ;; 10156 10157 darwin* | rhapsody*) 10158 if test "$GXX" = yes; then 10159 archive_cmds_need_lc_CXX=no 10160 case "$host_os" in 10161 rhapsody* | darwin1.[012]) 10162 allow_undefined_flag_CXX='-undefined suppress' 10163 ;; 10164 *) # Darwin 1.3 on 10165 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 10166 allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 9818 darwin* | rhapsody*) 9819 case "$host_os" in 9820 rhapsody* | darwin1.[012]) 9821 allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' 9822 ;; 9823 *) # Darwin 1.3 on 9824 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 9825 allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 9826 else 9827 case ${MACOSX_DEPLOYMENT_TARGET} in 9828 10.[012]) 9829 allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 9830 ;; 9831 10.*) 9832 allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' 9833 ;; 9834 esac 9835 fi 9836 ;; 9837 esac 9838 archive_cmds_need_lc_CXX=no 9839 hardcode_direct_CXX=no 9840 hardcode_automatic_CXX=yes 9841 hardcode_shlibpath_var_CXX=unsupported 9842 whole_archive_flag_spec_CXX='' 9843 link_all_deplibs_CXX=yes 9844 9845 if test "$GXX" = yes ; then 9846 lt_int_apple_cc_single_mod=no 9847 output_verbose_link_cmd='echo' 9848 if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then 9849 lt_int_apple_cc_single_mod=yes 9850 fi 9851 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 9852 archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 10167 9853 else 10168 case ${MACOSX_DEPLOYMENT_TARGET} in 10169 10.[012]) 10170 allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 10171 ;; 10172 10.*) 10173 allow_undefined_flag_CXX='-undefined dynamic_lookup' 10174 ;; 10175 esac 9854 archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 9855 fi 9856 module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 9857 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 9858 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 9859 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9860 else 9861 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9862 fi 9863 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9864 else 9865 case "$cc_basename" in 9866 xlc*) 9867 output_verbose_link_cmd='echo' 9868 archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 9869 module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 9870 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 9871 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9872 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9873 ;; 9874 *) 9875 ld_shlibs_CXX=no 9876 ;; 9877 esac 10176 9878 fi 10177 ;; 10178 esac 10179 lt_int_apple_cc_single_mod=no 10180 output_verbose_link_cmd='echo' 10181 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 10182 lt_int_apple_cc_single_mod=yes 10183 fi 10184 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 10185 archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 10186 else 10187 archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 10188 fi 10189 module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 10190 10191 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 10192 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 10193 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 10194 else 10195 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 10196 fi 10197 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 10198 hardcode_direct_CXX=no 10199 hardcode_automatic_CXX=yes 10200 hardcode_shlibpath_var_CXX=unsupported 10201 whole_archive_flag_spec_CXX='-all_load $convenience' 10202 link_all_deplibs_CXX=yes 10203 else 10204 ld_shlibs_CXX=no 10205 fi 10206 ;; 9879 ;; 10207 9880 10208 9881 dgux*) … … 10410 10083 # Intel C++ 10411 10084 with_gnu_ld=yes 10085 # version 8.0 and above of icpc choke on multiply defined symbols 10086 # if we add $predep_objects and $postdep_objects, however 7.1 and 10087 # earlier do not add the objects themselves. 10088 case `$CC -V 2>&1` in 10089 *"Version 7."*) 10090 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 10091 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 10092 ;; 10093 *) # Version 8.0 or newer 10094 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 10095 archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 10096 ;; 10097 esac 10412 10098 archive_cmds_need_lc_CXX=no 10413 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'10414 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'10415 10099 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 10416 10100 export_dynamic_flag_spec_CXX='${wl}--export-dynamic' … … 10468 10152 # Workaround some broken pre-1.5 toolchains 10469 10153 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' 10154 ;; 10155 openbsd2*) 10156 # C++ shared libraries are fairly broken 10157 ld_shlibs_CXX=no 10158 ;; 10159 openbsd*) 10160 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' 10161 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 10162 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 10163 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' 10164 export_dynamic_flag_spec_CXX='${wl}-E' 10165 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 10166 fi 10167 output_verbose_link_cmd='echo' 10470 10168 ;; 10471 10169 osf3*) … … 10924 10622 esac 10925 10623 ;; 10624 darwin*) 10625 # PIC is the default on this platform 10626 # Common symbols not allowed in MH_DYLIB files 10627 case "$cc_basename" in 10628 xlc*) 10629 lt_prog_compiler_pic_CXX='-qnocommon' 10630 lt_prog_compiler_wl_CXX='-Wl,' 10631 ;; 10632 esac 10633 ;; 10926 10634 dgux*) 10927 10635 case $cc_basename in … … 11124 10832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11125 10833 -e 's:$: $lt_compiler_flag:'` 11126 (eval echo "\"\$as_me:1 1126: $lt_compile\"" >&5)10834 (eval echo "\"\$as_me:10834: $lt_compile\"" >&5) 11127 10835 (eval "$lt_compile" 2>conftest.err) 11128 10836 ac_status=$? 11129 10837 cat conftest.err >&5 11130 echo "$as_me:1 1130: \$? = $ac_status" >&510838 echo "$as_me:10838: \$? = $ac_status" >&5 11131 10839 if (exit $ac_status) && test -s "$ac_outfile"; then 11132 10840 # The compiler can only warn and ignore the option if not recognized … … 11184 10892 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11185 10893 -e 's:$: $lt_compiler_flag:'` 11186 (eval echo "\"\$as_me:1 1186: $lt_compile\"" >&5)10894 (eval echo "\"\$as_me:10894: $lt_compile\"" >&5) 11187 10895 (eval "$lt_compile" 2>out/conftest.err) 11188 10896 ac_status=$? 11189 10897 cat out/conftest.err >&5 11190 echo "$as_me:1 1190: \$? = $ac_status" >&510898 echo "$as_me:10898: \$? = $ac_status" >&5 11191 10899 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11192 10900 then … … 11432 11140 ;; 11433 11141 11434 bsdi 4*)11142 bsdi[45]*) 11435 11143 version_type=linux 11436 11144 need_version=no … … 11691 11399 hardcode_into_libs=yes 11692 11400 11693 # find out which ABI we are using11694 libsuff=11695 case "$host_cpu" in11696 x86_64*|s390x*|powerpc64*)11697 echo '#line 11697 "configure"' > conftest.$ac_ext11698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&511699 (eval $ac_compile) 2>&511700 ac_status=$?11701 echo "$as_me:$LINENO: \$? = $ac_status" >&511702 (exit $ac_status); }; then11703 case `/usr/bin/file conftest.$ac_objext` in11704 *64-bit*)11705 libsuff=6411706 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"11707 ;;11708 esac11709 fi11710 rm -rf conftest*11711 ;;11712 esac11713 11714 11401 # Append ld.so.conf contents to the search path 11715 11402 if test -f /etc/ld.so.conf; then 11716 11403 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 11717 sys_lib_dlsearch_path_spec="/lib ${libsuff} /usr/lib${libsuff}$lt_ld_extra"11404 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 11718 11405 fi 11719 11406 … … 11777 11464 version_type=sunos 11778 11465 need_lib_prefix=no 11779 need_version= yes11466 need_version=no 11780 11467 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 11781 11468 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 11899 11586 hardcode_action_CXX= 11900 11587 if test -n "$hardcode_libdir_flag_spec_CXX" || \ 11901 test -n "$runpath_var CXX" || \11902 test "X$hardcode_automatic_CXX" ="Xyes" ; then11588 test -n "$runpath_var_CXX" || \ 11589 test "X$hardcode_automatic_CXX" = "Xyes" ; then 11903 11590 11904 11591 # We can hardcode non-existant directories. … … 11996 11683 LIBS="-ldl $LIBS" 11997 11684 cat >conftest.$ac_ext <<_ACEOF 11685 #line $LINENO "configure" 11998 11686 /* confdefs.h. */ 11999 11687 _ACEOF … … 12019 11707 rm -f conftest.$ac_objext conftest$ac_exeext 12020 11708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12021 (eval $ac_link) 2> conftest.er111709 (eval $ac_link) 2>&5 12022 11710 ac_status=$? 12023 grep -v '^ *+' conftest.er1 >conftest.err12024 rm -f conftest.er112025 cat conftest.err >&512026 11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12027 11712 (exit $ac_status); } && 12028 { ac_try='test -z "$ac_cxx_werror_flag" 12029 || test ! -s conftest.err' 12030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12031 (eval $ac_try) 2>&5 12032 ac_status=$? 12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12034 (exit $ac_status); }; } && 12035 { ac_try='test -s conftest$ac_exeext' 11713 { ac_try='test -s conftest$ac_exeext' 12036 11714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12037 11715 (eval $ac_try) 2>&5 … … 12046 11724 ac_cv_lib_dl_dlopen=no 12047 11725 fi 12048 rm -f conftest.err conftest.$ac_objext \ 12049 conftest$ac_exeext conftest.$ac_ext 11726 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12050 11727 LIBS=$ac_check_lib_save_LIBS 12051 11728 fi … … 12071 11748 else 12072 11749 cat >conftest.$ac_ext <<_ACEOF 11750 #line $LINENO "configure" 12073 11751 /* confdefs.h. */ 12074 11752 _ACEOF … … 12076 11754 cat >>conftest.$ac_ext <<_ACEOF 12077 11755 /* end confdefs.h. */ 12078 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.12079 For example, HP-UX 11i <limits.h> declares gettimeofday. */12080 #define shl_load innocuous_shl_load12081 12082 11756 /* System header to define __stub macros and hopefully few prototypes, 12083 11757 which can conflict with char shl_load (); below. 12084 11758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12085 11759 <limits.h> exists even on freestanding compilers. */ 12086 12087 11760 #ifdef __STDC__ 12088 11761 # include <limits.h> … … 12090 11763 # include <assert.h> 12091 11764 #endif 12092 12093 #undef shl_load12094 12095 11765 /* Override any gcc2 internal prototype to avoid an error. */ 12096 11766 #ifdef __cplusplus … … 12123 11793 rm -f conftest.$ac_objext conftest$ac_exeext 12124 11794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12125 (eval $ac_link) 2> conftest.er111795 (eval $ac_link) 2>&5 12126 11796 ac_status=$? 12127 grep -v '^ *+' conftest.er1 >conftest.err12128 rm -f conftest.er112129 cat conftest.err >&512130 11797 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12131 11798 (exit $ac_status); } && 12132 { ac_try='test -z "$ac_cxx_werror_flag" 12133 || test ! -s conftest.err' 12134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12135 (eval $ac_try) 2>&5 12136 ac_status=$? 12137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12138 (exit $ac_status); }; } && 12139 { ac_try='test -s conftest$ac_exeext' 11799 { ac_try='test -s conftest$ac_exeext' 12140 11800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12141 11801 (eval $ac_try) 2>&5 … … 12150 11810 ac_cv_func_shl_load=no 12151 11811 fi 12152 rm -f conftest.err conftest.$ac_objext \ 12153 conftest$ac_exeext conftest.$ac_ext 11812 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12154 11813 fi 12155 11814 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 12166 11825 LIBS="-ldld $LIBS" 12167 11826 cat >conftest.$ac_ext <<_ACEOF 11827 #line $LINENO "configure" 12168 11828 /* confdefs.h. */ 12169 11829 _ACEOF … … 12189 11849 rm -f conftest.$ac_objext conftest$ac_exeext 12190 11850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12191 (eval $ac_link) 2> conftest.er111851 (eval $ac_link) 2>&5 12192 11852 ac_status=$? 12193 grep -v '^ *+' conftest.er1 >conftest.err12194 rm -f conftest.er112195 cat conftest.err >&512196 11853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12197 11854 (exit $ac_status); } && 12198 { ac_try='test -z "$ac_cxx_werror_flag" 12199 || test ! -s conftest.err' 12200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12201 (eval $ac_try) 2>&5 12202 ac_status=$? 12203 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12204 (exit $ac_status); }; } && 12205 { ac_try='test -s conftest$ac_exeext' 11855 { ac_try='test -s conftest$ac_exeext' 12206 11856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12207 11857 (eval $ac_try) 2>&5 … … 12216 11866 ac_cv_lib_dld_shl_load=no 12217 11867 fi 12218 rm -f conftest.err conftest.$ac_objext \ 12219 conftest$ac_exeext conftest.$ac_ext 11868 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12220 11869 LIBS=$ac_check_lib_save_LIBS 12221 11870 fi … … 12231 11880 else 12232 11881 cat >conftest.$ac_ext <<_ACEOF 11882 #line $LINENO "configure" 12233 11883 /* confdefs.h. */ 12234 11884 _ACEOF … … 12236 11886 cat >>conftest.$ac_ext <<_ACEOF 12237 11887 /* end confdefs.h. */ 12238 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.12239 For example, HP-UX 11i <limits.h> declares gettimeofday. */12240 #define dlopen innocuous_dlopen12241 12242 11888 /* System header to define __stub macros and hopefully few prototypes, 12243 11889 which can conflict with char dlopen (); below. 12244 11890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12245 11891 <limits.h> exists even on freestanding compilers. */ 12246 12247 11892 #ifdef __STDC__ 12248 11893 # include <limits.h> … … 12250 11895 # include <assert.h> 12251 11896 #endif 12252 12253 #undef dlopen12254 12255 11897 /* Override any gcc2 internal prototype to avoid an error. */ 12256 11898 #ifdef __cplusplus … … 12283 11925 rm -f conftest.$ac_objext conftest$ac_exeext 12284 11926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12285 (eval $ac_link) 2> conftest.er111927 (eval $ac_link) 2>&5 12286 11928 ac_status=$? 12287 grep -v '^ *+' conftest.er1 >conftest.err12288 rm -f conftest.er112289 cat conftest.err >&512290 11929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12291 11930 (exit $ac_status); } && 12292 { ac_try='test -z "$ac_cxx_werror_flag" 12293 || test ! -s conftest.err' 12294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12295 (eval $ac_try) 2>&5 12296 ac_status=$? 12297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12298 (exit $ac_status); }; } && 12299 { ac_try='test -s conftest$ac_exeext' 11931 { ac_try='test -s conftest$ac_exeext' 12300 11932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12301 11933 (eval $ac_try) 2>&5 … … 12310 11942 ac_cv_func_dlopen=no 12311 11943 fi 12312 rm -f conftest.err conftest.$ac_objext \ 12313 conftest$ac_exeext conftest.$ac_ext 11944 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12314 11945 fi 12315 11946 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 12326 11957 LIBS="-ldl $LIBS" 12327 11958 cat >conftest.$ac_ext <<_ACEOF 11959 #line $LINENO "configure" 12328 11960 /* confdefs.h. */ 12329 11961 _ACEOF … … 12349 11981 rm -f conftest.$ac_objext conftest$ac_exeext 12350 11982 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12351 (eval $ac_link) 2> conftest.er111983 (eval $ac_link) 2>&5 12352 11984 ac_status=$? 12353 grep -v '^ *+' conftest.er1 >conftest.err12354 rm -f conftest.er112355 cat conftest.err >&512356 11985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12357 11986 (exit $ac_status); } && 12358 { ac_try='test -z "$ac_cxx_werror_flag" 12359 || test ! -s conftest.err' 12360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12361 (eval $ac_try) 2>&5 12362 ac_status=$? 12363 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12364 (exit $ac_status); }; } && 12365 { ac_try='test -s conftest$ac_exeext' 11987 { ac_try='test -s conftest$ac_exeext' 12366 11988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12367 11989 (eval $ac_try) 2>&5 … … 12376 11998 ac_cv_lib_dl_dlopen=no 12377 11999 fi 12378 rm -f conftest.err conftest.$ac_objext \ 12379 conftest$ac_exeext conftest.$ac_ext 12000 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12380 12001 LIBS=$ac_check_lib_save_LIBS 12381 12002 fi … … 12393 12014 LIBS="-lsvld $LIBS" 12394 12015 cat >conftest.$ac_ext <<_ACEOF 12016 #line $LINENO "configure" 12395 12017 /* confdefs.h. */ 12396 12018 _ACEOF … … 12416 12038 rm -f conftest.$ac_objext conftest$ac_exeext 12417 12039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12418 (eval $ac_link) 2> conftest.er112040 (eval $ac_link) 2>&5 12419 12041 ac_status=$? 12420 grep -v '^ *+' conftest.er1 >conftest.err12421 rm -f conftest.er112422 cat conftest.err >&512423 12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12424 12043 (exit $ac_status); } && 12425 { ac_try='test -z "$ac_cxx_werror_flag" 12426 || test ! -s conftest.err' 12427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12428 (eval $ac_try) 2>&5 12429 ac_status=$? 12430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12431 (exit $ac_status); }; } && 12432 { ac_try='test -s conftest$ac_exeext' 12044 { ac_try='test -s conftest$ac_exeext' 12433 12045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12434 12046 (eval $ac_try) 2>&5 … … 12443 12055 ac_cv_lib_svld_dlopen=no 12444 12056 fi 12445 rm -f conftest.err conftest.$ac_objext \ 12446 conftest$ac_exeext conftest.$ac_ext 12057 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12447 12058 LIBS=$ac_check_lib_save_LIBS 12448 12059 fi … … 12460 12071 LIBS="-ldld $LIBS" 12461 12072 cat >conftest.$ac_ext <<_ACEOF 12073 #line $LINENO "configure" 12462 12074 /* confdefs.h. */ 12463 12075 _ACEOF … … 12483 12095 rm -f conftest.$ac_objext conftest$ac_exeext 12484 12096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12485 (eval $ac_link) 2> conftest.er112097 (eval $ac_link) 2>&5 12486 12098 ac_status=$? 12487 grep -v '^ *+' conftest.er1 >conftest.err12488 rm -f conftest.er112489 cat conftest.err >&512490 12099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12491 12100 (exit $ac_status); } && 12492 { ac_try='test -z "$ac_cxx_werror_flag" 12493 || test ! -s conftest.err' 12494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12495 (eval $ac_try) 2>&5 12496 ac_status=$? 12497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12498 (exit $ac_status); }; } && 12499 { ac_try='test -s conftest$ac_exeext' 12101 { ac_try='test -s conftest$ac_exeext' 12500 12102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12501 12103 (eval $ac_try) 2>&5 … … 12510 12112 ac_cv_lib_dld_dld_link=no 12511 12113 fi 12512 rm -f conftest.err conftest.$ac_objext \ 12513 conftest$ac_exeext conftest.$ac_ext 12114 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12514 12115 LIBS=$ac_check_lib_save_LIBS 12515 12116 fi … … 12566 12167 lt_status=$lt_dlunknown 12567 12168 cat > conftest.$ac_ext <<EOF 12568 #line 12 568"configure"12169 #line 12169 "configure" 12569 12170 #include "confdefs.h" 12570 12171 … … 12664 12265 lt_status=$lt_dlunknown 12665 12266 cat > conftest.$ac_ext <<EOF 12666 #line 12 666"configure"12267 #line 12267 "configure" 12667 12268 #include "confdefs.h" 12668 12269 … … 12781 12382 # careful not to overquote the AC_SUBSTed values. We take copies of the 12782 12383 # variables and quote the copies for generation of the libtool script. 12783 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \12384 for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \ 12784 12385 SED SHELL STRIP \ 12785 12386 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ … … 12924 12525 12925 12526 # Used on cygwin: assembler. 12926 AS= "$AS"12527 AS=$lt_AS 12927 12528 12928 12529 # The name of the directory that contains temporary libtool files. … … 13369 12970 fi 13370 12971 ;; 12972 darwin*) 12973 # PIC is the default on this platform 12974 # Common symbols not allowed in MH_DYLIB files 12975 case "$cc_basename" in 12976 xlc*) 12977 lt_prog_compiler_pic_F77='-qnocommon' 12978 lt_prog_compiler_wl_F77='-Wl,' 12979 ;; 12980 esac 12981 ;; 13371 12982 13372 12983 mingw* | pw32* | os2*) … … 13491 13102 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13492 13103 -e 's:$: $lt_compiler_flag:'` 13493 (eval echo "\"\$as_me:13 493: $lt_compile\"" >&5)13104 (eval echo "\"\$as_me:13104: $lt_compile\"" >&5) 13494 13105 (eval "$lt_compile" 2>conftest.err) 13495 13106 ac_status=$? 13496 13107 cat conftest.err >&5 13497 echo "$as_me:13 497: \$? = $ac_status" >&513108 echo "$as_me:13108: \$? = $ac_status" >&5 13498 13109 if (exit $ac_status) && test -s "$ac_outfile"; then 13499 13110 # The compiler can only warn and ignore the option if not recognized … … 13551 13162 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13552 13163 -e 's:$: $lt_compiler_flag:'` 13553 (eval echo "\"\$as_me:13 553: $lt_compile\"" >&5)13164 (eval echo "\"\$as_me:13164: $lt_compile\"" >&5) 13554 13165 (eval "$lt_compile" 2>out/conftest.err) 13555 13166 ac_status=$? 13556 13167 cat out/conftest.err >&5 13557 echo "$as_me:13 557: \$? = $ac_status" >&513168 echo "$as_me:13168: \$? = $ac_status" >&5 13558 13169 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13559 13170 then … … 13925 13536 rm -f conftest.$ac_objext conftest$ac_exeext 13926 13537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13927 (eval $ac_link) 2> conftest.er113538 (eval $ac_link) 2>&5 13928 13539 ac_status=$? 13929 grep -v '^ *+' conftest.er1 >conftest.err13930 rm -f conftest.er113931 cat conftest.err >&513932 13540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13933 13541 (exit $ac_status); } && 13934 { ac_try='test -z "$ac_f77_werror_flag" 13935 || test ! -s conftest.err' 13936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13937 (eval $ac_try) 2>&5 13938 ac_status=$? 13939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13940 (exit $ac_status); }; } && 13941 { ac_try='test -s conftest$ac_exeext' 13542 { ac_try='test -s conftest$ac_exeext' 13942 13543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13943 13544 (eval $ac_try) 2>&5 … … 13956 13557 13957 13558 fi 13958 rm -f conftest.err conftest.$ac_objext \ 13959 conftest$ac_exeext conftest.$ac_ext 13559 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13960 13560 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 13961 13561 … … 13976 13576 rm -f conftest.$ac_objext conftest$ac_exeext 13977 13577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13978 (eval $ac_link) 2> conftest.er113578 (eval $ac_link) 2>&5 13979 13579 ac_status=$? 13980 grep -v '^ *+' conftest.er1 >conftest.err13981 rm -f conftest.er113982 cat conftest.err >&513983 13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13984 13581 (exit $ac_status); } && 13985 { ac_try='test -z "$ac_f77_werror_flag" 13986 || test ! -s conftest.err' 13987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13988 (eval $ac_try) 2>&5 13989 ac_status=$? 13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13991 (exit $ac_status); }; } && 13992 { ac_try='test -s conftest$ac_exeext' 13582 { ac_try='test -s conftest$ac_exeext' 13993 13583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13994 13584 (eval $ac_try) 2>&5 … … 14007 13597 14008 13598 fi 14009 rm -f conftest.err conftest.$ac_objext \ 14010 conftest$ac_exeext conftest.$ac_ext 13599 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14011 13600 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 14012 13601 … … 14035 13624 ;; 14036 13625 14037 bsdi 4*)13626 bsdi[45]*) 14038 13627 export_dynamic_flag_spec_F77=-rdynamic 14039 13628 ;; … … 14061 13650 14062 13651 darwin* | rhapsody*) 14063 if test "$GXX" = yes ; then 13652 case "$host_os" in 13653 rhapsody* | darwin1.[012]) 13654 allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' 13655 ;; 13656 *) # Darwin 1.3 on 13657 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 13658 allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 13659 else 13660 case ${MACOSX_DEPLOYMENT_TARGET} in 13661 10.[012]) 13662 allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 13663 ;; 13664 10.*) 13665 allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' 13666 ;; 13667 esac 13668 fi 13669 ;; 13670 esac 14064 13671 archive_cmds_need_lc_F77=no 14065 case "$host_os" in14066 rhapsody* | darwin1.[012])14067 allow_undefined_flag_F77='-undefined suppress'14068 ;;14069 *) # Darwin 1.3 on14070 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then14071 allow_undefined_flag_F77='-flat_namespace -undefined suppress'14072 else14073 case ${MACOSX_DEPLOYMENT_TARGET} in14074 10.[012])14075 allow_undefined_flag_F77='-flat_namespace -undefined suppress'14076 ;;14077 10.*)14078 allow_undefined_flag_F77='-undefined dynamic_lookup'14079 ;;14080 esac14081 fi14082 ;;14083 esac14084 lt_int_apple_cc_single_mod=no14085 output_verbose_link_cmd='echo'14086 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then14087 lt_int_apple_cc_single_mod=yes14088 fi14089 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then14090 archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'14091 else14092 archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'14093 fi14094 module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'14095 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's14096 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then14097 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'14098 else14099 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'14100 fi14101 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'14102 13672 hardcode_direct_F77=no 14103 13673 hardcode_automatic_F77=yes 14104 13674 hardcode_shlibpath_var_F77=unsupported 14105 whole_archive_flag_spec_F77=' -all_load $convenience'13675 whole_archive_flag_spec_F77='' 14106 13676 link_all_deplibs_F77=yes 13677 if test "$GCC" = yes ; then 13678 output_verbose_link_cmd='echo' 13679 archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 13680 module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 13681 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 13682 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 13683 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 14107 13684 else 14108 ld_shlibs_F77=no 13685 case "$cc_basename" in 13686 xlc*) 13687 output_verbose_link_cmd='echo' 13688 archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 13689 module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 13690 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 13691 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 13692 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 13693 ;; 13694 *) 13695 ld_shlibs_F77=no 13696 ;; 13697 esac 14109 13698 fi 14110 13699 ;; … … 14251 13840 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 14252 13841 archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 13842 archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 14253 13843 hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 14254 13844 export_dynamic_flag_spec_F77='${wl}-E' … … 14602 14192 ;; 14603 14193 14604 bsdi 4*)14194 bsdi[45]*) 14605 14195 version_type=linux 14606 14196 need_version=no … … 14861 14451 hardcode_into_libs=yes 14862 14452 14863 # find out which ABI we are using14864 libsuff=14865 case "$host_cpu" in14866 x86_64*|s390x*|powerpc64*)14867 echo '#line 14867 "configure"' > conftest.$ac_ext14868 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&514869 (eval $ac_compile) 2>&514870 ac_status=$?14871 echo "$as_me:$LINENO: \$? = $ac_status" >&514872 (exit $ac_status); }; then14873 case `/usr/bin/file conftest.$ac_objext` in14874 *64-bit*)14875 libsuff=6414876 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"14877 ;;14878 esac14879 fi14880 rm -rf conftest*14881 ;;14882 esac14883 14884 14453 # Append ld.so.conf contents to the search path 14885 14454 if test -f /etc/ld.so.conf; then 14886 14455 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 14887 sys_lib_dlsearch_path_spec="/lib ${libsuff} /usr/lib${libsuff}$lt_ld_extra"14456 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 14888 14457 fi 14889 14458 … … 14947 14516 version_type=sunos 14948 14517 need_lib_prefix=no 14949 need_version= yes14518 need_version=no 14950 14519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 14951 14520 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 15069 14638 hardcode_action_F77= 15070 14639 if test -n "$hardcode_libdir_flag_spec_F77" || \ 15071 test -n "$runpath_var F77" || \15072 test "X$hardcode_automatic_F77" ="Xyes" ; then14640 test -n "$runpath_var_F77" || \ 14641 test "X$hardcode_automatic_F77" = "Xyes" ; then 15073 14642 15074 14643 # We can hardcode non-existant directories. … … 15146 14715 # careful not to overquote the AC_SUBSTed values. We take copies of the 15147 14716 # variables and quote the copies for generation of the libtool script. 15148 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \14717 for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \ 15149 14718 SED SHELL STRIP \ 15150 14719 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ … … 15289 14858 15290 14859 # Used on cygwin: assembler. 15291 AS= "$AS"14860 AS=$lt_AS 15292 14861 15293 14862 # The name of the directory that contains temporary libtool files. … … 15606 15175 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15607 15176 -e 's:$: $lt_compiler_flag:'` 15608 (eval echo "\"\$as_me:15 608: $lt_compile\"" >&5)15177 (eval echo "\"\$as_me:15177: $lt_compile\"" >&5) 15609 15178 (eval "$lt_compile" 2>conftest.err) 15610 15179 ac_status=$? 15611 15180 cat conftest.err >&5 15612 echo "$as_me:15 612: \$? = $ac_status" >&515181 echo "$as_me:15181: \$? = $ac_status" >&5 15613 15182 if (exit $ac_status) && test -s "$ac_outfile"; then 15614 15183 # The compiler can only warn and ignore the option if not recognized … … 15717 15286 fi 15718 15287 ;; 15288 darwin*) 15289 # PIC is the default on this platform 15290 # Common symbols not allowed in MH_DYLIB files 15291 case "$cc_basename" in 15292 xlc*) 15293 lt_prog_compiler_pic_GCJ='-qnocommon' 15294 lt_prog_compiler_wl_GCJ='-Wl,' 15295 ;; 15296 esac 15297 ;; 15719 15298 15720 15299 mingw* | pw32* | os2*) … … 15839 15418 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15840 15419 -e 's:$: $lt_compiler_flag:'` 15841 (eval echo "\"\$as_me:15 841: $lt_compile\"" >&5)15420 (eval echo "\"\$as_me:15420: $lt_compile\"" >&5) 15842 15421 (eval "$lt_compile" 2>conftest.err) 15843 15422 ac_status=$? 15844 15423 cat conftest.err >&5 15845 echo "$as_me:15 845: \$? = $ac_status" >&515424 echo "$as_me:15424: \$? = $ac_status" >&5 15846 15425 if (exit $ac_status) && test -s "$ac_outfile"; then 15847 15426 # The compiler can only warn and ignore the option if not recognized … … 15899 15478 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15900 15479 -e 's:$: $lt_compiler_flag:'` 15901 (eval echo "\"\$as_me:15 901: $lt_compile\"" >&5)15480 (eval echo "\"\$as_me:15480: $lt_compile\"" >&5) 15902 15481 (eval "$lt_compile" 2>out/conftest.err) 15903 15482 ac_status=$? 15904 15483 cat out/conftest.err >&5 15905 echo "$as_me:15 905: \$? = $ac_status" >&515484 echo "$as_me:15484: \$? = $ac_status" >&5 15906 15485 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15907 15486 then … … 16267 15846 # Determine the default libpath from the value encoded in an empty executable. 16268 15847 cat >conftest.$ac_ext <<_ACEOF 15848 #line $LINENO "configure" 16269 15849 /* confdefs.h. */ 16270 15850 _ACEOF … … 16283 15863 rm -f conftest.$ac_objext conftest$ac_exeext 16284 15864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16285 (eval $ac_link) 2> conftest.er115865 (eval $ac_link) 2>&5 16286 15866 ac_status=$? 16287 grep -v '^ *+' conftest.er1 >conftest.err16288 rm -f conftest.er116289 cat conftest.err >&516290 15867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16291 15868 (exit $ac_status); } && 16292 { ac_try='test -z "$ac_c_werror_flag" 16293 || test ! -s conftest.err' 16294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16295 (eval $ac_try) 2>&5 16296 ac_status=$? 16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16298 (exit $ac_status); }; } && 16299 { ac_try='test -s conftest$ac_exeext' 15869 { ac_try='test -s conftest$ac_exeext' 16300 15870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16301 15871 (eval $ac_try) 2>&5 … … 16314 15884 16315 15885 fi 16316 rm -f conftest.err conftest.$ac_objext \ 16317 conftest$ac_exeext conftest.$ac_ext 15886 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16318 15887 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16319 15888 … … 16328 15897 # Determine the default libpath from the value encoded in an empty executable. 16329 15898 cat >conftest.$ac_ext <<_ACEOF 15899 #line $LINENO "configure" 16330 15900 /* confdefs.h. */ 16331 15901 _ACEOF … … 16344 15914 rm -f conftest.$ac_objext conftest$ac_exeext 16345 15915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16346 (eval $ac_link) 2> conftest.er115916 (eval $ac_link) 2>&5 16347 15917 ac_status=$? 16348 grep -v '^ *+' conftest.er1 >conftest.err16349 rm -f conftest.er116350 cat conftest.err >&516351 15918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16352 15919 (exit $ac_status); } && 16353 { ac_try='test -z "$ac_c_werror_flag" 16354 || test ! -s conftest.err' 16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16356 (eval $ac_try) 2>&5 16357 ac_status=$? 16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16359 (exit $ac_status); }; } && 16360 { ac_try='test -s conftest$ac_exeext' 15920 { ac_try='test -s conftest$ac_exeext' 16361 15921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16362 15922 (eval $ac_try) 2>&5 … … 16375 15935 16376 15936 fi 16377 rm -f conftest.err conftest.$ac_objext \ 16378 conftest$ac_exeext conftest.$ac_ext 15937 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16379 15938 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16380 15939 … … 16403 15962 ;; 16404 15963 16405 bsdi 4*)15964 bsdi[45]*) 16406 15965 export_dynamic_flag_spec_GCJ=-rdynamic 16407 15966 ;; … … 16429 15988 16430 15989 darwin* | rhapsody*) 16431 if test "$GXX" = yes ; then 15990 case "$host_os" in 15991 rhapsody* | darwin1.[012]) 15992 allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' 15993 ;; 15994 *) # Darwin 1.3 on 15995 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 15996 allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 15997 else 15998 case ${MACOSX_DEPLOYMENT_TARGET} in 15999 10.[012]) 16000 allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 16001 ;; 16002 10.*) 16003 allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' 16004 ;; 16005 esac 16006 fi 16007 ;; 16008 esac 16432 16009 archive_cmds_need_lc_GCJ=no 16433 case "$host_os" in16434 rhapsody* | darwin1.[012])16435 allow_undefined_flag_GCJ='-undefined suppress'16436 ;;16437 *) # Darwin 1.3 on16438 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then16439 allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'16440 else16441 case ${MACOSX_DEPLOYMENT_TARGET} in16442 10.[012])16443 allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'16444 ;;16445 10.*)16446 allow_undefined_flag_GCJ='-undefined dynamic_lookup'16447 ;;16448 esac16449 fi16450 ;;16451 esac16452 lt_int_apple_cc_single_mod=no16453 output_verbose_link_cmd='echo'16454 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then16455 lt_int_apple_cc_single_mod=yes16456 fi16457 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then16458 archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'16459 else16460 archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'16461 fi16462 module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'16463 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's16464 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then16465 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'16466 else16467 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'16468 fi16469 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'16470 16010 hardcode_direct_GCJ=no 16471 16011 hardcode_automatic_GCJ=yes 16472 16012 hardcode_shlibpath_var_GCJ=unsupported 16473 whole_archive_flag_spec_GCJ=' -all_load $convenience'16013 whole_archive_flag_spec_GCJ='' 16474 16014 link_all_deplibs_GCJ=yes 16015 if test "$GCC" = yes ; then 16016 output_verbose_link_cmd='echo' 16017 archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 16018 module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 16019 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 16020 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 16021 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 16475 16022 else 16476 ld_shlibs_GCJ=no 16023 case "$cc_basename" in 16024 xlc*) 16025 output_verbose_link_cmd='echo' 16026 archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 16027 module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 16028 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 16029 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 16030 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 16031 ;; 16032 *) 16033 ld_shlibs_GCJ=no 16034 ;; 16035 esac 16477 16036 fi 16478 16037 ;; … … 16619 16178 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 16620 16179 archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 16180 archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 16621 16181 hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 16622 16182 export_dynamic_flag_spec_GCJ='${wl}-E' … … 16970 16530 ;; 16971 16531 16972 bsdi 4*)16532 bsdi[45]*) 16973 16533 version_type=linux 16974 16534 need_version=no … … 17229 16789 hardcode_into_libs=yes 17230 16790 17231 # find out which ABI we are using17232 libsuff=17233 case "$host_cpu" in17234 x86_64*|s390x*|powerpc64*)17235 echo '#line 17235 "configure"' > conftest.$ac_ext17236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&517237 (eval $ac_compile) 2>&517238 ac_status=$?17239 echo "$as_me:$LINENO: \$? = $ac_status" >&517240 (exit $ac_status); }; then17241 case `/usr/bin/file conftest.$ac_objext` in17242 *64-bit*)17243 libsuff=6417244 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"17245 ;;17246 esac17247 fi17248 rm -rf conftest*17249 ;;17250 esac17251 17252 16791 # Append ld.so.conf contents to the search path 17253 16792 if test -f /etc/ld.so.conf; then 17254 16793 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 17255 sys_lib_dlsearch_path_spec="/lib ${libsuff} /usr/lib${libsuff}$lt_ld_extra"16794 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 17256 16795 fi 17257 16796 … … 17315 16854 version_type=sunos 17316 16855 need_lib_prefix=no 17317 need_version= yes16856 need_version=no 17318 16857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 17319 16858 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 17437 16976 hardcode_action_GCJ= 17438 16977 if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 17439 test -n "$runpath_var GCJ" || \17440 test "X$hardcode_automatic_GCJ" ="Xyes" ; then16978 test -n "$runpath_var_GCJ" || \ 16979 test "X$hardcode_automatic_GCJ" = "Xyes" ; then 17441 16980 17442 16981 # We can hardcode non-existant directories. … … 17534 17073 LIBS="-ldl $LIBS" 17535 17074 cat >conftest.$ac_ext <<_ACEOF 17075 #line $LINENO "configure" 17536 17076 /* confdefs.h. */ 17537 17077 _ACEOF … … 17557 17097 rm -f conftest.$ac_objext conftest$ac_exeext 17558 17098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17559 (eval $ac_link) 2> conftest.er117099 (eval $ac_link) 2>&5 17560 17100 ac_status=$? 17561 grep -v '^ *+' conftest.er1 >conftest.err17562 rm -f conftest.er117563 cat conftest.err >&517564 17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17565 17102 (exit $ac_status); } && 17566 { ac_try='test -z "$ac_c_werror_flag" 17567 || test ! -s conftest.err' 17568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17569 (eval $ac_try) 2>&5 17570 ac_status=$? 17571 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17572 (exit $ac_status); }; } && 17573 { ac_try='test -s conftest$ac_exeext' 17103 { ac_try='test -s conftest$ac_exeext' 17574 17104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17575 17105 (eval $ac_try) 2>&5 … … 17584 17114 ac_cv_lib_dl_dlopen=no 17585 17115 fi 17586 rm -f conftest.err conftest.$ac_objext \ 17587 conftest$ac_exeext conftest.$ac_ext 17116 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17588 17117 LIBS=$ac_check_lib_save_LIBS 17589 17118 fi … … 17609 17138 else 17610 17139 cat >conftest.$ac_ext <<_ACEOF 17140 #line $LINENO "configure" 17611 17141 /* confdefs.h. */ 17612 17142 _ACEOF … … 17614 17144 cat >>conftest.$ac_ext <<_ACEOF 17615 17145 /* end confdefs.h. */ 17616 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.17617 For example, HP-UX 11i <limits.h> declares gettimeofday. */17618 #define shl_load innocuous_shl_load17619 17620 17146 /* System header to define __stub macros and hopefully few prototypes, 17621 17147 which can conflict with char shl_load (); below. 17622 17148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17623 17149 <limits.h> exists even on freestanding compilers. */ 17624 17625 17150 #ifdef __STDC__ 17626 17151 # include <limits.h> … … 17628 17153 # include <assert.h> 17629 17154 #endif 17630 17631 #undef shl_load17632 17633 17155 /* Override any gcc2 internal prototype to avoid an error. */ 17634 17156 #ifdef __cplusplus … … 17661 17183 rm -f conftest.$ac_objext conftest$ac_exeext 17662 17184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17663 (eval $ac_link) 2> conftest.er117185 (eval $ac_link) 2>&5 17664 17186 ac_status=$? 17665 grep -v '^ *+' conftest.er1 >conftest.err17666 rm -f conftest.er117667 cat conftest.err >&517668 17187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17669 17188 (exit $ac_status); } && 17670 { ac_try='test -z "$ac_c_werror_flag" 17671 || test ! -s conftest.err' 17672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17673 (eval $ac_try) 2>&5 17674 ac_status=$? 17675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17676 (exit $ac_status); }; } && 17677 { ac_try='test -s conftest$ac_exeext' 17189 { ac_try='test -s conftest$ac_exeext' 17678 17190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17679 17191 (eval $ac_try) 2>&5 … … 17688 17200 ac_cv_func_shl_load=no 17689 17201 fi 17690 rm -f conftest.err conftest.$ac_objext \ 17691 conftest$ac_exeext conftest.$ac_ext 17202 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17692 17203 fi 17693 17204 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 17704 17215 LIBS="-ldld $LIBS" 17705 17216 cat >conftest.$ac_ext <<_ACEOF 17217 #line $LINENO "configure" 17706 17218 /* confdefs.h. */ 17707 17219 _ACEOF … … 17727 17239 rm -f conftest.$ac_objext conftest$ac_exeext 17728 17240 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17729 (eval $ac_link) 2> conftest.er117241 (eval $ac_link) 2>&5 17730 17242 ac_status=$? 17731 grep -v '^ *+' conftest.er1 >conftest.err17732 rm -f conftest.er117733 cat conftest.err >&517734 17243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17735 17244 (exit $ac_status); } && 17736 { ac_try='test -z "$ac_c_werror_flag" 17737 || test ! -s conftest.err' 17738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17739 (eval $ac_try) 2>&5 17740 ac_status=$? 17741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17742 (exit $ac_status); }; } && 17743 { ac_try='test -s conftest$ac_exeext' 17245 { ac_try='test -s conftest$ac_exeext' 17744 17246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17745 17247 (eval $ac_try) 2>&5 … … 17754 17256 ac_cv_lib_dld_shl_load=no 17755 17257 fi 17756 rm -f conftest.err conftest.$ac_objext \ 17757 conftest$ac_exeext conftest.$ac_ext 17258 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17758 17259 LIBS=$ac_check_lib_save_LIBS 17759 17260 fi … … 17769 17270 else 17770 17271 cat >conftest.$ac_ext <<_ACEOF 17272 #line $LINENO "configure" 17771 17273 /* confdefs.h. */ 17772 17274 _ACEOF … … 17774 17276 cat >>conftest.$ac_ext <<_ACEOF 17775 17277 /* end confdefs.h. */ 17776 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.17777 For example, HP-UX 11i <limits.h> declares gettimeofday. */17778 #define dlopen innocuous_dlopen17779 17780 17278 /* System header to define __stub macros and hopefully few prototypes, 17781 17279 which can conflict with char dlopen (); below. 17782 17280 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17783 17281 <limits.h> exists even on freestanding compilers. */ 17784 17785 17282 #ifdef __STDC__ 17786 17283 # include <limits.h> … … 17788 17285 # include <assert.h> 17789 17286 #endif 17790 17791 #undef dlopen17792 17793 17287 /* Override any gcc2 internal prototype to avoid an error. */ 17794 17288 #ifdef __cplusplus … … 17821 17315 rm -f conftest.$ac_objext conftest$ac_exeext 17822 17316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17823 (eval $ac_link) 2> conftest.er117317 (eval $ac_link) 2>&5 17824 17318 ac_status=$? 17825 grep -v '^ *+' conftest.er1 >conftest.err17826 rm -f conftest.er117827 cat conftest.err >&517828 17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17829 17320 (exit $ac_status); } && 17830 { ac_try='test -z "$ac_c_werror_flag" 17831 || test ! -s conftest.err' 17832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17833 (eval $ac_try) 2>&5 17834 ac_status=$? 17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17836 (exit $ac_status); }; } && 17837 { ac_try='test -s conftest$ac_exeext' 17321 { ac_try='test -s conftest$ac_exeext' 17838 17322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17839 17323 (eval $ac_try) 2>&5 … … 17848 17332 ac_cv_func_dlopen=no 17849 17333 fi 17850 rm -f conftest.err conftest.$ac_objext \ 17851 conftest$ac_exeext conftest.$ac_ext 17334 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17852 17335 fi 17853 17336 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 17864 17347 LIBS="-ldl $LIBS" 17865 17348 cat >conftest.$ac_ext <<_ACEOF 17349 #line $LINENO "configure" 17866 17350 /* confdefs.h. */ 17867 17351 _ACEOF … … 17887 17371 rm -f conftest.$ac_objext conftest$ac_exeext 17888 17372 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17889 (eval $ac_link) 2> conftest.er117373 (eval $ac_link) 2>&5 17890 17374 ac_status=$? 17891 grep -v '^ *+' conftest.er1 >conftest.err17892 rm -f conftest.er117893 cat conftest.err >&517894 17375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17895 17376 (exit $ac_status); } && 17896 { ac_try='test -z "$ac_c_werror_flag" 17897 || test ! -s conftest.err' 17898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17899 (eval $ac_try) 2>&5 17900 ac_status=$? 17901 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17902 (exit $ac_status); }; } && 17903 { ac_try='test -s conftest$ac_exeext' 17377 { ac_try='test -s conftest$ac_exeext' 17904 17378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17905 17379 (eval $ac_try) 2>&5 … … 17914 17388 ac_cv_lib_dl_dlopen=no 17915 17389 fi 17916 rm -f conftest.err conftest.$ac_objext \ 17917 conftest$ac_exeext conftest.$ac_ext 17390 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17918 17391 LIBS=$ac_check_lib_save_LIBS 17919 17392 fi … … 17931 17404 LIBS="-lsvld $LIBS" 17932 17405 cat >conftest.$ac_ext <<_ACEOF 17406 #line $LINENO "configure" 17933 17407 /* confdefs.h. */ 17934 17408 _ACEOF … … 17954 17428 rm -f conftest.$ac_objext conftest$ac_exeext 17955 17429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17956 (eval $ac_link) 2> conftest.er117430 (eval $ac_link) 2>&5 17957 17431 ac_status=$? 17958 grep -v '^ *+' conftest.er1 >conftest.err17959 rm -f conftest.er117960 cat conftest.err >&517961 17432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17962 17433 (exit $ac_status); } && 17963 { ac_try='test -z "$ac_c_werror_flag" 17964 || test ! -s conftest.err' 17965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17966 (eval $ac_try) 2>&5 17967 ac_status=$? 17968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17969 (exit $ac_status); }; } && 17970 { ac_try='test -s conftest$ac_exeext' 17434 { ac_try='test -s conftest$ac_exeext' 17971 17435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17972 17436 (eval $ac_try) 2>&5 … … 17981 17445 ac_cv_lib_svld_dlopen=no 17982 17446 fi 17983 rm -f conftest.err conftest.$ac_objext \ 17984 conftest$ac_exeext conftest.$ac_ext 17447 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17985 17448 LIBS=$ac_check_lib_save_LIBS 17986 17449 fi … … 17998 17461 LIBS="-ldld $LIBS" 17999 17462 cat >conftest.$ac_ext <<_ACEOF 17463 #line $LINENO "configure" 18000 17464 /* confdefs.h. */ 18001 17465 _ACEOF … … 18021 17485 rm -f conftest.$ac_objext conftest$ac_exeext 18022 17486 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18023 (eval $ac_link) 2> conftest.er117487 (eval $ac_link) 2>&5 18024 17488 ac_status=$? 18025 grep -v '^ *+' conftest.er1 >conftest.err18026 rm -f conftest.er118027 cat conftest.err >&518028 17489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18029 17490 (exit $ac_status); } && 18030 { ac_try='test -z "$ac_c_werror_flag" 18031 || test ! -s conftest.err' 18032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18033 (eval $ac_try) 2>&5 18034 ac_status=$? 18035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18036 (exit $ac_status); }; } && 18037 { ac_try='test -s conftest$ac_exeext' 17491 { ac_try='test -s conftest$ac_exeext' 18038 17492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18039 17493 (eval $ac_try) 2>&5 … … 18048 17502 ac_cv_lib_dld_dld_link=no 18049 17503 fi 18050 rm -f conftest.err conftest.$ac_objext \ 18051 conftest$ac_exeext conftest.$ac_ext 17504 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 18052 17505 LIBS=$ac_check_lib_save_LIBS 18053 17506 fi … … 18104 17557 lt_status=$lt_dlunknown 18105 17558 cat > conftest.$ac_ext <<EOF 18106 #line 1 8106"configure"17559 #line 17559 "configure" 18107 17560 #include "confdefs.h" 18108 17561 … … 18202 17655 lt_status=$lt_dlunknown 18203 17656 cat > conftest.$ac_ext <<EOF 18204 #line 1 8204"configure"17657 #line 17657 "configure" 18205 17658 #include "confdefs.h" 18206 17659 … … 18319 17772 # careful not to overquote the AC_SUBSTed values. We take copies of the 18320 17773 # variables and quote the copies for generation of the libtool script. 18321 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \17774 for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \ 18322 17775 SED SHELL STRIP \ 18323 17776 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ … … 18462 17915 18463 17916 # Used on cygwin: assembler. 18464 AS= "$AS"17917 AS=$lt_AS 18465 17918 18466 17919 # The name of the directory that contains temporary libtool files. … … 18764 18217 # careful not to overquote the AC_SUBSTed values. We take copies of the 18765 18218 # variables and quote the copies for generation of the libtool script. 18766 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \18219 for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \ 18767 18220 SED SHELL STRIP \ 18768 18221 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ … … 18907 18360 18908 18361 # Used on cygwin: assembler. 18909 AS= "$AS"18362 AS=$lt_AS 18910 18363 18911 18364 # The name of the directory that contains temporary libtool files. … … 19359 18812 LIBS="-lsla $LIBS" 19360 18813 cat >conftest.$ac_ext <<_ACEOF 18814 #line $LINENO "configure" 19361 18815 /* confdefs.h. */ 19362 18816 _ACEOF … … 19376 18830 rm -f conftest.$ac_objext conftest$ac_exeext 19377 18831 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19378 (eval $ac_link) 2> conftest.er118832 (eval $ac_link) 2>&5 19379 18833 ac_status=$? 19380 grep -v '^ *+' conftest.er1 >conftest.err19381 rm -f conftest.er119382 cat conftest.err >&519383 18834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19384 18835 (exit $ac_status); } && 19385 { ac_try='test -z "$ac_c_werror_flag" 19386 || test ! -s conftest.err' 19387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19388 (eval $ac_try) 2>&5 19389 ac_status=$? 19390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19391 (exit $ac_status); }; } && 19392 { ac_try='test -s conftest$ac_exeext' 18836 { ac_try='test -s conftest$ac_exeext' 19393 18837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19394 18838 (eval $ac_try) 2>&5 … … 19403 18847 ac_cv_lib_sla_main=no 19404 18848 fi 19405 rm -f conftest.err conftest.$ac_objext \ 19406 conftest$ac_exeext conftest.$ac_ext 18849 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19407 18850 LIBS=$ac_check_lib_save_LIBS 19408 18851 fi … … 19431 18874 LIBS="-lcfitsio $LIBS" 19432 18875 cat >conftest.$ac_ext <<_ACEOF 18876 #line $LINENO "configure" 19433 18877 /* confdefs.h. */ 19434 18878 _ACEOF … … 19448 18892 rm -f conftest.$ac_objext conftest$ac_exeext 19449 18893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19450 (eval $ac_link) 2> conftest.er118894 (eval $ac_link) 2>&5 19451 18895 ac_status=$? 19452 grep -v '^ *+' conftest.er1 >conftest.err19453 rm -f conftest.er119454 cat conftest.err >&519455 18896 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19456 18897 (exit $ac_status); } && 19457 { ac_try='test -z "$ac_c_werror_flag" 19458 || test ! -s conftest.err' 19459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19460 (eval $ac_try) 2>&5 19461 ac_status=$? 19462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19463 (exit $ac_status); }; } && 19464 { ac_try='test -s conftest$ac_exeext' 18898 { ac_try='test -s conftest$ac_exeext' 19465 18899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19466 18900 (eval $ac_try) 2>&5 … … 19475 18909 ac_cv_lib_cfitsio_main=no 19476 18910 fi 19477 rm -f conftest.err conftest.$ac_objext \ 19478 conftest$ac_exeext conftest.$ac_ext 18911 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19479 18912 LIBS=$ac_check_lib_save_LIBS 19480 18913 fi … … 19503 18936 LIBS="-lfftw3f $LIBS" 19504 18937 cat >conftest.$ac_ext <<_ACEOF 18938 #line $LINENO "configure" 19505 18939 /* confdefs.h. */ 19506 18940 _ACEOF … … 19520 18954 rm -f conftest.$ac_objext conftest$ac_exeext 19521 18955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19522 (eval $ac_link) 2> conftest.er118956 (eval $ac_link) 2>&5 19523 18957 ac_status=$? 19524 grep -v '^ *+' conftest.er1 >conftest.err19525 rm -f conftest.er119526 cat conftest.err >&519527 18958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19528 18959 (exit $ac_status); } && 19529 { ac_try='test -z "$ac_c_werror_flag" 19530 || test ! -s conftest.err' 19531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19532 (eval $ac_try) 2>&5 19533 ac_status=$? 19534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19535 (exit $ac_status); }; } && 19536 { ac_try='test -s conftest$ac_exeext' 18960 { ac_try='test -s conftest$ac_exeext' 19537 18961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19538 18962 (eval $ac_try) 2>&5 … … 19547 18971 ac_cv_lib_fftw3f_main=no 19548 18972 fi 19549 rm -f conftest.err conftest.$ac_objext \ 19550 conftest$ac_exeext conftest.$ac_ext 18973 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19551 18974 LIBS=$ac_check_lib_save_LIBS 19552 18975 fi … … 19575 18998 LIBS="-lgsl $LIBS" 19576 18999 cat >conftest.$ac_ext <<_ACEOF 19000 #line $LINENO "configure" 19577 19001 /* confdefs.h. */ 19578 19002 _ACEOF … … 19592 19016 rm -f conftest.$ac_objext conftest$ac_exeext 19593 19017 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19594 (eval $ac_link) 2> conftest.er119018 (eval $ac_link) 2>&5 19595 19019 ac_status=$? 19596 grep -v '^ *+' conftest.er1 >conftest.err19597 rm -f conftest.er119598 cat conftest.err >&519599 19020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19600 19021 (exit $ac_status); } && 19601 { ac_try='test -z "$ac_c_werror_flag" 19602 || test ! -s conftest.err' 19603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19604 (eval $ac_try) 2>&5 19605 ac_status=$? 19606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19607 (exit $ac_status); }; } && 19608 { ac_try='test -s conftest$ac_exeext' 19022 { ac_try='test -s conftest$ac_exeext' 19609 19023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19610 19024 (eval $ac_try) 2>&5 … … 19619 19033 ac_cv_lib_gsl_main=no 19620 19034 fi 19621 rm -f conftest.err conftest.$ac_objext \ 19622 conftest$ac_exeext conftest.$ac_ext 19035 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19623 19036 LIBS=$ac_check_lib_save_LIBS 19624 19037 fi … … 19647 19060 LIBS="-lgslcblas $LIBS" 19648 19061 cat >conftest.$ac_ext <<_ACEOF 19062 #line $LINENO "configure" 19649 19063 /* confdefs.h. */ 19650 19064 _ACEOF … … 19664 19078 rm -f conftest.$ac_objext conftest$ac_exeext 19665 19079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19666 (eval $ac_link) 2> conftest.er119080 (eval $ac_link) 2>&5 19667 19081 ac_status=$? 19668 grep -v '^ *+' conftest.er1 >conftest.err19669 rm -f conftest.er119670 cat conftest.err >&519671 19082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19672 19083 (exit $ac_status); } && 19673 { ac_try='test -z "$ac_c_werror_flag" 19674 || test ! -s conftest.err' 19675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19676 (eval $ac_try) 2>&5 19677 ac_status=$? 19678 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19679 (exit $ac_status); }; } && 19680 { ac_try='test -s conftest$ac_exeext' 19084 { ac_try='test -s conftest$ac_exeext' 19681 19085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19682 19086 (eval $ac_try) 2>&5 … … 19691 19095 ac_cv_lib_gslcblas_main=no 19692 19096 fi 19693 rm -f conftest.err conftest.$ac_objext \ 19694 conftest$ac_exeext conftest.$ac_ext 19097 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19695 19098 LIBS=$ac_check_lib_save_LIBS 19696 19099 fi … … 19719 19122 LIBS="-lpslib $LIBS" 19720 19123 cat >conftest.$ac_ext <<_ACEOF 19124 #line $LINENO "configure" 19721 19125 /* confdefs.h. */ 19722 19126 _ACEOF … … 19736 19140 rm -f conftest.$ac_objext conftest$ac_exeext 19737 19141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19738 (eval $ac_link) 2> conftest.er119142 (eval $ac_link) 2>&5 19739 19143 ac_status=$? 19740 grep -v '^ *+' conftest.er1 >conftest.err19741 rm -f conftest.er119742 cat conftest.err >&519743 19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19744 19145 (exit $ac_status); } && 19745 { ac_try='test -z "$ac_c_werror_flag" 19746 || test ! -s conftest.err' 19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19748 (eval $ac_try) 2>&5 19749 ac_status=$? 19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19751 (exit $ac_status); }; } && 19752 { ac_try='test -s conftest$ac_exeext' 19146 { ac_try='test -s conftest$ac_exeext' 19753 19147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19754 19148 (eval $ac_try) 2>&5 … … 19763 19157 ac_cv_lib_pslib_main=no 19764 19158 fi 19765 rm -f conftest.err conftest.$ac_objext \ 19766 conftest$ac_exeext conftest.$ac_ext 19159 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19767 19160 LIBS=$ac_check_lib_save_LIBS 19768 19161 fi … … 19792 19185 LIBS="-lmx $LIBS" 19793 19186 cat >conftest.$ac_ext <<_ACEOF 19187 #line $LINENO "configure" 19794 19188 /* confdefs.h. */ 19795 19189 _ACEOF … … 19815 19209 rm -f conftest.$ac_objext conftest$ac_exeext 19816 19210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19817 (eval $ac_link) 2> conftest.er119211 (eval $ac_link) 2>&5 19818 19212 ac_status=$? 19819 grep -v '^ *+' conftest.er1 >conftest.err19820 rm -f conftest.er119821 cat conftest.err >&519822 19213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19823 19214 (exit $ac_status); } && 19824 { ac_try='test -z "$ac_c_werror_flag" 19825 || test ! -s conftest.err' 19826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19827 (eval $ac_try) 2>&5 19828 ac_status=$? 19829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19830 (exit $ac_status); }; } && 19831 { ac_try='test -s conftest$ac_exeext' 19215 { ac_try='test -s conftest$ac_exeext' 19832 19216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19833 19217 (eval $ac_try) 2>&5 … … 19842 19226 ac_cv_lib_mx_sqrtf=no 19843 19227 fi 19844 rm -f conftest.err conftest.$ac_objext \ 19845 conftest$ac_exeext conftest.$ac_ext 19228 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19846 19229 LIBS=$ac_check_lib_save_LIBS 19847 19230 fi … … 19887 19270 # substitution turns \\\\ into \\, and sed turns \\ into \). 19888 19271 sed -n \ 19889 "s/'/'\\\\''/g;19890 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"19272 "s/'/'\\\\''/g; 19273 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 19891 19274 ;; 19892 19275 *) 19893 19276 # `set' quotes correctly as required by POSIX, so do not add quotes. 19894 19277 sed -n \ 19895 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"19278 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 19896 19279 ;; 19897 19280 esac; … … 19923 19306 # (actually we leave an empty line to preserve line numbers). 19924 19307 if test "x$srcdir" = x.; then 19925 ac_vpsub='/^[ ]*VPATH[]*=/{19308 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 19926 19309 s/:*\$(srcdir):*/:/; 19927 19310 s/:*\${srcdir}:*/:/; 19928 19311 s/:*@srcdir@:*/:/; 19929 s/^\([^=]*=[ ]*\):*/\1/;19312 s/^\([^=]*=[ ]*\):*/\1/; 19930 19313 s/:*$//; 19931 s/^[^=]*=[ ]*$//;19314 s/^[^=]*=[ ]*$//; 19932 19315 }' 19933 19316 fi … … 19940 19323 # 1. Remove the extension, and $U if already installed. 19941 19324 ac_i=`echo "$ac_i" | 19942 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`19325 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 19943 19326 # 2. Add them. 19944 19327 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" … … 20005 19388 set -o posix 20006 19389 fi 20007 DUALCASE=1; export DUALCASE # for MKS sh20008 19390 20009 19391 # Support unset when possible. 20010 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then19392 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 20011 19393 as_unset=unset 20012 19394 else … … 20027 19409 LC_TELEPHONE LC_TIME 20028 19410 do 20029 if (set +x; test - z"`(eval $as_var=C; export $as_var) 2>&1`"); then19411 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 20030 19412 eval $as_var=C; export $as_var 20031 19413 else … … 20206 19588 as_mkdir_p=: 20207 19589 else 20208 test -d ./-p && rmdir ./-p20209 19590 as_mkdir_p=false 20210 19591 fi … … 20213 19594 20214 19595 # Sed expression to map a string onto a valid CPP name. 20215 as_tr_cpp=" eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"19596 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 20216 19597 20217 19598 # Sed expression to map a string onto a valid variable name. 20218 as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"19599 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 20219 19600 20220 19601 … … 20243 19624 20244 19625 This file was extended by $as_me, which was 20245 generated by GNU Autoconf 2.5 9. Invocation command line was19626 generated by GNU Autoconf 2.57. Invocation command line was 20246 19627 20247 19628 CONFIG_FILES = $CONFIG_FILES … … 20287 19668 --recheck update $as_me by reconfiguring in the same conditions 20288 19669 --file=FILE[:TEMPLATE] 20289 instantiate the configuration file FILE19670 instantiate the configuration file FILE 20290 19671 --header=FILE[:TEMPLATE] 20291 instantiate the configuration header FILE19672 instantiate the configuration header FILE 20292 19673 20293 19674 Configuration files: … … 20306 19687 ac_cs_version="\\ 20307 19688 config.status 20308 configured by $0, generated by GNU Autoconf 2.5 9,19689 configured by $0, generated by GNU Autoconf 2.57, 20309 19690 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 20310 19691 20311 Copyright (C) 2003 Free Software Foundation, Inc. 19692 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 19693 Free Software Foundation, Inc. 20312 19694 This config.status script is free software; the Free Software Foundation 20313 19695 gives unlimited permission to copy, distribute and modify it." … … 20602 19984 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 20603 19985 if test -z "$ac_sed_cmds"; then 20604 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"19986 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 20605 19987 else 20606 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"19988 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 20607 19989 fi 20608 19990 ac_sed_frag=`expr $ac_sed_frag + 1` … … 20622 20004 case $ac_file in 20623 20005 - | *:- | *:-:* ) # input from stdin 20624 cat >$tmp/stdin20625 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`20626 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20006 cat >$tmp/stdin 20007 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20008 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20627 20009 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20628 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20010 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20629 20011 * ) ac_file_in=$ac_file.in ;; 20630 20012 esac … … 20633 20015 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20634 20016 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20635 X"$ac_file" : 'X\(//\)[^/]' \| \20636 X"$ac_file" : 'X\(//\)$' \| \20637 X"$ac_file" : 'X\(/\)' \| \20638 . : '\(.\)' 2>/dev/null ||20017 X"$ac_file" : 'X\(//\)[^/]' \| \ 20018 X"$ac_file" : 'X\(//\)$' \| \ 20019 X"$ac_file" : 'X\(/\)' \| \ 20020 . : '\(.\)' 2>/dev/null || 20639 20021 echo X"$ac_file" | 20640 20022 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20652 20034 as_dir=`(dirname "$as_dir") 2>/dev/null || 20653 20035 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20654 X"$as_dir" : 'X\(//\)[^/]' \| \20655 X"$as_dir" : 'X\(//\)$' \| \20656 X"$as_dir" : 'X\(/\)' \| \20657 . : '\(.\)' 2>/dev/null ||20036 X"$as_dir" : 'X\(//\)[^/]' \| \ 20037 X"$as_dir" : 'X\(//\)$' \| \ 20038 X"$as_dir" : 'X\(/\)' \| \ 20039 . : '\(.\)' 2>/dev/null || 20658 20040 echo X"$as_dir" | 20659 20041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20693 20075 ac_top_srcdir=$ac_top_builddir$srcdir ;; 20694 20076 esac 20695 20696 # Do not use `cd foo && pwd` to compute absolute paths, because 20697 # the directories may not exist. 20698 case `pwd` in 20699 .) ac_abs_builddir="$ac_dir";; 20700 *) 20701 case "$ac_dir" in 20702 .) ac_abs_builddir=`pwd`;; 20703 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 20704 *) ac_abs_builddir=`pwd`/"$ac_dir";; 20705 esac;; 20706 esac 20707 case $ac_abs_builddir in 20708 .) ac_abs_top_builddir=${ac_top_builddir}.;; 20709 *) 20710 case ${ac_top_builddir}. in 20711 .) ac_abs_top_builddir=$ac_abs_builddir;; 20712 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 20713 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 20714 esac;; 20715 esac 20716 case $ac_abs_builddir in 20717 .) ac_abs_srcdir=$ac_srcdir;; 20718 *) 20719 case $ac_srcdir in 20720 .) ac_abs_srcdir=$ac_abs_builddir;; 20721 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 20722 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 20723 esac;; 20724 esac 20725 case $ac_abs_builddir in 20726 .) ac_abs_top_srcdir=$ac_top_srcdir;; 20727 *) 20728 case $ac_top_srcdir in 20729 .) ac_abs_top_srcdir=$ac_abs_builddir;; 20730 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 20731 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 20732 esac;; 20733 esac 20077 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 20078 # absolute. 20079 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 20080 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 20081 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 20082 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 20734 20083 20735 20084 … … 20753 20102 fi 20754 20103 configure_input=$configure_input"Generated from `echo $ac_file_in | 20755 sed 's,.*/,,'` by configure."20104 sed 's,.*/,,'` by configure." 20756 20105 20757 20106 # First look for the input files in the build tree, otherwise in the … … 20762 20111 -) echo $tmp/stdin ;; 20763 20112 [\\/$]*) 20764 # Absolute (can't be DOS-style, as IFS=:)20765 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520113 # Absolute (can't be DOS-style, as IFS=:) 20114 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20766 20115 echo "$as_me: error: cannot find input file: $f" >&2;} 20767 20116 { (exit 1); exit 1; }; } 20768 echo "$f";;20117 echo $f;; 20769 20118 *) # Relative 20770 if test -f "$f"; then20771 # Build tree20772 echo "$f" 20773 elif test -f "$srcdir/$f"; then20774 # Source tree20775 echo "$srcdir/$f" 20776 else20777 # /dev/null tree20778 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520119 if test -f "$f"; then 20120 # Build tree 20121 echo $f 20122 elif test -f "$srcdir/$f"; then 20123 # Source tree 20124 echo $srcdir/$f 20125 else 20126 # /dev/null tree 20127 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20779 20128 echo "$as_me: error: cannot find input file: $f" >&2;} 20780 20129 { (exit 1); exit 1; }; } 20781 fi;;20130 fi;; 20782 20131 esac 20783 20132 done` || { (exit 1); exit 1; } … … 20821 20170 # 20822 20171 # ac_d sets the value in "#define NAME VALUE" lines. 20823 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][]*\)'20824 ac_dB='[ ].*$,\1#\2'20172 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 20173 ac_dB='[ ].*$,\1#\2' 20825 20174 ac_dC=' ' 20826 20175 ac_dD=',;t' 20827 20176 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 20828 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][]*\)'20177 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 20829 20178 ac_uB='$,\1#\2define\3' 20830 20179 ac_uC=' ' … … 20835 20184 case $ac_file in 20836 20185 - | *:- | *:-:* ) # input from stdin 20837 cat >$tmp/stdin20838 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`20839 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20186 cat >$tmp/stdin 20187 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20188 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20840 20189 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20841 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20190 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20842 20191 * ) ac_file_in=$ac_file.in ;; 20843 20192 esac … … 20853 20202 -) echo $tmp/stdin ;; 20854 20203 [\\/$]*) 20855 # Absolute (can't be DOS-style, as IFS=:)20856 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520204 # Absolute (can't be DOS-style, as IFS=:) 20205 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20857 20206 echo "$as_me: error: cannot find input file: $f" >&2;} 20858 20207 { (exit 1); exit 1; }; } 20859 # Do quote $f, to prevent DOS paths from being IFS'd. 20860 echo "$f";; 20208 echo $f;; 20861 20209 *) # Relative 20862 if test -f "$f"; then20863 # Build tree20864 echo "$f" 20865 elif test -f "$srcdir/$f"; then20866 # Source tree20867 echo "$srcdir/$f" 20868 else20869 # /dev/null tree20870 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520210 if test -f "$f"; then 20211 # Build tree 20212 echo $f 20213 elif test -f "$srcdir/$f"; then 20214 # Source tree 20215 echo $srcdir/$f 20216 else 20217 # /dev/null tree 20218 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 20871 20219 echo "$as_me: error: cannot find input file: $f" >&2;} 20872 20220 { (exit 1); exit 1; }; } 20873 fi;;20221 fi;; 20874 20222 esac 20875 20223 done` || { (exit 1); exit 1; } 20876 20224 # Remove the trailing spaces. 20877 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in20225 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 20878 20226 20879 20227 _ACEOF … … 20898 20246 t clear 20899 20247 : clear 20900 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp20248 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 20901 20249 t end 20902 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp20250 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 20903 20251 : end 20904 20252 _ACEOF … … 20914 20262 # on some systems where configure will not decide to define it. 20915 20263 cat >>conftest.undefs <<\_ACEOF 20916 s,^[ ]*#[ ]*undef[ ][]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,20264 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 20917 20265 _ACEOF 20918 20266 … … 20920 20268 # of here documents, and old seds have small limits too (100 cmds). 20921 20269 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 20922 echo ' if grep "^[ ]*#[]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS20270 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 20923 20271 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 20924 20272 echo ' :' >>$CONFIG_STATUS … … 20929 20277 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 20930 20278 # Speed up: don't consider the non `#define' lines. 20931 echo '/^[ ]*#[]*define/!b' >>$CONFIG_STATUS20279 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 20932 20280 # Work around the forget-to-reset-the-flag bug. 20933 20281 echo 't clr' >>$CONFIG_STATUS … … 20956 20304 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 20957 20305 # Speed up: don't consider the non `#undef' 20958 echo '/^[ ]*#[]*undef/!b' >>$CONFIG_STATUS20306 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 20959 20307 # Work around the forget-to-reset-the-flag bug. 20960 20308 echo 't clr' >>$CONFIG_STATUS … … 20990 20338 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20991 20339 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20992 X"$ac_file" : 'X\(//\)[^/]' \| \20993 X"$ac_file" : 'X\(//\)$' \| \20994 X"$ac_file" : 'X\(/\)' \| \20995 . : '\(.\)' 2>/dev/null ||20340 X"$ac_file" : 'X\(//\)[^/]' \| \ 20341 X"$ac_file" : 'X\(//\)$' \| \ 20342 X"$ac_file" : 'X\(/\)' \| \ 20343 . : '\(.\)' 2>/dev/null || 20996 20344 echo X"$ac_file" | 20997 20345 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21009 20357 as_dir=`(dirname "$as_dir") 2>/dev/null || 21010 20358 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21011 X"$as_dir" : 'X\(//\)[^/]' \| \21012 X"$as_dir" : 'X\(//\)$' \| \21013 X"$as_dir" : 'X\(/\)' \| \21014 . : '\(.\)' 2>/dev/null ||20359 X"$as_dir" : 'X\(//\)[^/]' \| \ 20360 X"$as_dir" : 'X\(//\)$' \| \ 20361 X"$as_dir" : 'X\(/\)' \| \ 20362 . : '\(.\)' 2>/dev/null || 21015 20363 echo X"$as_dir" | 21016 20364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21044 20392 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 21045 20393 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21046 X$ac_file : 'X\(//\)[^/]' \| \21047 X$ac_file : 'X\(//\)$' \| \21048 X$ac_file : 'X\(/\)' \| \21049 . : '\(.\)' 2>/dev/null ||20394 X$ac_file : 'X\(//\)[^/]' \| \ 20395 X$ac_file : 'X\(//\)$' \| \ 20396 X$ac_file : 'X\(/\)' \| \ 20397 . : '\(.\)' 2>/dev/null || 21050 20398 echo X$ac_file | 21051 20399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21066 20414 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 21067 20415 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21068 X"$ac_dest" : 'X\(//\)[^/]' \| \21069 X"$ac_dest" : 'X\(//\)$' \| \21070 X"$ac_dest" : 'X\(/\)' \| \21071 . : '\(.\)' 2>/dev/null ||20416 X"$ac_dest" : 'X\(//\)[^/]' \| \ 20417 X"$ac_dest" : 'X\(//\)$' \| \ 20418 X"$ac_dest" : 'X\(/\)' \| \ 20419 . : '\(.\)' 2>/dev/null || 21072 20420 echo X"$ac_dest" | 21073 20421 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21076 20424 /^X\(\/\).*/{ s//\1/; q; } 21077 20425 s/.*/./; q'` 21078 { if $as_mkdir_p; then21079 mkdir -p "$ac_dir"21080 else21081 as_dir="$ac_dir"21082 as_dirs=21083 while test ! -d "$as_dir"; do21084 as_dirs="$as_dir $as_dirs"21085 as_dir=`(dirname "$as_dir") 2>/dev/null ||21086 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \21087 X"$as_dir" : 'X\(//\)[^/]' \| \21088 X"$as_dir" : 'X\(//\)$' \| \21089 X"$as_dir" : 'X\(/\)' \| \21090 . : '\(.\)' 2>/dev/null ||21091 echo X"$as_dir" |21092 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }21093 /^X\(\/\/\)[^/].*/{ s//\1/; q; }21094 /^X\(\/\/\)$/{ s//\1/; q; }21095 /^X\(\/\).*/{ s//\1/; q; }21096 s/.*/./; q'`21097 done21098 test ! -n "$as_dirs" || mkdir $as_dirs21099 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&521100 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}21101 { (exit 1); exit 1; }; }; }21102 21103 20426 ac_builddir=. 21104 20427 … … 21126 20449 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21127 20450 esac 21128 21129 # Do not use `cd foo && pwd` to compute absolute paths, because 21130 # the directories may not exist. 21131 case `pwd` in 21132 .) ac_abs_builddir="$ac_dir";; 21133 *) 21134 case "$ac_dir" in 21135 .) ac_abs_builddir=`pwd`;; 21136 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 21137 *) ac_abs_builddir=`pwd`/"$ac_dir";; 21138 esac;; 21139 esac 21140 case $ac_abs_builddir in 21141 .) ac_abs_top_builddir=${ac_top_builddir}.;; 21142 *) 21143 case ${ac_top_builddir}. in 21144 .) ac_abs_top_builddir=$ac_abs_builddir;; 21145 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 21146 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 21147 esac;; 21148 esac 21149 case $ac_abs_builddir in 21150 .) ac_abs_srcdir=$ac_srcdir;; 21151 *) 21152 case $ac_srcdir in 21153 .) ac_abs_srcdir=$ac_abs_builddir;; 21154 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 21155 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 21156 esac;; 21157 esac 21158 case $ac_abs_builddir in 21159 .) ac_abs_top_srcdir=$ac_top_srcdir;; 21160 *) 21161 case $ac_top_srcdir in 21162 .) ac_abs_top_srcdir=$ac_abs_builddir;; 21163 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 21164 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 21165 esac;; 21166 esac 20451 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 20452 # absolute. 20453 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 20454 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 20455 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 20456 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 21167 20457 21168 20458 … … 21182 20472 dirpart=`(dirname "$mf") 2>/dev/null || 21183 20473 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21184 X"$mf" : 'X\(//\)[^/]' \| \21185 X"$mf" : 'X\(//\)$' \| \21186 X"$mf" : 'X\(/\)' \| \21187 . : '\(.\)' 2>/dev/null ||20474 X"$mf" : 'X\(//\)[^/]' \| \ 20475 X"$mf" : 'X\(//\)$' \| \ 20476 X"$mf" : 'X\(/\)' \| \ 20477 . : '\(.\)' 2>/dev/null || 21188 20478 echo X"$mf" | 21189 20479 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21215 20505 fdir=`(dirname "$file") 2>/dev/null || 21216 20506 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21217 X"$file" : 'X\(//\)[^/]' \| \21218 X"$file" : 'X\(//\)$' \| \21219 X"$file" : 'X\(/\)' \| \21220 . : '\(.\)' 2>/dev/null ||20507 X"$file" : 'X\(//\)[^/]' \| \ 20508 X"$file" : 'X\(//\)$' \| \ 20509 X"$file" : 'X\(/\)' \| \ 20510 . : '\(.\)' 2>/dev/null || 21221 20511 echo X"$file" | 21222 20512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 21234 20524 as_dir=`(dirname "$as_dir") 2>/dev/null || 21235 20525 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21236 X"$as_dir" : 'X\(//\)[^/]' \| \21237 X"$as_dir" : 'X\(//\)$' \| \21238 X"$as_dir" : 'X\(/\)' \| \21239 . : '\(.\)' 2>/dev/null ||20526 X"$as_dir" : 'X\(//\)[^/]' \| \ 20527 X"$as_dir" : 'X\(//\)$' \| \ 20528 X"$as_dir" : 'X\(/\)' \| \ 20529 . : '\(.\)' 2>/dev/null || 21240 20530 echo X"$as_dir" | 21241 20531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
Note:
See TracChangeset
for help on using the changeset viewer.
