@ -693,6 +693,7 @@ MKDIR_P
AWK
AWK
LN_S
LN_S
TAR
TAR
INSTALL_
INSTALL_DATA
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_SCRIPT
INSTALL_PROGRAM
INSTALL_PROGRAM
@ -6955,9 +6956,11 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
# a relative path to it in each makefile where it subsitutes it. This clashes
# a relative path to it in each makefile where it subsitutes it. This clashes
# with our Makefile.global concept. This workaround helps.
# with our Makefile.global concept. This workaround helps.
case $INSTALL in
case $INSTALL in
*install-sh*) INSTALL='';;
*install-sh*) INSTALL_='';;
*) INSTALL_=$INSTALL;;
esac
esac
# Extract the first word of "tar", so it can be a program name with args.
# Extract the first word of "tar", so it can be a program name with args.
set dummy tar; ac_word=$2
set dummy tar; ac_word=$2
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5