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 17:38:27 +0200 Message-ID: <8761lhvbt8.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1399477145 22685 80.91.229.3 (7 May 2014 15:39:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2014 15:39:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 17:38:58 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 1Wi3vu-0006Un-0F for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 17:38:58 +0200 Original-Received: from localhost ([::1]:42101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi3vt-00076f-Km for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 11:38:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi3vl-00075Y-SQ for emacs-devel@gnu.org; Wed, 07 May 2014 11:38:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi3vf-00030y-5o for emacs-devel@gnu.org; Wed, 07 May 2014 11:38:49 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi3ve-00030m-VE for emacs-devel@gnu.org; Wed, 07 May 2014 11:38:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wi3vd-0006J0-5K for emacs-devel@gnu.org; Wed, 07 May 2014 17:38:41 +0200 Original-Received: from 48.red-81-44-201.dynamicip.rima-tde.net ([81.44.201.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 17:38:41 +0200 Original-Received: from ofv by 48.red-81-44-201.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 17:38:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 48.red-81-44-201.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:3nrKIHVF7ohJqNjCn5YeKdR2eXY= 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:171758 Archived-At: Eli Zaretskii writes: >> The problem was that on MSYS2 (when started with the mingw_shell.bat >> script) MSYSTEM contains MINGW whereas the configure script tests for >> either MINGW32 or MINGW64. > > Patches to accommodate MSYS2 are welcome. No longer needed. Just checked that recent versions of MSYS2 set MSYSTEM to MINGW32 on mingw32_shell.bat.