From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Wed, 07 May 2014 18:06:29 +0200 Message-ID: <871tw5vaii.fsf@wanadoo.es> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> <87y4yh72qk.fsf@igel.home> <87tx956y9c.fsf@igel.home> <864n1459hp.fsf@gmail.com> <86tx92v4zi.fsf@gmail.com> <87iopiv1ri.fsf@wanadoo.es> <837g5yxppk.fsf@gnu.org> <87a9atvn5p.fsf@wanadoo.es> <83vbthwraw.fsf@gnu.org> <8761lhvbt8.fsf@wanadoo.es> <83ppjpwpli.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1399478828 21356 80.91.229.3 (7 May 2014 16:07:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2014 16:07:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 18:07:01 2014 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 1Wi4N2-0003QV-Md for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 18:07:00 +0200 Original-Received: from localhost ([::1]:42431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi4N2-0005TH-7a for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 12:07:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi4Ms-0005P0-3Z for emacs-devel@gnu.org; Wed, 07 May 2014 12:06:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi4Ml-0006GN-7H for emacs-devel@gnu.org; Wed, 07 May 2014 12:06:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi4Mk-0006GH-QV for emacs-devel@gnu.org; Wed, 07 May 2014 12:06:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wi4Mj-0003D5-LN for emacs-devel@gnu.org; Wed, 07 May 2014 18:06:41 +0200 Original-Received: from 26.red-83-41-61.dynamicip.rima-tde.net ([83.41.61.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 18:06:41 +0200 Original-Received: from ofv by 26.red-83-41-61.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 18:06:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 26.red-83-41-61.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:lJD2aEPMVff/W6x+gUS0oLEajJg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:171762 Archived-At: Eli Zaretskii writes: >> > Patches to accommodate MSYS2 are welcome. >> >> No longer needed. Just checked that recent versions of MSYS2 set MSYSTEM >> to MINGW32 on mingw32_shell.bat. > > Should we say in nt/INSTALL which versions of MSYS2 are safe? Do you > happen to know which ones are? Dunno. Just upgraded my install to the most recent versions (with pacman -S -u). AFAIK MSYS2 has no versions proper. From time to time the maintainer publishes a file with a date on the name containing the base package and thereafter the user is supposed to install/upgrade the packages he needs using the package manager (pacman). On GNU/Linux terms, MSYS2 uses a rolling release schema.