aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-04-24 10:23:31 -0700
committerBruce A. Mah <bmah@es.net>2014-04-24 10:23:31 -0700
commitd141c52dabd4b484b2339c2c20725c1eecd0dff4 (patch)
tree39facd8c91b8193f8c7943f11ac121433064ac3b /configure.ac
parentc5c3d86ca8c321692442092134588cf63c7ad16b (diff)
downloadiperf3-d141c52dabd4b484b2339c2c20725c1eecd0dff4.tar.gz
Get the iperf version number from autoconf, don't track the tagging date.
These simplify the release process because they eliminate a manual file-editing step.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f997117..4e762e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,4 +89,4 @@ AC_CHECK_FUNCS([cpuset_setaffinity sched_setaffinity],
# it needs and what arguments it expects.
AC_CHECK_FUNCS([sendfile])
-AC_OUTPUT([Makefile src/Makefile examples/Makefile])
+AC_OUTPUT([Makefile src/Makefile src/version.h examples/Makefile])