summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--testsuite/ChangeLog8
-rw-r--r--testsuite/Makefile.am8
-rw-r--r--testsuite/Makefile.in8
-rwxr-xr-xtestsuite/configure20
-rw-r--r--testsuite/configure.ac2
7 files changed, 38 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 315a9bac..a9e599a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-29 Frank Ch. Eigler <fche@elastic.org>
+
+ * configure.ac: Mention testsuite/configure.ac for version matching.
+
2007-04-27 Frank Ch. Eigler <fche@elastic.org>
PR 4432.
diff --git a/configure.ac b/configure.ac
index 128fc01e..39b45b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,8 @@ dnl configure.ac --- autoconf input file for systemtap
dnl Process this file with autoconf to produce a configure script.
AC_INIT([systemtap], 0.5.14, systemtap@sources.redhat.com, systemtap)
+dnl ^^^^^^ see also testsuite/configure.ac
+
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 07b575ec..dd2d7fee 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,7 +1,13 @@
+2007-04-29 Frank Ch. Eigler <fche@elastic.org>
+
+ * Makefile.am (EXTRA_DIST): Add dejagnu subdirectories.
+ * configure.ac: Bump version to match parent directory.
+ * Makefile.in, configure: Regenerated.
+
2007-04-25 David Wilder <dwilder@ibm.com>
* systemtap.samples/profile.exp Increased timeout from 30 to 60 sec
- to fix intermittent failures on s390x.
+ to fix intermittent failures on s390x.
2007-0-2 Mike Mason <mmlnx@us.ibm.com>
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 1d37157a..689ec371 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -16,7 +16,13 @@ installcheck-local: clean site.exp
SRCDIR = $(shell cd $(srcdir); pwd)
-# These values point the test suite to the install tree, and
+EXTRA_DIST = config lib systemtap \
+ parseok parseko semok semko transok transko buildok buildok \
+ systemtap.syscall systemtap.stress systemtap.string \
+ systemtap.pass1-4 systemtap.samples systemtap.printf \
+ systemtap.maps systemtap.base
+
+# $(srcdir)/These values point the test suite to the install tree, and
# are overridden by "make check" from full source/build tree
SYSTEMTAP_RUNTIME=$(DESTDIR)$(pkgdatadir)/runtime
SYSTEMTAP_TAPSET=$(DESTDIR)$(pkgdatadir)/tapset
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index 507d3963..65818133 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -124,8 +124,14 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = dejagnu
SRCDIR = $(shell cd $(srcdir); pwd)
+EXTRA_DIST = config lib systemtap \
+ parseok parseko semok semko transok transko buildok buildok \
+ systemtap.syscall systemtap.stress systemtap.string \
+ systemtap.pass1-4 systemtap.samples systemtap.printf \
+ systemtap.maps systemtap.base
-# These values point the test suite to the install tree, and
+
+# $(srcdir)/These values point the test suite to the install tree, and
# are overridden by "make check" from full source/build tree
SYSTEMTAP_RUNTIME = $(DESTDIR)$(pkgdatadir)/runtime
SYSTEMTAP_TAPSET = $(DESTDIR)$(pkgdatadir)/tapset
diff --git a/testsuite/configure b/testsuite/configure
index 86ea62cc..4cbfcac6 100755
--- a/testsuite/configure
+++ b/testsuite/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for systemtap 0.5.13.
+# Generated by GNU Autoconf 2.59 for systemtap 0.5.14.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='0.5.13'
-PACKAGE_STRING='systemtap 0.5.13'
+PACKAGE_VERSION='0.5.14'
+PACKAGE_STRING='systemtap 0.5.14'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBOBJS LTLIBOBJS'
@@ -722,7 +722,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures systemtap 0.5.13 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.5.14 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -784,7 +784,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.5.13:";;
+ short | recursive ) echo "Configuration of systemtap 0.5.14:";;
esac
cat <<\_ACEOF
@@ -890,7 +890,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.5.13
+systemtap configure 0.5.14
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -904,7 +904,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by systemtap $as_me 0.5.13, which was
+It was created by systemtap $as_me 0.5.14, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1549,7 +1549,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.5.13'
+ VERSION='0.5.14'
cat >>confdefs.h <<_ACEOF
@@ -2106,7 +2106,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by systemtap $as_me 0.5.13, which was
+This file was extended by systemtap $as_me 0.5.14, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2161,7 +2161,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.5.13
+systemtap config.status 0.5.14
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/testsuite/configure.ac b/testsuite/configure.ac
index 4bc08e45..28abe39d 100644
--- a/testsuite/configure.ac
+++ b/testsuite/configure.ac
@@ -1,7 +1,7 @@
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_INIT([systemtap], 0.5.14, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(..)