diff bootstrap.conf @ 29675:2f6f53651d29

unistd-wrappers.c: Use prepare_spawn from upstream gnulib (bug #60535). * liboctave/wrappers/unistd-wrappers.c (prepare_spawn): Remove function. (octave_execv_wrapper): Use upstream "prepare_spawn". * bootstrap.conf: Add module "windows-spawn" to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 May 2021 13:00:03 +0200
parents b0024e96ed31
children 97e12df28ee6
line wrap: on
line diff
--- a/bootstrap.conf	Fri May 14 18:31:34 2021 -0700
+++ b/bootstrap.conf	Thu May 06 13:00:03 2021 +0200
@@ -130,6 +130,7 @@
   unsetenv
   vasprintf
   waitpid
+  windows-spawn
 "
 
 # Additional gnulib files and scripts used by Octave's buildsystem.