emacs-devel
[Top][All Lists]
Advanced

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

Re: Require `make' when configuring?


From: Paul Eggert
Subject: Re: Require `make' when configuring?
Date: Fri, 29 Jul 2011 09:26:25 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

On 07/29/11 08:38, Deniz Dogan wrote:

> Should we add "make" to "progs" in autogen.sh?

My kneejerk reaction is "no", because autogen.sh is
for the early stages of automatically-generating files
needed for 'make'; it does not use 'make' or 'gcc'
or etc. itself.

It's not practical for autogen.sh to check for all
possible things that can go wrong during
a 'make' (missing headers, libraries, bad compilers, etc.),
and a missing 'make' falls into the category of
"possible things that can go wrong during a 'make'".



reply via email to

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