X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fputenv;h=e39f1450f62440316c6883b1a1476866b7c9924c;hb=ec68a6fee63ee22364cb88f215b906989ab6b33c;hp=f6e30b5bad45077bba05d89becbad6188113a9ad;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/putenv b/modules/putenv index f6e30b5ba..e39f1450f 100644 --- a/modules/putenv +++ b/modules/putenv @@ -6,17 +6,25 @@ lib/putenv.c m4/putenv.m4 Depends-on: +stdlib +environ [test $REPLACE_PUTENV = 1] +malloc-posix [test $REPLACE_PUTENV = 1] configure.ac: gl_FUNC_PUTENV +if test $REPLACE_PUTENV = 1; then + AC_LIBOBJ([putenv]) + gl_PREREQ_PUTENV +fi +gl_STDLIB_MODULE_INDICATOR([putenv]) Makefile.am: Include: + License: LGPL Maintainer: Jim Meyering, glibc -