src/oping.c: Implement the "-O" option.
[liboping.git] / autogen.sh
index f273d64..6a5d62d 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh
 
-libtoolize
-aclocal -I m4
-autoheader
-automake --add-missing
-autoconf
+set -e
+
+autoreconf --warnings=all --install
 echo "autoconfiguration done, to build: ./configure ; make"