From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: config.in Date: 26 Apr 2002 16:05:43 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <5xhelyeers.fsf@kfs2.cua.dk> References: <87g01vbhzi.fsf@tc-1-100.kawasaki.gol.ne.jp> <1018986015.10524.108.camel@space-ghost> <1676-Wed17Apr2002000044+0300-eliz@is.elta.co.il> <200204181845.g3IIjUp00524@aztec.santafe.edu> <200204201726.g3KHQZx01297@aztec.santafe.edu> <200204220747.g3M7lOH01938@aztec.santafe.edu> <200204230024.g3N0OJh02336@aztec.santafe.edu> <200204241755.g3OHtJx03370@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019826392 22630 127.0.0.1 (26 Apr 2002 13:06:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 13:06:32 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1715Ql-0005st-00 for ; Fri, 26 Apr 2002 15:06:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1715TP-0000KQ-00 for ; Fri, 26 Apr 2002 15:09:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1715Qe-0001Fd-00; Fri, 26 Apr 2002 09:06:24 -0400 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 1715PE-000192-00; Fri, 26 Apr 2002 09:04:57 -0400 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 312BB7C047; Fri, 26 Apr 2002 13:04:55 +0000 (GMT) Original-To: Andreas Schwab In-Reply-To: Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3296 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3296 Andreas Schwab writes: > Richard Stallman writes: > > |> I have now replaced the dependency on configure.in by a variable, which > |> can be set to FRC or configure.in to force running autoconf and > |> autoheader. > |> > |> That is a good solution. You can make your .bashrc set the variable, > |> so that configure and config.in will always be updated for you. > > This won't work, because make does not override makefile variable from the > environment by default. What people can do, however, is to run `make > MAINT=configure.in' when they modify configure.in to get things rebuilt. I'll repeat my proposal that you write a brief INTRO_CVS file explaining the various things that you can / must do to build from CVS. ++kfs