X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=40f5361d33032a50c760c09445caab68e72627da;hb=f46d76e976ed76d2d8fa297918ecd308680d7ae9;hp=57f3d4449a99bef83b75b50f425dc548bc9ead60;hpb=826293bf3acfdcee6632f5d8f0b6be013f2cebab;p=collectd.git diff --git a/build.sh b/build.sh index 57f3d444..40f5361d 100755 --- a/build.sh +++ b/build.sh @@ -18,12 +18,7 @@ EOF done } -check_for_application lex bison autoheader aclocal automake autoconf - -# Actually we don't need the pkg-config executable, but we need the M4 macros. -# We check for `pkg-config' here and hope that M4 macros will then be -# available, too. -check_for_application pkg-config +check_for_application lex bison autoheader aclocal automake autoconf pkg-config libtoolize="" libtoolize --version >/dev/null 2>/dev/null @@ -54,6 +49,6 @@ set -x autoheader \ && aclocal \ -&& $libtoolize --ltdl --copy --force \ +&& $libtoolize --copy --force \ && automake --add-missing --copy \ && autoconf