src/oping.c: Define thresholds for coloring green and yellow in a central place.
[liboping.git] / autogen.sh
1 #!/bin/sh
2
3 set -e
4
5 autoreconf --warnings=all --install
6 echo "autoconfiguration done, to build: ./configure ; make"