From da62e3b3f02e842764145abce7aa931add7d14a7 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 25 May 2011 08:56:38 -0400 Subject: [PATCH] also bump version for staprun autoconf --- runtime/staprun/configure | 20 ++++++++++---------- runtime/staprun/configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/runtime/staprun/configure b/runtime/staprun/configure index 4193202a7..3a1db37d2 100755 --- a/runtime/staprun/configure +++ b/runtime/staprun/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for systemtap 1.5. +# Generated by GNU Autoconf 2.66 for systemtap 1.6. # # Report bugs to . # @@ -551,8 +551,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='systemtap' PACKAGE_TARNAME='systemtap' -PACKAGE_VERSION='1.5' -PACKAGE_STRING='systemtap 1.5' +PACKAGE_VERSION='1.6' +PACKAGE_STRING='systemtap 1.6' PACKAGE_BUGREPORT='systemtap@sourceware.org' PACKAGE_URL='' @@ -1227,7 +1227,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.5 to adapt to many kinds of systems. +\`configure' configures systemtap 1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1293,7 +1293,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 1.5:";; + short | recursive ) echo "Configuration of systemtap 1.6:";; esac cat <<\_ACEOF @@ -1396,7 +1396,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -systemtap configure 1.5 +systemtap configure 1.6 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1535,7 +1535,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.5, which was +It was created by systemtap $as_me 1.6, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2352,7 +2352,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='1.5' + VERSION='1.6' cat >>confdefs.h <<_ACEOF @@ -5610,7 +5610,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.5, which was +This file was extended by systemtap $as_me 1.6, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5676,7 +5676,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -systemtap config.status 1.5 +systemtap config.status 1.6 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff --git a/runtime/staprun/configure.ac b/runtime/staprun/configure.ac index 20a640ea1..aee958675 100644 --- a/runtime/staprun/configure.ac +++ b/runtime/staprun/configure.ac @@ -2,7 +2,7 @@ dnl configure.ac --- autoconf input file for systemtap runtime tools dnl Process this file with autoconf to produce a configure script. dnl This line must match ../../configure.ac exactly. -AC_INIT([systemtap], 1.5, systemtap@sourceware.org, systemtap) +AC_INIT([systemtap], 1.6, systemtap@sourceware.org, systemtap) AC_PREREQ(2.63) dnl We don't maintain a ChangeLog, which makes us non-GNU -> foreign. -- 2.43.5