3 @@ -988,7 +988,7 @@ CPP
7 -ac_subdirs_all='doc testsuite
12 @@ -7881,7 +7881,7 @@ fi
16 -subdirs="$subdirs doc testsuite"
17 +subdirs="$subdirs doc"
20 # Check whether to support alternative target configurations
21 --- a/gdb/gdbserver/configure
22 +++ b/gdb/gdbserver/configure
23 @@ -2152,7 +2152,7 @@ $as_echo "$as_me: error: \`$ac_var' was
24 ac_cache_corrupted=: ;;
27 - if test "x$ac_old_val" != "x$ac_new_val"; then
28 + if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
29 # differences in whitespace do not lead to failure.
30 ac_old_val_w=`echo x $ac_old_val`
31 ac_new_val_w=`echo x $ac_new_val`