projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf8006
)
Module setenv must depend on module unistd, because unsetenv.c uses
author
Bruno Haible
<bruno@clisp.org>
Sat, 29 Jul 2006 15:34:58 +0000
(15:34 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 29 Jul 2006 15:34:58 +0000
(15:34 +0000)
#include <unistd.h> unconditionally.
ChangeLog
patch
|
blob
|
history
modules/setenv
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1fbf511d6a81767e860ac8a969563945f4eca480..1e3fe49d8463c3deaee2bf14cd215838685e9e5a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/modules/setenv
b/modules/setenv
index 22db8d4efb313b52795ee8342cfc59e82c49e318..26ad1fc7a55c018d30c677008560c08bd37a2fee 100644
(file)
--- a/
modules/setenv
+++ b/
modules/setenv
@@
-11,6
+11,7
@@
m4/setenv.m4
Depends-on:
allocsa
alloca-opt
+unistd
configure.ac:
gt_FUNC_SETENV