X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=build.sh;h=97e55d853d230ff5454062323a07adb2d0ce6b3a;hb=ed1dae66a930598319e7c16405ff36b1229c3c36;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hpb=6e419a825c50f9c97471aba7d50521bfc7e19828;p=collectd.git diff --git a/build.sh b/build.sh index 804b2e25..97e55d85 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 @@ -52,7 +48,7 @@ fi set -x autoheader \ -&& aclocal \ -&& $libtoolize --ltdl --copy --force \ +&& aclocal -I m4 \ +&& $libtoolize --copy --force \ && automake --add-missing --copy \ && autoconf