X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=autogen.sh;h=6a5d62d2fc6452bd642ed5a6129abba0d40b7ec9;hb=e67d7327869b9e7e91cdf1971670d29c8bd22e64;hp=f273d647ecd3dc6a0611c0ef82e7fef3ee6e98f3;hpb=4710e5477bfa3902b5f5600475ea21c44fabf446;p=liboping.git diff --git a/autogen.sh b/autogen.sh index f273d64..6a5d62d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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"