]> sourceware.org Git - systemtap.git/commitdiff
configury: version 2.0 bump throughout
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 17 Jun 2012 18:40:59 +0000 (14:40 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 17 Jun 2012 18:40:59 +0000 (14:40 -0400)
NEWS
configure
configure.ac
doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
runtime/staprun/configure
runtime/staprun/configure.ac
systemtap.spec
testsuite/configure
testsuite/configure.ac

diff --git a/NEWS b/NEWS
index 041416154e652eea282c93faa1333301810d1adf..50792f132fdf1876676a714f83b8e68974134896 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
-* What's new in version 1.8
+* What's new in version 2.0
+
+
+* What's new in version 1.8, 2012-06-17
 
 - staprun accepts a -T timeout option to allow less frequent wake-ups
   to poll for low-throughput output from scripts.
index db412a7ffa1edfc78ca1021258fae0cb27634aed..dffc429df0e9a183c922ed55efbbe61091a2f9a5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for systemtap 1.8.
+# Generated by GNU Autoconf 2.68 for systemtap 2.0.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='1.8'
-PACKAGE_STRING='systemtap 1.8'
+PACKAGE_VERSION='2.0'
+PACKAGE_STRING='systemtap 2.0'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1370,7 +1370,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.8 to adapt to many kinds of systems.
+\`configure' configures systemtap 2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 1.8:";;
+     short | recursive ) echo "Configuration of systemtap 2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1583,7 +1583,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 1.8
+systemtap configure 2.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2118,7 +2118,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.8, which was
+It was created by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2936,7 +2936,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='1.8'
+ VERSION='2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -10929,7 +10929,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.8, which was
+This file was extended by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10995,7 +10995,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.8
+systemtap config.status 2.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 2a30ea146917becfc51e6281e87c5b906472dcc9..1d2a58736097746dff8a8a5e5a376bacef2a613f 100644 (file)
@@ -1,9 +1,10 @@
 dnl configure.ac --- autoconf input file for systemtap
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([systemtap], 1.8, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 2.0, systemtap@sourceware.org, systemtap)
 dnl                  ^^^ see also NEWS, systemtap.spec, testsuite/configure.ac,
-dnl                      runtime/staprun/configure.ac
+dnl                      runtime/staprun/configure.ac, 
+dnl                      doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
 
 AC_PREREQ(2.59)
 AM_INIT_AUTOMAKE([no-dist foreign])
index dede607ac3970793806994b1f34076e6e3113e2c..eafcc0cddde7fab6209881b6a247da38d91dbd5b 100644 (file)
@@ -9,7 +9,7 @@
        <edition>2.0</edition>
 
        <productname>Systemtap</productname>
-       <productnumber>1.8</productnumber>
+       <productnumber>2.0</productnumber>
 
        <pubsnumber>2</pubsnumber>
        <abstract condition="RedHat"><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of &PRODUCT; in finer detail. The <citetitle>SystemTap Beginners Guide</citetitle> is recommended for users who have taken <ulink url="https://www.redhat.com/courses/rh133_red_hat_linux_system_administration_and_rhct_exam/">RHCT</ulink> or have a similar level of expertise in &PRODUCT;.</para></abstract>
index 1f8752b64aa2d24ad8553306ec34c675aadcbd8f..01b360462a9768b985206362c4c278adeba685a7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for systemtap 1.8.
+# Generated by GNU Autoconf 2.68 for systemtap 2.0.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='1.8'
-PACKAGE_STRING='systemtap 1.8'
+PACKAGE_VERSION='2.0'
+PACKAGE_STRING='systemtap 2.0'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1282,7 +1282,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.8 to adapt to many kinds of systems.
+\`configure' configures systemtap 2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1348,7 +1348,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 1.8:";;
+     short | recursive ) echo "Configuration of systemtap 2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1457,7 +1457,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 1.8
+systemtap configure 2.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1797,7 +1797,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.8, which was
+It was created by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2614,7 +2614,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='1.8'
+ VERSION='2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6406,7 +6406,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.8, which was
+This file was extended by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6472,7 +6472,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.8
+systemtap config.status 2.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 48f48db5a3903e7e37ebeb8e350eb53cc4a2edc3..a84139952a441d3a92782996911a760f2e323c5b 100644 (file)
@@ -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.8, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 2.0, systemtap@sourceware.org, systemtap)
 
 AC_PREREQ(2.63)
 dnl We don't maintain a ChangeLog, which makes us non-GNU -> foreign.
index 637a205fd098b51b362575b150b12b11e86d7187..021459750ecbfddbfdc87b0ea2a7f1b707c3586a 100644 (file)
@@ -10,7 +10,7 @@
 %{!?publican_brand: %global publican_brand fedora}
 
 Name: systemtap
-Version: 1.8
+Version: 2.0
 Release: 1%{?dist}
 # for version, see also configure.ac
 
index 476d14b0ebc65249ef5cca3b7b0b7d551f00b702..7e6100f8e4eaf70ae69aab6257113cbfc4c23559 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for systemtap 1.8.
+# Generated by GNU Autoconf 2.68 for systemtap 2.0.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -559,8 +559,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='1.8'
-PACKAGE_STRING='systemtap 1.8'
+PACKAGE_VERSION='2.0'
+PACKAGE_STRING='systemtap 2.0'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1184,7 +1184,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.8 to adapt to many kinds of systems.
+\`configure' configures systemtap 2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1250,7 +1250,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 1.8:";;
+     short | recursive ) echo "Configuration of systemtap 2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1332,7 +1332,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 1.8
+systemtap configure 2.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1349,7 +1349,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.8, which was
+It was created by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2166,7 +2166,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='1.8'
+ VERSION='2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2822,7 +2822,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.8, which was
+This file was extended by systemtap $as_me 2.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2875,7 +2875,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.8
+systemtap config.status 2.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 2460f111648b591d71ea413c20729a87aa1b4756..52cc5bf32b2fe9ee0079a16a7fed12790d46d88e 100644 (file)
@@ -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.8, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 2.0, systemtap@sourceware.org, systemtap)
 
 AC_PREREQ(2.59)
 AC_CONFIG_AUX_DIR(..)
This page took 0.054482 seconds and 5 git commands to generate.