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: Wed, 13 Nov 2002 06:31:12 -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 1037201577 23935 80.91.224.249 (13 Nov 2002 15:32:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:32:57 +0000 (UTC) Cc: d.love@dl.ac.uk, 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 18BzCE-00044I-00 for ; Wed, 13 Nov 2002 16:12:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOB-00066k-00 for ; Wed, 13 Nov 2002 16:25:11 +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 18BvzQ-0000Dx-00; Wed, 13 Nov 2002 06:47:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Bvjr-0005fX-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 06:31:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Bvjl-0005bd-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 06:31:17 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bvjk-0005ak-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 06:31:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18Bvjk-0002ZA-00; Wed, 13 Nov 2002 06:31:12 -0500 Original-To: schwab@suse.de In-reply-to: (message from Andreas Schwab on Mon, 11 Nov 2002 12:58:31 +0100) 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:9380 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9380 |> I therefore challenge anyone to show a way that Autoconf can determine |> the proper value for ORDINARY_LINK. I don't think this is easy. Based on the configuration name? Using Autoconf means doing it by experiments on the system. configure.in can also test the configuration name, which means not using Autoconf. If it is going to do that, the present method (with .h files) is easier than listing all the values directly on configure.in.