From: Carlo Marcelo Arenas Belón Date: Sun, 19 Jul 2020 22:41:43 +0000 (-0700) Subject: buildconf: excempt defunct reference to ACLOCAL_FLAGS X-Git-Tag: curl-7_72_0~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afa0a120189d85b51d0505dda75f5110d33b3004;p=thirdparty%2Fcurl.git 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. --- diff --git a/buildconf b/buildconf index a25bc3a845..a2321f1716 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"