From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Set the version number in the texinfo manuals using configure Date: Sun, 24 Oct 2010 14:59:03 -0500 Message-ID: <87wrp7bbw8.fsf@gmail.com> References: <83r5fzn0vr.fsf@gnu.org> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287950259 496 80.91.229.12 (24 Oct 2010 19:57:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 19:57:39 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 21:57:37 2010 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.69) (envelope-from ) id 1PA6hF-0005zi-4E for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 21:57:37 +0200 Original-Received: from localhost ([127.0.0.1]:60845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA6hE-0008PD-N6 for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 15:57:36 -0400 Original-Received: from [140.186.70.92] (port=36039 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA6h9-0008P8-I5 for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:57:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA6h8-0002h5-DA for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:57:31 -0400 Original-Received: from s7.cableone.net ([24.116.0.233]:57771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA6h8-0002gw-3j for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:57:30 -0400 Original-Received: from belanger-desktop (unverified [24.116.73.151]) by s7.cableone.net (CableOne SMTP Service s7) with ESMTP id 38130215-1872270 for multiple; Sun, 24 Oct 2010 12:57:28 -0700 In-Reply-To: <83r5fzn0vr.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 09 Oct 2010 11:58:32 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Vpipe: Scanner said ok (av_avast) X-IP-stats: Incoming Last 0, First 850, in=821, out=0, spam=0 ip=24.116.73.151 X-Originating-IP: 24.116.73.151 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:132065 Archived-At: Eli Zaretskii writes: > IMO, the changes introduced with revno 101857 do more trouble than > the problem they are supposed to solve. > > I understand the need to ease the maintenance burden, and support the > measures to do so. But I think the means chosen in this case are not > well thought out, to say the least. For starters, this breaks the > Windows build: > > make[1]: Entering directory `D:/gnu/bzr/emacs/trunk/doc/emacs' > makeinfo --force emacs.texi > emacs.texi:8: @include `emacsver.texi': No such file or directory. > emacs.texi:32: warning: undefined flag: EMACSVER. > emacs.texi:102: warning: undefined flag: EMACSVER. > emacs.texi:113: warning: undefined flag: EMACSVER. > D:\gnu\bzr\emacs\trunk\doc\emacs//anti.texi:12: warning: undefined flag: EMACSVER. > make[1]: *** [../../info/emacs] Error 1 > make[1]: Leaving directory `D:/gnu/bzr/emacs/trunk/doc/emacs' > make: *** [info-gmake] Error 2 So is the problem that EMACSVER shouldn't be used, or that something caused emacsver.texi to disappear?