From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Tue, 04 Dec 2007 12:30:18 +0100 Message-ID: <47553A4A.5040306@swipnet.se> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <87d4to5ux0.fsf@freemail.hu> <4753AC5E.9030009@swipnet.se> <4755036C.6070002@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196767923 25297 80.91.229.12 (4 Dec 2007 11:32:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 11:32:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 04 12:32:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IzW0a-00017F-Mr for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 12:32:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzW0K-0007UP-5N for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 06:31:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzVzZ-0006Xw-GA for emacs-devel@gnu.org; Tue, 04 Dec 2007 06:31:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzVzV-0006Ru-JA for emacs-devel@gnu.org; Tue, 04 Dec 2007 06:31:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzVzV-0006Re-Bu for emacs-devel@gnu.org; Tue, 04 Dec 2007 06:31:05 -0500 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzVzU-0001Tm-Pi for emacs-devel@gnu.org; Tue, 04 Dec 2007 06:31:05 -0500 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 136C438059; Tue, 4 Dec 2007 12:31:02 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id C636637FC9; Tue, 4 Dec 2007 12:31:01 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id ACE3137E4F; Tue, 4 Dec 2007 12:31:01 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (X11/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84649 Archived-At: Andreas Schwab skrev: > Jan Dj=E4rv writes: >=20 >> Andreas Schwab skrev: >>> Jan Dj=E4rv writes: >>> >>>> BTW, does anybody know why we have >>>> >>>> AC_INIT(src/lisp.h) >>>> >>>> at the begining of configure.in? The documentation says: >>>> >>>> AC_INIT (PACKAGE, VERSION, [BUG-REPORT], [TARNAME]) >>> See (autoconf)Obsolete Macros. >>> >> Thanks for the pointer. But it would be OK for us to change to the >> non-obsolete version? >=20 > Sure, we require a modern version of autoconf anyway. >=20 OK, I did that. Jan D.