aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEzra <ezkissel@indiana.edu>2020-05-04 18:09:05 -0400
committerGitHub <noreply@github.com>2020-05-04 15:09:05 -0700
commit9427ecdf3c5e62e3a8340fd2226c2c2f68545254 (patch)
tree399886b0fb2d2584808d32697c9923de14a73feb /configure.ac
parente39e44fdfd58915bf5da0d835b73a62a04760dc9 (diff)
downloadiperf3-9427ecdf3c5e62e3a8340fd2226c2c2f68545254.tar.gz
Add configure option to enable static linking of iperf binary. (#989)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7d8a855..2ad501c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@
# Initialize the autoconf system for the specified tool, version and mailing list
AC_INIT(iperf, 3.7+, https://github.com/esnet/iperf, iperf, https://software.es.net/iperf/)
m4_include([config/ax_check_openssl.m4])
+m4_include([config/iperf_config_static_bin.m4])
AC_LANG(C)
# Specify where the auxiliary files created by configure should go. The config
@@ -35,6 +36,9 @@ AC_CONFIG_AUX_DIR(config)
# Initialize the automake system
AM_INIT_AUTOMAKE([foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+LT_INIT
+
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(src/iperf_config.h)