prepare NEWS.stable
[gnulib.git] / modules / putenv
index cba6a04..3321a5e 100644 (file)
@@ -6,14 +6,21 @@ 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])
+fi
+gl_STDLIB_MODULE_INDICATOR([putenv])
 
 Makefile.am:
 
 Include:
+<stdlib.h>
 
 License:
 LGPL