[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation chapter: The GNU build system
From: |
Steven G. Johnson |
Subject: |
Re: Documentation chapter: The GNU build system |
Date: |
Tue, 24 Apr 2001 10:42:25 -0400 (EDT) |
On 24 Apr 2001, Alexandre Oliva wrote:
> This is true as of automake 1.4, that also requires GNU make for
> dependency tracking, but not in the CVS version of automake, that can
> do it with most makes and most C compilers.
Good point; I've replaced that sentence with:
Some versions of Automake may require that additional tools be present
on the developer's machine; e.g. @code{gcc} to generate automatic
dependency information. Running @code{make dist}, however, will produce
a @file{hello-1.0.tar.gz} package (or whatever the program/version is)
that works on any system.
Steven