summaryrefslogtreecommitdiff
path: root/autoconf/m4/path_tclsh.m4
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-02 07:29:17 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-02 07:29:17 +0000
commit104298d1b48396c04258f5bf358ebed57aaa8779 (patch)
treec98aa4236c408856062bfd9b80e07457d0e6951e /autoconf/m4/path_tclsh.m4
parentad7654f7c4e8da1d76eacfff6381cf0bfd3af6c5 (diff)
downloadllvm-104298d1b48396c04258f5bf358ebed57aaa8779.tar.gz
llvm-104298d1b48396c04258f5bf358ebed57aaa8779.tar.bz2
llvm-104298d1b48396c04258f5bf358ebed57aaa8779.tar.xz
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
Diffstat (limited to 'autoconf/m4/path_tclsh.m4')
-rw-r--r--autoconf/m4/path_tclsh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/path_tclsh.m4 b/autoconf/m4/path_tclsh.m4
index 10ea74467c..e17e1ae87e 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