From 01e4a065acebdb3ff1803fca7b1c481b2cadedee Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 27 Jun 2012 23:53:41 +0000 Subject: 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 --- Makefile.config.in | 2 -- autoconf/configure.ac | 2 -- projects/sample/Makefile.llvm.config.in | 2 -- 3 files changed, 6 deletions(-) diff --git a/Makefile.config.in b/Makefile.config.in index e90731b..cc538b3 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -191,8 +191,6 @@ GAS := @GAS@ POD2HTML := @POD2HTML@ POD2MAN := @POD2MAN@ PDFROFF := @PDFROFF@ -RUNTEST := @RUNTEST@ -TCLSH := @TCLSH@ ZIP := @ZIP@ HAVE_PTHREAD := @HAVE_PTHREAD@ diff --git a/autoconf/configure.ac b/autoconf/configure.ac index e751059..258e6b5 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]) diff --git a/projects/sample/Makefile.llvm.config.in b/projects/sample/Makefile.llvm.config.in index 697660c..9a85b3d 100644 --- a/projects/sample/Makefile.llvm.config.in +++ b/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@ -- cgit v1.1