mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ and gl_PREREQ_UNSETENV invocations from here... * modules/unsetenv (configure.ac): ... to here. (Depends-on): Update.
32 lines
525 B
Plaintext
32 lines
525 B
Plaintext
Description:
|
|
unsetenv() function: remove an environment variable.
|
|
|
|
Files:
|
|
lib/unsetenv.c
|
|
m4/setenv.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
unistd [test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1]
|
|
environ [test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_UNSETENV
|
|
if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
|
|
AC_LIBOBJ([unsetenv])
|
|
gl_PREREQ_UNSETENV
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([unsetenv])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|