From: Barak A. Pearlmutter Date: Thu, 22 May 2014 22:20:32 +0000 (+0100) Subject: simplify autogen.sh X-Git-Tag: liboping-1.7.0~3^2 X-Git-Url: https://git.tokkee.org/?p=liboping.git;a=commitdiff_plain;h=195d8d6a02802f423b430c90eaadc7a46e96e81e simplify autogen.sh --- 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"