Deleted Added
full compact
configure (239844) configure (239849)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac Revision: 1.489 .
2# From configure.ac Revision: 1.496 .
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.68 for OpenSSH Portable.
5#
6# Report bugs to <openssh-unix-dev@mindrot.org>.
7#
8#
9# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software

--- 6911 unchanged lines hidden (view full) ---

6922
6923
6924$as_echo "#define SSH_TUN_PREPEND_AF 1" >>confdefs.h
6925
6926 fi
6927 for ac_header in linux/seccomp.h linux/filter.h linux/audit.h
6928do :
6929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.68 for OpenSSH Portable.
5#
6# Report bugs to <openssh-unix-dev@mindrot.org>.
7#
8#
9# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software

--- 6911 unchanged lines hidden (view full) ---

6922
6923
6924$as_echo "#define SSH_TUN_PREPEND_AF 1" >>confdefs.h
6925
6926 fi
6927 for ac_header in linux/seccomp.h linux/filter.h linux/audit.h
6928do :
6929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6930ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6930ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <linux/types.h>
6931"
6931if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6932 cat >>confdefs.h <<_ACEOF
6933#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6934_ACEOF
6935
6936fi
6937
6938done

--- 2193 unchanged lines hidden (view full) ---

9132
9133# Check whether user wants libedit support
9134LIBEDIT_MSG="no"
9135
9136# Check whether --with-libedit was given.
9137if test "${with_libedit+set}" = set; then :
9138 withval=$with_libedit; if test "x$withval" != "xno" ; then
9139 if test "x$withval" = "xyes" ; then
6932if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6933 cat >>confdefs.h <<_ACEOF
6934#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6935_ACEOF
6936
6937fi
6938
6939done

--- 2193 unchanged lines hidden (view full) ---

9133
9134# Check whether user wants libedit support
9135LIBEDIT_MSG="no"
9136
9137# Check whether --with-libedit was given.
9138if test "${with_libedit+set}" = set; then :
9139 withval=$with_libedit; if test "x$withval" != "xno" ; then
9140 if test "x$withval" = "xyes" ; then
9140 # Extract the first word of "pkg-config", so it can be a program name with args.
9141set dummy pkg-config; ac_word=$2
9141 if test -n "$ac_tool_prefix"; then
9142 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
9143set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
9142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9143$as_echo_n "checking for $ac_word... " >&6; }
9144if ${ac_cv_path_PKGCONFIG+:} false; then :
9145 $as_echo_n "(cached) " >&6
9146else
9147 case $PKGCONFIG in
9148 [\\/]* | ?:[\\/]*)
9149 ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.

--- 9 unchanged lines hidden (view full) ---

9159 ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
9160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9161 break 2
9162 fi
9163done
9164 done
9165IFS=$as_save_IFS
9166
9144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9145$as_echo_n "checking for $ac_word... " >&6; }
9146if ${ac_cv_path_PKGCONFIG+:} false; then :
9147 $as_echo_n "(cached) " >&6
9148else
9149 case $PKGCONFIG in
9150 [\\/]* | ?:[\\/]*)
9151 ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.

--- 9 unchanged lines hidden (view full) ---

9161 ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
9162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9163 break 2
9164 fi
9165done
9166 done
9167IFS=$as_save_IFS
9168
9167 test -z "$ac_cv_path_PKGCONFIG" && ac_cv_path_PKGCONFIG="no"
9168 ;;
9169esac
9170fi
9171PKGCONFIG=$ac_cv_path_PKGCONFIG
9172if test -n "$PKGCONFIG"; then
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKGCONFIG" >&5
9174$as_echo "$PKGCONFIG" >&6; }
9175else
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9177$as_echo "no" >&6; }
9178fi
9179
9180
9169 ;;
9170esac
9171fi
9172PKGCONFIG=$ac_cv_path_PKGCONFIG
9173if test -n "$PKGCONFIG"; then
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKGCONFIG" >&5
9175$as_echo "$PKGCONFIG" >&6; }
9176else
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9178$as_echo "no" >&6; }
9179fi
9180
9181
9182fi
9183if test -z "$ac_cv_path_PKGCONFIG"; then
9184 ac_pt_PKGCONFIG=$PKGCONFIG
9185 # Extract the first word of "pkg-config", so it can be a program name with args.
9186set dummy pkg-config; ac_word=$2
9187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9188$as_echo_n "checking for $ac_word... " >&6; }
9189if ${ac_cv_path_ac_pt_PKGCONFIG+:} false; then :
9190 $as_echo_n "(cached) " >&6
9191else
9192 case $ac_pt_PKGCONFIG in
9193 [\\/]* | ?:[\\/]*)
9194 ac_cv_path_ac_pt_PKGCONFIG="$ac_pt_PKGCONFIG" # Let the user override the test with a path.
9195 ;;
9196 *)
9197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198for as_dir in $PATH
9199do
9200 IFS=$as_save_IFS
9201 test -z "$as_dir" && as_dir=.
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9204 ac_cv_path_ac_pt_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9206 break 2
9207 fi
9208done
9209 done
9210IFS=$as_save_IFS
9211
9212 ;;
9213esac
9214fi
9215ac_pt_PKGCONFIG=$ac_cv_path_ac_pt_PKGCONFIG
9216if test -n "$ac_pt_PKGCONFIG"; then
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKGCONFIG" >&5
9218$as_echo "$ac_pt_PKGCONFIG" >&6; }
9219else
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9221$as_echo "no" >&6; }
9222fi
9223
9224 if test "x$ac_pt_PKGCONFIG" = x; then
9225 PKGCONFIG="no"
9226 else
9227 case $cross_compiling:$ac_tool_warned in
9228yes:)
9229{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9230$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9231ac_tool_warned=yes ;;
9232esac
9233 PKGCONFIG=$ac_pt_PKGCONFIG
9234 fi
9235else
9236 PKGCONFIG="$ac_cv_path_PKGCONFIG"
9237fi
9238
9181 if test "x$PKGCONFIG" != "xno"; then
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $PKGCONFIG knows about libedit" >&5
9183$as_echo_n "checking if $PKGCONFIG knows about libedit... " >&6; }
9184 if "$PKGCONFIG" libedit; then
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9186$as_echo "yes" >&6; }
9187 use_pkgconfig_for_libedit=yes
9188 else

--- 305 unchanged lines hidden (view full) ---

9494 rresvport_af \
9495 sendmsg \
9496 setdtablesize \
9497 setegid \
9498 setenv \
9499 seteuid \
9500 setgroupent \
9501 setgroups \
9239 if test "x$PKGCONFIG" != "xno"; then
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $PKGCONFIG knows about libedit" >&5
9241$as_echo_n "checking if $PKGCONFIG knows about libedit... " >&6; }
9242 if "$PKGCONFIG" libedit; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9244$as_echo "yes" >&6; }
9245 use_pkgconfig_for_libedit=yes
9246 else

--- 305 unchanged lines hidden (view full) ---

9552 rresvport_af \
9553 sendmsg \
9554 setdtablesize \
9555 setegid \
9556 setenv \
9557 seteuid \
9558 setgroupent \
9559 setgroups \
9560 setlinebuf \
9502 setlogin \
9503 setpassent\
9504 setpcred \
9505 setproctitle \
9506 setregid \
9507 setreuid \
9508 setrlimit \
9509 setsid \

--- 2269 unchanged lines hidden (view full) ---

11779 sandbox_arg=""
11780 else
11781 sandbox_arg="$withval"
11782 fi
11783
11784
11785fi
11786
9561 setlogin \
9562 setpassent\
9563 setpcred \
9564 setproctitle \
9565 setregid \
9566 setreuid \
9567 setrlimit \
9568 setsid \

--- 2269 unchanged lines hidden (view full) ---

11838 sandbox_arg=""
11839 else
11840 sandbox_arg="$withval"
11841 fi
11842
11843
11844fi
11845
11846
11847# Some platforms (seems to be the ones that have a kernel poll(2)-type
11848# function with which they implement select(2)) use an extra file descriptor
11849# when calling select(2), which means we can't use the rlimit sandbox.
11850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if select works with descriptor rlimit" >&5
11851$as_echo_n "checking if select works with descriptor rlimit... " >&6; }
11852if test "$cross_compiling" = yes; then :
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: assuming yes" >&5
11854$as_echo "$as_me: WARNING: cross compiling: assuming yes" >&2;}
11855
11856else
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858/* end confdefs.h. */
11859
11860#include <sys/types.h>
11861#ifdef HAVE_SYS_TIME_H
11862# include <sys/time.h>
11863#endif
11864#include <sys/resource.h>
11865#ifdef HAVE_SYS_SELECT_H
11866# include <sys/select.h>
11867#endif
11868#include <errno.h>
11869#include <fcntl.h>
11870#include <stdlib.h>
11871
11872int
11873main ()
11874{
11875
11876 struct rlimit rl_zero;
11877 int fd, r;
11878 fd_set fds;
11879
11880 fd = open("/dev/null", O_RDONLY);
11881 FD_ZERO(&fds);
11882 FD_SET(fd, &fds);
11883 rl_zero.rlim_cur = rl_zero.rlim_max = 0;
11884 setrlimit(RLIMIT_FSIZE, &rl_zero);
11885 setrlimit(RLIMIT_NOFILE, &rl_zero);
11886 r = select(fd+1, &fds, NULL, NULL, NULL);
11887 exit (r == -1 ? 1 : 0);
11888
11889 ;
11890 return 0;
11891}
11892_ACEOF
11893if ac_fn_c_try_run "$LINENO"; then :
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11895$as_echo "yes" >&6; }
11896 select_works_with_rlimit=yes
11897else
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11899$as_echo "no" >&6; }
11900 select_works_with_rlimit=no
11901fi
11902rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11903 conftest.$ac_objext conftest.beam conftest.$ac_ext
11904fi
11905
11906
11907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if setrlimit RLIMIT_FSIZE works" >&5
11908$as_echo_n "checking if setrlimit RLIMIT_FSIZE works... " >&6; }
11909if test "$cross_compiling" = yes; then :
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: assuming yes" >&5
11911$as_echo "$as_me: WARNING: cross compiling: assuming yes" >&2;}
11912
11913else
11914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11915/* end confdefs.h. */
11916
11917#include <sys/types.h>
11918#include <sys/resource.h>
11919#include <stdlib.h>
11920
11921int
11922main ()
11923{
11924
11925 struct rlimit rl_zero;
11926
11927 rl_zero.rlim_cur = rl_zero.rlim_max = 0;
11928 exit(setrlimit(RLIMIT_FSIZE, &rl_zero) != 0);
11929
11930 ;
11931 return 0;
11932}
11933_ACEOF
11934if ac_fn_c_try_run "$LINENO"; then :
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11936$as_echo "yes" >&6; }
11937else
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11939$as_echo "no" >&6; }
11940
11941$as_echo "#define SANDBOX_SKIP_RLIMIT_FSIZE 1" >>confdefs.h
11942
11943fi
11944rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11945 conftest.$ac_objext conftest.beam conftest.$ac_ext
11946fi
11947
11948
11787if test "x$sandbox_arg" = "xsystrace" || \
11788 ( test -z "$sandbox_arg" && test "x$have_systr_policy_kill" = "x1" ) ; then
11789 test "x$have_systr_policy_kill" != "x1" && \
11790 as_fn_error $? "systrace sandbox requires systrace headers and SYSTR_POLICY_KILL support" "$LINENO" 5
11791 SANDBOX_STYLE="systrace"
11792
11793$as_echo "#define SANDBOX_SYSTRACE 1" >>confdefs.h
11794

--- 4 unchanged lines hidden (view full) ---

11799 "x$ac_cv_header_sandbox_h" != "xyes" && \
11800 as_fn_error $? "Darwin seatbelt sandbox requires sandbox.h and sandbox_init function" "$LINENO" 5
11801 SANDBOX_STYLE="darwin"
11802
11803$as_echo "#define SANDBOX_DARWIN 1" >>confdefs.h
11804
11805elif test "x$sandbox_arg" = "xseccomp_filter" || \
11806 ( test -z "$sandbox_arg" && \
11949if test "x$sandbox_arg" = "xsystrace" || \
11950 ( test -z "$sandbox_arg" && test "x$have_systr_policy_kill" = "x1" ) ; then
11951 test "x$have_systr_policy_kill" != "x1" && \
11952 as_fn_error $? "systrace sandbox requires systrace headers and SYSTR_POLICY_KILL support" "$LINENO" 5
11953 SANDBOX_STYLE="systrace"
11954
11955$as_echo "#define SANDBOX_SYSTRACE 1" >>confdefs.h
11956

--- 4 unchanged lines hidden (view full) ---

11961 "x$ac_cv_header_sandbox_h" != "xyes" && \
11962 as_fn_error $? "Darwin seatbelt sandbox requires sandbox.h and sandbox_init function" "$LINENO" 5
11963 SANDBOX_STYLE="darwin"
11964
11965$as_echo "#define SANDBOX_DARWIN 1" >>confdefs.h
11966
11967elif test "x$sandbox_arg" = "xseccomp_filter" || \
11968 ( test -z "$sandbox_arg" && \
11807 test "x$have_seccomp_filter" == "x1" && \
11969 test "x$have_seccomp_filter" = "x1" && \
11808 test "x$ac_cv_header_linux_audit_h" = "xyes" && \
11809 test "x$have_seccomp_audit_arch" = "x1" && \
11810 test "x$have_linux_no_new_privs" = "x1" && \
11811 test "x$ac_cv_func_prctl" = "xyes" ) ; then
11812 test "x$have_seccomp_audit_arch" != "x1" && \
11813 as_fn_error $? "seccomp_filter sandbox not supported on $host" "$LINENO" 5
11814 test "x$have_linux_no_new_privs" != "x1" && \
11815 as_fn_error $? "seccomp_filter sandbox requires PR_SET_NO_NEW_PRIVS" "$LINENO" 5
11816 test "x$have_seccomp_filter" != "x1" && \
11817 as_fn_error $? "seccomp_filter sandbox requires seccomp headers" "$LINENO" 5
11818 test "x$ac_cv_func_prctl" != "xyes" && \
11819 as_fn_error $? "seccomp_filter sandbox requires prctl function" "$LINENO" 5
11820 SANDBOX_STYLE="seccomp_filter"
11821
11822$as_echo "#define SANDBOX_SECCOMP_FILTER 1" >>confdefs.h
11823
11824elif test "x$sandbox_arg" = "xrlimit" || \
11970 test "x$ac_cv_header_linux_audit_h" = "xyes" && \
11971 test "x$have_seccomp_audit_arch" = "x1" && \
11972 test "x$have_linux_no_new_privs" = "x1" && \
11973 test "x$ac_cv_func_prctl" = "xyes" ) ; then
11974 test "x$have_seccomp_audit_arch" != "x1" && \
11975 as_fn_error $? "seccomp_filter sandbox not supported on $host" "$LINENO" 5
11976 test "x$have_linux_no_new_privs" != "x1" && \
11977 as_fn_error $? "seccomp_filter sandbox requires PR_SET_NO_NEW_PRIVS" "$LINENO" 5
11978 test "x$have_seccomp_filter" != "x1" && \
11979 as_fn_error $? "seccomp_filter sandbox requires seccomp headers" "$LINENO" 5
11980 test "x$ac_cv_func_prctl" != "xyes" && \
11981 as_fn_error $? "seccomp_filter sandbox requires prctl function" "$LINENO" 5
11982 SANDBOX_STYLE="seccomp_filter"
11983
11984$as_echo "#define SANDBOX_SECCOMP_FILTER 1" >>confdefs.h
11985
11986elif test "x$sandbox_arg" = "xrlimit" || \
11825 ( test -z "$sandbox_arg" && test "x$ac_cv_func_setrlimit" = "xyes" ) ; then
11987 ( test -z "$sandbox_arg" && test "x$ac_cv_func_setrlimit" = "xyes" && \
11988 test "x$select_works_with_rlimit" == "xyes" ) ; then
11826 test "x$ac_cv_func_setrlimit" != "xyes" && \
11827 as_fn_error $? "rlimit sandbox requires setrlimit function" "$LINENO" 5
11989 test "x$ac_cv_func_setrlimit" != "xyes" && \
11990 as_fn_error $? "rlimit sandbox requires setrlimit function" "$LINENO" 5
11991 test "x$select_works_with_rlimit" != "xyes" && \
11992 as_fn_error $? "rlimit sandbox requires select to work with rlimit" "$LINENO" 5
11828 SANDBOX_STYLE="rlimit"
11829
11830$as_echo "#define SANDBOX_RLIMIT 1" >>confdefs.h
11831
11832elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
11833 test "x$sandbox_arg" = "xnone" || test "x$sandbox_arg" = "xnull" ; then
11834 SANDBOX_STYLE="none"
11835

--- 2277 unchanged lines hidden (view full) ---

14113
14114fi
14115
14116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct statvfs.f_fsid is integral type" >&5
14117$as_echo_n "checking if struct statvfs.f_fsid is integral type... " >&6; }
14118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14119/* end confdefs.h. */
14120
11993 SANDBOX_STYLE="rlimit"
11994
11995$as_echo "#define SANDBOX_RLIMIT 1" >>confdefs.h
11996
11997elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
11998 test "x$sandbox_arg" = "xnone" || test "x$sandbox_arg" = "xnull" ; then
11999 SANDBOX_STYLE="none"
12000

--- 2277 unchanged lines hidden (view full) ---

14278
14279fi
14280
14281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct statvfs.f_fsid is integral type" >&5
14282$as_echo_n "checking if struct statvfs.f_fsid is integral type... " >&6; }
14283cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14284/* end confdefs.h. */
14285
14121#include <sys/types.h>
14286#include <sys/param.h>
14122#include <sys/stat.h>
14123#ifdef HAVE_SYS_TIME_H
14124# include <sys/time.h>
14125#endif
14126#ifdef HAVE_SYS_MOUNT_H
14127#include <sys/mount.h>
14128#endif
14129#ifdef HAVE_SYS_STATVFS_H

--- 1942 unchanged lines hidden (view full) ---

16072else
16073 user_path="/usr/bin:/bin:/usr/sbin:/sbin"
16074fi
16075rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16076 conftest.$ac_objext conftest.beam conftest.$ac_ext
16077fi
16078
16079# make sure $bindir is in USER_PATH so scp will work
14287#include <sys/stat.h>
14288#ifdef HAVE_SYS_TIME_H
14289# include <sys/time.h>
14290#endif
14291#ifdef HAVE_SYS_MOUNT_H
14292#include <sys/mount.h>
14293#endif
14294#ifdef HAVE_SYS_STATVFS_H

--- 1942 unchanged lines hidden (view full) ---

16237else
16238 user_path="/usr/bin:/bin:/usr/sbin:/sbin"
16239fi
16240rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16241 conftest.$ac_objext conftest.beam conftest.$ac_ext
16242fi
16243
16244# make sure $bindir is in USER_PATH so scp will work
16080 t_bindir=`eval echo ${bindir}`
16081 case $t_bindir in
16082 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
16083 esac
16084 case $t_bindir in
16085 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
16086 esac
16245 t_bindir="${bindir}"
16246 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
16247 t_bindir=`eval echo ${t_bindir}`
16248 case $t_bindir in
16249 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
16250 esac
16251 case $t_bindir in
16252 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
16253 esac
16254 done
16087 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
16088 if test $? -ne 0 ; then
16089 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
16090 if test $? -ne 0 ; then
16091 user_path=$user_path:$t_bindir
16092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Adding $t_bindir to USER_PATH so scp will work" >&5
16093$as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; }
16094 fi

--- 1888 unchanged lines hidden ---
16255 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
16256 if test $? -ne 0 ; then
16257 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
16258 if test $? -ne 0 ; then
16259 user_path=$user_path:$t_bindir
16260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Adding $t_bindir to USER_PATH so scp will work" >&5
16261$as_echo "Adding $t_bindir to USER_PATH so scp will work" >&6; }
16262 fi

--- 1888 unchanged lines hidden ---