From edd856a51a115bff76aadaac9173ee29d16ff98c Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 29 Dec 2025 19:14:57 -0500 Subject: [PATCH] Show autoconf version in build output --- util/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/build.sh b/util/build.sh index 9a0221dd4..ea7acfb33 100755 --- a/util/build.sh +++ b/util/build.sh @@ -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