mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05: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
@ -351,6 +351,7 @@ if test -f m4/libtool.m4; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "buildconf: running aclocal"
|
echo "buildconf: running aclocal"
|
||||||
|
#shellcheck disable=SC2154
|
||||||
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS || die "aclocal command failed"
|
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS || die "aclocal command failed"
|
||||||
|
|
||||||
echo "buildconf: converting all mv to mv -f in local aclocal.m4"
|
echo "buildconf: converting all mv to mv -f in local aclocal.m4"
|
||||||
|
Loading…
Reference in New Issue
Block a user