iconv: Work around AIX 6.1..7.1 bug.
[gnulib.git] / modules / setenv
index 2419acf..0458c38 100644 (file)
@@ -1,26 +1,25 @@
 Description:
 setenv() function: set an environment variable.
-unsetenv() function: remove an environment variable.
 
 Files:
-lib/setenv.h
 lib/setenv.c
-lib/unsetenv.c
 m4/setenv.m4
 
 Depends-on:
-allocsa
+stdlib
+malloca
 alloca-opt
 unistd
+environ
 
 configure.ac:
-gt_FUNC_SETENV
+gl_FUNC_SETENV
+gl_STDLIB_MODULE_INDICATOR([setenv])
 
 Makefile.am:
-EXTRA_DIST += setenv.h setenv.c unsetenv.c
 
 Include:
-"setenv.h"
+<stdlib.h>
 
 License:
 LGPL