Code

src/oping.c: Add median and 'n'th percentile, remove average and stddev.
[liboping.git] / autogen.sh
1 #!/bin/sh
3 set -e
5 autoreconf --warnings=all --install
6 echo "autoconfiguration done, to build: ./configure ; make"