X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=40f5361d33032a50c760c09445caab68e72627da;hb=e66358769e4af95c8c2e6266c9bbfb54e2c3e02b;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hpb=619f112a584fcd89d2e8df7781a0a01341188189;p=collectd.git diff --git a/build.sh b/build.sh index 804b2e25..40f5361d 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,8 @@ check_for_application () { for PROG in "$@" do - if ! which "$PROG" >/dev/null 2>&1; then + which "$PROG" >/dev/null 2>&1 + if test $? -ne 0; then cat >&2 </dev/null 2>/dev/null @@ -53,6 +49,6 @@ set -x autoheader \ && aclocal \ -&& $libtoolize --ltdl --copy --force \ +&& $libtoolize --copy --force \ && automake --add-missing --copy \ && autoconf