>>>>> ">" == OKUJI Yoshinori <[EMAIL PROTECTED]> writes:
>> GRUB, the GRand Unified Bootloader, uses DATA primary for the boot
>> images. And, some of the images are build conditionally (by user
>> options), so it uses EXTRA_DATA for them. But in automake-1.4, an
>> error occurs, "EXTRA_DATA should not be defined". I suspect that
>> this error is a bug. If not, please tell me why EXTRA_DATA is not
>> allowed.
Sorry for the delay in my reply.
EXTRA_DATA shouldn't be defined since it is useless. Automake doesn't
examine _DATA variables statically, and hence has no need for an
EXTRA_DATA.
Tom