]> sourceware.org Git - systemtap.git/commitdiff
bumping version number release-0.4
authorfche <fche>
Wed, 7 Sep 2005 20:16:38 +0000 (20:16 +0000)
committerfche <fche>
Wed, 7 Sep 2005 20:16:38 +0000 (20:16 +0000)
configure
configure.ac

index 5898700d2211a28c14c444ad05941f55b67f55e0..d7509eb10ec47c2f04f84f2a3404e4b1d9f01167 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.1.
+# Generated by GNU Autoconf 2.59 for systemtap 0.4.
 #
 # 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.1'
-PACKAGE_STRING='systemtap 0.3.1'
+PACKAGE_VERSION='0.4'
+PACKAGE_STRING='systemtap 0.4'
 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.1 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.4 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.1:";;
+     short | recursive ) echo "Configuration of systemtap 0.4:";;
    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.1
+systemtap configure 0.4
 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.1, which was
+It was created by systemtap $as_me 0.4, 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.1'
+ VERSION='0.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5567,7 +5567,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by systemtap $as_me 0.3.1, which was
+This file was extended by systemtap $as_me 0.4, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5630,7 +5630,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-systemtap config.status 0.3.1
+systemtap config.status 0.4
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 410e4d3d12927cc6f5d6086550c80d33be6a34cd..f5b640c26d7f5056fb31204f300e7f62c7e4d1c3 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.1, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.4, systemtap@sources.redhat.com, systemtap)
 
 AC_PREREQ(2.59)
 AM_INIT_AUTOMAKE
This page took 0.067936 seconds and 5 git commands to generate.