Another simple patch from my side: when '--copy' given to
'--add-missing', copy the standard files even if symlinks already exist.
I am not sure about changing the behavior here. Although the behavior
you propose is plausible, I fear that people might depend or expect on
failure if symlin
Hello, Automake gurus.
Another simple patch from my side: when '--copy' given to
'--add-missing', copy the standard files even if symlinks already exist.
Basically, the patch adds "if --copy given and a link exists, do NOT
exit" (+ a double-check of the object type if that would be needed on