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.devel Subject: Re: Android port Date: Sat, 05 Aug 2023 18:35:25 +0300 Message-ID: <83zg35qz7m.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <3473524.ldcX8TXnAK@nimes> <83fs4xslst.fsf@gnu.org> <6358080.k4LH7P0x6x@nimes> <83edkhskyq.fsf@gnu.org> <87jzu97hu2.fsf@yahoo.com> <835y5tse75.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33695"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bruno@clisp.org, angelo.g0@libero.it, eggert@cs.ucla.edu, emacs-devel@gnu.org To: luangruo@yahoo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 05 17:35:59 2023 Return-path: Envelope-to: ged-emacs-devel@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 1qSJJu-0008Um-Lj for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Aug 2023 17:35:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSJJC-00080y-PO; Sat, 05 Aug 2023 11:35:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSJJA-00080q-Ut for emacs-devel@gnu.org; Sat, 05 Aug 2023 11:35:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSJJ9-0002yG-11; Sat, 05 Aug 2023 11:35:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=y+gxdDAsejXYi1dxAl4qneJVGTvHSsd/cCT+TT7udTY=; b=F0YzbrTomRvK 3JwqrVfqz/QjXhAESkikHyKbyoYPgWrbuy5nYqTsDMKGoSiHApmRb1wik0FGvLzaQi60mw09fe4Jv 61z0qmqGDaQvcqw+k61NQ8aLa9+0wzqHQ1oT/lrPcIqPw/xthO3EHrP4Phd/3KNIntplI77kWJEmG nKKOp/CwyPRvtJzQTab2Z+h43PW+NPd+sj5qTfRA9C95AF0QamVxijqAuT5iajrGQ0Qwkd9+KPu2J KT13UOBQHtnhLfQb/HkTDTKD3J/Vq5XJdcuIsb0gnSm/zHBO56P4Wb6x0tox1jY56pd3qfRsSh3fF XYnF0rYGzyzYcZ1RwIPddQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSJJ8-00080I-GB; Sat, 05 Aug 2023 11:35:10 -0400 In-Reply-To: <835y5tse75.fsf@gnu.org> (message from Eli Zaretskii on Sat, 05 Aug 2023 18:26:22 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308324 Archived-At: > Date: Sat, 05 Aug 2023 18:26:22 +0300 > From: Eli Zaretskii > Cc: bruno@clisp.org, angelo.g0@libero.it, eggert@cs.ucla.edu, > emacs-devel@gnu.org > > > I don't follow this: even if these tests are left intact, how will they > > serve to warn us of new dependencies introduced in Emacs? The results > > of the configure tests are irrespective of Emacs source code. > > The results of those tests are logged in config.log. When we preset > the variables, the tests are not performed and the results are not > recorded anywhere; you just see something like "(cached) yes". And in addition, other tests for other Gnulib modules might depend on the results of these tests.