Lines Matching refs:t_bindir
34342 t_bindir="${bindir}"
34343 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
34344 t_bindir=`eval echo ${t_bindir}`
34345 case $t_bindir in
34346 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
34348 case $t_bindir in
34349 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
34352 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
34354 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
34356 user_path=$user_path:$t_bindir
34357 { echo "$as_me:$LINENO: result: Adding $t_bindir to USER_PATH so scp will work" >&5
34358 echo "${ECHO_T}Adding $t_bindir to USER_PATH so scp will work" >&6; }