Ralf Wildenhues <[EMAIL PROTECTED]> writes: > +that creates @file{install} from it if there is no makefile. Starting with > +Autoconf 2.62, this macro requires @command{install} to be able to install > +multiple files into a target directory.
A minor point: as a general rule, it's better not to put version numbers into the manual like that, as it clutters up the manual unnecessarily. Information about when features were added is best left in NEWS. There are sometimes exceptions to that general rule (incompatible changes come to mind), but this isn't one of them. Thanks for the rest of the change, by the way, it's a nice one.