bug#53780: Automake failing with conditional AC_CONFIG_FILES

2022-02-20 Thread Nick Bowler
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])

bug#53780: Automake failing with conditional AC_CONFIG_FILES

2022-02-19 Thread Mike Frysinger
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

bug#53780: Automake failing with conditional AC_CONFIG_FILES

2022-02-04 Thread Nick Bowler
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: > >

bug#53780: Automake failing with conditional AC_CONFIG_FILES

2022-02-04 Thread Valio Valtokari
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([