diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 23:53:41 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 23:53:41 +0000 |
commit | 9c394e3f890efb4aa0922488b82796cc6ff4fd9b (patch) | |
tree | 69da2a58d2a838bd022a12fda68a660ff9ab8f88 /llvm/projects | |
parent | 256d3a9eaad7a2fb85de5469efa71982093334c4 (diff) | |
download | bcm5719-llvm-9c394e3f890efb4aa0922488b82796cc6ff4fd9b.tar.gz bcm5719-llvm-9c394e3f890efb4aa0922488b82796cc6ff4fd9b.zip |
Remove autoconf support for runtest and tclsh, some of the last vestigal
bits of DejaGNU.
Eric, you may want to remove the TCLSH bits from aclocal.m4 and
regenerate... I didn't want to touch the m4 file lest something
exploded.
llvm-svn: 159308
Diffstat (limited to 'llvm/projects')
-rw-r--r-- | llvm/projects/sample/Makefile.llvm.config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/projects/sample/Makefile.llvm.config.in b/llvm/projects/sample/Makefile.llvm.config.in index 697660c0caa..9a85b3df631 100644 --- a/llvm/projects/sample/Makefile.llvm.config.in +++ b/llvm/projects/sample/Makefile.llvm.config.in @@ -157,8 +157,6 @@ GAS := @GAS@ POD2HTML := @POD2HTML@ POD2MAN := @POD2MAN@ PDFROFF := @PDFROFF@ -RUNTEST := @RUNTEST@ -TCLSH := @TCLSH@ ZIP := @ZIP@ HAVE_PTHREAD := @HAVE_PTHREAD@ |