1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

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.
This commit is contained in:
Bruno Haible
2020-11-23 02:33:09 +01:00
parent 9f37c96b2e
commit 2918d4a199
5 changed files with 12 additions and 0 deletions
+8
View File
@@ -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
+1
View File
@@ -29,6 +29,7 @@ stdlib
strpbrk
unistd
environ
xalloc
configure.ac:
gl_EXECUTE
+1
View File
@@ -19,6 +19,7 @@ stdint
stdlib
sys_select
unistd
xalloc
configure.ac:
AC_CHECK_FUNCS_ONCE([select])
+1
View File
@@ -35,6 +35,7 @@ strpbrk
unistd
unistd-safer
wait-process
xalloc
configure.ac:
gl_SPAWN_PIPE
+1
View File
@@ -14,6 +14,7 @@ m4/xvasprintf.m4
Depends-on:
vasprintf
xalloc
xalloc-die
xsize
stdarg