[netperf-dev] netperf2 commit notice r71 - trunk
raj at netperf.org
raj at netperf.org
Mon Apr 17 14:38:41 PDT 2006
Author: raj
Date: 2006-04-17 14:38:40 -0700 (Mon, 17 Apr 2006)
New Revision: 71
Modified:
trunk/configure
trunk/configure.ac
Log:
This will make this revision the official "2.4.2" sources.
Modified: trunk/configure
===================================================================
--- trunk/configure 2006-04-17 20:03:42 UTC (rev 70)
+++ trunk/configure 2006-04-17 21:38:40 UTC (rev 71)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for netperf 2.4.2pre1.
+# Generated by GNU Autoconf 2.59 for netperf 2.4.2.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@
# Identity of this package.
PACKAGE_NAME='netperf'
PACKAGE_TARNAME='netperf'
-PACKAGE_VERSION='2.4.2pre1'
-PACKAGE_STRING='netperf 2.4.2pre1'
+PACKAGE_VERSION='2.4.2'
+PACKAGE_STRING='netperf 2.4.2'
PACKAGE_BUGREPORT=''
ac_unique_file="src/hist.h"
@@ -779,7 +779,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.2pre1 to adapt to many kinds of systems.
+\`configure' configures netperf 2.4.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -846,7 +846,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of netperf 2.4.2pre1:";;
+ short | recursive ) echo "Configuration of netperf 2.4.2:";;
esac
cat <<\_ACEOF
@@ -980,7 +980,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-netperf configure 2.4.2pre1
+netperf configure 2.4.2
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -994,7 +994,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.2pre1, which was
+It was created by netperf $as_me 2.4.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1689,7 +1689,7 @@
# Define the identity of the package.
PACKAGE=netperf
- VERSION=2.4.2pre1
+ VERSION=2.4.2
cat >>confdefs.h <<_ACEOF
@@ -8441,7 +8441,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by netperf $as_me 2.4.2pre1, which was
+This file was extended by netperf $as_me 2.4.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8504,7 +8504,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-netperf config.status 2.4.2pre1
+netperf config.status 2.4.2
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-04-17 20:03:42 UTC (rev 70)
+++ trunk/configure.ac 2006-04-17 21:38:40 UTC (rev 71)
@@ -2,15 +2,15 @@
# Process this file with autoconf to produce a configure script.
FULL-PACKAGE-NAME=netperf
-VERSION=2.4.2pre1
+VERSION=2.4.2
BUG-REPORT-ADDRESS=netperf-feedback at netperf.org
AC_PREREQ(2.59)
-AC_INIT(netperf, 2.4.2pre1)
+AC_INIT(netperf, 2.4.2)
# use the target version rather than host - one day we may want cross-compile
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/hist.h])
-AM_INIT_AUTOMAKE(netperf, 2.4.2pre1)
+AM_INIT_AUTOMAKE(netperf, 2.4.2)
AM_CONFIG_HEADER(config.h)
# AC_CONFIG_HEADER(config.h)
More information about the netperf-dev
mailing list