> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
>> Do you think it would be better to warn or to simply recognize
>> lines like that?
Pavel> I think it's better to recognize those lines and ignore
Pavel> spaces. Doing otherwise will make Automake somewhat similar to
Pavel> Python becau
Hello, Tom!
> Do you think it would be better to warn or to simply recognize lines
> like that?
I think it's better to recognize those lines and ignore spaces. Doing
otherwise will make Automake somewhat similar to Python because the
formatting will affect the result (without being considered a
> 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?
At least warn.
Regards,
Marc
> "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
Hello, Tim!
On Thu, 16 Nov 2000, Tim Heath wrote:
> I have added the following lines to a Makefile.am:
>
> check_PROGRAMS = test_program
> test_program_SOURCES = test.C
You have discovered a bug in Automake. It still exists in the current CVS
version.
Don't start lines in Makefile.am with
I have added the following lines to a Makefile.am:
check_PROGRAMS = test_program
test_program_SOURCES = test.C
When I execute automake -i (v1.4) the ./configure it generates the line:
test_program_SOURCES = test_program.c
in the Makefile.
What happened to test.C?
Thanks,
Tim Heath