From 5ba96b9022078048e9f916431d3b8792a9dc8615 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 14 Mar 2007 15:20:45 +0000 Subject: 2007-03-13 Frank Ch. Eigler PR 4171. * Makefile.am (check, installcheck): Pass build-tree pointers in environment variables. * configure.ac: Run separate configury for testsuite/. * configure, Makefile.in: Regenerated. 2007-03-14 Frank Ch. Eigler PR 4171. * configure.ac, configure, aclocal.m4: New files to permit testsuite-only build tree. * Makefile.am (RUNTEST): Arrange a crazy concoction of environment/make variable for runtest. * Makefile.in: Regenerated. * */*.stp: Switch test cases from "./stap" to "stap" throughout. * lib/systemtap.exp: Assume/trace environment variables. (stap_run_batch): Add "#! stap"-handling hack. --- runtime/lket/b2a/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/lket/b2a/Makefile.in b/runtime/lket/b2a/Makefile.in index f7aab6af..691d9655 100644 --- a/runtime/lket/b2a/Makefile.in +++ b/runtime/lket/b2a/Makefile.in @@ -163,6 +163,7 @@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ stap_LIBS = @stap_LIBS@ +subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ lket_b2a_SOURCES = lket_b2a.c -- cgit