From: Reid Spencer Date: Thu, 2 Dec 2004 07:29:17 +0000 (+0000) Subject: Search for tclsh last so we don't find the FreeBSD warning script. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=104298d1b48396c04258f5bf358ebed57aaa8779;p=oota-llvm.git Search for tclsh last so we don't find the FreeBSD warning script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18420 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/m4/path_tclsh.m4 b/autoconf/m4/path_tclsh.m4 index 10ea74467ca..e17e1ae87e6 100644 --- a/autoconf/m4/path_tclsh.m4 +++ b/autoconf/m4/path_tclsh.m4 @@ -24,7 +24,7 @@ fi dnl see if one is installed if test x"${ac_cv_path_tclsh}" = x ; then AC_MSG_RESULT(none) - AC_PATH_PROGS([TCLSH],[tclsh tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0]) + AC_PATH_PROGS([TCLSH],[tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0 tclsh]) if test x"${TCLSH}" = x ; then ac_cv_path_tclsh=''; else