bug#75940: GNU Automake will generate corrupt Makefile if variable containing line breaks.

2025-01-29 Thread 陈 溢飞
Hi, GNU Automake will generate a broken Makefile when configuring if some variables containing line breaks. If variable A is defined as: ```autoconf A=$(cat a.txt)` AC_SUBST([A]) ``` And `a.txt` contains: ```text line 1 line 2 ``` Then the generated `Makefile.in` will contain: ```makefile

bug#75939: bug in compile wrapper when using MSVC from Msys2

2025-01-29 Thread Kirill Makurin
Hi, I would like to report one quite annoying issue related to Automake's `compile` wrapper when it is used with `cl.exe` to compile some C++ files from Msys2. I was building some GNU packages with MSVC's `cl.exe`, and compilation of some C++ source files was failing with `cl.exe` reporting non