> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> So I replaced each occurrence of $recursive_install (which name
Akim> was quite confusing anyway IMHO) with it's definition.
This is probably just some historical relic.
Akim> * automake.in ($install_recursive): Remove, replaced
Given that $recursive_install == &variable_defined ('SUBDIRS'), given
that the latter is always valid but the former only after
handle_subdirs was run, the latter is safer. So I replaced each
occurrence of $recursive_install (which name was quite confusing
anyway IMHO) with it's definition.
Henc