From 8a81dc85e19b134d5b8ead55d9131fe87a12305b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Mar 2010 01:34:49 +0100 Subject: [PATCH] Fix typo introduced on 2009-12-31. --- ChangeLog | 8 +++++++- m4/spawn_h.m4 | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 568507ffa..9691cf721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-18 Bruno Haible + + 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 (tiny change) and Eric Blake @@ -3374,7 +3380,7 @@ (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. diff --git a/m4/spawn_h.m4 b/m4/spawn_h.m4 index 22511c702..da7582fc9 100644 --- a/m4/spawn_h.m4 +++ b/m4/spawn_h.m4 @@ -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 . -- 2.11.0