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 11:18:08 +0100 Message-ID: <52A98D60.9080709@gmx.at> References: <52A941D3.4020607@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1386843517 24478 80.91.229.3 (12 Dec 2013 10:18:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2013 10:18:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 12 11:18:42 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 1Vr3Lu-0003zV-9d for ged-emacs-devel@m.gmane.org; Thu, 12 Dec 2013 11:18:42 +0100 Original-Received: from localhost ([::1]:34805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr3Lt-0007lc-RV for ged-emacs-devel@m.gmane.org; Thu, 12 Dec 2013 05:18:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr3Lk-0007lO-Qf for emacs-devel@gnu.org; Thu, 12 Dec 2013 05:18:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr3LZ-0003tH-Al for emacs-devel@gnu.org; Thu, 12 Dec 2013 05:18:32 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:59575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr3LZ-0003tB-2I for emacs-devel@gnu.org; Thu, 12 Dec 2013 05:18:21 -0500 Original-Received: from [62.47.39.63] ([62.47.39.63]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LaoMe-1V6kE81vaK-00kMRs for ; Thu, 12 Dec 2013 11:18:20 +0100 In-Reply-To: <52A941D3.4020607@cs.ucla.edu> X-Provags-ID: V03:K0:KmiGnvXg6fLnrfbvTPeFerBOICBy567hMnzfk+9VMU4G3Ng0XV0 B3cBbMV9kHjIzWYfmnRh/8eeaeURIjUqWAbO2/wZUqNcyk0uJm536LQD1mmfA/VWoIce6Rx KRGNkljeEebzprs7fIAg1hZaPuge0Q9sYxeWCMqJS8FGso7AZPmktNdcs5k8KO17bfET9fH oQ/r1IW63hchAZBly7f4Q== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:166326 Archived-At: > I also realize I could configure with --without-jpeg > --without-png --without-gif --without-tiff, or whatever, but I always > forget which flags they are and frankly I just want to type './configure'. Since my Debian package manager refuses to orderly install the tiff libraries I have to configure --without-tiff. Obviously, I'd prefer that Emacs would silently configure without a library if it doesn't find it. martin