Search for tclsh last so we don't find the FreeBSD warning script.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 07:29:17 +0000 (07:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 07:29:17 +0000 (07:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18420 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/m4/path_tclsh.m4

index 10ea74467ca5887372c071de166f2c34c9ba82a2..e17e1ae87e66a6142fbe8cc871dff7f9f68a55f2 100644 (file)
@@ -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