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: --enable-maintainer-mode Date: Thu, 24 Jul 2003 15:58:54 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059077358 8801 80.91.224.249 (24 Jul 2003 20:09:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2003 20:09:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 24 22:09:17 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 19fmOf-0002HX-00 for ; Thu, 24 Jul 2003 22:09:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19fmgv-0005zG-00 for ; Thu, 24 Jul 2003 22:27:58 +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 19fmLP-0008Gb-LX for emacs-devel@quimby.gnus.org; Thu, 24 Jul 2003 16:05:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19fmIi-0006nw-27 for emacs-devel@gnu.org; Thu, 24 Jul 2003 16:02:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19fmEz-00051A-3h for emacs-devel@gnu.org; Thu, 24 Jul 2003 15:59:05 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fmEp-0004lE-8z for emacs-devel@gnu.org; Thu, 24 Jul 2003 15:58:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19fmEo-0002YF-No; Thu, 24 Jul 2003 15:58:54 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Wed, 23 Jul 2003 13:20:13 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15696 I have implemented --enable-maintainer-mode, which you should use instead of MAINT=FRC to get automatic regeneration of configure and src/config.in. Maybe it should also turn off __INLINE__ and -O. That would be quite useful I think.