]> sourceware.org Git - systemtap.git/commitdiff
bumped version
authorfche <fche>
Fri, 26 Aug 2005 19:33:07 +0000 (19:33 +0000)
committerfche <fche>
Fri, 26 Aug 2005 19:33:07 +0000 (19:33 +0000)
configure
configure.ac

index 41007c1070ca2bdfb24ef0aa5273d4608321242b..a0a2dda72ebf3678f99bf9913eb519ff12fe9fe7 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.59 for systemtap 0.3.
+# Generated by GNU Autoconf 2.59 for systemtap 0.3.1.
 #
 # 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.3'
-PACKAGE_STRING='systemtap 0.3'
+PACKAGE_VERSION='0.3.1'
+PACKAGE_STRING='systemtap 0.3.1'
 PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
 
 # Factoring default headers for most tests.
@@ -787,7 +787,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.3 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.3.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -849,7 +849,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 0.3:";;
+     short | recursive ) echo "Configuration of systemtap 0.3.1:";;
    esac
   cat <<\_ACEOF
 
@@ -971,7 +971,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 0.3
+systemtap configure 0.3.1
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -985,7 +985,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.3, which was
+It was created by systemtap $as_me 0.3.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1630,7 +1630,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='0.3'
+ VERSION='0.3.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5569,7 +5569,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by systemtap $as_me 0.3, which was
+This file was extended by systemtap $as_me 0.3.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5632,7 +5632,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-systemtap config.status 0.3
+systemtap config.status 0.3.1
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index c9e32a94688349cf4b207cfe4c70a889927c725a..cfdbd95e055a591dd990ee1624910974e6b4ab37 100644 (file)
@@ -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.3, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.3.1, systemtap@sources.redhat.com, systemtap)
 
 AC_PREREQ(2.59)
 AM_INIT_AUTOMAKE
This page took 0.040704 seconds and 5 git commands to generate.