aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/m4
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-29 05:47:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-29 05:47:04 +0000
commit6da9142a6f49ef357a86793c6aaa0b720045afea (patch)
tree19f158f2dfd79f9ff2f12e1df5a0419edf14154e /autoconf/m4
parentbfd24683477ca7acd69aa868f6e5e52d3e25eaf2 (diff)
downloadexternal_llvm-6da9142a6f49ef357a86793c6aaa0b720045afea.zip
external_llvm-6da9142a6f49ef357a86793c6aaa0b720045afea.tar.gz
external_llvm-6da9142a6f49ef357a86793c6aaa0b720045afea.tar.bz2
Fix one of the names to not have a . in front of it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/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 e17e1ae..e0a9d06 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],[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])
+ 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