automake
[Top][All Lists]
Advanced

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

Re: "make dist" calls "automake" ??


From: Paul D. Smith
Subject: Re: "make dist" calls "automake" ??
Date: 20 Jul 2001 12:46:24 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

%% Guido Draheim <address@hidden> writes:

  >> This is an artifact of the 1.4 automatic dependency tracking
  >> implementation.  We re-run automake at dist time so that we can write
  >> the dependencies into the generated Makefile.in.

  gd> Well, Tom, isn't it that most make-dependencies are dependent on
  gd> the chosen `configure` options?

Not usually.  The list of dependencies that is included in Makefile.in
omits all the system headers so you typically only get local include
files (ones that come with the package).

It's possible to get unwanted ones on there, but packagers just need to
be careful about this... it's only an issue when you're creating a
distribution (with "make dist" or one of its siblings).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>    HASMAT--HA Software Methods & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.



reply via email to

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