Lines Matching refs:t_bindir
4460 t_bindir="${bindir}"
4461 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
4462 t_bindir=`eval echo ${t_bindir}`
4463 case $t_bindir in
4464 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
4466 case $t_bindir in
4467 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
4470 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
4472 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
4474 user_path=$user_path:$t_bindir
4475 AC_MSG_RESULT([Adding $t_bindir to USER_PATH so scp will work])