From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: trunk r115472: Make 'configure' work out-of-the-box on Solaris. Date: Thu, 12 Dec 2013 19:11:04 +0100 Message-ID: <52A9FC38.9010603@gmx.at> References: <52A941D3.4020607@cs.ucla.edu> <52A98D60.9080709@gmx.at> <83d2l26npp.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1386871882 10888 80.91.229.3 (12 Dec 2013 18:11:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2013 18:11:22 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 12 19:11:27 2013 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 1VrAjP-0008Lj-D0 for ged-emacs-devel@m.gmane.org; Thu, 12 Dec 2013 19:11:27 +0100 Original-Received: from localhost ([::1]:38021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAjO-0005tx-So for ged-emacs-devel@m.gmane.org; Thu, 12 Dec 2013 13:11:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAjE-0005hq-7r for emacs-devel@gnu.org; Thu, 12 Dec 2013 13:11:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrAj5-0005ps-Gd for emacs-devel@gnu.org; Thu, 12 Dec 2013 13:11:16 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:50723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrAj5-0005pj-8U for emacs-devel@gnu.org; Thu, 12 Dec 2013 13:11:07 -0500 Original-Received: from [62.47.35.230] ([62.47.35.230]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0Lrviw-1VPyOC22b0-013iBL for ; Thu, 12 Dec 2013 19:11:06 +0100 In-Reply-To: <83d2l26npp.fsf@gnu.org> X-Provags-ID: V03:K0:caDwsDHHputSROrBiRx8alA5Z8bZ87a5/wZQujgIPb+s+cbNaWu Xv11X6wHWd1mIXc3mi/PUydquss4vuj2ZANutfn1bZpKp2Je+huovfKodOIN+sqpNGLxtBo C+PLXG7eAs9ShshmeN/fSwnGCrCebqpYxlQfqutldgsGt7iA+pz6iveoFwYqHKIjIf1eBwM DkfdXWe9CK7orlHpa1zzg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:166344 Archived-At: > You only ever need to run configure explicitly once for each new > branch. Thereafter, just say "make". When I want to check whether a feature works with the GTK or Lucid build, I have to reconfigure in between. > Also, config.log shows all the options you used to invoke configure > the last time. Still it would be great if I didn't have to care about a missing image library ... martin