summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-27 23:53:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-27 23:53:41 +0000
commit01e4a065acebdb3ff1803fca7b1c481b2cadedee (patch)
tree475690326089c27a7c251d9d5177812d4fc0e4ef /autoconf
parent4760c4bae73a9eb828481dfde249fcdc160fbf6c (diff)
downloadllvm-01e4a065acebdb3ff1803fca7b1c481b2cadedee.tar.gz
llvm-01e4a065acebdb3ff1803fca7b1c481b2cadedee.tar.bz2
llvm-01e4a065acebdb3ff1803fca7b1c481b2cadedee.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index e751059a28..258e6b52e4 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1049,8 +1049,6 @@ AC_PATH_PROG(DOXYGEN, [doxygen])
AC_PATH_PROG(GROFF, [groff])
AC_PATH_PROG(GZIPBIN, [gzip])
AC_PATH_PROG(PDFROFF, [pdfroff])
-AC_PATH_PROG(RUNTEST, [runtest])
-DJ_AC_PATH_TCLSH
AC_PATH_PROG(ZIP, [zip])
AC_PATH_PROGS(OCAMLC, [ocamlc])
AC_PATH_PROGS(OCAMLOPT, [ocamlopt])