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 19:15:37 +0200 Message-ID: References: <83vch3eu29.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343754985 22524 80.91.229.3 (31 Jul 2012 17:16:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 17:16:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 19:16:26 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 1SwG3V-0003Nc-9j for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 19:16:25 +0200 Original-Received: from localhost ([::1]:51067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwG3U-0003mp-I8 for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 13:16:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwG3S-0003mX-Lb for emacs-devel@gnu.org; Tue, 31 Jul 2012 13:16:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwG3R-0003wX-Q9 for emacs-devel@gnu.org; Tue, 31 Jul 2012 13:16:22 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:49071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwG3O-0003vx-My; Tue, 31 Jul 2012 13:16:18 -0400 Original-Received: by pbbrp2 with SMTP id rp2so13128752pbb.0 for ; Tue, 31 Jul 2012 10:16:17 -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=MIzcWlu04aJhWgjeMDoa6vii25pH6E0enA9ZWcNlol4=; b=G86MsXuXjPmmYvFth5aemvcS/cYgiE/BO7R0wpiv11bi0X/nwiyIVOSjXO69GO/Pg/ av46aHQy69E6NhAUtuXR8piA5oyQ0UQV6FO8+6t6IsuyeC+9y6jsXHHODGboyAEP4yRX wwGikBzQDy8rGc1sSkMtNHD55d2z8cf+7+yApce7tnH6mcvJ6/lFXM9rTSq2t0nFCv2f tARo/kKFzhHyaCwptesRGd278WFOB2K6ktwXTJumhQYQFjQJAdqso6LQ08kMYmtWeTlO FR05v0wd5ZMjTRRM/lPBeX+jixi/5dmyrJZY//+ueo5eTPlYbwfaTNE02I/uv+hyUg5f 3BEw== Original-Received: by 10.68.190.168 with SMTP id gr8mr44826762pbc.157.1343754977618; Tue, 31 Jul 2012 10:16:17 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Tue, 31 Jul 2012 10:15:37 -0700 (PDT) In-Reply-To: <83vch3eu29.fsf@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:152012 Archived-At: On Tue, Jul 31, 2012 at 7:09 PM, Eli Zaretskii wrote: > What are the manifestations of this trouble? I just built the current > trunk on Windows, and didn't see any problems. And I don't think any > related changes were committed since you wrote the above. I didn't make myself clear. The trouble is trying to sync nt/config.nt with autogen/config.in, i.e, removing code from nt/config.nt that is already in src/conf_post.h. I have the goal of keeping these two (config.nt and config.i) as similar as possible, and moving general stuff to conf_post.h is a good idea, but it causes the conflicts I explained in the previous message. I've had no time to delve into it, but it seems like a problem compiling the lib sources, not src/*.c. Juanma