Fix installation of scripts and programs with destructive $(transform)

2008-09-13 Thread Ralf Wildenhues
Jim notified me about a distcheck failure of coreutils with recent git Automake. It deals with a destructive $(transform) like this: program_transform_name='s/.*/foo/' which happens to let multiple files end up with identical installed names. The failure happens with PROGRAMS and SCRIPTS. The

Faster install for libtool outputs.

2008-09-13 Thread Ralf Wildenhues
Hmm, apparently I failed to notice that `libtool --mode=install' doesn't mind being invoked for multiple files at once, even with libtool 1.5.x. This makes the rules more consistent with the rest (never mind the apparent increased duplication in ltlib.am). Pushed. Cheers, Ralf Faster install