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: Change to bzr build instructions Date: Tue, 22 Mar 2011 23:15:58 -0400 Message-ID: <2q39mey1ap.fsf@fencepost.gnu.org> References: <30r5a1s4kt.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300850220 28018 80.91.229.12 (23 Mar 2011 03:17:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2011 03:17:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 23 04:16:55 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 1Q2EZ3-0000G4-8o for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2011 04:16:53 +0100 Original-Received: from localhost ([127.0.0.1]:42273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2EZ2-0006vb-Lw for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2011 23:16:52 -0400 Original-Received: from [140.186.70.92] (port=51093 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2EYC-0006UI-I2 for emacs-devel@gnu.org; Tue, 22 Mar 2011 23:16:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2EYB-0006sp-I7 for emacs-devel@gnu.org; Tue, 22 Mar 2011 23:16:00 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2EYB-0006sl-Ge for emacs-devel@gnu.org; Tue, 22 Mar 2011 23:15:59 -0400 Original-Received: from localhost ([127.0.0.1]:50427) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2EYA-0002R1-Kj; Tue, 22 Mar 2011 23:15:58 -0400 X-Spook: InfoSec warfare CIA bomb afsatcom Steve Case top secret X-Ran: e(+|mh!Mi[=0'QSs]N!Km?Y:;n)&NQ@;Ag41Gp (Andreas Schwab's message of "Tue, 22 Mar 2011 10:32:06 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:137554 Archived-At: Andreas Schwab wrote: > You should also remove all the other files that would be added by > running autoreconf (config.{guess,sub}, depcomp, missing, etc.). Awesome, I'll remove them in a few days if no-one objects; and make the required changes to autogen.sh, autogen/, etc. I think the list is: compile config.guess config.sub depcomp install-sh missing (technically could also do texinfo.tex, but I won't) The only reason I can see to keep some or all of these files is if for some reason Emacs has to have the very latest version (compared to what automake 1.11 supplies).