From: Reid Spencer Date: Wed, 29 Dec 2004 05:47:04 +0000 (+0000) Subject: Fix one of the names to not have a . in front of it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6da9142a6f49ef357a86793c6aaa0b720045afea;p=oota-llvm.git 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 --- diff --git a/autoconf/m4/path_tclsh.m4 b/autoconf/m4/path_tclsh.m4 index e17e1ae87e6..e0a9d067a16 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