build.sh: look in m4 dir for macro's
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 24 Feb 2018 10:01:11 +0000 (11:01 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 24 Feb 2018 10:01:11 +0000 (11:01 +0100)
This fixes #2674

build.sh

index 40f5361..97e55d8 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -48,7 +48,7 @@ fi
 set -x
 
 autoheader \
 set -x
 
 autoheader \
-&& aclocal \
+&& aclocal -I m4 \
 && $libtoolize --copy --force \
 && automake --add-missing --copy \
 && autoconf
 && $libtoolize --copy --force \
 && automake --add-missing --copy \
 && autoconf