autoupdate
[gnulib.git] / modules / putenv
index 06a0710..7476af1 100644 (file)
@@ -7,16 +7,19 @@ m4/putenv.m4
 
 Depends-on:
 stdlib
-malloc-posix
+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:
-#include <stdlib.h>
+<stdlib.h>
 
 License:
 LGPL