| 5698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
| 5699 | $as_echo_n "checking for fgrep... " >&6; } |
| 5700 | if ${ac_cv_path_FGREP+:} false; then : |
| 5701 | $as_echo_n "(cached) " >&6 |
| 5702 | else |
| 5703 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
| 5704 | then ac_cv_path_FGREP="$GREP -F" |
| 5705 | else |
| 5706 | if test -z "$FGREP"; then |
| 5707 | ac_path_FGREP_found=false |
| 5708 | # Loop through the user's path and test for each of PROGNAME-LIST |
| 5709 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5710 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| 5711 | do |
| 5712 | IFS=$as_save_IFS |
| 5713 | test -z "$as_dir" && as_dir=. |
| 5714 | for ac_prog in fgrep; do |
| 5715 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 5716 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 5717 | as_fn_executable_p "$ac_path_FGREP" || continue |
| 5718 | # Check for GNU ac_path_FGREP and select it if it is found. |
| 5719 | # Check for GNU $ac_path_FGREP |
| 5720 | case `"$ac_path_FGREP" --version 2>&1` in |
| 5721 | *GNU*) |
| 5722 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; |
| 5723 | *) |
| 5724 | ac_count=0 |
| 5725 | $as_echo_n 0123456789 >"conftest.in" |
| 5726 | while : |
| 5727 | do |
| 5728 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
| 5729 | mv "conftest.tmp" "conftest.in" |
| 5730 | cp "conftest.in" "conftest.nl" |
| 5731 | $as_echo 'FGREP' >> "conftest.nl" |
| 5732 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| 5733 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| 5734 | as_fn_arith $ac_count + 1 && ac_count=$as_val |
| 5735 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then |
| 5736 | # Best one so far, save it but keep looking for a better one |
| 5737 | ac_cv_path_FGREP="$ac_path_FGREP" |
| 5738 | ac_path_FGREP_max=$ac_count |
| 5739 | fi |
| 5740 | # 10*(2^10) chars as input seems more than enough |
| 5741 | test $ac_count -gt 10 && break |
| 5742 | done |
| 5743 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
| 5744 | esac |
| 5745 | |
| 5746 | $ac_path_FGREP_found && break 3 |
| 5747 | done |
| 5748 | done |
| 5749 | done |
| 5750 | IFS=$as_save_IFS |
| 5751 | if test -z "$ac_cv_path_FGREP"; then |
| 5752 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 5753 | fi |
| 5754 | else |
| 5755 | ac_cv_path_FGREP=$FGREP |
| 5756 | fi |
| 5757 | |
| 5758 | fi |
| 5759 | fi |
| 5760 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 |
| 5761 | $as_echo "$ac_cv_path_FGREP" >&6; } |
| 5762 | FGREP="$ac_cv_path_FGREP" |
| 5763 | |
| 5764 | |
| 5765 | test -z "$GREP" && GREP=grep |
| 5766 | |
| 5767 | |
| 5768 | |
| 5769 | |
| 5770 | |
| 5771 | |
| 5772 | |
| 5773 | |
| 5774 | |
| 5775 | |
| 5776 | |
| 5777 | |
| 5778 | |
| 5779 | |
| 5780 | |
| 5781 | |
| 5782 | |
| 5783 | |
| 5784 | |
| 5785 | # Check whether --with-gnu-ld was given. |
| 5786 | if test "${with_gnu_ld+set}" = set; then : |
| 5787 | withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes |
| 5788 | else |
| 5789 | with_gnu_ld=no |
| 5790 | fi |
| 5791 | |
| 5792 | ac_prog=ld |
| 5793 | if test yes = "$GCC"; then |
| 5794 | # Check if gcc -print-prog-name=ld gives a path. |
| 5795 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
| 5796 | $as_echo_n "checking for ld used by $CC... " >&6; } |
| 5797 | case $host in |
| 5798 | *-*-mingw*) |
| 5799 | # gcc leaves a trailing carriage return, which upsets mingw |
| 5800 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; |
| 5801 | *) |
| 5802 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; |
| 5803 | esac |
| 5804 | case $ac_prog in |
| 5805 | # Accept absolute paths. |
| 5806 | [\\/]* | ?:[\\/]*) |
| 5807 | re_direlt='/[^/][^/]*/\.\./' |
| 5808 | # Canonicalize the pathname of ld |
| 5809 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` |
| 5810 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do |
| 5811 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` |
| 5812 | done |
| 5813 | test -z "$LD" && LD=$ac_prog |
| 5814 | ;; |
| 5815 | "") |
| 5816 | # If it fails, then pretend we aren't using GCC. |
| 5817 | ac_prog=ld |
| 5818 | ;; |
| 5819 | *) |
| 5820 | # If it is relative, then search for the first ld in PATH. |
| 5821 | with_gnu_ld=unknown |
| 5822 | ;; |
| 5823 | esac |
| 5824 | elif test yes = "$with_gnu_ld"; then |
| 5825 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
| 5826 | $as_echo_n "checking for GNU ld... " >&6; } |
| 5827 | else |
| 5828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
| 5829 | $as_echo_n "checking for non-GNU ld... " >&6; } |
| 5830 | fi |
| 5831 | if ${lt_cv_path_LD+:} false; then : |
| 5832 | $as_echo_n "(cached) " >&6 |
| 5833 | else |
| 5834 | if test -z "$LD"; then |
| 5835 | lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR |
| 5836 | for ac_dir in $PATH; do |
| 5837 | IFS=$lt_save_ifs |
| 5838 | test -z "$ac_dir" && ac_dir=. |
| 5839 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then |
| 5840 | lt_cv_path_LD=$ac_dir/$ac_prog |
| 5841 | # Check to see if the program is GNU ld. I'd rather use --version, |
| 5842 | # but apparently some variants of GNU ld only accept -v. |
| 5843 | # Break only if it was the GNU/non-GNU ld that we prefer. |
| 5844 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
| 5845 | *GNU* | *'with BFD'*) |
| 5846 | test no != "$with_gnu_ld" && break |
| 5847 | ;; |
| 5848 | *) |
| 5849 | test yes != "$with_gnu_ld" && break |
| 5850 | ;; |
| 5851 | esac |
| 5852 | fi |
| 5853 | done |
| 5854 | IFS=$lt_save_ifs |
| 5855 | else |
| 5856 | lt_cv_path_LD=$LD # Let the user override the test with a path. |
| 5857 | fi |
| 5858 | fi |
| 5859 | |
| 5860 | LD=$lt_cv_path_LD |
| 5861 | if test -n "$LD"; then |
| 5862 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
| 5863 | $as_echo "$LD" >&6; } |
| 5864 | else |
| 5865 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5866 | $as_echo "no" >&6; } |
| 5867 | fi |
| 5868 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 |
| 5869 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
| 5870 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
| 5871 | if ${lt_cv_prog_gnu_ld+:} false; then : |
| 5872 | $as_echo_n "(cached) " >&6 |
| 5873 | else |
| 5874 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
| 5875 | case `$LD -v 2>&1 </dev/null` in |
| 5876 | *GNU* | *'with BFD'*) |
| 5877 | lt_cv_prog_gnu_ld=yes |
| 5878 | ;; |
| 5879 | *) |
| 5880 | lt_cv_prog_gnu_ld=no |
| 5881 | ;; |
| 5882 | esac |
| 5883 | fi |
| 5884 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
| 5885 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } |
| 5886 | with_gnu_ld=$lt_cv_prog_gnu_ld |
| 5887 | |
| 5888 | |
| 5889 | |
| 5890 | |
| 5891 | |
| 5892 | |
| 5893 | |
| 5894 | |
| 5895 | |
| 5896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
| 5897 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } |
| 5898 | if ${lt_cv_path_NM+:} false; then : |
| 5899 | $as_echo_n "(cached) " >&6 |
| 5900 | else |
| 5901 | if test -n "$NM"; then |
| 5902 | # Let the user override the test. |
| 5903 | lt_cv_path_NM=$NM |
| 5904 | else |
| 5905 | lt_nm_to_check=${ac_tool_prefix}nm |
| 5906 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then |
| 5907 | lt_nm_to_check="$lt_nm_to_check nm" |
| 5908 | fi |
| 5909 | for lt_tmp_nm in $lt_nm_to_check; do |
| 5910 | lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR |
| 5911 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do |
| 5912 | IFS=$lt_save_ifs |
| 5913 | test -z "$ac_dir" && ac_dir=. |
| 5914 | tmp_nm=$ac_dir/$lt_tmp_nm |
| 5915 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then |
| 5916 | # Check to see if the nm accepts a BSD-compat flag. |
| 5917 | # Adding the 'sed 1q' prevents false positives on HP-UX, which says: |
| 5918 | # nm: unknown option "B" ignored |
| 5919 | # Tru64's nm complains that /dev/null is an invalid object file |
| 5920 | # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty |
| 5921 | case $build_os in |
| 5922 | mingw*) lt_bad_file=conftest.nm/nofile ;; |
| 5923 | *) lt_bad_file=/dev/null ;; |
| 5924 | esac |
| 5925 | case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in |
| 5926 | *$lt_bad_file* | *'Invalid file or object type'*) |
| 5927 | lt_cv_path_NM="$tmp_nm -B" |
| 5928 | break 2 |
| 5929 | ;; |
| 5930 | *) |
| 5931 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in |
| 5932 | */dev/null*) |
| 5933 | lt_cv_path_NM="$tmp_nm -p" |
| 5934 | break 2 |
| 5935 | ;; |
| 5936 | *) |
| 5937 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but |
| 5938 | continue # so that we can try to find one that supports BSD flags |
| 5939 | ;; |
| 5940 | esac |
| 5941 | ;; |
| 5942 | esac |
| 5943 | fi |
| 5944 | done |
| 5945 | IFS=$lt_save_ifs |
| 5946 | done |
| 5947 | : ${lt_cv_path_NM=no} |
| 5948 | fi |
| 5949 | fi |
| 5950 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
| 5951 | $as_echo "$lt_cv_path_NM" >&6; } |
| 5952 | if test no != "$lt_cv_path_NM"; then |
| 5953 | NM=$lt_cv_path_NM |
| 5954 | else |
| 5955 | # Didn't find any BSD compatible name lister, look for dumpbin. |
| 5956 | if test -n "$DUMPBIN"; then : |
| 5957 | # Let the user override the test. |
| 5958 | else |
| 5959 | if test -n "$ac_tool_prefix"; then |
| 5960 | for ac_prog in dumpbin "link -dump" |
| 5961 | do |
| 5962 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 5963 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 5964 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5965 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5966 | if ${ac_cv_prog_DUMPBIN+:} false; then : |
| 5967 | $as_echo_n "(cached) " >&6 |
| 5968 | else |
| 5969 | if test -n "$DUMPBIN"; then |
| 5970 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. |
| 5971 | else |
| 5972 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5973 | for as_dir in $PATH |
| 5974 | do |
| 5975 | IFS=$as_save_IFS |
| 5976 | test -z "$as_dir" && as_dir=. |
| 5977 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 5978 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5979 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5980 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5981 | break 2 |
| 5982 | fi |
| 5983 | done |
| 5984 | done |
| 5985 | IFS=$as_save_IFS |
| 5986 | |
| 5987 | fi |
| 5988 | fi |
| 5989 | DUMPBIN=$ac_cv_prog_DUMPBIN |
| 5990 | if test -n "$DUMPBIN"; then |
| 5991 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
| 5992 | $as_echo "$DUMPBIN" >&6; } |
| 5993 | else |
| 5994 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 5995 | $as_echo "no" >&6; } |
| 5996 | fi |
| 5997 | |
| 5998 | |
| 5999 | test -n "$DUMPBIN" && break |
| 6000 | done |
| 6001 | fi |
| 6002 | if test -z "$DUMPBIN"; then |
| 6003 | ac_ct_DUMPBIN=$DUMPBIN |
| 6004 | for ac_prog in dumpbin "link -dump" |
| 6005 | do |
| 6006 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 6007 | set dummy $ac_prog; ac_word=$2 |
| 6008 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6009 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6010 | if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : |
| 6011 | $as_echo_n "(cached) " >&6 |
| 6012 | else |
| 6013 | if test -n "$ac_ct_DUMPBIN"; then |
| 6014 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. |
| 6015 | else |
| 6016 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6017 | for as_dir in $PATH |
| 6018 | do |
| 6019 | IFS=$as_save_IFS |
| 6020 | test -z "$as_dir" && as_dir=. |
| 6021 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6022 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6023 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 6024 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6025 | break 2 |
| 6026 | fi |
| 6027 | done |
| 6028 | done |
| 6029 | IFS=$as_save_IFS |
| 6030 | |
| 6031 | fi |
| 6032 | fi |
| 6033 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN |
| 6034 | if test -n "$ac_ct_DUMPBIN"; then |
| 6035 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
| 6036 | $as_echo "$ac_ct_DUMPBIN" >&6; } |
| 6037 | else |
| 6038 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6039 | $as_echo "no" >&6; } |
| 6040 | fi |
| 6041 | |
| 6042 | |
| 6043 | test -n "$ac_ct_DUMPBIN" && break |
| 6044 | done |
| 6045 | |
| 6046 | if test "x$ac_ct_DUMPBIN" = x; then |
| 6047 | DUMPBIN=":" |
| 6048 | else |
| 6049 | case $cross_compiling:$ac_tool_warned in |
| 6050 | yes:) |
| 6051 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 6052 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 6053 | ac_tool_warned=yes ;; |
| 6054 | esac |
| 6055 | DUMPBIN=$ac_ct_DUMPBIN |
| 6056 | fi |
| 6057 | fi |
| 6058 | |
| 6059 | case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in |
| 6060 | *COFF*) |
| 6061 | DUMPBIN="$DUMPBIN -symbols -headers" |
| 6062 | ;; |
| 6063 | *) |
| 6064 | DUMPBIN=: |
| 6065 | ;; |
| 6066 | esac |
| 6067 | fi |
| 6068 | |
| 6069 | if test : != "$DUMPBIN"; then |
| 6070 | NM=$DUMPBIN |
| 6071 | fi |
| 6072 | fi |
| 6073 | test -z "$NM" && NM=nm |
| 6074 | |
| 6075 | |
| 6076 | |
| 6077 | |
| 6078 | |
| 6079 | |
| 6080 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
| 6081 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } |
| 6082 | if ${lt_cv_nm_interface+:} false; then : |
| 6083 | $as_echo_n "(cached) " >&6 |
| 6084 | else |
| 6085 | lt_cv_nm_interface="BSD nm" |
| 6086 | echo "int some_variable = 0;" > conftest.$ac_ext |
| 6087 | (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) |
| 6088 | (eval "$ac_compile" 2>conftest.err) |
| 6089 | cat conftest.err >&5 |
| 6090 | (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 6091 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
| 6092 | cat conftest.err >&5 |
| 6093 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) |
| 6094 | cat conftest.out >&5 |
| 6095 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
| 6096 | lt_cv_nm_interface="MS dumpbin" |
| 6097 | fi |
| 6098 | rm -f conftest* |
| 6099 | fi |
| 6100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
| 6101 | $as_echo "$lt_cv_nm_interface" >&6; } |
| 6102 | |
| 6103 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
| 6104 | $as_echo_n "checking whether ln -s works... " >&6; } |
| 6105 | LN_S=$as_ln_s |
| 6106 | if test "$LN_S" = "ln -s"; then |
| 6107 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 6108 | $as_echo "yes" >&6; } |
| 6109 | else |
| 6110 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
| 6111 | $as_echo "no, using $LN_S" >&6; } |
| 6112 | fi |
| 6113 | |
| 6114 | # find the maximum length of command line arguments |
| 6115 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
| 6116 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } |
| 6117 | if ${lt_cv_sys_max_cmd_len+:} false; then : |
| 6118 | $as_echo_n "(cached) " >&6 |
| 6119 | else |
| 6120 | i=0 |
| 6121 | teststring=ABCD |
| 6122 | |
| 6123 | case $build_os in |
| 6124 | msdosdjgpp*) |
| 6125 | # On DJGPP, this test can blow up pretty badly due to problems in libc |
| 6126 | # (any single argument exceeding 2000 bytes causes a buffer overrun |
| 6127 | # during glob expansion). Even if it were fixed, the result of this |
| 6128 | # check would be larger than it should be. |
| 6129 | lt_cv_sys_max_cmd_len=12288; # 12K is about right |
| 6130 | ;; |
| 6131 | |
| 6132 | gnu*) |
| 6133 | # Under GNU Hurd, this test is not required because there is |
| 6134 | # no limit to the length of command line arguments. |
| 6135 | # Libtool will interpret -1 as no limit whatsoever |
| 6136 | lt_cv_sys_max_cmd_len=-1; |
| 6137 | ;; |
| 6138 | |
| 6139 | cygwin* | mingw* | cegcc*) |
| 6140 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
| 6141 | # about 5 minutes as the teststring grows exponentially. |
| 6142 | # Worse, since 9x/ME are not pre-emptively multitasking, |
| 6143 | # you end up with a "frozen" computer, even though with patience |
| 6144 | # the test eventually succeeds (with a max line length of 256k). |
| 6145 | # Instead, let's just punt: use the minimum linelength reported by |
| 6146 | # all of the supported platforms: 8192 (on NT/2K/XP). |
| 6147 | lt_cv_sys_max_cmd_len=8192; |
| 6148 | ;; |
| 6149 | |
| 6150 | mint*) |
| 6151 | # On MiNT this can take a long time and run out of memory. |
| 6152 | lt_cv_sys_max_cmd_len=8192; |
| 6153 | ;; |
| 6154 | |
| 6155 | amigaos*) |
| 6156 | # On AmigaOS with pdksh, this test takes hours, literally. |
| 6157 | # So we just punt and use a minimum line length of 8192. |
| 6158 | lt_cv_sys_max_cmd_len=8192; |
| 6159 | ;; |
| 6160 | |
| 6161 | bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) |
| 6162 | # This has been around since 386BSD, at least. Likely further. |
| 6163 | if test -x /sbin/sysctl; then |
| 6164 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` |
| 6165 | elif test -x /usr/sbin/sysctl; then |
| 6166 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` |
| 6167 | else |
| 6168 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs |
| 6169 | fi |
| 6170 | # And add a safety zone |
| 6171 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
| 6172 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` |
| 6173 | ;; |
| 6174 | |
| 6175 | interix*) |
| 6176 | # We know the value 262144 and hardcode it with a safety zone (like BSD) |
| 6177 | lt_cv_sys_max_cmd_len=196608 |
| 6178 | ;; |
| 6179 | |
| 6180 | os2*) |
| 6181 | # The test takes a long time on OS/2. |
| 6182 | lt_cv_sys_max_cmd_len=8192 |
| 6183 | ;; |
| 6184 | |
| 6185 | osf*) |
| 6186 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure |
| 6187 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not |
| 6188 | # nice to cause kernel panics so lets avoid the loop below. |
| 6189 | # First set a reasonable default. |
| 6190 | lt_cv_sys_max_cmd_len=16384 |
| 6191 | # |
| 6192 | if test -x /sbin/sysconfig; then |
| 6193 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in |
| 6194 | *1*) lt_cv_sys_max_cmd_len=-1 ;; |
| 6195 | esac |
| 6196 | fi |
| 6197 | ;; |
| 6198 | sco3.2v5*) |
| 6199 | lt_cv_sys_max_cmd_len=102400 |
| 6200 | ;; |
| 6201 | sysv5* | sco5v6* | sysv4.2uw2*) |
| 6202 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` |
| 6203 | if test -n "$kargmax"; then |
| 6204 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` |
| 6205 | else |
| 6206 | lt_cv_sys_max_cmd_len=32768 |
| 6207 | fi |
| 6208 | ;; |
| 6209 | *) |
| 6210 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
| 6211 | if test -n "$lt_cv_sys_max_cmd_len" && \ |
| 6212 | test undefined != "$lt_cv_sys_max_cmd_len"; then |
| 6213 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
| 6214 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` |
| 6215 | else |
| 6216 | # Make teststring a little bigger before we do anything with it. |
| 6217 | # a 1K string should be a reasonable start. |
| 6218 | for i in 1 2 3 4 5 6 7 8; do |
| 6219 | teststring=$teststring$teststring |
| 6220 | done |
| 6221 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} |
| 6222 | # If test is not a shell built-in, we'll probably end up computing a |
| 6223 | # maximum length that is only half of the actual maximum length, but |
| 6224 | # we can't tell. |
| 6225 | while { test X`env echo "$teststring$teststring" 2>/dev/null` \ |
| 6226 | = "X$teststring$teststring"; } >/dev/null 2>&1 && |
| 6227 | test 17 != "$i" # 1/2 MB should be enough |
| 6228 | do |
| 6229 | i=`expr $i + 1` |
| 6230 | teststring=$teststring$teststring |
| 6231 | done |
| 6232 | # Only check the string length outside the loop. |
| 6233 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` |
| 6234 | teststring= |
| 6235 | # Add a significant safety factor because C++ compilers can tack on |
| 6236 | # massive amounts of additional arguments before passing them to the |
| 6237 | # linker. It appears as though 1/2 is a usable value. |
| 6238 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` |
| 6239 | fi |
| 6240 | ;; |
| 6241 | esac |
| 6242 | |
| 6243 | fi |
| 6244 | |
| 6245 | if test -n "$lt_cv_sys_max_cmd_len"; then |
| 6246 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
| 6247 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } |
| 6248 | else |
| 6249 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
| 6250 | $as_echo "none" >&6; } |
| 6251 | fi |
| 6252 | max_cmd_len=$lt_cv_sys_max_cmd_len |
| 6253 | |
| 6254 | |
| 6255 | |
| 6256 | |
| 6257 | |
| 6258 | |
| 6259 | : ${CP="cp -f"} |
| 6260 | : ${MV="mv -f"} |
| 6261 | : ${RM="rm -f"} |
| 6262 | |
| 6263 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| 6264 | lt_unset=unset |
| 6265 | else |
| 6266 | lt_unset=false |
| 6267 | fi |
| 6268 | |
| 6269 | |
| 6270 | |
| 6271 | |
| 6272 | |
| 6273 | # test EBCDIC or ASCII |
| 6274 | case `echo X|tr X '\101'` in |
| 6275 | A) # ASCII based system |
| 6276 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr |
| 6277 | lt_SP2NL='tr \040 \012' |
| 6278 | lt_NL2SP='tr \015\012 \040\040' |
| 6279 | ;; |
| 6280 | *) # EBCDIC based system |
| 6281 | lt_SP2NL='tr \100 \n' |
| 6282 | lt_NL2SP='tr \r\n \100\100' |
| 6283 | ;; |
| 6284 | esac |
| 6285 | |
| 6286 | |
| 6287 | |
| 6288 | |
| 6289 | |
| 6290 | |
| 6291 | |
| 6292 | |
| 6293 | |
| 6294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 |
| 6295 | $as_echo_n "checking how to convert $build file names to $host format... " >&6; } |
| 6296 | if ${lt_cv_to_host_file_cmd+:} false; then : |
| 6297 | $as_echo_n "(cached) " >&6 |
| 6298 | else |
| 6299 | case $host in |
| 6300 | *-*-mingw* ) |
| 6301 | case $build in |
| 6302 | *-*-mingw* ) # actually msys |
| 6303 | lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 |
| 6304 | ;; |
| 6305 | *-*-cygwin* ) |
| 6306 | lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 |
| 6307 | ;; |
| 6308 | * ) # otherwise, assume *nix |
| 6309 | lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 |
| 6310 | ;; |
| 6311 | esac |
| 6312 | ;; |
| 6313 | *-*-cygwin* ) |
| 6314 | case $build in |
| 6315 | *-*-mingw* ) # actually msys |
| 6316 | lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin |
| 6317 | ;; |
| 6318 | *-*-cygwin* ) |
| 6319 | lt_cv_to_host_file_cmd=func_convert_file_noop |
| 6320 | ;; |
| 6321 | * ) # otherwise, assume *nix |
| 6322 | lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin |
| 6323 | ;; |
| 6324 | esac |
| 6325 | ;; |
| 6326 | * ) # unhandled hosts (and "normal" native builds) |
| 6327 | lt_cv_to_host_file_cmd=func_convert_file_noop |
| 6328 | ;; |
| 6329 | esac |
| 6330 | |
| 6331 | fi |
| 6332 | |
| 6333 | to_host_file_cmd=$lt_cv_to_host_file_cmd |
| 6334 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 |
| 6335 | $as_echo "$lt_cv_to_host_file_cmd" >&6; } |
| 6336 | |
| 6337 | |
| 6338 | |
| 6339 | |
| 6340 | |
| 6341 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 |
| 6342 | $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } |
| 6343 | if ${lt_cv_to_tool_file_cmd+:} false; then : |
| 6344 | $as_echo_n "(cached) " >&6 |
| 6345 | else |
| 6346 | #assume ordinary cross tools, or native build. |
| 6347 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
| 6348 | case $host in |
| 6349 | *-*-mingw* ) |
| 6350 | case $build in |
| 6351 | *-*-mingw* ) # actually msys |
| 6352 | lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 |
| 6353 | ;; |
| 6354 | esac |
| 6355 | ;; |
| 6356 | esac |
| 6357 | |
| 6358 | fi |
| 6359 | |
| 6360 | to_tool_file_cmd=$lt_cv_to_tool_file_cmd |
| 6361 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 |
| 6362 | $as_echo "$lt_cv_to_tool_file_cmd" >&6; } |
| 6363 | |
| 6364 | |
| 6365 | |
| 6366 | |
| 6367 | |
| 6368 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
| 6369 | $as_echo_n "checking for $LD option to reload object files... " >&6; } |
| 6370 | if ${lt_cv_ld_reload_flag+:} false; then : |
| 6371 | $as_echo_n "(cached) " >&6 |
| 6372 | else |
| 6373 | lt_cv_ld_reload_flag='-r' |
| 6374 | fi |
| 6375 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
| 6376 | $as_echo "$lt_cv_ld_reload_flag" >&6; } |
| 6377 | reload_flag=$lt_cv_ld_reload_flag |
| 6378 | case $reload_flag in |
| 6379 | "" | " "*) ;; |
| 6380 | *) reload_flag=" $reload_flag" ;; |
| 6381 | esac |
| 6382 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 6383 | case $host_os in |
| 6384 | cygwin* | mingw* | pw32* | cegcc*) |
| 6385 | if test yes != "$GCC"; then |
| 6386 | reload_cmds=false |
| 6387 | fi |
| 6388 | ;; |
| 6389 | darwin*) |
| 6390 | if test yes = "$GCC"; then |
| 6391 | reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' |
| 6392 | else |
| 6393 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
| 6394 | fi |
| 6395 | ;; |
| 6396 | esac |
| 6397 | |
| 6398 | |
| 6399 | |
| 6400 | |
| 6401 | |
| 6402 | |
| 6403 | |
| 6404 | |
| 6405 | |
| 6406 | if test -n "$ac_tool_prefix"; then |
| 6407 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. |
| 6408 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 |
| 6409 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6410 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6411 | if ${ac_cv_prog_OBJDUMP+:} false; then : |
| 6412 | $as_echo_n "(cached) " >&6 |
| 6413 | else |
| 6414 | if test -n "$OBJDUMP"; then |
| 6415 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. |
| 6416 | else |
| 6417 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6418 | for as_dir in $PATH |
| 6419 | do |
| 6420 | IFS=$as_save_IFS |
| 6421 | test -z "$as_dir" && as_dir=. |
| 6422 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6423 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6424 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 6425 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6426 | break 2 |
| 6427 | fi |
| 6428 | done |
| 6429 | done |
| 6430 | IFS=$as_save_IFS |
| 6431 | |
| 6432 | fi |
| 6433 | fi |
| 6434 | OBJDUMP=$ac_cv_prog_OBJDUMP |
| 6435 | if test -n "$OBJDUMP"; then |
| 6436 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
| 6437 | $as_echo "$OBJDUMP" >&6; } |
| 6438 | else |
| 6439 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6440 | $as_echo "no" >&6; } |
| 6441 | fi |
| 6442 | |
| 6443 | |
| 6444 | fi |
| 6445 | if test -z "$ac_cv_prog_OBJDUMP"; then |
| 6446 | ac_ct_OBJDUMP=$OBJDUMP |
| 6447 | # Extract the first word of "objdump", so it can be a program name with args. |
| 6448 | set dummy objdump; ac_word=$2 |
| 6449 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6450 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6451 | if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : |
| 6452 | $as_echo_n "(cached) " >&6 |
| 6453 | else |
| 6454 | if test -n "$ac_ct_OBJDUMP"; then |
| 6455 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. |
| 6456 | else |
| 6457 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6458 | for as_dir in $PATH |
| 6459 | do |
| 6460 | IFS=$as_save_IFS |
| 6461 | test -z "$as_dir" && as_dir=. |
| 6462 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6463 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6464 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 6465 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6466 | break 2 |
| 6467 | fi |
| 6468 | done |
| 6469 | done |
| 6470 | IFS=$as_save_IFS |
| 6471 | |
| 6472 | fi |
| 6473 | fi |
| 6474 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP |
| 6475 | if test -n "$ac_ct_OBJDUMP"; then |
| 6476 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
| 6477 | $as_echo "$ac_ct_OBJDUMP" >&6; } |
| 6478 | else |
| 6479 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6480 | $as_echo "no" >&6; } |
| 6481 | fi |
| 6482 | |
| 6483 | if test "x$ac_ct_OBJDUMP" = x; then |
| 6484 | OBJDUMP="false" |
| 6485 | else |
| 6486 | case $cross_compiling:$ac_tool_warned in |
| 6487 | yes:) |
| 6488 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 6489 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 6490 | ac_tool_warned=yes ;; |
| 6491 | esac |
| 6492 | OBJDUMP=$ac_ct_OBJDUMP |
| 6493 | fi |
| 6494 | else |
| 6495 | OBJDUMP="$ac_cv_prog_OBJDUMP" |
| 6496 | fi |
| 6497 | |
| 6498 | test -z "$OBJDUMP" && OBJDUMP=objdump |
| 6499 | |
| 6500 | |
| 6501 | |
| 6502 | |
| 6503 | |
| 6504 | |
| 6505 | |
| 6506 | |
| 6507 | |
| 6508 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
| 6509 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } |
| 6510 | if ${lt_cv_deplibs_check_method+:} false; then : |
| 6511 | $as_echo_n "(cached) " >&6 |
| 6512 | else |
| 6513 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
| 6514 | lt_cv_file_magic_test_file= |
| 6515 | lt_cv_deplibs_check_method='unknown' |
| 6516 | # Need to set the preceding variable on all platforms that support |
| 6517 | # interlibrary dependencies. |
| 6518 | # 'none' -- dependencies not supported. |
| 6519 | # 'unknown' -- same as none, but documents that we really don't know. |
| 6520 | # 'pass_all' -- all dependencies passed with no checks. |
| 6521 | # 'test_compile' -- check by making test program. |
| 6522 | # 'file_magic [[regex]]' -- check by looking for files in library path |
| 6523 | # that responds to the $file_magic_cmd with a given extended regex. |
| 6524 | # If you have 'file' or equivalent on your system and you're not sure |
| 6525 | # whether 'pass_all' will *always* work, you probably want this one. |
| 6526 | |
| 6527 | case $host_os in |
| 6528 | aix[4-9]*) |
| 6529 | lt_cv_deplibs_check_method=pass_all |
| 6530 | ;; |
| 6531 | |
| 6532 | beos*) |
| 6533 | lt_cv_deplibs_check_method=pass_all |
| 6534 | ;; |
| 6535 | |
| 6536 | bsdi[45]*) |
| 6537 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' |
| 6538 | lt_cv_file_magic_cmd='/usr/bin/file -L' |
| 6539 | lt_cv_file_magic_test_file=/shlib/libc.so |
| 6540 | ;; |
| 6541 | |
| 6542 | cygwin*) |
| 6543 | # func_win32_libid is a shell function defined in ltmain.sh |
| 6544 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 6545 | lt_cv_file_magic_cmd='func_win32_libid' |
| 6546 | ;; |
| 6547 | |
| 6548 | mingw* | pw32*) |
| 6549 | # Base MSYS/MinGW do not provide the 'file' command needed by |
| 6550 | # func_win32_libid shell function, so use a weaker test based on 'objdump', |
| 6551 | # unless we find 'file', for example because we are cross-compiling. |
| 6552 | if ( file / ) >/dev/null 2>&1; then |
| 6553 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
| 6554 | lt_cv_file_magic_cmd='func_win32_libid' |
| 6555 | else |
| 6556 | # Keep this pattern in sync with the one in func_win32_libid. |
| 6557 | lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' |
| 6558 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 6559 | fi |
| 6560 | ;; |
| 6561 | |
| 6562 | cegcc*) |
| 6563 | # use the weaker test based on 'objdump'. See mingw*. |
| 6564 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' |
| 6565 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
| 6566 | ;; |
| 6567 | |
| 6568 | darwin* | rhapsody*) |
| 6569 | lt_cv_deplibs_check_method=pass_all |
| 6570 | ;; |
| 6571 | |
| 6572 | freebsd* | dragonfly*) |
| 6573 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
| 6574 | case $host_cpu in |
| 6575 | i*86 ) |
| 6576 | # Not sure whether the presence of OpenBSD here was a mistake. |
| 6577 | # Let's accept both of them until this is cleared up. |
| 6578 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' |
| 6579 | lt_cv_file_magic_cmd=/usr/bin/file |
| 6580 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` |
| 6581 | ;; |
| 6582 | esac |
| 6583 | else |
| 6584 | lt_cv_deplibs_check_method=pass_all |
| 6585 | fi |
| 6586 | ;; |
| 6587 | |
| 6588 | haiku*) |
| 6589 | lt_cv_deplibs_check_method=pass_all |
| 6590 | ;; |
| 6591 | |
| 6592 | hpux10.20* | hpux11*) |
| 6593 | lt_cv_file_magic_cmd=/usr/bin/file |
| 6594 | case $host_cpu in |
| 6595 | ia64*) |
| 6596 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' |
| 6597 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so |
| 6598 | ;; |
| 6599 | hppa*64*) |
| 6600 | 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]' |
| 6601 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
| 6602 | ;; |
| 6603 | *) |
| 6604 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' |
| 6605 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
| 6606 | ;; |
| 6607 | esac |
| 6608 | ;; |
| 6609 | |
| 6610 | interix[3-9]*) |
| 6611 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here |
| 6612 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' |
| 6613 | ;; |
| 6614 | |
| 6615 | irix5* | irix6* | nonstopux*) |
| 6616 | case $LD in |
| 6617 | *-32|*"-32 ") libmagic=32-bit;; |
| 6618 | *-n32|*"-n32 ") libmagic=N32;; |
| 6619 | *-64|*"-64 ") libmagic=64-bit;; |
| 6620 | *) libmagic=never-match;; |
| 6621 | esac |
| 6622 | lt_cv_deplibs_check_method=pass_all |
| 6623 | ;; |
| 6624 | |
| 6625 | # This must be glibc/ELF. |
| 6626 | linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) |
| 6627 | lt_cv_deplibs_check_method=pass_all |
| 6628 | ;; |
| 6629 | |
| 6630 | netbsd* | netbsdelf*-gnu) |
| 6631 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
| 6632 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
| 6633 | else |
| 6634 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' |
| 6635 | fi |
| 6636 | ;; |
| 6637 | |
| 6638 | newos6*) |
| 6639 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' |
| 6640 | lt_cv_file_magic_cmd=/usr/bin/file |
| 6641 | lt_cv_file_magic_test_file=/usr/lib/libnls.so |
| 6642 | ;; |
| 6643 | |
| 6644 | *nto* | *qnx*) |
| 6645 | lt_cv_deplibs_check_method=pass_all |
| 6646 | ;; |
| 6647 | |
| 6648 | openbsd* | bitrig*) |
| 6649 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then |
| 6650 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' |
| 6651 | else |
| 6652 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
| 6653 | fi |
| 6654 | ;; |
| 6655 | |
| 6656 | osf3* | osf4* | osf5*) |
| 6657 | lt_cv_deplibs_check_method=pass_all |
| 6658 | ;; |
| 6659 | |
| 6660 | rdos*) |
| 6661 | lt_cv_deplibs_check_method=pass_all |
| 6662 | ;; |
| 6663 | |
| 6664 | solaris*) |
| 6665 | lt_cv_deplibs_check_method=pass_all |
| 6666 | ;; |
| 6667 | |
| 6668 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
| 6669 | lt_cv_deplibs_check_method=pass_all |
| 6670 | ;; |
| 6671 | |
| 6672 | sysv4 | sysv4.3*) |
| 6673 | case $host_vendor in |
| 6674 | motorola) |
| 6675 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' |
| 6676 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` |
| 6677 | ;; |
| 6678 | ncr) |
| 6679 | lt_cv_deplibs_check_method=pass_all |
| 6680 | ;; |
| 6681 | sequent) |
| 6682 | lt_cv_file_magic_cmd='/bin/file' |
| 6683 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' |
| 6684 | ;; |
| 6685 | sni) |
| 6686 | lt_cv_file_magic_cmd='/bin/file' |
| 6687 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" |
| 6688 | lt_cv_file_magic_test_file=/lib/libc.so |
| 6689 | ;; |
| 6690 | siemens) |
| 6691 | lt_cv_deplibs_check_method=pass_all |
| 6692 | ;; |
| 6693 | pc) |
| 6694 | lt_cv_deplibs_check_method=pass_all |
| 6695 | ;; |
| 6696 | esac |
| 6697 | ;; |
| 6698 | |
| 6699 | tpf*) |
| 6700 | lt_cv_deplibs_check_method=pass_all |
| 6701 | ;; |
| 6702 | os2*) |
| 6703 | lt_cv_deplibs_check_method=pass_all |
| 6704 | ;; |
| 6705 | esac |
| 6706 | |
| 6707 | fi |
| 6708 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
| 6709 | $as_echo "$lt_cv_deplibs_check_method" >&6; } |
| 6710 | |
| 6711 | file_magic_glob= |
| 6712 | want_nocaseglob=no |
| 6713 | if test "$build" = "$host"; then |
| 6714 | case $host_os in |
| 6715 | mingw* | pw32*) |
| 6716 | if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then |
| 6717 | want_nocaseglob=yes |
| 6718 | else |
| 6719 | file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` |
| 6720 | fi |
| 6721 | ;; |
| 6722 | esac |
| 6723 | fi |
| 6724 | |
| 6725 | file_magic_cmd=$lt_cv_file_magic_cmd |
| 6726 | deplibs_check_method=$lt_cv_deplibs_check_method |
| 6727 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
| 6728 | |
| 6729 | |
| 6730 | |
| 6731 | |
| 6732 | |
| 6733 | |
| 6734 | |
| 6735 | |
| 6736 | |
| 6737 | |
| 6738 | |
| 6739 | |
| 6740 | |
| 6741 | |
| 6742 | |
| 6743 | |
| 6744 | |
| 6745 | |
| 6746 | |
| 6747 | |
| 6748 | |
| 6749 | |
| 6750 | if test -n "$ac_tool_prefix"; then |
| 6751 | # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. |
| 6752 | set dummy ${ac_tool_prefix}dlltool; ac_word=$2 |
| 6753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6754 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6755 | if ${ac_cv_prog_DLLTOOL+:} false; then : |
| 6756 | $as_echo_n "(cached) " >&6 |
| 6757 | else |
| 6758 | if test -n "$DLLTOOL"; then |
| 6759 | ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. |
| 6760 | else |
| 6761 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6762 | for as_dir in $PATH |
| 6763 | do |
| 6764 | IFS=$as_save_IFS |
| 6765 | test -z "$as_dir" && as_dir=. |
| 6766 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6767 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6768 | ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 6769 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6770 | break 2 |
| 6771 | fi |
| 6772 | done |
| 6773 | done |
| 6774 | IFS=$as_save_IFS |
| 6775 | |
| 6776 | fi |
| 6777 | fi |
| 6778 | DLLTOOL=$ac_cv_prog_DLLTOOL |
| 6779 | if test -n "$DLLTOOL"; then |
| 6780 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 |
| 6781 | $as_echo "$DLLTOOL" >&6; } |
| 6782 | else |
| 6783 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6784 | $as_echo "no" >&6; } |
| 6785 | fi |
| 6786 | |
| 6787 | |
| 6788 | fi |
| 6789 | if test -z "$ac_cv_prog_DLLTOOL"; then |
| 6790 | ac_ct_DLLTOOL=$DLLTOOL |
| 6791 | # Extract the first word of "dlltool", so it can be a program name with args. |
| 6792 | set dummy dlltool; ac_word=$2 |
| 6793 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6794 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6795 | if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : |
| 6796 | $as_echo_n "(cached) " >&6 |
| 6797 | else |
| 6798 | if test -n "$ac_ct_DLLTOOL"; then |
| 6799 | ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. |
| 6800 | else |
| 6801 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6802 | for as_dir in $PATH |
| 6803 | do |
| 6804 | IFS=$as_save_IFS |
| 6805 | test -z "$as_dir" && as_dir=. |
| 6806 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6807 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6808 | ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 6809 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6810 | break 2 |
| 6811 | fi |
| 6812 | done |
| 6813 | done |
| 6814 | IFS=$as_save_IFS |
| 6815 | |
| 6816 | fi |
| 6817 | fi |
| 6818 | ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL |
| 6819 | if test -n "$ac_ct_DLLTOOL"; then |
| 6820 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 |
| 6821 | $as_echo "$ac_ct_DLLTOOL" >&6; } |
| 6822 | else |
| 6823 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6824 | $as_echo "no" >&6; } |
| 6825 | fi |
| 6826 | |
| 6827 | if test "x$ac_ct_DLLTOOL" = x; then |
| 6828 | DLLTOOL="false" |
| 6829 | else |
| 6830 | case $cross_compiling:$ac_tool_warned in |
| 6831 | yes:) |
| 6832 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 6833 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 6834 | ac_tool_warned=yes ;; |
| 6835 | esac |
| 6836 | DLLTOOL=$ac_ct_DLLTOOL |
| 6837 | fi |
| 6838 | else |
| 6839 | DLLTOOL="$ac_cv_prog_DLLTOOL" |
| 6840 | fi |
| 6841 | |
| 6842 | test -z "$DLLTOOL" && DLLTOOL=dlltool |
| 6843 | |
| 6844 | |
| 6845 | |
| 6846 | |
| 6847 | |
| 6848 | |
| 6849 | |
| 6850 | |
| 6851 | |
| 6852 | |
| 6853 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 |
| 6854 | $as_echo_n "checking how to associate runtime and link libraries... " >&6; } |
| 6855 | if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : |
| 6856 | $as_echo_n "(cached) " >&6 |
| 6857 | else |
| 6858 | lt_cv_sharedlib_from_linklib_cmd='unknown' |
| 6859 | |
| 6860 | case $host_os in |
| 6861 | cygwin* | mingw* | pw32* | cegcc*) |
| 6862 | # two different shell functions defined in ltmain.sh; |
| 6863 | # decide which one to use based on capabilities of $DLLTOOL |
| 6864 | case `$DLLTOOL --help 2>&1` in |
| 6865 | *--identify-strict*) |
| 6866 | lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib |
| 6867 | ;; |
| 6868 | *) |
| 6869 | lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback |
| 6870 | ;; |
| 6871 | esac |
| 6872 | ;; |
| 6873 | *) |
| 6874 | # fallback: assume linklib IS sharedlib |
| 6875 | lt_cv_sharedlib_from_linklib_cmd=$ECHO |
| 6876 | ;; |
| 6877 | esac |
| 6878 | |
| 6879 | fi |
| 6880 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 |
| 6881 | $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } |
| 6882 | sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd |
| 6883 | test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO |
| 6884 | |
| 6885 | |
| 6886 | |
| 6887 | |
| 6888 | |
| 6889 | |
| 6890 | |
| 6891 | if test -n "$ac_tool_prefix"; then |
| 6892 | for ac_prog in ar |
| 6893 | do |
| 6894 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 6895 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 6896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6897 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6898 | if ${ac_cv_prog_AR+:} false; then : |
| 6899 | $as_echo_n "(cached) " >&6 |
| 6900 | else |
| 6901 | if test -n "$AR"; then |
| 6902 | ac_cv_prog_AR="$AR" # Let the user override the test. |
| 6903 | else |
| 6904 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6905 | for as_dir in $PATH |
| 6906 | do |
| 6907 | IFS=$as_save_IFS |
| 6908 | test -z "$as_dir" && as_dir=. |
| 6909 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6910 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6911 | ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6912 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6913 | break 2 |
| 6914 | fi |
| 6915 | done |
| 6916 | done |
| 6917 | IFS=$as_save_IFS |
| 6918 | |
| 6919 | fi |
| 6920 | fi |
| 6921 | AR=$ac_cv_prog_AR |
| 6922 | if test -n "$AR"; then |
| 6923 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
| 6924 | $as_echo "$AR" >&6; } |
| 6925 | else |
| 6926 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6927 | $as_echo "no" >&6; } |
| 6928 | fi |
| 6929 | |
| 6930 | |
| 6931 | test -n "$AR" && break |
| 6932 | done |
| 6933 | fi |
| 6934 | if test -z "$AR"; then |
| 6935 | ac_ct_AR=$AR |
| 6936 | for ac_prog in ar |
| 6937 | do |
| 6938 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 6939 | set dummy $ac_prog; ac_word=$2 |
| 6940 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6941 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6942 | if ${ac_cv_prog_ac_ct_AR+:} false; then : |
| 6943 | $as_echo_n "(cached) " >&6 |
| 6944 | else |
| 6945 | if test -n "$ac_ct_AR"; then |
| 6946 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. |
| 6947 | else |
| 6948 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6949 | for as_dir in $PATH |
| 6950 | do |
| 6951 | IFS=$as_save_IFS |
| 6952 | test -z "$as_dir" && as_dir=. |
| 6953 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6954 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6955 | ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6956 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6957 | break 2 |
| 6958 | fi |
| 6959 | done |
| 6960 | done |
| 6961 | IFS=$as_save_IFS |
| 6962 | |
| 6963 | fi |
| 6964 | fi |
| 6965 | ac_ct_AR=$ac_cv_prog_ac_ct_AR |
| 6966 | if test -n "$ac_ct_AR"; then |
| 6967 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
| 6968 | $as_echo "$ac_ct_AR" >&6; } |
| 6969 | else |
| 6970 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 6971 | $as_echo "no" >&6; } |
| 6972 | fi |
| 6973 | |
| 6974 | |
| 6975 | test -n "$ac_ct_AR" && break |
| 6976 | done |
| 6977 | |
| 6978 | if test "x$ac_ct_AR" = x; then |
| 6979 | AR="false" |
| 6980 | else |
| 6981 | case $cross_compiling:$ac_tool_warned in |
| 6982 | yes:) |
| 6983 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 6984 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 6985 | ac_tool_warned=yes ;; |
| 6986 | esac |
| 6987 | AR=$ac_ct_AR |
| 6988 | fi |
| 6989 | fi |
| 6990 | |
| 6991 | : ${AR=ar} |
| 6992 | : ${AR_FLAGS=cru} |
| 6993 | |
| 6994 | |
| 6995 | |
| 6996 | |
| 6997 | |
| 6998 | |
| 6999 | |
| 7000 | |
| 7001 | |
| 7002 | |
| 7003 | |
| 7004 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 |
| 7005 | $as_echo_n "checking for archiver @FILE support... " >&6; } |
| 7006 | if ${lt_cv_ar_at_file+:} false; then : |
| 7007 | $as_echo_n "(cached) " >&6 |
| 7008 | else |
| 7009 | lt_cv_ar_at_file=no |
| 7010 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7011 | /* end confdefs.h. */ |
| 7012 | |
| 7013 | int |
| 7014 | main () |
| 7015 | { |
| 7016 | |
| 7017 | ; |
| 7018 | return 0; |
| 7019 | } |
| 7020 | _ACEOF |
| 7021 | if ac_fn_c_try_compile "$LINENO"; then : |
| 7022 | echo conftest.$ac_objext > conftest.lst |
| 7023 | lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' |
| 7024 | { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 |
| 7025 | (eval $lt_ar_try) 2>&5 |
| 7026 | ac_status=$? |
| 7027 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7028 | test $ac_status = 0; } |
| 7029 | if test 0 -eq "$ac_status"; then |
| 7030 | # Ensure the archiver fails upon bogus file names. |
| 7031 | rm -f conftest.$ac_objext libconftest.a |
| 7032 | { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 |
| 7033 | (eval $lt_ar_try) 2>&5 |
| 7034 | ac_status=$? |
| 7035 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7036 | test $ac_status = 0; } |
| 7037 | if test 0 -ne "$ac_status"; then |
| 7038 | lt_cv_ar_at_file=@ |
| 7039 | fi |
| 7040 | fi |
| 7041 | rm -f conftest.* libconftest.a |
| 7042 | |
| 7043 | fi |
| 7044 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 7045 | |
| 7046 | fi |
| 7047 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 |
| 7048 | $as_echo "$lt_cv_ar_at_file" >&6; } |
| 7049 | |
| 7050 | if test no = "$lt_cv_ar_at_file"; then |
| 7051 | archiver_list_spec= |
| 7052 | else |
| 7053 | archiver_list_spec=$lt_cv_ar_at_file |
| 7054 | fi |
| 7055 | |
| 7056 | |
| 7057 | |
| 7058 | |
| 7059 | |
| 7060 | |
| 7061 | |
| 7062 | if test -n "$ac_tool_prefix"; then |
| 7063 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 7064 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 7065 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7066 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7067 | if ${ac_cv_prog_STRIP+:} false; then : |
| 7068 | $as_echo_n "(cached) " >&6 |
| 7069 | else |
| 7070 | if test -n "$STRIP"; then |
| 7071 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
| 7072 | else |
| 7073 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7074 | for as_dir in $PATH |
| 7075 | do |
| 7076 | IFS=$as_save_IFS |
| 7077 | test -z "$as_dir" && as_dir=. |
| 7078 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 7079 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7080 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 7081 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7082 | break 2 |
| 7083 | fi |
| 7084 | done |
| 7085 | done |
| 7086 | IFS=$as_save_IFS |
| 7087 | |
| 7088 | fi |
| 7089 | fi |
| 7090 | STRIP=$ac_cv_prog_STRIP |
| 7091 | if test -n "$STRIP"; then |
| 7092 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
| 7093 | $as_echo "$STRIP" >&6; } |
| 7094 | else |
| 7095 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7096 | $as_echo "no" >&6; } |
| 7097 | fi |
| 7098 | |
| 7099 | |
| 7100 | fi |
| 7101 | if test -z "$ac_cv_prog_STRIP"; then |
| 7102 | ac_ct_STRIP=$STRIP |
| 7103 | # Extract the first word of "strip", so it can be a program name with args. |
| 7104 | set dummy strip; ac_word=$2 |
| 7105 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7106 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7107 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
| 7108 | $as_echo_n "(cached) " >&6 |
| 7109 | else |
| 7110 | if test -n "$ac_ct_STRIP"; then |
| 7111 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
| 7112 | else |
| 7113 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7114 | for as_dir in $PATH |
| 7115 | do |
| 7116 | IFS=$as_save_IFS |
| 7117 | test -z "$as_dir" && as_dir=. |
| 7118 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 7119 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7120 | ac_cv_prog_ac_ct_STRIP="strip" |
| 7121 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7122 | break 2 |
| 7123 | fi |
| 7124 | done |
| 7125 | done |
| 7126 | IFS=$as_save_IFS |
| 7127 | |
| 7128 | fi |
| 7129 | fi |
| 7130 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
| 7131 | if test -n "$ac_ct_STRIP"; then |
| 7132 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
| 7133 | $as_echo "$ac_ct_STRIP" >&6; } |
| 7134 | else |
| 7135 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7136 | $as_echo "no" >&6; } |
| 7137 | fi |
| 7138 | |
| 7139 | if test "x$ac_ct_STRIP" = x; then |
| 7140 | STRIP=":" |
| 7141 | else |
| 7142 | case $cross_compiling:$ac_tool_warned in |
| 7143 | yes:) |
| 7144 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 7145 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 7146 | ac_tool_warned=yes ;; |
| 7147 | esac |
| 7148 | STRIP=$ac_ct_STRIP |
| 7149 | fi |
| 7150 | else |
| 7151 | STRIP="$ac_cv_prog_STRIP" |
| 7152 | fi |
| 7153 | |
| 7154 | test -z "$STRIP" && STRIP=: |
| 7155 | |
| 7156 | |
| 7157 | |
| 7158 | |
| 7159 | |
| 7160 | |
| 7161 | if test -n "$ac_tool_prefix"; then |
| 7162 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
| 7163 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 7164 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7165 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7166 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 7167 | $as_echo_n "(cached) " >&6 |
| 7168 | else |
| 7169 | if test -n "$RANLIB"; then |
| 7170 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
| 7171 | else |
| 7172 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7173 | for as_dir in $PATH |
| 7174 | do |
| 7175 | IFS=$as_save_IFS |
| 7176 | test -z "$as_dir" && as_dir=. |
| 7177 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 7178 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7179 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 7180 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7181 | break 2 |
| 7182 | fi |
| 7183 | done |
| 7184 | done |
| 7185 | IFS=$as_save_IFS |
| 7186 | |
| 7187 | fi |
| 7188 | fi |
| 7189 | RANLIB=$ac_cv_prog_RANLIB |
| 7190 | if test -n "$RANLIB"; then |
| 7191 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
| 7192 | $as_echo "$RANLIB" >&6; } |
| 7193 | else |
| 7194 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7195 | $as_echo "no" >&6; } |
| 7196 | fi |
| 7197 | |
| 7198 | |
| 7199 | fi |
| 7200 | if test -z "$ac_cv_prog_RANLIB"; then |
| 7201 | ac_ct_RANLIB=$RANLIB |
| 7202 | # Extract the first word of "ranlib", so it can be a program name with args. |
| 7203 | set dummy ranlib; ac_word=$2 |
| 7204 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7205 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7206 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 7207 | $as_echo_n "(cached) " >&6 |
| 7208 | else |
| 7209 | if test -n "$ac_ct_RANLIB"; then |
| 7210 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
| 7211 | else |
| 7212 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7213 | for as_dir in $PATH |
| 7214 | do |
| 7215 | IFS=$as_save_IFS |
| 7216 | test -z "$as_dir" && as_dir=. |
| 7217 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 7218 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7219 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 7220 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7221 | break 2 |
| 7222 | fi |
| 7223 | done |
| 7224 | done |
| 7225 | IFS=$as_save_IFS |
| 7226 | |
| 7227 | fi |
| 7228 | fi |
| 7229 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
| 7230 | if test -n "$ac_ct_RANLIB"; then |
| 7231 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
| 7232 | $as_echo "$ac_ct_RANLIB" >&6; } |
| 7233 | else |
| 7234 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 7235 | $as_echo "no" >&6; } |
| 7236 | fi |
| 7237 | |
| 7238 | if test "x$ac_ct_RANLIB" = x; then |
| 7239 | RANLIB=":" |
| 7240 | else |
| 7241 | case $cross_compiling:$ac_tool_warned in |
| 7242 | yes:) |
| 7243 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 7244 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 7245 | ac_tool_warned=yes ;; |
| 7246 | esac |
| 7247 | RANLIB=$ac_ct_RANLIB |
| 7248 | fi |
| 7249 | else |
| 7250 | RANLIB="$ac_cv_prog_RANLIB" |
| 7251 | fi |
| 7252 | |
| 7253 | test -z "$RANLIB" && RANLIB=: |
| 7254 | |
| 7255 | |
| 7256 | |
| 7257 | |
| 7258 | |
| 7259 | |
| 7260 | # Determine commands to create old-style static archives. |
| 7261 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
| 7262 | old_postinstall_cmds='chmod 644 $oldlib' |
| 7263 | old_postuninstall_cmds= |
| 7264 | |
| 7265 | if test -n "$RANLIB"; then |
| 7266 | case $host_os in |
| 7267 | bitrig* | openbsd*) |
| 7268 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" |
| 7269 | ;; |
| 7270 | *) |
| 7271 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" |
| 7272 | ;; |
| 7273 | esac |
| 7274 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" |
| 7275 | fi |
| 7276 | |
| 7277 | case $host_os in |
| 7278 | darwin*) |
| 7279 | lock_old_archive_extraction=yes ;; |
| 7280 | *) |
| 7281 | lock_old_archive_extraction=no ;; |
| 7282 | esac |
| 7283 | |
| 7284 | |
| 7285 | |
| 7286 | |
| 7287 | |
| 7288 | |
| 7289 | |
| 7290 | |
| 7291 | |
| 7292 | |
| 7293 | |
| 7294 | |
| 7295 | |
| 7296 | |
| 7297 | |
| 7298 | |
| 7299 | |
| 7300 | |
| 7301 | |
| 7302 | |
| 7303 | |
| 7304 | |
| 7305 | |
| 7306 | |
| 7307 | |
| 7308 | |
| 7309 | |
| 7310 | |
| 7311 | |
| 7312 | |
| 7313 | |
| 7314 | |
| 7315 | |
| 7316 | |
| 7317 | |
| 7318 | |
| 7319 | |
| 7320 | |
| 7321 | |
| 7322 | # If no C compiler was specified, use CC. |
| 7323 | LTCC=${LTCC-"$CC"} |
| 7324 | |
| 7325 | # If no C compiler flags were specified, use CFLAGS. |
| 7326 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} |
| 7327 | |
| 7328 | # Allow CC to be a program name with arguments. |
| 7329 | compiler=$CC |
| 7330 | |
| 7331 | |
| 7332 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
| 7333 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
| 7334 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } |
| 7335 | if ${lt_cv_sys_global_symbol_pipe+:} false; then : |
| 7336 | $as_echo_n "(cached) " >&6 |
| 7337 | else |
| 7338 | |
| 7339 | # These are sane defaults that work on at least a few old systems. |
| 7340 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] |
| 7341 | |
| 7342 | # Character class describing NM global symbol codes. |
| 7343 | symcode='[BCDEGRST]' |
| 7344 | |
| 7345 | # Regexp to match symbols that can be accessed directly from C. |
| 7346 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' |
| 7347 | |
| 7348 | # Define system-specific variables. |
| 7349 | case $host_os in |
| 7350 | aix*) |
| 7351 | symcode='[BCDT]' |
| 7352 | ;; |
| 7353 | cygwin* | mingw* | pw32* | cegcc*) |
| 7354 | symcode='[ABCDGISTW]' |
| 7355 | ;; |
| 7356 | hpux*) |
| 7357 | if test ia64 = "$host_cpu"; then |
| 7358 | symcode='[ABCDEGRST]' |
| 7359 | fi |
| 7360 | ;; |
| 7361 | irix* | nonstopux*) |
| 7362 | symcode='[BCDEGRST]' |
| 7363 | ;; |
| 7364 | osf*) |
| 7365 | symcode='[BCDEGQRST]' |
| 7366 | ;; |
| 7367 | solaris*) |
| 7368 | symcode='[BDRT]' |
| 7369 | ;; |
| 7370 | sco3.2v5*) |
| 7371 | symcode='[DT]' |
| 7372 | ;; |
| 7373 | sysv4.2uw2*) |
| 7374 | symcode='[DT]' |
| 7375 | ;; |
| 7376 | sysv5* | sco5v6* | unixware* | OpenUNIX*) |
| 7377 | symcode='[ABDT]' |
| 7378 | ;; |
| 7379 | sysv4) |
| 7380 | symcode='[DFNSTU]' |
| 7381 | ;; |
| 7382 | esac |
| 7383 | |
| 7384 | # If we're using GNU nm, then use its standard symbol codes. |
| 7385 | case `$NM -V 2>&1` in |
| 7386 | *GNU* | *'with BFD'*) |
| 7387 | symcode='[ABCDGIRSTW]' ;; |
| 7388 | esac |
| 7389 | |
| 7390 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then |
| 7391 | # Gets list of data symbols to import. |
| 7392 | lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" |
| 7393 | # Adjust the below global symbol transforms to fixup imported variables. |
| 7394 | lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" |
| 7395 | lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" |
| 7396 | lt_c_name_lib_hook="\ |
| 7397 | -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ |
| 7398 | -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" |
| 7399 | else |
| 7400 | # Disable hooks by default. |
| 7401 | lt_cv_sys_global_symbol_to_import= |
| 7402 | lt_cdecl_hook= |
| 7403 | lt_c_name_hook= |
| 7404 | lt_c_name_lib_hook= |
| 7405 | fi |
| 7406 | |
| 7407 | # Transform an extracted symbol line into a proper C declaration. |
| 7408 | # Some systems (esp. on ia64) link data and code symbols differently, |
| 7409 | # so use this general approach. |
| 7410 | lt_cv_sys_global_symbol_to_cdecl="sed -n"\ |
| 7411 | $lt_cdecl_hook\ |
| 7412 | " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ |
| 7413 | " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" |
| 7414 | |
| 7415 | # Transform an extracted symbol line into symbol name and symbol address |
| 7416 | lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ |
| 7417 | $lt_c_name_hook\ |
| 7418 | " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ |
| 7419 | " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" |
| 7420 | |
| 7421 | # Transform an extracted symbol line into symbol name with lib prefix and |
| 7422 | # symbol address. |
| 7423 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ |
| 7424 | $lt_c_name_lib_hook\ |
| 7425 | " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ |
| 7426 | " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ |
| 7427 | " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" |
| 7428 | |
| 7429 | # Handle CRLF in mingw tool chain |
| 7430 | opt_cr= |
| 7431 | case $build_os in |
| 7432 | mingw*) |
| 7433 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp |
| 7434 | ;; |
| 7435 | esac |
| 7436 | |
| 7437 | # Try without a prefix underscore, then with it. |
| 7438 | for ac_symprfx in "" "_"; do |
| 7439 | |
| 7440 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. |
| 7441 | symxfrm="\\1 $ac_symprfx\\2 \\2" |
| 7442 | |
| 7443 | # Write the raw and C identifiers. |
| 7444 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then |
| 7445 | # Fake it for dumpbin and say T for any non-static function, |
| 7446 | # D for any global variable and I for any imported variable. |
| 7447 | # Also find C++ and __fastcall symbols from MSVC++, |
| 7448 | # which start with @ or ?. |
| 7449 | lt_cv_sys_global_symbol_pipe="$AWK '"\ |
| 7450 | " {last_section=section; section=\$ 3};"\ |
| 7451 | " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ |
| 7452 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ |
| 7453 | " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ |
| 7454 | " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ |
| 7455 | " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ |
| 7456 | " \$ 0!~/External *\|/{next};"\ |
| 7457 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ |
| 7458 | " {if(hide[section]) next};"\ |
| 7459 | " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ |
| 7460 | " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ |
| 7461 | " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ |
| 7462 | " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ |
| 7463 | " ' prfx=^$ac_symprfx" |
| 7464 | else |
| 7465 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" |
| 7466 | fi |
| 7467 | lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" |
| 7468 | |
| 7469 | # Check to see that the pipe works correctly. |
| 7470 | pipe_works=no |
| 7471 | |
| 7472 | rm -f conftest* |
| 7473 | cat > conftest.$ac_ext <<_LT_EOF |
| 7474 | #ifdef __cplusplus |
| 7475 | extern "C" { |
| 7476 | #endif |
| 7477 | char nm_test_var; |
| 7478 | void nm_test_func(void); |
| 7479 | void nm_test_func(void){} |
| 7480 | #ifdef __cplusplus |
| 7481 | } |
| 7482 | #endif |
| 7483 | int main(){nm_test_var='a';nm_test_func();return(0);} |
| 7484 | _LT_EOF |
| 7485 | |
| 7486 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7487 | (eval $ac_compile) 2>&5 |
| 7488 | ac_status=$? |
| 7489 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7490 | test $ac_status = 0; }; then |
| 7491 | # Now try to grab the symbols. |
| 7492 | nlist=conftest.nm |
| 7493 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
| 7494 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 |
| 7495 | ac_status=$? |
| 7496 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7497 | test $ac_status = 0; } && test -s "$nlist"; then |
| 7498 | # Try sorting and uniquifying the output. |
| 7499 | if sort "$nlist" | uniq > "$nlist"T; then |
| 7500 | mv -f "$nlist"T "$nlist" |
| 7501 | else |
| 7502 | rm -f "$nlist"T |
| 7503 | fi |
| 7504 | |
| 7505 | # Make sure that we snagged all the symbols we need. |
| 7506 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then |
| 7507 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then |
| 7508 | cat <<_LT_EOF > conftest.$ac_ext |
| 7509 | /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ |
| 7510 | #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE |
| 7511 | /* DATA imports from DLLs on WIN32 can't be const, because runtime |
| 7512 | relocations are performed -- see ld's documentation on pseudo-relocs. */ |
| 7513 | # define LT_DLSYM_CONST |
| 7514 | #elif defined __osf__ |
| 7515 | /* This system does not cope well with relocations in const data. */ |
| 7516 | # define LT_DLSYM_CONST |
| 7517 | #else |
| 7518 | # define LT_DLSYM_CONST const |
| 7519 | #endif |
| 7520 | |
| 7521 | #ifdef __cplusplus |
| 7522 | extern "C" { |
| 7523 | #endif |
| 7524 | |
| 7525 | _LT_EOF |
| 7526 | # Now generate the symbol file. |
| 7527 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' |
| 7528 | |
| 7529 | cat <<_LT_EOF >> conftest.$ac_ext |
| 7530 | |
| 7531 | /* The mapping between symbol names and symbols. */ |
| 7532 | LT_DLSYM_CONST struct { |
| 7533 | const char *name; |
| 7534 | void *address; |
| 7535 | } |
| 7536 | lt__PROGRAM__LTX_preloaded_symbols[] = |
| 7537 | { |
| 7538 | { "@PROGRAM@", (void *) 0 }, |
| 7539 | _LT_EOF |
| 7540 | $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext |
| 7541 | cat <<\_LT_EOF >> conftest.$ac_ext |
| 7542 | {0, (void *) 0} |
| 7543 | }; |
| 7544 | |
| 7545 | /* This works around a problem in FreeBSD linker */ |
| 7546 | #ifdef FREEBSD_WORKAROUND |
| 7547 | static const void *lt_preloaded_setup() { |
| 7548 | return lt__PROGRAM__LTX_preloaded_symbols; |
| 7549 | } |
| 7550 | #endif |
| 7551 | |
| 7552 | #ifdef __cplusplus |
| 7553 | } |
| 7554 | #endif |
| 7555 | _LT_EOF |
| 7556 | # Now try linking the two files. |
| 7557 | mv conftest.$ac_objext conftstm.$ac_objext |
| 7558 | lt_globsym_save_LIBS=$LIBS |
| 7559 | lt_globsym_save_CFLAGS=$CFLAGS |
| 7560 | LIBS=conftstm.$ac_objext |
| 7561 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" |
| 7562 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
| 7563 | (eval $ac_link) 2>&5 |
| 7564 | ac_status=$? |
| 7565 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7566 | test $ac_status = 0; } && test -s conftest$ac_exeext; then |
| 7567 | pipe_works=yes |
| 7568 | fi |
| 7569 | LIBS=$lt_globsym_save_LIBS |
| 7570 | CFLAGS=$lt_globsym_save_CFLAGS |
| 7571 | else |
| 7572 | echo "cannot find nm_test_func in $nlist" >&5 |
| 7573 | fi |
| 7574 | else |
| 7575 | echo "cannot find nm_test_var in $nlist" >&5 |
| 7576 | fi |
| 7577 | else |
| 7578 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 |
| 7579 | fi |
| 7580 | else |
| 7581 | echo "$progname: failed program was:" >&5 |
| 7582 | cat conftest.$ac_ext >&5 |
| 7583 | fi |
| 7584 | rm -rf conftest* conftst* |
| 7585 | |
| 7586 | # Do not use the global_symbol_pipe unless it works. |
| 7587 | if test yes = "$pipe_works"; then |
| 7588 | break |
| 7589 | else |
| 7590 | lt_cv_sys_global_symbol_pipe= |
| 7591 | fi |
| 7592 | done |
| 7593 | |
| 7594 | fi |
| 7595 | |
| 7596 | if test -z "$lt_cv_sys_global_symbol_pipe"; then |
| 7597 | lt_cv_sys_global_symbol_to_cdecl= |
| 7598 | fi |
| 7599 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then |
| 7600 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
| 7601 | $as_echo "failed" >&6; } |
| 7602 | else |
| 7603 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
| 7604 | $as_echo "ok" >&6; } |
| 7605 | fi |
| 7606 | |
| 7607 | # Response file support. |
| 7608 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then |
| 7609 | nm_file_list_spec='@' |
| 7610 | elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then |
| 7611 | nm_file_list_spec='@' |
| 7612 | fi |
| 7613 | |
| 7614 | |
| 7615 | |
| 7616 | |
| 7617 | |
| 7618 | |
| 7619 | |
| 7620 | |
| 7621 | |
| 7622 | |
| 7623 | |
| 7624 | |
| 7625 | |
| 7626 | |
| 7627 | |
| 7628 | |
| 7629 | |
| 7630 | |
| 7631 | |
| 7632 | |
| 7633 | |
| 7634 | |
| 7635 | |
| 7636 | |
| 7637 | |
| 7638 | |
| 7639 | |
| 7640 | |
| 7641 | |
| 7642 | |
| 7643 | |
| 7644 | |
| 7645 | |
| 7646 | |
| 7647 | |
| 7648 | |
| 7649 | |
| 7650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 |
| 7651 | $as_echo_n "checking for sysroot... " >&6; } |
| 7652 | |
| 7653 | # Check whether --with-sysroot was given. |
| 7654 | if test "${with_sysroot+set}" = set; then : |
| 7655 | withval=$with_sysroot; |
| 7656 | else |
| 7657 | with_sysroot=no |
| 7658 | fi |
| 7659 | |
| 7660 | |
| 7661 | lt_sysroot= |
| 7662 | case $with_sysroot in #( |
| 7663 | yes) |
| 7664 | if test yes = "$GCC"; then |
| 7665 | lt_sysroot=`$CC --print-sysroot 2>/dev/null` |
| 7666 | fi |
| 7667 | ;; #( |
| 7668 | /*) |
| 7669 | lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` |
| 7670 | ;; #( |
| 7671 | no|'') |
| 7672 | ;; #( |
| 7673 | *) |
| 7674 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 |
| 7675 | $as_echo "$with_sysroot" >&6; } |
| 7676 | as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 |
| 7677 | ;; |
| 7678 | esac |
| 7679 | |
| 7680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 |
| 7681 | $as_echo "${lt_sysroot:-no}" >&6; } |
| 7682 | |
| 7683 | |
| 7684 | |
| 7685 | |
| 7686 | |
| 7687 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 |
| 7688 | $as_echo_n "checking for a working dd... " >&6; } |
| 7689 | if ${ac_cv_path_lt_DD+:} false; then : |
| 7690 | $as_echo_n "(cached) " >&6 |
| 7691 | else |
| 7692 | printf 0123456789abcdef0123456789abcdef >conftest.i |
| 7693 | cat conftest.i conftest.i >conftest2.i |
| 7694 | : ${lt_DD:=$DD} |
| 7695 | if test -z "$lt_DD"; then |
| 7696 | ac_path_lt_DD_found=false |
| 7697 | # Loop through the user's path and test for each of PROGNAME-LIST |
| 7698 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 7699 | for as_dir in $PATH |
| 7700 | do |
| 7701 | IFS=$as_save_IFS |
| 7702 | test -z "$as_dir" && as_dir=. |
| 7703 | for ac_prog in dd; do |
| 7704 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 7705 | ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" |
| 7706 | as_fn_executable_p "$ac_path_lt_DD" || continue |
| 7707 | if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then |
| 7708 | cmp -s conftest.i conftest.out \ |
| 7709 | && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: |
| 7710 | fi |
| 7711 | $ac_path_lt_DD_found && break 3 |
| 7712 | done |
| 7713 | done |
| 7714 | done |
| 7715 | IFS=$as_save_IFS |
| 7716 | if test -z "$ac_cv_path_lt_DD"; then |
| 7717 | : |
| 7718 | fi |
| 7719 | else |
| 7720 | ac_cv_path_lt_DD=$lt_DD |
| 7721 | fi |
| 7722 | |
| 7723 | rm -f conftest.i conftest2.i conftest.out |
| 7724 | fi |
| 7725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 |
| 7726 | $as_echo "$ac_cv_path_lt_DD" >&6; } |
| 7727 | |
| 7728 | |
| 7729 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 |
| 7730 | $as_echo_n "checking how to truncate binary pipes... " >&6; } |
| 7731 | if ${lt_cv_truncate_bin+:} false; then : |
| 7732 | $as_echo_n "(cached) " >&6 |
| 7733 | else |
| 7734 | printf 0123456789abcdef0123456789abcdef >conftest.i |
| 7735 | cat conftest.i conftest.i >conftest2.i |
| 7736 | lt_cv_truncate_bin= |
| 7737 | if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then |
| 7738 | cmp -s conftest.i conftest.out \ |
| 7739 | && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" |
| 7740 | fi |
| 7741 | rm -f conftest.i conftest2.i conftest.out |
| 7742 | test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" |
| 7743 | fi |
| 7744 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 |
| 7745 | $as_echo "$lt_cv_truncate_bin" >&6; } |
| 7746 | |
| 7747 | |
| 7748 | |
| 7749 | |
| 7750 | |
| 7751 | |
| 7752 | |
| 7753 | # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. |
| 7754 | func_cc_basename () |
| 7755 | { |
| 7756 | for cc_temp in $*""; do |
| 7757 | case $cc_temp in |
| 7758 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; |
| 7759 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; |
| 7760 | \-*) ;; |
| 7761 | *) break;; |
| 7762 | esac |
| 7763 | done |
| 7764 | func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` |
| 7765 | } |
| 7766 | |
| 7767 | # Check whether --enable-libtool-lock was given. |
| 7768 | if test "${enable_libtool_lock+set}" = set; then : |
| 7769 | enableval=$enable_libtool_lock; |
| 7770 | fi |
| 7771 | |
| 7772 | test no = "$enable_libtool_lock" || enable_libtool_lock=yes |
| 7773 | |
| 7774 | # Some flags need to be propagated to the compiler or linker for good |
| 7775 | # libtool support. |
| 7776 | case $host in |
| 7777 | ia64-*-hpux*) |
| 7778 | # Find out what ABI is being produced by ac_compile, and set mode |
| 7779 | # options accordingly. |
| 7780 | echo 'int i;' > conftest.$ac_ext |
| 7781 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7782 | (eval $ac_compile) 2>&5 |
| 7783 | ac_status=$? |
| 7784 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7785 | test $ac_status = 0; }; then |
| 7786 | case `/usr/bin/file conftest.$ac_objext` in |
| 7787 | *ELF-32*) |
| 7788 | HPUX_IA64_MODE=32 |
| 7789 | ;; |
| 7790 | *ELF-64*) |
| 7791 | HPUX_IA64_MODE=64 |
| 7792 | ;; |
| 7793 | esac |
| 7794 | fi |
| 7795 | rm -rf conftest* |
| 7796 | ;; |
| 7797 | *-*-irix6*) |
| 7798 | # Find out what ABI is being produced by ac_compile, and set linker |
| 7799 | # options accordingly. |
| 7800 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
| 7801 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7802 | (eval $ac_compile) 2>&5 |
| 7803 | ac_status=$? |
| 7804 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7805 | test $ac_status = 0; }; then |
| 7806 | if test yes = "$lt_cv_prog_gnu_ld"; then |
| 7807 | case `/usr/bin/file conftest.$ac_objext` in |
| 7808 | *32-bit*) |
| 7809 | LD="${LD-ld} -melf32bsmip" |
| 7810 | ;; |
| 7811 | *N32*) |
| 7812 | LD="${LD-ld} -melf32bmipn32" |
| 7813 | ;; |
| 7814 | *64-bit*) |
| 7815 | LD="${LD-ld} -melf64bmip" |
| 7816 | ;; |
| 7817 | esac |
| 7818 | else |
| 7819 | case `/usr/bin/file conftest.$ac_objext` in |
| 7820 | *32-bit*) |
| 7821 | LD="${LD-ld} -32" |
| 7822 | ;; |
| 7823 | *N32*) |
| 7824 | LD="${LD-ld} -n32" |
| 7825 | ;; |
| 7826 | *64-bit*) |
| 7827 | LD="${LD-ld} -64" |
| 7828 | ;; |
| 7829 | esac |
| 7830 | fi |
| 7831 | fi |
| 7832 | rm -rf conftest* |
| 7833 | ;; |
| 7834 | |
| 7835 | mips64*-*linux*) |
| 7836 | # Find out what ABI is being produced by ac_compile, and set linker |
| 7837 | # options accordingly. |
| 7838 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
| 7839 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7840 | (eval $ac_compile) 2>&5 |
| 7841 | ac_status=$? |
| 7842 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7843 | test $ac_status = 0; }; then |
| 7844 | emul=elf |
| 7845 | case `/usr/bin/file conftest.$ac_objext` in |
| 7846 | *32-bit*) |
| 7847 | emul="${emul}32" |
| 7848 | ;; |
| 7849 | *64-bit*) |
| 7850 | emul="${emul}64" |
| 7851 | ;; |
| 7852 | esac |
| 7853 | case `/usr/bin/file conftest.$ac_objext` in |
| 7854 | *MSB*) |
| 7855 | emul="${emul}btsmip" |
| 7856 | ;; |
| 7857 | *LSB*) |
| 7858 | emul="${emul}ltsmip" |
| 7859 | ;; |
| 7860 | esac |
| 7861 | case `/usr/bin/file conftest.$ac_objext` in |
| 7862 | *N32*) |
| 7863 | emul="${emul}n32" |
| 7864 | ;; |
| 7865 | esac |
| 7866 | LD="${LD-ld} -m $emul" |
| 7867 | fi |
| 7868 | rm -rf conftest* |
| 7869 | ;; |
| 7870 | |
| 7871 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ |
| 7872 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) |
| 7873 | # Find out what ABI is being produced by ac_compile, and set linker |
| 7874 | # options accordingly. Note that the listed cases only cover the |
| 7875 | # situations where additional linker options are needed (such as when |
| 7876 | # doing 32-bit compilation for a host where ld defaults to 64-bit, or |
| 7877 | # vice versa); the common cases where no linker options are needed do |
| 7878 | # not appear in the list. |
| 7879 | echo 'int i;' > conftest.$ac_ext |
| 7880 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7881 | (eval $ac_compile) 2>&5 |
| 7882 | ac_status=$? |
| 7883 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7884 | test $ac_status = 0; }; then |
| 7885 | case `/usr/bin/file conftest.o` in |
| 7886 | *32-bit*) |
| 7887 | case $host in |
| 7888 | x86_64-*kfreebsd*-gnu) |
| 7889 | LD="${LD-ld} -m elf_i386_fbsd" |
| 7890 | ;; |
| 7891 | x86_64-*linux*) |
| 7892 | case `/usr/bin/file conftest.o` in |
| 7893 | *x86-64*) |
| 7894 | LD="${LD-ld} -m elf32_x86_64" |
| 7895 | ;; |
| 7896 | *) |
| 7897 | LD="${LD-ld} -m elf_i386" |
| 7898 | ;; |
| 7899 | esac |
| 7900 | ;; |
| 7901 | powerpc64le-*linux*) |
| 7902 | LD="${LD-ld} -m elf32lppclinux" |
| 7903 | ;; |
| 7904 | powerpc64-*linux*) |
| 7905 | LD="${LD-ld} -m elf32ppclinux" |
| 7906 | ;; |
| 7907 | s390x-*linux*) |
| 7908 | LD="${LD-ld} -m elf_s390" |
| 7909 | ;; |
| 7910 | sparc64-*linux*) |
| 7911 | LD="${LD-ld} -m elf32_sparc" |
| 7912 | ;; |
| 7913 | esac |
| 7914 | ;; |
| 7915 | *64-bit*) |
| 7916 | case $host in |
| 7917 | x86_64-*kfreebsd*-gnu) |
| 7918 | LD="${LD-ld} -m elf_x86_64_fbsd" |
| 7919 | ;; |
| 7920 | x86_64-*linux*) |
| 7921 | LD="${LD-ld} -m elf_x86_64" |
| 7922 | ;; |
| 7923 | powerpcle-*linux*) |
| 7924 | LD="${LD-ld} -m elf64lppc" |
| 7925 | ;; |
| 7926 | powerpc-*linux*) |
| 7927 | LD="${LD-ld} -m elf64ppc" |
| 7928 | ;; |
| 7929 | s390*-*linux*|s390*-*tpf*) |
| 7930 | LD="${LD-ld} -m elf64_s390" |
| 7931 | ;; |
| 7932 | sparc*-*linux*) |
| 7933 | LD="${LD-ld} -m elf64_sparc" |
| 7934 | ;; |
| 7935 | esac |
| 7936 | ;; |
| 7937 | esac |
| 7938 | fi |
| 7939 | rm -rf conftest* |
| 7940 | ;; |
| 7941 | |
| 7942 | *-*-sco3.2v5*) |
| 7943 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. |
| 7944 | SAVE_CFLAGS=$CFLAGS |
| 7945 | CFLAGS="$CFLAGS -belf" |
| 7946 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
| 7947 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } |
| 7948 | if ${lt_cv_cc_needs_belf+:} false; then : |
| 7949 | $as_echo_n "(cached) " >&6 |
| 7950 | else |
| 7951 | ac_ext=c |
| 7952 | ac_cpp='$CPP $CPPFLAGS' |
| 7953 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7954 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7955 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 7956 | |
| 7957 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7958 | /* end confdefs.h. */ |
| 7959 | |
| 7960 | int |
| 7961 | main () |
| 7962 | { |
| 7963 | |
| 7964 | ; |
| 7965 | return 0; |
| 7966 | } |
| 7967 | _ACEOF |
| 7968 | if ac_fn_c_try_link "$LINENO"; then : |
| 7969 | lt_cv_cc_needs_belf=yes |
| 7970 | else |
| 7971 | lt_cv_cc_needs_belf=no |
| 7972 | fi |
| 7973 | rm -f core conftest.err conftest.$ac_objext \ |
| 7974 | conftest$ac_exeext conftest.$ac_ext |
| 7975 | ac_ext=c |
| 7976 | ac_cpp='$CPP $CPPFLAGS' |
| 7977 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7978 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7979 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 7980 | |
| 7981 | fi |
| 7982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
| 7983 | $as_echo "$lt_cv_cc_needs_belf" >&6; } |
| 7984 | if test yes != "$lt_cv_cc_needs_belf"; then |
| 7985 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf |
| 7986 | CFLAGS=$SAVE_CFLAGS |
| 7987 | fi |
| 7988 | ;; |
| 7989 | *-*solaris*) |
| 7990 | # Find out what ABI is being produced by ac_compile, and set linker |
| 7991 | # options accordingly. |
| 7992 | echo 'int i;' > conftest.$ac_ext |
| 7993 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 7994 | (eval $ac_compile) 2>&5 |
| 7995 | ac_status=$? |
| 7996 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7997 | test $ac_status = 0; }; then |
| 7998 | case `/usr/bin/file conftest.o` in |
| 7999 | *64-bit*) |
| 8000 | case $lt_cv_prog_gnu_ld in |
| 8001 | yes*) |
| 8002 | case $host in |
| 8003 | i?86-*-solaris*|x86_64-*-solaris*) |
| 8004 | LD="${LD-ld} -m elf_x86_64" |
| 8005 | ;; |
| 8006 | sparc*-*-solaris*) |
| 8007 | LD="${LD-ld} -m elf64_sparc" |
| 8008 | ;; |
| 8009 | esac |
| 8010 | # GNU ld 2.21 introduced _sol2 emulations. Use them if available. |
| 8011 | if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then |
| 8012 | LD=${LD-ld}_sol2 |
| 8013 | fi |
| 8014 | ;; |
| 8015 | *) |
| 8016 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then |
| 8017 | LD="${LD-ld} -64" |
| 8018 | fi |
| 8019 | ;; |
| 8020 | esac |
| 8021 | ;; |
| 8022 | esac |
| 8023 | fi |
| 8024 | rm -rf conftest* |
| 8025 | ;; |
| 8026 | esac |
| 8027 | |
| 8028 | need_locks=$enable_libtool_lock |
| 8029 | |
| 8030 | if test -n "$ac_tool_prefix"; then |
| 8031 | # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. |
| 8032 | set dummy ${ac_tool_prefix}mt; ac_word=$2 |
| 8033 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8034 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8035 | if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : |
| 8036 | $as_echo_n "(cached) " >&6 |
| 8037 | else |
| 8038 | if test -n "$MANIFEST_TOOL"; then |
| 8039 | ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. |
| 8040 | else |
| 8041 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8042 | for as_dir in $PATH |
| 8043 | do |
| 8044 | IFS=$as_save_IFS |
| 8045 | test -z "$as_dir" && as_dir=. |
| 8046 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8047 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8048 | ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 8049 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8050 | break 2 |
| 8051 | fi |
| 8052 | done |
| 8053 | done |
| 8054 | IFS=$as_save_IFS |
| 8055 | |
| 8056 | fi |
| 8057 | fi |
| 8058 | MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL |
| 8059 | if test -n "$MANIFEST_TOOL"; then |
| 8060 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 |
| 8061 | $as_echo "$MANIFEST_TOOL" >&6; } |
| 8062 | else |
| 8063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8064 | $as_echo "no" >&6; } |
| 8065 | fi |
| 8066 | |
| 8067 | |
| 8068 | fi |
| 8069 | if test -z "$ac_cv_prog_MANIFEST_TOOL"; then |
| 8070 | ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL |
| 8071 | # Extract the first word of "mt", so it can be a program name with args. |
| 8072 | set dummy mt; ac_word=$2 |
| 8073 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8074 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8075 | if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : |
| 8076 | $as_echo_n "(cached) " >&6 |
| 8077 | else |
| 8078 | if test -n "$ac_ct_MANIFEST_TOOL"; then |
| 8079 | ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. |
| 8080 | else |
| 8081 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8082 | for as_dir in $PATH |
| 8083 | do |
| 8084 | IFS=$as_save_IFS |
| 8085 | test -z "$as_dir" && as_dir=. |
| 8086 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8087 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8088 | ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 8089 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8090 | break 2 |
| 8091 | fi |
| 8092 | done |
| 8093 | done |
| 8094 | IFS=$as_save_IFS |
| 8095 | |
| 8096 | fi |
| 8097 | fi |
| 8098 | ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL |
| 8099 | if test -n "$ac_ct_MANIFEST_TOOL"; then |
| 8100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 |
| 8101 | $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } |
| 8102 | else |
| 8103 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8104 | $as_echo "no" >&6; } |
| 8105 | fi |
| 8106 | |
| 8107 | if test "x$ac_ct_MANIFEST_TOOL" = x; then |
| 8108 | MANIFEST_TOOL=":" |
| 8109 | else |
| 8110 | case $cross_compiling:$ac_tool_warned in |
| 8111 | yes:) |
| 8112 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8113 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8114 | ac_tool_warned=yes ;; |
| 8115 | esac |
| 8116 | MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL |
| 8117 | fi |
| 8118 | else |
| 8119 | MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" |
| 8120 | fi |
| 8121 | |
| 8122 | test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt |
| 8123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 |
| 8124 | $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } |
| 8125 | if ${lt_cv_path_mainfest_tool+:} false; then : |
| 8126 | $as_echo_n "(cached) " >&6 |
| 8127 | else |
| 8128 | lt_cv_path_mainfest_tool=no |
| 8129 | echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 |
| 8130 | $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out |
| 8131 | cat conftest.err >&5 |
| 8132 | if $GREP 'Manifest Tool' conftest.out > /dev/null; then |
| 8133 | lt_cv_path_mainfest_tool=yes |
| 8134 | fi |
| 8135 | rm -f conftest* |
| 8136 | fi |
| 8137 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 |
| 8138 | $as_echo "$lt_cv_path_mainfest_tool" >&6; } |
| 8139 | if test yes != "$lt_cv_path_mainfest_tool"; then |
| 8140 | MANIFEST_TOOL=: |
| 8141 | fi |
| 8142 | |
| 8143 | |
| 8144 | |
| 8145 | |
| 8146 | |
| 8147 | |
| 8148 | case $host_os in |
| 8149 | rhapsody* | darwin*) |
| 8150 | if test -n "$ac_tool_prefix"; then |
| 8151 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. |
| 8152 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 |
| 8153 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8154 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8155 | if ${ac_cv_prog_DSYMUTIL+:} false; then : |
| 8156 | $as_echo_n "(cached) " >&6 |
| 8157 | else |
| 8158 | if test -n "$DSYMUTIL"; then |
| 8159 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. |
| 8160 | else |
| 8161 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8162 | for as_dir in $PATH |
| 8163 | do |
| 8164 | IFS=$as_save_IFS |
| 8165 | test -z "$as_dir" && as_dir=. |
| 8166 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8167 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8168 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 8169 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8170 | break 2 |
| 8171 | fi |
| 8172 | done |
| 8173 | done |
| 8174 | IFS=$as_save_IFS |
| 8175 | |
| 8176 | fi |
| 8177 | fi |
| 8178 | DSYMUTIL=$ac_cv_prog_DSYMUTIL |
| 8179 | if test -n "$DSYMUTIL"; then |
| 8180 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
| 8181 | $as_echo "$DSYMUTIL" >&6; } |
| 8182 | else |
| 8183 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8184 | $as_echo "no" >&6; } |
| 8185 | fi |
| 8186 | |
| 8187 | |
| 8188 | fi |
| 8189 | if test -z "$ac_cv_prog_DSYMUTIL"; then |
| 8190 | ac_ct_DSYMUTIL=$DSYMUTIL |
| 8191 | # Extract the first word of "dsymutil", so it can be a program name with args. |
| 8192 | set dummy dsymutil; ac_word=$2 |
| 8193 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8194 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8195 | if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : |
| 8196 | $as_echo_n "(cached) " >&6 |
| 8197 | else |
| 8198 | if test -n "$ac_ct_DSYMUTIL"; then |
| 8199 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. |
| 8200 | else |
| 8201 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8202 | for as_dir in $PATH |
| 8203 | do |
| 8204 | IFS=$as_save_IFS |
| 8205 | test -z "$as_dir" && as_dir=. |
| 8206 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8207 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8208 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 8209 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8210 | break 2 |
| 8211 | fi |
| 8212 | done |
| 8213 | done |
| 8214 | IFS=$as_save_IFS |
| 8215 | |
| 8216 | fi |
| 8217 | fi |
| 8218 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL |
| 8219 | if test -n "$ac_ct_DSYMUTIL"; then |
| 8220 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
| 8221 | $as_echo "$ac_ct_DSYMUTIL" >&6; } |
| 8222 | else |
| 8223 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8224 | $as_echo "no" >&6; } |
| 8225 | fi |
| 8226 | |
| 8227 | if test "x$ac_ct_DSYMUTIL" = x; then |
| 8228 | DSYMUTIL=":" |
| 8229 | else |
| 8230 | case $cross_compiling:$ac_tool_warned in |
| 8231 | yes:) |
| 8232 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8233 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8234 | ac_tool_warned=yes ;; |
| 8235 | esac |
| 8236 | DSYMUTIL=$ac_ct_DSYMUTIL |
| 8237 | fi |
| 8238 | else |
| 8239 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" |
| 8240 | fi |
| 8241 | |
| 8242 | if test -n "$ac_tool_prefix"; then |
| 8243 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. |
| 8244 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 |
| 8245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8246 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8247 | if ${ac_cv_prog_NMEDIT+:} false; then : |
| 8248 | $as_echo_n "(cached) " >&6 |
| 8249 | else |
| 8250 | if test -n "$NMEDIT"; then |
| 8251 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. |
| 8252 | else |
| 8253 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8254 | for as_dir in $PATH |
| 8255 | do |
| 8256 | IFS=$as_save_IFS |
| 8257 | test -z "$as_dir" && as_dir=. |
| 8258 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8259 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8260 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 8261 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8262 | break 2 |
| 8263 | fi |
| 8264 | done |
| 8265 | done |
| 8266 | IFS=$as_save_IFS |
| 8267 | |
| 8268 | fi |
| 8269 | fi |
| 8270 | NMEDIT=$ac_cv_prog_NMEDIT |
| 8271 | if test -n "$NMEDIT"; then |
| 8272 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
| 8273 | $as_echo "$NMEDIT" >&6; } |
| 8274 | else |
| 8275 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8276 | $as_echo "no" >&6; } |
| 8277 | fi |
| 8278 | |
| 8279 | |
| 8280 | fi |
| 8281 | if test -z "$ac_cv_prog_NMEDIT"; then |
| 8282 | ac_ct_NMEDIT=$NMEDIT |
| 8283 | # Extract the first word of "nmedit", so it can be a program name with args. |
| 8284 | set dummy nmedit; ac_word=$2 |
| 8285 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8286 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8287 | if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : |
| 8288 | $as_echo_n "(cached) " >&6 |
| 8289 | else |
| 8290 | if test -n "$ac_ct_NMEDIT"; then |
| 8291 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. |
| 8292 | else |
| 8293 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8294 | for as_dir in $PATH |
| 8295 | do |
| 8296 | IFS=$as_save_IFS |
| 8297 | test -z "$as_dir" && as_dir=. |
| 8298 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8299 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8300 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 8301 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8302 | break 2 |
| 8303 | fi |
| 8304 | done |
| 8305 | done |
| 8306 | IFS=$as_save_IFS |
| 8307 | |
| 8308 | fi |
| 8309 | fi |
| 8310 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT |
| 8311 | if test -n "$ac_ct_NMEDIT"; then |
| 8312 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
| 8313 | $as_echo "$ac_ct_NMEDIT" >&6; } |
| 8314 | else |
| 8315 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8316 | $as_echo "no" >&6; } |
| 8317 | fi |
| 8318 | |
| 8319 | if test "x$ac_ct_NMEDIT" = x; then |
| 8320 | NMEDIT=":" |
| 8321 | else |
| 8322 | case $cross_compiling:$ac_tool_warned in |
| 8323 | yes:) |
| 8324 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8325 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8326 | ac_tool_warned=yes ;; |
| 8327 | esac |
| 8328 | NMEDIT=$ac_ct_NMEDIT |
| 8329 | fi |
| 8330 | else |
| 8331 | NMEDIT="$ac_cv_prog_NMEDIT" |
| 8332 | fi |
| 8333 | |
| 8334 | if test -n "$ac_tool_prefix"; then |
| 8335 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. |
| 8336 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 |
| 8337 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8338 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8339 | if ${ac_cv_prog_LIPO+:} false; then : |
| 8340 | $as_echo_n "(cached) " >&6 |
| 8341 | else |
| 8342 | if test -n "$LIPO"; then |
| 8343 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. |
| 8344 | else |
| 8345 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8346 | for as_dir in $PATH |
| 8347 | do |
| 8348 | IFS=$as_save_IFS |
| 8349 | test -z "$as_dir" && as_dir=. |
| 8350 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8351 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8352 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 8353 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8354 | break 2 |
| 8355 | fi |
| 8356 | done |
| 8357 | done |
| 8358 | IFS=$as_save_IFS |
| 8359 | |
| 8360 | fi |
| 8361 | fi |
| 8362 | LIPO=$ac_cv_prog_LIPO |
| 8363 | if test -n "$LIPO"; then |
| 8364 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
| 8365 | $as_echo "$LIPO" >&6; } |
| 8366 | else |
| 8367 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8368 | $as_echo "no" >&6; } |
| 8369 | fi |
| 8370 | |
| 8371 | |
| 8372 | fi |
| 8373 | if test -z "$ac_cv_prog_LIPO"; then |
| 8374 | ac_ct_LIPO=$LIPO |
| 8375 | # Extract the first word of "lipo", so it can be a program name with args. |
| 8376 | set dummy lipo; ac_word=$2 |
| 8377 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8378 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8379 | if ${ac_cv_prog_ac_ct_LIPO+:} false; then : |
| 8380 | $as_echo_n "(cached) " >&6 |
| 8381 | else |
| 8382 | if test -n "$ac_ct_LIPO"; then |
| 8383 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. |
| 8384 | else |
| 8385 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8386 | for as_dir in $PATH |
| 8387 | do |
| 8388 | IFS=$as_save_IFS |
| 8389 | test -z "$as_dir" && as_dir=. |
| 8390 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8391 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8392 | ac_cv_prog_ac_ct_LIPO="lipo" |
| 8393 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8394 | break 2 |
| 8395 | fi |
| 8396 | done |
| 8397 | done |
| 8398 | IFS=$as_save_IFS |
| 8399 | |
| 8400 | fi |
| 8401 | fi |
| 8402 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO |
| 8403 | if test -n "$ac_ct_LIPO"; then |
| 8404 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
| 8405 | $as_echo "$ac_ct_LIPO" >&6; } |
| 8406 | else |
| 8407 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8408 | $as_echo "no" >&6; } |
| 8409 | fi |
| 8410 | |
| 8411 | if test "x$ac_ct_LIPO" = x; then |
| 8412 | LIPO=":" |
| 8413 | else |
| 8414 | case $cross_compiling:$ac_tool_warned in |
| 8415 | yes:) |
| 8416 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8417 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8418 | ac_tool_warned=yes ;; |
| 8419 | esac |
| 8420 | LIPO=$ac_ct_LIPO |
| 8421 | fi |
| 8422 | else |
| 8423 | LIPO="$ac_cv_prog_LIPO" |
| 8424 | fi |
| 8425 | |
| 8426 | if test -n "$ac_tool_prefix"; then |
| 8427 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. |
| 8428 | set dummy ${ac_tool_prefix}otool; ac_word=$2 |
| 8429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8430 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8431 | if ${ac_cv_prog_OTOOL+:} false; then : |
| 8432 | $as_echo_n "(cached) " >&6 |
| 8433 | else |
| 8434 | if test -n "$OTOOL"; then |
| 8435 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. |
| 8436 | else |
| 8437 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8438 | for as_dir in $PATH |
| 8439 | do |
| 8440 | IFS=$as_save_IFS |
| 8441 | test -z "$as_dir" && as_dir=. |
| 8442 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8443 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8444 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 8445 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8446 | break 2 |
| 8447 | fi |
| 8448 | done |
| 8449 | done |
| 8450 | IFS=$as_save_IFS |
| 8451 | |
| 8452 | fi |
| 8453 | fi |
| 8454 | OTOOL=$ac_cv_prog_OTOOL |
| 8455 | if test -n "$OTOOL"; then |
| 8456 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
| 8457 | $as_echo "$OTOOL" >&6; } |
| 8458 | else |
| 8459 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8460 | $as_echo "no" >&6; } |
| 8461 | fi |
| 8462 | |
| 8463 | |
| 8464 | fi |
| 8465 | if test -z "$ac_cv_prog_OTOOL"; then |
| 8466 | ac_ct_OTOOL=$OTOOL |
| 8467 | # Extract the first word of "otool", so it can be a program name with args. |
| 8468 | set dummy otool; ac_word=$2 |
| 8469 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8470 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8471 | if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : |
| 8472 | $as_echo_n "(cached) " >&6 |
| 8473 | else |
| 8474 | if test -n "$ac_ct_OTOOL"; then |
| 8475 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. |
| 8476 | else |
| 8477 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8478 | for as_dir in $PATH |
| 8479 | do |
| 8480 | IFS=$as_save_IFS |
| 8481 | test -z "$as_dir" && as_dir=. |
| 8482 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8483 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8484 | ac_cv_prog_ac_ct_OTOOL="otool" |
| 8485 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8486 | break 2 |
| 8487 | fi |
| 8488 | done |
| 8489 | done |
| 8490 | IFS=$as_save_IFS |
| 8491 | |
| 8492 | fi |
| 8493 | fi |
| 8494 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL |
| 8495 | if test -n "$ac_ct_OTOOL"; then |
| 8496 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
| 8497 | $as_echo "$ac_ct_OTOOL" >&6; } |
| 8498 | else |
| 8499 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8500 | $as_echo "no" >&6; } |
| 8501 | fi |
| 8502 | |
| 8503 | if test "x$ac_ct_OTOOL" = x; then |
| 8504 | OTOOL=":" |
| 8505 | else |
| 8506 | case $cross_compiling:$ac_tool_warned in |
| 8507 | yes:) |
| 8508 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8509 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8510 | ac_tool_warned=yes ;; |
| 8511 | esac |
| 8512 | OTOOL=$ac_ct_OTOOL |
| 8513 | fi |
| 8514 | else |
| 8515 | OTOOL="$ac_cv_prog_OTOOL" |
| 8516 | fi |
| 8517 | |
| 8518 | if test -n "$ac_tool_prefix"; then |
| 8519 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. |
| 8520 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 |
| 8521 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8522 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8523 | if ${ac_cv_prog_OTOOL64+:} false; then : |
| 8524 | $as_echo_n "(cached) " >&6 |
| 8525 | else |
| 8526 | if test -n "$OTOOL64"; then |
| 8527 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. |
| 8528 | else |
| 8529 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8530 | for as_dir in $PATH |
| 8531 | do |
| 8532 | IFS=$as_save_IFS |
| 8533 | test -z "$as_dir" && as_dir=. |
| 8534 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8535 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8536 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 8537 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8538 | break 2 |
| 8539 | fi |
| 8540 | done |
| 8541 | done |
| 8542 | IFS=$as_save_IFS |
| 8543 | |
| 8544 | fi |
| 8545 | fi |
| 8546 | OTOOL64=$ac_cv_prog_OTOOL64 |
| 8547 | if test -n "$OTOOL64"; then |
| 8548 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
| 8549 | $as_echo "$OTOOL64" >&6; } |
| 8550 | else |
| 8551 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8552 | $as_echo "no" >&6; } |
| 8553 | fi |
| 8554 | |
| 8555 | |
| 8556 | fi |
| 8557 | if test -z "$ac_cv_prog_OTOOL64"; then |
| 8558 | ac_ct_OTOOL64=$OTOOL64 |
| 8559 | # Extract the first word of "otool64", so it can be a program name with args. |
| 8560 | set dummy otool64; ac_word=$2 |
| 8561 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8562 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8563 | if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : |
| 8564 | $as_echo_n "(cached) " >&6 |
| 8565 | else |
| 8566 | if test -n "$ac_ct_OTOOL64"; then |
| 8567 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. |
| 8568 | else |
| 8569 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 8570 | for as_dir in $PATH |
| 8571 | do |
| 8572 | IFS=$as_save_IFS |
| 8573 | test -z "$as_dir" && as_dir=. |
| 8574 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 8575 | if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 8576 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 8577 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 8578 | break 2 |
| 8579 | fi |
| 8580 | done |
| 8581 | done |
| 8582 | IFS=$as_save_IFS |
| 8583 | |
| 8584 | fi |
| 8585 | fi |
| 8586 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 |
| 8587 | if test -n "$ac_ct_OTOOL64"; then |
| 8588 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
| 8589 | $as_echo "$ac_ct_OTOOL64" >&6; } |
| 8590 | else |
| 8591 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 8592 | $as_echo "no" >&6; } |
| 8593 | fi |
| 8594 | |
| 8595 | if test "x$ac_ct_OTOOL64" = x; then |
| 8596 | OTOOL64=":" |
| 8597 | else |
| 8598 | case $cross_compiling:$ac_tool_warned in |
| 8599 | yes:) |
| 8600 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
| 8601 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
| 8602 | ac_tool_warned=yes ;; |
| 8603 | esac |
| 8604 | OTOOL64=$ac_ct_OTOOL64 |
| 8605 | fi |
| 8606 | else |
| 8607 | OTOOL64="$ac_cv_prog_OTOOL64" |
| 8608 | fi |
| 8609 | |
| 8610 | |
| 8611 | |
| 8612 | |
| 8613 | |
| 8614 | |
| 8615 | |
| 8616 | |
| 8617 | |
| 8618 | |
| 8619 | |
| 8620 | |
| 8621 | |
| 8622 | |
| 8623 | |
| 8624 | |
| 8625 | |
| 8626 | |
| 8627 | |
| 8628 | |
| 8629 | |
| 8630 | |
| 8631 | |
| 8632 | |
| 8633 | |
| 8634 | |
| 8635 | |
| 8636 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
| 8637 | $as_echo_n "checking for -single_module linker flag... " >&6; } |
| 8638 | if ${lt_cv_apple_cc_single_mod+:} false; then : |
| 8639 | $as_echo_n "(cached) " >&6 |
| 8640 | else |
| 8641 | lt_cv_apple_cc_single_mod=no |
| 8642 | if test -z "$LT_MULTI_MODULE"; then |
| 8643 | # By default we will add the -single_module flag. You can override |
| 8644 | # by either setting the environment variable LT_MULTI_MODULE |
| 8645 | # non-empty at configure time, or by adding -multi_module to the |
| 8646 | # link flags. |
| 8647 | rm -rf libconftest.dylib* |
| 8648 | echo "int foo(void){return 1;}" > conftest.c |
| 8649 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ |
| 8650 | -dynamiclib -Wl,-single_module conftest.c" >&5 |
| 8651 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ |
| 8652 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err |
| 8653 | _lt_result=$? |
| 8654 | # If there is a non-empty error log, and "single_module" |
| 8655 | # appears in it, assume the flag caused a linker warning |
| 8656 | if test -s conftest.err && $GREP single_module conftest.err; then |
| 8657 | cat conftest.err >&5 |
| 8658 | # Otherwise, if the output was created with a 0 exit code from |
| 8659 | # the compiler, it worked. |
| 8660 | elif test -f libconftest.dylib && test 0 = "$_lt_result"; then |
| 8661 | lt_cv_apple_cc_single_mod=yes |
| 8662 | else |
| 8663 | cat conftest.err >&5 |
| 8664 | fi |
| 8665 | rm -rf libconftest.dylib* |
| 8666 | rm -f conftest.* |
| 8667 | fi |
| 8668 | fi |
| 8669 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
| 8670 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } |
| 8671 | |
| 8672 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 |
| 8673 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } |
| 8674 | if ${lt_cv_ld_exported_symbols_list+:} false; then : |
| 8675 | $as_echo_n "(cached) " >&6 |
| 8676 | else |
| 8677 | lt_cv_ld_exported_symbols_list=no |
| 8678 | save_LDFLAGS=$LDFLAGS |
| 8679 | echo "_main" > conftest.sym |
| 8680 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" |
| 8681 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8682 | /* end confdefs.h. */ |
| 8683 | |
| 8684 | int |
| 8685 | main () |
| 8686 | { |
| 8687 | |
| 8688 | ; |
| 8689 | return 0; |
| 8690 | } |
| 8691 | _ACEOF |
| 8692 | if ac_fn_c_try_link "$LINENO"; then : |
| 8693 | lt_cv_ld_exported_symbols_list=yes |
| 8694 | else |
| 8695 | lt_cv_ld_exported_symbols_list=no |
| 8696 | fi |
| 8697 | rm -f core conftest.err conftest.$ac_objext \ |
| 8698 | conftest$ac_exeext conftest.$ac_ext |
| 8699 | LDFLAGS=$save_LDFLAGS |
| 8700 | |
| 8701 | fi |
| 8702 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
| 8703 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } |
| 8704 | |
| 8705 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
| 8706 | $as_echo_n "checking for -force_load linker flag... " >&6; } |
| 8707 | if ${lt_cv_ld_force_load+:} false; then : |
| 8708 | $as_echo_n "(cached) " >&6 |
| 8709 | else |
| 8710 | lt_cv_ld_force_load=no |
| 8711 | cat > conftest.c << _LT_EOF |
| 8712 | int forced_loaded() { return 2;} |
| 8713 | _LT_EOF |
| 8714 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 |
| 8715 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 8716 | echo "$AR cru libconftest.a conftest.o" >&5 |
| 8717 | $AR cru libconftest.a conftest.o 2>&5 |
| 8718 | echo "$RANLIB libconftest.a" >&5 |
| 8719 | $RANLIB libconftest.a 2>&5 |
| 8720 | cat > conftest.c << _LT_EOF |
| 8721 | int main() { return 0;} |
| 8722 | _LT_EOF |
| 8723 | echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 |
| 8724 | $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err |
| 8725 | _lt_result=$? |
| 8726 | if test -s conftest.err && $GREP force_load conftest.err; then |
| 8727 | cat conftest.err >&5 |
| 8728 | elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then |
| 8729 | lt_cv_ld_force_load=yes |
| 8730 | else |
| 8731 | cat conftest.err >&5 |
| 8732 | fi |
| 8733 | rm -f conftest.err libconftest.a conftest conftest.c |
| 8734 | rm -rf conftest.dSYM |
| 8735 | |
| 8736 | fi |
| 8737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 |
| 8738 | $as_echo "$lt_cv_ld_force_load" >&6; } |
| 8739 | case $host_os in |
| 8740 | rhapsody* | darwin1.[012]) |
| 8741 | _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; |
| 8742 | darwin1.*) |
| 8743 | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; |
| 8744 | darwin*) # darwin 5.x on |
| 8745 | # if running on 10.5 or later, the deployment target defaults |
| 8746 | # to the OS version, if on x86, and 10.4, the deployment |
| 8747 | # target defaults to 10.4. Don't you love it? |
| 8748 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in |
| 8749 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) |
| 8750 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
| 8751 | 10.[012][,.]*) |
| 8752 | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; |
| 8753 | 10.*) |
| 8754 | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
| 8755 | esac |
| 8756 | ;; |
| 8757 | esac |
| 8758 | if test yes = "$lt_cv_apple_cc_single_mod"; then |
| 8759 | _lt_dar_single_mod='$single_module' |
| 8760 | fi |
| 8761 | if test yes = "$lt_cv_ld_exported_symbols_list"; then |
| 8762 | _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' |
| 8763 | else |
| 8764 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' |
| 8765 | fi |
| 8766 | if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then |
| 8767 | _lt_dsymutil='~$DSYMUTIL $lib || :' |
| 8768 | else |
| 8769 | _lt_dsymutil= |
| 8770 | fi |
| 8771 | ;; |
| 8772 | esac |
| 8773 | |
| 8774 | # func_munge_path_list VARIABLE PATH |
| 8775 | # ----------------------------------- |
| 8776 | # VARIABLE is name of variable containing _space_ separated list of |
| 8777 | # directories to be munged by the contents of PATH, which is string |
| 8778 | # having a format: |
| 8779 | # "DIR[:DIR]:" |
| 8780 | # string "DIR[ DIR]" will be prepended to VARIABLE |
| 8781 | # ":DIR[:DIR]" |
| 8782 | # string "DIR[ DIR]" will be appended to VARIABLE |
| 8783 | # "DIRP[:DIRP]::[DIRA:]DIRA" |
| 8784 | # string "DIRP[ DIRP]" will be prepended to VARIABLE and string |
| 8785 | # "DIRA[ DIRA]" will be appended to VARIABLE |
| 8786 | # "DIR[:DIR]" |
| 8787 | # VARIABLE will be replaced by "DIR[ DIR]" |
| 8788 | func_munge_path_list () |
| 8789 | { |
| 8790 | case x$2 in |
| 8791 | x) |
| 8792 | ;; |
| 8793 | *:) |
| 8794 | eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" |
| 8795 | ;; |
| 8796 | x:*) |
| 8797 | eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" |
| 8798 | ;; |
| 8799 | *::*) |
| 8800 | eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" |
| 8801 | eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" |
| 8802 | ;; |
| 8803 | *) |
| 8804 | eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" |
| 8805 | ;; |
| 8806 | esac |
| 8807 | } |
| 8808 | |
| 8809 | ac_ext=c |
| 8810 | ac_cpp='$CPP $CPPFLAGS' |
| 8811 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 8812 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 8813 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 8814 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
| 8815 | $as_echo_n "checking how to run the C preprocessor... " >&6; } |
| 8816 | # On Suns, sometimes $CPP names a directory. |
| 8817 | if test -n "$CPP" && test -d "$CPP"; then |
| 8818 | CPP= |
| 8819 | fi |
| 8820 | if test -z "$CPP"; then |
| 8821 | if ${ac_cv_prog_CPP+:} false; then : |
| 8822 | $as_echo_n "(cached) " >&6 |
| 8823 | else |
| 8824 | # Double quotes because CPP needs to be expanded |
| 8825 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
| 8826 | do |
| 8827 | ac_preproc_ok=false |
| 8828 | for ac_c_preproc_warn_flag in '' yes |
| 8829 | do |
| 8830 | # Use a header file that comes with gcc, so configuring glibc |
| 8831 | # with a fresh cross-compiler works. |
| 8832 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8833 | # <limits.h> exists even on freestanding compilers. |
| 8834 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 8835 | # not just through cpp. "Syntax error" is here to catch this case. |
| 8836 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8837 | /* end confdefs.h. */ |
| 8838 | #ifdef __STDC__ |
| 8839 | # include <limits.h> |
| 8840 | #else |
| 8841 | # include <assert.h> |
| 8842 | #endif |
| 8843 | Syntax error |
| 8844 | _ACEOF |
| 8845 | if ac_fn_c_try_cpp "$LINENO"; then : |
| 8846 | |
| 8847 | else |
| 8848 | # Broken: fails on valid input. |
| 8849 | continue |
| 8850 | fi |
| 8851 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8852 | |
| 8853 | # OK, works on sane cases. Now check whether nonexistent headers |
| 8854 | # can be detected and how. |
| 8855 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8856 | /* end confdefs.h. */ |
| 8857 | #include <ac_nonexistent.h> |
| 8858 | _ACEOF |
| 8859 | if ac_fn_c_try_cpp "$LINENO"; then : |
| 8860 | # Broken: success on invalid input. |
| 8861 | continue |
| 8862 | else |
| 8863 | # Passes both tests. |
| 8864 | ac_preproc_ok=: |
| 8865 | break |
| 8866 | fi |
| 8867 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8868 | |
| 8869 | done |
| 8870 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 8871 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 8872 | if $ac_preproc_ok; then : |
| 8873 | break |
| 8874 | fi |
| 8875 | |
| 8876 | done |
| 8877 | ac_cv_prog_CPP=$CPP |
| 8878 | |
| 8879 | fi |
| 8880 | CPP=$ac_cv_prog_CPP |
| 8881 | else |
| 8882 | ac_cv_prog_CPP=$CPP |
| 8883 | fi |
| 8884 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
| 8885 | $as_echo "$CPP" >&6; } |
| 8886 | ac_preproc_ok=false |
| 8887 | for ac_c_preproc_warn_flag in '' yes |
| 8888 | do |
| 8889 | # Use a header file that comes with gcc, so configuring glibc |
| 8890 | # with a fresh cross-compiler works. |
| 8891 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8892 | # <limits.h> exists even on freestanding compilers. |
| 8893 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 8894 | # not just through cpp. "Syntax error" is here to catch this case. |
| 8895 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8896 | /* end confdefs.h. */ |
| 8897 | #ifdef __STDC__ |
| 8898 | # include <limits.h> |
| 8899 | #else |
| 8900 | # include <assert.h> |
| 8901 | #endif |
| 8902 | Syntax error |
| 8903 | _ACEOF |
| 8904 | if ac_fn_c_try_cpp "$LINENO"; then : |
| 8905 | |
| 8906 | else |
| 8907 | # Broken: fails on valid input. |
| 8908 | continue |
| 8909 | fi |
| 8910 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8911 | |
| 8912 | # OK, works on sane cases. Now check whether nonexistent headers |
| 8913 | # can be detected and how. |
| 8914 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8915 | /* end confdefs.h. */ |
| 8916 | #include <ac_nonexistent.h> |
| 8917 | _ACEOF |
| 8918 | if ac_fn_c_try_cpp "$LINENO"; then : |
| 8919 | # Broken: success on invalid input. |
| 8920 | continue |
| 8921 | else |
| 8922 | # Passes both tests. |
| 8923 | ac_preproc_ok=: |
| 8924 | break |
| 8925 | fi |
| 8926 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8927 | |
| 8928 | done |
| 8929 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 8930 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 8931 | if $ac_preproc_ok; then : |
| 8932 | |
| 8933 | else |
| 8934 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 8935 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 8936 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 8937 | See \`config.log' for more details" "$LINENO" 5; } |
| 8938 | fi |
| 8939 | |
| 8940 | ac_ext=c |
| 8941 | ac_cpp='$CPP $CPPFLAGS' |
| 8942 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 8943 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 8944 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 8945 | |
| 8946 | |
| 9076 | for ac_header in dlfcn.h |
| 9077 | do : |
| 9078 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default |
| 9079 | " |
| 9080 | if test "x$ac_cv_header_dlfcn_h" = xyes; then : |
| 9081 | cat >>confdefs.h <<_ACEOF |
| 9082 | #define HAVE_DLFCN_H 1 |
| 9083 | _ACEOF |
| 9084 | |
| 9085 | fi |
| 9086 | |
| 9087 | done |
| 9088 | |
| 9089 | |
| 9090 | |
| 9091 | |
| 9092 | func_stripname_cnf () |
| 9093 | { |
| 9094 | case $2 in |
| 9095 | .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; |
| 9096 | *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; |
| 9097 | esac |
| 9098 | } # func_stripname_cnf |
| 9099 | |
| 9100 | |
| 9101 | |
| 9102 | |
| 9103 | |
| 9104 | # Set options |
| 9105 | |
| 9106 | |
| 9107 | |
| 9108 | enable_dlopen=no |
| 9109 | |
| 9110 | |
| 9111 | enable_win32_dll=no |
| 9112 | |
| 9113 | |
| 9114 | # Check whether --enable-shared was given. |
| 9115 | if test "${enable_shared+set}" = set; then : |
| 9116 | enableval=$enable_shared; p=${PACKAGE-default} |
| 9117 | case $enableval in |
| 9118 | yes) enable_shared=yes ;; |
| 9119 | no) enable_shared=no ;; |
| 9120 | *) |
| 9121 | enable_shared=no |
| 9122 | # Look at the argument we got. We use all the common list separators. |
| 9123 | lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, |
| 9124 | for pkg in $enableval; do |
| 9125 | IFS=$lt_save_ifs |
| 9126 | if test "X$pkg" = "X$p"; then |
| 9127 | enable_shared=yes |
| 9128 | fi |
| 9129 | done |
| 9130 | IFS=$lt_save_ifs |
| 9131 | ;; |
| 9132 | esac |
| 9133 | else |
| 9134 | enable_shared=yes |
| 9135 | fi |
| 9136 | |
| 9137 | |
| 9138 | |
| 9139 | |
| 9140 | |
| 9141 | |
| 9142 | |
| 9143 | |
| 9144 | |
| 9145 | # Check whether --enable-static was given. |
| 9146 | if test "${enable_static+set}" = set; then : |
| 9147 | enableval=$enable_static; p=${PACKAGE-default} |
| 9148 | case $enableval in |
| 9149 | yes) enable_static=yes ;; |
| 9150 | no) enable_static=no ;; |
| 9151 | *) |
| 9152 | enable_static=no |
| 9153 | # Look at the argument we got. We use all the common list separators. |
| 9154 | lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, |
| 9155 | for pkg in $enableval; do |
| 9156 | IFS=$lt_save_ifs |
| 9157 | if test "X$pkg" = "X$p"; then |
| 9158 | enable_static=yes |
| 9159 | fi |
| 9160 | done |
| 9161 | IFS=$lt_save_ifs |
| 9162 | ;; |
| 9163 | esac |
| 9164 | else |
| 9165 | enable_static=yes |
| 9166 | fi |
| 9167 | |
| 9168 | |
| 9169 | |
| 9170 | |
| 9171 | |
| 9172 | |
| 9173 | |
| 9174 | |
| 9175 | |
| 9176 | |
| 9177 | # Check whether --with-pic was given. |
| 9178 | if test "${with_pic+set}" = set; then : |
| 9179 | withval=$with_pic; lt_p=${PACKAGE-default} |
| 9180 | case $withval in |
| 9181 | yes|no) pic_mode=$withval ;; |
| 9182 | *) |
| 9183 | pic_mode=default |
| 9184 | # Look at the argument we got. We use all the common list separators. |
| 9185 | lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, |
| 9186 | for lt_pkg in $withval; do |
| 9187 | IFS=$lt_save_ifs |
| 9188 | if test "X$lt_pkg" = "X$lt_p"; then |
| 9189 | pic_mode=yes |
| 9190 | fi |
| 9191 | done |
| 9192 | IFS=$lt_save_ifs |
| 9193 | ;; |
| 9194 | esac |
| 9195 | else |
| 9196 | pic_mode=default |
| 9197 | fi |
| 9198 | |
| 9199 | |
| 9200 | |
| 9201 | |
| 9202 | |
| 9203 | |
| 9204 | |
| 9205 | |
| 9206 | # Check whether --enable-fast-install was given. |
| 9207 | if test "${enable_fast_install+set}" = set; then : |
| 9208 | enableval=$enable_fast_install; p=${PACKAGE-default} |
| 9209 | case $enableval in |
| 9210 | yes) enable_fast_install=yes ;; |
| 9211 | no) enable_fast_install=no ;; |
| 9212 | *) |
| 9213 | enable_fast_install=no |
| 9214 | # Look at the argument we got. We use all the common list separators. |
| 9215 | lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, |
| 9216 | for pkg in $enableval; do |
| 9217 | IFS=$lt_save_ifs |
| 9218 | if test "X$pkg" = "X$p"; then |
| 9219 | enable_fast_install=yes |
| 9220 | fi |
| 9221 | done |
| 9222 | IFS=$lt_save_ifs |
| 9223 | ;; |
| 9224 | esac |
| 9225 | else |
| 9226 | enable_fast_install=yes |
| 9227 | fi |
| 9228 | |
| 9229 | |
| 9230 | |
| 9231 | |
| 9232 | |
| 9233 | |
| 9234 | |
| 9235 | |
| 9236 | shared_archive_member_spec= |
| 9237 | case $host,$enable_shared in |
| 9238 | power*-*-aix[5-9]*,yes) |
| 9239 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 |
| 9240 | $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } |
| 9241 | |
| 9242 | # Check whether --with-aix-soname was given. |
| 9243 | if test "${with_aix_soname+set}" = set; then : |
| 9244 | withval=$with_aix_soname; case $withval in |
| 9245 | aix|svr4|both) |
| 9246 | ;; |
| 9247 | *) |
| 9248 | as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 |
| 9249 | ;; |
| 9250 | esac |
| 9251 | lt_cv_with_aix_soname=$with_aix_soname |
| 9252 | else |
| 9253 | if ${lt_cv_with_aix_soname+:} false; then : |
| 9254 | $as_echo_n "(cached) " >&6 |
| 9255 | else |
| 9256 | lt_cv_with_aix_soname=aix |
| 9257 | fi |
| 9258 | |
| 9259 | with_aix_soname=$lt_cv_with_aix_soname |
| 9260 | fi |
| 9261 | |
| 9262 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 |
| 9263 | $as_echo "$with_aix_soname" >&6; } |
| 9264 | if test aix != "$with_aix_soname"; then |
| 9265 | # For the AIX way of multilib, we name the shared archive member |
| 9266 | # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', |
| 9267 | # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. |
| 9268 | # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, |
| 9269 | # the AIX toolchain works better with OBJECT_MODE set (default 32). |
| 9270 | if test 64 = "${OBJECT_MODE-32}"; then |
| 9271 | shared_archive_member_spec=shr_64 |
| 9272 | else |
| 9273 | shared_archive_member_spec=shr |
| 9274 | fi |
| 9275 | fi |
| 9276 | ;; |
| 9277 | *) |
| 9278 | with_aix_soname=aix |
| 9279 | ;; |
| 9280 | esac |
| 9281 | |
| 9282 | |
| 9283 | |
| 9284 | |
| 9285 | |
| 9286 | |
| 9287 | |
| 9288 | |
| 9289 | |
| 9290 | |
| 9291 | # This can be used to rebuild libtool when needed |
| 9292 | LIBTOOL_DEPS=$ltmain |
| 9293 | |
| 9294 | # Always use our own libtool. |
| 9295 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
| 9296 | |
| 9297 | |
| 9298 | |
| 9299 | |
| 9300 | |
| 9301 | |
| 9302 | |
| 9303 | |
| 9304 | |
| 9305 | |
| 9306 | |
| 9307 | |
| 9308 | |
| 9309 | |
| 9310 | |
| 9311 | |
| 9312 | |
| 9313 | |
| 9314 | |
| 9315 | |
| 9316 | |
| 9317 | |
| 9318 | |
| 9319 | |
| 9320 | |
| 9321 | |
| 9322 | |
| 9323 | |
| 9324 | |
| 9325 | |
| 9326 | test -z "$LN_S" && LN_S="ln -s" |
| 9327 | |
| 9328 | |
| 9329 | |
| 9330 | |
| 9331 | |
| 9332 | |
| 9333 | |
| 9334 | |
| 9335 | |
| 9336 | |
| 9337 | |
| 9338 | |
| 9339 | |
| 9340 | |
| 9341 | if test -n "${ZSH_VERSION+set}"; then |
| 9342 | setopt NO_GLOB_SUBST |
| 9343 | fi |
| 9344 | |
| 9345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
| 9346 | $as_echo_n "checking for objdir... " >&6; } |
| 9347 | if ${lt_cv_objdir+:} false; then : |
| 9348 | $as_echo_n "(cached) " >&6 |
| 9349 | else |
| 9350 | rm -f .libs 2>/dev/null |
| 9351 | mkdir .libs 2>/dev/null |
| 9352 | if test -d .libs; then |
| 9353 | lt_cv_objdir=.libs |
| 9354 | else |
| 9355 | # MS-DOS does not allow filenames that begin with a dot. |
| 9356 | lt_cv_objdir=_libs |
| 9357 | fi |
| 9358 | rmdir .libs 2>/dev/null |
| 9359 | fi |
| 9360 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
| 9361 | $as_echo "$lt_cv_objdir" >&6; } |
| 9362 | objdir=$lt_cv_objdir |
| 9363 | |
| 9364 | |
| 9365 | |
| 9366 | |
| 9367 | |
| 9368 | cat >>confdefs.h <<_ACEOF |
| 9369 | #define LT_OBJDIR "$lt_cv_objdir/" |
| 9370 | _ACEOF |
| 9371 | |
| 9372 | |
| 9373 | |
| 9374 | |
| 9375 | case $host_os in |
| 9376 | aix3*) |
| 9377 | # AIX sometimes has problems with the GCC collect2 program. For some |
| 9378 | # reason, if we set the COLLECT_NAMES environment variable, the problems |
| 9379 | # vanish in a puff of smoke. |
| 9380 | if test set != "${COLLECT_NAMES+set}"; then |
| 9381 | COLLECT_NAMES= |
| 9382 | export COLLECT_NAMES |
| 9383 | fi |
| 9384 | ;; |
| 9385 | esac |
| 9386 | |
| 9387 | # Global variables: |
| 9388 | ofile=libtool |
| 9389 | can_build_shared=yes |
| 9390 | |
| 9391 | # All known linkers require a '.a' archive for static linking (except MSVC, |
| 9392 | # which needs '.lib'). |
| 9393 | libext=a |
| 9394 | |
| 9395 | with_gnu_ld=$lt_cv_prog_gnu_ld |
| 9396 | |
| 9397 | old_CC=$CC |
| 9398 | old_CFLAGS=$CFLAGS |
| 9399 | |
| 9400 | # Set sane defaults for various variables |
| 9401 | test -z "$CC" && CC=cc |
| 9402 | test -z "$LTCC" && LTCC=$CC |
| 9403 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS |
| 9404 | test -z "$LD" && LD=ld |
| 9405 | test -z "$ac_objext" && ac_objext=o |
| 9406 | |
| 9407 | func_cc_basename $compiler |
| 9408 | cc_basename=$func_cc_basename_result |
| 9409 | |
| 9410 | |
| 9411 | # Only perform the check for file, if the check method requires it |
| 9412 | test -z "$MAGIC_CMD" && MAGIC_CMD=file |
| 9413 | case $deplibs_check_method in |
| 9414 | file_magic*) |
| 9415 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then |
| 9416 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
| 9417 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } |
| 9418 | if ${lt_cv_path_MAGIC_CMD+:} false; then : |
| 9419 | $as_echo_n "(cached) " >&6 |
| 9420 | else |
| 9421 | case $MAGIC_CMD in |
| 9422 | [\\/*] | ?:[\\/]*) |
| 9423 | lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. |
| 9424 | ;; |
| 9425 | *) |
| 9426 | lt_save_MAGIC_CMD=$MAGIC_CMD |
| 9427 | lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR |
| 9428 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" |
| 9429 | for ac_dir in $ac_dummy; do |
| 9430 | IFS=$lt_save_ifs |
| 9431 | test -z "$ac_dir" && ac_dir=. |
| 9432 | if test -f "$ac_dir/${ac_tool_prefix}file"; then |
| 9433 | lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" |
| 9434 | if test -n "$file_magic_test_file"; then |
| 9435 | case $deplibs_check_method in |
| 9436 | "file_magic "*) |
| 9437 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` |
| 9438 | MAGIC_CMD=$lt_cv_path_MAGIC_CMD |
| 9439 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | |
| 9440 | $EGREP "$file_magic_regex" > /dev/null; then |
| 9441 | : |
| 9442 | else |
| 9443 | cat <<_LT_EOF 1>&2 |
| 9444 | |
| 9445 | *** Warning: the command libtool uses to detect shared libraries, |
| 9446 | *** $file_magic_cmd, produces output that libtool cannot recognize. |
| 9447 | *** The result is that libtool may fail to recognize shared libraries |
| 9448 | *** as such. This will affect the creation of libtool libraries that |
| 9449 | *** depend on shared libraries, but programs linked with such libtool |
| 9450 | *** libraries will work regardless of this problem. Nevertheless, you |
| 9451 | *** may want to report the problem to your system manager and/or to |
| 9452 | *** bug-libtool@gnu.org |
| 9453 | |
| 9454 | _LT_EOF |
| 9455 | fi ;; |
| 9456 | esac |
| 9457 | fi |
| 9458 | break |
| 9459 | fi |
| 9460 | done |
| 9461 | IFS=$lt_save_ifs |
| 9462 | MAGIC_CMD=$lt_save_MAGIC_CMD |
| 9463 | ;; |
| 9464 | esac |
| 9465 | fi |
| 9466 | |
| 9467 | MAGIC_CMD=$lt_cv_path_MAGIC_CMD |
| 9468 | if test -n "$MAGIC_CMD"; then |
| 9469 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
| 9470 | $as_echo "$MAGIC_CMD" >&6; } |
| 9471 | else |
| 9472 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 9473 | $as_echo "no" >&6; } |
| 9474 | fi |
| 9475 | |
| 9476 | |
| 9477 | |
| 9478 | |
| 9479 | |
| 9480 | if test -z "$lt_cv_path_MAGIC_CMD"; then |
| 9481 | if test -n "$ac_tool_prefix"; then |
| 9482 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
| 9483 | $as_echo_n "checking for file... " >&6; } |
| 9484 | if ${lt_cv_path_MAGIC_CMD+:} false; then : |
| 9485 | $as_echo_n "(cached) " >&6 |
| 9486 | else |
| 9487 | case $MAGIC_CMD in |
| 9488 | [\\/*] | ?:[\\/]*) |
| 9489 | lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. |
| 9490 | ;; |
| 9491 | *) |
| 9492 | lt_save_MAGIC_CMD=$MAGIC_CMD |
| 9493 | lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR |
| 9494 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" |
| 9495 | for ac_dir in $ac_dummy; do |
| 9496 | IFS=$lt_save_ifs |
| 9497 | test -z "$ac_dir" && ac_dir=. |
| 9498 | if test -f "$ac_dir/file"; then |
| 9499 | lt_cv_path_MAGIC_CMD=$ac_dir/"file" |
| 9500 | if test -n "$file_magic_test_file"; then |
| 9501 | case $deplibs_check_method in |
| 9502 | "file_magic "*) |
| 9503 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` |
| 9504 | MAGIC_CMD=$lt_cv_path_MAGIC_CMD |
| 9505 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | |
| 9506 | $EGREP "$file_magic_regex" > /dev/null; then |
| 9507 | : |
| 9508 | else |
| 9509 | cat <<_LT_EOF 1>&2 |
| 9510 | |
| 9511 | *** Warning: the command libtool uses to detect shared libraries, |
| 9512 | *** $file_magic_cmd, produces output that libtool cannot recognize. |
| 9513 | *** The result is that libtool may fail to recognize shared libraries |
| 9514 | *** as such. This will affect the creation of libtool libraries that |
| 9515 | *** depend on shared libraries, but programs linked with such libtool |
| 9516 | *** libraries will work regardless of this problem. Nevertheless, you |
| 9517 | *** may want to report the problem to your system manager and/or to |
| 9518 | *** bug-libtool@gnu.org |
| 9519 | |
| 9520 | _LT_EOF |
| 9521 | fi ;; |
| 9522 | esac |
| 9523 | fi |
| 9524 | break |
| 9525 | fi |
| 9526 | done |
| 9527 | IFS=$lt_save_ifs |
| 9528 | MAGIC_CMD=$lt_save_MAGIC_CMD |
| 9529 | ;; |
| 9530 | esac |
| 9531 | fi |
| 9532 | |
| 9533 | MAGIC_CMD=$lt_cv_path_MAGIC_CMD |
| 9534 | if test -n "$MAGIC_CMD"; then |
| 9535 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
| 9536 | $as_echo "$MAGIC_CMD" >&6; } |
| 9537 | else |
| 9538 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 9539 | $as_echo "no" >&6; } |
| 9540 | fi |
| 9541 | |
| 9542 | |
| 9543 | else |
| 9544 | MAGIC_CMD=: |
| 9545 | fi |
| 9546 | fi |
| 9547 | |
| 9548 | fi |
| 9549 | ;; |
| 9550 | esac |
| 9551 | |
| 9552 | # Use C for the default configuration in the libtool script |
| 9553 | |
| 9554 | lt_save_CC=$CC |
| 9555 | ac_ext=c |
| 9556 | ac_cpp='$CPP $CPPFLAGS' |
| 9557 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 9558 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 9559 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 9560 | |
| 9561 | |
| 9562 | # Source file extension for C test sources. |
| 9563 | ac_ext=c |
| 9564 | |
| 9565 | # Object file extension for compiled C test sources. |
| 9566 | objext=o |
| 9567 | objext=$objext |
| 9568 | |
| 9569 | # Code to be used in simple compile tests |
| 9570 | lt_simple_compile_test_code="int some_variable = 0;" |
| 9571 | |
| 9572 | # Code to be used in simple link tests |
| 9573 | lt_simple_link_test_code='int main(){return(0);}' |
| 9574 | |
| 9575 | |
| 9576 | |
| 9577 | |
| 9578 | |
| 9579 | |
| 9580 | |
| 9581 | # If no C compiler was specified, use CC. |
| 9582 | LTCC=${LTCC-"$CC"} |
| 9583 | |
| 9584 | # If no C compiler flags were specified, use CFLAGS. |
| 9585 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} |
| 9586 | |
| 9587 | # Allow CC to be a program name with arguments. |
| 9588 | compiler=$CC |
| 9589 | |
| 9590 | # Save the default compiler, since it gets overwritten when the other |
| 9591 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. |
| 9592 | compiler_DEFAULT=$CC |
| 9593 | |
| 9594 | # save warnings/boilerplate of simple test code |
| 9595 | ac_outfile=conftest.$ac_objext |
| 9596 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext |
| 9597 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| 9598 | _lt_compiler_boilerplate=`cat conftest.err` |
| 9599 | $RM conftest* |
| 9600 | |
| 9601 | ac_outfile=conftest.$ac_objext |
| 9602 | echo "$lt_simple_link_test_code" >conftest.$ac_ext |
| 9603 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err |
| 9604 | _lt_linker_boilerplate=`cat conftest.err` |
| 9605 | $RM -r conftest* |
| 9606 | |
| 9607 | |
| 9608 | ## CAVEAT EMPTOR: |
| 9609 | ## There is no encapsulation within the following macros, do not change |
| 9610 | ## the running order or otherwise move them around unless you know exactly |
| 9611 | ## what you are doing... |
| 9612 | if test -n "$compiler"; then |
| 9613 | |
| 9614 | lt_prog_compiler_no_builtin_flag= |
| 9615 | |
| 9616 | if test yes = "$GCC"; then |
| 9617 | case $cc_basename in |
| 9618 | nvcc*) |
| 9619 | lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; |
| 9620 | *) |
| 9621 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; |
| 9622 | esac |
| 9623 | |
| 9624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
| 9625 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } |
| 9626 | if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : |
| 9627 | $as_echo_n "(cached) " >&6 |
| 9628 | else |
| 9629 | lt_cv_prog_compiler_rtti_exceptions=no |
| 9630 | ac_outfile=conftest.$ac_objext |
| 9631 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext |
| 9632 | lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment |
| 9633 | # Insert the option either (1) after the last *FLAGS variable, or |
| 9634 | # (2) before a word containing "conftest.", or (3) at the end. |
| 9635 | # Note that $ac_compile itself does not contain backslashes and begins |
| 9636 | # with a dollar sign (not a hyphen), so the echo should work correctly. |
| 9637 | # The option is referenced via a variable to avoid confusing sed. |
| 9638 | lt_compile=`echo "$ac_compile" | $SED \ |
| 9639 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 9640 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 9641 | -e 's:$: $lt_compiler_flag:'` |
| 9642 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
| 9643 | (eval "$lt_compile" 2>conftest.err) |
| 9644 | ac_status=$? |
| 9645 | cat conftest.err >&5 |
| 9646 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9647 | if (exit $ac_status) && test -s "$ac_outfile"; then |
| 9648 | # The compiler can only warn and ignore the option if not recognized |
| 9649 | # So say no if there are warnings other than the usual output. |
| 9650 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
| 9651 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
| 9652 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then |
| 9653 | lt_cv_prog_compiler_rtti_exceptions=yes |
| 9654 | fi |
| 9655 | fi |
| 9656 | $RM conftest* |
| 9657 | |
| 9658 | fi |
| 9659 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
| 9660 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } |
| 9661 | |
| 9662 | if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then |
| 9663 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" |
| 9664 | else |
| 9665 | : |
| 9666 | fi |
| 9667 | |
| 9668 | fi |
| 9669 | |
| 9670 | |
| 9671 | |
| 9672 | |
| 9673 | |
| 9674 | |
| 9675 | lt_prog_compiler_wl= |
| 9676 | lt_prog_compiler_pic= |
| 9677 | lt_prog_compiler_static= |
| 9678 | |
| 9679 | |
| 9680 | if test yes = "$GCC"; then |
| 9681 | lt_prog_compiler_wl='-Wl,' |
| 9682 | lt_prog_compiler_static='-static' |
| 9683 | |
| 9684 | case $host_os in |
| 9685 | aix*) |
| 9686 | # All AIX code is PIC. |
| 9687 | if test ia64 = "$host_cpu"; then |
| 9688 | # AIX 5 now supports IA64 processor |
| 9689 | lt_prog_compiler_static='-Bstatic' |
| 9690 | fi |
| 9691 | lt_prog_compiler_pic='-fPIC' |
| 9692 | ;; |
| 9693 | |
| 9694 | amigaos*) |
| 9695 | case $host_cpu in |
| 9696 | powerpc) |
| 9697 | # see comment about AmigaOS4 .so support |
| 9698 | lt_prog_compiler_pic='-fPIC' |
| 9699 | ;; |
| 9700 | m68k) |
| 9701 | # FIXME: we need at least 68020 code to build shared libraries, but |
| 9702 | # adding the '-m68020' flag to GCC prevents building anything better, |
| 9703 | # like '-m68040'. |
| 9704 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' |
| 9705 | ;; |
| 9706 | esac |
| 9707 | ;; |
| 9708 | |
| 9709 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
| 9710 | # PIC is the default for these OSes. |
| 9711 | ;; |
| 9712 | |
| 9713 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
| 9714 | # This hack is so that the source file can tell whether it is being |
| 9715 | # built for inclusion in a dll (and should export symbols for example). |
| 9716 | # Although the cygwin gcc ignores -fPIC, still need this for old-style |
| 9717 | # (--disable-auto-import) libraries |
| 9718 | lt_prog_compiler_pic='-DDLL_EXPORT' |
| 9719 | case $host_os in |
| 9720 | os2*) |
| 9721 | lt_prog_compiler_static='$wl-static' |
| 9722 | ;; |
| 9723 | esac |
| 9724 | ;; |
| 9725 | |
| 9726 | darwin* | rhapsody*) |
| 9727 | # PIC is the default on this platform |
| 9728 | # Common symbols not allowed in MH_DYLIB files |
| 9729 | lt_prog_compiler_pic='-fno-common' |
| 9730 | ;; |
| 9731 | |
| 9732 | haiku*) |
| 9733 | # PIC is the default for Haiku. |
| 9734 | # The "-static" flag exists, but is broken. |
| 9735 | lt_prog_compiler_static= |
| 9736 | ;; |
| 9737 | |
| 9738 | hpux*) |
| 9739 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
| 9740 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag |
| 9741 | # sets the default TLS model and affects inlining. |
| 9742 | case $host_cpu in |
| 9743 | hppa*64*) |
| 9744 | # +Z the default |
| 9745 | ;; |
| 9746 | *) |
| 9747 | lt_prog_compiler_pic='-fPIC' |
| 9748 | ;; |
| 9749 | esac |
| 9750 | ;; |
| 9751 | |
| 9752 | interix[3-9]*) |
| 9753 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. |
| 9754 | # Instead, we relocate shared libraries at runtime. |
| 9755 | ;; |
| 9756 | |
| 9757 | msdosdjgpp*) |
| 9758 | # Just because we use GCC doesn't mean we suddenly get shared libraries |
| 9759 | # on systems that don't support them. |
| 9760 | lt_prog_compiler_can_build_shared=no |
| 9761 | enable_shared=no |
| 9762 | ;; |
| 9763 | |
| 9764 | *nto* | *qnx*) |
| 9765 | # QNX uses GNU C++, but need to define -shared option too, otherwise |
| 9766 | # it will coredump. |
| 9767 | lt_prog_compiler_pic='-fPIC -shared' |
| 9768 | ;; |
| 9769 | |
| 9770 | sysv4*MP*) |
| 9771 | if test -d /usr/nec; then |
| 9772 | lt_prog_compiler_pic=-Kconform_pic |
| 9773 | fi |
| 9774 | ;; |
| 9775 | |
| 9776 | *) |
| 9777 | lt_prog_compiler_pic='-fPIC' |
| 9778 | ;; |
| 9779 | esac |
| 9780 | |
| 9781 | case $cc_basename in |
| 9782 | nvcc*) # Cuda Compiler Driver 2.2 |
| 9783 | lt_prog_compiler_wl='-Xlinker ' |
| 9784 | if test -n "$lt_prog_compiler_pic"; then |
| 9785 | lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" |
| 9786 | fi |
| 9787 | ;; |
| 9788 | esac |
| 9789 | else |
| 9790 | # PORTME Check for flag to pass linker flags through the system compiler. |
| 9791 | case $host_os in |
| 9792 | aix*) |
| 9793 | lt_prog_compiler_wl='-Wl,' |
| 9794 | if test ia64 = "$host_cpu"; then |
| 9795 | # AIX 5 now supports IA64 processor |
| 9796 | lt_prog_compiler_static='-Bstatic' |
| 9797 | else |
| 9798 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' |
| 9799 | fi |
| 9800 | ;; |
| 9801 | |
| 9802 | darwin* | rhapsody*) |
| 9803 | # PIC is the default on this platform |
| 9804 | # Common symbols not allowed in MH_DYLIB files |
| 9805 | lt_prog_compiler_pic='-fno-common' |
| 9806 | case $cc_basename in |
| 9807 | nagfor*) |
| 9808 | # NAG Fortran compiler |
| 9809 | lt_prog_compiler_wl='-Wl,-Wl,,' |
| 9810 | lt_prog_compiler_pic='-PIC' |
| 9811 | lt_prog_compiler_static='-Bstatic' |
| 9812 | ;; |
| 9813 | esac |
| 9814 | ;; |
| 9815 | |
| 9816 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
| 9817 | # This hack is so that the source file can tell whether it is being |
| 9818 | # built for inclusion in a dll (and should export symbols for example). |
| 9819 | lt_prog_compiler_pic='-DDLL_EXPORT' |
| 9820 | case $host_os in |
| 9821 | os2*) |
| 9822 | lt_prog_compiler_static='$wl-static' |
| 9823 | ;; |
| 9824 | esac |
| 9825 | ;; |
| 9826 | |
| 9827 | hpux9* | hpux10* | hpux11*) |
| 9828 | lt_prog_compiler_wl='-Wl,' |
| 9829 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
| 9830 | # not for PA HP-UX. |
| 9831 | case $host_cpu in |
| 9832 | hppa*64*|ia64*) |
| 9833 | # +Z the default |
| 9834 | ;; |
| 9835 | *) |
| 9836 | lt_prog_compiler_pic='+Z' |
| 9837 | ;; |
| 9838 | esac |
| 9839 | # Is there a better lt_prog_compiler_static that works with the bundled CC? |
| 9840 | lt_prog_compiler_static='$wl-a ${wl}archive' |
| 9841 | ;; |
| 9842 | |
| 9843 | irix5* | irix6* | nonstopux*) |
| 9844 | lt_prog_compiler_wl='-Wl,' |
| 9845 | # PIC (with -KPIC) is the default. |
| 9846 | lt_prog_compiler_static='-non_shared' |
| 9847 | ;; |
| 9848 | |
| 9849 | linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) |
| 9850 | case $cc_basename in |
| 9851 | # old Intel for x86_64, which still supported -KPIC. |
| 9852 | ecc*) |
| 9853 | lt_prog_compiler_wl='-Wl,' |
| 9854 | lt_prog_compiler_pic='-KPIC' |
| 9855 | lt_prog_compiler_static='-static' |
| 9856 | ;; |
| 9857 | # icc used to be incompatible with GCC. |
| 9858 | # ICC 10 doesn't accept -KPIC any more. |
| 9859 | icc* | ifort*) |
| 9860 | lt_prog_compiler_wl='-Wl,' |
| 9861 | lt_prog_compiler_pic='-fPIC' |
| 9862 | lt_prog_compiler_static='-static' |
| 9863 | ;; |
| 9864 | # Lahey Fortran 8.1. |
| 9865 | lf95*) |
| 9866 | lt_prog_compiler_wl='-Wl,' |
| 9867 | lt_prog_compiler_pic='--shared' |
| 9868 | lt_prog_compiler_static='--static' |
| 9869 | ;; |
| 9870 | nagfor*) |
| 9871 | # NAG Fortran compiler |
| 9872 | lt_prog_compiler_wl='-Wl,-Wl,,' |
| 9873 | lt_prog_compiler_pic='-PIC' |
| 9874 | lt_prog_compiler_static='-Bstatic' |
| 9875 | ;; |
| 9876 | tcc*) |
| 9877 | # Fabrice Bellard et al's Tiny C Compiler |
| 9878 | lt_prog_compiler_wl='-Wl,' |
| 9879 | lt_prog_compiler_pic='-fPIC' |
| 9880 | lt_prog_compiler_static='-static' |
| 9881 | ;; |
| 9882 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
| 9883 | # Portland Group compilers (*not* the Pentium gcc compiler, |
| 9884 | # which looks to be a dead project) |
| 9885 | lt_prog_compiler_wl='-Wl,' |
| 9886 | lt_prog_compiler_pic='-fpic' |
| 9887 | lt_prog_compiler_static='-Bstatic' |
| 9888 | ;; |
| 9889 | ccc*) |
| 9890 | lt_prog_compiler_wl='-Wl,' |
| 9891 | # All Alpha code is PIC. |
| 9892 | lt_prog_compiler_static='-non_shared' |
| 9893 | ;; |
| 9894 | xl* | bgxl* | bgf* | mpixl*) |
| 9895 | # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene |
| 9896 | lt_prog_compiler_wl='-Wl,' |
| 9897 | lt_prog_compiler_pic='-qpic' |
| 9898 | lt_prog_compiler_static='-qstaticlink' |
| 9899 | ;; |
| 9900 | *) |
| 9901 | case `$CC -V 2>&1 | sed 5q` in |
| 9902 | *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) |
| 9903 | # Sun Fortran 8.3 passes all unrecognized flags to the linker |
| 9904 | lt_prog_compiler_pic='-KPIC' |
| 9905 | lt_prog_compiler_static='-Bstatic' |
| 9906 | lt_prog_compiler_wl='' |
| 9907 | ;; |
| 9908 | *Sun\ F* | *Sun*Fortran*) |
| 9909 | lt_prog_compiler_pic='-KPIC' |
| 9910 | lt_prog_compiler_static='-Bstatic' |
| 9911 | lt_prog_compiler_wl='-Qoption ld ' |
| 9912 | ;; |
| 9913 | *Sun\ C*) |
| 9914 | # Sun C 5.9 |
| 9915 | lt_prog_compiler_pic='-KPIC' |
| 9916 | lt_prog_compiler_static='-Bstatic' |
| 9917 | lt_prog_compiler_wl='-Wl,' |
| 9918 | ;;< |