roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / putenv
index 27f0a104cfa73599d374a4250b3e6c1869739ce2..7476af11aee84455b2fac7fa46f99f5082088bc9 100644 (file)
@@ -1,15 +1,29 @@
 Description:
+putenv() function: change or add an environment variable.
 
 Files:
 lib/putenv.c
 m4/putenv.m4
 
 Depends-on:
+stdlib
+malloc-posix    [test $REPLACE_PUTENV = 1]
 
 configure.ac:
-jm_FUNC_PUTENV
+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
+
+Maintainer:
+Jim Meyering, glibc