From: Ruben Kerkhof Date: Sat, 24 Feb 2018 10:01:11 +0000 (+0100) Subject: build.sh: look in m4 dir for macro's X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=ed1dae66a930598319e7c16405ff36b1229c3c36 build.sh: look in m4 dir for macro's This fixes #2674 --- diff --git a/build.sh b/build.sh index 40f5361d..97e55d85 100755 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ fi set -x autoheader \ -&& aclocal \ +&& aclocal -I m4 \ && $libtoolize --copy --force \ && automake --add-missing --copy \ && autoconf