From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: Build break: GNU Emacs 21.3.50 (CVS) HEAD Date: Thu, 03 Jul 2003 22:53:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <72F156A7-A87F-11D7-98D2-00039363E640@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057269747 2148 80.91.224.249 (3 Jul 2003 22:02:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2003 22:02:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 04 00:02:25 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 19YC9U-0000Xt-00 for ; Fri, 04 Jul 2003 00:02:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19YCHa-0007rv-00 for ; Fri, 04 Jul 2003 00:10:26 +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 19YC3V-00039A-Vt for emacs-devel@quimby.gnus.org; Thu, 03 Jul 2003 17:55:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19YC2N-00022c-76 for emacs-devel@gnu.org; Thu, 03 Jul 2003 17:54:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19YC1g-0000i9-Ck for emacs-devel@gnu.org; Thu, 03 Jul 2003 17:54:00 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19YC19-0000Z0-B2; Thu, 03 Jul 2003 17:53:27 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 19YC18-0001x3-00; Thu, 03 Jul 2003 22:53:26 +0100 Original-To: rms@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) 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:15348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15348 Richard Stallman writes: > It is not actually part of the GNU coding standards, That's why I said `convention', but I don't know of any packages which don't do that. Everything built with automake does, and presumably what that does is canonical. > as far as I can > see. But the rule appears to be present in Emacs: > > ${srcdir}/configure: $(MAINT) > cd ${srcdir} && autoconf but disabled because of MAINT.