X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fspawn_h.m4;h=ba08c5d856c3b19018e17c55d77f382c3e7d3c54;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=ef56fb01f040e420b8824786c7c23dc4bbf46b6f;hpb=3f89a5e2c8f6fc011f525980ff99936a4b0445d0;p=gnulib.git diff --git a/m4/spawn_h.m4 b/m4/spawn_h.m4 index ef56fb01f..ba08c5d85 100644 --- a/m4/spawn_h.m4 +++ b/m4/spawn_h.m4 @@ -1,5 +1,5 @@ # spawn_h.m4 serial 16 -dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -112,4 +112,6 @@ AC_DEFUN([gl_SPAWN_H_DEFAULTS], AC_SUBST([REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE]) REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2=0; AC_SUBST([REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2]) + REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN=0; + AC_SUBST([REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN]) ])