History log of /iperf/bootstrap.sh (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9b18ce66 12-May-2022 Bruce A. Mah <[email protected]>

Greatly simplify (and fix) behavior of bootstrap.sh.

Inspired by #1325.


Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7
# f64da9b9 02-Jul-2018 Hk <[email protected]>

Move the automake "foreign" directive from bootstrap.sh to configure.ac (#765)

Fixes #764.


Revision tags: 3.6, 3.5, 3.4, 3.3, 3.2, 3.2rc1, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.0.12, 3.1.3, 3.1.2, 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10, 3.0.9, 3.0.8
# da9f046f 29-Sep-2014 Bruce A. Mah <[email protected]>

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some pun

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some punctuation.

show more ...


Revision tags: 3.0.7
# 83af8bd0 25-Aug-2014 Bruce A. Mah <[email protected]>

Rewrite this as much as possible. No functional changes.


Revision tags: 3.0.6
# fc742ad8 20-Jun-2014 Aaron Brown <[email protected]>

Update the license in the bootstrap.sh


Revision tags: 3.0.5, 3.0.4, 3.0.3
# 082157bd 20-Mar-2014 Bruce A. Mah <[email protected]>

MacPorts installs libtoolize as glibtoolize. Autodetect this and DTRT.


Revision tags: 3.0.2
# bf72a57d 04-Feb-2014 Bruce A. Mah <[email protected]>

Make libtoolize actually get called correctly.


Revision tags: 3.0.1, 3.0-BETA5, 3.0-BETA4, 3.0-BETA3
# 01ca972b 19-Jul-2010 sethdelliott <devnull@localhost>

Updated autoconf stuff and fixed a small error with ierror()


Revision tags: 3.0-BETA2, 3.0-BETA1
# e34c20c8 08-Jul-2010 Jon Dugan <[email protected]>

update autoconf stuff


# f4a3ddaa 08-Dec-2009 AaronMatthewBrown <devnull@localhost>

Add an initial autotools setup.

The main iperf binary is compiled, along with a static libiperf, the unit
tests, and a profiled iperf binary.

The tests, and the profiled iperf binary do not get ins

Add an initial autotools setup.

The main iperf binary is compiled, along with a static libiperf, the unit
tests, and a profiled iperf binary.

The tests, and the profiled iperf binary do not get installed.

To compile, run:

./bootstrap.sh
./configure
make

It has all the normal make options (they come mostly for free). e.g.:

You can run "make install" to install it.
You can run "make dist" which will create a distribution tarball.
You can run "make check" to run all the tests.

I backed up the existing Makefile as "src/Makefile.old" in case folks want to
use that still.

show more ...