iprange --help 2>&1 | more
./configure && make && make install
./autogen.sh ./configure && make && make install
When working with git, copy the hooks to the cloned folder:
cp hooks/* .git/hooks