From afa0a120189d85b51d0505dda75f5110d33b3004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= Date: Sun, 19 Jul 2020 15:41:43 -0700 Subject: [PATCH] buildconf: excempt defunct reference to ACLOCAL_FLAGS retired with 09f278121e815028adb24d228d8092fc6cb022aa but kept around as the name is generic enough that it might be in use and relied upon from the environment. --- buildconf | 1 + 1 file changed, 1 insertion(+) 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"