X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fexecute;h=755e3e5b6d1e580f797d6c1371eb2ffa5d289381;hb=5bfd96668f76dfc827930b1f3fb610be20676d3a;hp=f28640ff61315dc5a909fa1c57fb9031ceb5be60;hpb=93d436c91edffd70086e32b26e1f570256b71a8a;p=gnulib.git diff --git a/modules/execute b/modules/execute index f28640ff6..755e3e5b6 100644 --- a/modules/execute +++ b/modules/execute @@ -8,13 +8,26 @@ lib/w32spawn.h m4/execute.m4 Depends-on: +cloexec +dup2 error exit fatal-signal wait-process -gettext +gettext-h +spawn +posix_spawnp +posix_spawn_file_actions_init +posix_spawn_file_actions_addopen +posix_spawn_file_actions_destroy +posix_spawnattr_init +posix_spawnattr_setsigmask +posix_spawnattr_setflags +posix_spawnattr_destroy stdbool strpbrk +unistd +environ configure.ac: gl_EXECUTE @@ -25,6 +38,8 @@ lib_SOURCES += execute.h execute.c w32spawn.h Include: "execute.h" +License: +GPL + Maintainer: Bruno Haible -