X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsetenv;h=cf534d29ba386810ac049ac7677de88e950fb6ad;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=507ee21c9c1f3c80e7213b9878eceed0916c0bb9;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/setenv b/modules/setenv index 507ee21c9..cf534d29b 100644 --- a/modules/setenv +++ b/modules/setenv @@ -1,20 +1,32 @@ Description: setenv() function: set an environment variable. -unsetenv() function: remove an environment variable. Files: -lib/setenv.h lib/setenv.c -lib/unsetenv.c m4/setenv.m4 Depends-on: +stdlib +malloca [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +alloca-opt [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +unistd [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +environ [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] configure.ac: -gt_FUNC_SETENV +gl_FUNC_SETENV +if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then + AC_LIBOBJ([setenv]) +fi +gl_STDLIB_MODULE_INDICATOR([setenv]) Makefile.am: Include: -"setenv.h" + + +License: +LGPLv2+ + +Maintainer: +Bruno Haible