Hash :
98ceac18
Author :
Date :
2011-05-21T17:29:30
putenv: Move AC_LIBOBJ invocations to module description. * m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here... * modules/putenv (configure.ac): ... to here.
Description:
putenv() function: change or add an environment variable.
Files:
lib/putenv.c
m4/putenv.m4
Depends-on:
stdlib
malloc-posix [test $REPLACE_PUTENV = 1]
configure.ac:
gl_FUNC_PUTENV
if test $REPLACE_PUTENV = 1; then
AC_LIBOBJ([putenv])
fi
gl_STDLIB_MODULE_INDICATOR([putenv])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
Jim Meyering, glibc