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
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
>
> 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
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