Code

add bug email and project url to configure.ac AC_INIT
[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"