mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
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:
parent
7270795839
commit
afa0a12018
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue