bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: bug-gnulib@gnu.org
Cc: Paul Eggert <eggert@cs.ucla.edu>
Subject: [PATCH] relocatable-prog-wrapper: add m4 files
Date: Thu,  1 Jul 2021 11:27:06 -0700	[thread overview]
Message-ID: <20210701182706.1828759-1-eggert@cs.ucla.edu> (raw)

Add .m4 files needed for standalone relocatable-prog-wrapper, so
that ‘./gnulib-tool --test relocatable-prog-wrapper’ does not fail
with diagnostics like ‘configure.ac:63: error: possibly undefined
macro: gl_FUNC_MALLOC_POSIX’.
* 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  <eggert@cs.ucla.edu>
+
+	relocatable-prog-wrapper: add m4 files
+	Add .m4 files needed for standalone relocatable-prog-wrapper, so
+	that ‘./gnulib-tool --test relocatable-prog-wrapper’ does not fail
+	with diagnostics like ‘configure.ac:63: error: possibly undefined
+	macro: gl_FUNC_MALLOC_POSIX’.
+	* 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  <bruno@clisp.org>
 
 	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
 
-- 
2.30.2



                 reply	other threads:[~2021-07-01 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210701182706.1828759-1-eggert@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).