diff options
author | fche <fche> | 2007-03-26 19:24:35 +0000 |
---|---|---|
committer | fche <fche> | 2007-03-26 19:24:35 +0000 |
commit | 8438f752c6843e33ead41bc291d09b358072085b (patch) | |
tree | 54e345aaed7bc2d7defa4d723472282391483d89 | |
parent | aa384dcd53e88bc32038582770699428aca068ab (diff) | |
download | systemtap-steved-8438f752c6843e33ead41bc291d09b358072085b.tar.gz systemtap-steved-8438f752c6843e33ead41bc291d09b358072085b.tar.xz systemtap-steved-8438f752c6843e33ead41bc291d09b358072085b.zip |
* bump source tree to version 0.5.14.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 19 insertions, 11 deletions
@@ -1,3 +1,8 @@ +2007-03-26 Frank Ch. Eigler <fche@elastic.org> + + * configure.ac: Bumped version to 0.5.14. + * configure: Regenerated. + 2007-03-26 David Smith <dsmith@redhat.com> * tapsets.cxx (dwflpp::translate_final_fetch_or_store): Improved @@ -1,3 +1,6 @@ +* What's new since version 0.5.13? + + * What's new since version 0.5.12? - When running in -p4 (compile-only) mode, the compiled .ko file name @@ -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' # Factoring default headers for most tests. @@ -792,7 +792,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]... @@ -854,7 +854,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 @@ -987,7 +987,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. @@ -1001,7 +1001,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 $@ @@ -1646,7 +1646,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.5.13' + VERSION='0.5.14' cat >>confdefs.h <<_ACEOF @@ -6411,7 +6411,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 @@ -6474,7 +6474,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/configure.ac b/configure.ac index a2eccc7b..128fc01e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap 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) AM_INIT_AUTOMAKE |