From ed1dae66a930598319e7c16405ff36b1229c3c36 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 24 Feb 2018 11:01:11 +0100 Subject: [PATCH] build.sh: look in m4 dir for macro's This fixes #2674 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0