Fix typo introduced on 2009-12-31.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Mar 2010 00:34:49 +0000 (01:34 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Mar 2010 00:34:49 +0000 (01:34 +0100)
ChangeLog
m4/spawn_h.m4

index 568507f..9691cf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-18  Bruno Haible  <bruno@clisp.org>
+
+       Fix typo introduced on 2009-12-31.
+       * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
+       posix_spawn_file_actions_adddup2.
+
 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
        and Eric Blake  <eblake@redhat.com>
 
        (posix_spawn_file_actions_destroy)
        (posix_spawn_file_actions_addopen)
        (posix_spawn_file_actions_addclose)
-       (posix_spawwn_file_actions_adddup2): Likewise.
+       (posix_spawn_file_actions_adddup2): Likewise.
        * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
        * tests/test-signal.c (main): Enhance test.
 
index 22511c7..da7582f 100644 (file)
@@ -1,4 +1,4 @@
-# spawn_h.m4 serial 8
+# spawn_h.m4 serial 9
 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -52,7 +52,7 @@ AC_DEFUN([gl_SPAWN_H],
     posix_spawnattr_getschedparam posix_spawnattr_setschedparam
     posix_spawn_file_actions_init posix_spawn_file_actions_destroy
     posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
-    posix_spawwn_file_actions_adddup2])
+    posix_spawn_file_actions_adddup2])
 ])
 
 dnl Unconditionally enables the replacement of <spawn.h>.