posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / execvpe
blobc885cb89317ffcc322d31465d6b3cbcc68f728ce
1 Description:
2 execvpe() function: Execute a program, replacing the current process.
4 Files:
5 lib/execvpe.c
6 m4/execvpe.m4
8 Depends-on:
9 unistd
10 extensions
11 stdbool         [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
12 findprog-in     [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
13 execve          [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
15 configure.ac:
16 gl_FUNC_EXECVPE
17 if test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1; then
18   AC_LIBOBJ([execvpe])
20 gl_UNISTD_MODULE_INDICATOR([execvpe])
22 Makefile.am:
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all