gnulib-tool.py: Filter out dependencies that cannot be found.
[gnulib.git] / modules / setenv
bloba907d1e5d0e1a7a54c8467ecf0e27fca9e929b7d
1 Description:
2 setenv() function: set an environment variable.
4 Files:
5 lib/setenv.c
6 m4/setenv.m4
8 Depends-on:
9 stdlib
10 malloca         [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
11 alloca-opt      [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
12 unistd          [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
13 environ         [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
15 configure.ac:
16 gl_FUNC_SETENV
17 gl_CONDITIONAL([GL_COND_OBJ_SETENV],
18                [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1])
19 gl_STDLIB_MODULE_INDICATOR([setenv])
21 Makefile.am:
22 if GL_COND_OBJ_SETENV
23 lib_SOURCES += setenv.c
24 endif
26 Include:
27 <stdlib.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all