From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Autogen in Emacs Shell Date: Thu, 30 Apr 2015 22:54:47 +0300 Message-ID: <83mw1ps86w.fsf@gnu.org> References: <83twvzszjv.fsf@gnu.org> <83oam5s9ie.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1430424024 24877 80.91.229.3 (30 Apr 2015 20:00:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2015 20:00:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 22:00:08 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Ynucw-00052H-Lq for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 22:00:06 +0200 Original-Received: from localhost ([::1]:45619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynucv-0004Hi-T2 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 16:00:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynucl-0004Hd-1u for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 15:59:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ynucg-0000X9-8X for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 15:59:54 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:47104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynucf-0000X3-VI for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 15:59:50 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NNM00K00XGPKI00@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 22:53:38 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNM00A4GXXEIIA0@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 22:53:38 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104109 Archived-At: > Date: Thu, 30 Apr 2015 21:44:11 +0200 > From: Alexander Shukaev > Cc: help-gnu-emacs >=20 > That still requires some non-default setup that you didn't desc= ribe. > =20 > So if you still need help in figuring that out, please provide = those > missing details. >=20 > =E2=80=8BTo be honest,=E2=80=8B > =E2=80=8BI just don't understand what do you mean by non-default se= tup. I just start > `shell' with 'bash'. How do you do that? In "emacs -Q", "M-x shell" does not invoke Bash, unless you do something else. > My Emacs is already started with MSYS2's "/usr/bin" and > "/mingw64/bin" being available in `PATH'=E2=80=8B, so those are als= o available inside > `shell' (checked). In this case I don't run 'autogen.sh' directly, = I run > 'makepkg' and it runs 'autogen.sh' for me. This, however, should no= t make any > difference because as I said, it works from regular terminal. I don= 't get why > it would not from Emacs `shell'. Neither do I. FWIW, if I do this from MSYS Bash: ./src/emacs -Q M-x shell RET bash ./autogen.sh it runs happily to completion and says I can run './configure'. I have no idea why it doesn't work for you.