obstack-zprintf-gnu: Add tests.
[gnulib.git] / modules / execl
blob8465221c67d9fe7257e7591195843f5e2c89f1ca
1 Description:
2 execl() function: Execute a program, replacing the current process.
4 Files:
5 lib/execl.c
6 m4/execl.m4
8 Depends-on:
9 unistd
10 execv           [test $REPLACE_EXECL = 1]
11 malloca         [test $REPLACE_EXECL = 1]
13 configure.ac:
14 gl_FUNC_EXECL
15 gl_CONDITIONAL([GL_COND_OBJ_EXECL], [test $REPLACE_EXECL = 1])
16 gl_UNISTD_MODULE_INDICATOR([execl])
18 Makefile.am:
19 if GL_COND_OBJ_EXECL
20 lib_SOURCES += execl.c
21 endif
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all