summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a25bc3a84..a2321f171 100755
--- a/buildconf
+++ b/buildconf
@@ -351,6 +351,7 @@ if test -f m4/libtool.m4; then
fi
echo "buildconf: running aclocal"
+#shellcheck disable=SC2154
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS || die "aclocal command failed"
echo "buildconf: converting all mv to mv -f in local aclocal.m4"