Show autoconf version in build output

This commit is contained in:
Duke
2025-12-29 19:14:57 -05:00
parent 874e89e4f0
commit edd856a51a

View File

@@ -125,6 +125,7 @@ eval "$MAKE" --version | head -n2
as --version | head -n1
as --version | tail -n1
ld -v
autoconf --version
HOST="$HOST" BUILD="$BUILD" "$MAKE" "$@" -C ./depends/ V=1