buildconf: excempt defunct reference to ACLOCAL_FLAGS

retired with 09f278121e but kept around as
the name is generic enough that it might be in use and relied upon from
the environment.
This commit is contained in:
Carlo Marcelo Arenas Belón 2020-07-19 15:41:43 -07:00 committed by Daniel Stenberg
parent 7270795839
commit afa0a12018
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 0 deletions

View File

@ -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"