From: Warren Young Date: December 17 2004 9:19pm Subject: Re: make install does copious recompile List-Archive: http://lists.mysql.com/plusplus/3838 Message-Id: <41C34D60.4020309@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Warren Young wrote: > > config.h is probably getting touched. Actually, it's custom.h that's getting rebuilt. I've changed the bootstrap script to use 'make' to rebuild it, which will only happen on the first bootstrap, or if custom.pl is newer than custom.h. This step is necessary, by the way, because there's no way with automake to make it run custom.pl before any other steps. It happens after everything else is built. The consequences of allowing that behavior should be obvious.