]> Savannah Git Hosting - gnulib.git/commitdiff
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 60411e11c0e0ee9e30c1a983bdb46227eaa9e49f..e73f7d4137817f12701e4111fdfc13547fb58e81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index eef7b63c55b4e42f8776f6e6d5f6936cadae2d64..b106e657a4b365327ebeeb4cf9142c925962c647 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 1cab62fb9cb17d8f1cbfeb81b222929d3f78e70c..b7a6188ab431da5ffdf091a07702ab055a97e8d8 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 464e6491e8aacb8be1ec9f4f95f877c75a65b2b4..0af24972de59e9fae75285e5db2fccac23003d08 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