posix_spawn_file_actions_add*: Fix module dependencies.
authorBruno Haible <bruno@clisp.org>
Sun, 18 Sep 2011 22:44:04 +0000 (00:44 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 18 Sep 2011 22:44:04 +0000 (00:44 +0200)
* modules/posix_spawn_file_actions_addclose (Dependencies): Add
posix_spawn_file_actions_init.
* modules/posix_spawn_file_actions_adddup2 (Dependencies): Likewise.
* modules/posix_spawn_file_actions_addopen (Dependencies): Likewise.

ChangeLog
modules/posix_spawn_file_actions_addclose
modules/posix_spawn_file_actions_adddup2
modules/posix_spawn_file_actions_addopen

index 60411e1..e73f7d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-09-18  Bruno Haible  <bruno@clisp.org>
 
+       posix_spawn_file_actions_add*: Fix module dependencies.
+       * modules/posix_spawn_file_actions_addclose (Dependencies): Add
+       posix_spawn_file_actions_init.
+       * modules/posix_spawn_file_actions_adddup2 (Dependencies): Likewise.
+       * modules/posix_spawn_file_actions_addopen (Dependencies): Likewise.
+
+2011-09-18  Bruno Haible  <bruno@clisp.org>
+
        rename, renameat tests: Avoid test failures on FreeBSD 6.4.
        * tests/test-rename.h (test_rename): Allow error code EEXIST.
        * tests/test-renameat.c (main): Likewise.
index eef7b63..b106e65 100644 (file)
@@ -9,7 +9,8 @@ m4/posix_spawn.m4
 
 Depends-on:
 spawn
-getdtablesize   [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+getdtablesize                 [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
 
 configure.ac:
 gl_POSIX_SPAWN
index 1cab62f..b7a6188 100644 (file)
@@ -9,7 +9,8 @@ m4/posix_spawn.m4
 
 Depends-on:
 spawn
-getdtablesize   [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+getdtablesize                 [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
 
 configure.ac:
 gl_POSIX_SPAWN
index 464e649..0af2497 100644 (file)
@@ -9,7 +9,8 @@ m4/posix_spawn.m4
 
 Depends-on:
 spawn
-getdtablesize   [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+getdtablesize                 [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
+posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
 
 configure.ac:
 gl_POSIX_SPAWN