summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-03-22 17:35:02 -0400
committerFrank Ch. Eigler <fche@elastic.org>2010-03-22 17:51:49 -0400
commite36ba31aa58694a18e8012e946f7b1e4dea51fd7 (patch)
tree4940a67aca17e5fb61a52372a61ea09e612af12f /testsuite
parenta7ef7e55e1e1149d962c9fa17334de12eedcfc5c (diff)
downloadsystemtap-steved-e36ba31aa58694a18e8012e946f7b1e4dea51fd7.tar.gz
systemtap-steved-e36ba31aa58694a18e8012e946f7b1e4dea51fd7.tar.xz
systemtap-steved-e36ba31aa58694a18e8012e946f7b1e4dea51fd7.zip
releng: bump to version 1.2
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 d19f8277..efd7c221 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.63 for systemtap 1.1.
+# Generated by GNU Autoconf 2.63 for systemtap 1.2.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='1.1'
-PACKAGE_STRING='systemtap 1.1'
+PACKAGE_VERSION='1.2'
+PACKAGE_STRING='systemtap 1.2'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
ac_subst_vars='LTLIBOBJS
@@ -1229,7 +1229,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 1.1 to adapt to many kinds of systems.
+\`configure' configures systemtap 1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1295,7 +1295,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 1.1:";;
+ short | recursive ) echo "Configuration of systemtap 1.2:";;
esac
cat <<\_ACEOF
@@ -1377,7 +1377,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 1.1
+systemtap configure 1.2
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1391,7 +1391,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 1.1, which was
+It was created by systemtap $as_me 1.2, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2242,7 +2242,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='1.1'
+ VERSION='1.2'
cat >>confdefs.h <<_ACEOF
@@ -2802,7 +2802,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 1.1, which was
+This file was extended by systemtap $as_me 1.2, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2852,7 +2852,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-systemtap config.status 1.1
+systemtap config.status 1.2
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/testsuite/configure.ac b/testsuite/configure.ac
index a2cf6b87..7c83705a 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], 1.1, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 1.2, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AC_CONFIG_AUX_DIR(..)