Subject: Error during `./configure` step on MSYS2 MINGW64 (OpenPBS setup)

Hi everyone,

I’m currently setting up OpenPBS to manage job queues for our project.
I’m in the early stages of configuring compilers and required packages.

I’m using MSYS2 MINGW64 as my build environment. However, when I run ./configure, I get the following error near the end of the output:

./configure: line 22180: syntax error near unexpected token as_ac_Header=printf “%s\n” “ac_cv_header_$ac_header” | sed “$as_sed_sh”' ./configure: line 22180: as_ac_Header=printf "%s\n" "ac_cv_header_$ac_header" | sed "$as_sed_sh"

Has anyone encountered this issue before? Could this be related to toolchain compatibility or a problem with how autotools generated the script?

Thanks in advance!