From cba0f786fc65a5bfbc6e921efd1f191b63b30ba5 Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Thu, 23 Jan 2025 14:51:32 +0000 Subject: [PATCH] 8348387: Add fixpath if needed for user-supplied tools Reviewed-by: erikj --- make/autoconf/util_paths.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/autoconf/util_paths.m4 b/make/autoconf/util_paths.m4 index 57e53b53641..9e3e5472c9e 100644 --- a/make/autoconf/util_paths.m4 +++ b/make/autoconf/util_paths.m4 @@ -360,6 +360,8 @@ AC_DEFUN([UTIL_SETUP_TOOL], fi $1="$tool_command" fi + # Make sure we add fixpath if needed + UTIL_FIXUP_EXECUTABLE($1) if test "x$tool_args" != x; then # If we got arguments, re-append them to the command after the fixup. $1="[$]$1 $tool_args"