From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5B48E1F8C6 for ; Thu, 1 Jul 2021 18:27:56 +0000 (UTC) Received: from localhost ([::1]:55454 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lz1Pn-0007d9-41 for normalperson@yhbt.net; Thu, 01 Jul 2021 14:27:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lz1PE-0007Qa-Km for bug-gnulib@gnu.org; Thu, 01 Jul 2021 14:27:25 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:45144) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lz1P9-0000Fj-Se for bug-gnulib@gnu.org; Thu, 01 Jul 2021 14:27:19 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id E3B291600ED for ; Thu, 1 Jul 2021 11:27:12 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id JhO2xNMdNYyT; Thu, 1 Jul 2021 11:27:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2BC4916008D; Thu, 1 Jul 2021 11:27:12 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2YxrtnLjfuok; Thu, 1 Jul 2021 11:27:12 -0700 (PDT) Received: from day.example.com (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 075A216006F; Thu, 1 Jul 2021 11:27:12 -0700 (PDT) From: Paul Eggert To: bug-gnulib@gnu.org Subject: [PATCH] relocatable-prog-wrapper: add m4 files Date: Thu, 1 Jul 2021 11:27:06 -0700 Message-Id: <20210701182706.1828759-1-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Add .m4 files needed for standalone relocatable-prog-wrapper, so that =E2=80=98./gnulib-tool --test relocatable-prog-wrapper=E2=80=99 does= not fail with diagnostics like =E2=80=98configure.ac:63: error: possibly undefined macro: gl_FUNC_MALLOC_POSIX=E2=80=99. * modules/relocatable-prog-wrapper (Files): Add m4/free.m4, m4/malloc.m4, m4/mempcpy.m4, m4/rawmemchr.m4, m4/realloc.m4. --- ChangeLog | 10 ++++++++++ modules/relocatable-prog-wrapper | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05f196a93..c325d80b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2021-07-01 Paul Eggert + + relocatable-prog-wrapper: add m4 files + Add .m4 files needed for standalone relocatable-prog-wrapper, so + that =E2=80=98./gnulib-tool --test relocatable-prog-wrapper=E2=80=99 do= es not fail + with diagnostics like =E2=80=98configure.ac:63: error: possibly undefin= ed + macro: gl_FUNC_MALLOC_POSIX=E2=80=99. + * modules/relocatable-prog-wrapper (Files): Add m4/free.m4, + m4/malloc.m4, m4/mempcpy.m4, m4/rawmemchr.m4, m4/realloc.m4. + 2021-06-28 Bruno Haible =20 strerror-override: Fix possible compilation error. diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-= wrapper index da9ad30c8..d816033ee 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -41,7 +41,12 @@ m4/canonicalize.m4 m4/lstat.m4 m4/eealloc.m4 m4/environ.m4 +m4/free.m4 +m4/malloc.m4 +m4/mempcpy.m4 +m4/rawmemchr.m4 m4/readlink.m4 +m4/realloc.m4 m4/relocatable-lib.m4 m4/setenv.m4 =20 --=20 2.30.2