Re: 63-remove-recursive-install.patch

2001-02-24 Thread Tom Tromey
> "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

63-remove-recursive-install.patch

2001-02-24 Thread Akim Demaille
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