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:
@@ -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
|
||||
|
||||
@@ -29,6 +29,7 @@ stdlib
|
||||
strpbrk
|
||||
unistd
|
||||
environ
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
gl_EXECUTE
|
||||
|
||||
@@ -19,6 +19,7 @@ stdint
|
||||
stdlib
|
||||
sys_select
|
||||
unistd
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
AC_CHECK_FUNCS_ONCE([select])
|
||||
|
||||
@@ -35,6 +35,7 @@ strpbrk
|
||||
unistd
|
||||
unistd-safer
|
||||
wait-process
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
gl_SPAWN_PIPE
|
||||
|
||||
@@ -14,6 +14,7 @@ m4/xvasprintf.m4
|
||||
|
||||
Depends-on:
|
||||
vasprintf
|
||||
xalloc
|
||||
xalloc-die
|
||||
xsize
|
||||
stdarg
|
||||
|
||||
Reference in New Issue
Block a user