autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make forces autoconf/automake to run


From: Paul Eggert
Subject: Re: make forces autoconf/automake to run
Date: Mon, 3 Jun 2002 16:31:33 -0700 (PDT)

> From: Daniel Karrels <address@hidden>
> Date: Mon, 03 Jun 2002 16:52:35 -0400
> 
> I have a project distributed primarily via CVS which uses automake and
> autoconf.  The problem is that upon completion of a configure, invoking
> make (gmake) also invokes autoconf and automake once more.

Can you check your file time stamps just after someone has done a 'cvs
up'?  For example, if their 'configure.ac' file is is newer than their
'configure' file, or some other dependency like that, then they'll
have to run 'autoconf.  This dependency is in the generated makefile,
so 'make -d' should be able to tell you exactly what dependency is
involved.

You may need to arrange for 'cvs up' to put the proper time stamps on
the updated files (e.g. 'configure.ac', 'configure', 'aclocal.m4').



reply via email to

[Prev in Thread] Current Thread [Next in Thread]