configure (c-ares-1.17.1) | : | configure (c-ares-1.17.2) | ||
---|---|---|---|---|
skipping to change at line 2568 | skipping to change at line 2568 | |||
program_transform_name="s&\$&$program_suffix&;$program_transform_name" | program_transform_name="s&\$&$program_suffix&;$program_transform_name" | |||
# Double any \ or $. | # Double any \ or $. | |||
# By default was `s,x,x', remove it if useless. | # By default was `s,x,x', remove it if useless. | |||
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | |||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |||
# Expand $ac_aux_dir to an absolute path. | # Expand $ac_aux_dir to an absolute path. | |||
am_aux_dir=`cd "$ac_aux_dir" && pwd` | am_aux_dir=`cd "$ac_aux_dir" && pwd` | |||
if test x"${MISSING+set}" != xset; then | if test x"${MISSING+set}" != xset; then | |||
case $am_aux_dir in | MISSING="\${SHELL} '$am_aux_dir/missing'" | |||
*\ * | *\ *) | ||||
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | ||||
*) | ||||
MISSING="\${SHELL} $am_aux_dir/missing" ;; | ||||
esac | ||||
fi | fi | |||
# Use eval to expand $SHELL | # Use eval to expand $SHELL | |||
if eval "$MISSING --is-lightweight"; then | if eval "$MISSING --is-lightweight"; then | |||
am_missing_run="$MISSING " | am_missing_run="$MISSING " | |||
else | else | |||
am_missing_run= | am_missing_run= | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 | |||
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} | $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} | |||
fi | fi | |||
skipping to change at line 7692 | skipping to change at line 7687 | |||
case $host_os in | case $host_os in | |||
rhapsody* | darwin1.[012]) | rhapsody* | darwin1.[012]) | |||
_lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; | _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; | |||
darwin1.*) | darwin1.*) | |||
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ; ; | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ; ; | |||
darwin*) # darwin 5.x on | darwin*) # darwin 5.x on | |||
# if running on 10.5 or later, the deployment target defaults | # if running on 10.5 or later, the deployment target defaults | |||
# to the OS version, if on x86, and 10.4, the deployment | # to the OS version, if on x86, and 10.4, the deployment | |||
# target defaults to 10.4. Don't you love it? | # target defaults to 10.4. Don't you love it? | |||
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |||
10.0,*86*-darwin8*|10.0,*-darwin[91]*) | 10.0,*86*-darwin8*|10.0,*-darwin[912]*) | |||
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; | |||
10.[012][,.]*) | 10.[012][,.]*) | |||
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress ' ;; | _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress ' ;; | |||
10.*) | 10.*|11.*) | |||
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; | _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; | |||
esac | esac | |||
;; | ;; | |||
esac | esac | |||
if test yes = "$lt_cv_apple_cc_single_mod"; then | if test yes = "$lt_cv_apple_cc_single_mod"; then | |||
_lt_dar_single_mod='$single_module' | _lt_dar_single_mod='$single_module' | |||
fi | fi | |||
if test yes = "$lt_cv_ld_exported_symbols_list"; then | if test yes = "$lt_cv_ld_exported_symbols_list"; then | |||
_lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-sy mbols.expsym' | _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-sy mbols.expsym' | |||
else | else | |||
End of changes. 3 change blocks. | ||||
8 lines changed or deleted | 3 lines changed or added |