bug#49901: Bug in build c-ares [too many loops]

2021-09-01 Thread Thomas Jahns
ns. I found that to support older autoconf versions, it was useful to put overrides into conditional blocks like this: m4_if(m4_version_compare(m4_PACKAGE_VERSION,[2.70]),[-1], [m4_include([m4/ac_fc_module_output_flag.m4])]) Regards, Thomas -- Thomas Jahns HPC-Gruppe Abteilung Anwendungssoftwar

bug#32737: generated LDFLAGS order incorrect

2018-09-17 Thread Thomas Jahns
On 09/14/18 22:06, A.Timmermans wrote: incorrect, does not compile: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ I'm pretty confident that's the correct way to specify this. Can you provide an example of what exactly is going wrong? A typical error is to erroneously

bug#28160: Support newer version of python

2017-09-15 Thread Thomas Jahns
On 09/15/17 11:17, Mathieu Lirzin wrote: Instead of preemptively adding possible future version of Python that hopefully would be released, I would prefer a solution that removes the need to hard-code them. WDYT? Why not parse PATH and filter what pathelem/python* returns for a pattern like