summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>2020-07-19 15:41:43 -0700
committerDaniel Stenberg <daniel@haxx.se>2020-08-01 00:00:37 +0200
commitafa0a120189d85b51d0505dda75f5110d33b3004 (patch)
treefa47190b7aae87fd37634f9e7864cc3e2c475493
parent72707958395af63eba574c4449cf6f901adf8353 (diff)
downloadcurl-afa0a120189d85b51d0505dda75f5110d33b3004.tar.gz
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.
-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"