diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-29 05:47:04 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-29 05:47:04 +0000 |
| commit | 5309e843d3df11a58b1bba92b52c2a668ac9ca7b (patch) | |
| tree | 66bafc4239fd3c2df163ae880d0f9aaba2133f75 /llvm | |
| parent | b5c253a58bbd1c160882d56c9b927741353260c6 (diff) | |
| download | bcm5719-llvm-5309e843d3df11a58b1bba92b52c2a668ac9ca7b.tar.gz bcm5719-llvm-5309e843d3df11a58b1bba92b52c2a668ac9ca7b.zip | |
Fix one of the names to not have a . in front of it.
llvm-svn: 19182
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/autoconf/m4/path_tclsh.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/m4/path_tclsh.m4 b/llvm/autoconf/m4/path_tclsh.m4 index e17e1ae87e6..e0a9d067a16 100644 --- a/llvm/autoconf/m4/path_tclsh.m4 +++ b/llvm/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 |

