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: [Emacs-diffs] /srv/bzr/emacs/trunk r109306: Use an include file in configure.ac's AH_BOTTOM Date: Tue, 31 Jul 2012 16:27:34 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343766460 23197 80.91.229.3 (31 Jul 2012 20:27:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 20:27:40 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 22:27:40 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 1SwJ2Z-0003Cl-Tf for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 22:27:40 +0200 Original-Received: from localhost ([::1]:48509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJ2Z-00054L-4Z for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 16:27:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJ2W-00054G-PZ for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:27:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwJ2V-0006CO-US for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:27:36 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwJ2V-0006CK-Qu for emacs-devel@gnu.org; Tue, 31 Jul 2012 16:27:35 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SwJ2V-00085t-5y; Tue, 31 Jul 2012 16:27:35 -0400 X-Spook: Clinton Area 51 csim Etacs HAMASMOIS EuroFed insurgency X-Ran: wMXPX`vf8~YN<>Qt{B6wI,(y"e%,>V1:laOq49oZ.MUR#cSAZC]#3-Nt(mzQI23=Vvu&5, X-Hue: yellow X-Attribution: GM In-Reply-To: (Juanma Barranquero's message of "Tue, 31 Jul 2012 14:10:05 +0200") 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: 208.118.235.10 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:152042 Archived-At: Juanma Barranquero wrote: > To fix 2) it would be enough to #undef it on ms-w32.h, but alas, > post_conf.h is included in config.in / config.nt after > config_opsysfile. You are free to simply move the inclusion of config_opsysfile file to the top of conf_post.h, since no non-MS platform uses config_opsysfile any more, so it does not matter to anyone else at what point it gets included.