X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsetenv;h=cf534d29ba386810ac049ac7677de88e950fb6ad;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=9aaf72664fa5c043fc345dcbb97d9c54db1cfcde;hpb=90988ede07abd2e58283d5e06b1b69f74b6967d2;p=gnulib.git diff --git a/modules/setenv b/modules/setenv index 9aaf72664..cf534d29b 100644 --- a/modules/setenv +++ b/modules/setenv @@ -1,29 +1,31 @@ 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: -malloca -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: gl_FUNC_SETENV -gl_FUNC_UNSETENV +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: -LGPL +LGPLv2+ Maintainer: Bruno Haible