X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fputenv;h=3321a5e95f5a4dd502f240d117a6ca38b34993f7;hb=0874a5828bbb4784e9c9d54243b3c978e8e54ece;hp=27f0a104cfa73599d374a4250b3e6c1869739ce2;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/putenv b/modules/putenv index 27f0a104c..3321a5e95 100644 --- a/modules/putenv +++ b/modules/putenv @@ -1,15 +1,30 @@ Description: +putenv() function: change or add an environment variable. Files: lib/putenv.c m4/putenv.m4 Depends-on: +stdlib +environ [test $REPLACE_PUTENV = 1] +malloc-posix [test $REPLACE_PUTENV = 1] configure.ac: -jm_FUNC_PUTENV +gl_FUNC_PUTENV +if test $REPLACE_PUTENV = 1; then + AC_LIBOBJ([putenv]) +fi +gl_STDLIB_MODULE_INDICATOR([putenv]) Makefile.am: Include: + + +License: +LGPL + +Maintainer: +Jim Meyering, glibc