>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
>> check_PROGRAMS = test_program
>> test_program_SOURCES = test.C
Pavel> You have discovered a bug in Automake. It still exists in the
Pavel> current CVS version.
Pavel> Don't start lines in Makefile.am with spaces. Automake will not
Pavel> recognize them, neither will it warn you.
Do you think it would be better to warn or to simply recognize lines
like that?
Making the change is easy. I'm a bit concerned about what it might
break though. Sometimes people use weird hacks like this to fool
automake.
Tom