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"