|
692 | 692 | STRIP_SHARED_LIB
|
693 | 693 | STRIP_STATIC_LIB
|
694 | 694 | STRIP
|
695 |
| -RANLIB |
696 | 695 | with_gnu_ld
|
697 | 696 | LD
|
698 | 697 | LDFLAGS_SL
|
@@ -9557,98 +9556,6 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
|
9557 | 9556 |
|
9558 | 9557 |
|
9559 | 9558 |
|
9560 |
| -if test -n "$ac_tool_prefix"; then |
9561 |
| - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
9562 |
| -set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
9563 |
| -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
9564 |
| -$as_echo_n "checking for $ac_word... " >&6; } |
9565 |
| -if ${ac_cv_prog_RANLIB+:} false; then : |
9566 |
| - $as_echo_n "(cached) " >&6 |
9567 |
| -else |
9568 |
| - if test -n "$RANLIB"; then |
9569 |
| - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
9570 |
| -else |
9571 |
| -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
9572 |
| -for as_dir in $PATH |
9573 |
| -do |
9574 |
| - IFS=$as_save_IFS |
9575 |
| - test -z "$as_dir" && as_dir=. |
9576 |
| - for ac_exec_ext in '' $ac_executable_extensions; do |
9577 |
| - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
9578 |
| - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
9579 |
| - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
9580 |
| - break 2 |
9581 |
| - fi |
9582 |
| -done |
9583 |
| - done |
9584 |
| -IFS=$as_save_IFS |
9585 |
| - |
9586 |
| -fi |
9587 |
| -fi |
9588 |
| -RANLIB=$ac_cv_prog_RANLIB |
9589 |
| -if test -n "$RANLIB"; then |
9590 |
| - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
9591 |
| -$as_echo "$RANLIB" >&6; } |
9592 |
| -else |
9593 |
| - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
9594 |
| -$as_echo "no" >&6; } |
9595 |
| -fi |
9596 |
| - |
9597 |
| - |
9598 |
| -fi |
9599 |
| -if test -z "$ac_cv_prog_RANLIB"; then |
9600 |
| - ac_ct_RANLIB=$RANLIB |
9601 |
| - # Extract the first word of "ranlib", so it can be a program name with args. |
9602 |
| -set dummy ranlib; ac_word=$2 |
9603 |
| -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
9604 |
| -$as_echo_n "checking for $ac_word... " >&6; } |
9605 |
| -if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
9606 |
| - $as_echo_n "(cached) " >&6 |
9607 |
| -else |
9608 |
| - if test -n "$ac_ct_RANLIB"; then |
9609 |
| - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
9610 |
| -else |
9611 |
| -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
9612 |
| -for as_dir in $PATH |
9613 |
| -do |
9614 |
| - IFS=$as_save_IFS |
9615 |
| - test -z "$as_dir" && as_dir=. |
9616 |
| - for ac_exec_ext in '' $ac_executable_extensions; do |
9617 |
| - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
9618 |
| - ac_cv_prog_ac_ct_RANLIB="ranlib" |
9619 |
| - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
9620 |
| - break 2 |
9621 |
| - fi |
9622 |
| -done |
9623 |
| - done |
9624 |
| -IFS=$as_save_IFS |
9625 |
| - |
9626 |
| -fi |
9627 |
| -fi |
9628 |
| -ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
9629 |
| -if test -n "$ac_ct_RANLIB"; then |
9630 |
| - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
9631 |
| -$as_echo "$ac_ct_RANLIB" >&6; } |
9632 |
| -else |
9633 |
| - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
9634 |
| -$as_echo "no" >&6; } |
9635 |
| -fi |
9636 |
| - |
9637 |
| - if test "x$ac_ct_RANLIB" = x; then |
9638 |
| - RANLIB=":" |
9639 |
| - else |
9640 |
| - case $cross_compiling:$ac_tool_warned in |
9641 |
| -yes:) |
9642 |
| -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
9643 |
| -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
9644 |
| -ac_tool_warned=yes ;; |
9645 |
| -esac |
9646 |
| - RANLIB=$ac_ct_RANLIB |
9647 |
| - fi |
9648 |
| -else |
9649 |
| - RANLIB="$ac_cv_prog_RANLIB" |
9650 |
| -fi |
9651 |
| - |
9652 | 9559 |
|
9653 | 9560 | if test -n "$ac_tool_prefix"; then
|
9654 | 9561 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
|
0 commit comments