diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2020-07-19 15:41:43 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-01 00:00:37 +0200 |
commit | afa0a120189d85b51d0505dda75f5110d33b3004 (patch) | |
tree | fa47190b7aae87fd37634f9e7864cc3e2c475493 /buildconf | |
parent | 72707958395af63eba574c4449cf6f901adf8353 (diff) | |
download | curl-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.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 1 |
1 files changed, 1 insertions, 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" |