Module setenv must depend on module unistd, because unsetenv.c uses
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 15:34:58 +0000 (15:34 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 15:34:58 +0000 (15:34 +0000)
#include <unistd.h> unconditionally.

ChangeLog
modules/setenv

index 1fbf511..1e3fe49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-07-29  Bruno Haible  <bruno@clisp.org>
 
+       * modules/setenv (Depends-on): Add unistd.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
        Make it possible for gnulib-tool to work with locally modified or
        augmented gnulib repositories.
        * gnulib-tool (func_usage): Document --local-dir option.
index 22db8d4..26ad1fc 100644 (file)
@@ -11,6 +11,7 @@ m4/setenv.m4
 Depends-on:
 allocsa
 alloca-opt
+unistd
 
 configure.ac:
 gt_FUNC_SETENV