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: TODO additions Date: Fri, 01 Nov 2002 22:31:54 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210291902.g9TJ2AY18220@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036208665 19770 80.91.224.249 (2 Nov 2002 03:44:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Nov 2002 03:44:25 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187pCw-00058k-00 for ; Sat, 02 Nov 2002 04:44:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187pJJ-0001n0-00 for ; Sat, 02 Nov 2002 04:50:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187p2M-0001C9-00; Fri, 01 Nov 2002 22:33:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187p0y-0000nl-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:32:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187p0s-0000la-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:31:57 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187p0s-0000lG-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:31:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 187p0s-0004SN-00; Fri, 01 Nov 2002 22:31:54 -0500 Original-To: d.love@dl.ac.uk In-reply-to: (message from Dave Love on 31 Oct 2002 18:10:29 +0000) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9059 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9059 > Whether we'll > ever be able to remove src/{s,m} is not relevant I think (it would be > good but is not a prerequisite to using autoconf/automake). The most important thing is to avoid the cpp preprocessing of .in files (which relies on there even being a cpp with the right behaviour). That would be very difficult. Even if we could have Autoconf figure out every relevant parameter, and have eliminate the s and m directories, that would not eliminate the need for preprocessing of src/Makefile.in.