From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: gsettings.m4 copyright Date: Tue, 04 Jan 2022 00:59:33 +0900 (JST) Organization: Ingage Inc. Message-ID: <20220104.005933.1606504355738130153.masm@luna.pink.masm11.me> References: <20220103.223950.285333486999523743.masm@luna.pink.masm11.me> <83a6gcdha6.fsf@gnu.org> <8335m4dfbp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28474"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 03 17:02:04 2022 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 1n4Pmd-0007Bj-Oi for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 17:02:04 +0100 Original-Received: from localhost ([::1]:55244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4Pmc-0001xi-QM for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 11:02:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4PkO-0000k1-Ds for emacs-devel@gnu.org; Mon, 03 Jan 2022 10:59:44 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:35588) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4PkJ-00062H-UW; Mon, 03 Jan 2022 10:59:43 -0500 Original-Received: from luna.pink.masm11.me (i153-144-34-242.s41.a033.ap.plala.or.jp [153.144.34.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id 0A37BC0176; Tue, 4 Jan 2022 00:59:34 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1641225574; bh=opNNI2u0GNC/OA3OybZxv9g+Wxl3+HD+b3Tg2mgJ6nM=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=DOFroDnl4rep7jlXTFqE9ojPnR1UhJdz6Dn4WvUkZcW2VToIZ4FN0BMcRVi7S8vNa MsdXIkq8hK9SRVA9P35bVIlP5Hf/+x7uLGRNoQDQhlC1bGpEfDNS8aTMqqJ+4h90QF qG1+3G23RXCsqKvf90VZQ2xniZ9qmpjGIzWGcjqA= In-Reply-To: <8335m4dfbp.fsf@gnu.org> X-Mailer: Mew version 6.8 on Emacs 29.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:284060 Archived-At: On Mon, 03 Jan 2022 17:11:38 +0200, Eli Zaretskii wrote: >> Date: Mon, 03 Jan 2022 16:29:21 +0200 >> From: Eli Zaretskii >> Cc: luangruo@yahoo.com, emacs-devel@gnu.org >> >> At this point, I think we should consider removing the file and >> rewriting the tests it performs in configure.ac, in as different a >> form from gsettings.m4 as possible. Is that feasible? > > Actually, that file does little more except rewriting some rules in > Makefile.in, is that so? If so, can't we do that using the GNU Make > ifdef/ifeq conditionals, like we do with native-compilation specific > fragments? Then perhaps the configure.ac stuff to support that could > be very small, limited to defining some Make macro. > > Does this make sense? Thank you. I'll try to do in that way tomorrow. -- Yuuki Harano