From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero 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:37:17 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343770691 22782 80.91.229.3 (31 Jul 2012 21:38:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 21:38:11 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 23:38:10 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 1SwK8j-0000gj-NF for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 23:38:05 +0200 Original-Received: from localhost ([::1]:42819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwK8i-0007K7-Vg for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 17:38:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwK8g-0007K0-IH for emacs-devel@gnu.org; Tue, 31 Jul 2012 17:38:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwK8f-0003Kx-Lf for emacs-devel@gnu.org; Tue, 31 Jul 2012 17:38:02 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:63709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwK8c-0003IV-QC; Tue, 31 Jul 2012 17:37:58 -0400 Original-Received: by pbbrp2 with SMTP id rp2so13480220pbb.0 for ; Tue, 31 Jul 2012 14:37:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Vrddi+7ExHtxlawmptVpGNWUn/OWhV5GbXZ038TvS/c=; b=cPXZSl29IrYAXOosF7+j8TVP36CMZLkZpAXaR7uDEB7IyYc0EiP3cBE68pKKQby9Sm FCAEXlZe3zdsw6wewWnx/kA/Qqza5J9ERRhj1h34YmODrYssj5H8Ma0DdsqxMw6YAmHi XdeDcP4QoA4I1m0ZgDyHIK0EX5EWAsZvCEVem8b7riX6dMzx7JMr8YEhTTwECripRTJC dYTzPtSZ0cTI7d1sQKnALaMJrJuuCNDlCIMSyGawIF7PT9VGF4dt8A2FcX+2wx8oP6Xy 3w5QBU+fpwuUBMmzHh/AWsNz9xSX0OPFNSr+IBzxha9GGGjS3wcVUYtDwA8tjWmbw8bC u3MQ== Original-Received: by 10.68.213.234 with SMTP id nv10mr46686590pbc.56.1343770677861; Tue, 31 Jul 2012 14:37:57 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Tue, 31 Jul 2012 14:37:17 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:152049 Archived-At: On Tue, Jul 31, 2012 at 10:36 PM, Glenn Morris wrote: > Though if I were you, I'd simply insert s/ms-w32.h into config.nt and > delete the former. Put a comment block in the relevant point in > conf_post.h if you like: > > /* In config.nt, platform specific code starts here. */ > > /* Platform specific code ends here. */ > > > Then config.nt is the same, but with the former contents of s/ms-w32.h > between the comments. I'm not sure I understand. Are you suggesting moving s/ms-32.h into nt/config.nt (this I get), and then *not* including src/conf_post.h from nt/config.nt? Because otherwise adding s/ms-w32.h at the end of nt/config.nt will reverse the current order between conf_post.h and ms-w32.h. Juanma