From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: RE: what to do about gnulib Date: Mon, 24 Jun 2024 17:53:29 +0200 Message-ID: <20240624175329.fTtT2C00410dv0x01TtTm2@baptiste.telenet-ops.be> References: <87ed8m8k6r.fsf@pobox.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_F83C1CDE-F950-46D3-B7D0-FA086CEDC75E_" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36967"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "bruno@clisp.org" To: Andy Wingo , "guile-devel@gnu.org" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Jun 24 17:53:57 2024 Return-path: Envelope-to: guile-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 1sLm0x-0009NO-Pt for guile-devel@m.gmane-mx.org; Mon, 24 Jun 2024 17:53:55 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLm0g-0004DI-Hp; Mon, 24 Jun 2024 11:53:38 -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 1sLm0f-0004D9-AU for guile-devel@gnu.org; Mon, 24 Jun 2024 11:53:37 -0400 Original-Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sLm0c-0004tz-6c for guile-devel@gnu.org; Mon, 24 Jun 2024 11:53:37 -0400 Original-Received: from [IPv6:2a02:1811:8c0e:ef00:d921:ee1:a3d7:875a] ([IPv6:2a02:1811:8c0e:ef00:d921:ee1:a3d7:875a]) by baptiste.telenet-ops.be with bizsmtp id fTtT2C00410dv0x01TtTm2; Mon, 24 Jun 2024 17:53:29 +0200 Importance: normal X-Priority: 3 In-Reply-To: <87ed8m8k6r.fsf@pobox.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=telenet.be; s=r24; t=1719244409; bh=5WoyJh72qxgSngOf8gQOCxtOcZM6icN5lyU3szXhKZk=; h=To:Cc:From:Subject:Date:In-Reply-To:References; b=m0tLJT2siOuI9JQE9t6kODcisbm0vt73N9x5OSdMDdgaYct9E48ZlfQLW5vRX6luN v5ZdNRK5z34iqjdBfZR61k0/AxiH+Qi6XiXZ3nXmNZj/XvNgkxzl2D3aLyrOvnhQ2u 8Tgsk60NwTaD5NdF8jpfygEHmxu3b54LMGIZ22qumIfx52nKsrVBpb9FE+cWcLVqvW Wjxx6OPDAlj9gl2u8ZhqhTrQzJtGZ2EAPI4pGX+xWH83PJMFZ5ZQi1jTt4eaKre+z+ Y0BnWR37qbQrJGFct8rFeEVODF1GW+XM1GLpBVuZjqNfiq4VmhR66PLOU4Groyu9HL O1M/ucZGgdjSA== Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22466 Archived-At: --_F83C1CDE-F950-46D3-B7D0-FA086CEDC75E_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" >To wit, running "autoreconf -vif" invokes the "autopoint" tool supplied by installed gettext, which copies over .m4 files from installed gettext, but [problems] > [...] > 6. Something else? Stop using gnulib? Maybe make a shell no-op shell script in =E2=80=9Cinsert-directory-name-her= e/autopoint=E2=80=9D and add =E2=80=9Cinsert-directory-name-here=E2=80=9D t= o path, so no replacing .m4 happens. Best regards, Maxime Devos --_F83C1CDE-F950-46D3-B7D0-FA086CEDC75E_ Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="utf-8"

>T= o wit, running "autoreconf -vif" invokes the "autopoint"= ; tool supplied

by installed gettext, which copies = over .m4 files from installed

gettext, but [problem= s]

> [...]

> 6. Some= thing else?=C2=A0 Stop using gnulib?

 

Maybe make a shell no-op shell script in =E2=80= =9Cinsert-directory-name-here/autopoint=E2=80=9D and add =E2=80=9Cinsert-di= rectory-name-here=E2=80=9D to path, so no replacing .m4 happens.

 

Best regards,

Maxime Devos

 

= --_F83C1CDE-F950-46D3-B7D0-FA086CEDC75E_--