Code

add autogen script for clueless people like me
[liboping.git] / autogen.sh
1 #!/bin/sh
3 libtoolize
4 aclocal -I m4
5 autoheader
6 automake --add-missing
7 autoconf
8 echo "autoconfiguration done, to build: ./configure ; make"