aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2020-06-10fix: Make installing of shared libraries work again. (#1014)Bruce A. Mah
Addresses a regression in #989. Fixes #1013.
2020-05-28Allow disabling auto-detect of SCTP (#1008)Bruce A. Mah
* feat: Add a mechanism to disable checks for SCTP (--without-sctp). The use case for this is building a static iperf3 binary on CentOS 7, on a system with SCTP installed (but it has no static SCTP libraries). In that case we need to disable SCTP detection to prevent a linking error at runtime. While here, s/iperf /iperf3 / in a couple of help strings.
2020-05-04Regen.Bruce A. Mah
2020-05-04Add configure option to enable static linking of iperf binary. (#989)Ezra
2018-06-22Regen.Bruce A. Mah
2018-02-28Regen.Bruce A. Mah
2017-08-14Regen.Bruce A. Mah
2017-04-20Move an autoconfig file into config/, get rid of a no-longer-used file.Bruce A. Mah
Follow-up for #517.
2016-12-12Regen.Bruce A. Mah
2016-05-26Regen.Bruce A. Mah
2015-05-11Regen.Bruce A. Mah
This uses a newer automake, than was in use previously, although that wasn't the main point of doing this change.
2015-01-05Regen.Bruce A. Mah
2014-06-11Update automake infrastructure for 1.14, to match what we buildBruce A. Mah
against.
2014-06-11Update config/missing to a newer version that works with newer autoconf.Bruce A. Mah
2014-05-02Use AM_MAINTAINER_MODE and regenerate autotools / libtool goopBruce A. Mah
using recent versions. Resolves #161.
2014-03-20Regen.Bruce A. Mah
2014-03-04Regen to pick up changes from issue #146.Bruce A. Mah
2014-02-27Update version and bug-report fields in AC_INIT and regen files.Bruce A. Mah
2014-02-14Add SCTP support with the --sctp flag (Linux and FreeBSD only).Bruce A. Mah
Note this option only has a long option flag; we're running out of letters for short options. Based heavily on a patch submitted in Issue 131 (SCTP support for iperf); I added support for FreeBSD and did some other packaging and documentation improvements. We probably shouldn't tie SCTP support to looking specifically for Linux or FreeBSD; we probably leave support enabled all the time if possible, possibly with some configure-time checks.
2013-11-26Changed bug report email to google code link.Jef Poskanzer
Also bumped package id from 3.0a4 to 3.0a5. This changeset consists of a one-line edit to configure.ac, plus about fifty kilolines of diffs to a bunch of other config files generated by bootstrap.sh.
2012-08-20Commented 'AX_LIB_SOCKET_NSL' out of configure.ac to fix build problem.jef
There's still lots of historical cruft in there, at some point we should start over from a more modern template.
2010-09-20update autoconf goo to accomodate Solaris; minor tweaks to includes for SolarisJon Dugan
2010-07-19Updated autoconf stuff and fixed a small error with ierror()sethdelliott
2010-07-08update autoconf stuffJon Dugan