diff options
author | fche <fche> | 2008-03-12 17:29:30 +0000 |
---|---|---|
committer | fche <fche> | 2008-03-12 17:29:30 +0000 |
commit | 62802575d04f60e81efa29f0ef3a3821ad7cf729 (patch) | |
tree | 82f85e1c11c1d527ccc2ea1462c922939ca625f1 /testsuite | |
parent | 77b2151e03a48738124df191990ab1b0cd439d66 (diff) | |
download | systemtap-steved-62802575d04f60e81efa29f0ef3a3821ad7cf729.tar.gz systemtap-steved-62802575d04f60e81efa29f0ef3a3821ad7cf729.tar.xz systemtap-steved-62802575d04f60e81efa29f0ef3a3821ad7cf729.zip |
* release prep: 0.6.2 version bump
2008-03-12 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, systemtap.spec.in: Bumped version to 0.6.2.
* configure: Regenerated.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/configure | 20 | ||||
-rw-r--r-- | testsuite/configure.ac | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/configure b/testsuite/configure index 2e29a3d7..bafa86d8 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.6.1. +# Generated by GNU Autoconf 2.61 for systemtap 0.6.2. # # 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.6.1' -PACKAGE_STRING='systemtap 0.6.1' +PACKAGE_VERSION='0.6.2' +PACKAGE_STRING='systemtap 0.6.2' PACKAGE_BUGREPORT='systemtap@sources.redhat.com' ac_subst_vars='SHELL @@ -1148,7 +1148,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.6.1 to adapt to many kinds of systems. +\`configure' configures systemtap 0.6.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1214,7 +1214,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 0.6.1:";; + short | recursive ) echo "Configuration of systemtap 0.6.2:";; esac cat <<\_ACEOF @@ -1285,7 +1285,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.6.1 +systemtap configure 0.6.2 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1299,7 +1299,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.6.1, which was +It was created by systemtap $as_me 0.6.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1991,7 +1991,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.6.1' + VERSION='0.6.2' cat >>confdefs.h <<_ACEOF @@ -2595,7 +2595,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.6.1, which was +This file was extended by systemtap $as_me 0.6.2, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2638,7 +2638,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.6.1 +systemtap config.status 0.6.2 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 5eb9b151..8f924936 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.6.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.6.2, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |