>>>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
Tom> Later we see:
Tom> # Generate rule for `.o'. . 's/^\@EXT\@\.o:/' . $obj
Tom> . '.o: ' . $source . '/g;'
Tom> I think we need to quote $obj and $source here; this was handled
Tom> in the old code.
I did not change anything in the area, I'd like first to understand
the failure you are describing. It's related to special characters in
source file names which have special flags right?
First I want to write/enhance a test that fails on this.
If would be *wonderful* if someone had the courage to convert
Automake's test suite to Autotest :(