symlink: Update regarding AIX.
[gnulib.git] / modules / setenv
index eaab550..0458c38 100644 (file)
@@ -1,25 +1,28 @@
 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
-alloca
+stdlib
+malloca
+alloca-opt
+unistd
+environ
 
 configure.ac:
-gt_FUNC_SETENV
+gl_FUNC_SETENV
+gl_STDLIB_MODULE_INDICATOR([setenv])
 
 Makefile.am:
-lib_SOURCES += setenv.h
 
 Include:
-"setenv.h"
+<stdlib.h>
+
+License:
+LGPL
 
 Maintainer:
 Bruno Haible