X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=57f3d4449a99bef83b75b50f425dc548bc9ead60;hb=a9e50e9e30ecde17e167e271060c8183bfcbf407;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hpb=a1ae4b5afaf3207a7070b85f802b41b32c0b9a20;p=collectd.git diff --git a/build.sh b/build.sh index 804b2e25..bd4c1a31 100755 --- a/build.sh +++ b/build.sh @@ -1,58 +1,51 @@ -#! /bin/sh +#!/bin/sh GLOBAL_ERROR_INDICATOR=0 -check_for_application () +check_for_application() { - for PROG in "$@" - do - if ! which "$PROG" >/dev/null 2>&1; then - cat >&2 </dev/null 2>&1 + if test $? -ne 0; then + cat >&2 </dev/null 2>/dev/null -if test $? -eq 0 -then - libtoolize=libtoolize +if test $? -eq 0; then + libtoolize=libtoolize else - glibtoolize --version >/dev/null 2>/dev/null - if test $? -eq 0 - then - libtoolize=glibtoolize - else - cat >&2 </dev/null 2>/dev/null + if test $? -eq 0; then + libtoolize=glibtoolize + else + cat >&2 <