summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-13 14:51:44 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-13 14:51:44 -0500
commit70f5a7b3ff766d3995f6f84a2e697b2c033f4de2 (patch)
treee797a37206dc884203bb4d77e1f8eae651d624e5 /testsuite
parentebcb173dc614db9a143febec19c8fc6a7b17cf2a (diff)
downloadsystemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.tar.gz
systemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.tar.xz
systemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.zip
bump version to 0.8
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/configure20
-rw-r--r--testsuite/configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/configure b/testsuite/configure
index a3d40ad8..3c02bf56 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.61 for systemtap 0.7.1.
+# Generated by GNU Autoconf 2.61 for systemtap 0.8.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='systemtap 0.7.1'
+PACKAGE_VERSION='0.8'
+PACKAGE_STRING='systemtap 0.8'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
ac_subst_vars='SHELL
@@ -1149,7 +1149,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.7.1 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1215,7 +1215,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.7.1:";;
+ short | recursive ) echo "Configuration of systemtap 0.8:";;
esac
cat <<\_ACEOF
@@ -1291,7 +1291,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.7.1
+systemtap configure 0.8
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1305,7 +1305,7 @@ cat >config.log <<_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.7.1, which was
+It was created by systemtap $as_me 0.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -1997,7 +1997,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.7.1'
+ VERSION='0.8'
cat >>confdefs.h <<_ACEOF
@@ -2617,7 +2617,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by systemtap $as_me 0.7.1, which was
+This file was extended by systemtap $as_me 0.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2660,7 +2660,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.7.1
+systemtap config.status 0.8
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/testsuite/configure.ac b/testsuite/configure.ac
index 5b149937..f24bf23b 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.7.1, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.8, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(..)