Re: AM_OUTPUT_DEPENDENCY_COMMANDS problem

2008-12-21 Thread Ralf Wildenhues
Hello Markus, Eric, * Duft Markus wrote on Fri, Dec 19, 2008 at 11:48:37AM CET: > > I found a problem with AM_OUTPUT_DEPENDENCY_COMMANDS. I disabled > dependency tracking through the configure command line option, and with > recent automake (1.10.2) I kept getting errors like this: > [...] > con

Re: AM_OUTPUT_DEPENDENCY_COMMANDS problem

2008-12-19 Thread Eric Blake
Duft Markus salomon.at> writes: > [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS] > > I created a small patch fixing the problem, by making the whole > _AM_OUTPUT_DEPENDENCY_COMMANDS being affected by the '||'. I've attached > it. Thanks for the diagnosis; it looks correct that w

RE: AM_OUTPUT_DEPENDENCY_COMMANDS problem

2008-12-19 Thread Duft Markus
> > Hi! > [snip] > > Which is obviously wrong, since the '||' only makes the 'case' > conditional. This results in no 'set' being called (this $@ $* $# are > empty/0). This in turn results in the shift failing, making the while > config.status fail. Oh man, I guess writing was never my strength

AM_OUTPUT_DEPENDENCY_COMMANDS problem

2008-12-19 Thread Duft Markus
Hi! I found a problem with AM_OUTPUT_DEPENDENCY_COMMANDS. I disabled dependency tracking through the configure command line option, and with recent automake (1.10.2) I kept getting errors like this: config.status: creating base/Makefile config.status: creating tools/Makefile config.status: creati