What if user set this variable for some reasons like additional extra
flags? So, it need to add flags to variable, not override it completely, at
least.
Sent from mobile
On Fri, 31 Jan 2025 at 00:53, Karl Berry wrote:
> Hi Kirill - thanks for the report and proposed fix.
>
> export MSYS2_A
Hi Kirill - thanks for the report and proposed fix.
export MSYS2_ARG_CONV_EXCL='-Tp'
Setting an environment variable seems fairly safe, since if an older
version of the compiler doesn't pay attention to it, at least the
problem will not become worse.
However, I'd like to hear from others who
GNU Automake will generate a broken Makefile when configuring if
some variables containing line breaks.
Thanks for the report. I'm not sure what Automake can do about it,
though. It's just doing what it's been told, seems to me?
Admittedly the error message is less than ideal, although th