Description:
execle() function: Execute a program, replacing the current process.

Files:
lib/execle.c
m4/execle.m4

Depends-on:
unistd
execve          [test $REPLACE_EXECLE = 1]
malloca         [test $REPLACE_EXECLE = 1]

configure.ac:
gl_FUNC_EXECLE
gl_CONDITIONAL([GL_COND_OBJ_EXECLE], [test $REPLACE_EXECLE = 1])
gl_UNISTD_MODULE_INDICATOR([execle])

Makefile.am:
if GL_COND_OBJ_EXECLE
lib_SOURCES += execle.c
endif

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all
