>>>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> * automake.in (&generate_makefile) Use variable_define to define
Akim> SOURCES and OBJECTS. (&variable_defined): Don't check for
Akim> $conditional{VAR}{COND} as this would make perl create
Akim> $condition{VAR}, which we don't want.
Tom> Ok.
Tom> FYI: We currently use $(SOURCES) for tags (btw tag generation is
Tom> an ugly bit of code...), but I don't think we use $(OBJECTS) at
Tom> all. We should simply remove it.
OK, I'll remove it at the end. Thanks!