[netperf-dev] netperf2 commit notice r303 - in trunk: . src/NetPerfDir src/NetServerDir
raj at netperf.org
raj at netperf.org
Thu Jun 11 17:11:26 PDT 2009
Author: raj
Date: 2009-06-11 17:11:25 -0700 (Thu, 11 Jun 2009)
New Revision: 303
Modified:
trunk/configure
trunk/configure.ac
trunk/src/NetPerfDir/inet_ntop.c
trunk/src/NetServerDir/inet_ntop.c
Log:
get ready to declare the 2.4.5 release
Modified: trunk/configure
===================================================================
--- trunk/configure 2009-06-04 00:32:16 UTC (rev 302)
+++ trunk/configure 2009-06-12 00:11:25 UTC (rev 303)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for netperf 2.4.5pre3.
+# Generated by GNU Autoconf 2.61 for netperf 2.4.5.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -572,8 +572,8 @@
# Identity of this package.
PACKAGE_NAME='netperf'
PACKAGE_TARNAME='netperf'
-PACKAGE_VERSION='2.4.5pre3'
-PACKAGE_STRING='netperf 2.4.5pre3'
+PACKAGE_VERSION='2.4.5'
+PACKAGE_STRING='netperf 2.4.5'
PACKAGE_BUGREPORT=''
ac_unique_file="src/hist.h"
@@ -1223,7 +1223,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 2.4.5pre3 to adapt to many kinds of systems.
+\`configure' configures netperf 2.4.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1294,7 +1294,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of netperf 2.4.5pre3:";;
+ short | recursive ) echo "Configuration of netperf 2.4.5:";;
esac
cat <<\_ACEOF
@@ -1408,7 +1408,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-netperf configure 2.4.5pre3
+netperf configure 2.4.5
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1422,7 +1422,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 2.4.5pre3, which was
+It was created by netperf $as_me 2.4.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2188,7 +2188,7 @@
# Define the identity of the package.
PACKAGE='netperf'
- VERSION='2.4.5pre3'
+ VERSION='2.4.5'
cat >>confdefs.h <<_ACEOF
@@ -11220,7 +11220,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 2.4.5pre3, which was
+This file was extended by netperf $as_me 2.4.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11273,7 +11273,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-netperf config.status 2.4.5pre3
+netperf config.status 2.4.5
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-06-04 00:32:16 UTC (rev 302)
+++ trunk/configure.ac 2009-06-12 00:11:25 UTC (rev 303)
@@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.
FULL-PACKAGE-NAME=netperf
-VERSION=2.4.5pre3
+VERSION=2.4.5
BUG-REPORT-ADDRESS=netperf-feedback at netperf.org
AC_PREREQ(2.59)
-AC_INIT(netperf, 2.4.5pre3)
+AC_INIT(netperf, 2.4.5)
# use the target version rather than host - one day we may want cross-compile
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/hist.h])
Modified: trunk/src/NetPerfDir/inet_ntop.c
===================================================================
--- trunk/src/NetPerfDir/inet_ntop.c 2009-06-04 00:32:16 UTC (rev 302)
+++ trunk/src/NetPerfDir/inet_ntop.c 2009-06-12 00:11:25 UTC (rev 303)
@@ -1 +1,6 @@
-#include "..\missing\inet_ntop.c"
\ No newline at end of file
+#if !defined(InetNtop)
+
+/* +*+ Why isn't this in the winsock headers yet? */
+
+#include "..\missing\inet_ntop.c"
+#endif
Modified: trunk/src/NetServerDir/inet_ntop.c
===================================================================
--- trunk/src/NetServerDir/inet_ntop.c 2009-06-04 00:32:16 UTC (rev 302)
+++ trunk/src/NetServerDir/inet_ntop.c 2009-06-12 00:11:25 UTC (rev 303)
@@ -1 +1,6 @@
-#include "..\missing\inet_ntop.c"
\ No newline at end of file
+#if !defined(InetNtop)
+
+/* +*+ Why isn't this in the winsock headers yet? */
+
+#include "..\missing\inet_ntop.c"
+#endif
More information about the netperf-dev
mailing list