verify: new macro 'assume'
[gnulib.git] / modules / putenv
index 3e38dee..e39f145 100644 (file)
@@ -6,14 +6,25 @@ lib/putenv.c
 m4/putenv.m4
 
 Depends-on:
+stdlib
+environ         [test $REPLACE_PUTENV = 1]
+malloc-posix    [test $REPLACE_PUTENV = 1]
 
 configure.ac:
-jm_FUNC_PUTENV
+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>
 
-Maintainer:
-Jim Meyering
+License:
+LGPL
 
+Maintainer:
+Jim Meyering, glibc