Remove autoconf support for runtest and tclsh, some of the last vestigal
authorChandler Carruth <chandlerc@gmail.com>
Wed, 27 Jun 2012 23:53:41 +0000 (23:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 27 Jun 2012 23:53:41 +0000 (23:53 +0000)
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
autoconf/configure.ac
projects/sample/Makefile.llvm.config.in

index e90731b3a08a781dca3445a065b0a8ec0daab133..cc538b3f42efb5ea625a99dd9b7d43472e893acd 100644 (file)
@@ -191,8 +191,6 @@ GAS        := @GAS@
 POD2HTML   := @POD2HTML@
 POD2MAN    := @POD2MAN@
 PDFROFF    := @PDFROFF@
-RUNTEST    := @RUNTEST@
-TCLSH      := @TCLSH@
 ZIP        := @ZIP@
 
 HAVE_PTHREAD := @HAVE_PTHREAD@
index e751059a28377f8e2e46877a9fd98470cb2a1973..258e6b52e4cb87f71169519f9cae7d31745f3f22 100644 (file)
@@ -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])
index 697660c0caabfe89f298aefd92222b8753712736..9a85b3df6318d57288dd83c2efc056a4c1141638 100644 (file)
@@ -157,8 +157,6 @@ GAS        := @GAS@
 POD2HTML   := @POD2HTML@
 POD2MAN    := @POD2MAN@
 PDFROFF    := @PDFROFF@
-RUNTEST    := @RUNTEST@
-TCLSH      := @TCLSH@
 ZIP        := @ZIP@
 
 HAVE_PTHREAD := @HAVE_PTHREAD@