From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: Trunk: Build error on FreeBSD Date: Sat, 22 Sep 2012 13:17:01 +0200 Message-ID: <85mx0i71ea.fsf@iznogoud.viz> References: <86ipbfptdr.wl%hskuhra@eumx.net> <50544B5F.6060806@cs.ucla.edu> <85ehm3e9df.fsf@iznogoud.viz> <85vcfc94to.fsf@iznogoud.viz> <50579B90.5000808@cs.ucla.edu> <5057A62D.7030006@cs.ucla.edu> <85ehlzxuxm.fsf@iznogoud.viz> <505D6B6C.10006@cs.ucla.edu> <85r4pu73s6.fsf@iznogoud.viz> <505D9B4D.3050407@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348312634 10249 80.91.229.3 (22 Sep 2012 11:17:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2012 11:17:14 +0000 (UTC) Cc: "Herbert J. Skuhra" , Andreas Schwab , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 22 13:17:18 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 1TFNi1-0007R2-C8 for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2012 13:17:17 +0200 Original-Received: from localhost ([::1]:54386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFNhw-0007b6-Jl for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2012 07:17:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFNht-0007b0-GZ for emacs-devel@gnu.org; Sat, 22 Sep 2012 07:17:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFNhq-0003g3-32 for emacs-devel@gnu.org; Sat, 22 Sep 2012 07:17:09 -0400 Original-Received: from mx07.lb01.inode.at ([62.99.145.7]:23705 helo=mx.inode.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFNhp-0003fw-Sj for emacs-devel@gnu.org; Sat, 22 Sep 2012 07:17:06 -0400 Original-Received: from [91.119.101.188] (port=12743 helo=iznogoud.viz) by smartmx-07.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1TFNho-00089h-Mt; Sat, 22 Sep 2012 13:17:04 +0200 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TFNhl-0000oW-81; Sat, 22 Sep 2012 13:17:01 +0200 Mail-Followup-To: Paul Eggert , Andreas Schwab , "Herbert J. Skuhra" , emacs-devel@gnu.org In-Reply-To: <505D9B4D.3050407@cs.ucla.edu> (Paul Eggert's message of "Sat, 22 Sep 2012 04:04:45 -0700") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 62.99.145.7 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:153458 Archived-At: On Sat, Sep 22 2012, Paul Eggert wrote: > Andreas was fairly cryptic, but what I *think* he was saying > was the Makefile should use $(srcdir)/configure, not ./configure, > since ./configure does not exist when we're doing an out-of-tree build. > If I understood him correctly, there should be no need to touch > $(srcdir)/configure. If I'm wrong I hope somebody corrects me. Well, I have to touch configure, though I haven't investigated why. The idea is that config.status being a prerequisite of Makefile, the latter will be rebuilt if config.status is outdated with respect to configure. Wolfgang