Add a check for the tclsh program needed by dejagnu. This can have weird
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 Nov 2004 08:11:54 +0000 (08:11 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 Nov 2004 08:11:54 +0000 (08:11 +0000)
commit0fcb9410b9c51a179b3c7a80291f00dac344038c
treedab274171657d806e2298ce1efb4180c566744b9
parent0f535c6fa8b03491dc110feb65d78922ee29d1fc
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
Makefile.config.in
autoconf/configure.ac
autoconf/m4/path_tclsh.m4 [new file with mode: 0644]
configure