From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103740: Remove some files that autoreconf can supply. Date: Fri, 25 Mar 2011 19:54:39 +0200 Message-ID: <837hbnt7a8.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1301075776 24082 80.91.229.12 (25 Mar 2011 17:56:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 17:56:16 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 25 18:56:11 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 1Q3BF3-0005BD-IB for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 18:56:10 +0100 Original-Received: from localhost ([127.0.0.1]:50615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3BEw-0003J9-73 for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 13:56:02 -0400 Original-Received: from [140.186.70.92] (port=54893 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3BEo-0002oc-6j for emacs-devel@gnu.org; Fri, 25 Mar 2011 13:55:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3BED-0001yh-2w for emacs-devel@gnu.org; Fri, 25 Mar 2011 13:55:17 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:48864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3BEC-0001yJ-P6; Fri, 25 Mar 2011 13:55:17 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LIM00500K3K2F00@a-mtaout23.012.net.il>; Fri, 25 Mar 2011 19:54:36 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIM005UZKEY2210@a-mtaout23.012.net.il>; Fri, 25 Mar 2011 19:54:36 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 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:137693 Archived-At: > From: Glenn Morris > Date: Fri, 25 Mar 2011 13:13:13 -0400 > Cc: emacs-devel@gnu.org > > I understand this point, but these are "generated" (sort of...) files. > The history is not important. Indeed, the history has been reset, since > they are now the versions that automake-1.11 supplies rather than the > versions that were previously in Emacs. In some sense, they aren't even > the same files. The "missing" that you use to build Emacs isn't in the > repo any more. Instead there is a fallback that you can copy into place > if you really need to. That is why I did not "move" them. I think at least the history of src/config.in and lib/Makefile.in should be preserved, since they are affiliated with Emacs (unlike the other files which are brought from outside). Does anyone object to restoring the history of these two files?