From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK patches part 1 Date: Mon, 9 Dec 2002 18:25:46 +0100 (MET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200212091720.gB9HKw16023727@stubby.bodenonline.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039455882 18715 80.91.224.249 (9 Dec 2002 17:44:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2002 17:44:42 +0000 (UTC) Cc: 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 18LRxO-0004rQ-00 for ; Mon, 09 Dec 2002 18:44:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18LS7Z-0006b6-00 for ; Mon, 09 Dec 2002 18:55:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LRfx-0003Ea-02 for emacs-devel@quimby.gnus.org; Mon, 09 Dec 2002 12:26:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18LRfb-0003De-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 12:26:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LRfZ-0003Ct-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 12:26:15 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LRfY-0003C9-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 12:26:12 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) gB9HKw16023727; Mon, 9 Dec 2002 18:20:58 +0100 Original-To: schwab@suse.de (Andreas Schwab) In-Reply-To: from "Andreas Schwab" at dec 09, 2002 02:23:30 X-Mailer: ELM [version 2.5 PL0pre8] 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:10002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10002 > > All AC_DEFINE'd symbols must be in config.in. You should use the modern > form of AC_DEFINE, with the comment as the third parameter. The file > src/config.in is supposed to be generated only by autoheader. Thanks for the explanation, I will fix this. Jan D.