From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure on MS-Windows Date: Tue, 05 Nov 2013 15:29:46 -0500 Message-ID: References: <134n7uab5v.fsf@fencepost.gnu.org> <83r4au7li4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1383683388 17811 80.91.229.3 (5 Nov 2013 20:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2013 20:29:48 +0000 (UTC) Cc: emacs-devel@gnu.org, Dani Moncayo To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 05 21:29:53 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 1VdnG5-0000bG-Oa for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 21:29:53 +0100 Original-Received: from localhost ([::1]:58362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdnG5-0008E2-BU for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 15:29:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdnG1-0008Dk-9z for emacs-devel@gnu.org; Tue, 05 Nov 2013 15:29:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdnG0-0007Wa-Ar for emacs-devel@gnu.org; Tue, 05 Nov 2013 15:29:49 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdnG0-0007WU-8F for emacs-devel@gnu.org; Tue, 05 Nov 2013 15:29:48 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VdnFy-0002F2-U3; Tue, 05 Nov 2013 15:29:46 -0500 X-Spook: BLU-97 A/B FSF colonel MIT-LL Uzi Perl-RSA LABLINK lynch X-Ran: *m'&LFte'dx0|`?/;STuUY'URMv/9,%!8a-ks-e){d4hc%0)W3BGF26Eo&~PbLX9>tKvp| X-Hue: blue X-Attribution: GM In-Reply-To: <83r4au7li4.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 05 Nov 2013 20:26:43 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:164982 Archived-At: Eli Zaretskii wrote: > I think there's a mistake in the patch: > > ! @(w32srcdir=`cd "$srcdir"; pwd -W | sed -e 's,^\([[A-Za-z]]\):,/\1,' | ${msys_to_w32}` ; \ > ^^^^^^^^^^ > > This should be "[A-Za-z]", i.e. only single pair of brackets. (The > second one was necessary in an Autoconf file, to protect from > expansion by m4.) Sorry; you are absolutely right.