Lines Matching refs:t_bindir
18493 t_bindir="${bindir}"
18494 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
18495 t_bindir=`eval echo ${t_bindir}`
18496 case $t_bindir in
18497 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
18499 case $t_bindir in
18500 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
18503 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
18505 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
18507 user_path=$user_path:$t_bindir
18508 …{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Adding $t_bindir to USER_PATH so scp will work" >…
18509 $as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; }