On 2022-02-20, Mike Frysinger wrote:
> can you link to the project/source ? the snippet you posted isn't
> complete, and adding a few more lines doesn't cause automake crash for me.
Here is a minimal reproducer:
% cat >configure.ac <<'EOF'
AC_INIT([test], [0])
AM_INIT_AUTOMAKE([foreign])
On 04 Feb 2022 17:12, Valio Valtokari wrote:
> I have a project that supports multiple platforms (windows and linux as of
> right now). To implement testing functionality I use a library that I
> haven't configured for windows in my project yet. As such, my configure.ac
> has these lines:
>
> AC_C
On 2022-02-04, Valio Valtokari wrote:
> Hello,
>
> I have a project that supports multiple platforms (windows and linux as of
> right now). To implement testing functionality I use a library that I
> haven't configured for windows in my project yet. As such, my configure.ac
> has these lines:
>
>
Hello,
I have a project that supports multiple platforms (windows and linux as of
right now). To implement testing functionality I use a library that I
haven't configured for windows in my project yet. As such, my configure.ac
has these lines:
AC_CONFIG_FILES([Makefile:src/Makefile])
AM_COND_IF([