From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: syncing Emacs from sources maintained elsewhere Date: Sat, 29 Jan 2011 10:46:04 -0500 Message-ID: References: <4D2BA939.5090903@cs.ucla.edu> <4D34A88F.4080400@cs.ucla.edu> <83mxmjhnvc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296315981 9305 80.91.229.12 (29 Jan 2011 15:46:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 15:46:21 +0000 (UTC) Cc: Andy Moreton , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 16:46:17 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjD0C-0007MU-Lx for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 16:46:16 +0100 Original-Received: from localhost ([127.0.0.1]:51144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjD0C-0007v5-9T for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 10:46:16 -0500 Original-Received: from [140.186.70.92] (port=38268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjD06-0007ux-Od for emacs-devel@gnu.org; Sat, 29 Jan 2011 10:46:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjD05-0007OH-32 for emacs-devel@gnu.org; Sat, 29 Jan 2011 10:46:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjD05-0007OD-1X for emacs-devel@gnu.org; Sat, 29 Jan 2011 10:46:09 -0500 Original-Received: from cyd by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PjD00-0001sP-Rt; Sat, 29 Jan 2011 10:46:04 -0500 In-Reply-To: <83mxmjhnvc.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 29 Jan 2011 14:53:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135214 Archived-At: Eli Zaretskii writes: >> The changes to update gnulib break the Windows build, which will no >> longer bootstrap. It seems that the new lib dir needs a makefile.win-in >> and some work on the build scripts similar to the old lib-src dir. > > Should be fixed now, although I didn't yet have time to try a > bootstrap. Great news, thanks!