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 r109306: Use an include file in configure.ac's AH_BOTTOM Date: Tue, 31 Jul 2012 23:04:45 +0300 Message-ID: <83hasnelya.fsf@gnu.org> References: <83vch3eu29.fsf@gnu.org> <83sjc7et2f.fsf@gnu.org> <83r4rresf4.fsf@gnu.org> <83obmveo4e.fsf@gnu.org> <8wtxwn3f38.fsf@fencepost.gnu.org> <5atxwnlo5z.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343765136 12455 80.91.229.3 (31 Jul 2012 20:05:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 20:05:36 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 22:05:35 2012 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 1SwIhB-0005pt-UH for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 22:05:34 +0200 Original-Received: from localhost ([::1]:36401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIhB-0002BV-4A for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 16:05:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIh5-0001zt-V7 for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:05:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwIh0-00070Q-Km for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:05:27 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:36039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIh0-00070B-Cl; Tue, 31 Jul 2012 16:05:22 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M8100L00JNMZG00@a-mtaout20.012.net.il>; Tue, 31 Jul 2012 23:04:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8100LPBJS3VL30@a-mtaout20.012.net.il>; Tue, 31 Jul 2012 23:04:52 +0300 (IDT) In-reply-to: <5atxwnlo5z.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:152038 Archived-At: > From: Glenn Morris > Cc: lekktu@gmail.com, emacs-devel@gnu.org > Date: Tue, 31 Jul 2012 15:35:04 -0400 > > > I'd be fine with the absolute minimum change: > > mv s/msdos.h conf_msdos.h > > and change config_opsysfile on msdos from "s/msdos.h" to "conf_msdos.h". That's rearranging the dirt in my book. Why bother? Do we care so much about one more directory in the tree?