Work around difference between Linux ACLs and Solaris 10 ZFS.
[gnulib.git] / modules / setenv
index 13fb62a..25ea845 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+setenv() function: set an environment variable.
+unsetenv() function: remove an environment variable.
 
 Files:
 lib/setenv.h
@@ -7,12 +9,22 @@ lib/unsetenv.c
 m4/setenv.m4
 
 Depends-on:
+allocsa
+alloca-opt
+unistd
 
 configure.ac:
-gt_FUNC_SETENV
+gl_FUNC_SETENV
+gl_FUNC_UNSETENV
 
 Makefile.am:
 
 Include:
 "setenv.h"
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+