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. --- testsuite/configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testsuite/configure.ac (limited to 'testsuite/configure.ac') diff --git a/testsuite/configure.ac b/testsuite/configure.ac new file mode 100644 index 00000000..4bc08e45 --- /dev/null +++ b/testsuite/configure.ac @@ -0,0 +1,12 @@ +dnl configure.ac --- autoconf input file for systemtap testsuite +dnl Process this file with autoconf to produce a configure script. + +AC_INIT([systemtap], 0.5.13, systemtap@sources.redhat.com, systemtap) + +AC_PREREQ(2.59) +AC_CONFIG_AUX_DIR(..) +AM_INIT_AUTOMAKE([dejagnu foreign]) +AM_MAINTAINER_MODE + +AC_CONFIG_FILES(Makefile) +AC_OUTPUT -- cgit