[netperf-dev] netperf2 commit notice r572 - trunk

raj at netperf.org raj at netperf.org
Fri Apr 27 17:37:38 PDT 2012


Author: raj
Date: 2012-04-27 17:37:38 -0700 (Fri, 27 Apr 2012)
New Revision: 572

Modified:
   trunk/configure
   trunk/configure.ac
Log:
start preparing for a 2.6.0 release

Modified: trunk/configure
===================================================================
--- trunk/configure	2012-04-27 18:44:12 UTC (rev 571)
+++ trunk/configure	2012-04-28 00:37:38 UTC (rev 572)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for netperf post-2.5.0-tot.
+# Generated by GNU Autoconf 2.67 for netperf pre-2.6.0-tot.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -549,8 +549,8 @@
 # Identity of this package.
 PACKAGE_NAME='netperf'
 PACKAGE_TARNAME='netperf'
-PACKAGE_VERSION='post-2.5.0-tot'
-PACKAGE_STRING='netperf post-2.5.0-tot'
+PACKAGE_VERSION='pre-2.6.0-tot'
+PACKAGE_STRING='netperf pre-2.6.0-tot'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1275,7 +1275,7 @@
   # 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 netperf post-2.5.0-tot to adapt to many kinds of systems.
+\`configure' configures netperf pre-2.6.0-tot to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1346,7 +1346,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of netperf post-2.5.0-tot:";;
+     short | recursive ) echo "Configuration of netperf pre-2.6.0-tot:";;
    esac
   cat <<\_ACEOF
 
@@ -1464,7 +1464,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-netperf configure post-2.5.0-tot
+netperf configure pre-2.6.0-tot
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1940,7 +1940,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by netperf $as_me post-2.5.0-tot, which was
+It was created by netperf $as_me pre-2.6.0-tot, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2875,7 +2875,7 @@
 
 # Define the identity of the package.
  PACKAGE='netperf'
- VERSION='post-2.5.0-tot'
+ VERSION='pre-2.6.0-tot'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8384,7 +8384,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by netperf $as_me post-2.5.0-tot, which was
+This file was extended by netperf $as_me pre-2.6.0-tot, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8450,7 +8450,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-netperf config.status post-2.5.0-tot
+netperf config.status pre-2.6.0-tot
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2012-04-27 18:44:12 UTC (rev 571)
+++ trunk/configure.ac	2012-04-28 00:37:38 UTC (rev 572)
@@ -2,11 +2,11 @@
 # Process this file with autoconf to produce a configure script.
 
 FULL-PACKAGE-NAME=netperf
-VERSION=post-2.5.0-tot
+VERSION=pre-2.6.0-tot
 BUG-REPORT-ADDRESS=netperf-feedback at netperf.org
 
 AC_PREREQ(2.59)
-AC_INIT(netperf, post-2.5.0-tot)
+AC_INIT(netperf, pre-2.6.0-tot)
 
 # Inherit compiler flags from the environment...
 CFLAGS="${CFLAGS:=}"



More information about the netperf-dev mailing list