bug automake/516 (Was: subdir-objects fails with non-literal _SOURCES)

2007-04-17 Thread Peter Breitenlohner
On Tue, 17 Apr 2007, Ralf Wildenhues wrote: Hi Jim, Thanks for the bug report. Hi Ralf, anything new about automake/516 (bug report plus tiny patch)? regards Peter Breitenlohner <[EMAIL PROTECTED]>

Re: subdir-objects fails with non-literal _SOURCES

2007-04-17 Thread Ralf Wildenhues
Hi Jim, Thanks for the bug report. * Jim Meyering wrote on Tue, Apr 17, 2007 at 06:18:44PM CEST: > Some automake-generated code malfunctions when using the combination of > the subdir-objects option and non-literal _SOURCES. I actually have a patch (about half a year old, see followup to [1]) ly

subdir-objects fails with non-literal _SOURCES

2007-04-17 Thread Jim Meyering
Some automake-generated code malfunctions when using the combination of the subdir-objects option and non-literal _SOURCES. You can demonstrate by changing automake's tests/pr224.test, replacing this line: bar_SOURCES = foo/main.c with these apparently equivalent ones: f = foo bar_S