X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fsetenv;h=95ff0a0e3de5203931be7c7aad9abf8db57abb7c;hb=cd78e7369fe57d42e3845ef953c765ed3602ebb4;hp=2419acfbc4b0dab933a571c1819bfa2a92232c09;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/setenv b/modules/setenv index 2419acfbc..95ff0a0e3 100644 --- a/modules/setenv +++ b/modules/setenv @@ -1,29 +1,28 @@ 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: -allocsa -alloca-opt -unistd +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 +gl_STDLIB_MODULE_INDICATOR([setenv]) Makefile.am: -EXTRA_DIST += setenv.h setenv.c unsetenv.c Include: -"setenv.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible