From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#43754: [PATCH] configure help message of --with-json Date: Fri, 02 Oct 2020 18:06:41 +0300 Message-ID: <83tuvcekfy.fsf@gnu.org> References: <87o8llxwbz.fsf@gnus.org> <834kndgm47.fsf@gnu.org> <87ft6wwvl5.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22881"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43754@debbugs.gnu.org, syohex@gmail.com To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 02 17:11:24 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kOMiS-0005q7-66 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Oct 2020 17:11:24 +0200 Original-Received: from localhost ([::1]:51414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOMiQ-00039M-SC for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Oct 2020 11:11:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39512) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOMeF-0005Xb-FF for bug-gnu-emacs@gnu.org; Fri, 02 Oct 2020 11:07:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58969) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kOMeE-0007zb-B5 for bug-gnu-emacs@gnu.org; Fri, 02 Oct 2020 11:07:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kOMeE-00061B-2h for bug-gnu-emacs@gnu.org; Fri, 02 Oct 2020 11:07:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Oct 2020 15:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43754 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch fixed Original-Received: via spool by 43754-submit@debbugs.gnu.org id=B43754.160165121223115 (code B ref 43754); Fri, 02 Oct 2020 15:07:02 +0000 Original-Received: (at 43754) by debbugs.gnu.org; 2 Oct 2020 15:06:52 +0000 Original-Received: from localhost ([127.0.0.1]:42282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOMe4-00060l-5w for submit@debbugs.gnu.org; Fri, 02 Oct 2020 11:06:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOMe2-00060X-34 for 43754@debbugs.gnu.org; Fri, 02 Oct 2020 11:06:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60885) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOMdw-0007pl-Pr; Fri, 02 Oct 2020 11:06:44 -0400 Original-Received: from [176.228.60.248] (port=1414 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kOMdv-0001vQ-SK; Fri, 02 Oct 2020 11:06:44 -0400 In-Reply-To: <87ft6wwvl5.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 02 Oct 2020 16:28:38 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:189657 Archived-At: > From: Lars Ingebrigtsen > Cc: syohex@gmail.com, 43754@debbugs.gnu.org > Date: Fri, 02 Oct 2020 16:28:38 +0200 > > Eli Zaretskii writes: > > > Any reason why we use OPTION_DEFAULT_IFAVAILABLE for json, and not > > OPTION_DEFAULT_ON? How is it different from libpng or liblcms2 or > > libgnutls? > > I wonder whether it's because of this: > > case $with_gnutls,$HAVE_GNUTLS in > no,* | ifavailable,* | *,yes) ;; > *) MISSING="$MISSING gnutls" > WITH_IFAVAILABLE="$WITH_IFAVAILABLE --with-gnutls=ifavailable";; > esac > case $with_json,$HAVE_JSON in > no,* | ifavailable,* | *,yes) ;; > *) MISSING="$MISSING json" > WITH_IFAVAILABLE="$WITH_IFAVAILABLE --with-json=ifavailable";; > esac The $MISSING part is for telling the users some libraries they might want were not available. I'm saying that libjansson should be treated the same as, say, libgnutls. > But if I understand autoconf (and I do not), that shouldn't really > "spread" to the OPTION_DEFAULT_ stuff, should it? "Spread" in the sense that it should affect whether we use DEFAULT_ON or DEFAULT_IFAVAILABLE? No, I don't think so.