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
diff --git a/Makefile.config.in b/Makefile.config.in
index aa36cda..f3197d1 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -87,6 +87,7 @@
 POD2MAN    := @POD2MAN@
 PYTHON     := @PYTHON@
 RUNTEST    := @RUNTEST@
+TCLSH      := @TCLSH@
 ZIP        := @ZIP@
 
 # Paths to miscellaneous programs we assume are present