]> granicus.if.org Git - sysstat/commitdiff
Version 10.0.3 begins.
authorSebastien Godard <sysstat@orange.fr>
Wed, 31 Aug 2011 12:46:52 +0000 (14:46 +0200)
committerSebastien Godard <sysstat@orange.fr>
Wed, 31 Aug 2011 12:46:52 +0000 (14:46 +0200)
CHANGES and configure files updated for version 10.0.3.

CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 307e170e994708eb0e67e12e583cb15e64ad019f..b84de35be5fd1b85e000566c645e68a631eae9b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 Changes:
 
+xxxx/xx/xx: Version 10.0.3 - Sebastien Godard (sysstat <at> orange.fr)
+
 2011/08/28: Version 10.0.2 - Sebastien Godard (sysstat <at> orange.fr)
        * sadf modified to make it easier to add new output formats.
          Its design is still not generic anyway.
index 9ccfa352cbea8e6288e745635708073177f46387..199eae4983c092898fcc0f62feaa7d21f7787f77 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.63 for sysstat 10.0.2.
+# Generated by GNU Autoconf 2.63 for sysstat 10.0.3.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='sysstat'
 PACKAGE_TARNAME='sysstat'
-PACKAGE_VERSION='10.0.2'
-PACKAGE_STRING='sysstat 10.0.2'
+PACKAGE_VERSION='10.0.3'
+PACKAGE_STRING='sysstat 10.0.3'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="ioconf.h"
@@ -1320,7 +1320,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 sysstat 10.0.2 to adapt to many kinds of systems.
+\`configure' configures sysstat 10.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1381,7 +1381,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sysstat 10.0.2:";;
+     short | recursive ) echo "Configuration of sysstat 10.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1488,7 +1488,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sysstat configure 10.0.2
+sysstat configure 10.0.3
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1502,7 +1502,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 sysstat $as_me 10.0.2, which was
+It was created by sysstat $as_me 10.0.3, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -8261,7 +8261,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sysstat $as_me 10.0.2, which was
+This file was extended by sysstat $as_me 10.0.3, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8311,7 +8311,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-sysstat config.status 10.0.2
+sysstat config.status 10.0.3
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index c918cb65fa75b8e1ed9ee9b66e3d0250ce03e7a3..adee84cb44bee1d38ef4f2152d240cff5d03333a 100644 (file)
@@ -4,7 +4,7 @@
 # Modified by Sebastien Godard (sysstat <at> orange.fr)
 
 # Initialization of $PACKAGE_VERSION and $PACKAGE_NAME variables
-AC_INIT(sysstat, 10.0.2)
+AC_INIT(sysstat, 10.0.3)
 
 # Ensure that a recent enough version of Autoconf is being used
 AC_PREREQ(2.53)