From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 24 14:49:45 2022 Received: (at submit) by debbugs.gnu.org; 24 Jul 2022 18:49:45 +0000 Received: from localhost ([127.0.0.1]:48659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFgfd-0005ya-Ug for submit@debbugs.gnu.org; Sun, 24 Jul 2022 14:49:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:59938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFgfZ-0005yO-38 for submit@debbugs.gnu.org; Sun, 24 Jul 2022 14:49:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFgfY-0004Qg-Tx for bug-cppi@gnu.org; Sun, 24 Jul 2022 14:49:36 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.216]:34393) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFgfX-00022p-8U for bug-cppi@gnu.org; Sun, 24 Jul 2022 14:49:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1658688573; s=strato-dkim-0002; d=clisp.org; h=Message-ID:Date:Subject:To:From:Cc:Date:From:Subject:Sender; bh=ze3tYsKtU2Ko3bwGgNgh+t+DO12k2NtxCCY4+cBcJ2c=; b=UIbF55Lwc9PQ6XWzZvsEpaJfjwO1Mxn3gxEBBdtByo5GeOkpjAgciHZKitypX4kdNP NIDwnYL71U7sLIyl+CZfgJaACWtPbh9X7YnsyW8P+Ap2vxe3WTGx2AWzCvtBROeVwDmu G1U8Pme2o9auusm1Qtml+c84A6o1w6PAJUCO2YH21toEvKL2bakSZDFdZDvAiHUyp7ym A5JAgRM14MK4YyzEL7JhHZ2QRLOpjpQwuYHenrwhyHKrJbhLXq+DG7v3CtFefyKtxmiO uWYskbchaouR/Fv8xHYsxqhFBVE/Nuw8aDHBizz/9W7vZIPzuiqylC4O6tEw5YmTlVro n9yA== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zG6tLj91pCWi79nJxn1p0HW7exuUGVtm9AQhQ==" X-RZG-CLASS-ID: mo00 Received: from nimes.localnet by smtp.strato.de (RZmta 47.47.0 AUTH) with ESMTPSA id v673d9y6OInXHuV (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Sun, 24 Jul 2022 20:49:33 +0200 (CEST) From: Bruno Haible To: bug-cppi@gnu.org Subject: non-recursive-gnulib-prefix-hack is deprecated Date: Sun, 24 Jul 2022 20:49:32 +0200 Message-ID: <14680664.tv2OnDr8pf@nimes> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: none client-ip=81.169.146.216; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, cppi/bootstrap.conf still uses the Gnulib module 'non-recursive-gnulib-prefix-hack'. This module is now deprecated [1]. The replacement is a gnulib-tool option '--automake-subdir'. The way to migrate to this replacement is shown, for example, in the way GNU sed was migrated. [2] Bruno [1] https://lists.gnu.org/archive/html/bug-gnulib/2021-12/msg00116.html [2] https://git.savannah.gnu.org/gitweb/?p=sed.git;a=commitdiff;h=a465ca5f228eaf892f864aa46766c990bf984a99#patch1