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: Thu, 06 Dec 2007 08:05:13 +0100 Message-ID: <47579F29.3030903@swipnet.se> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <87d4to5ux0.fsf@freemail.hu> <4753AC5E.9030009@swipnet.se> <4755036C.6070002@swipnet.se> <47553A4A.5040306@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 1196924763 27854 80.91.229.12 (6 Dec 2007 07:06:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 07:06: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 Thu Dec 06 08:06:12 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 1J0Ao5-0007xq-4k for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 08:06:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0Ano-0008N2-BV for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 02:05:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0Anl-0008Lx-DY for emacs-devel@gnu.org; Thu, 06 Dec 2007 02:05:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0Ani-0008Hs-Pr for emacs-devel@gnu.org; Thu, 06 Dec 2007 02:05:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0Ani-0008Hk-Ja for emacs-devel@gnu.org; Thu, 06 Dec 2007 02:05:38 -0500 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J0Ani-0007qq-7Y for emacs-devel@gnu.org; Thu, 06 Dec 2007 02:05:38 -0500 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id 3CC7A3870F; Thu, 6 Dec 2007 08:05:36 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id 1B84238676; Thu, 6 Dec 2007 08:05:36 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 010C737E4D; Thu, 6 Dec 2007 08:05:35 +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:84776 Archived-At: Andreas Schwab skrev: > Jan Dj=E4rv writes: >=20 >> Andreas Schwab skrev: >>> Jan Dj=E4rv writes: >>> >>>> 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? >>> Sure, we require a modern version of autoconf anyway. >>> >> OK, I did that. >=20 > That means that the version number is now duplicated in configure.in, It is too bad, I agree. But using obsolete macros is no good either, soo= ner=20 or later they are removed. Ideally we should generate lisp/version.el an= d=20 doc/emacs/emacs.texi from configure so the version number is only in=20 configure.in. But that would not be OK where configure is not used.=20 Suggestions anyone? > and AC_CONFIG_SRCDIR is lost. That is easily fixed. Jan D.