comparison configure @ 12:a40cf9c8d615

Update to newer Autoconf
author Adam Chlipala <adam@chlipala.net>
date Tue, 19 Jul 2011 09:29:34 -0400
parents ad85b8813e8a
children dd5b333a7960
comparison
equal deleted inserted replaced
11:43c3fbd8527a 12:a40cf9c8d615
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for urweb_feed 1.0. 3 # Generated by GNU Autoconf 2.68 for urweb_feed 1.0.
4 # 4 #
5 # 5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8 # Foundation, Inc. 8 # Foundation, Inc.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.) 88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl" 89 IFS=" "" $as_nl"
90 90
91 # Find who we are. Look in the path if we contain no directory separator. 91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
92 case $0 in #(( 93 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH 96 for as_dir in $PATH
96 do 97 do
169 test x\$exitcode = x0 || exit 1" 170 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 174 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1" 175 test \$(( 1 + 1 )) = 2 || exit 1
176
177 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
178 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 PATH=/empty FPATH=/empty; export PATH FPATH
182 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
183 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
175 if (eval "$as_required") 2>/dev/null; then : 184 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes 185 as_have_required=yes
177 else 186 else
178 as_have_required=no 187 as_have_required=no
179 fi 188 fi
212 221
213 if test "x$CONFIG_SHELL" != x; then : 222 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a 223 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also 224 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables. 225 # works around shells that cannot unset nonexistent variables.
226 # Preserve -v and -x to the replacement shell.
217 BASH_ENV=/dev/null 227 BASH_ENV=/dev/null
218 ENV=/dev/null 228 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL 230 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 231 case $- in # ((((
232 *v*x* | *x*v* ) as_opts=-vx ;;
233 *v* ) as_opts=-v ;;
234 *x* ) as_opts=-x ;;
235 * ) as_opts= ;;
236 esac
237 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
222 fi 238 fi
223 239
224 if test x$as_have_required = xno; then : 240 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all" 241 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system." 242 $as_echo "$0: the shells that I found on your system."
523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 539 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524 540
525 # Sed expression to map a string onto a valid variable name. 541 # Sed expression to map a string onto a valid variable name.
526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 542 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 543
528
529
530 # Check that we are running under the correct shell.
531 SHELL=${CONFIG_SHELL-/bin/sh} 544 SHELL=${CONFIG_SHELL-/bin/sh}
532
533 case X$lt_ECHO in
534 X*--fallback-echo)
535 # Remove one level of quotation (which was required for Make).
536 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
537 ;;
538 esac
539
540 ECHO=${lt_ECHO-echo}
541 if test "X$1" = X--no-reexec; then
542 # Discard the --no-reexec flag, and continue.
543 shift
544 elif test "X$1" = X--fallback-echo; then
545 # Avoid inline document here, it may be left over
546 :
547 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
548 # Yippee, $ECHO works!
549 :
550 else
551 # Restart under the correct shell.
552 exec $SHELL "$0" --no-reexec ${1+"$@"}
553 fi
554
555 if test "X$1" = X--fallback-echo; then
556 # used as fallback echo
557 shift
558 cat <<_LT_EOF
559 $*
560 _LT_EOF
561 exit 0
562 fi
563
564 # The HP-UX ksh and POSIX shell print the target directory to stdout
565 # if CDPATH is set.
566 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
567
568 if test -z "$lt_ECHO"; then
569 if test "X${echo_test_string+set}" != Xset; then
570 # find a string as large as possible, as long as the shell can cope with it
571 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
572 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
573 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
574 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
575 then
576 break
577 fi
578 done
579 fi
580
581 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
582 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
583 test "X$echo_testing_string" = "X$echo_test_string"; then
584 :
585 else
586 # The Solaris, AIX, and Digital Unix default echo programs unquote
587 # backslashes. This makes it impossible to quote backslashes using
588 # echo "$something" | sed 's/\\/\\\\/g'
589 #
590 # So, first we look for a working echo in the user's PATH.
591
592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
593 for dir in $PATH /usr/ucb; do
594 IFS="$lt_save_ifs"
595 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
596 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
597 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
598 test "X$echo_testing_string" = "X$echo_test_string"; then
599 ECHO="$dir/echo"
600 break
601 fi
602 done
603 IFS="$lt_save_ifs"
604
605 if test "X$ECHO" = Xecho; then
606 # We didn't find a better echo, so look for alternatives.
607 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
608 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
609 test "X$echo_testing_string" = "X$echo_test_string"; then
610 # This shell has a builtin print -r that does the trick.
611 ECHO='print -r'
612 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
613 test "X$CONFIG_SHELL" != X/bin/ksh; then
614 # If we have ksh, try running configure again with it.
615 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
616 export ORIGINAL_CONFIG_SHELL
617 CONFIG_SHELL=/bin/ksh
618 export CONFIG_SHELL
619 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
620 else
621 # Try using printf.
622 ECHO='printf %s\n'
623 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
624 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
625 test "X$echo_testing_string" = "X$echo_test_string"; then
626 # Cool, printf works
627 :
628 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
629 test "X$echo_testing_string" = 'X\t' &&
630 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
631 test "X$echo_testing_string" = "X$echo_test_string"; then
632 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
633 export CONFIG_SHELL
634 SHELL="$CONFIG_SHELL"
635 export SHELL
636 ECHO="$CONFIG_SHELL $0 --fallback-echo"
637 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
638 test "X$echo_testing_string" = 'X\t' &&
639 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
640 test "X$echo_testing_string" = "X$echo_test_string"; then
641 ECHO="$CONFIG_SHELL $0 --fallback-echo"
642 else
643 # maybe with a smaller string...
644 prev=:
645
646 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
647 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
648 then
649 break
650 fi
651 prev="$cmd"
652 done
653
654 if test "$prev" != 'sed 50q "$0"'; then
655 echo_test_string=`eval $prev`
656 export echo_test_string
657 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
658 else
659 # Oops. We lost completely, so just stick with echo.
660 ECHO=echo
661 fi
662 fi
663 fi
664 fi
665 fi
666 fi
667
668 # Copy echo and quote the copy suitably for passing to libtool from
669 # the Makefile, instead of quoting the original, which is used later.
670 lt_ECHO=$ECHO
671 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
672 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
673 fi
674
675
676 545
677 546
678 test -n "$DJDIR" || exec 7<&0 </dev/null 547 test -n "$DJDIR" || exec 7<&0 </dev/null
679 exec 6>&1 548 exec 6>&1
680 549
751 OTOOL64 620 OTOOL64
752 OTOOL 621 OTOOL
753 LIPO 622 LIPO
754 NMEDIT 623 NMEDIT
755 DSYMUTIL 624 DSYMUTIL
756 lt_ECHO 625 MANIFEST_TOOL
757 RANLIB 626 RANLIB
627 ac_ct_AR
758 AR 628 AR
629 DLLTOOL
759 OBJDUMP 630 OBJDUMP
760 LN_S 631 LN_S
761 NM 632 NM
762 ac_ct_DUMPBIN 633 ac_ct_DUMPBIN
763 DUMPBIN 634 DUMPBIN
860 enable_shared 731 enable_shared
861 enable_static 732 enable_static
862 with_pic 733 with_pic
863 enable_fast_install 734 enable_fast_install
864 with_gnu_ld 735 with_gnu_ld
736 with_sysroot
865 enable_libtool_lock 737 enable_libtool_lock
866 with_libcurl 738 with_libcurl
867 ' 739 '
868 ac_precious_vars='build_alias 740 ac_precious_vars='build_alias
869 host_alias 741 host_alias
1276 *) 1148 *)
1277 # FIXME: should be removed in autoconf 3.0. 1149 # FIXME: should be removed in autoconf 3.0.
1278 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1150 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1279 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1151 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1280 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1152 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1281 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1153 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1282 ;; 1154 ;;
1283 1155
1284 esac 1156 esac
1285 done 1157 done
1286 1158
1506 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1378 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1507 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1379 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1508 --with-pic try to use only PIC/non-PIC objects [default=use 1380 --with-pic try to use only PIC/non-PIC objects [default=use
1509 both] 1381 both]
1510 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1382 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1383 --with-sysroot=DIR Search for dependent libraries within DIR
1384 (or the compiler's sysroot if not specified).
1511 --with-libcurl=DIR look for the curl library in DIR 1385 --with-libcurl=DIR look for the curl library in DIR
1512 1386
1513 Some influential environment variables: 1387 Some influential environment variables:
1514 CC C compiler command 1388 CC C compiler command
1515 CFLAGS C compiler flags 1389 CFLAGS C compiler flags
1585 1459
1586 test -n "$ac_init_help" && exit $ac_status 1460 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then 1461 if $ac_init_version; then
1588 cat <<\_ACEOF 1462 cat <<\_ACEOF
1589 urweb_feed configure 1.0 1463 urweb_feed configure 1.0
1590 generated by GNU Autoconf 2.67 1464 generated by GNU Autoconf 2.68
1591 1465
1592 Copyright (C) 2010 Free Software Foundation, Inc. 1466 Copyright (C) 2010 Free Software Foundation, Inc.
1593 This configure script is free software; the Free Software Foundation 1467 This configure script is free software; the Free Software Foundation
1594 gives unlimited permission to copy, distribute and modify it. 1468 gives unlimited permission to copy, distribute and modify it.
1595 _ACEOF 1469 _ACEOF
1631 $as_echo "$as_me: failed program was:" >&5 1505 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5 1506 sed 's/^/| /' conftest.$ac_ext >&5
1633 1507
1634 ac_retval=1 1508 ac_retval=1
1635 fi 1509 fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1510 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval 1511 as_fn_set_status $ac_retval
1638 1512
1639 } # ac_fn_c_try_compile 1513 } # ac_fn_c_try_compile
1640 1514
1641 # ac_fn_c_try_cpp LINENO 1515 # ac_fn_c_try_cpp LINENO
1668 $as_echo "$as_me: failed program was:" >&5 1542 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5 1543 sed 's/^/| /' conftest.$ac_ext >&5
1670 1544
1671 ac_retval=1 1545 ac_retval=1
1672 fi 1546 fi
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1547 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status $ac_retval 1548 as_fn_set_status $ac_retval
1675 1549
1676 } # ac_fn_c_try_cpp 1550 } # ac_fn_c_try_cpp
1677 1551
1678 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1552 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1681 # the include files in INCLUDES and setting the cache variable VAR 1555 # the include files in INCLUDES and setting the cache variable VAR
1682 # accordingly. 1556 # accordingly.
1683 ac_fn_c_check_header_mongrel () 1557 ac_fn_c_check_header_mongrel ()
1684 { 1558 {
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if eval "test \"\${$3+set}\"" = set; then : 1560 if eval \${$3+:} false; then :
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; } 1562 $as_echo_n "checking for $2... " >&6; }
1689 if eval "test \"\${$3+set}\"" = set; then : 1563 if eval \${$3+:} false; then :
1690 $as_echo_n "(cached) " >&6 1564 $as_echo_n "(cached) " >&6
1691 fi 1565 fi
1692 eval ac_res=\$$3 1566 eval ac_res=\$$3
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694 $as_echo "$ac_res" >&6; } 1568 $as_echo "$ac_res" >&6; }
1747 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1621 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1748 ;; 1622 ;;
1749 esac 1623 esac
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751 $as_echo_n "checking for $2... " >&6; } 1625 $as_echo_n "checking for $2... " >&6; }
1752 if eval "test \"\${$3+set}\"" = set; then : 1626 if eval \${$3+:} false; then :
1753 $as_echo_n "(cached) " >&6 1627 $as_echo_n "(cached) " >&6
1754 else 1628 else
1755 eval "$3=\$ac_header_compiler" 1629 eval "$3=\$ac_header_compiler"
1756 fi 1630 fi
1757 eval ac_res=\$$3 1631 eval ac_res=\$$3
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759 $as_echo "$ac_res" >&6; } 1633 $as_echo "$ac_res" >&6; }
1760 fi 1634 fi
1761 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762 1636
1763 } # ac_fn_c_check_header_mongrel 1637 } # ac_fn_c_check_header_mongrel
1764 1638
1765 # ac_fn_c_try_run LINENO 1639 # ac_fn_c_try_run LINENO
1766 # ---------------------- 1640 # ----------------------
1797 sed 's/^/| /' conftest.$ac_ext >&5 1671 sed 's/^/| /' conftest.$ac_ext >&5
1798 1672
1799 ac_retval=$ac_status 1673 ac_retval=$ac_status
1800 fi 1674 fi
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803 as_fn_set_status $ac_retval 1677 as_fn_set_status $ac_retval
1804 1678
1805 } # ac_fn_c_try_run 1679 } # ac_fn_c_try_run
1806 1680
1807 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1681 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1811 ac_fn_c_check_header_compile () 1685 ac_fn_c_check_header_compile ()
1812 { 1686 {
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815 $as_echo_n "checking for $2... " >&6; } 1689 $as_echo_n "checking for $2... " >&6; }
1816 if eval "test \"\${$3+set}\"" = set; then : 1690 if eval \${$3+:} false; then :
1817 $as_echo_n "(cached) " >&6 1691 $as_echo_n "(cached) " >&6
1818 else 1692 else
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */ 1694 /* end confdefs.h. */
1821 $4 1695 $4
1829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1830 fi 1704 fi
1831 eval ac_res=\$$3 1705 eval ac_res=\$$3
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833 $as_echo "$ac_res" >&6; } 1707 $as_echo "$ac_res" >&6; }
1834 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835 1709
1836 } # ac_fn_c_check_header_compile 1710 } # ac_fn_c_check_header_compile
1837 1711
1838 # ac_fn_c_try_link LINENO 1712 # ac_fn_c_try_link LINENO
1839 # ----------------------- 1713 # -----------------------
1874 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1748 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1875 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1749 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1876 # interfere with the next link command; also delete a directory that is 1750 # interfere with the next link command; also delete a directory that is
1877 # left behind by Apple's compiler. We do this before executing the actions. 1751 # left behind by Apple's compiler. We do this before executing the actions.
1878 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1752 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1879 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1753 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1880 as_fn_set_status $ac_retval 1754 as_fn_set_status $ac_retval
1881 1755
1882 } # ac_fn_c_try_link 1756 } # ac_fn_c_try_link
1883 1757
1884 # ac_fn_c_check_func LINENO FUNC VAR 1758 # ac_fn_c_check_func LINENO FUNC VAR
1887 ac_fn_c_check_func () 1761 ac_fn_c_check_func ()
1888 { 1762 {
1889 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1891 $as_echo_n "checking for $2... " >&6; } 1765 $as_echo_n "checking for $2... " >&6; }
1892 if eval "test \"\${$3+set}\"" = set; then : 1766 if eval \${$3+:} false; then :
1893 $as_echo_n "(cached) " >&6 1767 $as_echo_n "(cached) " >&6
1894 else 1768 else
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1896 /* end confdefs.h. */ 1770 /* end confdefs.h. */
1897 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1771 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 conftest$ac_exeext conftest.$ac_ext 1816 conftest$ac_exeext conftest.$ac_ext
1943 fi 1817 fi
1944 eval ac_res=\$$3 1818 eval ac_res=\$$3
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1946 $as_echo "$ac_res" >&6; } 1820 $as_echo "$ac_res" >&6; }
1947 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1948 1822
1949 } # ac_fn_c_check_func 1823 } # ac_fn_c_check_func
1950 cat >config.log <<_ACEOF 1824 cat >config.log <<_ACEOF
1951 This file contains any messages produced by compilers while 1825 This file contains any messages produced by compilers while
1952 running configure, to aid debugging if configure makes a mistake. 1826 running configure, to aid debugging if configure makes a mistake.
1953 1827
1954 It was created by urweb_feed $as_me 1.0, which was 1828 It was created by urweb_feed $as_me 1.0, which was
1955 generated by GNU Autoconf 2.67. Invocation command line was 1829 generated by GNU Autoconf 2.68. Invocation command line was
1956 1830
1957 $ $0 $@ 1831 $ $0 $@
1958 1832
1959 _ACEOF 1833 _ACEOF
1960 exec 5>>config.log 1834 exec 5>>config.log
2208 sed 's/^/| /' "$ac_site_file" >&5 2082 sed 's/^/| /' "$ac_site_file" >&5
2209 . "$ac_site_file" \ 2083 . "$ac_site_file" \
2210 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2084 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2212 as_fn_error $? "failed to load site script $ac_site_file 2086 as_fn_error $? "failed to load site script $ac_site_file
2213 See \`config.log' for more details" "$LINENO" 5 ; } 2087 See \`config.log' for more details" "$LINENO" 5; }
2214 fi 2088 fi
2215 done 2089 done
2216 2090
2217 if test -r "$cache_file"; then 2091 if test -r "$cache_file"; then
2218 # Some versions of bash will fail to source /dev/null (special files 2092 # Some versions of bash will fail to source /dev/null (special files
2307 if test -n "$ac_tool_prefix"; then 2181 if test -n "$ac_tool_prefix"; then
2308 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2182 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2309 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2183 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2311 $as_echo_n "checking for $ac_word... " >&6; } 2185 $as_echo_n "checking for $ac_word... " >&6; }
2312 if test "${ac_cv_prog_CC+set}" = set; then : 2186 if ${ac_cv_prog_CC+:} false; then :
2313 $as_echo_n "(cached) " >&6 2187 $as_echo_n "(cached) " >&6
2314 else 2188 else
2315 if test -n "$CC"; then 2189 if test -n "$CC"; then
2316 ac_cv_prog_CC="$CC" # Let the user override the test. 2190 ac_cv_prog_CC="$CC" # Let the user override the test.
2317 else 2191 else
2347 ac_ct_CC=$CC 2221 ac_ct_CC=$CC
2348 # Extract the first word of "gcc", so it can be a program name with args. 2222 # Extract the first word of "gcc", so it can be a program name with args.
2349 set dummy gcc; ac_word=$2 2223 set dummy gcc; ac_word=$2
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2351 $as_echo_n "checking for $ac_word... " >&6; } 2225 $as_echo_n "checking for $ac_word... " >&6; }
2352 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2226 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2353 $as_echo_n "(cached) " >&6 2227 $as_echo_n "(cached) " >&6
2354 else 2228 else
2355 if test -n "$ac_ct_CC"; then 2229 if test -n "$ac_ct_CC"; then
2356 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2230 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2357 else 2231 else
2400 if test -n "$ac_tool_prefix"; then 2274 if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2275 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy ${ac_tool_prefix}cc; ac_word=$2 2276 set dummy ${ac_tool_prefix}cc; ac_word=$2
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404 $as_echo_n "checking for $ac_word... " >&6; } 2278 $as_echo_n "checking for $ac_word... " >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then : 2279 if ${ac_cv_prog_CC+:} false; then :
2406 $as_echo_n "(cached) " >&6 2280 $as_echo_n "(cached) " >&6
2407 else 2281 else
2408 if test -n "$CC"; then 2282 if test -n "$CC"; then
2409 ac_cv_prog_CC="$CC" # Let the user override the test. 2283 ac_cv_prog_CC="$CC" # Let the user override the test.
2410 else 2284 else
2440 if test -z "$CC"; then 2314 if test -z "$CC"; then
2441 # Extract the first word of "cc", so it can be a program name with args. 2315 # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc; ac_word=$2 2316 set dummy cc; ac_word=$2
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2444 $as_echo_n "checking for $ac_word... " >&6; } 2318 $as_echo_n "checking for $ac_word... " >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then : 2319 if ${ac_cv_prog_CC+:} false; then :
2446 $as_echo_n "(cached) " >&6 2320 $as_echo_n "(cached) " >&6
2447 else 2321 else
2448 if test -n "$CC"; then 2322 if test -n "$CC"; then
2449 ac_cv_prog_CC="$CC" # Let the user override the test. 2323 ac_cv_prog_CC="$CC" # Let the user override the test.
2450 else 2324 else
2499 do 2373 do
2500 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2374 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2375 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503 $as_echo_n "checking for $ac_word... " >&6; } 2377 $as_echo_n "checking for $ac_word... " >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then : 2378 if ${ac_cv_prog_CC+:} false; then :
2505 $as_echo_n "(cached) " >&6 2379 $as_echo_n "(cached) " >&6
2506 else 2380 else
2507 if test -n "$CC"; then 2381 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test. 2382 ac_cv_prog_CC="$CC" # Let the user override the test.
2509 else 2383 else
2543 do 2417 do
2544 # Extract the first word of "$ac_prog", so it can be a program name with args. 2418 # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy $ac_prog; ac_word=$2 2419 set dummy $ac_prog; ac_word=$2
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2547 $as_echo_n "checking for $ac_word... " >&6; } 2421 $as_echo_n "checking for $ac_word... " >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2422 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2549 $as_echo_n "(cached) " >&6 2423 $as_echo_n "(cached) " >&6
2550 else 2424 else
2551 if test -n "$ac_ct_CC"; then 2425 if test -n "$ac_ct_CC"; then
2552 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2426 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2553 else 2427 else
2598 2472
2599 2473
2600 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2474 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2601 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2475 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2602 as_fn_error $? "no acceptable C compiler found in \$PATH 2476 as_fn_error $? "no acceptable C compiler found in \$PATH
2603 See \`config.log' for more details" "$LINENO" 5 ; } 2477 See \`config.log' for more details" "$LINENO" 5; }
2604 2478
2605 # Provide some information about the compiler. 2479 # Provide some information about the compiler.
2606 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2480 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2607 set X $ac_compile 2481 set X $ac_compile
2608 ac_compiler=$2 2482 ac_compiler=$2
2713 sed 's/^/| /' conftest.$ac_ext >&5 2587 sed 's/^/| /' conftest.$ac_ext >&5
2714 2588
2715 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2589 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2716 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2590 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2717 as_fn_error 77 "C compiler cannot create executables 2591 as_fn_error 77 "C compiler cannot create executables
2718 See \`config.log' for more details" "$LINENO" 5 ; } 2592 See \`config.log' for more details" "$LINENO" 5; }
2719 else 2593 else
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2721 $as_echo "yes" >&6; } 2595 $as_echo "yes" >&6; }
2722 fi 2596 fi
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2756 done 2630 done
2757 else 2631 else
2758 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2632 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2759 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2633 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2760 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2634 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2761 See \`config.log' for more details" "$LINENO" 5 ; } 2635 See \`config.log' for more details" "$LINENO" 5; }
2762 fi 2636 fi
2763 rm -f conftest conftest$ac_cv_exeext 2637 rm -f conftest conftest$ac_cv_exeext
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2765 $as_echo "$ac_cv_exeext" >&6; } 2639 $as_echo "$ac_cv_exeext" >&6; }
2766 2640
2815 else 2689 else
2816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2690 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2691 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2818 as_fn_error $? "cannot run C compiled programs. 2692 as_fn_error $? "cannot run C compiled programs.
2819 If you meant to cross compile, use \`--host'. 2693 If you meant to cross compile, use \`--host'.
2820 See \`config.log' for more details" "$LINENO" 5 ; } 2694 See \`config.log' for more details" "$LINENO" 5; }
2821 fi 2695 fi
2822 fi 2696 fi
2823 fi 2697 fi
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2825 $as_echo "$cross_compiling" >&6; } 2699 $as_echo "$cross_compiling" >&6; }
2826 2700
2827 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 2701 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2828 ac_clean_files=$ac_clean_files_save 2702 ac_clean_files=$ac_clean_files_save
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2830 $as_echo_n "checking for suffix of object files... " >&6; } 2704 $as_echo_n "checking for suffix of object files... " >&6; }
2831 if test "${ac_cv_objext+set}" = set; then : 2705 if ${ac_cv_objext+:} false; then :
2832 $as_echo_n "(cached) " >&6 2706 $as_echo_n "(cached) " >&6
2833 else 2707 else
2834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2835 /* end confdefs.h. */ 2709 /* end confdefs.h. */
2836 2710
2867 sed 's/^/| /' conftest.$ac_ext >&5 2741 sed 's/^/| /' conftest.$ac_ext >&5
2868 2742
2869 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2743 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2744 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2871 as_fn_error $? "cannot compute suffix of object files: cannot compile 2745 as_fn_error $? "cannot compute suffix of object files: cannot compile
2872 See \`config.log' for more details" "$LINENO" 5 ; } 2746 See \`config.log' for more details" "$LINENO" 5; }
2873 fi 2747 fi
2874 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2748 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 fi 2749 fi
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2877 $as_echo "$ac_cv_objext" >&6; } 2751 $as_echo "$ac_cv_objext" >&6; }
2878 OBJEXT=$ac_cv_objext 2752 OBJEXT=$ac_cv_objext
2879 ac_objext=$OBJEXT 2753 ac_objext=$OBJEXT
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2881 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2755 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2882 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 2756 if ${ac_cv_c_compiler_gnu+:} false; then :
2883 $as_echo_n "(cached) " >&6 2757 $as_echo_n "(cached) " >&6
2884 else 2758 else
2885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886 /* end confdefs.h. */ 2760 /* end confdefs.h. */
2887 2761
2914 fi 2788 fi
2915 ac_test_CFLAGS=${CFLAGS+set} 2789 ac_test_CFLAGS=${CFLAGS+set}
2916 ac_save_CFLAGS=$CFLAGS 2790 ac_save_CFLAGS=$CFLAGS
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2918 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2792 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2919 if test "${ac_cv_prog_cc_g+set}" = set; then : 2793 if ${ac_cv_prog_cc_g+:} false; then :
2920 $as_echo_n "(cached) " >&6 2794 $as_echo_n "(cached) " >&6
2921 else 2795 else
2922 ac_save_c_werror_flag=$ac_c_werror_flag 2796 ac_save_c_werror_flag=$ac_c_werror_flag
2923 ac_c_werror_flag=yes 2797 ac_c_werror_flag=yes
2924 ac_cv_prog_cc_g=no 2798 ac_cv_prog_cc_g=no
2992 CFLAGS= 2866 CFLAGS=
2993 fi 2867 fi
2994 fi 2868 fi
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2996 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2870 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2997 if test "${ac_cv_prog_cc_c89+set}" = set; then : 2871 if ${ac_cv_prog_cc_c89+:} false; then :
2998 $as_echo_n "(cached) " >&6 2872 $as_echo_n "(cached) " >&6
2999 else 2873 else
3000 ac_cv_prog_cc_c89=no 2874 ac_cv_prog_cc_c89=no
3001 ac_save_CC=$CC 2875 ac_save_CC=$CC
3002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 # On Suns, sometimes $CPP names a directory. 2974 # On Suns, sometimes $CPP names a directory.
3101 if test -n "$CPP" && test -d "$CPP"; then 2975 if test -n "$CPP" && test -d "$CPP"; then
3102 CPP= 2976 CPP=
3103 fi 2977 fi
3104 if test -z "$CPP"; then 2978 if test -z "$CPP"; then
3105 if test "${ac_cv_prog_CPP+set}" = set; then : 2979 if ${ac_cv_prog_CPP+:} false; then :
3106 $as_echo_n "(cached) " >&6 2980 $as_echo_n "(cached) " >&6
3107 else 2981 else
3108 # Double quotes because CPP needs to be expanded 2982 # Double quotes because CPP needs to be expanded
3109 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 2983 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3110 do 2984 do
3216 3090
3217 else 3091 else
3218 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3092 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3219 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3093 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3220 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3094 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3221 See \`config.log' for more details" "$LINENO" 5 ; } 3095 See \`config.log' for more details" "$LINENO" 5; }
3222 fi 3096 fi
3223 3097
3224 ac_ext=c 3098 ac_ext=c
3225 ac_cpp='$CPP $CPPFLAGS' 3099 ac_cpp='$CPP $CPPFLAGS'
3226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3102 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3229 3103
3230 3104
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3232 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3106 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3233 if test "${ac_cv_path_GREP+set}" = set; then : 3107 if ${ac_cv_path_GREP+:} false; then :
3234 $as_echo_n "(cached) " >&6 3108 $as_echo_n "(cached) " >&6
3235 else 3109 else
3236 if test -z "$GREP"; then 3110 if test -z "$GREP"; then
3237 ac_path_GREP_found=false 3111 ac_path_GREP_found=false
3238 # Loop through the user's path and test for each of PROGNAME-LIST 3112 # Loop through the user's path and test for each of PROGNAME-LIST
3291 GREP="$ac_cv_path_GREP" 3165 GREP="$ac_cv_path_GREP"
3292 3166
3293 3167
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3295 $as_echo_n "checking for egrep... " >&6; } 3169 $as_echo_n "checking for egrep... " >&6; }
3296 if test "${ac_cv_path_EGREP+set}" = set; then : 3170 if ${ac_cv_path_EGREP+:} false; then :
3297 $as_echo_n "(cached) " >&6 3171 $as_echo_n "(cached) " >&6
3298 else 3172 else
3299 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3173 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3300 then ac_cv_path_EGREP="$GREP -E" 3174 then ac_cv_path_EGREP="$GREP -E"
3301 else 3175 else
3358 EGREP="$ac_cv_path_EGREP" 3232 EGREP="$ac_cv_path_EGREP"
3359 3233
3360 3234
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3362 $as_echo_n "checking for ANSI C header files... " >&6; } 3236 $as_echo_n "checking for ANSI C header files... " >&6; }
3363 if test "${ac_cv_header_stdc+set}" = set; then : 3237 if ${ac_cv_header_stdc+:} false; then :
3364 $as_echo_n "(cached) " >&6 3238 $as_echo_n "(cached) " >&6
3365 else 3239 else
3366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3367 /* end confdefs.h. */ 3241 /* end confdefs.h. */
3368 #include <stdlib.h> 3242 #include <stdlib.h>
3487 done 3361 done
3488 3362
3489 3363
3490 3364
3491 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 3365 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3492 if test "x$ac_cv_header_minix_config_h" = x""yes; then : 3366 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3493 MINIX=yes 3367 MINIX=yes
3494 else 3368 else
3495 MINIX= 3369 MINIX=
3496 fi 3370 fi
3497 3371
3509 fi 3383 fi
3510 3384
3511 3385
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3513 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 3387 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3514 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 3388 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3515 $as_echo_n "(cached) " >&6 3389 $as_echo_n "(cached) " >&6
3516 else 3390 else
3517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3518 /* end confdefs.h. */ 3392 /* end confdefs.h. */
3519 3393
3594 # ./install, which can be erroneously created by make from ./install.sh. 3468 # ./install, which can be erroneously created by make from ./install.sh.
3595 # Reject install programs that cannot install multiple files. 3469 # Reject install programs that cannot install multiple files.
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3597 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3471 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3598 if test -z "$INSTALL"; then 3472 if test -z "$INSTALL"; then
3599 if test "${ac_cv_path_install+set}" = set; then : 3473 if ${ac_cv_path_install+:} false; then :
3600 $as_echo_n "(cached) " >&6 3474 $as_echo_n "(cached) " >&6
3601 else 3475 else
3602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3603 for as_dir in $PATH 3477 for as_dir in $PATH
3604 do 3478 do
3681 # name. Accept space and tab only in the latter. 3555 # name. Accept space and tab only in the latter.
3682 am_lf=' 3556 am_lf='
3683 ' 3557 '
3684 case `pwd` in 3558 case `pwd` in
3685 *[\\\"\#\$\&\'\`$am_lf]*) 3559 *[\\\"\#\$\&\'\`$am_lf]*)
3686 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; 3560 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3687 esac 3561 esac
3688 case $srcdir in 3562 case $srcdir in
3689 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3563 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3690 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; 3564 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3691 esac 3565 esac
3692 3566
3693 # Do `set' in a subshell so we don't clobber the current shell's 3567 # Do `set' in a subshell so we don't clobber the current shell's
3694 # arguments. Must try -L first in case configure is actually a 3568 # arguments. Must try -L first in case configure is actually a
3695 # symlink; some systems play weird games with the mod time of symlinks 3569 # symlink; some systems play weird games with the mod time of symlinks
3771 if test -n "$ac_tool_prefix"; then 3645 if test -n "$ac_tool_prefix"; then
3772 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 3646 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3773 set dummy ${ac_tool_prefix}strip; ac_word=$2 3647 set dummy ${ac_tool_prefix}strip; ac_word=$2
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3775 $as_echo_n "checking for $ac_word... " >&6; } 3649 $as_echo_n "checking for $ac_word... " >&6; }
3776 if test "${ac_cv_prog_STRIP+set}" = set; then : 3650 if ${ac_cv_prog_STRIP+:} false; then :
3777 $as_echo_n "(cached) " >&6 3651 $as_echo_n "(cached) " >&6
3778 else 3652 else
3779 if test -n "$STRIP"; then 3653 if test -n "$STRIP"; then
3780 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3654 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3781 else 3655 else
3811 ac_ct_STRIP=$STRIP 3685 ac_ct_STRIP=$STRIP
3812 # Extract the first word of "strip", so it can be a program name with args. 3686 # Extract the first word of "strip", so it can be a program name with args.
3813 set dummy strip; ac_word=$2 3687 set dummy strip; ac_word=$2
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3815 $as_echo_n "checking for $ac_word... " >&6; } 3689 $as_echo_n "checking for $ac_word... " >&6; }
3816 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3690 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3817 $as_echo_n "(cached) " >&6 3691 $as_echo_n "(cached) " >&6
3818 else 3692 else
3819 if test -n "$ac_ct_STRIP"; then 3693 if test -n "$ac_ct_STRIP"; then
3820 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 3694 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3821 else 3695 else
3864 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3738 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3865 3739
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3867 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3741 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3868 if test -z "$MKDIR_P"; then 3742 if test -z "$MKDIR_P"; then
3869 if test "${ac_cv_path_mkdir+set}" = set; then : 3743 if ${ac_cv_path_mkdir+:} false; then :
3870 $as_echo_n "(cached) " >&6 3744 $as_echo_n "(cached) " >&6
3871 else 3745 else
3872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3873 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3747 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3874 do 3748 do
3915 do 3789 do
3916 # Extract the first word of "$ac_prog", so it can be a program name with args. 3790 # Extract the first word of "$ac_prog", so it can be a program name with args.
3917 set dummy $ac_prog; ac_word=$2 3791 set dummy $ac_prog; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; } 3793 $as_echo_n "checking for $ac_word... " >&6; }
3920 if test "${ac_cv_prog_AWK+set}" = set; then : 3794 if ${ac_cv_prog_AWK+:} false; then :
3921 $as_echo_n "(cached) " >&6 3795 $as_echo_n "(cached) " >&6
3922 else 3796 else
3923 if test -n "$AWK"; then 3797 if test -n "$AWK"; then
3924 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3798 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3925 else 3799 else
3955 3829
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3957 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3831 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3958 set x ${MAKE-make} 3832 set x ${MAKE-make}
3959 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3833 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3960 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 3834 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3961 $as_echo_n "(cached) " >&6 3835 $as_echo_n "(cached) " >&6
3962 else 3836 else
3963 cat >conftest.make <<\_ACEOF 3837 cat >conftest.make <<\_ACEOF
3964 SHELL = /bin/sh 3838 SHELL = /bin/sh
3965 all: 3839 all:
4109 3983
4110 depcc="$CC" am_compiler_list= 3984 depcc="$CC" am_compiler_list=
4111 3985
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4113 $as_echo_n "checking dependency style of $depcc... " >&6; } 3987 $as_echo_n "checking dependency style of $depcc... " >&6; }
4114 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 3988 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4115 $as_echo_n "(cached) " >&6 3989 $as_echo_n "(cached) " >&6
4116 else 3990 else
4117 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3991 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4118 # We make a subdir and do the tests there. Otherwise we can end up 3992 # We make a subdir and do the tests there. Otherwise we can end up
4119 # making bogus files that we don't know about and never remove. For 3993 # making bogus files that we don't know about and never remove. For
4243 if test -n "$ac_tool_prefix"; then 4117 if test -n "$ac_tool_prefix"; then
4244 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4118 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4245 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4119 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4247 $as_echo_n "checking for $ac_word... " >&6; } 4121 $as_echo_n "checking for $ac_word... " >&6; }
4248 if test "${ac_cv_prog_CC+set}" = set; then : 4122 if ${ac_cv_prog_CC+:} false; then :
4249 $as_echo_n "(cached) " >&6 4123 $as_echo_n "(cached) " >&6
4250 else 4124 else
4251 if test -n "$CC"; then 4125 if test -n "$CC"; then
4252 ac_cv_prog_CC="$CC" # Let the user override the test. 4126 ac_cv_prog_CC="$CC" # Let the user override the test.
4253 else 4127 else
4283 ac_ct_CC=$CC 4157 ac_ct_CC=$CC
4284 # Extract the first word of "gcc", so it can be a program name with args. 4158 # Extract the first word of "gcc", so it can be a program name with args.
4285 set dummy gcc; ac_word=$2 4159 set dummy gcc; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; } 4161 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4162 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4289 $as_echo_n "(cached) " >&6 4163 $as_echo_n "(cached) " >&6
4290 else 4164 else
4291 if test -n "$ac_ct_CC"; then 4165 if test -n "$ac_ct_CC"; then
4292 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4166 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4293 else 4167 else
4336 if test -n "$ac_tool_prefix"; then 4210 if test -n "$ac_tool_prefix"; then
4337 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 4211 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4338 set dummy ${ac_tool_prefix}cc; ac_word=$2 4212 set dummy ${ac_tool_prefix}cc; ac_word=$2
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4340 $as_echo_n "checking for $ac_word... " >&6; } 4214 $as_echo_n "checking for $ac_word... " >&6; }
4341 if test "${ac_cv_prog_CC+set}" = set; then : 4215 if ${ac_cv_prog_CC+:} false; then :
4342 $as_echo_n "(cached) " >&6 4216 $as_echo_n "(cached) " >&6
4343 else 4217 else
4344 if test -n "$CC"; then 4218 if test -n "$CC"; then
4345 ac_cv_prog_CC="$CC" # Let the user override the test. 4219 ac_cv_prog_CC="$CC" # Let the user override the test.
4346 else 4220 else
4376 if test -z "$CC"; then 4250 if test -z "$CC"; then
4377 # Extract the first word of "cc", so it can be a program name with args. 4251 # Extract the first word of "cc", so it can be a program name with args.
4378 set dummy cc; ac_word=$2 4252 set dummy cc; ac_word=$2
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4380 $as_echo_n "checking for $ac_word... " >&6; } 4254 $as_echo_n "checking for $ac_word... " >&6; }
4381 if test "${ac_cv_prog_CC+set}" = set; then : 4255 if ${ac_cv_prog_CC+:} false; then :
4382 $as_echo_n "(cached) " >&6 4256 $as_echo_n "(cached) " >&6
4383 else 4257 else
4384 if test -n "$CC"; then 4258 if test -n "$CC"; then
4385 ac_cv_prog_CC="$CC" # Let the user override the test. 4259 ac_cv_prog_CC="$CC" # Let the user override the test.
4386 else 4260 else
4435 do 4309 do
4436 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4310 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4437 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4311 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4439 $as_echo_n "checking for $ac_word... " >&6; } 4313 $as_echo_n "checking for $ac_word... " >&6; }
4440 if test "${ac_cv_prog_CC+set}" = set; then : 4314 if ${ac_cv_prog_CC+:} false; then :
4441 $as_echo_n "(cached) " >&6 4315 $as_echo_n "(cached) " >&6
4442 else 4316 else
4443 if test -n "$CC"; then 4317 if test -n "$CC"; then
4444 ac_cv_prog_CC="$CC" # Let the user override the test. 4318 ac_cv_prog_CC="$CC" # Let the user override the test.
4445 else 4319 else
4479 do 4353 do
4480 # Extract the first word of "$ac_prog", so it can be a program name with args. 4354 # Extract the first word of "$ac_prog", so it can be a program name with args.
4481 set dummy $ac_prog; ac_word=$2 4355 set dummy $ac_prog; ac_word=$2
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4483 $as_echo_n "checking for $ac_word... " >&6; } 4357 $as_echo_n "checking for $ac_word... " >&6; }
4484 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4358 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4485 $as_echo_n "(cached) " >&6 4359 $as_echo_n "(cached) " >&6
4486 else 4360 else
4487 if test -n "$ac_ct_CC"; then 4361 if test -n "$ac_ct_CC"; then
4488 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4362 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4489 else 4363 else
4534 4408
4535 4409
4536 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4410 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4537 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4538 as_fn_error $? "no acceptable C compiler found in \$PATH 4412 as_fn_error $? "no acceptable C compiler found in \$PATH
4539 See \`config.log' for more details" "$LINENO" 5 ; } 4413 See \`config.log' for more details" "$LINENO" 5; }
4540 4414
4541 # Provide some information about the compiler. 4415 # Provide some information about the compiler.
4542 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4416 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4543 set X $ac_compile 4417 set X $ac_compile
4544 ac_compiler=$2 4418 ac_compiler=$2
4563 test $ac_status = 0; } 4437 test $ac_status = 0; }
4564 done 4438 done
4565 4439
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4567 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4441 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4568 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4442 if ${ac_cv_c_compiler_gnu+:} false; then :
4569 $as_echo_n "(cached) " >&6 4443 $as_echo_n "(cached) " >&6
4570 else 4444 else
4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4572 /* end confdefs.h. */ 4446 /* end confdefs.h. */
4573 4447
4600 fi 4474 fi
4601 ac_test_CFLAGS=${CFLAGS+set} 4475 ac_test_CFLAGS=${CFLAGS+set}
4602 ac_save_CFLAGS=$CFLAGS 4476 ac_save_CFLAGS=$CFLAGS
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4604 $as_echo_n "checking whether $CC accepts -g... " >&6; } 4478 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4605 if test "${ac_cv_prog_cc_g+set}" = set; then : 4479 if ${ac_cv_prog_cc_g+:} false; then :
4606 $as_echo_n "(cached) " >&6 4480 $as_echo_n "(cached) " >&6
4607 else 4481 else
4608 ac_save_c_werror_flag=$ac_c_werror_flag 4482 ac_save_c_werror_flag=$ac_c_werror_flag
4609 ac_c_werror_flag=yes 4483 ac_c_werror_flag=yes
4610 ac_cv_prog_cc_g=no 4484 ac_cv_prog_cc_g=no
4678 CFLAGS= 4552 CFLAGS=
4679 fi 4553 fi
4680 fi 4554 fi
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4682 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4556 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4683 if test "${ac_cv_prog_cc_c89+set}" = set; then : 4557 if ${ac_cv_prog_cc_c89+:} false; then :
4684 $as_echo_n "(cached) " >&6 4558 $as_echo_n "(cached) " >&6
4685 else 4559 else
4686 ac_cv_prog_cc_c89=no 4560 ac_cv_prog_cc_c89=no
4687 ac_save_CC=$CC 4561 ac_save_CC=$CC
4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4781 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; 4655 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4782 esac 4656 esac
4783 4657
4784 4658
4785 4659
4786 macro_version='2.2.6b' 4660 macro_version='2.4'
4787 macro_revision='1.3017' 4661 macro_revision='1.3293'
4788 4662
4789 4663
4790 4664
4791 4665
4792 4666
4804 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4678 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4805 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4679 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4806 4680
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4808 $as_echo_n "checking build system type... " >&6; } 4682 $as_echo_n "checking build system type... " >&6; }
4809 if test "${ac_cv_build+set}" = set; then : 4683 if ${ac_cv_build+:} false; then :
4810 $as_echo_n "(cached) " >&6 4684 $as_echo_n "(cached) " >&6
4811 else 4685 else
4812 ac_build_alias=$build_alias 4686 ac_build_alias=$build_alias
4813 test "x$ac_build_alias" = x && 4687 test "x$ac_build_alias" = x &&
4814 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4688 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4820 fi 4694 fi
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4822 $as_echo "$ac_cv_build" >&6; } 4696 $as_echo "$ac_cv_build" >&6; }
4823 case $ac_cv_build in 4697 case $ac_cv_build in
4824 *-*-*) ;; 4698 *-*-*) ;;
4825 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 4699 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4826 esac 4700 esac
4827 build=$ac_cv_build 4701 build=$ac_cv_build
4828 ac_save_IFS=$IFS; IFS='-' 4702 ac_save_IFS=$IFS; IFS='-'
4829 set x $ac_cv_build 4703 set x $ac_cv_build
4830 shift 4704 shift
4838 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 4712 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4839 4713
4840 4714
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4842 $as_echo_n "checking host system type... " >&6; } 4716 $as_echo_n "checking host system type... " >&6; }
4843 if test "${ac_cv_host+set}" = set; then : 4717 if ${ac_cv_host+:} false; then :
4844 $as_echo_n "(cached) " >&6 4718 $as_echo_n "(cached) " >&6
4845 else 4719 else
4846 if test "x$host_alias" = x; then 4720 if test "x$host_alias" = x; then
4847 ac_cv_host=$ac_cv_build 4721 ac_cv_host=$ac_cv_build
4848 else 4722 else
4853 fi 4727 fi
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4855 $as_echo "$ac_cv_host" >&6; } 4729 $as_echo "$ac_cv_host" >&6; }
4856 case $ac_cv_host in 4730 case $ac_cv_host in
4857 *-*-*) ;; 4731 *-*-*) ;;
4858 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 4732 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4859 esac 4733 esac
4860 host=$ac_cv_host 4734 host=$ac_cv_host
4861 ac_save_IFS=$IFS; IFS='-' 4735 ac_save_IFS=$IFS; IFS='-'
4862 set x $ac_cv_host 4736 set x $ac_cv_host
4863 shift 4737 shift
4869 host_os=$* 4743 host_os=$*
4870 IFS=$ac_save_IFS 4744 IFS=$ac_save_IFS
4871 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 4745 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4872 4746
4873 4747
4748 # Backslashify metacharacters that are still active within
4749 # double-quoted strings.
4750 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4751
4752 # Same as above, but do not quote variable references.
4753 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4754
4755 # Sed substitution to delay expansion of an escaped shell variable in a
4756 # double_quote_subst'ed string.
4757 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4758
4759 # Sed substitution to delay expansion of an escaped single quote.
4760 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4761
4762 # Sed substitution to avoid accidental globbing in evaled expressions
4763 no_glob_subst='s/\*/\\\*/g'
4764
4765 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4766 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4767 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4768
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4770 $as_echo_n "checking how to print strings... " >&6; }
4771 # Test print first, because it will be a builtin if present.
4772 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4773 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4774 ECHO='print -r --'
4775 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4776 ECHO='printf %s\n'
4777 else
4778 # Use this function as a fallback that always works.
4779 func_fallback_echo ()
4780 {
4781 eval 'cat <<_LTECHO_EOF
4782 $1
4783 _LTECHO_EOF'
4784 }
4785 ECHO='func_fallback_echo'
4786 fi
4787
4788 # func_echo_all arg...
4789 # Invoke $ECHO with all args, space-separated.
4790 func_echo_all ()
4791 {
4792 $ECHO ""
4793 }
4794
4795 case "$ECHO" in
4796 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4797 $as_echo "printf" >&6; } ;;
4798 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4799 $as_echo "print -r" >&6; } ;;
4800 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4801 $as_echo "cat" >&6; } ;;
4802 esac
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4875 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4818 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4876 if test "${ac_cv_path_SED+set}" = set; then : 4819 if ${ac_cv_path_SED+:} false; then :
4877 $as_echo_n "(cached) " >&6 4820 $as_echo_n "(cached) " >&6
4878 else 4821 else
4879 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 4822 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4880 for ac_i in 1 2 3 4 5 6 7; do 4823 for ac_i in 1 2 3 4 5 6 7; do
4881 ac_script="$ac_script$as_nl$ac_script" 4824 ac_script="$ac_script$as_nl$ac_script"
4953 4896
4954 4897
4955 4898
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4957 $as_echo_n "checking for fgrep... " >&6; } 4900 $as_echo_n "checking for fgrep... " >&6; }
4958 if test "${ac_cv_path_FGREP+set}" = set; then : 4901 if ${ac_cv_path_FGREP+:} false; then :
4959 $as_echo_n "(cached) " >&6 4902 $as_echo_n "(cached) " >&6
4960 else 4903 else
4961 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 4904 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4962 then ac_cv_path_FGREP="$GREP -F" 4905 then ac_cv_path_FGREP="$GREP -F"
4963 else 4906 else
5084 $as_echo_n "checking for GNU ld... " >&6; } 5027 $as_echo_n "checking for GNU ld... " >&6; }
5085 else 5028 else
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5087 $as_echo_n "checking for non-GNU ld... " >&6; } 5030 $as_echo_n "checking for non-GNU ld... " >&6; }
5088 fi 5031 fi
5089 if test "${lt_cv_path_LD+set}" = set; then : 5032 if ${lt_cv_path_LD+:} false; then :
5090 $as_echo_n "(cached) " >&6 5033 $as_echo_n "(cached) " >&6
5091 else 5034 else
5092 if test -z "$LD"; then 5035 if test -z "$LD"; then
5093 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 5036 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5094 for ac_dir in $PATH; do 5037 for ac_dir in $PATH; do
5124 $as_echo "no" >&6; } 5067 $as_echo "no" >&6; }
5125 fi 5068 fi
5126 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 5069 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5128 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5071 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5129 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 5072 if ${lt_cv_prog_gnu_ld+:} false; then :
5130 $as_echo_n "(cached) " >&6 5073 $as_echo_n "(cached) " >&6
5131 else 5074 else
5132 # I'd rather use --version here, but apparently some GNU lds only accept -v. 5075 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5133 case `$LD -v 2>&1 </dev/null` in 5076 case `$LD -v 2>&1 </dev/null` in
5134 *GNU* | *'with BFD'*) 5077 *GNU* | *'with BFD'*)
5151 5094
5152 5095
5153 5096
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5155 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5098 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5156 if test "${lt_cv_path_NM+set}" = set; then : 5099 if ${lt_cv_path_NM+:} false; then :
5157 $as_echo_n "(cached) " >&6 5100 $as_echo_n "(cached) " >&6
5158 else 5101 else
5159 if test -n "$NM"; then 5102 if test -n "$NM"; then
5160 # Let the user override the test. 5103 # Let the user override the test.
5161 lt_cv_path_NM="$NM" 5104 lt_cv_path_NM="$NM"
5204 $as_echo "$lt_cv_path_NM" >&6; } 5147 $as_echo "$lt_cv_path_NM" >&6; }
5205 if test "$lt_cv_path_NM" != "no"; then 5148 if test "$lt_cv_path_NM" != "no"; then
5206 NM="$lt_cv_path_NM" 5149 NM="$lt_cv_path_NM"
5207 else 5150 else
5208 # Didn't find any BSD compatible name lister, look for dumpbin. 5151 # Didn't find any BSD compatible name lister, look for dumpbin.
5209 if test -n "$ac_tool_prefix"; then 5152 if test -n "$DUMPBIN"; then :
5210 for ac_prog in "dumpbin -symbols" "link -dump -symbols" 5153 # Let the user override the test.
5154 else
5155 if test -n "$ac_tool_prefix"; then
5156 for ac_prog in dumpbin "link -dump"
5211 do 5157 do
5212 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5158 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5213 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5159 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5215 $as_echo_n "checking for $ac_word... " >&6; } 5161 $as_echo_n "checking for $ac_word... " >&6; }
5216 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 5162 if ${ac_cv_prog_DUMPBIN+:} false; then :
5217 $as_echo_n "(cached) " >&6 5163 $as_echo_n "(cached) " >&6
5218 else 5164 else
5219 if test -n "$DUMPBIN"; then 5165 if test -n "$DUMPBIN"; then
5220 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 5166 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5221 else 5167 else
5249 test -n "$DUMPBIN" && break 5195 test -n "$DUMPBIN" && break
5250 done 5196 done
5251 fi 5197 fi
5252 if test -z "$DUMPBIN"; then 5198 if test -z "$DUMPBIN"; then
5253 ac_ct_DUMPBIN=$DUMPBIN 5199 ac_ct_DUMPBIN=$DUMPBIN
5254 for ac_prog in "dumpbin -symbols" "link -dump -symbols" 5200 for ac_prog in dumpbin "link -dump"
5255 do 5201 do
5256 # Extract the first word of "$ac_prog", so it can be a program name with args. 5202 # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy $ac_prog; ac_word=$2 5203 set dummy $ac_prog; ac_word=$2
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5259 $as_echo_n "checking for $ac_word... " >&6; } 5205 $as_echo_n "checking for $ac_word... " >&6; }
5260 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 5206 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5261 $as_echo_n "(cached) " >&6 5207 $as_echo_n "(cached) " >&6
5262 else 5208 else
5263 if test -n "$ac_ct_DUMPBIN"; then 5209 if test -n "$ac_ct_DUMPBIN"; then
5264 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 5210 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5265 else 5211 else
5304 esac 5250 esac
5305 DUMPBIN=$ac_ct_DUMPBIN 5251 DUMPBIN=$ac_ct_DUMPBIN
5306 fi 5252 fi
5307 fi 5253 fi
5308 5254
5255 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5256 *COFF*)
5257 DUMPBIN="$DUMPBIN -symbols"
5258 ;;
5259 *)
5260 DUMPBIN=:
5261 ;;
5262 esac
5263 fi
5309 5264
5310 if test "$DUMPBIN" != ":"; then 5265 if test "$DUMPBIN" != ":"; then
5311 NM="$DUMPBIN" 5266 NM="$DUMPBIN"
5312 fi 5267 fi
5313 fi 5268 fi
5318 5273
5319 5274
5320 5275
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5322 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5277 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5323 if test "${lt_cv_nm_interface+set}" = set; then : 5278 if ${lt_cv_nm_interface+:} false; then :
5324 $as_echo_n "(cached) " >&6 5279 $as_echo_n "(cached) " >&6
5325 else 5280 else
5326 lt_cv_nm_interface="BSD nm" 5281 lt_cv_nm_interface="BSD nm"
5327 echo "int some_variable = 0;" > conftest.$ac_ext 5282 echo "int some_variable = 0;" > conftest.$ac_ext
5328 (eval echo "\"\$as_me:5328: $ac_compile\"" >&5) 5283 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5329 (eval "$ac_compile" 2>conftest.err) 5284 (eval "$ac_compile" 2>conftest.err)
5330 cat conftest.err >&5 5285 cat conftest.err >&5
5331 (eval echo "\"\$as_me:5331: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 5286 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5332 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 5287 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5333 cat conftest.err >&5 5288 cat conftest.err >&5
5334 (eval echo "\"\$as_me:5334: output\"" >&5) 5289 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5335 cat conftest.out >&5 5290 cat conftest.out >&5
5336 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 5291 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5337 lt_cv_nm_interface="MS dumpbin" 5292 lt_cv_nm_interface="MS dumpbin"
5338 fi 5293 fi
5339 rm -f conftest* 5294 rm -f conftest*
5353 fi 5308 fi
5354 5309
5355 # find the maximum length of command line arguments 5310 # find the maximum length of command line arguments
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5357 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 5312 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5358 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 5313 if ${lt_cv_sys_max_cmd_len+:} false; then :
5359 $as_echo_n "(cached) " >&6 5314 $as_echo_n "(cached) " >&6
5360 else 5315 else
5361 i=0 5316 i=0
5362 teststring="ABCD" 5317 teststring="ABCD"
5363 5318
5383 # Worse, since 9x/ME are not pre-emptively multitasking, 5338 # Worse, since 9x/ME are not pre-emptively multitasking,
5384 # you end up with a "frozen" computer, even though with patience 5339 # you end up with a "frozen" computer, even though with patience
5385 # the test eventually succeeds (with a max line length of 256k). 5340 # the test eventually succeeds (with a max line length of 256k).
5386 # Instead, let's just punt: use the minimum linelength reported by 5341 # Instead, let's just punt: use the minimum linelength reported by
5387 # all of the supported platforms: 8192 (on NT/2K/XP). 5342 # all of the supported platforms: 8192 (on NT/2K/XP).
5343 lt_cv_sys_max_cmd_len=8192;
5344 ;;
5345
5346 mint*)
5347 # On MiNT this can take a long time and run out of memory.
5388 lt_cv_sys_max_cmd_len=8192; 5348 lt_cv_sys_max_cmd_len=8192;
5389 ;; 5349 ;;
5390 5350
5391 amigaos*) 5351 amigaos*)
5392 # On AmigaOS with pdksh, this test takes hours, literally. 5352 # On AmigaOS with pdksh, this test takes hours, literally.
5450 done 5410 done
5451 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 5411 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5452 # If test is not a shell built-in, we'll probably end up computing a 5412 # If test is not a shell built-in, we'll probably end up computing a
5453 # maximum length that is only half of the actual maximum length, but 5413 # maximum length that is only half of the actual maximum length, but
5454 # we can't tell. 5414 # we can't tell.
5455 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 5415 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5456 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 5416 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5457 test $i != 17 # 1/2 MB should be enough 5417 test $i != 17 # 1/2 MB should be enough
5458 do 5418 do
5459 i=`expr $i + 1` 5419 i=`expr $i + 1`
5460 teststring=$teststring$teststring 5420 teststring=$teststring$teststring
5461 done 5421 done
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5494 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } 5454 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5495 # Try some XSI features 5455 # Try some XSI features
5496 xsi_shell=no 5456 xsi_shell=no
5497 ( _lt_dummy="a/b/c" 5457 ( _lt_dummy="a/b/c"
5498 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ 5458 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5499 = c,a/b,, \ 5459 = c,a/b,b/c, \
5500 && eval 'test $(( 1 + 1 )) -eq 2 \ 5460 && eval 'test $(( 1 + 1 )) -eq 2 \
5501 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ 5461 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5502 && xsi_shell=yes 5462 && xsi_shell=yes
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5504 $as_echo "$xsi_shell" >&6; } 5464 $as_echo "$xsi_shell" >&6; }
5543 5503
5544 5504
5545 5505
5546 5506
5547 5507
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5509 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5510 if ${lt_cv_to_host_file_cmd+:} false; then :
5511 $as_echo_n "(cached) " >&6
5512 else
5513 case $host in
5514 *-*-mingw* )
5515 case $build in
5516 *-*-mingw* ) # actually msys
5517 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5518 ;;
5519 *-*-cygwin* )
5520 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5521 ;;
5522 * ) # otherwise, assume *nix
5523 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5524 ;;
5525 esac
5526 ;;
5527 *-*-cygwin* )
5528 case $build in
5529 *-*-mingw* ) # actually msys
5530 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5531 ;;
5532 *-*-cygwin* )
5533 lt_cv_to_host_file_cmd=func_convert_file_noop
5534 ;;
5535 * ) # otherwise, assume *nix
5536 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5537 ;;
5538 esac
5539 ;;
5540 * ) # unhandled hosts (and "normal" native builds)
5541 lt_cv_to_host_file_cmd=func_convert_file_noop
5542 ;;
5543 esac
5544
5545 fi
5546
5547 to_host_file_cmd=$lt_cv_to_host_file_cmd
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5549 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5550
5551
5552
5553
5554
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5556 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5557 if ${lt_cv_to_tool_file_cmd+:} false; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 #assume ordinary cross tools, or native build.
5561 lt_cv_to_tool_file_cmd=func_convert_file_noop
5562 case $host in
5563 *-*-mingw* )
5564 case $build in
5565 *-*-mingw* ) # actually msys
5566 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5567 ;;
5568 esac
5569 ;;
5570 esac
5571
5572 fi
5573
5574 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5576 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5577
5578
5579
5580
5581
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 5582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5549 $as_echo_n "checking for $LD option to reload object files... " >&6; } 5583 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5550 if test "${lt_cv_ld_reload_flag+set}" = set; then : 5584 if ${lt_cv_ld_reload_flag+:} false; then :
5551 $as_echo_n "(cached) " >&6 5585 $as_echo_n "(cached) " >&6
5552 else 5586 else
5553 lt_cv_ld_reload_flag='-r' 5587 lt_cv_ld_reload_flag='-r'
5554 fi 5588 fi
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 5589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5559 "" | " "*) ;; 5593 "" | " "*) ;;
5560 *) reload_flag=" $reload_flag" ;; 5594 *) reload_flag=" $reload_flag" ;;
5561 esac 5595 esac
5562 reload_cmds='$LD$reload_flag -o $output$reload_objs' 5596 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5563 case $host_os in 5597 case $host_os in
5598 cygwin* | mingw* | pw32* | cegcc*)
5599 if test "$GCC" != yes; then
5600 reload_cmds=false
5601 fi
5602 ;;
5564 darwin*) 5603 darwin*)
5565 if test "$GCC" = yes; then 5604 if test "$GCC" = yes; then
5566 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 5605 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5567 else 5606 else
5568 reload_cmds='$LD$reload_flag -o $output$reload_objs' 5607 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5581 if test -n "$ac_tool_prefix"; then 5620 if test -n "$ac_tool_prefix"; then
5582 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 5621 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5583 set dummy ${ac_tool_prefix}objdump; ac_word=$2 5622 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5585 $as_echo_n "checking for $ac_word... " >&6; } 5624 $as_echo_n "checking for $ac_word... " >&6; }
5586 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 5625 if ${ac_cv_prog_OBJDUMP+:} false; then :
5587 $as_echo_n "(cached) " >&6 5626 $as_echo_n "(cached) " >&6
5588 else 5627 else
5589 if test -n "$OBJDUMP"; then 5628 if test -n "$OBJDUMP"; then
5590 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 5629 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5591 else 5630 else
5621 ac_ct_OBJDUMP=$OBJDUMP 5660 ac_ct_OBJDUMP=$OBJDUMP
5622 # Extract the first word of "objdump", so it can be a program name with args. 5661 # Extract the first word of "objdump", so it can be a program name with args.
5623 set dummy objdump; ac_word=$2 5662 set dummy objdump; ac_word=$2
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5625 $as_echo_n "checking for $ac_word... " >&6; } 5664 $as_echo_n "checking for $ac_word... " >&6; }
5626 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 5665 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5627 $as_echo_n "(cached) " >&6 5666 $as_echo_n "(cached) " >&6
5628 else 5667 else
5629 if test -n "$ac_ct_OBJDUMP"; then 5668 if test -n "$ac_ct_OBJDUMP"; then
5630 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 5669 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5631 else 5670 else
5680 5719
5681 5720
5682 5721
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 5722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5684 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 5723 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5685 if test "${lt_cv_deplibs_check_method+set}" = set; then : 5724 if ${lt_cv_deplibs_check_method+:} false; then :
5686 $as_echo_n "(cached) " >&6 5725 $as_echo_n "(cached) " >&6
5687 else 5726 else
5688 lt_cv_file_magic_cmd='$MAGIC_CMD' 5727 lt_cv_file_magic_cmd='$MAGIC_CMD'
5689 lt_cv_file_magic_test_file= 5728 lt_cv_file_magic_test_file=
5690 lt_cv_deplibs_check_method='unknown' 5729 lt_cv_deplibs_check_method='unknown'
5722 5761
5723 mingw* | pw32*) 5762 mingw* | pw32*)
5724 # Base MSYS/MinGW do not provide the 'file' command needed by 5763 # Base MSYS/MinGW do not provide the 'file' command needed by
5725 # func_win32_libid shell function, so use a weaker test based on 'objdump', 5764 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5726 # unless we find 'file', for example because we are cross-compiling. 5765 # unless we find 'file', for example because we are cross-compiling.
5727 if ( file / ) >/dev/null 2>&1; then 5766 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5767 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5728 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 5768 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5729 lt_cv_file_magic_cmd='func_win32_libid' 5769 lt_cv_file_magic_cmd='func_win32_libid'
5730 else 5770 else
5731 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 5771 # Keep this pattern in sync with the one in func_win32_libid.
5772 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5732 lt_cv_file_magic_cmd='$OBJDUMP -f' 5773 lt_cv_file_magic_cmd='$OBJDUMP -f'
5733 fi 5774 fi
5734 ;; 5775 ;;
5735 5776
5736 cegcc) 5777 cegcc*)
5737 # use the weaker test based on 'objdump'. See mingw*. 5778 # use the weaker test based on 'objdump'. See mingw*.
5738 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' 5779 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5739 lt_cv_file_magic_cmd='$OBJDUMP -f' 5780 lt_cv_file_magic_cmd='$OBJDUMP -f'
5740 ;; 5781 ;;
5741 5782
5761 5802
5762 gnu*) 5803 gnu*)
5763 lt_cv_deplibs_check_method=pass_all 5804 lt_cv_deplibs_check_method=pass_all
5764 ;; 5805 ;;
5765 5806
5807 haiku*)
5808 lt_cv_deplibs_check_method=pass_all
5809 ;;
5810
5766 hpux10.20* | hpux11*) 5811 hpux10.20* | hpux11*)
5767 lt_cv_file_magic_cmd=/usr/bin/file 5812 lt_cv_file_magic_cmd=/usr/bin/file
5768 case $host_cpu in 5813 case $host_cpu in
5769 ia64*) 5814 ia64*)
5770 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 5815 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5771 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 5816 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5772 ;; 5817 ;;
5773 hppa*64*) 5818 hppa*64*)
5774 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' 5819 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5775 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 5820 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5776 ;; 5821 ;;
5777 *) 5822 *)
5778 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 5823 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5779 lt_cv_file_magic_test_file=/usr/lib/libc.sl 5824 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5780 ;; 5825 ;;
5781 esac 5826 esac
5782 ;; 5827 ;;
5783 5828
5876 esac 5921 esac
5877 5922
5878 fi 5923 fi
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5880 $as_echo "$lt_cv_deplibs_check_method" >&6; } 5925 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5926
5927 file_magic_glob=
5928 want_nocaseglob=no
5929 if test "$build" = "$host"; then
5930 case $host_os in
5931 mingw* | pw32*)
5932 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5933 want_nocaseglob=yes
5934 else
5935 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5936 fi
5937 ;;
5938 esac
5939 fi
5940
5881 file_magic_cmd=$lt_cv_file_magic_cmd 5941 file_magic_cmd=$lt_cv_file_magic_cmd
5882 deplibs_check_method=$lt_cv_deplibs_check_method 5942 deplibs_check_method=$lt_cv_deplibs_check_method
5883 test -z "$deplibs_check_method" && deplibs_check_method=unknown 5943 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5884 5944
5885 5945
5891 5951
5892 5952
5893 5953
5894 5954
5895 5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5896 if test -n "$ac_tool_prefix"; then 5966 if test -n "$ac_tool_prefix"; then
5897 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 5967 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5898 set dummy ${ac_tool_prefix}ar; ac_word=$2 5968 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; } 5970 $as_echo_n "checking for $ac_word... " >&6; }
5901 if test "${ac_cv_prog_AR+set}" = set; then : 5971 if ${ac_cv_prog_DLLTOOL+:} false; then :
5902 $as_echo_n "(cached) " >&6 5972 $as_echo_n "(cached) " >&6
5903 else 5973 else
5904 if test -n "$AR"; then 5974 if test -n "$DLLTOOL"; then
5905 ac_cv_prog_AR="$AR" # Let the user override the test. 5975 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5906 else 5976 else
5907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5908 for as_dir in $PATH 5978 for as_dir in $PATH
5909 do 5979 do
5910 IFS=$as_save_IFS 5980 IFS=$as_save_IFS
5911 test -z "$as_dir" && as_dir=. 5981 test -z "$as_dir" && as_dir=.
5912 for ac_exec_ext in '' $ac_executable_extensions; do 5982 for ac_exec_ext in '' $ac_executable_extensions; do
5913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5914 ac_cv_prog_AR="${ac_tool_prefix}ar" 5984 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5916 break 2 5986 break 2
5917 fi 5987 fi
5918 done 5988 done
5919 done 5989 done
5920 IFS=$as_save_IFS 5990 IFS=$as_save_IFS
5921 5991
5922 fi 5992 fi
5923 fi 5993 fi
5924 AR=$ac_cv_prog_AR 5994 DLLTOOL=$ac_cv_prog_DLLTOOL
5925 if test -n "$AR"; then 5995 if test -n "$DLLTOOL"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5927 $as_echo "$AR" >&6; } 5997 $as_echo "$DLLTOOL" >&6; }
5928 else 5998 else
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; } 6000 $as_echo "no" >&6; }
5931 fi 6001 fi
5932 6002
5933 6003
5934 fi 6004 fi
5935 if test -z "$ac_cv_prog_AR"; then 6005 if test -z "$ac_cv_prog_DLLTOOL"; then
5936 ac_ct_AR=$AR 6006 ac_ct_DLLTOOL=$DLLTOOL
5937 # Extract the first word of "ar", so it can be a program name with args. 6007 # Extract the first word of "dlltool", so it can be a program name with args.
5938 set dummy ar; ac_word=$2 6008 set dummy dlltool; ac_word=$2
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5940 $as_echo_n "checking for $ac_word... " >&6; } 6010 $as_echo_n "checking for $ac_word... " >&6; }
5941 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 6011 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5942 $as_echo_n "(cached) " >&6 6012 $as_echo_n "(cached) " >&6
5943 else 6013 else
5944 if test -n "$ac_ct_AR"; then 6014 if test -n "$ac_ct_DLLTOOL"; then
5945 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 6015 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5946 else 6016 else
5947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5948 for as_dir in $PATH 6018 for as_dir in $PATH
5949 do 6019 do
5950 IFS=$as_save_IFS 6020 IFS=$as_save_IFS
5951 test -z "$as_dir" && as_dir=. 6021 test -z "$as_dir" && as_dir=.
5952 for ac_exec_ext in '' $ac_executable_extensions; do 6022 for ac_exec_ext in '' $ac_executable_extensions; do
5953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5954 ac_cv_prog_ac_ct_AR="ar" 6024 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6026 break 2
6027 fi
6028 done
6029 done
6030 IFS=$as_save_IFS
6031
6032 fi
6033 fi
6034 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6035 if test -n "$ac_ct_DLLTOOL"; then
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6037 $as_echo "$ac_ct_DLLTOOL" >&6; }
6038 else
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6040 $as_echo "no" >&6; }
6041 fi
6042
6043 if test "x$ac_ct_DLLTOOL" = x; then
6044 DLLTOOL="false"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047 yes:)
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6049 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050 ac_tool_warned=yes ;;
6051 esac
6052 DLLTOOL=$ac_ct_DLLTOOL
6053 fi
6054 else
6055 DLLTOOL="$ac_cv_prog_DLLTOOL"
6056 fi
6057
6058 test -z "$DLLTOOL" && DLLTOOL=dlltool
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6070 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6071 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6072 $as_echo_n "(cached) " >&6
6073 else
6074 lt_cv_sharedlib_from_linklib_cmd='unknown'
6075
6076 case $host_os in
6077 cygwin* | mingw* | pw32* | cegcc*)
6078 # two different shell functions defined in ltmain.sh
6079 # decide which to use based on capabilities of $DLLTOOL
6080 case `$DLLTOOL --help 2>&1` in
6081 *--identify-strict*)
6082 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
6083 ;;
6084 *)
6085 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
6086 ;;
6087 esac
6088 ;;
6089 *)
6090 # fallback: assume linklib IS sharedlib
6091 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
6092 ;;
6093 esac
6094
6095 fi
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
6097 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
6098 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
6099 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
6100
6101
6102
6103
6104
6105
6106
6107 if test -n "$ac_tool_prefix"; then
6108 for ac_prog in ar
6109 do
6110 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6111 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6113 $as_echo_n "checking for $ac_word... " >&6; }
6114 if ${ac_cv_prog_AR+:} false; then :
6115 $as_echo_n "(cached) " >&6
6116 else
6117 if test -n "$AR"; then
6118 ac_cv_prog_AR="$AR" # Let the user override the test.
6119 else
6120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6121 for as_dir in $PATH
6122 do
6123 IFS=$as_save_IFS
6124 test -z "$as_dir" && as_dir=.
6125 for ac_exec_ext in '' $ac_executable_extensions; do
6126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6127 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6129 break 2
6130 fi
6131 done
6132 done
6133 IFS=$as_save_IFS
6134
6135 fi
6136 fi
6137 AR=$ac_cv_prog_AR
6138 if test -n "$AR"; then
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6140 $as_echo "$AR" >&6; }
6141 else
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6143 $as_echo "no" >&6; }
6144 fi
6145
6146
6147 test -n "$AR" && break
6148 done
6149 fi
6150 if test -z "$AR"; then
6151 ac_ct_AR=$AR
6152 for ac_prog in ar
6153 do
6154 # Extract the first word of "$ac_prog", so it can be a program name with args.
6155 set dummy $ac_prog; ac_word=$2
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6157 $as_echo_n "checking for $ac_word... " >&6; }
6158 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6159 $as_echo_n "(cached) " >&6
6160 else
6161 if test -n "$ac_ct_AR"; then
6162 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6163 else
6164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6165 for as_dir in $PATH
6166 do
6167 IFS=$as_save_IFS
6168 test -z "$as_dir" && as_dir=.
6169 for ac_exec_ext in '' $ac_executable_extensions; do
6170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6171 ac_cv_prog_ac_ct_AR="$ac_prog"
5955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5956 break 2 6173 break 2
5957 fi 6174 fi
5958 done 6175 done
5959 done 6176 done
5967 $as_echo "$ac_ct_AR" >&6; } 6184 $as_echo "$ac_ct_AR" >&6; }
5968 else 6185 else
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5970 $as_echo "no" >&6; } 6187 $as_echo "no" >&6; }
5971 fi 6188 fi
6189
6190
6191 test -n "$ac_ct_AR" && break
6192 done
5972 6193
5973 if test "x$ac_ct_AR" = x; then 6194 if test "x$ac_ct_AR" = x; then
5974 AR="false" 6195 AR="false"
5975 else 6196 else
5976 case $cross_compiling:$ac_tool_warned in 6197 case $cross_compiling:$ac_tool_warned in
5979 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5980 ac_tool_warned=yes ;; 6201 ac_tool_warned=yes ;;
5981 esac 6202 esac
5982 AR=$ac_ct_AR 6203 AR=$ac_ct_AR
5983 fi 6204 fi
5984 else 6205 fi
5985 AR="$ac_cv_prog_AR" 6206
5986 fi 6207 : ${AR=ar}
5987 6208 : ${AR_FLAGS=cru}
5988 test -z "$AR" && AR=ar 6209
5989 test -z "$AR_FLAGS" && AR_FLAGS=cru 6210
5990 6211
5991 6212
5992 6213
5993 6214
6215
6216
6217
6218
6219
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6221 $as_echo_n "checking for archiver @FILE support... " >&6; }
6222 if ${lt_cv_ar_at_file+:} false; then :
6223 $as_echo_n "(cached) " >&6
6224 else
6225 lt_cv_ar_at_file=no
6226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6227 /* end confdefs.h. */
6228
6229 int
6230 main ()
6231 {
6232
6233 ;
6234 return 0;
6235 }
6236 _ACEOF
6237 if ac_fn_c_try_compile "$LINENO"; then :
6238 echo conftest.$ac_objext > conftest.lst
6239 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
6240 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6241 (eval $lt_ar_try) 2>&5
6242 ac_status=$?
6243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6244 test $ac_status = 0; }
6245 if test "$ac_status" -eq 0; then
6246 # Ensure the archiver fails upon bogus file names.
6247 rm -f conftest.$ac_objext libconftest.a
6248 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6249 (eval $lt_ar_try) 2>&5
6250 ac_status=$?
6251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6252 test $ac_status = 0; }
6253 if test "$ac_status" -ne 0; then
6254 lt_cv_ar_at_file=@
6255 fi
6256 fi
6257 rm -f conftest.* libconftest.a
6258
6259 fi
6260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6261
6262 fi
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
6264 $as_echo "$lt_cv_ar_at_file" >&6; }
6265
6266 if test "x$lt_cv_ar_at_file" = xno; then
6267 archiver_list_spec=
6268 else
6269 archiver_list_spec=$lt_cv_ar_at_file
6270 fi
5994 6271
5995 6272
5996 6273
5997 6274
5998 6275
6001 if test -n "$ac_tool_prefix"; then 6278 if test -n "$ac_tool_prefix"; then
6002 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 6279 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6003 set dummy ${ac_tool_prefix}strip; ac_word=$2 6280 set dummy ${ac_tool_prefix}strip; ac_word=$2
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6005 $as_echo_n "checking for $ac_word... " >&6; } 6282 $as_echo_n "checking for $ac_word... " >&6; }
6006 if test "${ac_cv_prog_STRIP+set}" = set; then : 6283 if ${ac_cv_prog_STRIP+:} false; then :
6007 $as_echo_n "(cached) " >&6 6284 $as_echo_n "(cached) " >&6
6008 else 6285 else
6009 if test -n "$STRIP"; then 6286 if test -n "$STRIP"; then
6010 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 6287 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6011 else 6288 else
6041 ac_ct_STRIP=$STRIP 6318 ac_ct_STRIP=$STRIP
6042 # Extract the first word of "strip", so it can be a program name with args. 6319 # Extract the first word of "strip", so it can be a program name with args.
6043 set dummy strip; ac_word=$2 6320 set dummy strip; ac_word=$2
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6045 $as_echo_n "checking for $ac_word... " >&6; } 6322 $as_echo_n "checking for $ac_word... " >&6; }
6046 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 6323 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6047 $as_echo_n "(cached) " >&6 6324 $as_echo_n "(cached) " >&6
6048 else 6325 else
6049 if test -n "$ac_ct_STRIP"; then 6326 if test -n "$ac_ct_STRIP"; then
6050 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 6327 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6051 else 6328 else
6100 if test -n "$ac_tool_prefix"; then 6377 if test -n "$ac_tool_prefix"; then
6101 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6378 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6102 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6379 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6104 $as_echo_n "checking for $ac_word... " >&6; } 6381 $as_echo_n "checking for $ac_word... " >&6; }
6105 if test "${ac_cv_prog_RANLIB+set}" = set; then : 6382 if ${ac_cv_prog_RANLIB+:} false; then :
6106 $as_echo_n "(cached) " >&6 6383 $as_echo_n "(cached) " >&6
6107 else 6384 else
6108 if test -n "$RANLIB"; then 6385 if test -n "$RANLIB"; then
6109 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6386 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6110 else 6387 else
6140 ac_ct_RANLIB=$RANLIB 6417 ac_ct_RANLIB=$RANLIB
6141 # Extract the first word of "ranlib", so it can be a program name with args. 6418 # Extract the first word of "ranlib", so it can be a program name with args.
6142 set dummy ranlib; ac_word=$2 6419 set dummy ranlib; ac_word=$2
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144 $as_echo_n "checking for $ac_word... " >&6; } 6421 $as_echo_n "checking for $ac_word... " >&6; }
6145 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6422 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6146 $as_echo_n "(cached) " >&6 6423 $as_echo_n "(cached) " >&6
6147 else 6424 else
6148 if test -n "$ac_ct_RANLIB"; then 6425 if test -n "$ac_ct_RANLIB"; then
6149 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6426 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6150 else 6427 else
6211 ;; 6488 ;;
6212 esac 6489 esac
6213 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 6490 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6214 fi 6491 fi
6215 6492
6493 case $host_os in
6494 darwin*)
6495 lock_old_archive_extraction=yes ;;
6496 *)
6497 lock_old_archive_extraction=no ;;
6498 esac
6499
6500
6501
6502
6503
6504
6216 6505
6217 6506
6218 6507
6219 6508
6220 6509
6257 6546
6258 6547
6259 # Check for command to grab the raw symbol name followed by C symbol from nm. 6548 # Check for command to grab the raw symbol name followed by C symbol from nm.
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 6549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6261 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6550 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6262 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 6551 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6263 $as_echo_n "(cached) " >&6 6552 $as_echo_n "(cached) " >&6
6264 else 6553 else
6265 6554
6266 # These are sane defaults that work on at least a few old systems. 6555 # These are sane defaults that work on at least a few old systems.
6267 # [They come from Ultrix. What could be older than Ultrix?!! ;)] 6556 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6318 # Some systems (esp. on ia64) link data and code symbols differently, 6607 # Some systems (esp. on ia64) link data and code symbols differently,
6319 # so use this general approach. 6608 # so use this general approach.
6320 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 6609 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6321 6610
6322 # Transform an extracted symbol line into symbol name and symbol address 6611 # Transform an extracted symbol line into symbol name and symbol address
6323 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" 6612 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6324 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" 6613 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6325 6614
6326 # Handle CRLF in mingw tool chain 6615 # Handle CRLF in mingw tool chain
6327 opt_cr= 6616 opt_cr=
6328 case $build_os in 6617 case $build_os in
6329 mingw*) 6618 mingw*)
6355 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ 6644 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6356 " ' prfx=^$ac_symprfx" 6645 " ' prfx=^$ac_symprfx"
6357 else 6646 else
6358 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 6647 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6359 fi 6648 fi
6649 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
6360 6650
6361 # Check to see that the pipe works correctly. 6651 # Check to see that the pipe works correctly.
6362 pipe_works=no 6652 pipe_works=no
6363 6653
6364 rm -f conftest* 6654 rm -f conftest*
6380 ac_status=$? 6670 ac_status=$?
6381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6382 test $ac_status = 0; }; then 6672 test $ac_status = 0; }; then
6383 # Now try to grab the symbols. 6673 # Now try to grab the symbols.
6384 nlist=conftest.nm 6674 nlist=conftest.nm
6385 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 6675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6386 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 6676 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6387 ac_status=$? 6677 ac_status=$?
6388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6389 test $ac_status = 0; } && test -s "$nlist"; then 6679 test $ac_status = 0; } && test -s "$nlist"; then
6390 # Try sorting and uniquifying the output. 6680 # Try sorting and uniquifying the output.
6391 if sort "$nlist" | uniq > "$nlist"T; then 6681 if sort "$nlist" | uniq > "$nlist"T; then
6396 6686
6397 # Make sure that we snagged all the symbols we need. 6687 # Make sure that we snagged all the symbols we need.
6398 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then 6688 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6399 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then 6689 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6400 cat <<_LT_EOF > conftest.$ac_ext 6690 cat <<_LT_EOF > conftest.$ac_ext
6691 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6692 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6693 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6694 relocations are performed -- see ld's documentation on pseudo-relocs. */
6695 # define LT_DLSYM_CONST
6696 #elif defined(__osf__)
6697 /* This system does not cope well with relocations in const data. */
6698 # define LT_DLSYM_CONST
6699 #else
6700 # define LT_DLSYM_CONST const
6701 #endif
6702
6401 #ifdef __cplusplus 6703 #ifdef __cplusplus
6402 extern "C" { 6704 extern "C" {
6403 #endif 6705 #endif
6404 6706
6405 _LT_EOF 6707 _LT_EOF
6407 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' 6709 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6408 6710
6409 cat <<_LT_EOF >> conftest.$ac_ext 6711 cat <<_LT_EOF >> conftest.$ac_ext
6410 6712
6411 /* The mapping between symbol names and symbols. */ 6713 /* The mapping between symbol names and symbols. */
6412 const struct { 6714 LT_DLSYM_CONST struct {
6413 const char *name; 6715 const char *name;
6414 void *address; 6716 void *address;
6415 } 6717 }
6416 lt__PROGRAM__LTX_preloaded_symbols[] = 6718 lt__PROGRAM__LTX_preloaded_symbols[] =
6417 { 6719 {
6433 } 6735 }
6434 #endif 6736 #endif
6435 _LT_EOF 6737 _LT_EOF
6436 # Now try linking the two files. 6738 # Now try linking the two files.
6437 mv conftest.$ac_objext conftstm.$ac_objext 6739 mv conftest.$ac_objext conftstm.$ac_objext
6438 lt_save_LIBS="$LIBS" 6740 lt_globsym_save_LIBS=$LIBS
6439 lt_save_CFLAGS="$CFLAGS" 6741 lt_globsym_save_CFLAGS=$CFLAGS
6440 LIBS="conftstm.$ac_objext" 6742 LIBS="conftstm.$ac_objext"
6441 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 6743 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6442 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 6744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6443 (eval $ac_link) 2>&5 6745 (eval $ac_link) 2>&5
6444 ac_status=$? 6746 ac_status=$?
6445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6446 test $ac_status = 0; } && test -s conftest${ac_exeext}; then 6748 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6447 pipe_works=yes 6749 pipe_works=yes
6448 fi 6750 fi
6449 LIBS="$lt_save_LIBS" 6751 LIBS=$lt_globsym_save_LIBS
6450 CFLAGS="$lt_save_CFLAGS" 6752 CFLAGS=$lt_globsym_save_CFLAGS
6451 else 6753 else
6452 echo "cannot find nm_test_func in $nlist" >&5 6754 echo "cannot find nm_test_func in $nlist" >&5
6453 fi 6755 fi
6454 else 6756 else
6455 echo "cannot find nm_test_var in $nlist" >&5 6757 echo "cannot find nm_test_var in $nlist" >&5
6482 else 6784 else
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6484 $as_echo "ok" >&6; } 6786 $as_echo "ok" >&6; }
6485 fi 6787 fi
6486 6788
6487 6789 # Response file support.
6488 6790 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6489 6791 nm_file_list_spec='@'
6490 6792 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6491 6793 nm_file_list_spec='@'
6492 6794 fi
6493 6795
6494 6796
6495 6797
6496 6798
6497 6799
6498 6800
6499 6801
6500 6802
6501 6803
6502 6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6823 $as_echo_n "checking for sysroot... " >&6; }
6824
6825 # Check whether --with-sysroot was given.
6826 if test "${with_sysroot+set}" = set; then :
6827 withval=$with_sysroot;
6828 else
6829 with_sysroot=no
6830 fi
6831
6832
6833 lt_sysroot=
6834 case ${with_sysroot} in #(
6835 yes)
6836 if test "$GCC" = yes; then
6837 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6838 fi
6839 ;; #(
6840 /*)
6841 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6842 ;; #(
6843 no|'')
6844 ;; #(
6845 *)
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6847 $as_echo "${with_sysroot}" >&6; }
6848 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6849 ;;
6850 esac
6851
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6853 $as_echo "${lt_sysroot:-no}" >&6; }
6503 6854
6504 6855
6505 6856
6506 6857
6507 6858
6534 fi 6885 fi
6535 rm -rf conftest* 6886 rm -rf conftest*
6536 ;; 6887 ;;
6537 *-*-irix6*) 6888 *-*-irix6*)
6538 # Find out which ABI we are using. 6889 # Find out which ABI we are using.
6539 echo '#line 6539 "configure"' > conftest.$ac_ext 6890 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6891 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6541 (eval $ac_compile) 2>&5 6892 (eval $ac_compile) 2>&5
6542 ac_status=$? 6893 ac_status=$?
6543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6544 test $ac_status = 0; }; then 6895 test $ac_status = 0; }; then
6628 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 6979 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6629 SAVE_CFLAGS="$CFLAGS" 6980 SAVE_CFLAGS="$CFLAGS"
6630 CFLAGS="$CFLAGS -belf" 6981 CFLAGS="$CFLAGS -belf"
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6632 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 6983 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6633 if test "${lt_cv_cc_needs_belf+set}" = set; then : 6984 if ${lt_cv_cc_needs_belf+:} false; then :
6634 $as_echo_n "(cached) " >&6 6985 $as_echo_n "(cached) " >&6
6635 else 6986 else
6636 ac_ext=c 6987 ac_ext=c
6637 ac_cpp='$CPP $CPPFLAGS' 6988 ac_cpp='$CPP $CPPFLAGS'
6638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6989 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6696 ;; 7047 ;;
6697 esac 7048 esac
6698 7049
6699 need_locks="$enable_libtool_lock" 7050 need_locks="$enable_libtool_lock"
6700 7051
7052 if test -n "$ac_tool_prefix"; then
7053 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
7054 set dummy ${ac_tool_prefix}mt; ac_word=$2
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056 $as_echo_n "checking for $ac_word... " >&6; }
7057 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 if test -n "$MANIFEST_TOOL"; then
7061 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
7062 else
7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064 for as_dir in $PATH
7065 do
7066 IFS=$as_save_IFS
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
7069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7070 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7072 break 2
7073 fi
7074 done
7075 done
7076 IFS=$as_save_IFS
7077
7078 fi
7079 fi
7080 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
7081 if test -n "$MANIFEST_TOOL"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
7083 $as_echo "$MANIFEST_TOOL" >&6; }
7084 else
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; }
7087 fi
7088
7089
7090 fi
7091 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
7092 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
7093 # Extract the first word of "mt", so it can be a program name with args.
7094 set dummy mt; ac_word=$2
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7096 $as_echo_n "checking for $ac_word... " >&6; }
7097 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7098 $as_echo_n "(cached) " >&6
7099 else
7100 if test -n "$ac_ct_MANIFEST_TOOL"; then
7101 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
7102 else
7103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7104 for as_dir in $PATH
7105 do
7106 IFS=$as_save_IFS
7107 test -z "$as_dir" && as_dir=.
7108 for ac_exec_ext in '' $ac_executable_extensions; do
7109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7110 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7112 break 2
7113 fi
7114 done
7115 done
7116 IFS=$as_save_IFS
7117
7118 fi
7119 fi
7120 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7121 if test -n "$ac_ct_MANIFEST_TOOL"; then
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7123 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7124 else
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126 $as_echo "no" >&6; }
7127 fi
7128
7129 if test "x$ac_ct_MANIFEST_TOOL" = x; then
7130 MANIFEST_TOOL=":"
7131 else
7132 case $cross_compiling:$ac_tool_warned in
7133 yes:)
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7136 ac_tool_warned=yes ;;
7137 esac
7138 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7139 fi
7140 else
7141 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7142 fi
7143
7144 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7146 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7147 if ${lt_cv_path_mainfest_tool+:} false; then :
7148 $as_echo_n "(cached) " >&6
7149 else
7150 lt_cv_path_mainfest_tool=no
7151 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7152 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7153 cat conftest.err >&5
7154 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
7155 lt_cv_path_mainfest_tool=yes
7156 fi
7157 rm -f conftest*
7158 fi
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7160 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7161 if test "x$lt_cv_path_mainfest_tool" != xyes; then
7162 MANIFEST_TOOL=:
7163 fi
7164
7165
7166
7167
7168
6701 7169
6702 case $host_os in 7170 case $host_os in
6703 rhapsody* | darwin*) 7171 rhapsody* | darwin*)
6704 if test -n "$ac_tool_prefix"; then 7172 if test -n "$ac_tool_prefix"; then
6705 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 7173 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6706 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 7174 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6708 $as_echo_n "checking for $ac_word... " >&6; } 7176 $as_echo_n "checking for $ac_word... " >&6; }
6709 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 7177 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6710 $as_echo_n "(cached) " >&6 7178 $as_echo_n "(cached) " >&6
6711 else 7179 else
6712 if test -n "$DSYMUTIL"; then 7180 if test -n "$DSYMUTIL"; then
6713 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 7181 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6714 else 7182 else
6744 ac_ct_DSYMUTIL=$DSYMUTIL 7212 ac_ct_DSYMUTIL=$DSYMUTIL
6745 # Extract the first word of "dsymutil", so it can be a program name with args. 7213 # Extract the first word of "dsymutil", so it can be a program name with args.
6746 set dummy dsymutil; ac_word=$2 7214 set dummy dsymutil; ac_word=$2
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6748 $as_echo_n "checking for $ac_word... " >&6; } 7216 $as_echo_n "checking for $ac_word... " >&6; }
6749 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 7217 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6750 $as_echo_n "(cached) " >&6 7218 $as_echo_n "(cached) " >&6
6751 else 7219 else
6752 if test -n "$ac_ct_DSYMUTIL"; then 7220 if test -n "$ac_ct_DSYMUTIL"; then
6753 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 7221 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6754 else 7222 else
6796 if test -n "$ac_tool_prefix"; then 7264 if test -n "$ac_tool_prefix"; then
6797 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 7265 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6798 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 7266 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6800 $as_echo_n "checking for $ac_word... " >&6; } 7268 $as_echo_n "checking for $ac_word... " >&6; }
6801 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 7269 if ${ac_cv_prog_NMEDIT+:} false; then :
6802 $as_echo_n "(cached) " >&6 7270 $as_echo_n "(cached) " >&6
6803 else 7271 else
6804 if test -n "$NMEDIT"; then 7272 if test -n "$NMEDIT"; then
6805 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 7273 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6806 else 7274 else
6836 ac_ct_NMEDIT=$NMEDIT 7304 ac_ct_NMEDIT=$NMEDIT
6837 # Extract the first word of "nmedit", so it can be a program name with args. 7305 # Extract the first word of "nmedit", so it can be a program name with args.
6838 set dummy nmedit; ac_word=$2 7306 set dummy nmedit; ac_word=$2
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6840 $as_echo_n "checking for $ac_word... " >&6; } 7308 $as_echo_n "checking for $ac_word... " >&6; }
6841 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 7309 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6842 $as_echo_n "(cached) " >&6 7310 $as_echo_n "(cached) " >&6
6843 else 7311 else
6844 if test -n "$ac_ct_NMEDIT"; then 7312 if test -n "$ac_ct_NMEDIT"; then
6845 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 7313 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6846 else 7314 else
6888 if test -n "$ac_tool_prefix"; then 7356 if test -n "$ac_tool_prefix"; then
6889 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 7357 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6890 set dummy ${ac_tool_prefix}lipo; ac_word=$2 7358 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6892 $as_echo_n "checking for $ac_word... " >&6; } 7360 $as_echo_n "checking for $ac_word... " >&6; }
6893 if test "${ac_cv_prog_LIPO+set}" = set; then : 7361 if ${ac_cv_prog_LIPO+:} false; then :
6894 $as_echo_n "(cached) " >&6 7362 $as_echo_n "(cached) " >&6
6895 else 7363 else
6896 if test -n "$LIPO"; then 7364 if test -n "$LIPO"; then
6897 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 7365 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6898 else 7366 else
6928 ac_ct_LIPO=$LIPO 7396 ac_ct_LIPO=$LIPO
6929 # Extract the first word of "lipo", so it can be a program name with args. 7397 # Extract the first word of "lipo", so it can be a program name with args.
6930 set dummy lipo; ac_word=$2 7398 set dummy lipo; ac_word=$2
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6932 $as_echo_n "checking for $ac_word... " >&6; } 7400 $as_echo_n "checking for $ac_word... " >&6; }
6933 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 7401 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6934 $as_echo_n "(cached) " >&6 7402 $as_echo_n "(cached) " >&6
6935 else 7403 else
6936 if test -n "$ac_ct_LIPO"; then 7404 if test -n "$ac_ct_LIPO"; then
6937 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 7405 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6938 else 7406 else
6980 if test -n "$ac_tool_prefix"; then 7448 if test -n "$ac_tool_prefix"; then
6981 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 7449 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6982 set dummy ${ac_tool_prefix}otool; ac_word=$2 7450 set dummy ${ac_tool_prefix}otool; ac_word=$2
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6984 $as_echo_n "checking for $ac_word... " >&6; } 7452 $as_echo_n "checking for $ac_word... " >&6; }
6985 if test "${ac_cv_prog_OTOOL+set}" = set; then : 7453 if ${ac_cv_prog_OTOOL+:} false; then :
6986 $as_echo_n "(cached) " >&6 7454 $as_echo_n "(cached) " >&6
6987 else 7455 else
6988 if test -n "$OTOOL"; then 7456 if test -n "$OTOOL"; then
6989 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 7457 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6990 else 7458 else
7020 ac_ct_OTOOL=$OTOOL 7488 ac_ct_OTOOL=$OTOOL
7021 # Extract the first word of "otool", so it can be a program name with args. 7489 # Extract the first word of "otool", so it can be a program name with args.
7022 set dummy otool; ac_word=$2 7490 set dummy otool; ac_word=$2
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7024 $as_echo_n "checking for $ac_word... " >&6; } 7492 $as_echo_n "checking for $ac_word... " >&6; }
7025 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 7493 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7026 $as_echo_n "(cached) " >&6 7494 $as_echo_n "(cached) " >&6
7027 else 7495 else
7028 if test -n "$ac_ct_OTOOL"; then 7496 if test -n "$ac_ct_OTOOL"; then
7029 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 7497 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7030 else 7498 else
7072 if test -n "$ac_tool_prefix"; then 7540 if test -n "$ac_tool_prefix"; then
7073 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 7541 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7074 set dummy ${ac_tool_prefix}otool64; ac_word=$2 7542 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7076 $as_echo_n "checking for $ac_word... " >&6; } 7544 $as_echo_n "checking for $ac_word... " >&6; }
7077 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 7545 if ${ac_cv_prog_OTOOL64+:} false; then :
7078 $as_echo_n "(cached) " >&6 7546 $as_echo_n "(cached) " >&6
7079 else 7547 else
7080 if test -n "$OTOOL64"; then 7548 if test -n "$OTOOL64"; then
7081 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 7549 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7082 else 7550 else
7112 ac_ct_OTOOL64=$OTOOL64 7580 ac_ct_OTOOL64=$OTOOL64
7113 # Extract the first word of "otool64", so it can be a program name with args. 7581 # Extract the first word of "otool64", so it can be a program name with args.
7114 set dummy otool64; ac_word=$2 7582 set dummy otool64; ac_word=$2
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7116 $as_echo_n "checking for $ac_word... " >&6; } 7584 $as_echo_n "checking for $ac_word... " >&6; }
7117 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 7585 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7118 $as_echo_n "(cached) " >&6 7586 $as_echo_n "(cached) " >&6
7119 else 7587 else
7120 if test -n "$ac_ct_OTOOL64"; then 7588 if test -n "$ac_ct_OTOOL64"; then
7121 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 7589 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7122 else 7590 else
7187 7655
7188 7656
7189 7657
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7191 $as_echo_n "checking for -single_module linker flag... " >&6; } 7659 $as_echo_n "checking for -single_module linker flag... " >&6; }
7192 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 7660 if ${lt_cv_apple_cc_single_mod+:} false; then :
7193 $as_echo_n "(cached) " >&6 7661 $as_echo_n "(cached) " >&6
7194 else 7662 else
7195 lt_cv_apple_cc_single_mod=no 7663 lt_cv_apple_cc_single_mod=no
7196 if test -z "${LT_MULTI_MODULE}"; then 7664 if test -z "${LT_MULTI_MODULE}"; then
7197 # By default we will add the -single_module flag. You can override 7665 # By default we will add the -single_module flag. You can override
7216 fi 7684 fi
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7218 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 7686 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7220 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7688 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7221 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 7689 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7222 $as_echo_n "(cached) " >&6 7690 $as_echo_n "(cached) " >&6
7223 else 7691 else
7224 lt_cv_ld_exported_symbols_list=no 7692 lt_cv_ld_exported_symbols_list=no
7225 save_LDFLAGS=$LDFLAGS 7693 save_LDFLAGS=$LDFLAGS
7226 echo "_main" > conftest.sym 7694 echo "_main" > conftest.sym
7246 LDFLAGS="$save_LDFLAGS" 7714 LDFLAGS="$save_LDFLAGS"
7247 7715
7248 fi 7716 fi
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7250 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 7718 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7720 $as_echo_n "checking for -force_load linker flag... " >&6; }
7721 if ${lt_cv_ld_force_load+:} false; then :
7722 $as_echo_n "(cached) " >&6
7723 else
7724 lt_cv_ld_force_load=no
7725 cat > conftest.c << _LT_EOF
7726 int forced_loaded() { return 2;}
7727 _LT_EOF
7728 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7729 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7730 echo "$AR cru libconftest.a conftest.o" >&5
7731 $AR cru libconftest.a conftest.o 2>&5
7732 echo "$RANLIB libconftest.a" >&5
7733 $RANLIB libconftest.a 2>&5
7734 cat > conftest.c << _LT_EOF
7735 int main() { return 0;}
7736 _LT_EOF
7737 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7738 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7739 _lt_result=$?
7740 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7741 lt_cv_ld_force_load=yes
7742 else
7743 cat conftest.err >&5
7744 fi
7745 rm -f conftest.err libconftest.a conftest conftest.c
7746 rm -rf conftest.dSYM
7747
7748 fi
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7750 $as_echo "$lt_cv_ld_force_load" >&6; }
7251 case $host_os in 7751 case $host_os in
7252 rhapsody* | darwin1.[012]) 7752 rhapsody* | darwin1.[012])
7253 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 7753 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7254 darwin1.*) 7754 darwin1.*)
7255 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 7755 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7273 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then 7773 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7274 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 7774 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7275 else 7775 else
7276 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' 7776 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7277 fi 7777 fi
7278 if test "$DSYMUTIL" != ":"; then 7778 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7279 _lt_dsymutil='~$DSYMUTIL $lib || :' 7779 _lt_dsymutil='~$DSYMUTIL $lib || :'
7280 else 7780 else
7281 _lt_dsymutil= 7781 _lt_dsymutil=
7282 fi 7782 fi
7283 ;; 7783 ;;
7285 7785
7286 for ac_header in dlfcn.h 7786 for ac_header in dlfcn.h
7287 do : 7787 do :
7288 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 7788 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7289 " 7789 "
7290 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 7790 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7291 cat >>confdefs.h <<_ACEOF 7791 cat >>confdefs.h <<_ACEOF
7292 #define HAVE_DLFCN_H 1 7792 #define HAVE_DLFCN_H 1
7293 _ACEOF 7793 _ACEOF
7294 7794
7295 fi 7795 fi
7296 7796
7297 done 7797 done
7798
7799
7298 7800
7299 7801
7300 7802
7301 # Set options 7803 # Set options
7302 7804
7448 7950
7449 7951
7450 7952
7451 7953
7452 7954
7955
7453 test -z "$LN_S" && LN_S="ln -s" 7956 test -z "$LN_S" && LN_S="ln -s"
7454 7957
7455 7958
7456 7959
7457 7960
7469 setopt NO_GLOB_SUBST 7972 setopt NO_GLOB_SUBST
7470 fi 7973 fi
7471 7974
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 7975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7473 $as_echo_n "checking for objdir... " >&6; } 7976 $as_echo_n "checking for objdir... " >&6; }
7474 if test "${lt_cv_objdir+set}" = set; then : 7977 if ${lt_cv_objdir+:} false; then :
7475 $as_echo_n "(cached) " >&6 7978 $as_echo_n "(cached) " >&6
7476 else 7979 else
7477 rm -f .libs 2>/dev/null 7980 rm -f .libs 2>/dev/null
7478 mkdir .libs 2>/dev/null 7981 mkdir .libs 2>/dev/null
7479 if test -d .libs; then 7982 if test -d .libs; then
7493 7996
7494 7997
7495 cat >>confdefs.h <<_ACEOF 7998 cat >>confdefs.h <<_ACEOF
7496 #define LT_OBJDIR "$lt_cv_objdir/" 7999 #define LT_OBJDIR "$lt_cv_objdir/"
7497 _ACEOF 8000 _ACEOF
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511 8001
7512 8002
7513 8003
7514 8004
7515 case $host_os in 8005 case $host_os in
7522 export COLLECT_NAMES 8012 export COLLECT_NAMES
7523 fi 8013 fi
7524 ;; 8014 ;;
7525 esac 8015 esac
7526 8016
7527 # Sed substitution that helps us do robust quoting. It backslashifies
7528 # metacharacters that are still active within double-quoted strings.
7529 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7530
7531 # Same as above, but do not quote variable references.
7532 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7533
7534 # Sed substitution to delay expansion of an escaped shell variable in a
7535 # double_quote_subst'ed string.
7536 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7537
7538 # Sed substitution to delay expansion of an escaped single quote.
7539 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7540
7541 # Sed substitution to avoid accidental globbing in evaled expressions
7542 no_glob_subst='s/\*/\\\*/g'
7543
7544 # Global variables: 8017 # Global variables:
7545 ofile=libtool 8018 ofile=libtool
7546 can_build_shared=yes 8019 can_build_shared=yes
7547 8020
7548 # All known linkers require a `.a' archive for static linking (except MSVC, 8021 # All known linkers require a `.a' archive for static linking (except MSVC,
7567 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 8040 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7568 \-*) ;; 8041 \-*) ;;
7569 *) break;; 8042 *) break;;
7570 esac 8043 esac
7571 done 8044 done
7572 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 8045 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7573 8046
7574 8047
7575 # Only perform the check for file, if the check method requires it 8048 # Only perform the check for file, if the check method requires it
7576 test -z "$MAGIC_CMD" && MAGIC_CMD=file 8049 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7577 case $deplibs_check_method in 8050 case $deplibs_check_method in
7578 file_magic*) 8051 file_magic*)
7579 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 8052 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7581 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 8054 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7582 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8055 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7583 $as_echo_n "(cached) " >&6 8056 $as_echo_n "(cached) " >&6
7584 else 8057 else
7585 case $MAGIC_CMD in 8058 case $MAGIC_CMD in
7586 [\\/*] | ?:[\\/]*) 8059 [\\/*] | ?:[\\/]*)
7587 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8060 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7643 8116
7644 if test -z "$lt_cv_path_MAGIC_CMD"; then 8117 if test -z "$lt_cv_path_MAGIC_CMD"; then
7645 if test -n "$ac_tool_prefix"; then 8118 if test -n "$ac_tool_prefix"; then
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7647 $as_echo_n "checking for file... " >&6; } 8120 $as_echo_n "checking for file... " >&6; }
7648 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8121 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7649 $as_echo_n "(cached) " >&6 8122 $as_echo_n "(cached) " >&6
7650 else 8123 else
7651 case $MAGIC_CMD in 8124 case $MAGIC_CMD in
7652 [\\/*] | ?:[\\/]*) 8125 [\\/*] | ?:[\\/]*)
7653 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8126 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7776 if test -n "$compiler"; then 8249 if test -n "$compiler"; then
7777 8250
7778 lt_prog_compiler_no_builtin_flag= 8251 lt_prog_compiler_no_builtin_flag=
7779 8252
7780 if test "$GCC" = yes; then 8253 if test "$GCC" = yes; then
7781 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 8254 case $cc_basename in
8255 nvcc*)
8256 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8257 *)
8258 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8259 esac
7782 8260
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7784 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 8262 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7785 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 8263 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7786 $as_echo_n "(cached) " >&6 8264 $as_echo_n "(cached) " >&6
7787 else 8265 else
7788 lt_cv_prog_compiler_rtti_exceptions=no 8266 lt_cv_prog_compiler_rtti_exceptions=no
7789 ac_outfile=conftest.$ac_objext 8267 ac_outfile=conftest.$ac_objext
7790 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8268 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7796 # The option is referenced via a variable to avoid confusing sed. 8274 # The option is referenced via a variable to avoid confusing sed.
7797 lt_compile=`echo "$ac_compile" | $SED \ 8275 lt_compile=`echo "$ac_compile" | $SED \
7798 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8276 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7799 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8277 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7800 -e 's:$: $lt_compiler_flag:'` 8278 -e 's:$: $lt_compiler_flag:'`
7801 (eval echo "\"\$as_me:7801: $lt_compile\"" >&5) 8279 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7802 (eval "$lt_compile" 2>conftest.err) 8280 (eval "$lt_compile" 2>conftest.err)
7803 ac_status=$? 8281 ac_status=$?
7804 cat conftest.err >&5 8282 cat conftest.err >&5
7805 echo "$as_me:7805: \$? = $ac_status" >&5 8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7806 if (exit $ac_status) && test -s "$ac_outfile"; then 8284 if (exit $ac_status) && test -s "$ac_outfile"; then
7807 # The compiler can only warn and ignore the option if not recognized 8285 # The compiler can only warn and ignore the option if not recognized
7808 # So say no if there are warnings other than the usual output. 8286 # So say no if there are warnings other than the usual output.
7809 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 8287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7810 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 8288 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7811 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 8289 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7812 lt_cv_prog_compiler_rtti_exceptions=yes 8290 lt_cv_prog_compiler_rtti_exceptions=yes
7813 fi 8291 fi
7814 fi 8292 fi
7833 8311
7834 lt_prog_compiler_wl= 8312 lt_prog_compiler_wl=
7835 lt_prog_compiler_pic= 8313 lt_prog_compiler_pic=
7836 lt_prog_compiler_static= 8314 lt_prog_compiler_static=
7837 8315
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7839 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7840 8316
7841 if test "$GCC" = yes; then 8317 if test "$GCC" = yes; then
7842 lt_prog_compiler_wl='-Wl,' 8318 lt_prog_compiler_wl='-Wl,'
7843 lt_prog_compiler_static='-static' 8319 lt_prog_compiler_static='-static'
7844 8320
7882 # PIC is the default on this platform 8358 # PIC is the default on this platform
7883 # Common symbols not allowed in MH_DYLIB files 8359 # Common symbols not allowed in MH_DYLIB files
7884 lt_prog_compiler_pic='-fno-common' 8360 lt_prog_compiler_pic='-fno-common'
7885 ;; 8361 ;;
7886 8362
8363 haiku*)
8364 # PIC is the default for Haiku.
8365 # The "-static" flag exists, but is broken.
8366 lt_prog_compiler_static=
8367 ;;
8368
7887 hpux*) 8369 hpux*)
7888 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit 8370 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7889 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag 8371 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7890 # sets the default TLS model and affects inlining. 8372 # sets the default TLS model and affects inlining.
7891 case $host_cpu in 8373 case $host_cpu in
7922 fi 8404 fi
7923 ;; 8405 ;;
7924 8406
7925 *) 8407 *)
7926 lt_prog_compiler_pic='-fPIC' 8408 lt_prog_compiler_pic='-fPIC'
8409 ;;
8410 esac
8411
8412 case $cc_basename in
8413 nvcc*) # Cuda Compiler Driver 2.2
8414 lt_prog_compiler_wl='-Xlinker '
8415 lt_prog_compiler_pic='-Xcompiler -fPIC'
7927 ;; 8416 ;;
7928 esac 8417 esac
7929 else 8418 else
7930 # PORTME Check for flag to pass linker flags through the system compiler. 8419 # PORTME Check for flag to pass linker flags through the system compiler.
7931 case $host_os in 8420 case $host_os in
7986 lf95*) 8475 lf95*)
7987 lt_prog_compiler_wl='-Wl,' 8476 lt_prog_compiler_wl='-Wl,'
7988 lt_prog_compiler_pic='--shared' 8477 lt_prog_compiler_pic='--shared'
7989 lt_prog_compiler_static='--static' 8478 lt_prog_compiler_static='--static'
7990 ;; 8479 ;;
7991 pgcc* | pgf77* | pgf90* | pgf95*) 8480 nagfor*)
8481 # NAG Fortran compiler
8482 lt_prog_compiler_wl='-Wl,-Wl,,'
8483 lt_prog_compiler_pic='-PIC'
8484 lt_prog_compiler_static='-Bstatic'
8485 ;;
8486 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7992 # Portland Group compilers (*not* the Pentium gcc compiler, 8487 # Portland Group compilers (*not* the Pentium gcc compiler,
7993 # which looks to be a dead project) 8488 # which looks to be a dead project)
7994 lt_prog_compiler_wl='-Wl,' 8489 lt_prog_compiler_wl='-Wl,'
7995 lt_prog_compiler_pic='-fpic' 8490 lt_prog_compiler_pic='-fpic'
7996 lt_prog_compiler_static='-Bstatic' 8491 lt_prog_compiler_static='-Bstatic'
7998 ccc*) 8493 ccc*)
7999 lt_prog_compiler_wl='-Wl,' 8494 lt_prog_compiler_wl='-Wl,'
8000 # All Alpha code is PIC. 8495 # All Alpha code is PIC.
8001 lt_prog_compiler_static='-non_shared' 8496 lt_prog_compiler_static='-non_shared'
8002 ;; 8497 ;;
8003 xl*) 8498 xl* | bgxl* | bgf* | mpixl*)
8004 # IBM XL C 8.0/Fortran 10.1 on PPC 8499 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8005 lt_prog_compiler_wl='-Wl,' 8500 lt_prog_compiler_wl='-Wl,'
8006 lt_prog_compiler_pic='-qpic' 8501 lt_prog_compiler_pic='-qpic'
8007 lt_prog_compiler_static='-qstaticlink' 8502 lt_prog_compiler_static='-qstaticlink'
8008 ;; 8503 ;;
8009 *) 8504 *)
8010 case `$CC -V 2>&1 | sed 5q` in 8505 case `$CC -V 2>&1 | sed 5q` in
8506 *Sun\ F* | *Sun*Fortran*)
8507 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8508 lt_prog_compiler_pic='-KPIC'
8509 lt_prog_compiler_static='-Bstatic'
8510 lt_prog_compiler_wl=''
8511 ;;
8011 *Sun\ C*) 8512 *Sun\ C*)
8012 # Sun C 5.9 8513 # Sun C 5.9
8013 lt_prog_compiler_pic='-KPIC' 8514 lt_prog_compiler_pic='-KPIC'
8014 lt_prog_compiler_static='-Bstatic' 8515 lt_prog_compiler_static='-Bstatic'
8015 lt_prog_compiler_wl='-Wl,' 8516 lt_prog_compiler_wl='-Wl,'
8016 ;; 8517 ;;
8017 *Sun\ F*)
8018 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-Bstatic'
8021 lt_prog_compiler_wl=''
8022 ;;
8023 esac 8518 esac
8024 ;; 8519 ;;
8025 esac 8520 esac
8026 ;; 8521 ;;
8027 8522
8048 8543
8049 solaris*) 8544 solaris*)
8050 lt_prog_compiler_pic='-KPIC' 8545 lt_prog_compiler_pic='-KPIC'
8051 lt_prog_compiler_static='-Bstatic' 8546 lt_prog_compiler_static='-Bstatic'
8052 case $cc_basename in 8547 case $cc_basename in
8053 f77* | f90* | f95*) 8548 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8054 lt_prog_compiler_wl='-Qoption ld ';; 8549 lt_prog_compiler_wl='-Qoption ld ';;
8055 *) 8550 *)
8056 lt_prog_compiler_wl='-Wl,';; 8551 lt_prog_compiler_wl='-Wl,';;
8057 esac 8552 esac
8058 ;; 8553 ;;
8105 ;; 8600 ;;
8106 *) 8601 *)
8107 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" 8602 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8108 ;; 8603 ;;
8109 esac 8604 esac
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 8605
8111 $as_echo "$lt_prog_compiler_pic" >&6; } 8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8112 8607 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8113 8608 if ${lt_cv_prog_compiler_pic+:} false; then :
8114 8609 $as_echo_n "(cached) " >&6
8115 8610 else
8116 8611 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8612 fi
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8614 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8615 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8117 8616
8118 # 8617 #
8119 # Check to make sure the PIC flag actually works. 8618 # Check to make sure the PIC flag actually works.
8120 # 8619 #
8121 if test -n "$lt_prog_compiler_pic"; then 8620 if test -n "$lt_prog_compiler_pic"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8123 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 8622 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8124 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 8623 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8125 $as_echo_n "(cached) " >&6 8624 $as_echo_n "(cached) " >&6
8126 else 8625 else
8127 lt_cv_prog_compiler_pic_works=no 8626 lt_cv_prog_compiler_pic_works=no
8128 ac_outfile=conftest.$ac_objext 8627 ac_outfile=conftest.$ac_objext
8129 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8628 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8135 # The option is referenced via a variable to avoid confusing sed. 8634 # The option is referenced via a variable to avoid confusing sed.
8136 lt_compile=`echo "$ac_compile" | $SED \ 8635 lt_compile=`echo "$ac_compile" | $SED \
8137 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8636 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8138 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8637 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8139 -e 's:$: $lt_compiler_flag:'` 8638 -e 's:$: $lt_compiler_flag:'`
8140 (eval echo "\"\$as_me:8140: $lt_compile\"" >&5) 8639 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8141 (eval "$lt_compile" 2>conftest.err) 8640 (eval "$lt_compile" 2>conftest.err)
8142 ac_status=$? 8641 ac_status=$?
8143 cat conftest.err >&5 8642 cat conftest.err >&5
8144 echo "$as_me:8144: \$? = $ac_status" >&5 8643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145 if (exit $ac_status) && test -s "$ac_outfile"; then 8644 if (exit $ac_status) && test -s "$ac_outfile"; then
8146 # The compiler can only warn and ignore the option if not recognized 8645 # The compiler can only warn and ignore the option if not recognized
8147 # So say no if there are warnings other than the usual output. 8646 # So say no if there are warnings other than the usual output.
8148 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 8647 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8149 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 8648 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8150 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 8649 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8151 lt_cv_prog_compiler_pic_works=yes 8650 lt_cv_prog_compiler_pic_works=yes
8152 fi 8651 fi
8153 fi 8652 fi
8172 8671
8173 8672
8174 8673
8175 8674
8176 8675
8676
8677
8678
8679
8680
8177 # 8681 #
8178 # Check to make sure the static flag actually works. 8682 # Check to make sure the static flag actually works.
8179 # 8683 #
8180 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8684 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8182 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8686 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8183 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 8687 if ${lt_cv_prog_compiler_static_works+:} false; then :
8184 $as_echo_n "(cached) " >&6 8688 $as_echo_n "(cached) " >&6
8185 else 8689 else
8186 lt_cv_prog_compiler_static_works=no 8690 lt_cv_prog_compiler_static_works=no
8187 save_LDFLAGS="$LDFLAGS" 8691 save_LDFLAGS="$LDFLAGS"
8188 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 8692 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8191 # The linker can only warn and ignore the option if not recognized 8695 # The linker can only warn and ignore the option if not recognized
8192 # So say no if there are warnings 8696 # So say no if there are warnings
8193 if test -s conftest.err; then 8697 if test -s conftest.err; then
8194 # Append any errors to the config.log. 8698 # Append any errors to the config.log.
8195 cat conftest.err 1>&5 8699 cat conftest.err 1>&5
8196 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp 8700 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8197 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 8701 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8198 if diff conftest.exp conftest.er2 >/dev/null; then 8702 if diff conftest.exp conftest.er2 >/dev/null; then
8199 lt_cv_prog_compiler_static_works=yes 8703 lt_cv_prog_compiler_static_works=yes
8200 fi 8704 fi
8201 else 8705 else
8221 8725
8222 8726
8223 8727
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8225 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8729 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8226 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8730 if ${lt_cv_prog_compiler_c_o+:} false; then :
8227 $as_echo_n "(cached) " >&6 8731 $as_echo_n "(cached) " >&6
8228 else 8732 else
8229 lt_cv_prog_compiler_c_o=no 8733 lt_cv_prog_compiler_c_o=no
8230 $RM -r conftest 2>/dev/null 8734 $RM -r conftest 2>/dev/null
8231 mkdir conftest 8735 mkdir conftest
8240 # with a dollar sign (not a hyphen), so the echo should work correctly. 8744 # with a dollar sign (not a hyphen), so the echo should work correctly.
8241 lt_compile=`echo "$ac_compile" | $SED \ 8745 lt_compile=`echo "$ac_compile" | $SED \
8242 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8746 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8243 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8747 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8244 -e 's:$: $lt_compiler_flag:'` 8748 -e 's:$: $lt_compiler_flag:'`
8245 (eval echo "\"\$as_me:8245: $lt_compile\"" >&5) 8749 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8246 (eval "$lt_compile" 2>out/conftest.err) 8750 (eval "$lt_compile" 2>out/conftest.err)
8247 ac_status=$? 8751 ac_status=$?
8248 cat out/conftest.err >&5 8752 cat out/conftest.err >&5
8249 echo "$as_me:8249: \$? = $ac_status" >&5 8753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8250 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8754 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8251 then 8755 then
8252 # The compiler can only warn and ignore the option if not recognized 8756 # The compiler can only warn and ignore the option if not recognized
8253 # So say no if there are warnings 8757 # So say no if there are warnings
8254 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 8758 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8255 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 8759 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8256 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 8760 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8257 lt_cv_prog_compiler_c_o=yes 8761 lt_cv_prog_compiler_c_o=yes
8258 fi 8762 fi
8259 fi 8763 fi
8276 8780
8277 8781
8278 8782
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8280 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8784 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8281 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8785 if ${lt_cv_prog_compiler_c_o+:} false; then :
8282 $as_echo_n "(cached) " >&6 8786 $as_echo_n "(cached) " >&6
8283 else 8787 else
8284 lt_cv_prog_compiler_c_o=no 8788 lt_cv_prog_compiler_c_o=no
8285 $RM -r conftest 2>/dev/null 8789 $RM -r conftest 2>/dev/null
8286 mkdir conftest 8790 mkdir conftest
8295 # with a dollar sign (not a hyphen), so the echo should work correctly. 8799 # with a dollar sign (not a hyphen), so the echo should work correctly.
8296 lt_compile=`echo "$ac_compile" | $SED \ 8800 lt_compile=`echo "$ac_compile" | $SED \
8297 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8801 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8298 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8802 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8299 -e 's:$: $lt_compiler_flag:'` 8803 -e 's:$: $lt_compiler_flag:'`
8300 (eval echo "\"\$as_me:8300: $lt_compile\"" >&5) 8804 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8301 (eval "$lt_compile" 2>out/conftest.err) 8805 (eval "$lt_compile" 2>out/conftest.err)
8302 ac_status=$? 8806 ac_status=$?
8303 cat out/conftest.err >&5 8807 cat out/conftest.err >&5
8304 echo "$as_me:8304: \$? = $ac_status" >&5 8808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8305 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8809 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8306 then 8810 then
8307 # The compiler can only warn and ignore the option if not recognized 8811 # The compiler can only warn and ignore the option if not recognized
8308 # So say no if there are warnings 8812 # So say no if there are warnings
8309 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 8813 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8310 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 8814 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8311 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 8815 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8312 lt_cv_prog_compiler_c_o=yes 8816 lt_cv_prog_compiler_c_o=yes
8313 fi 8817 fi
8314 fi 8818 fi
8414 with_gnu_ld=yes 8918 with_gnu_ld=yes
8415 ;; 8919 ;;
8416 openbsd*) 8920 openbsd*)
8417 with_gnu_ld=no 8921 with_gnu_ld=no
8418 ;; 8922 ;;
8419 linux* | k*bsd*-gnu) 8923 linux* | k*bsd*-gnu | gnu*)
8420 link_all_deplibs=no 8924 link_all_deplibs=no
8421 ;; 8925 ;;
8422 esac 8926 esac
8423 8927
8424 ld_shlibs=yes 8928 ld_shlibs=yes
8929
8930 # On some targets, GNU ld is compatible enough with the native linker
8931 # that we're better off using the native interface for both.
8932 lt_use_gnu_ld_interface=no
8425 if test "$with_gnu_ld" = yes; then 8933 if test "$with_gnu_ld" = yes; then
8934 case $host_os in
8935 aix*)
8936 # The AIX port of GNU ld has always aspired to compatibility
8937 # with the native linker. However, as the warning in the GNU ld
8938 # block says, versions before 2.19.5* couldn't really create working
8939 # shared libraries, regardless of the interface used.
8940 case `$LD -v 2>&1` in
8941 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8942 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8943 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8944 *)
8945 lt_use_gnu_ld_interface=yes
8946 ;;
8947 esac
8948 ;;
8949 *)
8950 lt_use_gnu_ld_interface=yes
8951 ;;
8952 esac
8953 fi
8954
8955 if test "$lt_use_gnu_ld_interface" = yes; then
8426 # If archive_cmds runs LD, not CC, wlarc should be empty 8956 # If archive_cmds runs LD, not CC, wlarc should be empty
8427 wlarc='${wl}' 8957 wlarc='${wl}'
8428 8958
8429 # Set some defaults for GNU ld with shared library support. These 8959 # Set some defaults for GNU ld with shared library support. These
8430 # are reset later if shared libraries are not supported. Putting them 8960 # are reset later if shared libraries are not supported. Putting them
8454 # On AIX/PPC, the GNU linker is very broken 8984 # On AIX/PPC, the GNU linker is very broken
8455 if test "$host_cpu" != ia64; then 8985 if test "$host_cpu" != ia64; then
8456 ld_shlibs=no 8986 ld_shlibs=no
8457 cat <<_LT_EOF 1>&2 8987 cat <<_LT_EOF 1>&2
8458 8988
8459 *** Warning: the GNU linker, at least up to release 2.9.1, is reported 8989 *** Warning: the GNU linker, at least up to release 2.19, is reported
8460 *** to be unable to reliably create shared libraries on AIX. 8990 *** to be unable to reliably create shared libraries on AIX.
8461 *** Therefore, libtool is disabling shared libraries support. If you 8991 *** Therefore, libtool is disabling shared libraries support. If you
8462 *** really care for shared libraries, you may want to modify your PATH 8992 *** really care for shared libraries, you may want to install binutils
8463 *** so that a non-GNU linker is found, and then restart. 8993 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8994 *** You will then need to restart the configuration process.
8464 8995
8465 _LT_EOF 8996 _LT_EOF
8466 fi 8997 fi
8467 ;; 8998 ;;
8468 8999
8494 9025
8495 cygwin* | mingw* | pw32* | cegcc*) 9026 cygwin* | mingw* | pw32* | cegcc*)
8496 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, 9027 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8497 # as there is no search path for DLLs. 9028 # as there is no search path for DLLs.
8498 hardcode_libdir_flag_spec='-L$libdir' 9029 hardcode_libdir_flag_spec='-L$libdir'
9030 export_dynamic_flag_spec='${wl}--export-all-symbols'
8499 allow_undefined_flag=unsupported 9031 allow_undefined_flag=unsupported
8500 always_export_symbols=no 9032 always_export_symbols=no
8501 enable_shared_with_static_runtimes=yes 9033 enable_shared_with_static_runtimes=yes
8502 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' 9034 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9035 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
8503 9036
8504 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then 9037 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8505 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 9038 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8506 # If the export-symbols file already is a .def file (1st line 9039 # If the export-symbols file already is a .def file (1st line
8507 # is EXPORTS), use it as is; otherwise, prepend... 9040 # is EXPORTS), use it as is; otherwise, prepend...
8515 else 9048 else
8516 ld_shlibs=no 9049 ld_shlibs=no
8517 fi 9050 fi
8518 ;; 9051 ;;
8519 9052
9053 haiku*)
9054 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9055 link_all_deplibs=yes
9056 ;;
9057
8520 interix[3-9]*) 9058 interix[3-9]*)
8521 hardcode_direct=no 9059 hardcode_direct=no
8522 hardcode_shlibpath_var=no 9060 hardcode_shlibpath_var=no
8523 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 9061 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8524 export_dynamic_flag_spec='${wl}-E' 9062 export_dynamic_flag_spec='${wl}-E'
8540 esac 9078 esac
8541 fi 9079 fi
8542 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ 9080 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8543 && test "$tmp_diet" = no 9081 && test "$tmp_diet" = no
8544 then 9082 then
8545 tmp_addflag= 9083 tmp_addflag=' $pic_flag'
8546 tmp_sharedflag='-shared' 9084 tmp_sharedflag='-shared'
8547 case $cc_basename,$host_cpu in 9085 case $cc_basename,$host_cpu in
8548 pgcc*) # Portland Group C compiler 9086 pgcc*) # Portland Group C compiler
8549 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' 9087 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8550 tmp_addflag=' $pic_flag' 9088 tmp_addflag=' $pic_flag'
8551 ;; 9089 ;;
8552 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers 9090 pgf77* | pgf90* | pgf95* | pgfortran*)
8553 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' 9091 # Portland Group f77 and f90 compilers
9092 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8554 tmp_addflag=' $pic_flag -Mnomain' ;; 9093 tmp_addflag=' $pic_flag -Mnomain' ;;
8555 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 9094 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8556 tmp_addflag=' -i_dynamic' ;; 9095 tmp_addflag=' -i_dynamic' ;;
8557 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 9096 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8558 tmp_addflag=' -i_dynamic -nofor_main' ;; 9097 tmp_addflag=' -i_dynamic -nofor_main' ;;
8559 ifc* | ifort*) # Intel Fortran compiler 9098 ifc* | ifort*) # Intel Fortran compiler
8560 tmp_addflag=' -nofor_main' ;; 9099 tmp_addflag=' -nofor_main' ;;
8561 lf95*) # Lahey Fortran 8.1 9100 lf95*) # Lahey Fortran 8.1
8562 whole_archive_flag_spec= 9101 whole_archive_flag_spec=
8563 tmp_sharedflag='--shared' ;; 9102 tmp_sharedflag='--shared' ;;
8564 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) 9103 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8565 tmp_sharedflag='-qmkshrobj' 9104 tmp_sharedflag='-qmkshrobj'
8566 tmp_addflag= ;; 9105 tmp_addflag= ;;
9106 nvcc*) # Cuda Compiler Driver 2.2
9107 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9108 compiler_needs_object=yes
9109 ;;
8567 esac 9110 esac
8568 case `$CC -V 2>&1 | sed 5q` in 9111 case `$CC -V 2>&1 | sed 5q` in
8569 *Sun\ C*) # Sun C 5.9 9112 *Sun\ C*) # Sun C 5.9
8570 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' 9113 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8571 compiler_needs_object=yes 9114 compiler_needs_object=yes
8572 tmp_sharedflag='-G' ;; 9115 tmp_sharedflag='-G' ;;
8573 *Sun\ F*) # Sun Fortran 8.3 9116 *Sun\ F*) # Sun Fortran 8.3
8574 tmp_sharedflag='-G' ;; 9117 tmp_sharedflag='-G' ;;
8575 esac 9118 esac
8581 echo "local: *; };" >> $output_objdir/$libname.ver~ 9124 echo "local: *; };" >> $output_objdir/$libname.ver~
8582 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 9125 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8583 fi 9126 fi
8584 9127
8585 case $cc_basename in 9128 case $cc_basename in
8586 xlf*) 9129 xlf* | bgf* | bgxlf* | mpixlf*)
8587 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself 9130 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8588 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' 9131 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8589 hardcode_libdir_flag_spec= 9132 hardcode_libdir_flag_spec=
8590 hardcode_libdir_flag_spec_ld='-rpath $libdir' 9133 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8591 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' 9134 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8592 if test "x$supports_anon_versioning" = xyes; then 9135 if test "x$supports_anon_versioning" = xyes; then
8593 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 9136 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8594 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 9137 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8595 echo "local: *; };" >> $output_objdir/$libname.ver~ 9138 echo "local: *; };" >> $output_objdir/$libname.ver~
8596 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 9139 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8597 fi 9140 fi
8598 ;; 9141 ;;
8599 esac 9142 esac
8600 else 9143 else
8601 ld_shlibs=no 9144 ld_shlibs=no
8605 netbsd* | netbsdelf*-gnu) 9148 netbsd* | netbsdelf*-gnu)
8606 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then 9149 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8607 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 9150 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8608 wlarc= 9151 wlarc=
8609 else 9152 else
8610 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 9153 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8611 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 9154 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8612 fi 9155 fi
8613 ;; 9156 ;;
8614 9157
8615 solaris*) 9158 solaris*)
8616 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then 9159 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8624 *** your PATH or compiler configuration so that the native linker is 9167 *** your PATH or compiler configuration so that the native linker is
8625 *** used, and then restart. 9168 *** used, and then restart.
8626 9169
8627 _LT_EOF 9170 _LT_EOF
8628 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 9171 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8629 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 9172 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8630 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 9173 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8631 else 9174 else
8632 ld_shlibs=no 9175 ld_shlibs=no
8633 fi 9176 fi
8634 ;; 9177 ;;
8635 9178
8671 hardcode_shlibpath_var=no 9214 hardcode_shlibpath_var=no
8672 ;; 9215 ;;
8673 9216
8674 *) 9217 *)
8675 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 9218 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8676 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 9219 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8677 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 9220 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8678 else 9221 else
8679 ld_shlibs=no 9222 ld_shlibs=no
8680 fi 9223 fi
8681 ;; 9224 ;;
8682 esac 9225 esac
8712 exp_sym_flag='-Bexport' 9255 exp_sym_flag='-Bexport'
8713 no_entry_flag="" 9256 no_entry_flag=""
8714 else 9257 else
8715 # If we're using GNU nm, then we don't want the "-C" option. 9258 # If we're using GNU nm, then we don't want the "-C" option.
8716 # -C means demangle to AIX nm, but means don't demangle with GNU nm 9259 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9260 # Also, AIX nm treats weak defined symbols like other global
9261 # defined symbols, whereas GNU nm marks them as "W".
8717 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 9262 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8718 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' 9263 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8719 else 9264 else
8720 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' 9265 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8721 fi 9266 fi
8722 aix_use_runtimelinking=no 9267 aix_use_runtimelinking=no
8723 9268
8801 # Warning - without using the other runtime loading flags (-brtl), 9346 # Warning - without using the other runtime loading flags (-brtl),
8802 # -berok will link without error, but may produce a broken library. 9347 # -berok will link without error, but may produce a broken library.
8803 allow_undefined_flag='-berok' 9348 allow_undefined_flag='-berok'
8804 # Determine the default libpath from the value encoded in an 9349 # Determine the default libpath from the value encoded in an
8805 # empty executable. 9350 # empty executable.
8806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9351 if test "${lt_cv_aix_libpath+set}" = set; then
9352 aix_libpath=$lt_cv_aix_libpath
9353 else
9354 if ${lt_cv_aix_libpath_+:} false; then :
9355 $as_echo_n "(cached) " >&6
9356 else
9357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8807 /* end confdefs.h. */ 9358 /* end confdefs.h. */
8808 9359
8809 int 9360 int
8810 main () 9361 main ()
8811 { 9362 {
8814 return 0; 9365 return 0;
8815 } 9366 }
8816 _ACEOF 9367 _ACEOF
8817 if ac_fn_c_try_link "$LINENO"; then : 9368 if ac_fn_c_try_link "$LINENO"; then :
8818 9369
8819 lt_aix_libpath_sed=' 9370 lt_aix_libpath_sed='
8820 /Import File Strings/,/^$/ { 9371 /Import File Strings/,/^$/ {
8821 /^0/ { 9372 /^0/ {
8822 s/^0 *\(.*\)$/\1/ 9373 s/^0 *\([^ ]*\) *$/\1/
8823 p 9374 p
8824 } 9375 }
8825 }' 9376 }'
8826 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 9377 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8827 # Check for a 64-bit object if we didn't find anything. 9378 # Check for a 64-bit object if we didn't find anything.
8828 if test -z "$aix_libpath"; then 9379 if test -z "$lt_cv_aix_libpath_"; then
8829 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 9380 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8830 fi 9381 fi
8831 fi 9382 fi
8832 rm -f core conftest.err conftest.$ac_objext \ 9383 rm -f core conftest.err conftest.$ac_objext \
8833 conftest$ac_exeext conftest.$ac_ext 9384 conftest$ac_exeext conftest.$ac_ext
8834 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 9385 if test -z "$lt_cv_aix_libpath_"; then
9386 lt_cv_aix_libpath_="/usr/lib:/lib"
9387 fi
9388
9389 fi
9390
9391 aix_libpath=$lt_cv_aix_libpath_
9392 fi
8835 9393
8836 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 9394 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8837 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" 9395 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8838 else 9396 else
8839 if test "$host_cpu" = ia64; then 9397 if test "$host_cpu" = ia64; then
8840 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' 9398 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8841 allow_undefined_flag="-z nodefs" 9399 allow_undefined_flag="-z nodefs"
8842 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" 9400 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8843 else 9401 else
8844 # Determine the default libpath from the value encoded in an 9402 # Determine the default libpath from the value encoded in an
8845 # empty executable. 9403 # empty executable.
8846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9404 if test "${lt_cv_aix_libpath+set}" = set; then
9405 aix_libpath=$lt_cv_aix_libpath
9406 else
9407 if ${lt_cv_aix_libpath_+:} false; then :
9408 $as_echo_n "(cached) " >&6
9409 else
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8847 /* end confdefs.h. */ 9411 /* end confdefs.h. */
8848 9412
8849 int 9413 int
8850 main () 9414 main ()
8851 { 9415 {
8854 return 0; 9418 return 0;
8855 } 9419 }
8856 _ACEOF 9420 _ACEOF
8857 if ac_fn_c_try_link "$LINENO"; then : 9421 if ac_fn_c_try_link "$LINENO"; then :
8858 9422
8859 lt_aix_libpath_sed=' 9423 lt_aix_libpath_sed='
8860 /Import File Strings/,/^$/ { 9424 /Import File Strings/,/^$/ {
8861 /^0/ { 9425 /^0/ {
8862 s/^0 *\(.*\)$/\1/ 9426 s/^0 *\([^ ]*\) *$/\1/
8863 p 9427 p
8864 } 9428 }
8865 }' 9429 }'
8866 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 9430 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8867 # Check for a 64-bit object if we didn't find anything. 9431 # Check for a 64-bit object if we didn't find anything.
8868 if test -z "$aix_libpath"; then 9432 if test -z "$lt_cv_aix_libpath_"; then
8869 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 9433 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8870 fi 9434 fi
8871 fi 9435 fi
8872 rm -f core conftest.err conftest.$ac_objext \ 9436 rm -f core conftest.err conftest.$ac_objext \
8873 conftest$ac_exeext conftest.$ac_ext 9437 conftest$ac_exeext conftest.$ac_ext
8874 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 9438 if test -z "$lt_cv_aix_libpath_"; then
9439 lt_cv_aix_libpath_="/usr/lib:/lib"
9440 fi
9441
9442 fi
9443
9444 aix_libpath=$lt_cv_aix_libpath_
9445 fi
8875 9446
8876 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 9447 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8877 # Warning - without using the other run time loading flags, 9448 # Warning - without using the other run time loading flags,
8878 # -berok will link without error, but may produce a broken library. 9449 # -berok will link without error, but may produce a broken library.
8879 no_undefined_flag=' ${wl}-bernotok' 9450 no_undefined_flag=' ${wl}-bernotok'
8880 allow_undefined_flag=' ${wl}-berok' 9451 allow_undefined_flag=' ${wl}-berok'
8881 # Exported symbols can be pulled into shared objects from archives 9452 if test "$with_gnu_ld" = yes; then
8882 whole_archive_flag_spec='$convenience' 9453 # We only use this code for GNU lds that support --whole-archive.
9454 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9455 else
9456 # Exported symbols can be pulled into shared objects from archives
9457 whole_archive_flag_spec='$convenience'
9458 fi
8883 archive_cmds_need_lc=yes 9459 archive_cmds_need_lc=yes
8884 # This is similar to how AIX traditionally builds its shared libraries. 9460 # This is similar to how AIX traditionally builds its shared libraries.
8885 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' 9461 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8886 fi 9462 fi
8887 fi 9463 fi
8909 cygwin* | mingw* | pw32* | cegcc*) 9485 cygwin* | mingw* | pw32* | cegcc*)
8910 # When not using gcc, we currently assume that we are using 9486 # When not using gcc, we currently assume that we are using
8911 # Microsoft Visual C++. 9487 # Microsoft Visual C++.
8912 # hardcode_libdir_flag_spec is actually meaningless, as there is 9488 # hardcode_libdir_flag_spec is actually meaningless, as there is
8913 # no search path for DLLs. 9489 # no search path for DLLs.
8914 hardcode_libdir_flag_spec=' ' 9490 case $cc_basename in
8915 allow_undefined_flag=unsupported 9491 cl*)
8916 # Tell ltmain to make .lib files, not .a files. 9492 # Native MSVC
8917 libext=lib 9493 hardcode_libdir_flag_spec=' '
8918 # Tell ltmain to make .dll files, not .so files. 9494 allow_undefined_flag=unsupported
8919 shrext_cmds=".dll" 9495 always_export_symbols=yes
8920 # FIXME: Setting linknames here is a bad hack. 9496 file_list_spec='@'
8921 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' 9497 # Tell ltmain to make .lib files, not .a files.
8922 # The linker will automatically build a .lib file if we build a DLL. 9498 libext=lib
8923 old_archive_from_new_cmds='true' 9499 # Tell ltmain to make .dll files, not .so files.
8924 # FIXME: Should let the user specify the lib program. 9500 shrext_cmds=".dll"
8925 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' 9501 # FIXME: Setting linknames here is a bad hack.
8926 fix_srcfile_path='`cygpath -w "$srcfile"`' 9502 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
8927 enable_shared_with_static_runtimes=yes 9503 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9504 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9505 else
9506 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9507 fi~
9508 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9509 linknames='
9510 # The linker will not automatically build a static lib if we build a DLL.
9511 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9512 enable_shared_with_static_runtimes=yes
9513 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9514 # Don't use ranlib
9515 old_postinstall_cmds='chmod 644 $oldlib'
9516 postlink_cmds='lt_outputfile="@OUTPUT@"~
9517 lt_tool_outputfile="@TOOL_OUTPUT@"~
9518 case $lt_outputfile in
9519 *.exe|*.EXE) ;;
9520 *)
9521 lt_outputfile="$lt_outputfile.exe"
9522 lt_tool_outputfile="$lt_tool_outputfile.exe"
9523 ;;
9524 esac~
9525 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9526 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9527 $RM "$lt_outputfile.manifest";
9528 fi'
9529 ;;
9530 *)
9531 # Assume MSVC wrapper
9532 hardcode_libdir_flag_spec=' '
9533 allow_undefined_flag=unsupported
9534 # Tell ltmain to make .lib files, not .a files.
9535 libext=lib
9536 # Tell ltmain to make .dll files, not .so files.
9537 shrext_cmds=".dll"
9538 # FIXME: Setting linknames here is a bad hack.
9539 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9540 # The linker will automatically build a .lib file if we build a DLL.
9541 old_archive_from_new_cmds='true'
9542 # FIXME: Should let the user specify the lib program.
9543 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9544 enable_shared_with_static_runtimes=yes
9545 ;;
9546 esac
8928 ;; 9547 ;;
8929 9548
8930 darwin* | rhapsody*) 9549 darwin* | rhapsody*)
8931 9550
8932 9551
8933 archive_cmds_need_lc=no 9552 archive_cmds_need_lc=no
8934 hardcode_direct=no 9553 hardcode_direct=no
8935 hardcode_automatic=yes 9554 hardcode_automatic=yes
8936 hardcode_shlibpath_var=unsupported 9555 hardcode_shlibpath_var=unsupported
8937 whole_archive_flag_spec='' 9556 if test "$lt_cv_ld_force_load" = "yes"; then
9557 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9558 else
9559 whole_archive_flag_spec=''
9560 fi
8938 link_all_deplibs=yes 9561 link_all_deplibs=yes
8939 allow_undefined_flag="$_lt_dar_allow_undefined" 9562 allow_undefined_flag="$_lt_dar_allow_undefined"
8940 case $cc_basename in 9563 case $cc_basename in
8941 ifort*) _lt_dar_can_shared=yes ;; 9564 ifort*) _lt_dar_can_shared=yes ;;
8942 *) _lt_dar_can_shared=$GCC ;; 9565 *) _lt_dar_can_shared=$GCC ;;
8943 esac 9566 esac
8944 if test "$_lt_dar_can_shared" = "yes"; then 9567 if test "$_lt_dar_can_shared" = "yes"; then
8945 output_verbose_link_cmd=echo 9568 output_verbose_link_cmd=func_echo_all
8946 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 9569 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8947 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 9570 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8948 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 9571 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8949 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 9572 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8950 9573
8983 hardcode_shlibpath_var=no 9606 hardcode_shlibpath_var=no
8984 ;; 9607 ;;
8985 9608
8986 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 9609 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8987 freebsd* | dragonfly*) 9610 freebsd* | dragonfly*)
8988 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 9611 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8989 hardcode_libdir_flag_spec='-R$libdir' 9612 hardcode_libdir_flag_spec='-R$libdir'
8990 hardcode_direct=yes 9613 hardcode_direct=yes
8991 hardcode_shlibpath_var=no 9614 hardcode_shlibpath_var=no
8992 ;; 9615 ;;
8993 9616
8994 hpux9*) 9617 hpux9*)
8995 if test "$GCC" = yes; then 9618 if test "$GCC" = yes; then
8996 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 9619 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8997 else 9620 else
8998 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 9621 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8999 fi 9622 fi
9000 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 9623 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9001 hardcode_libdir_separator=: 9624 hardcode_libdir_separator=:
9006 hardcode_minus_L=yes 9629 hardcode_minus_L=yes
9007 export_dynamic_flag_spec='${wl}-E' 9630 export_dynamic_flag_spec='${wl}-E'
9008 ;; 9631 ;;
9009 9632
9010 hpux10*) 9633 hpux10*)
9011 if test "$GCC" = yes -a "$with_gnu_ld" = no; then 9634 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9012 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 9635 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9013 else 9636 else
9014 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 9637 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9015 fi 9638 fi
9016 if test "$with_gnu_ld" = no; then 9639 if test "$with_gnu_ld" = no; then
9017 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 9640 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9025 hardcode_minus_L=yes 9648 hardcode_minus_L=yes
9026 fi 9649 fi
9027 ;; 9650 ;;
9028 9651
9029 hpux11*) 9652 hpux11*)
9030 if test "$GCC" = yes -a "$with_gnu_ld" = no; then 9653 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9031 case $host_cpu in 9654 case $host_cpu in
9032 hppa*64*) 9655 hppa*64*)
9033 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 9656 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9034 ;; 9657 ;;
9035 ia64*) 9658 ia64*)
9036 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 9659 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9037 ;; 9660 ;;
9038 *) 9661 *)
9039 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 9662 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9040 ;; 9663 ;;
9041 esac 9664 esac
9042 else 9665 else
9043 case $host_cpu in 9666 case $host_cpu in
9044 hppa*64*) 9667 hppa*64*)
9046 ;; 9669 ;;
9047 ia64*) 9670 ia64*)
9048 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 9671 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9049 ;; 9672 ;;
9050 *) 9673 *)
9051 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 9674
9675 # Older versions of the 11.00 compiler do not understand -b yet
9676 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9678 $as_echo_n "checking if $CC understands -b... " >&6; }
9679 if ${lt_cv_prog_compiler__b+:} false; then :
9680 $as_echo_n "(cached) " >&6
9681 else
9682 lt_cv_prog_compiler__b=no
9683 save_LDFLAGS="$LDFLAGS"
9684 LDFLAGS="$LDFLAGS -b"
9685 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9686 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9687 # The linker can only warn and ignore the option if not recognized
9688 # So say no if there are warnings
9689 if test -s conftest.err; then
9690 # Append any errors to the config.log.
9691 cat conftest.err 1>&5
9692 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9693 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9694 if diff conftest.exp conftest.er2 >/dev/null; then
9695 lt_cv_prog_compiler__b=yes
9696 fi
9697 else
9698 lt_cv_prog_compiler__b=yes
9699 fi
9700 fi
9701 $RM -r conftest*
9702 LDFLAGS="$save_LDFLAGS"
9703
9704 fi
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9706 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9707
9708 if test x"$lt_cv_prog_compiler__b" = xyes; then
9709 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9710 else
9711 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9712 fi
9713
9052 ;; 9714 ;;
9053 esac 9715 esac
9054 fi 9716 fi
9055 if test "$with_gnu_ld" = no; then 9717 if test "$with_gnu_ld" = no; then
9056 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 9718 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9074 fi 9736 fi
9075 ;; 9737 ;;
9076 9738
9077 irix5* | irix6* | nonstopux*) 9739 irix5* | irix6* | nonstopux*)
9078 if test "$GCC" = yes; then 9740 if test "$GCC" = yes; then
9079 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 9741 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9080 # Try to use the -exported_symbol ld option, if it does not 9742 # Try to use the -exported_symbol ld option, if it does not
9081 # work, assume that -exports_file does not work either and 9743 # work, assume that -exports_file does not work either and
9082 # implicitly export all symbols. 9744 # implicitly export all symbols.
9083 save_LDFLAGS="$LDFLAGS" 9745 # This should be the same for all languages, so no per-tag cache variable.
9084 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" 9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9747 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9748 if ${lt_cv_irix_exported_symbol+:} false; then :
9749 $as_echo_n "(cached) " >&6
9750 else
9751 save_LDFLAGS="$LDFLAGS"
9752 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9086 /* end confdefs.h. */ 9754 /* end confdefs.h. */
9087 int foo(void) {} 9755 int foo (void) { return 0; }
9088 _ACEOF 9756 _ACEOF
9089 if ac_fn_c_try_link "$LINENO"; then : 9757 if ac_fn_c_try_link "$LINENO"; then :
9090 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' 9758 lt_cv_irix_exported_symbol=yes
9091 9759 else
9760 lt_cv_irix_exported_symbol=no
9092 fi 9761 fi
9093 rm -f core conftest.err conftest.$ac_objext \ 9762 rm -f core conftest.err conftest.$ac_objext \
9094 conftest$ac_exeext conftest.$ac_ext 9763 conftest$ac_exeext conftest.$ac_ext
9095 LDFLAGS="$save_LDFLAGS" 9764 LDFLAGS="$save_LDFLAGS"
9765 fi
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9767 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
9768 if test "$lt_cv_irix_exported_symbol" = yes; then
9769 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9770 fi
9096 else 9771 else
9097 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' 9772 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9098 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' 9773 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9099 fi 9774 fi
9100 archive_cmds_need_lc='no' 9775 archive_cmds_need_lc='no'
9101 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 9776 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9102 hardcode_libdir_separator=: 9777 hardcode_libdir_separator=:
9103 inherit_rpath=yes 9778 inherit_rpath=yes
9155 9830
9156 os2*) 9831 os2*)
9157 hardcode_libdir_flag_spec='-L$libdir' 9832 hardcode_libdir_flag_spec='-L$libdir'
9158 hardcode_minus_L=yes 9833 hardcode_minus_L=yes
9159 allow_undefined_flag=unsupported 9834 allow_undefined_flag=unsupported
9160 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' 9835 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9161 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 9836 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9162 ;; 9837 ;;
9163 9838
9164 osf3*) 9839 osf3*)
9165 if test "$GCC" = yes; then 9840 if test "$GCC" = yes; then
9166 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 9841 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9167 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 9842 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9168 else 9843 else
9169 allow_undefined_flag=' -expect_unresolved \*' 9844 allow_undefined_flag=' -expect_unresolved \*'
9170 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' 9845 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9171 fi 9846 fi
9172 archive_cmds_need_lc='no' 9847 archive_cmds_need_lc='no'
9173 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 9848 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9174 hardcode_libdir_separator=: 9849 hardcode_libdir_separator=:
9175 ;; 9850 ;;
9176 9851
9177 osf4* | osf5*) # as osf3* with the addition of -msym flag 9852 osf4* | osf5*) # as osf3* with the addition of -msym flag
9178 if test "$GCC" = yes; then 9853 if test "$GCC" = yes; then
9179 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 9854 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9180 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 9855 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9181 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 9856 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9182 else 9857 else
9183 allow_undefined_flag=' -expect_unresolved \*' 9858 allow_undefined_flag=' -expect_unresolved \*'
9184 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' 9859 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9185 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ 9860 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9186 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' 9861 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9187 9862
9188 # Both c and cxx compiler support -rpath directly 9863 # Both c and cxx compiler support -rpath directly
9189 hardcode_libdir_flag_spec='-rpath $libdir' 9864 hardcode_libdir_flag_spec='-rpath $libdir'
9190 fi 9865 fi
9191 archive_cmds_need_lc='no' 9866 archive_cmds_need_lc='no'
9194 9869
9195 solaris*) 9870 solaris*)
9196 no_undefined_flag=' -z defs' 9871 no_undefined_flag=' -z defs'
9197 if test "$GCC" = yes; then 9872 if test "$GCC" = yes; then
9198 wlarc='${wl}' 9873 wlarc='${wl}'
9199 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 9874 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9200 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 9875 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9201 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' 9876 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9202 else 9877 else
9203 case `$CC -V 2>&1` in 9878 case `$CC -V 2>&1` in
9204 *"Compilers 5.0"*) 9879 *"Compilers 5.0"*)
9205 wlarc='' 9880 wlarc=''
9206 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 9881 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9384 # Test whether the compiler implicitly links with -lc since on some 10059 # Test whether the compiler implicitly links with -lc since on some
9385 # systems, -lgcc has to come before -lc. If gcc already passes -lc 10060 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9386 # to ld, don't add -lc before -lgcc. 10061 # to ld, don't add -lc before -lgcc.
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 10062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9388 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 10063 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9389 $RM conftest* 10064 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9390 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 10065 $as_echo_n "(cached) " >&6
9391 10066 else
9392 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 10067 $RM conftest*
10068 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10069
10070 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9393 (eval $ac_compile) 2>&5 10071 (eval $ac_compile) 2>&5
9394 ac_status=$? 10072 ac_status=$?
9395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 10073 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9396 test $ac_status = 0; } 2>conftest.err; then 10074 test $ac_status = 0; } 2>conftest.err; then
9397 soname=conftest 10075 soname=conftest
9398 lib=conftest 10076 lib=conftest
9399 libobjs=conftest.$ac_objext 10077 libobjs=conftest.$ac_objext
9400 deplibs= 10078 deplibs=
9401 wl=$lt_prog_compiler_wl 10079 wl=$lt_prog_compiler_wl
9402 pic_flag=$lt_prog_compiler_pic 10080 pic_flag=$lt_prog_compiler_pic
9403 compiler_flags=-v 10081 compiler_flags=-v
9404 linker_flags=-v 10082 linker_flags=-v
9405 verstring= 10083 verstring=
9406 output_objdir=. 10084 output_objdir=.
9407 libname=conftest 10085 libname=conftest
9408 lt_save_allow_undefined_flag=$allow_undefined_flag 10086 lt_save_allow_undefined_flag=$allow_undefined_flag
9409 allow_undefined_flag= 10087 allow_undefined_flag=
9410 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 10088 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9411 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 10089 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9412 ac_status=$? 10090 ac_status=$?
9413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 10091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9414 test $ac_status = 0; } 10092 test $ac_status = 0; }
9415 then 10093 then
9416 archive_cmds_need_lc=no 10094 lt_cv_archive_cmds_need_lc=no
9417 else 10095 else
9418 archive_cmds_need_lc=yes 10096 lt_cv_archive_cmds_need_lc=yes
9419 fi 10097 fi
9420 allow_undefined_flag=$lt_save_allow_undefined_flag 10098 allow_undefined_flag=$lt_save_allow_undefined_flag
9421 else 10099 else
9422 cat conftest.err 1>&5 10100 cat conftest.err 1>&5
9423 fi 10101 fi
9424 $RM conftest* 10102 $RM conftest*
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5 10103
9426 $as_echo "$archive_cmds_need_lc" >&6; } 10104 fi
10105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10106 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10107 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9427 ;; 10108 ;;
9428 esac 10109 esac
9429 fi 10110 fi
9430 ;; 10111 ;;
9431 esac 10112 esac
9592 if test "$GCC" = yes; then 10273 if test "$GCC" = yes; then
9593 case $host_os in 10274 case $host_os in
9594 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; 10275 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9595 *) lt_awk_arg="/^libraries:/" ;; 10276 *) lt_awk_arg="/^libraries:/" ;;
9596 esac 10277 esac
9597 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` 10278 case $host_os in
9598 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then 10279 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10280 *) lt_sed_strip_eq="s,=/,/,g" ;;
10281 esac
10282 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10283 case $lt_search_path_spec in
10284 *\;*)
9599 # if the path contains ";" then we assume it to be the separator 10285 # if the path contains ";" then we assume it to be the separator
9600 # otherwise default to the standard path separator (i.e. ":") - it is 10286 # otherwise default to the standard path separator (i.e. ":") - it is
9601 # assumed that no part of a normal pathname contains ";" but that should 10287 # assumed that no part of a normal pathname contains ";" but that should
9602 # okay in the real world where ";" in dirpaths is itself problematic. 10288 # okay in the real world where ";" in dirpaths is itself problematic.
9603 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` 10289 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9604 else 10290 ;;
9605 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 10291 *)
9606 fi 10292 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10293 ;;
10294 esac
9607 # Ok, now we have the path, separated by spaces, we can step through it 10295 # Ok, now we have the path, separated by spaces, we can step through it
9608 # and add multilib dir if necessary. 10296 # and add multilib dir if necessary.
9609 lt_tmp_lt_search_path_spec= 10297 lt_tmp_lt_search_path_spec=
9610 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` 10298 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9611 for lt_sys_path in $lt_search_path_spec; do 10299 for lt_sys_path in $lt_search_path_spec; do
9614 else 10302 else
9615 test -d "$lt_sys_path" && \ 10303 test -d "$lt_sys_path" && \
9616 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" 10304 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9617 fi 10305 fi
9618 done 10306 done
9619 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' 10307 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9620 BEGIN {RS=" "; FS="/|\n";} { 10308 BEGIN {RS=" "; FS="/|\n";} {
9621 lt_foo=""; 10309 lt_foo="";
9622 lt_count=0; 10310 lt_count=0;
9623 for (lt_i = NF; lt_i > 0; lt_i--) { 10311 for (lt_i = NF; lt_i > 0; lt_i--) {
9624 if ($lt_i != "" && $lt_i != ".") { 10312 if ($lt_i != "" && $lt_i != ".") {
9634 } 10322 }
9635 } 10323 }
9636 if (lt_foo != "") { lt_freq[lt_foo]++; } 10324 if (lt_foo != "") { lt_freq[lt_foo]++; }
9637 if (lt_freq[lt_foo] == 1) { print lt_foo; } 10325 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9638 }'` 10326 }'`
9639 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` 10327 # AWK program above erroneously prepends '/' to C:/dos/paths
10328 # for these hosts.
10329 case $host_os in
10330 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10331 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10332 esac
10333 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9640 else 10334 else
9641 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 10335 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9642 fi 10336 fi
9643 library_names_spec= 10337 library_names_spec=
9644 libname_spec='lib$name' 10338 libname_spec='lib$name'
9722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9723 ;; 10417 ;;
9724 m68k) 10418 m68k)
9725 library_names_spec='$libname.ixlibrary $libname.a' 10419 library_names_spec='$libname.ixlibrary $libname.a'
9726 # Create ${libname}_ixlibrary.a entries in /sys/libs. 10420 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9727 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 10421 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9728 ;; 10422 ;;
9729 esac 10423 esac
9730 ;; 10424 ;;
9731 10425
9732 beos*) 10426 beos*)
9753 version_type=windows 10447 version_type=windows
9754 shrext_cmds=".dll" 10448 shrext_cmds=".dll"
9755 need_version=no 10449 need_version=no
9756 need_lib_prefix=no 10450 need_lib_prefix=no
9757 10451
9758 case $GCC,$host_os in 10452 case $GCC,$cc_basename in
9759 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) 10453 yes,*)
10454 # gcc
9760 library_names_spec='$libname.dll.a' 10455 library_names_spec='$libname.dll.a'
9761 # DLL is installed to $(libdir)/../bin by postinstall_cmds 10456 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9762 postinstall_cmds='base_file=`basename \${file}`~ 10457 postinstall_cmds='base_file=`basename \${file}`~
9763 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ 10458 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9764 dldir=$destdir/`dirname \$dlpath`~ 10459 dldir=$destdir/`dirname \$dlpath`~
9775 10470
9776 case $host_os in 10471 case $host_os in
9777 cygwin*) 10472 cygwin*)
9778 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 10473 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9779 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 10474 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9780 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 10475
10476 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9781 ;; 10477 ;;
9782 mingw* | cegcc*) 10478 mingw* | cegcc*)
9783 # MinGW DLLs use traditional 'lib' prefix 10479 # MinGW DLLs use traditional 'lib' prefix
9784 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 10480 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9785 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9786 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9787 # It is most probably a Windows format PATH printed by
9788 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9789 # path with ; separators, and with drive letters. We can handle the
9790 # drive letters (cygwin fileutils understands them), so leave them,
9791 # especially as we might pass files found there to a mingw objdump,
9792 # which wouldn't understand a cygwinified path. Ahh.
9793 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9794 else
9795 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9796 fi
9797 ;; 10481 ;;
9798 pw32*) 10482 pw32*)
9799 # pw32 DLLs use 'pw' prefix rather than 'lib' 10483 # pw32 DLLs use 'pw' prefix rather than 'lib'
9800 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 10484 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9801 ;; 10485 ;;
9802 esac 10486 esac
10487 dynamic_linker='Win32 ld.exe'
9803 ;; 10488 ;;
9804 10489
10490 *,cl*)
10491 # Native MSVC
10492 libname_spec='$name'
10493 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10494 library_names_spec='${libname}.dll.lib'
10495
10496 case $build_os in
10497 mingw*)
10498 sys_lib_search_path_spec=
10499 lt_save_ifs=$IFS
10500 IFS=';'
10501 for lt_path in $LIB
10502 do
10503 IFS=$lt_save_ifs
10504 # Let DOS variable expansion print the short 8.3 style file name.
10505 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10506 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10507 done
10508 IFS=$lt_save_ifs
10509 # Convert to MSYS style.
10510 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10511 ;;
10512 cygwin*)
10513 # Convert to unix form, then to dos form, then back to unix form
10514 # but this time dos style (no spaces!) so that the unix form looks
10515 # like /cygdrive/c/PROGRA~1:/cygdr...
10516 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10517 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10518 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10519 ;;
10520 *)
10521 sys_lib_search_path_spec="$LIB"
10522 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10523 # It is most probably a Windows format PATH.
10524 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10525 else
10526 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10527 fi
10528 # FIXME: find the short name or the path components, as spaces are
10529 # common. (e.g. "Program Files" -> "PROGRA~1")
10530 ;;
10531 esac
10532
10533 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10534 postinstall_cmds='base_file=`basename \${file}`~
10535 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10536 dldir=$destdir/`dirname \$dlpath`~
10537 test -d \$dldir || mkdir -p \$dldir~
10538 $install_prog $dir/$dlname \$dldir/$dlname'
10539 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10540 dlpath=$dir/\$dldll~
10541 $RM \$dlpath'
10542 shlibpath_overrides_runpath=yes
10543 dynamic_linker='Win32 link.exe'
10544 ;;
10545
9805 *) 10546 *)
10547 # Assume MSVC wrapper
9806 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 10548 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10549 dynamic_linker='Win32 ld.exe'
9807 ;; 10550 ;;
9808 esac 10551 esac
9809 dynamic_linker='Win32 ld.exe'
9810 # FIXME: first we should search . and the directory the executable is in 10552 # FIXME: first we should search . and the directory the executable is in
9811 shlibpath_var=PATH 10553 shlibpath_var=PATH
9812 ;; 10554 ;;
9813 10555
9814 darwin* | rhapsody*) 10556 darwin* | rhapsody*)
9888 need_lib_prefix=no 10630 need_lib_prefix=no
9889 need_version=no 10631 need_version=no
9890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9891 soname_spec='${libname}${release}${shared_ext}$major' 10633 soname_spec='${libname}${release}${shared_ext}$major'
9892 shlibpath_var=LD_LIBRARY_PATH 10634 shlibpath_var=LD_LIBRARY_PATH
10635 shlibpath_overrides_runpath=no
10636 hardcode_into_libs=yes
10637 ;;
10638
10639 haiku*)
10640 version_type=linux
10641 need_lib_prefix=no
10642 need_version=no
10643 dynamic_linker="$host_os runtime_loader"
10644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10645 soname_spec='${libname}${release}${shared_ext}$major'
10646 shlibpath_var=LIBRARY_PATH
10647 shlibpath_overrides_runpath=yes
10648 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9893 hardcode_into_libs=yes 10649 hardcode_into_libs=yes
9894 ;; 10650 ;;
9895 10651
9896 hpux9* | hpux10* | hpux11*) 10652 hpux9* | hpux10* | hpux11*)
9897 # Give a soname corresponding to the major version so that dld.sl refuses to 10653 # Give a soname corresponding to the major version so that dld.sl refuses to
9933 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 10689 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9934 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9935 soname_spec='${libname}${release}${shared_ext}$major' 10691 soname_spec='${libname}${release}${shared_ext}$major'
9936 ;; 10692 ;;
9937 esac 10693 esac
9938 # HP-UX runs *really* slowly unless shared libraries are mode 555. 10694 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9939 postinstall_cmds='chmod 555 $lib' 10695 postinstall_cmds='chmod 555 $lib'
10696 # or fails outright, so override atomically:
10697 install_override_mode=555
9940 ;; 10698 ;;
9941 10699
9942 interix[3-9]*) 10700 interix[3-9]*)
9943 version_type=linux 10701 version_type=linux
9944 need_lib_prefix=no 10702 need_lib_prefix=no
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10002 soname_spec='${libname}${release}${shared_ext}$major' 10760 soname_spec='${libname}${release}${shared_ext}$major'
10003 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 10761 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10004 shlibpath_var=LD_LIBRARY_PATH 10762 shlibpath_var=LD_LIBRARY_PATH
10005 shlibpath_overrides_runpath=no 10763 shlibpath_overrides_runpath=no
10764
10006 # Some binutils ld are patched to set DT_RUNPATH 10765 # Some binutils ld are patched to set DT_RUNPATH
10007 save_LDFLAGS=$LDFLAGS 10766 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10008 save_libdir=$libdir 10767 $as_echo_n "(cached) " >&6
10009 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ 10768 else
10010 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" 10769 lt_cv_shlibpath_overrides_runpath=no
10011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10770 save_LDFLAGS=$LDFLAGS
10771 save_libdir=$libdir
10772 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10773 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10012 /* end confdefs.h. */ 10775 /* end confdefs.h. */
10013 10776
10014 int 10777 int
10015 main () 10778 main ()
10016 { 10779 {
10019 return 0; 10782 return 0;
10020 } 10783 }
10021 _ACEOF 10784 _ACEOF
10022 if ac_fn_c_try_link "$LINENO"; then : 10785 if ac_fn_c_try_link "$LINENO"; then :
10023 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : 10786 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10024 shlibpath_overrides_runpath=yes 10787 lt_cv_shlibpath_overrides_runpath=yes
10025 fi 10788 fi
10026 fi 10789 fi
10027 rm -f core conftest.err conftest.$ac_objext \ 10790 rm -f core conftest.err conftest.$ac_objext \
10028 conftest$ac_exeext conftest.$ac_ext 10791 conftest$ac_exeext conftest.$ac_ext
10029 LDFLAGS=$save_LDFLAGS 10792 LDFLAGS=$save_LDFLAGS
10030 libdir=$save_libdir 10793 libdir=$save_libdir
10794
10795 fi
10796
10797 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10031 10798
10032 # This implies no fast_install, which is unacceptable. 10799 # This implies no fast_install, which is unacceptable.
10033 # Some rework will be needed to allow for fast_install 10800 # Some rework will be needed to allow for fast_install
10034 # before this can be enabled. 10801 # before this can be enabled.
10035 hardcode_into_libs=yes 10802 hardcode_into_libs=yes
10036 10803
10037 # Append ld.so.conf contents to the search path 10804 # Append ld.so.conf contents to the search path
10038 if test -f /etc/ld.so.conf; then 10805 if test -f /etc/ld.so.conf; then
10039 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 10806 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10040 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 10807 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10041 fi 10808 fi
10042 10809
10043 # We used to test for /lib/ld.so.1 and disable shared libraries on 10810 # We used to test for /lib/ld.so.1 and disable shared libraries on
10044 # powerpc, because MkLinux only supported shared libraries with the 10811 # powerpc, because MkLinux only supported shared libraries with the
10349 11116
10350 11117
10351 11118
10352 11119
10353 11120
11121
11122
11123
11124
11125
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 11126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10355 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } 11127 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10356 hardcode_action= 11128 hardcode_action=
10357 if test -n "$hardcode_libdir_flag_spec" || 11129 if test -n "$hardcode_libdir_flag_spec" ||
10358 test -n "$runpath_var" || 11130 test -n "$runpath_var" ||
10421 11193
10422 darwin*) 11194 darwin*)
10423 # if libdl is installed we need to link against it 11195 # if libdl is installed we need to link against it
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10425 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11197 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10426 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11198 if ${ac_cv_lib_dl_dlopen+:} false; then :
10427 $as_echo_n "(cached) " >&6 11199 $as_echo_n "(cached) " >&6
10428 else 11200 else
10429 ac_check_lib_save_LIBS=$LIBS 11201 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-ldl $LIBS" 11202 LIBS="-ldl $LIBS"
10431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10455 conftest$ac_exeext conftest.$ac_ext 11227 conftest$ac_exeext conftest.$ac_ext
10456 LIBS=$ac_check_lib_save_LIBS 11228 LIBS=$ac_check_lib_save_LIBS
10457 fi 11229 fi
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10459 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11231 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10460 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11232 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10461 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11233 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10462 else 11234 else
10463 11235
10464 lt_cv_dlopen="dyld" 11236 lt_cv_dlopen="dyld"
10465 lt_cv_dlopen_libs= 11237 lt_cv_dlopen_libs=
10469 11241
10470 ;; 11242 ;;
10471 11243
10472 *) 11244 *)
10473 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 11245 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10474 if test "x$ac_cv_func_shl_load" = x""yes; then : 11246 if test "x$ac_cv_func_shl_load" = xyes; then :
10475 lt_cv_dlopen="shl_load" 11247 lt_cv_dlopen="shl_load"
10476 else 11248 else
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10478 $as_echo_n "checking for shl_load in -ldld... " >&6; } 11250 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10479 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 11251 if ${ac_cv_lib_dld_shl_load+:} false; then :
10480 $as_echo_n "(cached) " >&6 11252 $as_echo_n "(cached) " >&6
10481 else 11253 else
10482 ac_check_lib_save_LIBS=$LIBS 11254 ac_check_lib_save_LIBS=$LIBS
10483 LIBS="-ldld $LIBS" 11255 LIBS="-ldld $LIBS"
10484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10508 conftest$ac_exeext conftest.$ac_ext 11280 conftest$ac_exeext conftest.$ac_ext
10509 LIBS=$ac_check_lib_save_LIBS 11281 LIBS=$ac_check_lib_save_LIBS
10510 fi 11282 fi
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10512 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 11284 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10513 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 11285 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10514 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 11286 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10515 else 11287 else
10516 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 11288 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10517 if test "x$ac_cv_func_dlopen" = x""yes; then : 11289 if test "x$ac_cv_func_dlopen" = xyes; then :
10518 lt_cv_dlopen="dlopen" 11290 lt_cv_dlopen="dlopen"
10519 else 11291 else
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10521 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11293 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10522 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11294 if ${ac_cv_lib_dl_dlopen+:} false; then :
10523 $as_echo_n "(cached) " >&6 11295 $as_echo_n "(cached) " >&6
10524 else 11296 else
10525 ac_check_lib_save_LIBS=$LIBS 11297 ac_check_lib_save_LIBS=$LIBS
10526 LIBS="-ldl $LIBS" 11298 LIBS="-ldl $LIBS"
10527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10551 conftest$ac_exeext conftest.$ac_ext 11323 conftest$ac_exeext conftest.$ac_ext
10552 LIBS=$ac_check_lib_save_LIBS 11324 LIBS=$ac_check_lib_save_LIBS
10553 fi 11325 fi
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10555 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11327 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10556 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11328 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10557 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11329 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10558 else 11330 else
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10560 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 11332 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10561 if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 11333 if ${ac_cv_lib_svld_dlopen+:} false; then :
10562 $as_echo_n "(cached) " >&6 11334 $as_echo_n "(cached) " >&6
10563 else 11335 else
10564 ac_check_lib_save_LIBS=$LIBS 11336 ac_check_lib_save_LIBS=$LIBS
10565 LIBS="-lsvld $LIBS" 11337 LIBS="-lsvld $LIBS"
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10590 conftest$ac_exeext conftest.$ac_ext 11362 conftest$ac_exeext conftest.$ac_ext
10591 LIBS=$ac_check_lib_save_LIBS 11363 LIBS=$ac_check_lib_save_LIBS
10592 fi 11364 fi
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10594 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 11366 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10595 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 11367 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10596 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 11368 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10597 else 11369 else
10598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10599 $as_echo_n "checking for dld_link in -ldld... " >&6; } 11371 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10600 if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 11372 if ${ac_cv_lib_dld_dld_link+:} false; then :
10601 $as_echo_n "(cached) " >&6 11373 $as_echo_n "(cached) " >&6
10602 else 11374 else
10603 ac_check_lib_save_LIBS=$LIBS 11375 ac_check_lib_save_LIBS=$LIBS
10604 LIBS="-ldld $LIBS" 11376 LIBS="-ldld $LIBS"
10605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10629 conftest$ac_exeext conftest.$ac_ext 11401 conftest$ac_exeext conftest.$ac_ext
10630 LIBS=$ac_check_lib_save_LIBS 11402 LIBS=$ac_check_lib_save_LIBS
10631 fi 11403 fi
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10633 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 11405 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10634 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 11406 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10635 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 11407 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10636 fi 11408 fi
10637 11409
10638 11410
10639 fi 11411 fi
10670 save_LIBS="$LIBS" 11442 save_LIBS="$LIBS"
10671 LIBS="$lt_cv_dlopen_libs $LIBS" 11443 LIBS="$lt_cv_dlopen_libs $LIBS"
10672 11444
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10674 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11446 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10675 if test "${lt_cv_dlopen_self+set}" = set; then : 11447 if ${lt_cv_dlopen_self+:} false; then :
10676 $as_echo_n "(cached) " >&6 11448 $as_echo_n "(cached) " >&6
10677 else 11449 else
10678 if test "$cross_compiling" = yes; then : 11450 if test "$cross_compiling" = yes; then :
10679 lt_cv_dlopen_self=cross 11451 lt_cv_dlopen_self=cross
10680 else 11452 else
10681 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11453 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10682 lt_status=$lt_dlunknown 11454 lt_status=$lt_dlunknown
10683 cat > conftest.$ac_ext <<_LT_EOF 11455 cat > conftest.$ac_ext <<_LT_EOF
10684 #line 10684 "configure" 11456 #line $LINENO "configure"
10685 #include "confdefs.h" 11457 #include "confdefs.h"
10686 11458
10687 #if HAVE_DLFCN_H 11459 #if HAVE_DLFCN_H
10688 #include <dlfcn.h> 11460 #include <dlfcn.h>
10689 #endif 11461 #endif
10720 # endif 11492 # endif
10721 # endif 11493 # endif
10722 # endif 11494 # endif
10723 #endif 11495 #endif
10724 11496
10725 void fnord() { int i=42;} 11497 /* When -fvisbility=hidden is used, assume the code has been annotated
11498 correspondingly for the symbols needed. */
11499 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11500 int fnord () __attribute__((visibility("default")));
11501 #endif
11502
11503 int fnord () { return 42; }
10726 int main () 11504 int main ()
10727 { 11505 {
10728 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 11506 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10729 int status = $lt_dlunknown; 11507 int status = $lt_dlunknown;
10730 11508
10731 if (self) 11509 if (self)
10732 { 11510 {
10733 if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 11511 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10734 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 11512 else
11513 {
11514 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11515 else puts (dlerror ());
11516 }
10735 /* dlclose (self); */ 11517 /* dlclose (self); */
10736 } 11518 }
10737 else 11519 else
10738 puts (dlerror ()); 11520 puts (dlerror ());
10739 11521
10766 11548
10767 if test "x$lt_cv_dlopen_self" = xyes; then 11549 if test "x$lt_cv_dlopen_self" = xyes; then
10768 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 11550 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 11551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10770 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11552 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10771 if test "${lt_cv_dlopen_self_static+set}" = set; then : 11553 if ${lt_cv_dlopen_self_static+:} false; then :
10772 $as_echo_n "(cached) " >&6 11554 $as_echo_n "(cached) " >&6
10773 else 11555 else
10774 if test "$cross_compiling" = yes; then : 11556 if test "$cross_compiling" = yes; then :
10775 lt_cv_dlopen_self_static=cross 11557 lt_cv_dlopen_self_static=cross
10776 else 11558 else
10777 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11559 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10778 lt_status=$lt_dlunknown 11560 lt_status=$lt_dlunknown
10779 cat > conftest.$ac_ext <<_LT_EOF 11561 cat > conftest.$ac_ext <<_LT_EOF
10780 #line 10780 "configure" 11562 #line $LINENO "configure"
10781 #include "confdefs.h" 11563 #include "confdefs.h"
10782 11564
10783 #if HAVE_DLFCN_H 11565 #if HAVE_DLFCN_H
10784 #include <dlfcn.h> 11566 #include <dlfcn.h>
10785 #endif 11567 #endif
10816 # endif 11598 # endif
10817 # endif 11599 # endif
10818 # endif 11600 # endif
10819 #endif 11601 #endif
10820 11602
10821 void fnord() { int i=42;} 11603 /* When -fvisbility=hidden is used, assume the code has been annotated
11604 correspondingly for the symbols needed. */
11605 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11606 int fnord () __attribute__((visibility("default")));
11607 #endif
11608
11609 int fnord () { return 42; }
10822 int main () 11610 int main ()
10823 { 11611 {
10824 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 11612 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10825 int status = $lt_dlunknown; 11613 int status = $lt_dlunknown;
10826 11614
10827 if (self) 11615 if (self)
10828 { 11616 {
10829 if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 11617 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10830 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 11618 else
11619 {
11620 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11621 else puts (dlerror ());
11622 }
10831 /* dlclose (self); */ 11623 /* dlclose (self); */
10832 } 11624 }
10833 else 11625 else
10834 puts (dlerror ()); 11626 puts (dlerror ());
10835 11627
11045 do 11837 do
11046 # Extract the first word of "$ac_prog", so it can be a program name with args. 11838 # Extract the first word of "$ac_prog", so it can be a program name with args.
11047 set dummy $ac_prog; ac_word=$2 11839 set dummy $ac_prog; ac_word=$2
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11049 $as_echo_n "checking for $ac_word... " >&6; } 11841 $as_echo_n "checking for $ac_word... " >&6; }
11050 if test "${ac_cv_prog_AWK+set}" = set; then : 11842 if ${ac_cv_prog_AWK+:} false; then :
11051 $as_echo_n "(cached) " >&6 11843 $as_echo_n "(cached) " >&6
11052 else 11844 else
11053 if test -n "$AWK"; then 11845 if test -n "$AWK"; then
11054 ac_cv_prog_AWK="$AWK" # Let the user override the test. 11846 ac_cv_prog_AWK="$AWK" # Let the user override the test.
11055 else 11847 else
11093 _libcurl_ldflags="-L$withval/lib" 11885 _libcurl_ldflags="-L$withval/lib"
11094 # Extract the first word of "curl-config", so it can be a program name with args. 11886 # Extract the first word of "curl-config", so it can be a program name with args.
11095 set dummy curl-config; ac_word=$2 11887 set dummy curl-config; ac_word=$2
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11097 $as_echo_n "checking for $ac_word... " >&6; } 11889 $as_echo_n "checking for $ac_word... " >&6; }
11098 if test "${ac_cv_path__libcurl_config+set}" = set; then : 11890 if ${ac_cv_path__libcurl_config+:} false; then :
11099 $as_echo_n "(cached) " >&6 11891 $as_echo_n "(cached) " >&6
11100 else 11892 else
11101 case $_libcurl_config in 11893 case $_libcurl_config in
11102 [\\/]* | ?:[\\/]*) 11894 [\\/]* | ?:[\\/]*)
11103 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path. 11895 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path.
11135 else 11927 else
11136 # Extract the first word of "curl-config", so it can be a program name with args. 11928 # Extract the first word of "curl-config", so it can be a program name with args.
11137 set dummy curl-config; ac_word=$2 11929 set dummy curl-config; ac_word=$2
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11139 $as_echo_n "checking for $ac_word... " >&6; } 11931 $as_echo_n "checking for $ac_word... " >&6; }
11140 if test "${ac_cv_path__libcurl_config+set}" = set; then : 11932 if ${ac_cv_path__libcurl_config+:} false; then :
11141 $as_echo_n "(cached) " >&6 11933 $as_echo_n "(cached) " >&6
11142 else 11934 else
11143 case $_libcurl_config in 11935 case $_libcurl_config in
11144 [\\/]* | ?:[\\/]*) 11936 [\\/]* | ?:[\\/]*)
11145 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path. 11937 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path.
11176 fi 11968 fi
11177 11969
11178 if test x$_libcurl_config != "x" ; then 11970 if test x$_libcurl_config != "x" ; then
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the version of libcurl" >&5 11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the version of libcurl" >&5
11180 $as_echo_n "checking for the version of libcurl... " >&6; } 11972 $as_echo_n "checking for the version of libcurl... " >&6; }
11181 if test "${libcurl_cv_lib_curl_version+set}" = set; then : 11973 if ${libcurl_cv_lib_curl_version+:} false; then :
11182 $as_echo_n "(cached) " >&6 11974 $as_echo_n "(cached) " >&6
11183 else 11975 else
11184 libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'` 11976 libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'`
11185 fi 11977 fi
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_version" >&5 11978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_version" >&5
11190 _libcurl_wanted=`echo 0 | $_libcurl_version_parse` 11982 _libcurl_wanted=`echo 0 | $_libcurl_version_parse`
11191 11983
11192 if test $_libcurl_wanted -gt 0 ; then 11984 if test $_libcurl_wanted -gt 0 ; then
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl >= version " >&5 11985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl >= version " >&5
11194 $as_echo_n "checking for libcurl >= version ... " >&6; } 11986 $as_echo_n "checking for libcurl >= version ... " >&6; }
11195 if test "${libcurl_cv_lib_version_ok+set}" = set; then : 11987 if ${libcurl_cv_lib_version_ok+:} false; then :
11196 $as_echo_n "(cached) " >&6 11988 $as_echo_n "(cached) " >&6
11197 else 11989 else
11198 11990
11199 if test $_libcurl_version -ge $_libcurl_wanted ; then 11991 if test $_libcurl_version -ge $_libcurl_wanted ; then
11200 libcurl_cv_lib_version_ok=yes 11992 libcurl_cv_lib_version_ok=yes
11244 # link line (or failing that, "-lcurl") is enough. 12036 # link line (or failing that, "-lcurl") is enough.
11245 LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"} 12037 LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"}
11246 12038
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libcurl is usable" >&5 12039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libcurl is usable" >&5
11248 $as_echo_n "checking whether libcurl is usable... " >&6; } 12040 $as_echo_n "checking whether libcurl is usable... " >&6; }
11249 if test "${libcurl_cv_lib_curl_usable+set}" = set; then : 12041 if ${libcurl_cv_lib_curl_usable+:} false; then :
11250 $as_echo_n "(cached) " >&6 12042 $as_echo_n "(cached) " >&6
11251 else 12043 else
11252 12044
11253 _libcurl_save_cppflags=$CPPFLAGS 12045 _libcurl_save_cppflags=$CPPFLAGS
11254 CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS" 12046 CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS"
11303 CPPFLAGS="$CPPFLAGS $LIBCURL_CPPFLAGS" 12095 CPPFLAGS="$CPPFLAGS $LIBCURL_CPPFLAGS"
11304 _libcurl_save_libs=$LIBS 12096 _libcurl_save_libs=$LIBS
11305 LIBS="$LIBS $LIBCURL" 12097 LIBS="$LIBS $LIBCURL"
11306 12098
11307 ac_fn_c_check_func "$LINENO" "curl_free" "ac_cv_func_curl_free" 12099 ac_fn_c_check_func "$LINENO" "curl_free" "ac_cv_func_curl_free"
11308 if test "x$ac_cv_func_curl_free" = x""yes; then : 12100 if test "x$ac_cv_func_curl_free" = xyes; then :
11309 12101
11310 else 12102 else
11311 12103
11312 $as_echo "#define curl_free free" >>confdefs.h 12104 $as_echo "#define curl_free free" >>confdefs.h
11313 12105
11471 t end 12263 t end
11472 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 12264 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11473 :end' >>confcache 12265 :end' >>confcache
11474 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 12266 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11475 if test -w "$cache_file"; then 12267 if test -w "$cache_file"; then
11476 test "x$cache_file" != "x/dev/null" && 12268 if test "x$cache_file" != "x/dev/null"; then
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 12269 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11478 $as_echo "$as_me: updating cache $cache_file" >&6;} 12270 $as_echo "$as_me: updating cache $cache_file" >&6;}
11479 cat confcache >$cache_file 12271 if test ! -f "$cache_file" || test -h "$cache_file"; then
12272 cat confcache >"$cache_file"
12273 else
12274 case $cache_file in #(
12275 */* | ?:*)
12276 mv -f confcache "$cache_file"$$ &&
12277 mv -f "$cache_file"$$ "$cache_file" ;; #(
12278 *)
12279 mv -f confcache "$cache_file" ;;
12280 esac
12281 fi
12282 fi
11480 else 12283 else
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 12284 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11482 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 12285 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11483 fi 12286 fi
11484 fi 12287 fi
11558 am__EXEEXT_TRUE='#' 12361 am__EXEEXT_TRUE='#'
11559 am__EXEEXT_FALSE= 12362 am__EXEEXT_FALSE=
11560 fi 12363 fi
11561 12364
11562 12365
11563 : ${CONFIG_STATUS=./config.status} 12366 : "${CONFIG_STATUS=./config.status}"
11564 ac_write_fail=0 12367 ac_write_fail=0
11565 ac_clean_files_save=$ac_clean_files 12368 ac_clean_files_save=$ac_clean_files
11566 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12369 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 12370 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11568 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 12371 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11659 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 12462 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11660 # splitting by setting IFS to empty value.) 12463 # splitting by setting IFS to empty value.)
11661 IFS=" "" $as_nl" 12464 IFS=" "" $as_nl"
11662 12465
11663 # Find who we are. Look in the path if we contain no directory separator. 12466 # Find who we are. Look in the path if we contain no directory separator.
12467 as_myself=
11664 case $0 in #(( 12468 case $0 in #((
11665 *[\\/]* ) as_myself=$0 ;; 12469 *[\\/]* ) as_myself=$0 ;;
11666 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12470 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11667 for as_dir in $PATH 12471 for as_dir in $PATH
11668 do 12472 do
11966 # Save the log message, to keep $0 and so on meaningful, and to 12770 # Save the log message, to keep $0 and so on meaningful, and to
11967 # report actual input values of CONFIG_FILES etc. instead of their 12771 # report actual input values of CONFIG_FILES etc. instead of their
11968 # values after options handling. 12772 # values after options handling.
11969 ac_log=" 12773 ac_log="
11970 This file was extended by urweb_feed $as_me 1.0, which was 12774 This file was extended by urweb_feed $as_me 1.0, which was
11971 generated by GNU Autoconf 2.67. Invocation command line was 12775 generated by GNU Autoconf 2.68. Invocation command line was
11972 12776
11973 CONFIG_FILES = $CONFIG_FILES 12777 CONFIG_FILES = $CONFIG_FILES
11974 CONFIG_HEADERS = $CONFIG_HEADERS 12778 CONFIG_HEADERS = $CONFIG_HEADERS
11975 CONFIG_LINKS = $CONFIG_LINKS 12779 CONFIG_LINKS = $CONFIG_LINKS
11976 CONFIG_COMMANDS = $CONFIG_COMMANDS 12780 CONFIG_COMMANDS = $CONFIG_COMMANDS
12023 _ACEOF 12827 _ACEOF
12024 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12828 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12025 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 12829 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12026 ac_cs_version="\\ 12830 ac_cs_version="\\
12027 urweb_feed config.status 1.0 12831 urweb_feed config.status 1.0
12028 configured by $0, generated by GNU Autoconf 2.67, 12832 configured by $0, generated by GNU Autoconf 2.68,
12029 with options \\"\$ac_cs_config\\" 12833 with options \\"\$ac_cs_config\\"
12030 12834
12031 Copyright (C) 2010 Free Software Foundation, Inc. 12835 Copyright (C) 2010 Free Software Foundation, Inc.
12032 This config.status script is free software; the Free Software Foundation 12836 This config.status script is free software; the Free Software Foundation
12033 gives unlimited permission to copy, distribute and modify it." 12837 gives unlimited permission to copy, distribute and modify it."
12140 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 12944 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12141 12945
12142 sed_quote_subst='$sed_quote_subst' 12946 sed_quote_subst='$sed_quote_subst'
12143 double_quote_subst='$double_quote_subst' 12947 double_quote_subst='$double_quote_subst'
12144 delay_variable_subst='$delay_variable_subst' 12948 delay_variable_subst='$delay_variable_subst'
12145 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' 12949 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12146 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' 12950 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12147 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' 12951 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12148 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' 12952 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12149 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' 12953 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12150 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' 12954 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12151 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' 12955 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12152 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' 12956 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12153 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' 12957 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12154 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' 12958 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12155 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' 12959 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12156 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' 12960 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12157 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' 12961 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12158 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' 12962 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12159 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' 12963 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12160 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' 12964 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12161 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' 12965 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12162 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' 12966 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12163 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' 12967 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12164 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' 12968 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12165 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' 12969 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12166 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' 12970 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12167 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' 12971 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12168 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' 12972 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12169 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' 12973 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12170 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' 12974 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12171 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' 12975 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12172 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' 12976 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12173 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' 12977 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
12174 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' 12978 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
12175 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' 12979 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12176 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' 12980 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12177 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' 12981 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12178 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' 12982 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12179 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' 12983 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12180 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' 12984 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
12181 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' 12985 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
12182 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' 12986 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
12183 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' 12987 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
12184 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' 12988 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12185 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' 12989 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12186 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' 12990 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
12187 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' 12991 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12188 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' 12992 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12189 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' 12993 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12190 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' 12994 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12191 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' 12995 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12192 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' 12996 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12193 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' 12997 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12194 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' 12998 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12195 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' 12999 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12196 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' 13000 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12197 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' 13001 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12198 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' 13002 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12199 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' 13003 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12200 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' 13004 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
12201 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' 13005 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
12202 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' 13006 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
12203 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' 13007 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12204 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' 13008 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12205 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' 13009 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12206 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' 13010 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12207 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13011 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12208 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13012 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12209 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' 13013 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12210 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' 13014 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12211 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' 13015 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
12212 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' 13016 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12213 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' 13017 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12214 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13018 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12215 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13019 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12216 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13020 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12217 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13021 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12218 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13022 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12219 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13023 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12220 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' 13024 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12221 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' 13025 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12222 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' 13026 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12223 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' 13027 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12224 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' 13028 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12225 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' 13029 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12226 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' 13030 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12227 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' 13031 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12228 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' 13032 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12229 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' 13033 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12230 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' 13034 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12231 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' 13035 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12232 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' 13036 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12233 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' 13037 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12234 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' 13038 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12235 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13039 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12236 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' 13040 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12237 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' 13041 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12238 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13042 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12239 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' 13043 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12240 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' 13044 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12241 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' 13045 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12242 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' 13046 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12243 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' 13047 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12244 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' 13048 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12245 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' 13049 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12246 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' 13050 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12247 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' 13051 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12248 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' 13052 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12249 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' 13053 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
12250 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13054 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12251 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13055 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12252 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' 13056 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12253 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' 13057 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12254 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' 13058 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12255 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' 13059 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12256 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' 13060 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12257 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' 13061 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12258 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' 13062 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12259 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' 13063 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12260 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' 13064 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12261 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' 13065 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12262 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' 13066 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13067 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13068 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13069 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13070 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13071 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13072 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13073 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13074 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13075 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13076 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13077 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13078 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12263 13079
12264 LTCC='$LTCC' 13080 LTCC='$LTCC'
12265 LTCFLAGS='$LTCFLAGS' 13081 LTCFLAGS='$LTCFLAGS'
12266 compiler='$compiler_DEFAULT' 13082 compiler='$compiler_DEFAULT'
12267 13083
13084 # A function that is used when there is no print builtin or printf.
13085 func_fallback_echo ()
13086 {
13087 eval 'cat <<_LTECHO_EOF
13088 \$1
13089 _LTECHO_EOF'
13090 }
13091
12268 # Quote evaled strings. 13092 # Quote evaled strings.
12269 for var in SED \ 13093 for var in SHELL \
13094 ECHO \
13095 SED \
12270 GREP \ 13096 GREP \
12271 EGREP \ 13097 EGREP \
12272 FGREP \ 13098 FGREP \
12273 LD \ 13099 LD \
12274 NM \ 13100 NM \
12277 lt_NL2SP \ 13103 lt_NL2SP \
12278 reload_flag \ 13104 reload_flag \
12279 OBJDUMP \ 13105 OBJDUMP \
12280 deplibs_check_method \ 13106 deplibs_check_method \
12281 file_magic_cmd \ 13107 file_magic_cmd \
13108 file_magic_glob \
13109 want_nocaseglob \
13110 DLLTOOL \
13111 sharedlib_from_linklib_cmd \
12282 AR \ 13112 AR \
12283 AR_FLAGS \ 13113 AR_FLAGS \
13114 archiver_list_spec \
12284 STRIP \ 13115 STRIP \
12285 RANLIB \ 13116 RANLIB \
12286 CC \ 13117 CC \
12287 CFLAGS \ 13118 CFLAGS \
12288 compiler \ 13119 compiler \
12289 lt_cv_sys_global_symbol_pipe \ 13120 lt_cv_sys_global_symbol_pipe \
12290 lt_cv_sys_global_symbol_to_cdecl \ 13121 lt_cv_sys_global_symbol_to_cdecl \
12291 lt_cv_sys_global_symbol_to_c_name_address \ 13122 lt_cv_sys_global_symbol_to_c_name_address \
12292 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ 13123 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12293 SHELL \ 13124 nm_file_list_spec \
12294 ECHO \
12295 lt_prog_compiler_no_builtin_flag \ 13125 lt_prog_compiler_no_builtin_flag \
13126 lt_prog_compiler_pic \
12296 lt_prog_compiler_wl \ 13127 lt_prog_compiler_wl \
12297 lt_prog_compiler_pic \
12298 lt_prog_compiler_static \ 13128 lt_prog_compiler_static \
12299 lt_cv_prog_compiler_c_o \ 13129 lt_cv_prog_compiler_c_o \
12300 need_locks \ 13130 need_locks \
13131 MANIFEST_TOOL \
12301 DSYMUTIL \ 13132 DSYMUTIL \
12302 NMEDIT \ 13133 NMEDIT \
12303 LIPO \ 13134 LIPO \
12304 OTOOL \ 13135 OTOOL \
12305 OTOOL64 \ 13136 OTOOL64 \
12311 allow_undefined_flag \ 13142 allow_undefined_flag \
12312 no_undefined_flag \ 13143 no_undefined_flag \
12313 hardcode_libdir_flag_spec \ 13144 hardcode_libdir_flag_spec \
12314 hardcode_libdir_flag_spec_ld \ 13145 hardcode_libdir_flag_spec_ld \
12315 hardcode_libdir_separator \ 13146 hardcode_libdir_separator \
12316 fix_srcfile_path \
12317 exclude_expsyms \ 13147 exclude_expsyms \
12318 include_expsyms \ 13148 include_expsyms \
12319 file_list_spec \ 13149 file_list_spec \
12320 variables_saved_for_relink \ 13150 variables_saved_for_relink \
12321 libname_spec \ 13151 libname_spec \
12322 library_names_spec \ 13152 library_names_spec \
12323 soname_spec \ 13153 soname_spec \
13154 install_override_mode \
12324 finish_eval \ 13155 finish_eval \
12325 old_striplib \ 13156 old_striplib \
12326 striplib; do 13157 striplib; do
12327 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in 13158 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12328 *[\\\\\\\`\\"\\\$]*) 13159 *[\\\\\\\`\\"\\\$]*)
12329 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" 13160 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12330 ;; 13161 ;;
12331 *) 13162 *)
12332 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" 13163 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12333 ;; 13164 ;;
12334 esac 13165 esac
12346 archive_expsym_cmds \ 13177 archive_expsym_cmds \
12347 module_cmds \ 13178 module_cmds \
12348 module_expsym_cmds \ 13179 module_expsym_cmds \
12349 export_symbols_cmds \ 13180 export_symbols_cmds \
12350 prelink_cmds \ 13181 prelink_cmds \
13182 postlink_cmds \
12351 postinstall_cmds \ 13183 postinstall_cmds \
12352 postuninstall_cmds \ 13184 postuninstall_cmds \
12353 finish_cmds \ 13185 finish_cmds \
12354 sys_lib_search_path_spec \ 13186 sys_lib_search_path_spec \
12355 sys_lib_dlsearch_path_spec; do 13187 sys_lib_dlsearch_path_spec; do
12356 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in 13188 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12357 *[\\\\\\\`\\"\\\$]*) 13189 *[\\\\\\\`\\"\\\$]*)
12358 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" 13190 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12359 ;; 13191 ;;
12360 *) 13192 *)
12361 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" 13193 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12362 ;; 13194 ;;
12363 esac 13195 esac
12364 done 13196 done
12365
12366 # Fix-up fallback echo if it was mangled by the above quoting rules.
12367 case \$lt_ECHO in
12368 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12369 ;;
12370 esac
12371 13197
12372 ac_aux_dir='$ac_aux_dir' 13198 ac_aux_dir='$ac_aux_dir'
12373 xsi_shell='$xsi_shell' 13199 xsi_shell='$xsi_shell'
12374 lt_shell_append='$lt_shell_append' 13200 lt_shell_append='$lt_shell_append'
12375 13201
12401 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 13227 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12402 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13228 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12403 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;; 13229 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;;
12404 "src/ur/config.urp") CONFIG_FILES="$CONFIG_FILES src/ur/config.urp" ;; 13230 "src/ur/config.urp") CONFIG_FILES="$CONFIG_FILES src/ur/config.urp" ;;
12405 13231
12406 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 13232 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12407 esac 13233 esac
12408 done 13234 done
12409 13235
12410 13236
12411 # If the user did not use the arguments to specify the items to instantiate, 13237 # If the user did not use the arguments to specify the items to instantiate,
12423 # Hook for its removal unless debugging. 13249 # Hook for its removal unless debugging.
12424 # Note that there is a small window in which the directory will not be cleaned: 13250 # Note that there is a small window in which the directory will not be cleaned:
12425 # after its creation but before its name has been assigned to `$tmp'. 13251 # after its creation but before its name has been assigned to `$tmp'.
12426 $debug || 13252 $debug ||
12427 { 13253 {
12428 tmp= 13254 tmp= ac_tmp=
12429 trap 'exit_status=$? 13255 trap 'exit_status=$?
12430 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 13256 : "${ac_tmp:=$tmp}"
13257 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12431 ' 0 13258 ' 0
12432 trap 'as_fn_exit 1' 1 2 13 15 13259 trap 'as_fn_exit 1' 1 2 13 15
12433 } 13260 }
12434 # Create a (secure) tmp directory for tmp files. 13261 # Create a (secure) tmp directory for tmp files.
12435 13262
12436 { 13263 {
12437 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 13264 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12438 test -n "$tmp" && test -d "$tmp" 13265 test -d "$tmp"
12439 } || 13266 } ||
12440 { 13267 {
12441 tmp=./conf$$-$RANDOM 13268 tmp=./conf$$-$RANDOM
12442 (umask 077 && mkdir "$tmp") 13269 (umask 077 && mkdir "$tmp")
12443 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 13270 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13271 ac_tmp=$tmp
12444 13272
12445 # Set up the scripts for CONFIG_FILES section. 13273 # Set up the scripts for CONFIG_FILES section.
12446 # No need to generate them if there are no CONFIG_FILES. 13274 # No need to generate them if there are no CONFIG_FILES.
12447 # This happens for instance with `./config.status config.h'. 13275 # This happens for instance with `./config.status config.h'.
12448 if test -n "$CONFIG_FILES"; then 13276 if test -n "$CONFIG_FILES"; then
12460 ac_cs_awk_cr='\\r' 13288 ac_cs_awk_cr='\\r'
12461 else 13289 else
12462 ac_cs_awk_cr=$ac_cr 13290 ac_cs_awk_cr=$ac_cr
12463 fi 13291 fi
12464 13292
12465 echo 'BEGIN {' >"$tmp/subs1.awk" && 13293 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12466 _ACEOF 13294 _ACEOF
12467 13295
12468 13296
12469 { 13297 {
12470 echo "cat >conf$$subs.awk <<_ACEOF" && 13298 echo "cat >conf$$subs.awk <<_ACEOF" &&
12488 fi 13316 fi
12489 done 13317 done
12490 rm -f conf$$subs.sh 13318 rm -f conf$$subs.sh
12491 13319
12492 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13320 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12493 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 13321 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12494 _ACEOF 13322 _ACEOF
12495 sed -n ' 13323 sed -n '
12496 h 13324 h
12497 s/^/S["/; s/!.*/"]=/ 13325 s/^/S["/; s/!.*/"]=/
12498 p 13326 p
12536 } 13364 }
12537 ' >>$CONFIG_STATUS || ac_write_fail=1 13365 ' >>$CONFIG_STATUS || ac_write_fail=1
12538 rm -f conf$$subs.awk 13366 rm -f conf$$subs.awk
12539 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13367 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12540 _ACAWK 13368 _ACAWK
12541 cat >>"\$tmp/subs1.awk" <<_ACAWK && 13369 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12542 for (key in S) S_is_set[key] = 1 13370 for (key in S) S_is_set[key] = 1
12543 FS = "" 13371 FS = ""
12544 13372
12545 } 13373 }
12546 { 13374 {
12568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 13396 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12569 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 13397 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12570 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 13398 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12571 else 13399 else
12572 cat 13400 cat
12573 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 13401 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12574 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 13402 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12575 _ACEOF 13403 _ACEOF
12576 13404
12577 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 13405 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12578 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 13406 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12608 case $ac_tag in 13436 case $ac_tag in
12609 :[FHLC]) ac_mode=$ac_tag; continue;; 13437 :[FHLC]) ac_mode=$ac_tag; continue;;
12610 esac 13438 esac
12611 case $ac_mode$ac_tag in 13439 case $ac_mode$ac_tag in
12612 :[FHL]*:*);; 13440 :[FHL]*:*);;
12613 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 13441 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
12614 :[FH]-) ac_tag=-:-;; 13442 :[FH]-) ac_tag=-:-;;
12615 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 13443 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12616 esac 13444 esac
12617 ac_save_IFS=$IFS 13445 ac_save_IFS=$IFS
12618 IFS=: 13446 IFS=:
12627 :[FH]) 13455 :[FH])
12628 ac_file_inputs= 13456 ac_file_inputs=
12629 for ac_f 13457 for ac_f
12630 do 13458 do
12631 case $ac_f in 13459 case $ac_f in
12632 -) ac_f="$tmp/stdin";; 13460 -) ac_f="$ac_tmp/stdin";;
12633 *) # Look for the file first in the build tree, then in the source tree 13461 *) # Look for the file first in the build tree, then in the source tree
12634 # (if the path is not absolute). The absolute path cannot be DOS-style, 13462 # (if the path is not absolute). The absolute path cannot be DOS-style,
12635 # because $ac_f cannot contain `:'. 13463 # because $ac_f cannot contain `:'.
12636 test -f "$ac_f" || 13464 test -f "$ac_f" ||
12637 case $ac_f in 13465 case $ac_f in
12638 [\\/$]*) false;; 13466 [\\/$]*) false;;
12639 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 13467 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12640 esac || 13468 esac ||
12641 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 13469 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12642 esac 13470 esac
12643 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 13471 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12644 as_fn_append ac_file_inputs " '$ac_f'" 13472 as_fn_append ac_file_inputs " '$ac_f'"
12645 done 13473 done
12646 13474
12662 sed 's/[\\\\&|]/\\\\&/g'`;; #( 13490 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12663 *) ac_sed_conf_input=$configure_input;; 13491 *) ac_sed_conf_input=$configure_input;;
12664 esac 13492 esac
12665 13493
12666 case $ac_tag in 13494 case $ac_tag in
12667 *:-:* | *:-) cat >"$tmp/stdin" \ 13495 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12668 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 13496 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12669 esac 13497 esac
12670 ;; 13498 ;;
12671 esac 13499 esac
12672 13500
12673 ac_dir=`$as_dirname -- "$ac_file" || 13501 ac_dir=`$as_dirname -- "$ac_file" ||
12799 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 13627 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12800 s&@INSTALL@&$ac_INSTALL&;t t 13628 s&@INSTALL@&$ac_INSTALL&;t t
12801 s&@MKDIR_P@&$ac_MKDIR_P&;t t 13629 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12802 $ac_datarootdir_hack 13630 $ac_datarootdir_hack
12803 " 13631 "
12804 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 13632 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12805 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 13633 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12806 13634
12807 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 13635 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12808 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 13636 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12809 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 13637 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13638 "$ac_tmp/out"`; test -z "$ac_out"; } &&
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 13639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12811 which seems to be undefined. Please make sure it is defined" >&5 13640 which seems to be undefined. Please make sure it is defined" >&5
12812 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 13641 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12813 which seems to be undefined. Please make sure it is defined" >&2;} 13642 which seems to be undefined. Please make sure it is defined" >&2;}
12814 13643
12815 rm -f "$tmp/stdin" 13644 rm -f "$ac_tmp/stdin"
12816 case $ac_file in 13645 case $ac_file in
12817 -) cat "$tmp/out" && rm -f "$tmp/out";; 13646 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12818 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 13647 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
12819 esac \ 13648 esac \
12820 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 13649 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12821 ;; 13650 ;;
12822 13651
12823 13652
12942 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION 13771 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12943 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 13772 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12944 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 13773 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12945 # 13774 #
12946 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 13775 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12947 # 2006, 2007, 2008 Free Software Foundation, Inc. 13776 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
13777 # Inc.
12948 # Written by Gordon Matzigkeit, 1996 13778 # Written by Gordon Matzigkeit, 1996
12949 # 13779 #
12950 # This file is part of GNU Libtool. 13780 # This file is part of GNU Libtool.
12951 # 13781 #
12952 # GNU Libtool is free software; you can redistribute it and/or 13782 # GNU Libtool is free software; you can redistribute it and/or
12990 pic_mode=$pic_mode 13820 pic_mode=$pic_mode
12991 13821
12992 # Whether or not to optimize for fast installation. 13822 # Whether or not to optimize for fast installation.
12993 fast_install=$enable_fast_install 13823 fast_install=$enable_fast_install
12994 13824
13825 # Shell to use when invoking shell scripts.
13826 SHELL=$lt_SHELL
13827
13828 # An echo program that protects backslashes.
13829 ECHO=$lt_ECHO
13830
12995 # The host system. 13831 # The host system.
12996 host_alias=$host_alias 13832 host_alias=$host_alias
12997 host=$host 13833 host=$host
12998 host_os=$host_os 13834 host_os=$host_os
12999 13835
13039 SP2NL=$lt_lt_SP2NL 13875 SP2NL=$lt_lt_SP2NL
13040 13876
13041 # turn newlines into spaces. 13877 # turn newlines into spaces.
13042 NL2SP=$lt_lt_NL2SP 13878 NL2SP=$lt_lt_NL2SP
13043 13879
13044 # How to create reloadable object files. 13880 # convert \$build file names to \$host format.
13045 reload_flag=$lt_reload_flag 13881 to_host_file_cmd=$lt_cv_to_host_file_cmd
13046 reload_cmds=$lt_reload_cmds 13882
13883 # convert \$build files to toolchain format.
13884 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
13047 13885
13048 # An object symbol dumper. 13886 # An object symbol dumper.
13049 OBJDUMP=$lt_OBJDUMP 13887 OBJDUMP=$lt_OBJDUMP
13050 13888
13051 # Method to check whether dependent libraries are shared objects. 13889 # Method to check whether dependent libraries are shared objects.
13052 deplibs_check_method=$lt_deplibs_check_method 13890 deplibs_check_method=$lt_deplibs_check_method
13053 13891
13054 # Command to use when deplibs_check_method == "file_magic". 13892 # Command to use when deplibs_check_method = "file_magic".
13055 file_magic_cmd=$lt_file_magic_cmd 13893 file_magic_cmd=$lt_file_magic_cmd
13894
13895 # How to find potential files when deplibs_check_method = "file_magic".
13896 file_magic_glob=$lt_file_magic_glob
13897
13898 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
13899 want_nocaseglob=$lt_want_nocaseglob
13900
13901 # DLL creation program.
13902 DLLTOOL=$lt_DLLTOOL
13903
13904 # Command to associate shared and link libraries.
13905 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
13056 13906
13057 # The archiver. 13907 # The archiver.
13058 AR=$lt_AR 13908 AR=$lt_AR
13909
13910 # Flags to create an archive.
13059 AR_FLAGS=$lt_AR_FLAGS 13911 AR_FLAGS=$lt_AR_FLAGS
13912
13913 # How to feed a file listing to the archiver.
13914 archiver_list_spec=$lt_archiver_list_spec
13060 13915
13061 # A symbol stripping program. 13916 # A symbol stripping program.
13062 STRIP=$lt_STRIP 13917 STRIP=$lt_STRIP
13063 13918
13064 # Commands used to install an old-style archive. 13919 # Commands used to install an old-style archive.
13065 RANLIB=$lt_RANLIB 13920 RANLIB=$lt_RANLIB
13066 old_postinstall_cmds=$lt_old_postinstall_cmds 13921 old_postinstall_cmds=$lt_old_postinstall_cmds
13067 old_postuninstall_cmds=$lt_old_postuninstall_cmds 13922 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13068 13923
13924 # Whether to use a lock for old archive extraction.
13925 lock_old_archive_extraction=$lock_old_archive_extraction
13926
13069 # A C compiler. 13927 # A C compiler.
13070 LTCC=$lt_CC 13928 LTCC=$lt_CC
13071 13929
13072 # LTCC compiler flags. 13930 # LTCC compiler flags.
13073 LTCFLAGS=$lt_CFLAGS 13931 LTCFLAGS=$lt_CFLAGS
13082 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 13940 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13083 13941
13084 # Transform the output of nm in a C name address pair when lib prefix is needed. 13942 # Transform the output of nm in a C name address pair when lib prefix is needed.
13085 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 13943 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13086 13944
13945 # Specify filename containing input files for \$NM.
13946 nm_file_list_spec=$lt_nm_file_list_spec
13947
13948 # The root where to search for dependent libraries,and in which our libraries should be installed.
13949 lt_sysroot=$lt_sysroot
13950
13087 # The name of the directory that contains temporary libtool files. 13951 # The name of the directory that contains temporary libtool files.
13088 objdir=$objdir 13952 objdir=$objdir
13089 13953
13090 # Shell to use when invoking shell scripts.
13091 SHELL=$lt_SHELL
13092
13093 # An echo program that does not interpret backslashes.
13094 ECHO=$lt_ECHO
13095
13096 # Used to examine libraries when file_magic_cmd begins with "file". 13954 # Used to examine libraries when file_magic_cmd begins with "file".
13097 MAGIC_CMD=$MAGIC_CMD 13955 MAGIC_CMD=$MAGIC_CMD
13098 13956
13099 # Must we lock files when doing compilation? 13957 # Must we lock files when doing compilation?
13100 need_locks=$lt_need_locks 13958 need_locks=$lt_need_locks
13959
13960 # Manifest tool.
13961 MANIFEST_TOOL=$lt_MANIFEST_TOOL
13101 13962
13102 # Tool to manipulate archived DWARF debug symbol files on Mac OS X. 13963 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13103 DSYMUTIL=$lt_DSYMUTIL 13964 DSYMUTIL=$lt_DSYMUTIL
13104 13965
13105 # Tool to change global to local symbols on Mac OS X. 13966 # Tool to change global to local symbols on Mac OS X.
13153 library_names_spec=$lt_library_names_spec 14014 library_names_spec=$lt_library_names_spec
13154 14015
13155 # The coded name of the library, if different from the real name. 14016 # The coded name of the library, if different from the real name.
13156 soname_spec=$lt_soname_spec 14017 soname_spec=$lt_soname_spec
13157 14018
14019 # Permission mode override for installation of shared libraries.
14020 install_override_mode=$lt_install_override_mode
14021
13158 # Command to use after installation of a shared archive. 14022 # Command to use after installation of a shared archive.
13159 postinstall_cmds=$lt_postinstall_cmds 14023 postinstall_cmds=$lt_postinstall_cmds
13160 14024
13161 # Command to use after uninstallation of a shared archive. 14025 # Command to use after uninstallation of a shared archive.
13162 postuninstall_cmds=$lt_postuninstall_cmds 14026 postuninstall_cmds=$lt_postuninstall_cmds
13192 14056
13193 14057
13194 # The linker used to build libraries. 14058 # The linker used to build libraries.
13195 LD=$lt_LD 14059 LD=$lt_LD
13196 14060
14061 # How to create reloadable object files.
14062 reload_flag=$lt_reload_flag
14063 reload_cmds=$lt_reload_cmds
14064
13197 # Commands used to build an old-style archive. 14065 # Commands used to build an old-style archive.
13198 old_archive_cmds=$lt_old_archive_cmds 14066 old_archive_cmds=$lt_old_archive_cmds
13199 14067
13200 # A language specific compiler. 14068 # A language specific compiler.
13201 CC=$lt_compiler 14069 CC=$lt_compiler
13204 with_gcc=$GCC 14072 with_gcc=$GCC
13205 14073
13206 # Compiler flag to turn off builtin functions. 14074 # Compiler flag to turn off builtin functions.
13207 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 14075 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13208 14076
14077 # Additional compiler flags for building library objects.
14078 pic_flag=$lt_lt_prog_compiler_pic
14079
13209 # How to pass a linker flag through the compiler. 14080 # How to pass a linker flag through the compiler.
13210 wl=$lt_lt_prog_compiler_wl 14081 wl=$lt_lt_prog_compiler_wl
13211
13212 # Additional compiler flags for building library objects.
13213 pic_flag=$lt_lt_prog_compiler_pic
13214 14082
13215 # Compiler flag to prevent dynamic linking. 14083 # Compiler flag to prevent dynamic linking.
13216 link_static_flag=$lt_lt_prog_compiler_static 14084 link_static_flag=$lt_lt_prog_compiler_static
13217 14085
13218 # Does compiler simultaneously support -c and -o options? 14086 # Does compiler simultaneously support -c and -o options?
13296 inherit_rpath=$inherit_rpath 14164 inherit_rpath=$inherit_rpath
13297 14165
13298 # Whether libtool must link a program against all its dependency libraries. 14166 # Whether libtool must link a program against all its dependency libraries.
13299 link_all_deplibs=$link_all_deplibs 14167 link_all_deplibs=$link_all_deplibs
13300 14168
13301 # Fix the shell variable \$srcfile for the compiler.
13302 fix_srcfile_path=$lt_fix_srcfile_path
13303
13304 # Set to "yes" if exported symbols are required. 14169 # Set to "yes" if exported symbols are required.
13305 always_export_symbols=$always_export_symbols 14170 always_export_symbols=$always_export_symbols
13306 14171
13307 # The commands to list exported symbols. 14172 # The commands to list exported symbols.
13308 export_symbols_cmds=$lt_export_symbols_cmds 14173 export_symbols_cmds=$lt_export_symbols_cmds
13313 # Symbols that must always be exported. 14178 # Symbols that must always be exported.
13314 include_expsyms=$lt_include_expsyms 14179 include_expsyms=$lt_include_expsyms
13315 14180
13316 # Commands necessary for linking programs (against libraries) with templates. 14181 # Commands necessary for linking programs (against libraries) with templates.
13317 prelink_cmds=$lt_prelink_cmds 14182 prelink_cmds=$lt_prelink_cmds
14183
14184 # Commands necessary for finishing linking programs.
14185 postlink_cmds=$lt_postlink_cmds
13318 14186
13319 # Specify filename containing input files. 14187 # Specify filename containing input files.
13320 file_list_spec=$lt_file_list_spec 14188 file_list_spec=$lt_file_list_spec
13321 14189
13322 # How to hardcode a shared library path into an executable. 14190 # How to hardcode a shared library path into an executable.
13346 14214
13347 # We use sed instead of cat because bash on DJGPP gets confused if 14215 # We use sed instead of cat because bash on DJGPP gets confused if
13348 # if finds mixed CR/LF and LF-only lines. Since sed operates in 14216 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13349 # text mode, it properly converts lines to CR/LF. This bash problem 14217 # text mode, it properly converts lines to CR/LF. This bash problem
13350 # is reportedly fixed, but why not run on old versions too? 14218 # is reportedly fixed, but why not run on old versions too?
13351 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ 14219 sed '$q' "$ltmain" >> "$cfgfile" \
13352 || (rm -f "$cfgfile"; exit 1) 14220 || (rm -f "$cfgfile"; exit 1)
13353 14221
13354 case $xsi_shell in 14222 if test x"$xsi_shell" = xyes; then
13355 yes) 14223 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
13356 cat << \_LT_EOF >> "$cfgfile" 14224 func_dirname ()\
13357 14225 {\
13358 # func_dirname file append nondir_replacement 14226 \ case ${1} in\
13359 # Compute the dirname of FILE. If nonempty, add APPEND to the result, 14227 \ */*) func_dirname_result="${1%/*}${2}" ;;\
13360 # otherwise set result to NONDIR_REPLACEMENT. 14228 \ * ) func_dirname_result="${3}" ;;\
13361 func_dirname () 14229 \ esac\
13362 { 14230 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
13363 case ${1} in 14231 && mv -f "$cfgfile.tmp" "$cfgfile" \
13364 */*) func_dirname_result="${1%/*}${2}" ;; 14232 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13365 * ) func_dirname_result="${3}" ;; 14233 test 0 -eq $? || _lt_function_replace_fail=:
13366 esac 14234
13367 } 14235
13368 14236 sed -e '/^func_basename ()$/,/^} # func_basename /c\
13369 # func_basename file 14237 func_basename ()\
13370 func_basename () 14238 {\
13371 { 14239 \ func_basename_result="${1##*/}"\
13372 func_basename_result="${1##*/}" 14240 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
13373 } 14241 && mv -f "$cfgfile.tmp" "$cfgfile" \
13374 14242 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13375 # func_dirname_and_basename file append nondir_replacement 14243 test 0 -eq $? || _lt_function_replace_fail=:
13376 # perform func_basename and func_dirname in a single function 14244
13377 # call: 14245
13378 # dirname: Compute the dirname of FILE. If nonempty, 14246 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
13379 # add APPEND to the result, otherwise set result 14247 func_dirname_and_basename ()\
13380 # to NONDIR_REPLACEMENT. 14248 {\
13381 # value returned in "$func_dirname_result" 14249 \ case ${1} in\
13382 # basename: Compute filename of FILE. 14250 \ */*) func_dirname_result="${1%/*}${2}" ;;\
13383 # value retuned in "$func_basename_result" 14251 \ * ) func_dirname_result="${3}" ;;\
13384 # Implementation must be kept synchronized with func_dirname 14252 \ esac\
13385 # and func_basename. For efficiency, we do not delegate to 14253 \ func_basename_result="${1##*/}"\
13386 # those functions but instead duplicate the functionality here. 14254 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
13387 func_dirname_and_basename () 14255 && mv -f "$cfgfile.tmp" "$cfgfile" \
13388 { 14256 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13389 case ${1} in 14257 test 0 -eq $? || _lt_function_replace_fail=:
13390 */*) func_dirname_result="${1%/*}${2}" ;; 14258
13391 * ) func_dirname_result="${3}" ;; 14259
13392 esac 14260 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
13393 func_basename_result="${1##*/}" 14261 func_stripname ()\
13394 } 14262 {\
13395 14263 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
13396 # func_stripname prefix suffix name 14264 \ # positional parameters, so assign one to ordinary parameter first.\
13397 # strip PREFIX and SUFFIX off of NAME. 14265 \ func_stripname_result=${3}\
13398 # PREFIX and SUFFIX must not contain globbing or regex special 14266 \ func_stripname_result=${func_stripname_result#"${1}"}\
13399 # characters, hashes, percent signs, but SUFFIX may contain a leading 14267 \ func_stripname_result=${func_stripname_result%"${2}"}\
13400 # dot (in which case that matches only a dot). 14268 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
13401 func_stripname () 14269 && mv -f "$cfgfile.tmp" "$cfgfile" \
13402 { 14270 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13403 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are 14271 test 0 -eq $? || _lt_function_replace_fail=:
13404 # positional parameters, so assign one to ordinary parameter first. 14272
13405 func_stripname_result=${3} 14273
13406 func_stripname_result=${func_stripname_result#"${1}"} 14274 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
13407 func_stripname_result=${func_stripname_result%"${2}"} 14275 func_split_long_opt ()\
13408 } 14276 {\
13409 14277 \ func_split_long_opt_name=${1%%=*}\
13410 # func_opt_split 14278 \ func_split_long_opt_arg=${1#*=}\
13411 func_opt_split () 14279 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
13412 { 14280 && mv -f "$cfgfile.tmp" "$cfgfile" \
13413 func_opt_split_opt=${1%%=*} 14281 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13414 func_opt_split_arg=${1#*=} 14282 test 0 -eq $? || _lt_function_replace_fail=:
13415 } 14283
13416 14284
13417 # func_lo2o object 14285 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
13418 func_lo2o () 14286 func_split_short_opt ()\
13419 { 14287 {\
13420 case ${1} in 14288 \ func_split_short_opt_arg=${1#??}\
13421 *.lo) func_lo2o_result=${1%.lo}.${objext} ;; 14289 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
13422 *) func_lo2o_result=${1} ;; 14290 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
13423 esac 14291 && mv -f "$cfgfile.tmp" "$cfgfile" \
13424 } 14292 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13425 14293 test 0 -eq $? || _lt_function_replace_fail=:
13426 # func_xform libobj-or-source 14294
13427 func_xform () 14295
13428 { 14296 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
13429 func_xform_result=${1%.*}.lo 14297 func_lo2o ()\
13430 } 14298 {\
13431 14299 \ case ${1} in\
13432 # func_arith arithmetic-term... 14300 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
13433 func_arith () 14301 \ *) func_lo2o_result=${1} ;;\
13434 { 14302 \ esac\
13435 func_arith_result=$(( $* )) 14303 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
13436 } 14304 && mv -f "$cfgfile.tmp" "$cfgfile" \
13437 14305 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13438 # func_len string 14306 test 0 -eq $? || _lt_function_replace_fail=:
13439 # STRING may not start with a hyphen. 14307
13440 func_len () 14308
13441 { 14309 sed -e '/^func_xform ()$/,/^} # func_xform /c\
13442 func_len_result=${#1} 14310 func_xform ()\
13443 } 14311 {\
13444 14312 func_xform_result=${1%.*}.lo\
13445 _LT_EOF 14313 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
13446 ;; 14314 && mv -f "$cfgfile.tmp" "$cfgfile" \
13447 *) # Bourne compatible functions. 14315 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13448 cat << \_LT_EOF >> "$cfgfile" 14316 test 0 -eq $? || _lt_function_replace_fail=:
13449 14317
13450 # func_dirname file append nondir_replacement 14318
13451 # Compute the dirname of FILE. If nonempty, add APPEND to the result, 14319 sed -e '/^func_arith ()$/,/^} # func_arith /c\
13452 # otherwise set result to NONDIR_REPLACEMENT. 14320 func_arith ()\
13453 func_dirname () 14321 {\
13454 { 14322 func_arith_result=$(( $* ))\
13455 # Extract subdirectory from the argument. 14323 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
13456 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` 14324 && mv -f "$cfgfile.tmp" "$cfgfile" \
13457 if test "X$func_dirname_result" = "X${1}"; then 14325 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13458 func_dirname_result="${3}" 14326 test 0 -eq $? || _lt_function_replace_fail=:
13459 else 14327
13460 func_dirname_result="$func_dirname_result${2}" 14328
13461 fi 14329 sed -e '/^func_len ()$/,/^} # func_len /c\
13462 } 14330 func_len ()\
13463 14331 {\
13464 # func_basename file 14332 func_len_result=${#1}\
13465 func_basename () 14333 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
13466 { 14334 && mv -f "$cfgfile.tmp" "$cfgfile" \
13467 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` 14335 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13468 } 14336 test 0 -eq $? || _lt_function_replace_fail=:
13469 14337
13470 14338 fi
13471 # func_stripname prefix suffix name 14339
13472 # strip PREFIX and SUFFIX off of NAME. 14340 if test x"$lt_shell_append" = xyes; then
13473 # PREFIX and SUFFIX must not contain globbing or regex special 14341 sed -e '/^func_append ()$/,/^} # func_append /c\
13474 # characters, hashes, percent signs, but SUFFIX may contain a leading 14342 func_append ()\
13475 # dot (in which case that matches only a dot). 14343 {\
13476 # func_strip_suffix prefix name 14344 eval "${1}+=\\${2}"\
13477 func_stripname () 14345 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
13478 { 14346 && mv -f "$cfgfile.tmp" "$cfgfile" \
13479 case ${2} in 14347 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13480 .*) func_stripname_result=`$ECHO "X${3}" \ 14348 test 0 -eq $? || _lt_function_replace_fail=:
13481 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; 14349
13482 *) func_stripname_result=`$ECHO "X${3}" \ 14350
13483 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; 14351 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
13484 esac 14352 func_append_quoted ()\
13485 } 14353 {\
13486 14354 \ func_quote_for_eval "${2}"\
13487 # sed scripts: 14355 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
13488 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' 14356 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
13489 my_sed_long_arg='1s/^-[^=]*=//' 14357 && mv -f "$cfgfile.tmp" "$cfgfile" \
13490 14358 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13491 # func_opt_split 14359 test 0 -eq $? || _lt_function_replace_fail=:
13492 func_opt_split () 14360
13493 { 14361
13494 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` 14362 # Save a `func_append' function call where possible by direct use of '+='
13495 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` 14363 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
13496 } 14364 && mv -f "$cfgfile.tmp" "$cfgfile" \
13497 14365 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13498 # func_lo2o object 14366 test 0 -eq $? || _lt_function_replace_fail=:
13499 func_lo2o () 14367 else
13500 { 14368 # Save a `func_append' function call even when '+=' is not available
13501 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` 14369 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
13502 } 14370 && mv -f "$cfgfile.tmp" "$cfgfile" \
13503 14371 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13504 # func_xform libobj-or-source 14372 test 0 -eq $? || _lt_function_replace_fail=:
13505 func_xform () 14373 fi
13506 { 14374
13507 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` 14375 if test x"$_lt_function_replace_fail" = x":"; then
13508 } 14376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
13509 14377 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
13510 # func_arith arithmetic-term... 14378 fi
13511 func_arith () 14379
13512 { 14380
13513 func_arith_result=`expr "$@"` 14381 mv -f "$cfgfile" "$ofile" ||
13514 }
13515
13516 # func_len string
13517 # STRING may not start with a hyphen.
13518 func_len ()
13519 {
13520 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13521 }
13522
13523 _LT_EOF
13524 esac
13525
13526 case $lt_shell_append in
13527 yes)
13528 cat << \_LT_EOF >> "$cfgfile"
13529
13530 # func_append var value
13531 # Append VALUE to the end of shell variable VAR.
13532 func_append ()
13533 {
13534 eval "$1+=\$2"
13535 }
13536 _LT_EOF
13537 ;;
13538 *)
13539 cat << \_LT_EOF >> "$cfgfile"
13540
13541 # func_append var value
13542 # Append VALUE to the end of shell variable VAR.
13543 func_append ()
13544 {
13545 eval "$1=\$$1\$2"
13546 }
13547
13548 _LT_EOF
13549 ;;
13550 esac
13551
13552
13553 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13554 || (rm -f "$cfgfile"; exit 1)
13555
13556 mv -f "$cfgfile" "$ofile" ||
13557 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 14382 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13558 chmod +x "$ofile" 14383 chmod +x "$ofile"
13559 14384
13560 ;; 14385 ;;
13561 14386