md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / putenv
index cba6a04..e39f145 100644 (file)
@@ -6,18 +6,25 @@ lib/putenv.c
 m4/putenv.m4
 
 Depends-on:
-malloc-posix
+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:
+<stdlib.h>
 
 License:
 LGPL
 
 Maintainer:
 Jim Meyering, glibc
-