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 21:40:17 +0200 Message-ID: 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343763670 31568 80.91.229.3 (31 Jul 2012 19:41:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 19:41:10 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 21:41:09 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 1SwIJY-0006GO-N4 for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 21:41:08 +0200 Original-Received: from localhost ([::1]:58125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIJX-0002RQ-SC for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 15:41:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIJU-0002KA-70 for emacs-devel@gnu.org; Tue, 31 Jul 2012 15:41:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwIJS-0006jv-My for emacs-devel@gnu.org; Tue, 31 Jul 2012 15:41:04 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:36446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwIJO-0006gl-G8; Tue, 31 Jul 2012 15:40:58 -0400 Original-Received: by mail-pb0-f41.google.com with SMTP id rp2so13321622pbb.0 for ; Tue, 31 Jul 2012 12:40: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=Lnj8roRnO3KHW9dFQ3RNV2qH+WtXxVFIK62zrKc5uuw=; b=u7qGMeUrtAH9Yp+wVt5+8UDJor1lHw3ToE9X54yT5ahrLjTLULIGEwtrap8puU/Ii3 dnJEQm/NUESMB9fxWwvxLlknCMOskkD7Dt5RA3tSJxHOZul3jgAvYiFXx9h1CelrUD5t B+qNp2JMhA0vt3RUy8EInPmrJ20c8YziLDJ09+n1oVmZrei1piyD25ws33ir7haPNvq2 zrmncidVdptNwm2PKgmCaZcCfUm/6hLhcbJ7pw7HfQdQqZxJW99INS2TSfZdukyRB/za cvgcgFjElhDKeCCgdHTUJlOwGfcG1TSQQSAHN5oYy2XXZAuXLYJ6mqqVtujPZtE+aQTS uyHQ== Original-Received: by 10.68.220.163 with SMTP id px3mr46743698pbc.167.1343763657805; Tue, 31 Jul 2012 12:40:57 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Tue, 31 Jul 2012 12:40:17 -0700 (PDT) In-Reply-To: <5atxwnlo5z.fsf@fencepost.gnu.org> 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:152035 Archived-At: On Tue, Jul 31, 2012 at 9:35 PM, Glenn Morris wrote: > 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". Well, I have no objection to moving src/s/ms-w32.h to src/conf_w32.h if you really want to get rid of src/s. Juanma