Re: automake 1.7.1 hangs while processing Makefile.am

2002-12-06 Thread Jason Jordan
On Tue, 3 Dec 2002, Alexandre Duret-Lutz wrote: [...] > As a workaround I suggest you use _LDADD substitutions as > suggested in the `Conditional Sources' section of the manual. > > Basically instead of playing with conditionals, you should just > fill an AC_SUBSTed variable with the objects you

Re: automake 1.7.1 hangs while processing Makefile.am

2002-12-03 Thread Jason Jordan
I added an EXTRA_shntool_SOURCES line just below shntool_SOURCES containing all possible {mode,format}*.c files and it still hangs, pegging the CPU. As best I can tell, I'm already doing what the info page suggests to do as far as using automake conditionals. BTW, here's the output I see from au

automake 1.7.1 hangs while processing Makefile.am

2002-12-02 Thread Jason Jordan
Hi, I have a Makefile.am in my project that automake 1.7.1 seems to choke on. Previous versions handle it just fine (1.7, 1.6.x, and 1.5 IIRC). This is on Linux i686, in case that matters. Below are the current contents of this file (src/Makefile.am in my project). It's slightly different fr