Re: fast make install

2008-03-12 Thread Ralf Wildenhues
Hello Markus, First, please don't top-post, thank you. * Duft Markus wrote on Mon, Mar 10, 2008 at 08:59:52AM CET: > Ralf Wildenhues <> wrote: > > Applied as shown in > > > , > > except that I edited the ChangeLog messa

RE: fast make install

2008-03-10 Thread Duft Markus
Hi! Wow. I have a work package pending which should make our build tool on top of autotools make "bulk-install", which is exactly the thing you just committed :) will this make it into the next release for all file types? Or can i get this whole thing as a patch for the version of automake we curr

Re: fast make install

2008-03-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Jan 24, 2008 at 12:13:13AM CET: > Here's the proposed patch (generated files not shown), still missing > Autoconf version requirement. It does the fast install for HEADERS, > DATA, PYTHON, LIBRARIES, and TEXINFOS outputs. > > Comments, reviews, etc., greatly apprec

Re: fast make install (was: Introduce and use the %KEY?TRUE:FALSE% template token)

2008-01-23 Thread Ralf Wildenhues
Here's the proposed patch (generated files not shown), still missing Autoconf version requirement. It does the fast install for HEADERS, DATA, PYTHON, LIBRARIES, and TEXINFOS outputs. Comments, reviews, etc., greatly appreciated. Cheers, Ralf Exploit `install' with multiple files at once fo

fast make install (was: Introduce and use the %KEY?TRUE:FALSE% template token)

2008-01-23 Thread Ralf Wildenhues
Hello Akim, and sorry for the delay, * Akim Demaille wrote on Mon, Nov 19, 2007 at 06:47:41AM CET: > > The first thing I would like to do is to factor the > calls to install, using "install FILES... DIR". Let's look at t