[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing --run/not run
From: |
Paul Brook |
Subject: |
Re: missing --run/not run |
Date: |
Fri, 29 Aug 2003 23:39:09 +0100 |
User-agent: |
KMail/1.5.3 |
On Friday 29 August 2003 10:56 pm, Norman Gray wrote:
> Greetings,
>
> We as a project have decided to go the route of checking
> autotool-generated files into our CVS repository, and as a result are
> discovering the full subtleties of the consequences of that, in
> particular the issues concerning timestamps in checked-out files. I
> think I've addressed this problem adequately (and I'm asking for advice
> on that), but it might be that automake can fairly straightforwardly
> help make this easier.
I suffered similar problems until I discovered AM_MAINTAINER_MODE
Adding this to configure.ac disables the rules for the automatic
regeneration autotool generated files. Developers can still enable these
rules by configuring with --enable-maintainer-mode.
Paul