summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-30 08:11:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-30 08:11:54 +0000
commit0fcb9410b9c51a179b3c7a80291f00dac344038c (patch)
treedab274171657d806e2298ce1efb4180c566744b9 /Makefile.config.in
parent0f535c6fa8b03491dc110feb65d78922ee29d1fc (diff)
downloadllvm-0fcb9410b9c51a179b3c7a80291f00dac344038c.tar.gz
llvm-0fcb9410b9c51a179b3c7a80291f00dac344038c.tar.bz2
llvm-0fcb9410b9c51a179b3c7a80291f00dac344038c.tar.xz
Add a check for the tclsh program needed by dejagnu. This can have weird
names that have version numbers in it so this macro, DJ_AC_PATH_TCLSH will make the necessary checks. The makefile variable TCLSH is set to the path found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index aa36cda065..f3197d104c 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -87,6 +87,7 @@ POD2HTML := @POD2HTML@
POD2MAN := @POD2MAN@
PYTHON := @PYTHON@
RUNTEST := @RUNTEST@
+TCLSH := @TCLSH@
ZIP := @ZIP@
# Paths to miscellaneous programs we assume are present