posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / execle
blobdd3c9ad96120535fd3043a4241d0bae300946d6a
1 Description:
2 execle() function: Execute a program, replacing the current process.
4 Files:
5 lib/execle.c
6 m4/execle.m4
8 Depends-on:
9 unistd
10 execve          [test $REPLACE_EXECLE = 1]
11 malloca         [test $REPLACE_EXECLE = 1]
13 configure.ac:
14 gl_FUNC_EXECLE
15 if test $REPLACE_EXECLE = 1; then
16   AC_LIBOBJ([execle])
18 gl_UNISTD_MODULE_INDICATOR([execle])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all