Commit Graph

8 Commits

Author SHA1 Message Date
Bruce A. Mah
da9f046f19
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.
2014-09-29 14:00:46 -07:00
Bruce A. Mah
83af8bd01b
Rewrite this as much as possible. No functional changes. 2014-08-25 07:50:49 -07:00
Aaron Brown
fc742ad8ef Update the license in the bootstrap.sh 2014-06-20 09:40:16 -04:00
Bruce A. Mah
082157bdb0
MacPorts installs libtoolize as glibtoolize. Autodetect this and DTRT. 2014-03-20 09:46:04 -07:00
Bruce A. Mah
bf72a57d74 Make libtoolize actually get called correctly. 2014-02-04 11:23:44 -08:00
sethdelliott
01ca972b6c Updated autoconf stuff and fixed a small error with ierror() 2010-07-19 20:38:40 +00:00
Jon Dugan
e34c20c89f update autoconf stuff 2010-07-08 23:26:52 +00:00
AaronMatthewBrown
f4a3ddaae6 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.
2009-12-08 21:36:24 +00:00