]> Savannah Git Hosting - gnulib.git/commitdiff
Fix missing module dependencies to 'xalloc' (regression 2020-10-19).
authorBruno Haible <bruno@clisp.org>
Mon, 23 Nov 2020 01:33:09 +0000 (02:33 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 23 Nov 2020 01:34:39 +0000 (02:34 +0100)
* modules/xvasprintf (Depends-on): Add xalloc.
* modules/pipe-filter-gi (Depends-on): Likewise.
* modules/execute (Depends-on): Likewise, for w32spawn.h.
* modules/spawn-pipe (Depends-on): Likewise.

ChangeLog
modules/execute
modules/pipe-filter-gi
modules/spawn-pipe
modules/xvasprintf

index 6845d1a409f50cae7e7a5e57202fa9aaa661fbb5..42195d232664f4e8d120258e4967ddec3e517f6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-11-22  Bruno Haible  <bruno@clisp.org>
+
+       Fix missing module dependencies to 'xalloc' (regression 2020-10-19).
+       * modules/xvasprintf (Depends-on): Add xalloc.
+       * modules/pipe-filter-gi (Depends-on): Likewise.
+       * modules/execute (Depends-on): Likewise, for w32spawn.h.
+       * modules/spawn-pipe (Depends-on): Likewise.
+
 2020-11-22  Jose E. Marchesi  <jemarch@gnu.org>
 
        bootstrap: add option hooks
index 857a1883dc2c227de42468e497b6a787c71a8c82..a438fbfd7bc12513f65525787aee023827e4ed51 100644 (file)
@@ -29,6 +29,7 @@ stdlib
 strpbrk
 unistd
 environ
+xalloc
 
 configure.ac:
 gl_EXECUTE
index 84e6cb3966d2cde61dbc87eb08ab8ef897f567ef..152f9099d157f6d85795f418ba340d0ede40984b 100644 (file)
@@ -19,6 +19,7 @@ stdint
 stdlib
 sys_select
 unistd
+xalloc
 
 configure.ac:
 AC_CHECK_FUNCS_ONCE([select])
index ff19236cf925ec0e14b2965f9d0ddd8e737edb26..dd07fef303ee562e128bf81312f6598b47b43254 100644 (file)
@@ -35,6 +35,7 @@ strpbrk
 unistd
 unistd-safer
 wait-process
+xalloc
 
 configure.ac:
 gl_SPAWN_PIPE
index 410b45f0a799a33b6257e4f4d1031c985dfa6187..59d9a6ec4b589acc23867005acc945a2e141d62c 100644 (file)
@@ -14,6 +14,7 @@ m4/xvasprintf.m4
 
 Depends-on:
 vasprintf
+xalloc
 xalloc-die
 xsize
 stdarg