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 spaces. Automake will not recognize
them, neither will it warn you.

Regards,
Pavel Roskin


Reply via email to