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  <egg...@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  <br...@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 via email to