From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows build using Posix configury Date: Wed, 08 May 2013 20:09:26 +0300 Message-ID: <83wqr9csah.fsf@gnu.org> References: <83d2tu49lu.fsf@gnu.org> <8338un359j.fsf@gnu.org> <831ua72fml.fsf@gnu.org> <83ehe51zi4.fsf@gnu.org> <837gjx1vpx.fsf@gnu.org> <83a9otys0h.fsf@gnu.org> <834nezzzma.fsf@gnu.org> <8361z2psr1.fsf@gnu.org> <83zjweo5dh.fsf@gnu.org> <83sj25nym2.fsf@gnu.org> <837gjhnowi.fsf@gnu.org> <8338u4o39r.fsf@gnu.org> <83zjwbkmt2.fsf@gnu.org> <83wqrfkjvo.fsf@gnu.org> <838v3qebns.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1368032980 11526 80.91.229.3 (8 May 2013 17:09:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 May 2013 17:09:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 08 19:09:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ua7s3-0004P1-48 for ged-emacs-devel@m.gmane.org; Wed, 08 May 2013 19:09:39 +0200 Original-Received: from localhost ([::1]:33582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua7s2-0003xc-Ls for ged-emacs-devel@m.gmane.org; Wed, 08 May 2013 13:09:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua7ry-0003xT-6P for emacs-devel@gnu.org; Wed, 08 May 2013 13:09:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua7rw-0001qK-IH for emacs-devel@gnu.org; Wed, 08 May 2013 13:09:34 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:53707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua7rw-0001qD-9O for emacs-devel@gnu.org; Wed, 08 May 2013 13:09:32 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MMH00E00OZH8500@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 08 May 2013 20:09:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMH00EVAOZU2450@a-mtaout23.012.net.il>; Wed, 08 May 2013 20:09:30 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159432 Archived-At: > Date: Wed, 8 May 2013 00:04:45 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > > What's the final word about MSYS Texinfo and mixed EOLs? > > The only new information I have about this issue is that today, after > doing a whole bootstrap and a "make install" (with my MSYS Texinfo, as > always), the resulting Info directory looks good (it has only > UNIX-type EOLs). > > I'm thinking that probably this problem appears when, at the time you > do a "make install", your PREFIX/share/info directory already has some > info manuals with DOS-type EOLs. (For example, the GnuTLS library I > downloaded from ezwinports has an info manual with DOS-type EOLs) > > I think that the other day, while testing things, I deleted all the > files in PREFIX/share/info, and therefore now all the info manuals are > the installed with Emacs, and they have all the same EOL-type: UNIX. But then the problem is not really solved: anyone who would install Emacs into an already populated tree will get the mixed EOLs issue back. Thanks.