Re: ``install -C'' / unnecessarily updating time stamps

2006-12-25 Thread Paul Eggert
Benoit Sigoure <[EMAIL PROTECTED]> writes: > http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00070.html I installed the following to Automake install-sh to implement "install-sh -C", which is the second part of that patch. 2006-12-25 Paul Eggert <[EMAIL PROTECTED]> * lib

Re: ``install -C'' / unnecessarily updating time stamps

2006-12-25 Thread Paul Eggert
Thomas Schwinge <[EMAIL PROTECTED]> writes: > This brings up the following question: if `-C' shall be used a) by > default in Autoconf's `AC_PROG_INSTALL' if available or b) if requested > by the programmer through setting some flag, and `install-sh' supports > `-C', but the system's `install' exe

Re: ``install -C'' / unnecessarily updating time stamps

2006-12-25 Thread Thomas Schwinge
[I added the patch's author, Akim Demaille, to the cc list, as it was not sure if he's still reading the list.] Hello! On Sun, Dec 24, 2006 at 04:21:50PM -0800, Paul Eggert wrote: > Benoit Sigoure <[EMAIL PROTECTED]> writes: > > http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00070