Lines Matching refs:t_bindir
4656 t_bindir="${bindir}"
4657 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
4658 t_bindir=`eval echo ${t_bindir}`
4659 case $t_bindir in
4660 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
4662 case $t_bindir in
4663 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
4666 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
4668 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
4670 user_path=$user_path:$t_bindir
4671 AC_MSG_RESULT([Adding $t_bindir to USER_PATH so scp will work])