From fa2752296a0ff5211dab8181a2f1c85a75fc19bd Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Thu, 24 Apr 2014 10:25:36 -0700 Subject: [PATCH] Regen. --- configure | 23 ++++++++++++----------- src/Makefile.in | 6 ++++-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 1b0f42d..f8bab7d 100755 --- 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 iperf 3.0.1. +# Generated by GNU Autoconf 2.63 for iperf 3-CURRENT. # # Report bugs to . # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='iperf' PACKAGE_TARNAME='iperf' -PACKAGE_VERSION='3.0.1' -PACKAGE_STRING='iperf 3.0.1' +PACKAGE_VERSION='3-CURRENT' +PACKAGE_STRING='iperf 3-CURRENT' PACKAGE_BUGREPORT='https://github.com/esnet/iperf' # Factoring default headers for most tests. @@ -1465,7 +1465,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 iperf 3.0.1 to adapt to many kinds of systems. +\`configure' configures iperf 3-CURRENT to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1535,7 +1535,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of iperf 3.0.1:";; + short | recursive ) echo "Configuration of iperf 3-CURRENT:";; esac cat <<\_ACEOF @@ -1634,7 +1634,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -iperf configure 3.0.1 +iperf configure 3-CURRENT generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1648,7 +1648,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 iperf $as_me 3.0.1, which was +It was created by iperf $as_me 3-CURRENT, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2503,7 +2503,7 @@ fi # Define the identity of the package. PACKAGE='iperf' - VERSION='3.0.1' + VERSION='3-CURRENT' cat >>confdefs.h <<_ACEOF @@ -12089,7 +12089,7 @@ fi done -ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/version.h examples/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -12532,7 +12532,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 iperf $as_me 3.0.1, which was +This file was extended by iperf $as_me 3-CURRENT, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12595,7 +12595,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -iperf config.status 3.0.1 +iperf config.status 3-CURRENT configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -12978,6 +12978,7 @@ do "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/version.h") CONFIG_FILES="$CONFIG_FILES src/version.h" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/src/Makefile.in b/src/Makefile.in index 4d0e588..eb88229 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -43,14 +43,14 @@ TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) subdir = src DIST_COMMON = $(dist_man_MANS) $(include_HEADERS) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/iperf_config.h.in + $(srcdir)/iperf_config.h.in $(srcdir)/version.h.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = iperf_config.h -CONFIG_CLEAN_FILES = +CONFIG_CLEAN_FILES = version.h CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ @@ -385,6 +385,8 @@ $(srcdir)/iperf_config.h.in: $(am__configure_deps) distclean-hdr: -rm -f iperf_config.h stamp-h1 +version.h: $(top_builddir)/config.status $(srcdir)/version.h.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"