From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Build break: GNU Emacs 21.3.50 (CVS) HEAD Date: Mon, 30 Jun 2003 00:53:31 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <72F156A7-A87F-11D7-98D2-00039363E640@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056949385 14301 80.91.224.249 (30 Jun 2003 05:03:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 05:03:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 30 07:03:03 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Wqoh-0003iW-00 for ; Mon, 30 Jun 2003 07:03:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Wqv0-0001UR-00 for ; Mon, 30 Jun 2003 07:09:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WqoP-0007dN-6j for emacs-devel@quimby.gnus.org; Mon, 30 Jun 2003 01:02:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19WqnD-0006pt-G6 for emacs-devel@gnu.org; Mon, 30 Jun 2003 01:01:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19WqhK-00043J-0I for emacs-devel@gnu.org; Mon, 30 Jun 2003 00:55:28 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WqfT-0003On-TC for emacs-devel@gnu.org; Mon, 30 Jun 2003 00:53:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19WqfT-0005Mz-Fj; Mon, 30 Jun 2003 00:53:31 -0400 Original-To: Dave Love In-reply-to: (message from Dave Love on Sun, 29 Jun 2003 12:51:01 +0100) Original-cc: rutt+news@cis.ohio-state.edu Original-cc: jan.h.d@swipnet.se X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15324 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15324 I'm baffled why the Makefile rules to re-run configure have been taken out, so Emacs no longer conforms to that bit of the GNU build conventions. It is not actually part of the GNU coding standards, as far as I can see. But the rule appears to be present in Emacs: ${srcdir}/configure: $(MAINT) cd ${srcdir} && autoconf