Skip to content

Commit cba0f78

Browse files
committed
8348387: Add fixpath if needed for user-supplied tools
Reviewed-by: erikj
1 parent 44e5cca commit cba0f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/autoconf/util_paths.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ AC_DEFUN([UTIL_SETUP_TOOL],
360360
fi
361361
$1="$tool_command"
362362
fi
363+
# Make sure we add fixpath if needed
364+
UTIL_FIXUP_EXECUTABLE($1)
363365
if test "x$tool_args" != x; then
364366
# If we got arguments, re-append them to the command after the fixup.
365367
$1="[$]$1 $tool_args"

0 commit comments

Comments
 (0)