On Tue, 10 Mar 2026 16:47:49 GMT, Matthias Baesken <[email protected]> wrote:
> On AIX, we need the gnu date in the PATH (usually coming from the AIX > toolbox), so we should handle this in configure and fail otherwise. make/autoconf/basic_tools.m4 line 374: > 372: if test "x$OPENJDK_TARGET_OS" = "xaix"; then > 373: AC_MSG_ERROR([gnu date from AIX toolbox is required]) > 374: fi The error should follow after the `AC_MSG_RESULT([no])` for consistent and well formed output. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30168#discussion_r2913311850
