X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fputenv;h=7476af11aee84455b2fac7fa46f99f5082088bc9;hb=be6418e5cb639583826a55437ddb67e273ffabf4;hp=cba6a047b0dd0a014333c519387a56368db646df;hpb=f14c78bf4081df0ac478c54a899d551b5dd83d32;p=gnulib.git diff --git a/modules/putenv b/modules/putenv index cba6a047b..7476af11a 100644 --- a/modules/putenv +++ b/modules/putenv @@ -6,14 +6,20 @@ lib/putenv.c m4/putenv.m4 Depends-on: -malloc-posix +stdlib +malloc-posix [test $REPLACE_PUTENV = 1] configure.ac: gl_FUNC_PUTENV +if test $REPLACE_PUTENV = 1; then + AC_LIBOBJ([putenv]) +fi +gl_STDLIB_MODULE_INDICATOR([putenv]) Makefile.am: Include: + License: LGPL