X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=20854b13b7d88cf6aa90f5ce990fd07370fff56c;hb=b99f2ef5c262080cdd55d4dc056aaf23ba2ff907;hp=3822c2bc1b217a9a1c93e730bfbadd0561f7a20f;hpb=b48454eddeaa6d8e0edb9547190cfc509d8abeb4;p=collectd.git diff --git a/build.sh b/build.sh index 3822c2bc..20854b13 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>&1 +libtoolize --version >/dev/null 2>/dev/null +if test $? -eq 0 then libtoolize=libtoolize -else if which glibtoolize >/dev/null 2>&1 -then - libtoolize=glibtoolize else - cat >&2 </dev/null 2>/dev/null + if test $? -eq 0 + then + libtoolize=glibtoolize + else + cat >&2 <